Hello,
First, excuse me if my english is bad, this is not my native language.
Today I tried to install Arma3server on my dedicated server from the classic way, it means using SteamCMD.
So, I followed this tutorial : https://community.bistudio.com/wiki/Arma_3_Dedicated_Server#Installation_2
I created a new user (arma3_serv) and I installed SteamCMD in this directory (/home/arma3_serv/).
Then, I installed the game server in the following directory : /home/arma3_serv/serveur1
$ login [username] [password]
$ force_install_dir /home/arma3_serv/serveur1/
$ app_update 233780 validate
The directories /home/arma3_serv/.local/share/Arma 3 and /home/arma3_serv/.local/share/Arma 3 - Other Profiles exist.
But, when I try to start the server with ./arma3server, the following error occurs:
22:45:54 InitSound ...
22:45:54 InitSound - complete
22:45:54 Dedicated host created.
22:45:54 PhysX3 SDK Init started ...
22:45:54 PhysX3 SDK Init ended.
22:45:55 Error context â–’**â–’â–’â–’â–’â–’â–’â–’Q â–’R â–’â–’Q â–’â–’â–’â–’â–’^
22:45:55 ../lib/Network/networkServer.cpp ClearNetServer:NOT IMPLEMENTED - briefing!
22:45:55 [ERROR] cannot save. [filename]=/home/arma3_serv/.local/share/Arma 3 - Other Profiles\Player\Saved\steam\meta\cacheItems.map
File , line 0: '.': 'â–’' encountered instead of '='
22:45:56 Extensions:
Any idea to solve this, please ?