Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JVM crash when loading FoamFix (fixed by updating Java) #258

Open
RedOptic opened this issue Apr 21, 2020 · 5 comments
Open

JVM crash when loading FoamFix (fixed by updating Java) #258

RedOptic opened this issue Apr 21, 2020 · 5 comments

Comments

@RedOptic
Copy link

RedOptic commented Apr 21, 2020

Foamfix seems to cause a random Java Crash. It only happens about 50% of the time on game load up. Here's a Pastebin to the error: https://pastebin.com/X1zvP4QE
Line 94 is the one you'll want to look at.

So after 3 days of troubleshooting, I've come to this conclusion. The error is caused by three mods: Foamfix, TConstruct, and a mod that has a soft dependency on Construct. considering there are a lot of mods I'm using that has a soft dependency on TConstruct I will probably never figure out what the third mod is. I'm posting this update just in case it helps resolve the issue in any way. I know this because loading my mod pack without TConstruct fixes the issue but loading TConstruct and Foamfix alone together (with their required dependencies of course) causes no issues.

(By soft dependency I mean a mod that doesn't require TConstruct but recommends it because it adds in extra features)
Edit: More Info

@RedOptic RedOptic changed the title Foamfix 0.10.10 Java Crash Foamfix Java Crash Apr 21, 2020
@CritFlaw
Copy link

I'm getting a similar issue https://pastebin.com/Q9051wAG

@jadenquinn
Copy link

Try manually changing your Java version to a way more recent version if you're still launching the game with the default version. (Which is probably 1.8.0_51, the most recent version is actually 1.8.0_252 or something)

@jadenquinn
Copy link

I started not getting random Java crashes when I did that.

@asiekierka asiekierka changed the title Foamfix Java Crash JVM crash when loading FoamFix (fixed by updating Java) Dec 13, 2020
@asiekierka
Copy link
Owner

We need a group issue for this. If anyone can figure out what's wrong...

@asiekierka asiekierka pinned this issue Dec 13, 2020
@asiekierka
Copy link
Owner

For now, the best workaround I can think of is disabling the deduplicator - this is causing the on-load crash.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants