Crash on boot
gglobensky opened this issue ยท 9 comments
Hi, I have a modpack and as soon as I insert your mod, FML won't load properly and crash to the launcher.
To Reproduce
Steps to reproduce the behavior:
- Install my modpack
- Add Hostile Villages
- Watch Crash
Expected behavior
To load properly
** Mod version **
version 1.4 with FML 36.1 on 1.16.5
Thanks for the great mods btw
hm got a modlist? one of the other mod's coremod called META-INF/asm/multipart.js
is crashing, it doesnt mention which mod though
Here is my modlist
yea seeing nothing standing out, so can't really tell which mod is having issues
I removed every mods and it still crashed. I use AdoptOpenJDK 11. I know it's not supported but worked fine for the other 300+ mods I use. If I switch to AdoptOpenJDK 8, it works.
I understand that you probably don't care about supporting this version of Java but it performs well and shows a significant improvement in ram usage.
Thanks for taking some time to look into my issue.
I'll try to remove mods tonight and isolate which mod is problematic and tell you about it.
I forgot to specify it was OpenJ9 and not Hotspot. I think the problem lies with the JVM.
So if I try with Open J9 OpenJDK 11, it crashes.
If I try with Open J9 OpenJDK 8, it works.
If I try with Hotspot OpenJDK 8, it works.
If I try with Hotspot OpenJDK 11, it crashes.