Anomaly Warzone Earth

Anomaly Warzone Earth

Freaker Feb 8, 2013 @ 8:01am
Game freezes GUI (linux)
The intros play back fine but when it's supposed to show the menu a small part of the menu slides in and afterwards the gui freezes completely (music is still present). Cannot even switch to the terminal consoles. Only rebooting through ssh solves the problem.

AMD 5850 with driver 12.8 on a dual screen setup with KDE.
Last edited by Freaker; Feb 8, 2013 @ 8:02am
< >
Showing 76-83 of 83 comments
eriktorbjorn May 15, 2016 @ 12:47pm 
Originally posted by Mountain Man:
So has this game never worked in Linux?

I don't know about the Steam version, but the one I got through a Humble Bundle used to work for me, but that was a long time ago. Possibly even on a different computer than the one I have now, I don't remember. Now it seems to have the same problem though, and I have no suggestions for how to fix it.
PaNika May 30, 2016 @ 1:15pm 
Originally posted by Almighty Pudding:
I assume guys it's working fine now as I see you are confirming the game working correctly here. Are there any issues with Intel cards in Anomaly Warzone Earth? Let us know, the last update is supposed to fix those and any feedback is welcome.
Linux wings 4.4.0-22-generic #40-Ubuntu SMP Thu May 12 22:03:46 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
Ubuntu 16.04 64bit
OpenGL vendor string: Intel Open Source Technology Center
OpenGL renderer string: Mesa DRI Intel(R) Haswell Mobile
OpenGL core profile version string: 3.3 (Core Profile) Mesa 11.2.0

The game does not work
D.C. Wulf Aug 2, 2016 @ 4:59pm 
Originally posted by Almighty Pudding:
I assume guys it's working fine now as I see you are confirming the game working correctly here. Are there any issues with Intel cards in Anomaly Warzone Earth? Let us know, the last update is supposed to fix those and any feedback is welcome.

Currently not working with Ubuntu 16.04 LTS. Black screen showing the "loading" animation, but nothing happens.
de.nagical[linux] Aug 31, 2016 @ 1:38pm 
This seems to be the same problem as with This War of Mine. I did a small wrapper for TWoM and it seems to work for AWE as well: TWoM bug

EDIT: Just saw that it's even the same developer... d'oh
Last edited by de.nagical[linux]; Aug 31, 2016 @ 1:41pm
Tetrobot Sep 17, 2016 @ 8:22am 
Originally posted by de.nagicallinux:
This seems to be the same problem as with This War of Mine. I did a small wrapper for TWoM and it seems to work for AWE as well: TWoM bug

You're my hero. And TIL about LD_PRELOAD.

ADDENDUM: For everyone who doesn't want to launch AWS from the console every time, compile the .so as described above, put it in the AWS folder (should be ~/.steam/steam/SteamApps/common/Anomaly Warzone Earth) and then set the game's launch options to:

env LD_PRELOAD=./test.so %command%
Last edited by Tetrobot; Sep 17, 2016 @ 8:46am
Tetrobot Sep 17, 2016 @ 9:15am 
The only remaining problem is that the game crashes on shutdown, which could probably also be patched, but for now

ps -A | grep AnomalyW | awk '{ print $1 }' | xargs kill

is good enough for me.
de.nagical[linux] Sep 17, 2016 @ 9:28am 
Originally posted by Tetrobot:
The only remaining problem is that the game crashes on shutdown, which could probably also be patched, but for now

ps -A | grep AnomalyW | awk '{ print $1 }' | xargs kill

is good enough for me.

Well yeah, This War of Mine had that issue as well, though it got fixed when they pushed the patch
Tetrobot Sep 17, 2016 @ 9:31am 
Originally posted by de.nagicallinux:
Well yeah, This War of Mine had that issue as well, though it got fixed when they pushed the patch

Has anyone analyzed the patch? I suspect another LD_PRELOAD hack might help fix that issue as well.
< >
Showing 76-83 of 83 comments
Per page: 1530 50