klikli-dev / theurgy

An open-source magic mod built around classical alchemy to replicate and transmutate matter, and create magical artifacts.
https://www.curseforge.com/minecraft/mc-mods/theurgy
13 stars 10 forks source link

[1.21] NeoForge Crash on Server Startup #186

Closed NielsPilgaard closed 4 months ago

NielsPilgaard commented 4 months ago

Describe the bug When I try to start a server with Theurgy added, it crashes late in the process.

To Reproduce Steps to reproduce the behavior:

  1. Make a server with Theurgy (+dependencies) and NeoForge
  2. Start the server
  3. Wait
  4. See error

Expected behavior For the server to start.

Screenshots If applicable, add screenshots to help explain your problem.

System (please complete the following information):

Additional context https://gist.github.com/NielsPilgaard/28f2fabee7f8c7c23c9d36faa8646e65

Modular Routers also crashes on startup on the same instance, mentioning it in case there's a correlation. https://github.com/desht/ModularRouters/issues/229

klikli-dev commented 4 months ago

Thanks a lot for reporting, will look into that!

EDIT: Found the culprit. Some item rendering not properly separated from server code

NielsPilgaard commented 4 months ago

Thank you kindly 😊