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)
Question
j3gb3rt
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:
0 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now