Saturday, February 28, 2009
Version 1.11.1 for Linux
Here is the last version for linux. For some reason, it crashes at the end of the first and/or second tournament, I couldn't reproduce the crash in debug mode. It works fine after that though...
Subscribe to:
Post Comments (Atom)
Nice work: crashes happen rarely now !
ReplyDeleteBuenosAires is now playing this version. ;-)
A little linux script I'm using to restart game in case of crash:
#!/bin/bash
while true
do
./BuenosAires/goia_ecosysteme
done
Thanks, I added the script in the help file, although I have no idea how this works :D
ReplyDelete