BUG: Crash on server startup; only this mod is present
Daedalus11069 opened this issue ยท 3 comments
Minecraft Version: 1.18.2
Forge Version: 40.1.51
Lightman's Currency Version: 1.18.2-1.1.5.3
Other Relevant Mods & Version: N/A
Connection Type: Server
Describe the bug
Attempting to run the server with the mod in the server's mods folder causes the server to crash.
To Reproduce
Steps to reproduce the behavior:
- Create a forge 40.1.51 server.
- Upload the 1.18.2-1.1.5.3 mod to the mods folder of the server
- Attempt to run the server(after of course accepting the EULA)
Expected behavior
The server does not crash and will run.
Screenshots/Logs/Crash Reports
crash-2022-06-27_20.05.09-fml.txt
Additional context
Instead of reading the entire crash log above, here's the three lines that I think are important:
Caused by 0: java.lang.NoClassDefFoundError: net/minecraft/client/gui/GuiComponent
at io.github.lightman314.lightmanscurrency.common.atm.ATMIconData.init(ATMIconData.java:32) ~[lightmanscurrency-1.18.2-1.1.5.3.jar%2338!/:1.18.2-1.1.5.3] {re:classloading,pl:runtimedistcleaner:A}
at io.github.lightman314.lightmanscurrency.LightmansCurrency.doCommonStuff(LightmansCurrency.java:216) ~[lightmanscurrency-1.18.2-1.1.5.3.jar%2338!/:1.18.2-1.1.5.3] {re:classloading}
Same issue here, though I have other mods installed
Hope it gets fixed soon, guess I'll attach my log if it helps the dev.
I must have missed some client-only code when setting up the ATM data. I'll make sure it's fixed by the next build (which should be out later today).