Futurepack Mod - Now with flyable Spaceships!

Futurepack Mod - Now with flyable Spaceships!

1M Downloads

{Server Crash} Minecraft server crashes when loading in new chunks.

TheStarlessBandit opened this issue ยท 8 comments

commented

Basically i own a small server with minimal mods, but sometimes when i load new chunks it crashes, tho it does not create a crash report for some reason, it spit's out alot of futurepack errors, Il give the latest.log and modlist
modlist.txt
latest (2).log

One thing i noticed in latest.log:

[11Sep2020 14:44:52.325] [Server thread/ERROR] [net.minecraftforge.eventbus.EventBus/EVENTBUS]: Exception caught during firing event: null
Index: 1
Listeners:
0: NORMAL
1: ASM: futurepack.common.dim.protection.FPDungeonProtection@1027f5ca onChunkOpen(Lnet/minecraftforge/event/world/ChunkDataEvent$Load;)V
java.lang.NullPointerException
at futurepack.common.dim.protection.FPDungeonProtection.onChunkOpen(FPDungeonProtection.java:191)

commented

Forgot to tell that the server and mod are in 1.14 ^

commented

This is fixe din 1.15. seems like for some reason the event is posted with a null world (and in new version is a != null check)

commented

Is there any fix or do i have to remove the mod?

commented

Oh, Sorry.

commented

Thanks, removed the mod in 1,14 Works great!

commented

Dudders: I just pushed a version to 1.14.4 so just be patient and get the new version with the fix. I added the solved tag becuase its solved in dev. I will now rename this tag to make this clear.

commented

hope this fixes it.