Closed JoeSGT closed 6 years ago
took out ZoreCore and extreme reactors since the crash report does say something about it https://pastebin.com/raw/VJMmQ9nW and it still crash when i took out ForgeMultipart it was working fine no crash
Same issue here:
[05:23:50] [Server thread/ERROR]: [ForgeMultiPartCBE]: Missing mapping for part with ID: minecraft:redstone_torch
[05:23:50] [Server thread/ERROR]: [MinecraftServer]: Encountered an unexpected exception
java.lang.NullPointerException: null
at codechicken.multipart.handler.MultipartSaveLoad$TileNBTContainer.onLoad(MultipartSaveLoad.scala:29) ~[MultipartSaveLoad$TileNBTContainer.class:?]
at net.minecraft.world.World.func_175700_a(World.java:1918) ~[amu.class:?]
at net.minecraft.world.World.func_147448_a(World.java:1945) ~[amu.class:?]
at net.minecraft.world.chunk.Chunk.func_76631_c(Chunk.java:854) ~[axw.class:?]
at net.minecraftforge.common.chunkio.ChunkIOProvider.syncCallback(ChunkIOProvider.java:105) ~[ChunkIOProvider.class:?]
at net.minecraftforge.common.chunkio.ChunkIOExecutor.tick(ChunkIOExecutor.java:150) ~[ChunkIOExecutor.class:?]
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:728) ~[MinecraftServer.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:396) ~[nz.class:?]
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) ~[MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171]
ForgeMultipart-1.12.2-2.4.2.60-universal
Same Problem problem on FTB Revalations 2.0 update. https://pastebin.com/ri8rHzbL
This might be a duplicate of https://github.com/TheCBProject/ForgeMultipart/issues/18, please verify http://chickenbones.net/maven/codechicken/ForgeMultipart/1.12.2-2.4.2.60/ fixes the issue.
That doesn't fix it, as you can see in my post I used build 60
Can also confirm, had similar crash and update did not fix it:
java.lang.NullPointerException: Exception in server tick loop
at codechicken.multipart.handler.MultipartSaveLoad$TileNBTContainer.onLoad(MultipartSaveLoad.scala:29)
at net.minecraft.world.World.func_175700_a(World.java:1918)
at net.minecraft.world.World.func_147448_a(World.java:1945)
at net.minecraft.world.chunk.Chunk.func_76631_c(Chunk.java:854)
at net.minecraftforge.common.chunkio.ChunkIOProvider.syncCallback(ChunkIOProvider.java:105)
at net.minecraftforge.common.chunkio.ChunkIOExecutor.syncChunkLoad(ChunkIOExecutor.java:94)
at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:118)
at net.minecraft.world.gen.ChunkProviderServer.func_186028_c(ChunkProviderServer.java:89)
at net.minecraft.world.gen.ChunkProviderServer.func_186025_d(ChunkProviderServer.java:135)
at net.minecraft.server.MinecraftServer.func_71222_d(MinecraftServer.java:344)
at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:314)
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484)
at java.lang.Thread.run(Unknown Source)
@covers1624 it seem it be happening with other mods with this mod https://pastebin.com/raw/5x5qRzVy
Has anyone found a fix for this issue yet? I'm having this error on a Revelations and FoolCraft server
I started getting this error after upgrading from FTB Revelations 2.0.0 to 2.1.0.
I think I just ran into this issue on our SevTech Ages 3.0.8 server also.
I'm not sure how to swap out to a new version of forgemultipartcbe within sevtech to test if that latest github commit fixes the issue or not.
Upon reflection based on the fact it appears the bug I'm seeing is fixed in latest version of ForgeMultipart I'm going to take the issue over to SevTech Ages issue tracker to encourage them to update their version.
All of these are the same issue, OP only attached the crash report not the full log, this is actually fixed already.
I have just updated a server of mine to the latest version of FMP and the error still occours as shown below.
https://pastebin.com/raw/x4tNnHfH
i keep getting this any idea?