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...

2 comments:

  1. Nice work: crashes happen rarely now !

    BuenosAires 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

    ReplyDelete
  2. Thanks, I added the script in the help file, although I have no idea how this works :D

    ReplyDelete