fugasjunior / arma-server-manager

A web administration tool for managing Arma 3, Arma Reforger and DayZ dedicated servers
GNU General Public License v3.0
52 stars 11 forks source link

Issue trying it on Mac with Rosetta #117

Open enzofrnt opened 4 months ago

enzofrnt commented 4 months ago

Hello,

I have tried using it with a container that runs with Rosetta on an Apple Silicon Mac, which emulates x86_64. Everything appears to be 64-bit in the container, but Steam still informs me that I am not using a 64-bit OS. Why is this happening?

image image image

Thanks.

fugasjunior commented 3 months ago

I was able to reproduce the issue:

docker run --platform linux/amd64 --rm steamcmd/steamcmd:latest +@sSteamCmdForcePlatformType linux +login anonymous +app_update 1874900 +quit

gives the same error ERROR! Failed to install app '1874900' (Requires 64bit operating system).

This is very likely not a bug related to ASM, but the Reforger server or SteamCMD in general. However, I posted a question on the Arma Discord and will update this issue if I find any more info.

enzofrnt commented 3 months ago

The best way would be to ask steacmd, but where ?

fugasjunior commented 3 months ago

I don't know unfortunately, I don't think there is any issue tracker for SteamCMD, at least I haven't found one.

But considering that downloading other servers works fine on MacOS, I think this is something Bohemia could fix on their side, maybe. Perhaps the Arma Reforger issue tracker would be the best place if you wish to create an issue there.

enzofrnt commented 3 months ago

You didn't find anything ? 🫤

fugasjunior commented 3 months ago

Unfortunately not. The best place to create the ticket would be the Reforger issue tracker I've linked before. This issue is not directly related to this project.