Create

Create

86M Downloads

Create mod crashes modpack at certain amount of mods

RjVidallon opened this issue · 8 comments

commented

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

  1. Use Create-1.20.1-0.5.1.f
  2. Add over 180+ mods
  3. Start up game
    ...

Expected Result

Start up should be normal, during startup the game should crash.

Screenshots and Videos

crash

Crash Report or Log

https://pastebin.com/w2XZGNmd

Operating System

Windows 10

Mod Version

0.5.1f

Minecraft Version

1.20.1

Forge Version

47.2.19

Other Mods

Mods1
Mods2
Mods3

Additional Context

No response

commented

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.

commented

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.

commented

i'll give it a try later on today and i'll get back to you. appreciate it!

commented

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.

commented

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

commented

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.

commented

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!

commented

Good to hear. Glad I could help :)