RHS Feedback - AFRF
View Issue Details
0006168AFRF[All Projects] Generalpublic2021-02-19 08:492021-02-19 09:17
Apollo 
reyhard 
nonecrashhave not tried
closedno change required 
 
 
No
Stable
2.00
No
0006168: Dedicated Arma 3 server complaning about parts of mod not being loaded
Problem:
Addon 'rhs_c_trucks' requires addon 'rhs_weapons'
Addon 'rhs_c_weaponsounds' requires addon 'RHS_weapon_sounds'
Addon 'rhs_main_loadorder' requires addon 'rhs_weapon_sounds'

Dedicated server updated to last version.
Mod 843425103 downloaded using steamcmd and copied to server root.

Server starts, it is possible to log in and start missions, but mission with this mod will crash the client attempting to load it.


Error message from rpt:
=====================================================================
== C:\Games\Arma3\A3Master\arma3server.exe
== arma3server.exe "-profiles=C:\Games\Arma3\A3Master" -port=2302 -config=CONFIG_server.cfg -world=empty -mod=843425103;

Original output filename: Arma3Retail_Server
Exe timestamp: 2020/10/12 11:32:50
Current time: 2021/02/19 08:46:06

Type: Public
Build: Stable
Version: 2.00.146773

Allocator: C:\Games\Arma3\A3Master\Dll\tbb4malloc_bi.dll [2017.0.0.0] [2017.0.0.0]
PhysMem: 32 GiB, VirtMem : 4.0 GiB, AvailPhys : 29 GiB, AvailVirt : 3.9 GiB, AvailPage : 34 GiB
=====================================================================

 8:46:06 SteamAPI initialization failed. Steam features won't be accessible!
 8:46:07 Initializing stats manager.
 8:46:07 Stats config disabled.
 8:46:07 sessionID: 2266c32ec1c8e11a40c677738255606dbbf45ec8
 8:46:12 Unsupported language English in stringtable
 8:46:16 Warning Message: Addon 'rhs_c_trucks' requires addon 'rhs_weapons'
 8:49:41 Warning Message: Addon 'rhs_c_weaponsounds' requires addon 'RHS_weapon_sounds'
 8:49:41 Warning Message: Addon 'rhs_main_loadorder' requires addon 'rhs_weapon_sounds'


Use bohemias guide on how to set up a dedicated server. Im using batch files and not any third party dedicated server program.

Dedicated server start batch:

cd C:\Games\Arma3\A3Master\
arma3server.exe "-profiles=C:\Games\Arma3\A3Master" -port=2302 -config=CONFIG_server.cfg -world=empty -mod=843425103;

Mods are downloaded using steamcmd in a batch file. Then these folders are copied to the arma3 server root.

@echo off

:: MODS IDs

:: RHS AFRF
set Mods[0]=843425103

:: RHS USF
set Mods[1]=843577117

:: RHS GREF
set Mods[2]=843593391

:: RHS SAF
set Mods[3]=843632231


:: MODS ID END

echo This Will Install/Update Arma3 Mods
echo.
echo Author: Joew
echo Credits: tinboye - Gives me the cmd to update mods.
echo.

:: STEAM CONFIGS

:: OPTION 1: ASKING FOR STEAM LOGIN AND PASS

set /p login=Steam Login:
echo.
set /p pass=Steam Pass:
echo.

:: END OPTION 1

:: END STEAM CONFIGS

:: Folder Mods => C:\APPS\Steam\steamapps\workshop\content\107410

set "x=0"

:SymLoop
if defined Mods[%x%] (
    call set list=%list% +"workshop_download_item 107410 %%Mods[%x%]%%" validate
    set /a "x+=1"
    GOTO :SymLoop
)
echo.
steamcmd +login %login% %pass%%list% +quit
I have also tried loading the other RHS mods along with this mod, but since they depend on this one that doesn't work either. I have also tried loading CBA, ACRE, Alive, and a whole lot of other mods and they load just fine. Only this one giving error messages.
No tags attached.
Issue History
2021-02-19 08:49ApolloNew Issue
2021-02-19 08:52reyhardNote Added: 0011463
2021-02-19 08:52reyhardAssigned To => reyhard
2021-02-19 08:52reyhardStatusnew => feedback
2021-02-19 09:11ApolloNote Added: 0011464
2021-02-19 09:11ApolloStatusfeedback => new
2021-02-19 09:17PuFuStatusnew => closed
2021-02-19 09:17PuFuResolutionopen => no change required

Notes
(0011463)
reyhard   
2021-02-19 08:52   
RHS AFRF on you end is corrupted - try deleting it manually and then download it again.
(0011464)
Apollo   
2021-02-19 09:11   
You sir, are correct! Gold star for you!