vNet
-
Content Count
4 -
Joined
-
Last visited
-
Medals
Posts posted by vNet
-
-
Hello,
the Configuration (server.cfg, arma3.cfg and arma3profile.cfg) of my server you can catch here: http://www.kellys-heroes.eu/files/tutorials/dedicated/arma3dedicated.php exactly the same, only in server.cfg there i added BattlEye = BOOL; for the test i've posted.
Startup Parameters are these:
"D:\GameSteam\SteamApps\common\Arma 3 Server\arma3server.exe" -config=configs\server.cfg -cfg=configs\arma3.cfg -profiles=configs\arma3profile.cfg -port=2310 -BEpath="D:\GameSteam\SteamApps\common\Arma 3 Server\BattlEye"
I've enabled "Run as Admin" for all Users (i'm using only admin account).
Kind Regards.
---------- Post added at 08:17 ---------- Previous post was at 06:48 ----------
Hello,
ok i found the Problem (ill hope so).
As you saw i had installed the Arma3 Server in a Steam dir with "empty spaces" in the path. I've created outside of steam the server and huh he starts with battleye!
My current path: D:\Servers\Arma3\Test\BattlEye
My old Path: D:\GameSteam\SteamApps\common\Arma 3 Server
My old Path + exe + commandline options: "D:\GameSteam\SteamApps\common\Arma 3 Server\arma3server.exe" -config=configs\server.cfg -cfg=configs\arma3.cfg -profiles=configs\arma3profile.cfg -port=2310 -BEpath="D:\GameSteam\SteamApps\common\Arma 3 Server\battleye"
My new Path + exe + commandline options: D:\Servers\Arma3\Test\arma3server.exe -config=configs\server.cfg -cfg=configs\arma3.cfg -profiles=configs\arma3profile.cfg -port=2310 -BEpath=D:\Servers\Arma3\Test\BattlEye
Whyever, it seems you cannot use empty spaces in the paths.
Applies to: Windows Server 2012 (all editions) x64, Windows Server 2012 R2 (all editions) x64
I would be happy if this could be added to an troubleshoot site here.
Kind regards.
-
Hi,
no that wasn't the problem, UAC is completly deactivated.
Kind regrads.
-
Hello folks,
tried to open a new topic because none of the results i've search didn't work, whyever. But can't create one....
I have installed my Windows Server 2012 R2 with all updates (x64) comepletly NEW. Installed Steam and downloaded the Arma3 Server.
My configs i got from kellys-heroes dot eu and are stored in the subdir configs. i just modified the option BattlEye = BOOLEAN;.
Now my problem is, if i set BattlEye to 0 (off) the Server starts like it should, but if its set to 1 (on) he won't start because of "Initialzion failed".
These steps i already tried by searching here and on google:
- BattlEye.dll's download and reinstall from battleye dot com
- Deactivated Firewall (there is no more software installed which can block the ports! No AntiVirus and such one!)
- Tried by opened Server fault to delete battleye.dll's (failed because in use, so there is no problem that the dll's are not loaded or could not be found).
- Set in launch options the path to the battleye dll's saved path
Now comes my problem, where is the problem, i don't have any idea more to fix it, and i won't run a open server without battleye.
Hope anyone can help me here.
Kind regards,
vNet - Systemadministrator (of vNet IT-Services)
Fix for "server stuck by creating"
in ARMA 3 - SERVERS & ADMINISTRATION
Posted
Hello folks,
i've tried to create a simple server with the server.cfg from the wiki here. I've search for the problem that the server stuck by creating a mission.
I believe the problem is that in the map-cycle there is only ONE mission, but you need 2 missions so that the server can cycle.
// MISSIONS CYCLE (see below) class Missions { class Arma3 { template="MP_COOP_m07.Stratis"; difficulty="Regular"; }; class Arma3_2 { template="MP_COOP_m02.Stratis"; difficulty="Regular"; }; };this worked for me now.
Hope others can solv the problem like me with this options.
Regards.