Jump to content
Moritz Hölter

Server won´t start

Recommended Posts

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
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
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 by eggy785
more to explain

Share this post


Link to post
Share on other sites
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 by Moritz Hölter
  • Like 1

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×