
`TEXTURE_OPTIMIZATIONS` crashes with OptiFine+FastCraft+`-Dmixin.debug=true`
makamys opened this issue ยท 4 comments
The mod crashes on startup if all of the following are true:
- OptiFine is present
- FastCraft is present
TEXTURE_OPTIMIZATIONS
is enabled- The
-Dmixin.debug=true
JVM flag is set
Mod list
00gasstation-mc1.7.10-0.3.5.jar
falsepatternlib-mc1.7.10-0.10.13.jar
falsetweaks-mc1.7.10-2.0.0-beta0003.jar
fastcraft-1.23.jar
OptiFine_1.7.10_HD_U_D6.jar
Crash log
Yep, i found what the issue is, mixin injection annotations have a separate non-debug and debug injection count value. I have some mixins set to a minimum of 0 for compat, but forgot to also set the debug value to 0.
[A challenger appears!]
I was wondering why this seemed odd to me: the issue is this, I have the same setup (fast 23/fine D6/tweaks/lib all updated to the latest), minus gastweaks (using sponge 1.5) and texture optimization is enabled.
The game doesn't crash, and in fact, runs quite well. Maybe give it a try with sponge mixins 1.5?
Oh, good catch. The issue doesn't appear in a fresh instance. It turns out it was happening because I had the -Dmixin.debug=true
JVM flag set. I'd say it's still a valid issue though, just less pressing.