Moritz Hölter 1 Posted November 12, 2018 Hey, I have trouble starting my own server. When starting it it says " [ERROR][Server config] :: instanceId parameter is mandatory and must be valid 32-bit integer. " There isnt even an exe to start or the needed config file. Has anyone had this problem before? How do I fix it? Thanks for your help! Share this post Link to post Share on other sites
LastS 7 Posted November 12, 2018 8 minutes ago, Moritz Hölter said: Hey, I have trouble starting my own server. When starting it it says " [ERROR][Server config] :: instanceId parameter is mandatory and must be valid 32-bit integer. " There isnt even an exe to start or the needed config file. Has anyone had this problem before? How do I fix it? Thanks for your help! You need launch the server with parameters, the best way is with a launcher.bat file like this: @echo off cls set watch=DayZ Server title %watch% Watchdog cd "C:\Program Files (x86)\Steam\steamapps\common\DayZServer" :watchdog echo (%time%) %watch% started. start "DayZ Server" /wait "DayZServer_x64.exe" -config=serverDZ.cfg -port=2302 -dologs -adminlog -netlog -freezecheck echo (%time%) %watch% closed or crashed, restarting. goto watchdog Share this post Link to post Share on other sites
Moritz Hölter 1 Posted November 12, 2018 there is no DayZServer_x64.exe in my files. What am I doing wrong?D: Share this post Link to post Share on other sites
eggy785 8 Posted November 12, 2018 (edited) 7 minutes ago, Moritz Hölter said: there is no DayZServer_x64.exe in my files. What am I doing wrong?D: go to steam tools dayz server the exe is in there and if not verify the game files sorted. Edited November 12, 2018 by eggy785 more to explain Share this post Link to post Share on other sites
Moritz Hölter 1 Posted November 12, 2018 (edited) 2 hours ago, LastS said: You need launch the server with parameters, the best way is with a launcher.bat file like this: @echo off cls set watch=DayZ Server title %watch% Watchdog cd "C:\Program Files (x86)\Steam\steamapps\common\DayZServer" :watchdog echo (%time%) %watch% started. start "DayZ Server" /wait "DayZServer_x64.exe" -config=serverDZ.cfg -port=2302 -dologs -adminlog -netlog -freezecheck echo (%time%) %watch% closed or crashed, restarting. goto watchdog thank you very very much :) wokrs now Edited November 12, 2018 by Moritz Hölter 1 Share this post Link to post Share on other sites