Alright so this is the first time I have ever set up a server, so I am kind of lost. I was told to look at my RTP files for problems with my server starting up. The only thing I could find that looks like a problem is:
14:40:19 Cannot register unknown string STR_3DEN_CAMERA_NAME
14:40:19 Cannot register unknown string STR_DIFF_SCENE_ONLY
14:40:19 Cannot register unknown string STR_DIFF_SCENE_AND_MAP
Does anyone know what this means?
Really new to Arma Dedicated Servers
-
- New to forums
- Posts: 3
- https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
- Joined: Thu Sep 27, 2018 12:31 pm
-
- This is my homepage
- Posts: 439
- Joined: Sat Sep 04, 2010 10:20 am
- Location: Cologne, Gemany
- Contact:
Re: Really new to Arma Dedicated Servers
It means that at some point a mod config could not be read correctly, or a localization is not correct.
This does not mean that it is critical. The posted excerp doesn't really help, the full RPT file would be required together with what mods you are trying to load.
Does your server start successfully and can you connect to it? Or do you notice any problems?
This does not mean that it is critical. The posted excerp doesn't really help, the full RPT file would be required together with what mods you are trying to load.
Does your server start successfully and can you connect to it? Or do you notice any problems?
Re: Really new to Arma Dedicated Servers
This is the full RPT file
============================================================
== c:\servers\qrf22\exec_qrf22.exe
== "c:\servers\qrf22\exec_qrf22.exe" -ip=162.248.90.111 -port=2302 -name=server -config=cfg\server.cfg -cfg=cfg\basic.cfg -profiles=cfg -filepatching -mod=@9Liners_and_Notepad;@ace;@ACE_Compat_RHS_United_States_Armed_Forces;@ACE_Compat_RHS_Armed_Forces_of_the_Russian_Federation;@CBA_A3;@ACE_Compat_RHS_GREF;@Enhanced_Movement;@Project_OPFOR;@RHSAFRF;@RHSGREF;@RHSSAF;@RHSUSAF;@Task_Force_Arrowhead_Radio_BETA
Original output filename: Arma3Retail_Server
Exe timestamp: 2018/07/24 22:39:33
Current time: 2018/09/28 14:20:20
Type: Public
Build: Stable
Version: 1.84.144923
Allocator: c:\servers\qrf22\Dll\tbb4malloc_bi.dll [2017.0.0.0] [2017.0.0.0]
PhysMem: 128 GiB, VirtMem : 4.0 GiB, AvailPhys : 95 GiB, AvailVirt : 3.8 GiB, AvailPage : 92 GiB
=====================================================================
14:20:20 SteamAPI initialization failed. Steam features won't be accessible!
14:20:20 Cannot register unknown string STR_3DEN_CAMERA_NAME
14:20:20 Cannot register unknown string STR_DIFF_SCENE_ONLY
14:20:20 Cannot register unknown string STR_DIFF_SCENE_AND_MAP
14:20:20 Initializing stats manager.
14:20:20 Stats config disabled.
14:20:20 sessionID: 43cde775bcf510bfe632ccd0e463eb45171f9bae
============================================================
== c:\servers\qrf22\exec_qrf22.exe
== "c:\servers\qrf22\exec_qrf22.exe" -ip=162.248.90.111 -port=2302 -name=server -config=cfg\server.cfg -cfg=cfg\basic.cfg -profiles=cfg -filepatching -mod=@9Liners_and_Notepad;@ace;@ACE_Compat_RHS_United_States_Armed_Forces;@ACE_Compat_RHS_Armed_Forces_of_the_Russian_Federation;@CBA_A3;@ACE_Compat_RHS_GREF;@Enhanced_Movement;@Project_OPFOR;@RHSAFRF;@RHSGREF;@RHSSAF;@RHSUSAF;@Task_Force_Arrowhead_Radio_BETA
Original output filename: Arma3Retail_Server
Exe timestamp: 2018/07/24 22:39:33
Current time: 2018/09/28 14:20:20
Type: Public
Build: Stable
Version: 1.84.144923
Allocator: c:\servers\qrf22\Dll\tbb4malloc_bi.dll [2017.0.0.0] [2017.0.0.0]
PhysMem: 128 GiB, VirtMem : 4.0 GiB, AvailPhys : 95 GiB, AvailVirt : 3.8 GiB, AvailPage : 92 GiB
=====================================================================
14:20:20 SteamAPI initialization failed. Steam features won't be accessible!
14:20:20 Cannot register unknown string STR_3DEN_CAMERA_NAME
14:20:20 Cannot register unknown string STR_DIFF_SCENE_ONLY
14:20:20 Cannot register unknown string STR_DIFF_SCENE_AND_MAP
14:20:20 Initializing stats manager.
14:20:20 Stats config disabled.
14:20:20 sessionID: 43cde775bcf510bfe632ccd0e463eb45171f9bae
-
- This is my homepage
- Posts: 439
- Joined: Sat Sep 04, 2010 10:20 am
- Location: Cologne, Gemany
- Contact:
Re: Really new to Arma Dedicated Servers
Is your mission loaded successfully and can a client connect to the running mission? If yes, ignore the message about registering keys not possible and continue happily playing on your server.
If not, you will have to systematically search for the mod causing this (ACE and CBA_A3 should not cause this). Start the server while adding one mod at a time and check the RPT file. When you find the mod causing the message about restiering keys, do not load it.
There is not much that you can do on your end, fixing this would either require correcting the mod config causing this (possible, but requires extended knowledge of ArmA coding), or in case of a conflicting mod, resolve the conflict.
If not, you will have to systematically search for the mod causing this (ACE and CBA_A3 should not cause this). Start the server while adding one mod at a time and check the RPT file. When you find the mod causing the message about restiering keys, do not load it.
There is not much that you can do on your end, fixing this would either require correcting the mod config causing this (possible, but requires extended knowledge of ArmA coding), or in case of a conflicting mod, resolve the conflict.
Re: Really new to Arma Dedicated Servers
Alright thank you