-
Can you try this (maybe not so beautiful patch)?
Index: src/database/game.cpp
===================================================================
--- src/database/game.cpp (revisione 958)
+++ src/database/game.cpp (copia locale)
@@ -714,7 +714,7 @@
san += board.moveToSan(move);
//nags
if (flags & Nags) {
- QString nagString = nags().toString();
+ QString nagString = nags(...
2009-07-02 21:19:27 UTC in ChessX
-
here's a dumb workaround:
Index: C:/Users/gandy/Documents/chessx/chessxQtCreator/chessx/src/database/game.cpp
===================================================================
--- C:/Users/gandy/Documents/chessx/chessxQtCreator/chessx/src/database/game.cpp (revisione 946)
+++ C:/Users/gandy/Documents/chessx/chessxQtCreator/chessx/src/database/game.cpp (copia locale)
@@ -217,7 +217,7 @@
int...
2009-06-29 09:17:30 UTC in ChessX
-
The second problem is also evident on my linux box. (debian over virtualbox)
2009-06-14 16:32:50 UTC in ChessX
-
yes, the game is updated here.
2009-06-11 08:52:57 UTC in ChessX
-
If PlyCount tag is defined, is not updated after a truncation.
2009-06-10 21:55:17 UTC in ChessX
-
It happens with vc2008 express.
I think it's caused by the different way g++ and Vc treat with templates.
2009-06-10 17:17:13 UTC in ChessX
-
here is a workaround:
===================================================================
--- src/database/playerinfo.cpp (revisione 890)
+++ src/database/playerinfo.cpp (copia locale)
@@ -162,7 +162,7 @@
QString PlayerInfo::formattedRange() const
{
- if (m_date[0].year() < 1000)
+ if (m_date[0].year() < 1000 || m_date[0].year==9999)
return QString();
else
return...
2009-04-02 19:08:11 UTC in ChessX
-
a patch here:
https://sourceforge.net/mailarchive/message.php?msg_name=49540FA6.2070901%40gmail.com.
2009-04-02 19:05:24 UTC in ChessX
-
I've seen that this is fixed in svn 798. thank.
2007-10-13 14:08:31 UTC in ChessX
-
I've got a Seg Fault on my GnuLinux/Debian sid.
chessX svn revision 797.
I can reproduce the seg fault with this step:
starting chessx.
menu Settings --> Configure ChessX --> tab Engines.
Click on New button.
Click on Remove button.
Segmentation fault.
I attach a gdb backtrace, hope it'll be usefull.
Here how i've compiled chessx
qmake -recursive -after "CONFIG+=debug"
make.
2007-08-31 19:42:34 UTC in ChessX