[1.19.2 Forge] Crash server
GitJhopa opened this issue ยท 5 comments
Describe the Bug
Crash server - log :
crash-2023-10-17_22.52.16-server.txt
Reproduction Steps
- Server crashing.
Expected Result
No crashing server.
Screenshots and Videos
No response
Crash Report or Log
No response
Operating System
Ubuntu 22
Mod Version
0.5.1e
Minecraft Version
1.19.2
Forge Version
1.19.2-43.2.21
Other Mods
No response
Additional Context
No response
That code should not be getting called on a server at all from what I can tell, since it's using the Minecraft.getInstance()
method which doesn't exist on the server. Did this crash occur on the server side or on the client side?
If it was actually on the server side, the crash would have been something like:
cannot load CLIENT class net/minecraft/client/Minecraft/ on side SERVER
.