Crashes on startup: Registry entry not present: create:copycat
KrisanaponMeksamoot opened this issue ยท 1 comments
Context
I just boot the game and crash. I can't just remove the mod, because it is required to join the server (Star Technology v1.20.1 ETA HOTFIX 3). Please fix this the next version.
The crash is so random, sometimes crash throughout the day and become almost normal the next day.
The issue maybe this mod according to copycats-plus/copycats#281
To Reproduce
Steps to reproduce the behavior:
- Boot the game
Expected behavior: Main menu
Screenshots
Failed to create mod instance. ModID: create, class com.simibubi.create.Create
java.lang.ExceptionInInitializerError: null
Caused by: java.lang.NullPointerException: Registry entry not present: create:copycat
Environment
- Minecraft Version: 1.20.1
- Mod Loader: Forge 47.4.0
- Mod Version: railways 1.6.11-alpha+forge-mc1.20.1 with create 6.0.6 & copycats 3.0.2+mc.1.20.1-forge
Additional context
- I am using Ubuntu.
- my friend using Windows rarely crashes
- maybe race condition and the way java handle things in Linux
I added this to META-INF/mods.toml to temporary fix the issue.
[[dependencies.railways]]
modId="copycats"
mandatory=false
versionRange="[0,)"
ordering="AFTER"
side="BOTH"