Jump to content
22ndmeu

Need help getting modded server to start, RPT Files included!

Recommended Posts

So I've been trying for days now to set up a game server with ALIVE. My problem occurs when launching the server or lack thereof.

Mods Running on command line: ACE, RHS,TFR CBA_A3 Mods Running as as server mods in the command line: Aliveserver

The Problem: When launching the server, I am unable to Query the server or see it in multiplayer. Also while looking at the control panel over view, The player count switches between 0/40 and 0/0 every refresh cycle.

 

Command Line:

 

RPT File:

=====================================================================
== C:\TCAFiles\Users\JosephH2\10252\arma3server.exe
== "C:\TCAFiles\Users\JosephH2\10252\arma3server.exe" -ip=199.60.101.50 -port=2307 -noPause -noSound "-cfg=A3DS\basic.cfg" -ranking="" -par="" "-config=A3DS\server.cfg" "-profiles=A3DS" "-servermod=@Aliveserver;" "-mod=@RHSAFRF;@RHSUSAF;@CBA_A3;@ace;@task_force_radio;@ALIVE;" -world=empty 
 
Original output filename: Arma3Retail_Server
Exe timestamp: 2016/03/02 14:35:06
Current time:  2016/04/12 13:04:50
 
Type: Public
Build: Stable
Version: 1.56.134787
 
Allocator: C:\TCAFiles\Users\JosephH2\10252\dll\tbb4malloc_bi.dll
=====================================================================
 
13:04:50 SteamAPI initialization failed. Steam features wont's be accessible!
13:04:50 String STR_MOD_LAUNCHER_ACTION not found
13:04:51 Initializing stats manager.
13:04:51 Stats config disabled.
13:04:51 sessionID: 1e95b3207db9dc82dd35575cfaaf6ec2a5351d59
13:05:10 Unsupported language English in stringtable
13:05:10 Unsupported language English in stringtable
13:05:10 Item STR_ALIVE_INDEXER_MAPPATH_COMMENT listed twice
13:05:10 Unsupported language English in stringtable
13:05:10 Unsupported language English in stringtable
13:05:10 Unsupported language English in stringtable
13:05:10 Unsupported language English in stringtable
13:05:10 Unsupported language English in stringtable
13:05:10 Unsupported language English in stringtable
13:05:10 Unsupported language English in stringtable
13:05:10 Unsupported language English in stringtable 

Command Line:

	
-ip=199.60.101.50 -port=2307 -noPause -noSound "-cfg=A3DS\basic.cfg" -ranking="" -par="" "-config=A3DS\server.cfg" "-profiles=A3DS" "-servermod=@Aliveserver;" "-mod=@RHSAFRF;@RHSUSAF;@CBA_A3;@ace;@task_force_radio;@ALIVE;" -world=empty 

Please help.

 

 

Share this post


Link to post
Share on other sites

Typically the following aren't usually encompassed as a string. (Maybe this is a TADST thing, as I dont use it I dont know)

Also the mods lines aren't normally terminated with a semi colon, this is the most likely cause for your issue

 

"-servermod=@Aliveserver;" "-mod=@RHSAFRF;@RHSUSAF;@CBA_A3;@ace;@task_force_radio;@ALIVE;"

 

They would typically look like

 

-servermod=@Aliveserver  -mod=@RHSAFRF;@RHSUSAF;@CBA_A3;@ace;@task_force_radio;@ALIVE

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

×