Jump to content

Recommended Posts

Posted

My server is refusing connections and ater restarting in getting the following exceptions:

12:26:12 [sEVERE] java.lang.NullPointerException

12:26:12 [sEVERE]      at net.minecraft.server.EntityHuman.openGui(EntityHuman.java:1345)

12:26:12 [sEVERE]      at ee.ItemAlchemyBag.interactWith(ItemAlchemyBag.java:67)

12:26:12 [sEVERE]      at eloraam.machine.TileDeployBase.tryUseItemStack(TileDeployBase.java:196)

12:26:12 [sEVERE]      at eloraam.machine.TileDeploy.enableTowards(TileDeploy.java:106)

12:26:12 [sEVERE]      at eloraam.machine.TileDeployBase.onBlockNeighborChange(TileDeployBase.java:250)

12:26:12 [sEVERE]      at eloraam.core.BlockExtended.doPhysics(BlockExtended.java:63)

12:26:12 [sEVERE]      at eloraam.core.RedPowerLib.notifyBlock(RedPowerLib.java:25)

12:26:12 [sEVERE]      at eloraam.core.RedPowerLib.updateCurrent(RedPowerLib.java:1220)

12:26:12 [sEVERE]      at eloraam.wiring.TileWiring.onBlockNeighborChange(TileWiring.java:243)

12:26:12 [sEVERE]      at eloraam.core.BlockMultipart.doPhysics(BlockMultipart.java:29)

12:26:12 [sEVERE]      at eloraam.core.RedPowerLib.notifyBlock(RedPowerLib.java:25)

12:26:12 [sEVERE]      at eloraam.core.RedPowerLib.updateIndirectNeighbors(RedPowerLib.java:48)

12:26:12 [sEVERE]      at eloraam.core.TileExtended.updateBlockChange(TileExtended.java:98)

12:26:12 [sEVERE]      at eloraam.logic.TileLogicPointer.timerUpdate(TileLogicPointer.java:219)

12:26:12 [sEVERE]      at eloraam.logic.TileLogicPointer.q_(TileLogicPointer.java:413)

12:26:12 [sEVERE]      at net.minecraft.server.World.tickEntities(World.java:1190)

12:26:12 [sEVERE]      at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:569)

12:26:12 [sEVERE]      at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:467)

12:26:12 [sEVERE]      at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)

12:26:12 [sEVERE] Unexpected exception

java.lang.NullPointerException

        at net.minecraft.server.EntityHuman.openGui(EntityHuman.java:1345)

        at ee.ItemAlchemyBag.interactWith(ItemAlchemyBag.java:67)

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

        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)

Any idea what can be causing it or how to fix it?

At first I though It was caused by a deployer trying to deploy an alchemy bag, but I added the alchemy bag id (27306) to the deployer's ban list and I'm still getting the error.

Thanks in advance, jjssman.

  • 3 months later...
Posted

Here's how I fixed it:

1- Whitelist the server or activate some kind of maintenance mode.

2- Change the alchemist bag id in Redpower's config to a different one, for example the alchemical coal one.

3- Change the alchemical coal (for example) id to the alchemist bag id.

4- Restart the server and load the chunks around the spawn so the alchemist bag (now alchemical coal) gets deployed.

5- Change the ids back to normal and restart the server.

6- If everything works you can turn off the whitelist again, if not, try again loading more chunks.

Join the conversation

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

Guest
Reply to this topic...

×   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...