Massimiliano Maini wrote:
A few extra details that may help: in the nogui version, loading an analyzed match and trying to add it:(Game over) relational add match close, 0 0 Traceback (most recent call last): File "<string>", line 1, in <module> File "database.py", line 101, in PyUpdateCommand cursor.execute(stmt) sqlite3.OperationalError: 77 values for 76 columns (Game over)
Looks like it's this line:
g_print("close, %d %d\n", player, sc->anCloseCube[player]);
in AddStats(), I assume it should be:
APPENDI("close", sc->anCloseCube[player]);
Or maybe something slightly different?
Jon
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Bug-gnubg mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-gnubg
