Crazyhouse test game freezes scidb
Chess Database Application
Status: Pre-Alpha
Brought to you by:
gcramer
r1234
start scidb
-crazyhouse new game
-set start board
-remove pawns
-mark all pieces promoted
-play moves on board
-main menu-exit
-should this game be saved...? ->yes
-error:
->ok->program freezes
assertion failed: board().validate(variant) == Board::Valid
(func) setup
(file) sci/sci_decoder_position.cpp:127
(what) assertion failed: board().validate(variant) == Board::Valid
(type) mstl::assertion_failure_exception
=== Backtrace ============================================
/usr/local/bin/tkscidb-beta() [0x83c3c0c]
/usr/local/bin/tkscidb-beta() [0x8352f33]
/usr/local/bin/tkscidb-beta() [0x834f9b7]
/usr/local/bin/tkscidb-beta() [0x8341fc7]
/usr/local/bin/tkscidb-beta() [0x827c63a]
/usr/local/bin/tkscidb-beta() [0x8270525]
/usr/local/bin/tkscidb-beta() [0x81ee97d]
/usr/local/bin/tkscidb-beta() [0x8089c5e]
/usr/local/bin/tkscidb-beta() [0x8058c53]
TclNRRunCallbacks
TclEvalObjEx
Tcl_EvalObjEx
TclNRRunCallbacks
Tcl_EvalObjv
Tcl_EvalEx
Tk_BindEvent
TkBindEventProc
Tk_HandleEvent
Tcl_ServiceEvent
Tcl_DoOneEvent
Tk_MainLoop
Tk_MainEx
/usr/local/bin/tkscidb-beta() [0x8053394]
__libc_start_main
==========================================================
invoked from within
"::scidb::game::export $filename -comment $comment -position $i"
(procedure "::game::backup" line 22)
invoked from within
"::game::backup "
(procedure "prepareExit" line 9)
invoked from within
"prepareExit $backup"
(procedure "::application::shutdown" line 58)
invoked from within
"::application::shutdown"
invoked from within
"$m.__menu__ $command {*}$args"
(procedure "::tk::menu::WidgetProc" line 39)
invoked from within
"::tk::menu::WidgetProc .application.nb.menu_main.entries $command {*}$args"
(procedure ".application.nb.menu_main.entries" line 1)
invoked from within
".application.nb.menu_main.entries invoke active"
("uplevel" body line 1)
invoked from within
"uplevel #0 [list $w invoke active]"
(procedure "tk::MenuInvoke" line 61)
invoked from within
"tk::MenuInvoke .application.nb.menu_main.entries 1"
(command bound to event)
Has been fixed with [r1244].
Related
Commit: [r1244]