henkelmax / easy-villagers

Never get annoyed by villagers again!
59 stars 26 forks source link

Crash Loading World #244

Closed djnifos closed 1 month ago

djnifos commented 1 month ago

Bug description

ATM10, crashes mid-load, prior to config loaded. Perhaps the check for MerchantScreen should be prior to the config check? Just a guess.

Minecraft version

1.21.1

Mod version

1.21.1-1.1.21

Mod loader and version

Neoforge 21.1.42

Steps to reproduce

Unsure what leads the screen function to call mid world load unfortunately, we've seen two similar logs so far.

Expected behavior

No response

Log files

https://mclo.gs/sWsQGkQ

Screenshots

No response

henkelmax commented 1 month ago

This looks like an incompatibility with another mod to me. The open screen event shouldn't be called before the mod/config is loaded. This would hint at another mod messing with the events. Please check if this happens without any other mods or which mod is causing the issue.

I will look into a workaround for now.

henkelmax commented 1 month ago

This workaround should prevent the crash, but I'd suggest you looking at the mod thats actually causing it.