The LanServerProperties 1.9 NOT Running in the latest of Forge (41.0.96)
MuCloudOfficial opened this issue ยท 5 comments
The Error : java.lang.NoClassDefFoundError: net/minecraftforge/client/event/ScreenEvent$InitScreenEvent$Post
This Error occured in your java file : LanServerProperties.java:75
at rikka.lanserverproperties.LanServerProperties$ClientHandler.registerGuiEventHandler
Please fix this Problem. thanks.
It can running in the Forge 41.0.42
But it not running in the Forge 41.0.96
A breaking change inside Forge itself causes the problem. As of 2022 07 27, Forge does not yet have a stable release for MC 1.19, so this kind of breaking changes should be expected. Check out this:
https://github.com/rikka0w0/LanServerProperties/releases/tag/1.9.1_Forge
This should fix the problem. Can you try running this mod on MC 1.19.1 to see if it works?
A breaking change inside Forge itself causes the problem. As of 2022 07 27, Forge does not yet have a stable release for MC 1.19, so this kind of breaking changes should be expected. Check out this: https://github.com/rikka0w0/LanServerProperties/releases/tag/1.9.1_Forge
This should fix the problem. Can you try running this mod on MC 1.19.1 to see if it works?
Not yet, I will try later.