RHS Feedback

View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0006168AFRF[All Projects] Generalpublic2021-02-19 08:492021-02-19 09:17
ReporterApollo 
Assigned Toreyhard 
PrioritynoneSeveritycrashReproducibilityhave not tried
StatusclosedResolutionno change required 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0006168: Dedicated Arma 3 server complaning about parts of mod not being loaded
DescriptionProblem:
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'


Steps To ReproduceUse 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
Additional InformationI 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.
TagsNo tags attached.
Is it a wish/request?No
RHS versionStable
Arma 3 version2.00
Did you used any other mod when the error occurred?No
Which mods?
Attached Files

- Relationships

-  Notes
(0011463)
reyhard (administrator)
2021-02-19 08:52

RHS AFRF on you end is corrupted - try deleting it manually and then download it again.
(0011464)
Apollo (reporter)
2021-02-19 09:11

You sir, are correct! Gold star for you!

- Issue History
Date Modified Username Field Change
2021-02-19 08:49 Apollo New Issue
2021-02-19 08:52 reyhard Note Added: 0011463
2021-02-19 08:52 reyhard Assigned To => reyhard
2021-02-19 08:52 reyhard Status new => feedback
2021-02-19 09:11 Apollo Note Added: 0011464
2021-02-19 09:11 Apollo Status feedback => new
2021-02-19 09:17 PuFu Status new => closed
2021-02-19 09:17 PuFu Resolution open => no change required


Copyright © 2000 - 2024 MantisBT Team
Powered by Mantis Bugtracker