Sprout

Sprout

1M Downloads

crash on server startup : forge 1.19.2

titaniumman321 opened this issue ยท 12 comments

commented

When I'm starting up a world on a server, the crash report gave the reason for crash as 'Exception generating new chunk', so I deleted a few mods one by one, and as a result Sprout was the main cause

commented

Send a crash log

commented

fixed

commented

This is still reproducible with Ars Nouveau and Sprout loaded together.

https://paste.ee/p/MDroF

commented

can you please use this and then get it to crash and send me a log because mojangs logs for this are absolute crap. https://www.curseforge.com/minecraft/mc-mods/cyanide-forge

commented

so this is a thing mojang have where features in different biomes need to be added in the same order because they don't do sorting or checks if it already exists to make this always be correct but this can be caused by a few things, biome tags including the same biome twice, the feature being added to the same biome twice, another feature being added before this one in another biome.

commented

Yeah, I tried to check through code and figure it out, but same thing. I'll provide this in a couple hours when I can get to my workstation.

commented

Oh my, I went through this with Homeostatic mod 1.19 update! It was sooooo painful. Luckily I have everything working. Attaching log shortly.

commented

OMG, lol. It loads without erros with Cyanide loaded, wtf.

commented

Ok, I think it depends on what biomes are loaded when generating a world. Here is a crash report with Cyanide: https://paste.ee/p/2rABy

commented

Fixed in 1.4.2

commented

Thank you, greatly appreciated. Also thanks for pointing out Cyanide! Very, very useful. Working perfectly now.