Beautify Crashing server
Zelioth opened this issue ยท 7 comments
MC 1.19.2 forge 43.1.34. randomly crashing server and it gave the crash report referencing beautify
I think that the error you're getting is caused by another problem. It says:
"java.lang.NoSuchMethodError: 'boolean com.github.Pandarix.beautify.util.KeyBoardHelper.isHoldingShift()'"
but when the mod is loaded correctly, which evidently isn't the case:
{re:classloading}
,
the method should be there and visible for the compiler.
Here, you can see the class that contains the method:
Also, I noticed that the log says that a ton of mods you're using are "incompatible".
Does your modpack work without my mod in it?
Yes, the modpack runs what seems to be fine with or without the mod. I am unsure why they say imcompatible when they are running to my knowledge fine. I haven't seen any of those in the profilers or java heap reports. I wonder what exactly it's referencing as imcompatible. like with another mod or with forge?
Could it be because I am on the newest version of forge and the mods haven't been updated to "support" the newest forge
Whatever may be the case, I've updated the Forge version of the mod and have replaced the ShiftKeyDown thing with a new and easier System I wasn't quite aware of. I'll send the link once the file is done with review on CurseForge.
https://www.curseforge.com/minecraft/mc-mods/beautify-decorate/files/4026110
please try this and tell me if it works