Haxima/NazghulFAQ
0.5.5
I get a link error with libpng
Not everyone will encounter this; it depends on how your SDL_image library
was built when it links to libpng. To work around this, run configure like this:
$ ./configure LIBS=-lpng
Many thanks to Jason Tibbs for reporting this problem and the workaround.
When I switch to 640x480 mode, I get no splash image and I see error messages about 640x480_splash.png
Although annoying, this will not prevent the game from running in this
mode. If you like you can fix this by manually putting 640x480_splash.png in your
/share/nazghul/haxima directory.
The game crashes when I try to load my save file.
Search and replace lines like this:
(kern-obj-set-ttl kparty 0)
To this:
(kern-obj-set-ttl kparty 1)
In general, any time kern-obj-set-ttl is called it should have a
non-zero argument or all currently available versions of the game will crash on
load.