davidp234 0 Posted September 19, 2018 hello so i have downloaded the new server files from steam today and i have this error [ERROR][Server config] :: instanceId parameter is mandatory and must be valid 32-bit integer. anyone know how to fix it ? thanks Dave Share this post Link to post Share on other sites
clarkycal 0 Posted September 19, 2018 24 minutes ago, davidp234 said: hello so i have downloaded the new server files from steam today and i have this error [ERROR][Server config] :: instanceId parameter is mandatory and must be valid 32-bit integer. anyone know how to fix it ? thanks Dave There are already a bunch of post on this maybe look or use the search button, anyway one way to start the server is to use a batch file and pass the config using a parameter like so: Remember to change the path on line6 to your server path @echo off cls set version=1.0 set wat=Dayz SA title %wat% Watchdog cd E:\Games\SteamLibrary\steamapps\common\DayZServer :watchdog echo (%time%) %wat% started. start "Dayz_SA" /wait /affinity FF /high "DayZServer_x64.exe" -config=serverDZ.cfg echo (%time%) %wat% closed or crashed, restarting. goto watchdog Share this post Link to post Share on other sites