Jump to content

Linux Dedicated, Alpha 17.2 update, Server no longer starts


obd1_3gee

Recommended Posts

Server was running flawlessly on Alpha 17.1, went to play today and got the version mismatch message and so I updated the server using the steam command. I then added the new config options and removed the old ones per the notes on the update. Now the server wont start and just outputs this when I put in the status command...

Link to comment
Share on other sites

Linux Dedicated, Alpha 17.2 update, Server no longer starts

 

I updated the server per the management scripts that I used to install the server using the command

 

sudo 7dtd.sh updateengine --force --stable

 

updated the config with the new options and removed the old ones per the update notes

 

Now the server wont run at all.

 

I've even tried experimental and nothing.

 

when I launch it from the scripts it says it started but then if I run the status command it says not running. No info in logs at all.

 

I also took out all the new options and replaced the old ones trying to get it to run and do something. Right after the update and upon running the start command it would output nonsense like this

 

/home/sdtd/instances/Caprica/config.xml:62.40: attributes construct error
 <property name="XPMultiplier” value="100"/>
                                        ^
/home/sdtd/instances/Caprica/config.xml:62.40: Couldn't find end of Start Tag property line 62
 <property name="XPMultiplier” value="100"/>
                                        ^
/home/sdtd/instances/Caprica/config.xml:8.41: Specification mandate value for attribute value
 <property name="BlockDamageAIBM" value"100"/>
                                       ^
/home/sdtd/instances/Caprica/config.xml:8.41: attributes construct error
 <property name="BlockDamageAIBM" value"100"/>
                                       ^
/home/sdtd/instances/Caprica/config.xml:8.41: Couldn't find end of Start Tag property line 8
 <property name="BlockDamageAIBM" value"100"/>
                                       ^
/home/sdtd/instances/Caprica/config.xml:62.40: attributes construct error
 <property name="XPMultiplier” value="100"/>
                                        ^
/home/sdtd/instances/Caprica/config.xml:62.40: Couldn't find end of Start Tag property line 62
 <property name="XPMultiplier” value="100"/>
                                        ^
   Control Panel:  Port , Pass
/home/sdtd/instances/Caprica/config.xml:8.41: Specification mandate value for attribute value
 <property name="BlockDamageAIBM" value"100"/>

Link to comment
Share on other sites

Could you share your config file?

 

this was the original...

 

<?xml version="1.0"?>
<ServerSettings>
 <property name="AirDropFrequency" value="48"/>
 <property name="AirDropMarker" value="true"/>
 <property name="BedrollDeadZoneSize" value="15"/>
 <property name="BlockDurabilityModifier" value="100"/>
 <property name="BloodMoonEnemyCount" value="12"/>
 <property name="BuildCreate" value="false"/>
 <property name="ControlPanelEnabled" value="true"/>
 <property name="ControlPanelPassword" value="*******"/>
 <property name="ControlPanelPort" value="****"/>
 <property name="DayLightLength" value="18"/>
 <property name="DayNightLength" value="60"/>
 <property name="DropOnDeath" value="2"/>
 <property name="DropOnQuit" value="0"/>
 <property name="EACEnabled" value="true"/>
 <property name="EnemyDifficulty" value="0"/>
 <property name="EnemySpawnMode" value="true"/>
 <property name="GameDifficulty" value="2"/>
 <property name="GameMode" value="GameModeSurvivalMP"/>
 <property name="GameName" value="Navezgame"/>
 <property name="GameWorld" value="Navezgane"/>
 <property name="HideCommandExecutionLog" value="0"/>
 <property name="LandClaimCount" value="1"/>
 <property name="LandClaimDeadZone" value="30"/>
 <property name="LandClaimDecayMode" value="0"/>
 <property name="LandClaimExpiryTime" value="3"/>
 <property name="LandClaimOfflineDurabilityModifier" value="4"/>
 <property name="LandClaimOnlineDurabilityModifier" value="4"/>
 <property name="LandClaimSize" value="7"/>
 <property name="LootAbundance" value="200"/>
 <property name="LootRespawnDays" value="7"/>
 <property name="MaxSpawnedAnimals" value="50"/>
 <property name="MaxSpawnedZombies" value="60"/>
 <property name="MaxUncoveredMapChunksPerPlayer" value="131072"/>
 <property name="PersistentPlayerProfiles" value="true"/>
 <property name="PlayerKillingMode" value="0"/>
 <property name="PlayerSafeZoneHours" value="5"/>
 <property name="PlayerSafeZoneLevel" value="5"/>
 <property name="ServerAdminSlotsPermission" value="0"/>
 <property name="ServerAdminSlots" value="2"/>
 <property name="ServerDescription" value="Private Server for friends"/>
 <property name="ServerDisabledNetworkProtocols" value="None"/>
 <property name="ServerIsPublic" value="false"/>
 <property name="ServerMaxPlayerCount" value="4"/>
 <property name="ServerName" value="Caprica"/>
 <property name="ServerPassword" value="picklerick2"/>
 <property name="ServerPort" value="26905"/>
 <property name="ServerReservedSlotsPermission" value="100"/>
 <property name="ServerReservedSlots" value="0"/>
 <property name="ServerWebsiteURL" value=""/>
 <property name="ZombiesRun" value="1"/>
 <property name="TelnetPassword" value="*******"/>
 <property name="TelnetPort" value="***"/>
 <property name="TelnetEnabled" value="true"/>
 <property name="AdminFileName" value="admins.xml"/>
 <property name="SaveGameFolder" value="/home/sdtd/instances/Caprica"/>

Link to comment
Share on other sites

Could you share your config file?

 

This is what it is after the update, again following the notes on the update...

 

