Facebook Gameroom is a Windows app for games that can be downloaded from: https://www.facebook.com/gameroom/download/
I have tried to install it with Ubuntu 18.04 default Wine (1.6) and also with Winehq from upstream (https://wiki.winehq.org/Ubuntu).
I have installed and tested dotnet 45, 46 and 461 with winetricks.
The "FacebookGameroom.exe" installer get stuck with a message that says "Connecting" when I run wine FacebookGameroom.exe
.
Interestingly I get more progress running natively with mono mono FacebookGameroom.exe
, it goes through "Connecting" > "Downloading" > "Installing" but then get stuck too.
Install Winehq following the instructions of https://wiki.winehq.org/Ubuntu
Install winetricks following instructions of https://wiki.winehq.org/Winetricks
Make a wine container for example
Run
export WINEARCH=win32
andexport WINEPREFIX=/home/$USER/Wine/gameroom
Run
winetricks
and install dotnet452Run
wine uninstaller
and install "FacebookGamesArcade.msi"(obs.: in order to download this file one will have to repeat steps 1 to 5 making another container and use winetricks to install ole32.dll. Don't install it in the same container you plan to install FacebookGamesArcade.msi because then it won't load. Then run
wine FacebookGameroom.exe
. Then search inside ../drive_c/users/$USER/Temp/something for the installer "FacebookGamesArcade.msi").Open the app by running
The Gameroom will start and would look like: