Page MenuHomeFeedback Tracker

"can't find '58D0FB3206B6F859' addon! Check setup guidelines!"
Assigned, NormalPublic

Description

Im not using any Addons, but after like 2 hrs uptime of my servers, this error accurs randomly and crashes the game server

"can't find '58D0FB3206B6F859' addon! Check setup guidelines!"

Running Windows server, followed the Server Hosting guide on the Bohemia page

Details

Severity
Crash
Resolution
Open
Reproducibility
Random
Operating System
Windows 7
Operating System Version
Windows Server 2019
Category
General
Additional Information

Using 2 different Windows Server 2019 Dedicated Server, and both have this issue.

Event Timeline

Geez changed the task status from New to Assigned.May 19 2022, 1:47 PM

no changes with the newest server update, issue still exists.

I have the same issue, i cant launch the dedicated server.

Severity Crash
Reproducibility always
OS: win server 2016
Win 11

Always the error, i cant launch the server, I have followed all the tutorials, including the official ones and it always gives the same result, we still haven't been able to launch the server even once.

slugshead added a subscriber: slugshead.EditedMay 24 2022, 12:36 AM

I've replicated this on server 2022 Standard. What's interesting though is that I can launch the server from powershell using the following command (Which works 100% of the time)

.\armareforgerserver.exe -config "D:\armareforger\profiles\conf.json" -profile SuperDuper -maxFPS 60 -logStats 10000

But then, if I try to script it using

$ConfPath='D:\armareforger\profiles\conf.json'
$GameProfileName='SuperDuper'
Start-Process -FilePath "d:\armareforger\armareforgerserver.exe" -ArgumentList "-config $ConfPath -profile $GameProfileName -maxFPS 60 -logStats 10000"

Variables are being passed in the correct manner as output says the following in both ways of starting the server

ENGINE : CLI Params: -config D:\armareforger\profiles\conf.json -profile SuperDuper -maxFPS 60 -logStats 10000

soda3x added a subscriber: soda3x.May 29 2022, 1:50 PM

Have this issue too (Windows 11 21H2), currently working on a little Dedicated Server GUI app and running the command with cmd or pwsh gives me this error no matter what I do.
What's interesting is that I've noticed its a dependency on mods, for example Capture & Hold has this as a dependency but the in-game Workshop doesn't list it as having any dependencies (C&H is the scenario ID I'm using for testing). Is this the GUID of some base dependency or something?

slugshead added a comment.EditedMay 29 2022, 2:06 PM

As suggested on the Discord, this looks to be due to the current working directory. Even though full path to exe is being used

$REFORGERPATH='d:\armareforger'
Set-Location $REFORGERPATH
Start-Process -FilePath ".\armareforgerserver.exe" -ArgumentList "-config $ConfPath -profile $GameProfileName -maxFPS 60 -logStats 10000"

Using Set-Location resolved this.

Uro added a subscriber: Uro.May 29 2022, 4:13 PM

Using PowerShell [5.1.19041.1682] which is the standard version installed with Windows Server 2019 Standard and Windows 10 Pro, you can skip using any variables and shorten your launch parameters to one line using the format below:

Set-Location "D:\ArmaReforgerServerTest"; .\ArmaReforgerServer.exe -profile "D:\ArmaReforgerServerTest\HONK" -config "D:\ArmaReforgerServerTest\HONK\server.json" -maxFPS 60 -logStats 60000

The above line will use Set-Location to set the current working location to the defined location followed by a semi-colon ; and then will run the game-server executable from that location with the game-parameters defined.
N.B I have wrapped the paths in double-quotes ("") incase anyone is using paths with split-name directories, e.g. \My Games\.

not sure what you people are talking about, my servers start without issues.

the problem that i described above only shows up after the servers running 1-2 hrs. It asks for a addon that is neither listen in the start paramter nor in json server config.

58D0FB3206B6F859 is vanilla data ID

@AryxRayx does the error popup on the server during starting or on client during connecting?

Also, please update us, if it keeps happening on latest version 0.9.5.101

Logs of the server would be very useful too.
We are investigating similar issue on client, more info will help to know if its exactly same issue or not

mbamg added a subscriber: mbamg.EditedAug 11 2022, 5:58 AM

I got the client side issue while joining a modded server. The game would crash to desktop after.