Crash on server with the latest version
starmun-0010 opened this issue ยท 9 comments
MC: 1.6.5
Forge: 36.1.17
Chipped: 1.1
To Reproduce
- Setup Forge Server
- Install Chipped
- Run the server
Crash Report attached below
You are using the new mappings from 1.16.5, use 1.16.4 or an older version of forge 1.16.5 (below 36.1)
@GRIMBOP please reopen
Server has no FMLClientSetupEvent. Make sure to only register this for clients. (DistExecutor.safeRunWhenOn(Dist.CLIENT, () -> "register event");) or something similar.
This does not fix the issue. It does not matter to the game what type of mappings you are using in your development environment.
Please try running in server configuration.
The problem still persists with 1.0.2.
As Darkere said above, the problem is the com.grimbo.chipped.block.ChippedBlocks.clientRender method registering the FMLClientSetupEvent, which is not available on the server.
Latest crash report is attached below.
crash-2021-05-16_21.09.44-fml.txt
Fixed
808d3de