Jump to content

Stop the server when restarting.


Nebula

Recommended Posts

The server worked properly for a couple of months, and then at the next restart I began to give an error and stop ...

 

HELP!

 

1558352223880 erosion: reading /home/gameserverXXXX/Zomboid/Saves/Multiplayer/pzserver/erosion.ini
java.lang.NullPointerException
    at zombie.erosion.season.ErosionSeason.dayDiff(ErosionSeason.java:473)
    at zombie.erosion.season.ErosionSeason.setSeasonData(ErosionSeason.java:376)
    at zombie.erosion.season.ErosionSeason.setDay(ErosionSeason.java:301)
    at zombie.erosion.ErosionMain.start(ErosionMain.java:557)
    at zombie.erosion.ErosionMain.<init>(ErosionMain.java:94)
    at zombie.erosion.ErosionGlobals.Boot(ErosionGlobals.java:27)
    at zombie.iso.IsoWorld.init(IsoWorld.java:1995)
    at zombie.network.GameServer.main(GameServer.java:617)
1558352223884 server terminated

 

Spoiler

seeds.seedMain_0 = 16
seeds.seedMain_1 = 32
seeds.seedMain_2 = 64
seeds.seedMoisture_0 = 96
seeds.seedMoisture_1 = 128
seeds.seedMoisture_2 = 144
seeds.seedMinerals_0 = 196
seeds.seedMinerals_1 = 255
seeds.seedMinerals_2 = 0
seeds.seedKudzu_0 = 200
seeds.seedKudzu_1 = 125
seeds.seedKudzu_2 = 50

time.tickunit = 720
time.ticks = 170
time.eticks = 0
time.epoch = 1

season.lat = 38
season.tempMax = 25
season.tempMin = 0
season.tempDiff = 7
season.seasonLag = 31
season.noon = 12.5
season.seedA = 64
season.seedB = 128
season.seedC = 255
season.jan = 0.39
season.feb = 0.35
season.mar = 0.39
season.apr = 0.4
season.may = 0.35
season.jun = 0.37
season.jul = 0.29
season.aug = 0.26
season.sep = 0.23
season.oct = 0.23
season.nov = 0.3
season.dec = 0.32

debug.enabled = false
debug.startday = 26
debug.startmonth = 11

 

Edited by Nebula
Link to comment
Share on other sites

As a hunch, try removing map_t.bin in the server's save file. Maybe it's failing due to a discrepancy between the erosion file and the gametime data? This'll likely affect mod connect that saves to gametime and it will reset the current date in-game, however. It's purely a hunch.

 

Erosion will be present because it's saved as part of the chunk files. 

Link to comment
Share on other sites

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