XIII Posted October 14, 2012 Posted October 14, 2012 Title: [RedPower] Fake Player Created. [RedPower] Login is disabled. Version: 3.1.2 OS: Microsoft Windows 7 Home Premium Java Version: 7 Description of Problem: Server crashes after this error appears, just start it up runs for a little bit then this. Error Messages: Error Log: 2012-10-13 17:28:49 [iNFO] [RedPower] FakePlayer created. 2012-10-13 17:28:49 [iNFO] [RedPower] Login is disabled. 2012-10-13 17:28:49 [sEVERE] java.lang.NullPointerException 2012-10-13 17:28:49 [sEVERE]at net.minecraft.server.EntityHuman.openGui(EntityHuman.java:1345) 2012-10-13 17:28:49 [sEVERE]at ee.ItemAlchemyBag.interactWith(ItemAlchemyBag.java:67) 2012-10-13 17:28:49 [sEVERE]at eloraam.machine.TileDeployBase.tryUseItemStack(TileDeployBase.java:196) 2012-10-13 17:28:49 [sEVERE]at eloraam.machine.TileDeploy.enableTowards(TileDeploy.java:106) 2012-10-13 17:28:49 [sEVERE]at eloraam.machine.TileDeployBase.onBlockNeighborChange(TileDeployBase.java:250) 2012-10-13 17:28:49 [sEVERE]at eloraam.core.BlockExtended.doPhysics(BlockExtended.java:63) 2012-10-13 17:28:49 [sEVERE]at eloraam.core.RedPowerLib.notifyBlock(RedPowerLib.java:25) 2012-10-13 17:28:49 [sEVERE]at eloraam.core.RedPowerLib.updateCurrent(RedPowerLib.java:1220) 2012-10-13 17:28:49 [sEVERE]at eloraam.wiring.TileWiring.onBlockNeighborChange(TileWiring.java:243) 2012-10-13 17:28:49 [sEVERE]at eloraam.core.BlockMultipart.doPhysics(BlockMultipart.java:29) 2012-10-13 17:28:49 [sEVERE]at eloraam.core.RedPowerLib.notifyBlock(RedPowerLib.java:25) 2012-10-13 17:28:49 [sEVERE]at eloraam.core.RedPowerLib.updateIndirectNeighbors(RedPowerLib.java:48) 2012-10-13 17:28:49 [sEVERE]at eloraam.core.TileExtended.updateBlockChange(TileExtended.java:98) 2012-10-13 17:28:49 [sEVERE]at eloraam.logic.TileLogicPointer.timerUpdate(TileLogicPointer.java:219) 2012-10-13 17:28:49 [sEVERE]at eloraam.logic.TileLogicPointer.q_(TileLogicPointer.java:413) 2012-10-13 17:28:49 [sEVERE]at net.minecraft.server.World.tickEntities(World.java:1190) 2012-10-13 17:28:49 [sEVERE]at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:569) 2012-10-13 17:28:49 [sEVERE]at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:467) 2012-10-13 17:28:49 [sEVERE]at net.minecraft.server.ThreadServerApplication. run(SourceFile:492) 2012-10-13 17:28:49 [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) Quote
0 Jelato Foot Posted October 14, 2012 Posted October 14, 2012 Add this to your redpower/redpower.cfg file in the deployer.blacklist= "27562:0,27562:1,27562:2,27562:3,27562:4,27562:5,27562:6,27562:7,27562:8,27562:9,27562:10,27562:11,27562:12,27562:13,27562:14,27562:15" No more crashycrashy :) Quote
0 XIII Posted October 14, 2012 Author Posted October 14, 2012 Add this to your redpower/redpower.cfg file in the deployer.blacklist= "27562:0,27562:1,27562:2,27562:3,27562:4,27562:5,27562:6,27562:7,27562:8,27562:9,27562:10,27562:11,27562:12,27562:13,27562:14,27562:15" No more crashycrashy thanks trying that now Quote
0 XIII Posted October 14, 2012 Author Posted October 14, 2012 So far so good, do you know why alcamy bags causing it though? Quote
0 Jelato Foot Posted October 14, 2012 Posted October 14, 2012 EntityHuman.java:1345 -> player.netServerHandler.sendPacket(pkt.getPacket()); the fake players which mods create have a null NetServerHandler instance, and ee doesn't check if the player trying to open a gui is a real one (as most mods don't), so boomboom Quote
0 AustinKZombie Posted October 19, 2012 Posted October 19, 2012 I have this same promblem on one of my other severs had this message and then for my friends the world would now load like one chunk a minute. So I scraped that world and started a new one and now I got that same message mine doesn't have all the errors mine says it after the sever commands says "load 8 anchors" then the message and of redpower fakeplayer and then login disabled thing after but then nothing I can login anyone else it hust doesnt work. Help please Quote
0 AustinKZombie Posted October 19, 2012 Posted October 19, 2012 Sorry about the hust that should be there Quote
0 badande_kamel Posted October 29, 2012 Posted October 29, 2012 hello, i added to code to the redpower file and under deployer.blacklist but my server still says " [iNFO] [RedPower] FakePlayer created. [iNFO] [RedPower] Login is disabled" any help, please! Quote
0 pejcek Posted October 30, 2012 Posted October 30, 2012 I have the same problem i added the code and it still says [RedPower] FakePlayer created [RedPower] Login is disabled Quote
0 Phantom329 Posted December 21, 2012 Posted December 21, 2012 ^ same I think this is the reason why block breakers, quarries, and miners don't work on my server Quote
Question
XIII
Title: [RedPower] Fake Player Created. [RedPower] Login is disabled.
Version: 3.1.2
OS: Microsoft Windows 7 Home Premium
Java Version: 7
Description of Problem:
Server crashes after this error appears, just start it up runs for a little bit then this.
Error Messages:
Error Log:
9 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.