<?xml version="1.0"?>
<ServerSettings>
 <property name="AirDropFrequency" value="48"/>
 <property name="AirDropMarker" value="true"/>
 <property name="BedrollDeadZoneSize" value="15"/>
 <property name="BloodMoonFrequency" value="7"/>
 <property name="BloodMoonRange" value="0"/>
 <property name="BloodMoonWarning" value="8"/>
 <property name="BloodMoonEnemyCount" value="12"/>
 <property name="BlockDamagePlayer" value="25"/>
 <property name="BlockDamageAI" value="100"/>
 <property name="BlockDamageAIBM" value="100"/>
 <property name="BuildCreate" value="false"/>
 <property name="ControlPanelEnabled" value="true"/>
 <property name="ControlPanelPassword" value="*******"/>
 <property name="ControlPanelPort" value="****"/>
 <property name="DayLightLength" value="18"/>
 <property name="DayNightLength" value="60"/>
 <property name="DropOnDeath" value="2"/>
 <property name="DropOnQuit" value="0"/>
 <property name="EACEnabled" value="true"/>
 <property name="EnemyDifficulty" value="0"/>
 <property name="EnemySpawnMode" value="true"/>
 <property name="GameDifficulty" value="2"/>
 <property name="GameMode" value="GameModeSurvivalMP"/>
 <property name="GameName" value="Navezgame"/>
 <property name="GameWorld" value="Navezgane"/>
 <property name="HideCommandExecutionLog" value="0"/>
 <property name="LandClaimCount" value="1"/>
 <property name="LandClaimDeadZone" value="30"/>
 <property name="LandClaimDecayMode" value="0"/>
 <property name="LandClaimExpiryTime" value="3"/>
 <property name="LandClaimOfflineDurabilityModifier" value="4"/>
 <property name="LandClaimOnlineDurabilityModifier" value="4"/>
 <property name="LandClaimSize" value="7"/>
 <property name="LootAbundance" value="200"/>
 <property name="LootRespawnDays" value="7"/>
 <property name="MaxSpawnedAnimals" value="50"/>
 <property name="MaxSpawnedZombies" value="60"/>
 <property name="MaxUncoveredMapChunksPerPlayer" value="131072"/>
 <property name="PersistentPlayerProfiles" value="true"/>
 <property name="PlayerKillingMode" value="0"/>
 <property name="PlayerSafeZoneHours" value="5"/>
 <property name="PlayerSafeZoneLevel" value="5"/>
 <property name="ServerAdminSlotsPermission" value="0"/>
 <property name="ServerAdminSlots" value="2"/>
 <property name="ServerDescription" value="Private Server for friends"/>
 <property name="ServerDisabledNetworkProtocols" value="None"/>
 <property name="ServerIsPublic" value="false"/>
 <property name="ServerMaxPlayerCount" value="4"/>
 <property name="ServerName" value="Caprica"/>
 <property name="ServerPassword" value="******"/>
 <property name="ServerPort" value="26905"/>
 <property name="ServerReservedSlotsPermission" value="100"/>
 <property name="ServerReservedSlots" value="0"/>
 <property name="ServerWebsiteURL" value=""/>
 <property name="XPMultiplier" value="100"/>
 <property name="TelnetPassword" value="******"/>
 <property name="TelnetPort" value="****"/>
 <property name="TelnetEnabled" value="true"/>
 <property name="AdminFileName" value="admins.xml"/>
 <property name="SaveGameFolder" value="/home/sdtd/instances/Caprica"/>
</ServerSettings>

Link to comment
Share on other sites

I think there is something wrong with your double quotation characters, one of them is different:

<property name="XPMultiplier value="100"

 

I had this problem when copying the new settings from MadMoles Post that the double quotatien marks were wrong/differed in encoding/whatever :)

 

Good luck!

Link to comment
Share on other sites

I think there is something wrong with your double quotation characters, one of them is different:

 

 

I had this problem when copying the new settings from MadMoles Post that the double quotatien marks were wrong/differed in encoding/whatever :)

 

Good luck!

This is correct. No clue why they put such bad code in the patch notes.

Link to comment
Share on other sites

I think there is something wrong with your double quotation characters, one of them is different:

 

 

I had this problem when copying the new settings from MadMoles Post that the double quotatien marks were wrong/differed in encoding/whatever :)

 

Good luck!

 

Well see its funny because I actually noticed that last night right before I posted the config file and I must have missed one but I swear it still threw out a list of all the new commands and the three errors each one created. Idk...during this message I have putty up with the config in nano, I'm about to sit here and literally type out each one by hand in case the font is trying to copy over with those weird quotation marks and just keeping it messed up. Might even have to delete and remake the config file...idk...I will inform on my results.

 

This is correct. No clue why they put such bad code in the patch notes.

 

I dont know but obviously they goofed on the notes, I cant be the only one that has had this issue by copying it over line by line.

Link to comment
Share on other sites

omg. That was a stupid reason the server wasn't working. A F'ing quatation mark? lmao well thanks guys, it seems to be working fine now. Only thing I noticed that I figure I'll ask about is this while it was loading up...

 

2019-03-05T00:02:33 58.122 WRN Loaded world file from different version: 'Alpha 17.1 (b9)'

 

Is this going to be an issue later on, like the update from 16 to 17 where you had to start over?

Link to comment
Share on other sites

omg. That was a stupid reason the server wasn't working. A F'ing quatation mark? lmao well thanks guys, it seems to be working fine now. Only thing I noticed that I figure I'll ask about is this while it was loading up...

 

2019-03-05T00:02:33 58.122 WRN Loaded world file from different version: 'Alpha 17.1 (b9)'

 

Is this going to be an issue later on, like the update from 16 to 17 where you had to start over?

No, that shouldn't be an issue. a17.1 saves are compatible with 17.2.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...