Stack Trace with Railcraft in it
archonsd opened this issue ยท 0 comments
Description of the Bug
I don't know for sure that this is a bug in Railcraft, but Railcraft is in the stack trace, so I thought I'd post it in case it turns out to be RC and not NPS.
To Reproduce
- Step into Nether Portal.
- Land somewhere you shouldn't. (the portal drops you in a wall 6k from where the nether portal is)
- Die.
- Op user so they can teleport the 6k to get their stuff back.
- Do the teleport.
- Enjoy Stack Trace.
Expected behavior
No stack trace. Even better, no goofy portal behavior that kills the player, but that might not be RC.
Screenshots & Video
N/A
Logs & Environment
Stack Trace:
[09:53:28] [Server thread/INFO] [minecraft/DedicatedServer]: [The_5th_Namikage: Teleported The_5th_Namikage to -139.5, 33.0, 925.5]
[09:53:28] [Thread-119/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: java.lang.IllegalThreadStateException: Must call from server!
[09:53:28] [Thread-119/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at mods.railcraft.common.util.misc.Game.requiresServerThread(Game.java:95)
[09:53:28] [Thread-119/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at mods.railcraft.common.carts.Train.lambda$get$0(Train.java:104)
[09:53:28] [Thread-119/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at java.util.Optional.map(Optional.java:215)
[09:53:28] [Thread-119/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at mods.railcraft.common.carts.Train.get(Train.java:103)
[09:53:28] [Thread-119/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at mods.railcraft.common.carts.MinecartHooks.func_72709_b(MinecartHooks.java:468)
[09:53:28] [Thread-119/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at net.minecraft.world.World.func_72847_b(World.java:1231)
[09:53:28] [Thread-119/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at net.minecraft.world.WorldServer.func_72847_b(WorldServer.java:1128)
[09:53:28] [Thread-119/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at net.minecraft.world.World.func_72973_f(World.java:1278)
[09:53:28] [Thread-119/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at net.minecraft.world.WorldServer.func_184165_i(WorldServer.java:1103)
[09:53:28] [Thread-119/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at net.minecraft.world.WorldServer.func_175650_b(WorldServer.java:1065)
[09:53:28] [Thread-119/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at net.minecraft.world.chunk.Chunk.func_76631_c(Chunk.java:860)
[09:53:28] [Thread-119/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at net.minecraftforge.common.chunkio.ChunkIOProvider.syncCallback(ChunkIOProvider.java:109)
[09:53:28] [Thread-119/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at net.minecraftforge.common.chunkio.ChunkIOExecutor.syncChunkLoad(ChunkIOExecutor.java:94)
[09:53:28] [Thread-119/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:118)
[09:53:28] [Thread-119/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at net.minecraft.world.gen.ChunkProviderServer.func_186028_c(ChunkProviderServer.java:89)
[09:53:28] [Thread-119/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at net.minecraft.world.gen.ChunkProviderServer.func_186025_d(ChunkProviderServer.java:135)
[09:53:28] [Thread-119/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at net.minecraft.world.World.func_72964_e(World.java:310)
[09:53:28] [Thread-119/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at net.minecraft.world.World.func_175726_f(World.java:305)
[09:53:28] [Thread-119/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at net.minecraft.world.World.func_180495_p(World.java:911)
[09:53:28] [Thread-119/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at com.natamus.netherportalspread.util.Util.spreadNextBlock(Util.java:85)
[09:53:28] [Thread-119/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at com.natamus.netherportalspread.util.Util$1.run(Util.java:50)
[09:53:28] [Thread-119/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at java.lang.Thread.run(Thread.java:748)
I can put logs in if it'd help, but this is just a stack trace, not a crash, so I suspect the logs are superfluous. I'll be happy to update the ticket with it if that turns out to be helpful.