Jump to content
Sign in to follow this  
Zze

[solved] server creation failed.

Recommended Posts

Hello just trying to setup a server to mess around on, however running into this right out of the box... one thing i notice it seems to be wanting a 32bit executable, where as I am trying to launch 'DayZServer_x64.exe'

anyway here is the output.

21:51:18 Dedicated host created.
21:51:19 [Inputs] Loading inputs cfg "C:\Users\Main\Documents\DayZ Other Profiles\Server\Server.core.xml"
21:51:22 [ERROR][Server config] :: instanceId parameter is mandatory and must be valid 32-bit integer.

 

Edited by Zze

Share this post


Link to post
Share on other sites
11 hours ago, Zze said:

Hello just trying to setup a server to mess around on, however running into this right out of the box... one thing i notice it seems to be wanting a 32bit executable, where as I am trying to launch 'DayZServer_x64.exe'

anyway here is the output.


21:51:18 Dedicated host created.
21:51:19 [Inputs] Loading inputs cfg "C:\Users\Main\Documents\DayZ Other Profiles\Server\Server.core.xml"
21:51:22 [ERROR][Server config] :: instanceId parameter is mandatory and must be valid 32-bit integer.

 

try this change path if needed

 

@echo off
cls

set version=1.0
set wat=Dayz SA

title %wat% Watchdog

cd C:\Program Files (x86)\Steam\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

Edited by eggy785
  • Like 1

Share this post


Link to post
Share on other sites

thank you very much! works perfectly now :)

but side not for anyone else having this problem i kinda also derped out and made the serverDZ.cfg but never populated it with actual config so might of also had an impact...

eitherway thanks for the proper start bat eggy785

Edited by Zze
  • Beans 1

Share this post


Link to post
Share on other sites
12 hours ago, Zze said:

thank you very much! works perfectly now :)

but side not for anyone else having this problem i kinda also derped out and made the serverDZ.cfg but never populated it with actual config so might of also had an impact...

eitherway thanks for the proper start bat eggy785

you are welcome mate have fun :) 

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
Sign in to follow this  

×