
Incompatibility when used together with lwjgl3ify with other mods
Darek505 opened this issue · 8 comments
This mod (at least since the latest versions) can run with lwjgl3ify alone, but when certain mods are added, it crashes.
Here is a list of mods with their stacktraces that crash when using lwjgl3ify and falsetweaks:
https://pastebin.com/vxJtwZAg
(This is definitely related to falsetweaks, because if I remove it, then lwjgl3ify can start with these mods, and when I add falsetweaks , I get these crashes)
Unsure if this is related, GT;NH 2.4.0 with lwjgl3ify for Java 20, is crashing with mixin re-entry errors.
No java expert and i dont code java ever. It appears like they are conflicting on a mixin however trying to disable features in falsetweaks and FastCraft doesnt appear to change anything about the crash.
Using Falselib for the multithreading-and-tweaks mod and everything loads fine. My GTNH is a little more modded than others with some QOL and perf mods but nothing conflicts except this. Loads when mod is disabled.
Feel free to ask questions or ask for different senarios, not a java dev but I can C++ pretty well and use linux so i am versed in dev work.
Crash
https://pastebin.com/jkUUFtzm
Modlist
https://pastebin.com/eHbf9sTy
Just tried this on clean install of just FalseTweaks and LWJGL3ify along with required libs, same result
well, on the one hand this is fixed, in that it doesn’t crash on startup, but on the other hand, the world is not rendered at all + items have no textures (looks like a bug like with intel or something similar):
2023-11-25.19-14-38.mp4
Mods:
+unimixins-all-1.7.10-0.1.14
falsepatternlib-mc1.7.10-1.0.0-pre03
falsetweaks-mc1.7.10-2.7.0-pre04
lwjgl3ify-1.5.4
in fact, this this has nothing to do with this problem, because this report talks specifically about the crash, and it has been fixed, but if we talk about the general compatibility between falsetweaks and lwjgl3ify , then the bug still exists
2.7.0 should work now, make sure to delete falsetweaks.cfg and let it regenerate with default settings if it's still broken
I have tested it on:
- Linux
- AMD Mesa drivers 23.1.9
- Lwjgl3ify 1.5.4
- Java 21
I tried deleting falsetweaks.cfg, it didn't help.
tested it on:
-
Windows 10
-
Nvidia 2060 - 546.17
-
Lwjgl3ify 1.5.4
-
Java (jdk) 21.0.1
falsepatternlib - 1.0.0 Preview 3
falsetweaks - 2.7.0
unimixins - all-0.1.14
installed via PrismLauncher (lwjgl3ify-1.5.4-multimc.zip)
no error if there is no falsetweaks
@FalsePattern can confirm, disabling texture optimization helped. With it same thing happening with LWJGL3 (Win 11, [email protected], Liberica JDK 20)