Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash in TileAlloySmelter server-side. #6

Closed
tetious opened this issue Jul 10, 2013 · 2 comments
Closed

Crash in TileAlloySmelter server-side. #6

tetious opened this issue Jul 10, 2013 · 2 comments

Comments

@tetious
Copy link
Contributor

tetious commented Jul 10, 2013

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)
@MrTJP
Copy link
Owner

MrTJP commented Jul 10, 2013

Whoops, that's a client only call on a server. Will be fixed ASAP.

On Jul 10, 2013, at 5:51 PM, Greg Lincoln notifications@github.com 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 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)

Reply to this email directly or view it on GitHub.

@MrTJP MrTJP closed this as completed Jul 11, 2013
@MrTJP
Copy link
Owner

MrTJP commented Jul 11, 2013

Fixed via #8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants