Closed TUsama closed 2 years ago
This actually sounds like a compatibility issue with Java 16. Neither MC 1.16 nor Forge 1.16 officially supports Java 16, and so it is not a compatibility target for me.
Things you can try:
forceCompatibilityMode
in the osv-common
config file. This will disable dynamic block imitation and you'll lose most of the important features since OSV 6.0, but it will work on newer Java versions.Here are the latest.log and debug.log, and I agree with you that the wrong Java version causes this problem, I have tested my pack in the JVM 1.8 and no crash occurred. thanks for your help!
No worries! :+1:
I got two crash report when the game crash. the world generation crash: crash-2022-06-20_19.32.48-server.txt
crash in the superflat world when I placed a ore: crash-2022-06-20_19.40.11-server.txt
It seems a mod incompatible problem, because I have test osv and Quark in a new instance and everything is fine. But sadly I can't allocate which mod cause this. I'll very appreciate that if you could fix this.