alcatrazEscapee / cyanide

A mod which improves Minecraft's data driven world generation error detection and recovery mechanisms.
MIT License
19 stars 3 forks source link

Cyanide prevents server from starting #30

Open Sweetbouncedevelopment opened 1 month ago

Sweetbouncedevelopment commented 1 month ago

Server wont start if cyandide is in modlist.

Modloader: Forge minecraft version: 1.20.1 Forge version: 1.20.1-47.3.0 cyanide version: cyanide-forge-1.20.1-4.1.0

latest.log : https://gnomebot.dev/paste/231527759279685634/1269388545760428144/1269388545278214246

James103 commented 1 month ago

Log file from the paste, as pastes on gnomebot.dev may expire after an unknown time. latest.log

Do you have the full mod list you're trying to start the server with?

PikachuGabe commented 5 days ago

I have handled someone having the issue with another mod and cyanide. It seems like something in version 4.1.0 broke com.alcatrazescapee.cyanide.codec.MixinHooks.loadAllRegistryData as that keeps causing issues with some mods or datapacks loading

PikachuGabe commented 5 days ago

https://github.com/alcatrazEscapee/cyanide/blob/451e7dd26a2e40d8c236874b1f670135e63ea1bf/Common/src/main/java/com/alcatrazescapee/cyanide/codec/MixinHooks.java#L83 this is the likely culprit but i am unsure of how to fix it as i cannot code java. Linking line 83 as that's when the failing class or mixin, as i dont know which is which, is.

PikachuGabe commented 5 days ago

Actually, reading the mod info, unless it starts fine with cyanide not active then cyanide shouldnt be the issue. Apparently the job of the mod is to improve error reporting.