ameisen / jdk-mc

Recent Java with modifications specific to Minecraft.
GNU General Public License v2.0
38 stars 1 forks source link

v15-mc+0-mc-59998: Crash with forge #7

Closed nak5124 closed 3 years ago

nak5124 commented 3 years ago

Game crashes when pressing F3 key. Minecraft version: 1.16.4 forge 35.1.4 Mod: Optifine 1.16.4 HD U G5

here is crash report. https://gist.github.com/nak5124/65887e9a8ec3f0caff4bb676eada4b51

Without optifine, game crashes on launching game. Error message is different from when optifine is enabled.

here is crash report. https://gist.github.com/nak5124/c5e6573ce2a29d74067015e93799f96c

Without forge (i.e. vanilla), no error occurs.

15-release+0-mc-59994 has no problem.

ameisen commented 3 years ago

I encountered this as well on that version of forge.

Oddly enough, it works on 35.1.7 for me.

'double java.lang.Math.IEEEremainder(double, double)'

This is likely due to my floating point override changes. That should have been unchanged, though.

ameisen commented 3 years ago

I have this fixed locally and will mark it as fixed on the next commit.

ameisen commented 3 years ago

This is fixed in commit 0dcce38, and release 60001 includes the fix (it was actually fixed and then updated again).