Dahlgren / arma-server-web-admin

Web based server manager for Arma
MIT License
124 stars 47 forks source link

Cant start the Server #226

Closed ManfredDoorstander closed 2 years ago

ManfredDoorstander commented 2 years ago

Every time i start the server it instantly closes and stops.

The is the log:

20:08:29 SteamAPI initialization failed. Steam features won't be accessible! 20:08:29 Initializing stats manager. 20:08:29 Stats config disabled. 20:08:29 sessionID: 8d9bded42d48637d4a669afbd728f11ef8f3494d ErrorMessage: Cannot open file '/home/arma3/@WebKnights Footsteps\addons\gog_wbk_footsteps' Application terminated intentionally 20:08:29 ../lib/Network/networkServer.cpp ClearNetServer:NOT IMPLEMENTED - briefing! Cannot open file '/home/arma3/@WebKnights Footsteps\addons\gog_wbk_footsteps' 20:08:29 Critical:Destroying running thread! 20:08:29 Critical:Destroying running thread! 20:08:29 Critical:Destroying running thread! 20:08:29 Critical:Destroying running thread! 20:08:29 Critical:Destroying running thread!

It says something about the "SteamAPI" but i searched everywhere and found nothing to fix it, an someone help me with this?

Dahlgren commented 2 years ago

Arma Linux server required PBO filenames to be lowercase as well as addons folder name. Make sure permissions are correct as well.

ManfredDoorstander commented 2 years ago

and where can i find the pbo files?

The addons folder is lower case

Dahlgren commented 2 years ago

PBO files are inside each addons folder i.e. /home/arma3/@webknights Footsteps/addons/

ManfredDoorstander commented 2 years ago

is there a way to make them all lower case at once or do i need to do them on at a time?

Dahlgren commented 2 years ago

You can find instructions on the Bohemia wiki, https://community.bistudio.com/wiki/Arma_3:_Dedicated_Server#Case_sensitivity_.26_Mods

ManfredDoorstander commented 2 years ago

i cant figure ot the command

ManfredDoorstander commented 2 years ago

the command doesnt work

Dahlgren commented 2 years ago

Don’t forget to install the correct package containing rename application depending on your Linux dist

I can confirm that the command works as intended

Manually renaming is of course an option if you can’t get the automatic renaming to work