On Thu, 2006-01-05 at 21:37 +0100, Fabio Till wrote: > ==22514== Jump to the invalid address stated on the next line > ==22514== at 0x0: ??? > ==22514== by 0x10094B20: (within /usr/games/fillets)
Ok, the is used NULL pointer somewhere. Are you able to compile the game with debug info? How to: $ su -c "apt-get install liblua50-dev liblualib50-dev" $ wget http://heanet.dl.sourceforge.net/sourceforge/fillets/fillets-ng-0.7.3.tar.gz $ tar xzf fillets-ng-0.7.3.tar.gz $ cd fillets-ng-0.7.3/ $ CFLAGS="" CXXFLAGS="" CPPFLAGS=-g3 ./configure --datadir=/usr/share/ $ make $ ./src/game/fillets The tests: $ valgrind ./src/game/fillets $ echo -e "run\nbt\nquit" | gdb -x /dev/stdin ./src/game/fillets I'm looking forward to see the back trace. -- Ivo Danihelka -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]