team-abnormals / blueprint

Library that implements the framework of all Abnormals mods
https://www.curseforge.com/minecraft/mc-mods/blueprint
Other
111 stars 34 forks source link

Crash when entering the Nether #194

Closed MaxWasUnavailable closed 1 year ago

MaxWasUnavailable commented 1 year ago

Possible conflict with Biomes O Plenty?

The entire server crashed when a user entered the Nether. The crash reports seem to indicate it's a method of Blueprint that raises an exception, or is at least involved.

Versions:

Crash Reports:

crash-2023-04-11_02.02.54-server.txt crash-2023-04-10_23.32.08-server.txt

SmellyModder commented 1 year ago

Even though a Blueprint class is mentioned in the stack trace, this is not a Blueprint issue. The feature order cycle is a vanilla error. Due to the internals of Blueprint's modded biome system, Blueprint gets mentioned. Use the Cyanide mod to get a better analysis of the error.

MaxWasUnavailable commented 1 year ago

For future reference, if anyone stumbles upon this issue:

The Rare Ice mod ended up being responsible for this.