Brewstand server crash

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord
Status
Not open for further replies.

safetybrick

New Member
Jul 29, 2019
3
0
0
FTB Launcher version (if this isn't the newest update update and try again): Latest​
Minecraft Version: 1.4.7​
Java version: 7u17(64bit)​
Detailed description of the issue / how can the issue be recreated:​
so this is a bit of a bizarre scenario... a player on my server was moving some items around his base using transport pipes and one of the pipe was adjacent to a brew-stand. some of the items moving through the pipe were advanced machines and after a bit of investigation i discovered that it went into the brew-stand causing the server first freeze then crash.​
Error logs:​
the server generated the following errors:​
Code:
2013-03-29 20:34:27 [INFO] Attempted to place a tile entity (ic2.advancedmachines.common.TileEntityRotaryMacerator@75f7b176) at -1937,70,107 (AIR) where there was no entity tile!
2013-03-29 20:34:27 [INFO] Chunk coordinates: -1952,96
2013-03-29 20:34:27 [SEVERE] java.lang.Exception
2013-03-29 20:34:27 [SEVERE]    at zz.a(Chunk.java:1086)
2013-03-29 20:34:27 [SEVERE]    at zz.a(Chunk.java:1050)
2013-03-29 20:34:27 [SEVERE]    at aam.loadEntities(AnvilChunkLoader.java:509)
2013-03-29 20:34:27 [SEVERE]    at org.bukkit.craftbukkit.v1_4_R1.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:44)
2013-03-29 20:34:27 [SEVERE]    at org.bukkit.craftbukkit.v1_4_R1.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:10)
2013-03-29 20:34:27 [SEVERE]    at org.bukkit.craftbukkit.v1_4_R1.util.AsynchronousExecutor$Task.finish(AsynchronousExecutor.java:179)
2013-03-29 20:34:27 [SEVERE]    at org.bukkit.craftbukkit.v1_4_R1.util.AsynchronousExecutor.finishActive(AsynchronousExecutor.java:287)
2013-03-29 20:34:27 [SEVERE]    at org.bukkit.craftbukkit.v1_4_R1.chunkio.ChunkIOExecutor.tick(ChunkIOExecutor.java:26)
2013-03-29 20:34:27 [SEVERE]    at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:907)
2013-03-29 20:34:27 [SEVERE]    at ho.r(DedicatedServer.java:309)
2013-03-29 20:34:27 [SEVERE]    at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:857)
2013-03-29 20:34:27 [SEVERE]    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:744)
2013-03-29 20:34:27 [SEVERE]    at fy.run(ThreadMinecraftServer.java:16)
2013-03-29 20:34:27 [INFO] Attempted to place a tile entity (ic2.advancedmachines.common.TileEntityCentrifugeExtractor@617dbd3c) at -1937,69,108 (AIR) where there was no entity tile!
2013-03-29 20:34:27 [INFO] Chunk coordinates: -1952,96
2013-03-29 20:34:27 [SEVERE] java.lang.Exception
2013-03-29 20:34:27 [SEVERE]    at zz.a(Chunk.java:1086)
2013-03-29 20:34:27 [SEVERE]    at zz.a(Chunk.java:1050)
2013-03-29 20:34:27 [SEVERE]    at aam.loadEntities(AnvilChunkLoader.java:509)
2013-03-29 20:34:27 [SEVERE]    at org.bukkit.craftbukkit.v1_4_R1.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:44)
2013-03-29 20:34:27 [SEVERE]    at org.bukkit.craftbukkit.v1_4_R1.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:10)
2013-03-29 20:34:27 [SEVERE]    at org.bukkit.craftbukkit.v1_4_R1.util.AsynchronousExecutor$Task.finish(AsynchronousExecutor.java:179)
2013-03-29 20:34:27 [SEVERE]    at org.bukkit.craftbukkit.v1_4_R1.util.AsynchronousExecutor.finishActive(AsynchronousExecutor.java:287)
2013-03-29 20:34:27 [SEVERE]    at org.bukkit.craftbukkit.v1_4_R1.chunkio.ChunkIOExecutor.tick(ChunkIOExecutor.java:26)
2013-03-29 20:34:27 [SEVERE]    at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:907)
2013-03-29 20:34:27 [SEVERE]    at ho.r(DedicatedServer.java:309)
2013-03-29 20:34:27 [SEVERE]    at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:857)
2013-03-29 20:34:27 [SEVERE]    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:744)
2013-03-29 20:34:27 [SEVERE]    at fy.run(ThreadMinecraftServer.java:16)

I'm not sure how to get into the area to destroy the brew-stands, when ever i get close to the chunk the server freezes and crashes. i tried moving the world to single player to try and clear the item and disabled the advanced machine mods but neither works. i'm not sure what other items can cause it to crash but i was able to recreate the issue. i have linked a video below.

 

Whovian

New Member
Jul 29, 2019
1,181
0
1
Okay, this is new. I think it's because it doesn't know how to render advanced machines on the sides of the brewing stand. Try disabling the advanced machines mod and giving your crash report then, there's no way it'll be the same, perhaps it'll contain more useful information.
 

safetybrick

New Member
Jul 29, 2019
3
0
0
i did try disabling advanced machines both on the client and server side earlier. the only other error was the following:
Code:
2013-04-03 17:38:42 [SEVERE] null
java.io.IOException: Input/output error
    at java.io.FileInputStream.readBytes(Native Method)
    at java.io.FileInputStream.read(FileInputStream.java:242)
    at java.io.BufferedInputStream.fill(BufferedInputStream.java:235)
    at java.io.BufferedInputStream.read(BufferedInputStream.java:254)
    at java.io.FilterInputStream.read(FilterInputStream.java:83)
    at org.bukkit.craftbukkit.libs.jline.console.ConsoleReader$1.read(ConsoleReader.java:167)
    at org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:267)
    at org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:204)
    at org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readCharacter(ConsoleReader.java:995)
    at org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readLine(ConsoleReader.java:1167)
    at hq.run(DedicatedServerCommandThread.java:37)

i then tried loading a copy in single player game freezes before i can reach the area(i would have to delete my dat file so i could return to spawn), loading a copy in mcedit(bad idea). disabled a few other mods like IC2 gregtech and NEI just in case still no luck. my brother is still experimenting with a copy of the server world right now for me as i have to get to bed for work in the morning. ill post the results tomorrow.
 

safetybrick

New Member
Jul 29, 2019
3
0
0
So we did a bit more testing with this. its not just advanced machines blocks that causes it. i tried feeding a alchemy ingredient such as nether wart though the same setup in the video on single player and it appears ok when one item has been sent though the pipe, however when a second item is sent after the game freezes and locks up. under single player the console does not show an error at all.

http://pastebin.com/MqBQTiYe log of my console.

as for my server were going to roll back for the time being. but this is probably still a big issue.
 
Status
Not open for further replies.