Create mod crashes modpack at certain amount of mods
RjVidallon opened this issue · 8 comments
Describe the Bug
I created a modpack with Create inside it as well as some addons. During the loadup it crashes, and the error comes out as "Error: java.lang.NullPointerException: Registry entry not present: create:copper_shingles". When testing which mod is causing the error, I realized that at some point it would crash no matter what mod I added. After a certain amount of mods (About 180+), it ends up crashing the game with that error.
Reproduction Steps
- Use Create-1.20.1-0.5.1.f
- Add over 180+ mods
- Start up game
...
Expected Result
Start up should be normal, during startup the game should crash.
Screenshots and Videos
Crash Report or Log
Operating System
Windows 10
Mod Version
0.5.1f
Minecraft Version
1.20.1
Forge Version
47.2.19
Other Mods
Additional Context
No response
Really don't think it's because of the amount of mods. My own custom create based modpack has 197 mods and doesn't have crashes.
From my end, it was working perfectly fine and I started to add those mods in one by one to see which one broke it and whenever i got passed a certain amount of mods it would break. no matter which mod i would put in, in no particular order, it would come up with that error.
Strange. Maybe it's related to another create issue where items are missing from JEI when too many create addons are loaded...
Try adding https://nextcloud.ithundxr.dev/s/KAjGmnpj7bczoyr to your modpack and see if it fixes it.
Strange. Maybe it's related to another create issue where items are missing from JEI when too many create addons are loaded... Try adding https://nextcloud.ithundxr.dev/s/KAjGmnpj7bczoyr to your modpack and see if it fixes it.
tried it out and still had the same error. here's the latest log if it can help with anything.
latest.log
Oh wow, you have a lot of errors in there. Also, you seem to not only have the missing registry error with create.
Look at
[19:07:23] [Render thread/ERROR]: Exception caught during firing event: Registry Object not present: farmersdelight:carrot_crate
or
[19:07:24] [Render thread/ERROR]: Exception caught during firing event: Registry Object not present: culturaldelights:avocado_crate
for example.
So whatever this issue is, it doesn't look like it's caused by create. Do you maybe have a crash log to share? You seem to also run on an older build of Forge 1.20.1 (47.2.19), try updating that to the latest (47.3.5) to make sure Forge itself is not the issue.
Oh I realized what the issue was. I did a lot of troubleshooting and I found out that culturaldelights was the culprit. It caused many errors and was messing with create for some reason. Thank you for your help!