On Arch Linux, I am unable to play either the Windows, Linux, or Web version.
Windows:
If I try to execute the game using proton (with which I can play something like 95% of the games I try), nothing seems to happen. Running strace on the `game.exe` shows that it only tries a `futex_waitv` which times out every minute.
Running proton with logging enabled, only shows "D3D11VideoDevice::GetVideoDecoderProfileCount: Stub" as the only error (next to lots of warning and info messages), for which I did not find a lot of info.
Linux:
This is the one that should work, theoretically.
Running the game aborts immediately with "./Game: error while loading shared libraries: libgconf-2.so.4: cannot open shared object file: No such file or directory".
Installing the (old and no longer maintained) gconf package, I can run the game.
However, it then crashes trying to evaluate the game's JavaScript.
View attachment 4226937
Web:
I can get to the title screen serving the 'www' directory via a static file server, e.g. using `php -S localhost:4000`.
The menu points 'Credits' and 'Options' work, however the game itself does not:
View attachment 4226948
This error is the same regardless if I use the 'www' data inside the Web, Linux or Windows bundles.
There also appear to be some files missing, i.e. they are requested by the browser but cannot be found:
View attachment 4226976
I did however read in the thread that others have been able to run the web version - I would be interested in hearing in how I'm supposed to do it!