Server crash on startup - " Mod loading error has occurred"
ClaudiusMinimus opened this issue ยท 4 comments
Describe the bug
The server crashes while starting
Additional context
- Mod version: 1.18.2-20230312a
- Forge version: 40.2.1
- Create version: 0.5.0.i
- Java 17.0.5
- Linux (amd64) version 5.4.0-144-generic
Crash Report Formated
or download
crash-2023-03-14_19.59.53-fml.txt
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
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.
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