bug-gnubg
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-gnubg] Latest GnuBG Win distrib available at www.gnubg.org


From: Jonathan Kinsey
Subject: Re: [Bug-gnubg] Latest GnuBG Win distrib available at www.gnubg.org
Date: Tue, 19 Feb 2008 10:34:11 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.9) Gecko/20071031 Thunderbird/2.0.0.9 Mnenhy/0.7.5.0

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


Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]