Jump to content
  • 0

Integratedredstone internal server error


Question

Posted

Title: Integratedredstone internal server error

Version: 3.0.3/3.0.4

OS: Windows 7 x64

Java Version: java x64

Description of Problem:

i hooked up a deployer on its side and put 16 REP (redstone ether pulse?) inside. when powered by redstone it crashed the game and forces you to re-join the server. mind you it never deploys the item nor does it make you restart the client

Error Messages:

Internal server error (client side)

Error Log:


2012-07-18 10:15:23 [WARNING] Failed to handle packet: java.lang.NullPointerException

java.lang.NullPointerException

	at codechicken.wirelessredstone.addons.RedstoneEtherAddonManager.detonateREP(RedstoneEtherAddonManager.java:492)

	at codechicken.wirelessredstone.addons.ItemREP.a(ItemREP.java:27)

	at net.minecraft.server.ItemStack.a(ItemStack.java:97)

	at eloraam.machine.TileDeployBase.tryUseItemStack(TileDeployBase.java:200)

	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 net.minecraft.server.World.k(World.java:532)

	at net.minecraft.server.World.applyPhysics(World.java:512)

	at net.minecraft.server.World.update(World.java:473)

	at net.minecraft.server.World.setData(World.java:416)

	at net.minecraft.server.BlockTorch.onPlace(BlockTorch.java:101)

	at net.minecraft.server.BlockRedstoneTorch.onPlace(BlockRedstoneTorch.java:51)

	at net.minecraft.server.Chunk.a(Chunk.java:463)

	at net.minecraft.server.World.setRawTypeIdAndData(World.java:355)

	at net.minecraft.server.World.setTypeIdAndData(World.java:456)

	at net.minecraft.server.ItemBlock.interactWith(ItemBlock.java:81)

	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)

5 answers to this question

Recommended Posts

  • 0
Posted

It failed to handle a packet which is why it kicks everyone off... essentially your server is having issues handling the packet it receives when you attempt to do this action... try this on a blank world and see if its the same issue.

  • 0
Posted

I've got the same problem on my server. I wasn't logged in, when I checked the console, it was frozen, I rebooted and got this error message.

I have no clue what my users did, does anyone know the easiest fix for this?

2012-09-03 20:31:42 [sEVERE] java.lang.NullPointerException

2012-09-03 20:31:42 [sEVERE]    at codechicken.wirelessredstone.addons.RedstoneEtherAddonManager.detonateREP(RedstoneEtherAddonManager.java:492)

2012-09-03 20:31:42 [sEVERE]    at codechicken.wirelessredstone.addons.ItemREP.a(ItemREP.java:27)

2012-09-03 20:31:42 [sEVERE]    at net.minecraft.server.ItemStack.a(ItemStack.java:97)

2012-09-03 20:31:42 [sEVERE]    at eloraam.machine.TileDeployBase.tryUseItemStack(TileDeployBase.java:203)

2012-09-03 20:31:42 [sEVERE]    at eloraam.machine.TileDeploy.enableTowards(TileDeploy.java:106)

2012-09-03 20:31:42 [sEVERE]    at eloraam.machine.TileDeployBase.onBlockNeighborChange(TileDeployBase.java:250)

2012-09-03 20:31:42 [sEVERE]    at eloraam.core.BlockExtended.doPhysics(BlockExtended.java:63)

2012-09-03 20:31:42 [sEVERE]    at eloraam.core.RedPowerLib.notifyBlock(RedPowerLib.java:25)

2012-09-03 20:31:42 [sEVERE]    at eloraam.core.RedPowerLib.updateCurrent(RedPowerLib.java:1220)

2012-09-03 20:31:42 [sEVERE]    at eloraam.wiring.TileWiring.onBlockNeighborChange(TileWiring.java:243)

2012-09-03 20:31:42 [sEVERE]    at eloraam.core.BlockMultipart.doPhysics(BlockMultipart.java:29)

2012-09-03 20:31:42 [sEVERE]    at eloraam.core.RedPowerLib.notifyBlock(RedPowerLib.java:25)

2012-09-03 20:31:42 [sEVERE]    at eloraam.core.RedPowerLib.updateIndirectNeighbors(RedPowerLib.java:48)

2012-09-03 20:31:42 [sEVERE]    at eloraam.core.TileExtended.updateBlockChange(TileExtended.java:98)

2012-09-03 20:31:42 [sEVERE]    at eloraam.logic.TileLogicPointer.timerUpdate(TileLogicPointer.java:219)

2012-09-03 20:31:42 [sEVERE]    at eloraam.logic.TileLogicPointer.q_(TileLogicPointer.java:413)

2012-09-03 20:31:42 [sEVERE]    at net.minecraft.server.World.tickEntities(World.java:1190)

2012-09-03 20:31:42 [sEVERE]    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:569)

2012-09-03 20:31:42 [sEVERE]    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:467)

2012-09-03 20:31:42 [sEVERE]    at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)

2012-09-03 20:31:42 [sEVERE] Unexpected exception

java.lang.NullPointerException

    at codechicken.wirelessredstone.addons.RedstoneEtherAddonManager.detonateREP(RedstoneEtherAddonManager.java:492)

    at codechicken.wirelessredstone.addons.ItemREP.a(ItemREP.java:27)

    at net.minecraft.server.ItemStack.a(ItemStack.java:97)

    at eloraam.machine.TileDeployBase.tryUseItemStack(TileDeployBase.java:203)

    at eloraam.machine.TileDeploy.enableTowards(TileDeploy.java:106)

    at eloraam.machine.TileDeployBase.onBlockNeighborChange(TileDeployBase.java:250)

    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.TileLogicPointer.timerUpdate(TileLogicPointer.java:219)

    at eloraam.logic.TileLogicPointer.q_(TileLogicPointer.java:413)

    at net.minecraft.server.World.tickEntities(World.java:1190)

    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:569)

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

    at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)

  • 0
Posted

Guys this is caused because you are trying to deploy something that stops redstone currents but you are using a redstone current to power the thing the deploys it (in this case it's a deployer). REPs stop all redstone currents in its radius and the deployer is using redstone to deploy it so they counteract each other causing the server to crash because it can't do a task that is stoping itself. You can't fix this so that it will work because then you would have to make REPs not stop redstone currents so you just destroy it. If you can't and the server crashes to quickly then restore from backup.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...