MCMT

MCMT

95.3k Downloads

Pathfinding Exception with SmallShips

MojangPlsFix opened this issue ยท 0 comments

commented

MCMT: 0.22.87
Modpack ATM 6 1.8.7
Affected Mod: SmallShips

Swimming around with any Ships from the Mod Small Ships produces the following exception:
Disabling the TileEntity with /mcmt config toggle te stops the spam.

[10:33:35] [MCMT-Pool-Thread-8/ERROR] [or.jm.mc.se.SerDesRegistry/]: Exception running com.talhanation.smallships.entities.BriggEntity asynchronusly
java.lang.NullPointerException: null
        at net.minecraft.pathfinding.PathHeap.func_75847_a(SourceFile:81) ~[?:?] {re:classloading}
        at net.minecraft.pathfinding.PathHeap.func_75849_a(SourceFile:22) ~[?:?] {re:classloading}
        at net.minecraft.pathfinding.PathFinder.func_227479_a_(SourceFile:114) ~[?:?] {re:classloading}
        at net.minecraft.pathfinding.PathFinder.func_227478_a_(SourceFile:45) ~[?:?] {re:classloading}
        at net.minecraft.pathfinding.PathNavigator.func_225464_a(PathNavigator.java:129) ~[?:?] {re:classloading,pl:accesstransformer:B}
        at net.minecraft.pathfinding.PathNavigator.func_179680_a(PathNavigator.java:105) ~[?:?] {re:classloading,pl:accesstransformer:B}
        at net.minecraft.pathfinding.PathNavigator.func_225466_a(PathNavigator.java:90) ~[?:?] {re:classloading,pl:accesstransformer:B}
        at net.minecraft.pathfinding.PathNavigator.func_75492_a(PathNavigator.java:142) ~[?:?] {re:classloading,pl:accesstransformer:B}
        at com.talhanation.smallships.entities.AbstractSailBoat.fleeEntity(AbstractSailBoat.java:208) ~[?:1.10.3] {re:classloading}
        at com.talhanation.smallships.entities.AbstractSailBoat.func_70071_h_(AbstractSailBoat.java:72) ~[?:1.10.3] {re:classloading}
        at com.talhanation.smallships.entities.AbstractBannerUser.func_70071_h_(AbstractBannerUser.java:46) ~[?:1.10.3] {re:classloading}
        at com.talhanation.smallships.entities.sailboats.AbstractBriggEntity.func_70071_h_(AbstractBriggEntity.java:73) ~[?:1.10.3] {re:classloading,pl:runtimedistcleaner:A}
        at com.talhanation.smallships.entities.BriggEntity.func_70071_h_(BriggEntity.java:46) ~[?:1.10.3] {re:classloading,pl:runtimedistcleaner:A}
        at org.jmt.mcmt.serdes.SerDesRegistry$DefaultFilter.serialise(SerDesRegistry.java:262) ~[?:0.22.87] {re:classloading}
        at org.jmt.mcmt.asmdest.ASMHookTerminator.lambda$callEntityTick$4(ASMHookTerminator.java:206) ~[?:0.22.87] {re:classloading}
        at java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(ForkJoinTask.java:1402) [?:1.8.0_144] {}
        at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) [?:1.8.0_144] {}
        at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) [?:1.8.0_144] {}
        at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) [?:1.8.0_144] {re:computing_frames}
        at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) [?:1.8.0_144] {}