Terrarium

Terrarium

215k Downloads

sponge crash on server boot

MetaverseRPN opened this issue ยท 11 comments

commented

Weird. I believe this would more likely be an incompatibility with one of the other mods you have installed -- maybe try run the mod with just Sponge and Terrarium?

commented

It seems this is connected to dalekmod also after further testing. just sponge and terrarium works fine

commented

I am almost positive now I will crash from every mod with modded dimensions with sponge installed
this runs without sponge on the modpack. but with it it crashes constantly

commented

Okay. This makes sense: Terrarium only initialises itself for the overworld, but the dimensions from these two mods do not override the biome provider, so it tries to use Terrarium's biome provider (but that crashes, because it is not initialised)

commented

so how do we fix it?

commented

Unfortunately until this is fixed the only option is to remove either Terrarium or the mods that are causing issues.

In terms of fixing it, it can be done on Terrarium's side. It's not an ideal fix but this is a generally odd situation where arguably neither side is at 'fault'. I'll try get a patch out today :)

commented

should I build the dev build or wait for you to release a build with this patch?

commented

Feel free to build yourself from the 1.12 branch (you probably don't want 1.12-dev)
Otherwise, I'll get a release out today some time

commented

here is another bug coming from sponge after it runs for a time. Ticking world crash this time. https://gist.github.com/nacjm/806a41404c6ee3011280b556ce32004c

commented

This looks like it might be an issue with one of the other mods again. Maybe try run on a vanilla world without Terrarium and see if the crash still happens?