Chipped

Chipped

17M Downloads

Crash on server with the latest version

starmun-0010 opened this issue ยท 9 comments

commented

MC: 1.6.5
Forge: 36.1.17
Chipped: 1.1

To Reproduce

  1. Setup Forge Server
  2. Install Chipped
  3. Run the server

Crash Report attached below

crash-2021-05-14_01.44.56-fml.txt

commented

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)

commented

Lots of major mods require forge >36.1 so it would be good if you guys can update your mod to support it.
There goes my dream of including chipped in my modpack :(
Most major modpacks like ATM6 and Enigmatica 6 also depend on forge >36.1...

image

commented

@GRIMBOP please reopen

commented

Server has no FMLClientSetupEvent. Make sure to only register this for clients. (DistExecutor.safeRunWhenOn(Dist.CLIENT, () -> "register event");) or something similar.

commented

we have updated to new mappings, download 1.0.2> to fix <3

commented

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.

commented

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

commented

woops I forgot about this issue

commented

Fixed
808d3de