                                [ Wormux BUGS ]


  Wormux is a program written by humans, and so is bugged :-) But it's not
a fatality, you can help us to fix them by reporting them !


Bug reporting
=============

If the bug us during compilation, type :
$ make | tee log.txt
and send us to log.txt file with your comments.

If the bug come from the game, please use gdb (with debug version of Wormux) :
$ gdb ./wormux
(gdb) run
Error (...)
(gdb) where

And then copy/paste the error + what gdb answer to "where".


You can report us bug by email (wormux-dev AT gna.org), or in our project
managment website : https://gna.org/projects/wormux/

Known bugs
==========

Go to our website to check last opened bugs :
  https://gna.org/bugs/?group=wormux

You can also read our FAQ (file FAQ.txt) to fix most current bugs.
