Jump to content

Mordok

Member
  • Posts

    4
  • Joined

  • Last visited

Everything posted by Mordok

  1. You should start to open with 16261, then for you+1 = 16262 > for your friend again +1 16263 . So for you and your friend +2 ports to 16261, have to open 16261 till 16263. I have for me 16261 to 16300, this means my server will accept 38 players. Because first player will connect with 16262 port.
  2. You try to open only default port for server "16261". Server need first 16261 +1 for every player. For example local/external start 16261 - 16291 (+30 players). I have got errors from provider few days ago. I have opened ports and nothing happens. The problem was, that i had IPv6 and portforwarding works only with IPv4.
  3. Please help me with my softreset. I get every time this error. x=10549 y=9696 z=0objectsclass zombie.iso.IsoObjectIsoObjectclass zombie.iso.IsoObjectIsoObjectstaticmovingobjectsx=10549 y=9695 z=0objectsclass zombie.iso.IsoObjectIsoObjectstaticmovingobjectsjava.lang.RuntimeException: java.lang.NullPointerException at zombie.iso.IsoGridSquare.load(IsoGridSquare.java:1449) at zombie.iso.IsoChunk.Load(IsoChunk.java:857) at zombie.iso.IsoChunk.Load(IsoChunk.java:242) at zombie.iso.WorldStreamer.DoChunkAlways(WorldStreamer.java:183) at zombie.iso.WorldStreamer.addJobWipe(WorldStreamer.java:306) at zombie.iso.WorldConverter.softreset(WorldConverter.java:326) at zombie.iso.IsoWorld.init(IsoWorld.java:993) at zombie.network.GameServer.main(GameServer.java:199)Caused by: java.lang.NullPointerException at zombie.iso.IsoObject.setOverlaySprite(IsoObject.java:2374) at zombie.iso.IsoObject.load(IsoObject.java:602) at zombie.iso.IsoGridSquare.load(IsoGridSquare.java:1442) ... 7 morejava.lang.NullPointerException at zombie.network.ServerMap.getMinX(ServerMap.java:479) at zombie.network.ServerMap.getGridSquare(ServerMap.java:1037) at zombie.iso.IsoCell.getGridSquare(IsoCell.java:4027) at zombie.characters.IsoGameCharacter.<init>(IsoGameCharacter.java:4248) at zombie.characters.IsoZombie.<init>(IsoZombie.java:245) at zombie.VirtualZombieManager.createRealZombieAlways(VirtualZombieManager.java:534) at zombie.VirtualZombieManager.AddZombiesToMap(VirtualZombieManager.java:864) at zombie.iso.IsoChunk.AddZombies(IsoChunk.java:99) at zombie.iso.IsoChunk.Load(IsoChunk.java:259) at zombie.iso.WorldStreamer.DoChunkAlways(WorldStreamer.java:185) at zombie.iso.WorldStreamer.addJobWipe(WorldStreamer.java:306) at zombie.iso.WorldConverter.softreset(WorldConverter.java:326) at zombie.iso.IsoWorld.init(IsoWorld.java:993) at zombie.network.GameServer.main(GameServer.java:199)Exception in thread "main" java.lang.NullPointerException at zombie.network.ServerMap.getMinX(ServerMap.java:479) at zombie.network.ServerMap.getGridSquare(ServerMap.java:1037) at zombie.iso.IsoCell.getGridSquare(IsoCell.java:4027) at zombie.characters.IsoGameCharacter.<init>(IsoGameCharacter.java:4248) at zombie.characters.IsoZombie.<init>(IsoZombie.java:245) at zombie.VirtualZombieManager.createRealZombieAlways(VirtualZombieManager.java:534) at zombie.VirtualZombieManager.AddZombiesToMap(VirtualZombieManager.java:864) at zombie.iso.IsoChunk.AddZombies(IsoChunk.java:99) at zombie.iso.IsoChunk.Load(IsoChunk.java:259) at zombie.iso.WorldStreamer.DoChunkAlways(WorldStreamer.java:193) at zombie.iso.WorldStreamer.addJobWipe(WorldStreamer.java:306) at zombie.iso.WorldConverter.softreset(WorldConverter.java:326) at zombie.iso.IsoWorld.init(IsoWorld.java:993) at zombie.network.GameServer.main(GameServer.java:199)D:\Games\Steam\SteamApps\common\ProjectZomboid>PAUSEDrücken Sie eine beliebige Taste . . .I have this *.bat file and my system have 32gb ram. ".\jre64\bin\java.exe" -Dsoftreset -Djava.library.path=./ -cp lwjgl.jar;lwjgl_util.jar;sqlitejdbc-v056.jar;./ zombie.network.GameServerPAUSEHere user say it works, but i get every time this error. http://theindiestone.com/forums/index.php/topic/6669-soft-reset/page-2#entry99165 Please help me to solve it.
  4. I have found this command -Dsoftresetand should be in your ProjectZomboidServer.bat, looks like ".\jre64\bin\java.exe" -Xms3072m -Xmx3072m -Djava.library.path=./ -cp lwjgl.jar;lwjgl_util.jar;sqlitejdbc-v056.jar;trove-3.0.3.jar;./ -Dsoftreset zombie.network.GameServerPAUSEBut the problem is, it dosnt works!!! There are no loot respawns. I want just softreset and no delete all (hardreset). Anybody knows how to solve it?
×
×
  • Create New...