Lan Server Properties

Lan Server Properties

3M Downloads

The LanServerProperties 1.9 NOT Running in the latest of Forge (41.0.96)

MuCloudOfficial opened this issue ยท 5 comments

commented

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.

commented

It can running in the Forge 41.0.42
But it not running in the Forge 41.0.96

commented

Working on a fix, thanks for reporting the problem

commented

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?

commented

Got it. Thanks.

commented

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.