Jump to content
  • 0

Server chrash when attemping to omniwrench a galacticraft rocket


Question

Posted

Title: Server chrash when attemping to omniwrench a galacticraft rocket

Version: 1_0_3

OS: Windows Server 2012

Java Version: 1.7.0_25

Description of Problem:

The server crashes leaving an crash report stating that an exception happened during server tick. It gives a "no such method" exception for the call that it makes on line 2110 in block.java. The function it is trying to call is net.minecraft.block.Block.func_71922_a(). This seems to occur when an omniwrench is used on a rocket. The server version is 1.0.6 or the most current on 8/20/2013 if I am misinformed

Error Messages:

Description: Exception in server tick loop

Error Log:


java.lang.NoSuchMethodError: net.minecraft.block.Block.func_71922_a(Lnet/minecraft/world/World;III)I

at net.minecraft.block.Block.getPickBlock(Block.java:2110)

at micdoodle8.mods.galacticraft.core.tile.GCCoreTileEntityElectric.getWrenchDrop(GCCoreTileEntityElectric.java:325)

at net.machinemuse.powersuits.powermodule.tool.OmniWrenchModule.onItemUseFirst(OmniWrenchModule.java:108)

at net.machinemuse.powersuits.item.ItemPowerGauntlet.onItemUseFirst(ItemPowerGauntlet.java:258)

at net.minecraft.item.ItemInWorldManager.func_73078_a(ItemInWorldManager.java:398)

at net.minecraft.network.NetServerHandler.func_72472_a(NetServerHandler.java:553)

at net.minecraft.network.packet.Packet15Place.func_73279_a(SourceFile:58)

at net.minecraft.network.TcpConnection.func_74428_b(TcpConnection.java:461)

at net.minecraft.network.NetServerHandler.func_72570_d(NetServerHandler.java:134)

at net.minecraft.network.NetworkListenThread.func_71747_b(NetworkListenThread.java:53)

at net.minecraft.server.dedicated.DedicatedServerListenThread.func_71747_b(SourceFile:30)

at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:674)

at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:274)

at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:570)

at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:468)

at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:573)

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...