View Single Post
ArnimS's Avatar
Posts: 1,107 | Thanked: 720 times | Joined on Mar 2007 @ Germany
#9
Originally Posted by mwaldron View Post
Wwhen I start it from launcher it just exits, when started from xterm it says:

~ $ warzone
warzone: error while loading shared libraries: libopenal.so.0: cannot open shared object file: No such file or directory
~ $

Is there a dependancy I'm missing?
Like pipeline said, run wz2100. The shellscript wz2100 works around the missing libraries by pointing the linker to 'known good' versions of the needed libraries with the command: export LD_LIBRARY_PATH=/usr/share/warzone2100/libs

One play tip - tap lightly. If you tap more heavily, the game may register a 'click and drag' over a few pixels instead of a simple click.

(edit) Ahh libmad is the mpeg decoder library. To fix this do as root
apt-get install libmad0

(edit2) If you want to you can run in fullscreen 800x480 mode. Edit the file /home/user/.warzone2100/config and set resolution=800x480. It's a good deal slower though. Please post if it causes any problems.

Last edited by ArnimS; 2008-02-12 at 02:55.