Aang23 / UndergroundBiomesConstructs

Underground Biomes Constructs for Minecraft 1.12.2 / 1.13.2
Other
12 stars 15 forks source link

error during the common_setup event phase #215

Closed Reael closed 4 years ago

Reael commented 4 years ago

So the error only occures as soon as I have the undergroundbiomes mod in my modfolder (tried every version there is for 1.14.4) but it always lists another mod. Sometimes it says _Charms: error during the commonsetup event phase sometimes _Pams: error during the commonsetup event phase sometimes _Biomes'o'Plenty: error during the commonsetup event phase and sometimes _undergroundbiomes: error during the commonsetup event phase I assume it has something to do with undergroundbiomes since the error does not occur at all when I delete it from my mods folder. I'm no programmer by any means and I tried googling everything but I can't make sense of this at all, so I attached the error log. Hope someone can help me. latest_MC_Crashlog.txt

Syndaryl commented 4 years ago

This is happening because UBC is crashing the event bus - the next mod to try to use the event bus finds it shut down, and then we her the general crash

Reael commented 4 years ago

This makes a lot of sense. Is there a way to fix this?

Reael commented 4 years ago

I found this in the closed cases while trying to find a solution for my problem ClassCastException in JSON parsing causing load failure. It sounds just like the problem I'm encountering so I thought I drop it here since the other issue is closed. I don't think it's still the same issue in the same code line but probably something similar.

Aang23 commented 4 years ago

I'll take a look I thought that was fixed... Thanks for reporting!

Aang23 commented 4 years ago

This is not caused by UBC according to this crash report, I only see Pam's referenced.

Reael commented 4 years ago

Hm weird, it still came up after removing Pams. Could it be Pams created an error UBC got stuck in even after removing pams? Oh well, also reported it to Pams, once updates are out I'll try again :)