Create Crafts & Additions

Create Crafts & Additions

51M Downloads

Server crash on startup - " Mod loading error has occurred"

ClaudiusMinimus opened this issue ยท 4 comments

commented

Describe the bug
The server crashes while starting

Additional context

This is a client beta - the server files were too big to upload. If you install and then remove the client mods, and creatania-1.18.2-0.3.17-beta.jar you should be able to replicate if needed.
Create Conquest Arcane-1.12.0.zip

commented

Thanks! Your update fixed the issue!

commented

When I installed Flywheel the server started. Flywheel should be a client mod only. I am asking my friend and associate to provide the error details he used to fix our new Creatania mod, which has the exact same error.

commented

i just fixed exactly this same crash on creatania, I believe this line here is the problem:

it should never be run server side

you can see here how create prevents partial models (and particles, and other client-only code) from running: https://github.com/Creators-of-Create/Create/blob/c2977bbffff4c1b1b3cfb2311fdd42e51b05749c/src/main/java/com/simibubi/create/Create.java#L143

or as part of the changes I made zaftnotameni/creatania@e6b2044#diff-22299461f6c39d861f4835bc83ae5d22d5459d2257aa102c398bbac4f24f6a9cR34-R40

commented

Fixed in 20230315b.