Crash in TileAlloySmelter server-side.
tetious opened this issue · 2 comments
I'm getting a repeatable crash on my server running ProjectRed. This is occurring with the current (.27) and previous (.26) releases, with Forge v7.8.1.738.
This started happening a few moments after putting iron+redstone+coal into an Alloy Smelter, and occurs again immediately on server startup every time.
I don't think I'm doing anything unusual. I'm happy to help out with debugging however you need.
Here is the crash-report:
Time: 7/10/13 5:40 PM
Description: Ticking tile entity
java.lang.NoSuchMethodError: mrtjp.projectred.tiles.TileAlloySmelter.spawnParticles()V
at mrtjp.projectred.tiles.TileAlloySmelter.func_70316_g(TileAlloySmelter.java:234)
at net.minecraft.world.World.func_72939_s(World.java:2202)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:546)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:654)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:275)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:573)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:470)
at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:573)
Whoops, that's a client only call on a server. Will be fixed ASAP.
On Jul 10, 2013, at 5:51 PM, Greg Lincoln [email protected] wrote:
I'm getting a repeatable crash on my server running ProjectRed. This is occurring with the current (.27) and previous (.26) releases, with Forge v7.8.1.738.
This started happening after a few moments of putting iron+redstone+coal into an Alloy Smelter, and occurs immediately on server startup.
I don't think I'm doing anything unusual. I'm happy to help out with debugging however you need.
Here is the crash-report:
Time: 7/10/13 5:40 PM
Description: Ticking tile entityjava.lang.NoSuchMethodError: mrtjp.projectred.tiles.TileAlloySmelter.spawnParticles()V
at mrtjp.projectred.tiles.TileAlloySmelter.func_70316_g(TileAlloySmelter.java:234)
at net.minecraft.world.World.func_72939_s(World.java:2202)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:546)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:654)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:275)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:573)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:470)
at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:573)
—
Reply to this email directly or view it on GitHub.
Fixed via #8