Creators-of-Create / Create

[Forge Mod] Building Tools and Aesthetic Technology
MIT License
2.89k stars 909 forks source link

[1.18.2] Interruption on server start and world creating #5233

Closed zimavi closed 1 year ago

zimavi commented 1 year ago

Describe the Bug

After loading recipes, EventBus throws Exception Exception caught during firing event: com/simibubi/create/content/contraptions/behaviour/MovementBehaviour with java.lang.NoClassDefFoundError: com/simibubi/create/content/contraptions/behaviour/MovementBehaviour and Caused by: java.lang.ClassNotFoundException: com.simibubi.create.content.contraptions.behaviour.MovementBehaviour, then appears reflection in main thread and server just freezes

Reproduction Steps

Only step, is to start server or open world (in client)

Expected Result

Server should start and load world

Screenshots and Videos

https://youtu.be/1eEJYcTRAtk

Crash Report or Log

https://gist.github.com/zimavi/50a3a20efae235c25219101ef259f260

Operating System

Windows 10

Mod Version

0.5.0g

Minecraft Version

1.18.2

Forge Version

40.1.69

Other Mods

Additional Context

Some additional info:

  1. Server starts normally with only create, it's addons and flywheel
  2. I tried to move all mods with world to 'clear' forge
  3. I tried to allocate more memory
  4. In 'Crash Report' I put the start log and error from 'latest.log' file as there wasn't any crash
  5. Client crashes on world creating
drwoops commented 1 year ago

it looks like the error is caused by supplementaries

drwoops commented 1 year ago

if your issue is fixed please remember to close this issue :)