Zze 5 Posted November 19, 2018 (edited) 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 November 20, 2018 by Zze Share this post Link to post Share on other sites
eggy785 8 Posted November 19, 2018 (edited) 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 November 19, 2018 by eggy785 1 Share this post Link to post Share on other sites
Zze 5 Posted November 20, 2018 (edited) 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 November 20, 2018 by Zze 1 Share this post Link to post Share on other sites
eggy785 8 Posted November 21, 2018 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