
Huper01
Members-
Posts
9 -
Joined
-
Last visited
Everything posted by Huper01
-
It looks like you're trying to input power in that mfsu on the output side (the dot). try connecting the wire to any side but the one with the dot?
-
Tekkit server always has a severe problem with exceptions
Huper01 replied to R Mayrand's question in Tekkit Classic
"java.lang.UnsupportedClassVersionError: net/minecraft/server/mod_NetherOres : Unsupported major.minor version 51.0" From my knowledge this means NetherOres requires Java 7 to work. Install Java 7 and it should sort it. -
[3.0.3/3.0.4] [Solved] Server console getting spammed!!
Huper01 replied to The_Elkin's question in Tekkit Classic
I believe this is a result of a talisman of repair being used on a pedestal. -
[3.0.3/3.0.4] Red Matter axe in a deployer, crashes server
Huper01 posted a question in Tekkit Classic
Title: Red Matter axe in a deployer, crashes server Version: 3.0.3/3.0.4 OS: Fedora 15 64bit Java Version: 7 64bit (1.7.0_04-ea) Description of Problem: A player on my SMP server has placed saplings, bonemeal and a RM axe in a deployer, on a timer circuit. Whenever the chunk is loaded, the server crashes. Error Messages: Below Error Log: 2012-06-11 20:20:56 [sEVERE] java.lang.NullPointerException 2012-06-11 20:20:56 [sEVERE] at org.bukkit.craftbukkit.CraftServer.getPlayer(CraftServer.java:338) 2012-06-11 20:20:56 [sEVERE] at ee.ItemRedTool.attemptBreak(ItemRedTool.java:75) 2012-06-11 20:20:56 [sEVERE] at ee.ItemRedAxe.interactWith(ItemRedAxe.java:121) 2012-06-11 20:20:56 [sEVERE] at eloraam.machine.TileDeployBase.tryUseItemStack(TileDeployBase.java:193) 2012-06-11 20:20:56 [sEVERE] at eloraam.machine.TileDeploy.enableTowards(TileDeploy.java:98) 2012-06-11 20:20:56 [sEVERE] at eloraam.machine.TileDeployBase.onBlockNeighborChange(TileDeployBase.java:247) 2012-06-11 20:20:56 [sEVERE] at eloraam.core.BlockExtended.doPhysics(BlockExtended.java:63) 2012-06-11 20:20:56 [sEVERE] at eloraam.core.RedPowerLib.notifyBlock(RedPowerLib.java:25) 2012-06-11 20:20:56 [sEVERE] at eloraam.core.RedPowerLib.updateCurrent(RedPowerLib.java:1220) 2012-06-11 20:20:56 [sEVERE] at eloraam.wiring.TileWiring.onBlockNeighborChange(TileWiring.java:243) 2012-06-11 20:20:56 [sEVERE] at eloraam.core.BlockMultipart.doPhysics(BlockMultipart.java:29) 2012-06-11 20:20:56 [sEVERE] at eloraam.core.RedPowerLib.notifyBlock(RedPowerLib.java:25) 2012-06-11 20:20:56 [sEVERE] at eloraam.core.RedPowerLib.updateIndirectNeighbors(RedPowerLib.java:48) 2012-06-11 20:20:56 [sEVERE] at eloraam.core.TileExtended.updateBlockChange(TileExtended.java:98) 2012-06-11 20:20:56 [sEVERE] at eloraam.logic.TileLogicSimple.repTick(TileLogicSimple.java:469) 2012-06-11 20:20:56 [sEVERE] at eloraam.logic.TileLogicSimple.onTileTick(TileLogicSimple.java:823) 2012-06-11 20:20:56 [sEVERE] at eloraam.core.TileExtended.q_(TileExtended.java:146) 2012-06-11 20:20:56 [sEVERE] at eloraam.logic.TileLogicSimple.q_(TileLogicSimple.java:991) 2012-06-11 20:20:56 [sEVERE] at net.minecraft.server.World.tickEntities(World.java:1191) 2012-06-11 20:20:56 [sEVERE] at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:547) 2012-06-11 20:20:56 [sEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:453) 2012-06-11 20:20:56 [sEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:492) 2012-06-11 20:20:56 [sEVERE] Unexpected exception java.lang.NullPointerException at org.bukkit.craftbukkit.CraftServer.getPlayer(CraftServer.java:338) at ee.ItemRedTool.attemptBreak(ItemRedTool.java:75) at ee.ItemRedAxe.interactWith(ItemRedAxe.java:121) at eloraam.machine.TileDeployBase.tryUseItemStack(TileDeployBase.java:193) at eloraam.machine.TileDeploy.enableTowards(TileDeploy.java:98) at eloraam.machine.TileDeployBase.onBlockNeighborChange(TileDeployBase.java:247) at eloraam.core.BlockExtended.doPhysics(BlockExtended.java:63) at eloraam.core.RedPowerLib.notifyBlock(RedPowerLib.java:25) at eloraam.core.RedPowerLib.updateCurrent(RedPowerLib.java:1220) at eloraam.wiring.TileWiring.onBlockNeighborChange(TileWiring.java:243) at eloraam.core.BlockMultipart.doPhysics(BlockMultipart.java:29) at eloraam.core.RedPowerLib.notifyBlock(RedPowerLib.java:25) at eloraam.core.RedPowerLib.updateIndirectNeighbors(RedPowerLib.java:48) at eloraam.core.TileExtended.updateBlockChange(TileExtended.java:98) at eloraam.logic.TileLogicSimple.repTick(TileLogicSimple.java:469) at eloraam.logic.TileLogicSimple.onTileTick(TileLogicSimple.java:823) at eloraam.core.TileExtended.q_(TileExtended.java:146) at eloraam.logic.TileLogicSimple.q_(TileLogicSimple.java:991) at net.minecraft.server.World.tickEntities(World.java:1191) at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:547) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:453) at net.minecraft.server.ThreadServerApplication.run(SourceFile:492) -
Title: Server crashing when right clicking with a dark matter axe Version: 3.0.3/3.0.4 OS: Linux Fedora 15 64bit Java Version: 7 64bit (1.7.0_04-ea) Description of Problem: When right clicking on an object with a charged dark matter axe, the server crashes with the following message in the server log/console. Error Messages: None shown, besides below Error Log: 10:45:10 [sEVERE] java.lang.NoSuchMethodError: ee.ItemDarkAxe.attemptBreak(Lnet/minecraft/server/EntityHuman;III)Z 10:45:10 [sEVERE] at ee.ItemDarkAxe.interactWith(ItemDarkAxe.java:121) 10:45:10 [sEVERE] at net.minecraft.server.ItemStack.placeItem(ItemStack.java:83) 10:45:10 [sEVERE] at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.java:318) 10:45:10 [sEVERE] at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:709) 10:45:10 [sEVERE] at net.minecraft.server.Packet15Place.handle(SourceFile:39) 10:45:10 [sEVERE] at net.minecraft.server.NetworkManager.b(NetworkManager.java:234) 10:45:10 [sEVERE] at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:121) 10:45:10 [sEVERE] at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:78) 10:45:10 [sEVERE] at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:556) 10:45:10 [sEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:453) 10:45:10 [sEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:492) 10:45:10 [sEVERE] Unexpected exception java.lang.NoSuchMethodError: ee.ItemDarkAxe.attemptBreak(Lnet/minecraft/server/EntityHuman;III)Z at ee.ItemDarkAxe.interactWith(ItemDarkAxe.java:121) at net.minecraft.server.ItemStack.placeItem(ItemStack.java:83) at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.java:318) at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:709) at net.minecraft.server.Packet15Place.handle(SourceFile:39) at net.minecraft.server.NetworkManager.b(NetworkManager.java:234) at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:121) at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:78) at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:556) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:453) at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
-
[2.1.1] Server Crash after connecting pipes to a energy condenser
Huper01 replied to smurfclemens's question in Tekkit Classic
from my experience this is just a texture glitch, probably isnt worth opening another report about it. Afaik there isnt a lot that can be done, just have to live with it. You could also try searching to see if there is a fix anywhere -
[2.1.1] Server Crash after connecting pipes to a energy condenser
Huper01 replied to smurfclemens's question in Tekkit Classic
This bug has been reported many times before, if its the same im thinking of. If you attempt to extract an item from the condenser using wood transport pipes, and the top-left target slot on the condenser is empty, it will crash. If you do a quick search for wood pipe condenser fix, then you should find a patch that will stop it crashing your server, otherwise it will keep crashing your server and you may have to remove the chunk. -
I've had this happen to me before but only with alt tabbing. I fixed it by simply pressing alt when in game (as holding alt and left clicking ejects from inventory). Not sure if this will work in your case but it's worth a shot if you haven't tried it already.
-
Launcher Pack/Version: 1.0.1.2 - Tekkit 2.1.1 Operating System: Windows 7 64bit Java Version: 7 (1.7.0_01-b08) Description: When in a specific area of our Tekkit SMP server, it causes the client to randomly crash. We've had this problem before and have had to remove an entire chuck with MCEdit to fix it. From a quick look through the logs, it seems it's IC2 related, however wanted to check here first in case it was Tekkit related, and google isn't very helpful either. It isn't just me having this problem, it's several people on my server. Pastebin: http://pastebin.com/np2ymhcW Contains several crashes of the same thing, most recent is at the bottom. Hope I haven't missed anything or am making a complete moron of myself somehow.