Jump to content
klima

Arma 3 server not booting past sessionid

Recommended Posts

Hello!

I've been trying to get my arma 3 server to boot for the past hour, but it doesn't seem to want to proceed further than getting a sessionid; Here's the RPT:
 

=====================================================================
== C:\TCAFiles\Users\XX\22167\arma3server_x64.exe
== "C:\TCAFiles\Users\XX\22167\arma3server_x64.exe" -ip=104.192.227.58 -port=2302 -noPause -noSound -exThreads=7 "-cfg=A3DS\basic.cfg" -ranking="" -par="" "-config=A3DS\server.cfg" "-profiles=A3DS" "-servermod=" "-mod=@3cb_baf_equipment;@3cb_baf_units;@3cb_baf_vehicles;@3cb_baf_weapons;@ace_ca;@acex;@acre2;@adr_97;@atlas_lhd;@bc;@ca_misc;@cba_a3;@chernwinter;@clafghan;@cre8ive;@cup_ca_vehicles;@cup_terrains_core;@cup_terrains_maps;@dvarmouries;@em;@grassland;@hafm_subs;@jbad;@lythium;@mbg_killhouses;@muh_huey;@niarsenal;@projectopfor;@redd_veh;@rhsafrf;@rhsgref;@rhsusaf;@ruha;@soup;@stui;@uns_headgear;@usmil;@vcom;@vidda;@vsm;" -malloc=tbb4 -enableHT -world=empty  -maxMem=6144

Original output filename: Arma3Retail_Server_x64
Exe timestamp: 2018/07/24 22:21:25
Current time:  2018/08/11 10:57:31

Type: Public
Build: Stable
Version: 1.84.144923

Allocator: C:\TCAFiles\Users\XX\22167\Dll\tbb4malloc_bi_x64.dll [2017.0.0.0] [2017.0.0.0]
PhysMem: 64 GiB, VirtMem : 131072 GiB, AvailPhys : 60 GiB, AvailVirt : 131072 GiB, AvailPage : 88 GiB
=====================================================================

10:57:31 SteamAPI initialization failed. Steam features won't be accessible!
10:57:34 Cannot register unknown string STR_3DEN_CAMERA_NAME
10:57:34 Cannot register unknown string STR_DIFF_SCENE_ONLY
10:57:34 Cannot register unknown string STR_DIFF_SCENE_AND_MAP
10:57:34 Initializing stats manager.
10:57:34 Stats config disabled.
10:57:34 sessionID: f95a2852a1b07a970f53112858b4590108c5792d


Anyone ever run into this issue?

Share this post


Link to post
Share on other sites

Upon further investigation, it seems the server is fetching a new sessionid in a loop, or it's rebooting continually. Unsure why that is.

Share this post


Link to post
Share on other sites
On 11.8.2018 at 7:38 PM, klima said:

-noPause -noSound -exThreads=7

Useless parameters.

On 11.8.2018 at 7:38 PM, klima said:

-ranking="" -par="" "-servermod="

empty parameters are useless. In this case -par might even be breaking stuff as it means "load parameters from this file" but you don't give it any file.

On 11.8.2018 at 7:38 PM, klima said:

-enableHT -world=empty

Useless

On 11.8.2018 at 7:38 PM, klima said:

-malloc=tbb4

This allocator doesn't exist in Arma. Unless it's your own custom selfmade allocator you are doing something very wrong here.

 

What is "ace_ca" and do you really need that many Terrains loaded all the time?

 

 

Share this post


Link to post
Share on other sites

I would also reduce the number of mod folders to more customisable ones

 

eg

@RHS

@3CB

@Islands

 

Prove a vanilla first before you start adding custom mods, if you throw them all in at once your debugging difficulty becomes exponential

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

×