Beautify !

Beautify !

78.7k Downloads

Beautify Crashing server

Zelioth opened this issue ยท 7 comments

commented

MC 1.19.2 forge 43.1.34. randomly crashing server and it gave the crash report referencing beautify

crash-2022-10-11_00.10.19-server.txt

commented

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:
image

Also, I noticed that the log says that a ton of mods you're using are "incompatible".
image

Does your modpack work without my mod in it?

commented

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?

commented

This seems to be a reocurring issue, I'll look into this asap!

commented

Could it be because I am on the newest version of forge and the mods haven't been updated to "support" the newest forge

commented

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.

commented
commented

any update?