Menu

#200 r1515 core dumps

None
closed-fixed
fonts (2)
5
2018-08-28
2018-08-26
No

r1515 crashes when opening a database

After using --first-time, all my databases seem to open fine - so don't know which file caused the issue

(blank lines trimmed)

[drew@blacktav secure]$ scidb-beta
(func) invoke
(file) tcl_base.cpp:741
(what) can't read "text(movelist:bold)": no such element in array
(type) tcl::Error

=== Backtrace ============================================
 TclNRRunCallbacks

 Tcl_EvalEx
 Tk_BindEvent
 TkBindEventProc
 Tk_HandleEvent

 TclNRRunCallbacks

 TclNRRunCallbacks

 Tcl_FSEvalFileEx
 Tk_MainEx

 __libc_start_main
==========================================================
Error in startup script: 22
    while executing
"::scidb::tk::twm load $twm {*}$args "
    (procedure "::twm::WidgetProc" line 62)
    invoked from within
"::twm::WidgetProc .application.nb.board $command {*}$args"
    (procedure ".application.nb.board" line 1)
    invoked from within
"$twm load $layout"
    (procedure "twm::load" line 12)
    invoked from within
"twm::load $twm"
    (procedure "application::open" line 50)
    invoked from within
"application::open"
    (file "/usr/local/bin/scidb-beta" line 151112)
(func) mainWindow
(file) tk_base.cpp:146
(what) no main window exists
(type) tcl::Exception

=== Backtrace ============================================
 Tk_HandleEvent
 Tk_DestroyWindow
 Tk_DestroyWindow
 Tk_DestroyWindow
 Tk_DestroyWindow
 Tk_DestroyWindow
 Tk_DestroyWindow
 Tk_DestroyWindow
 Tk_DestroyWindow

 Tcl_Exit
 Tk_MainEx

 __libc_start_main
==========================================================

terminate called after throwing an instance of 'tcl::Exception'
Aborted (core dumped)

Discussion

  • Gregor Cramer

    Gregor Cramer - 2018-08-26
    • labels: --> fonts
    • status: open --> closed-fixed
    • assigned_to: Gregor Cramer
     
  • Gregor Cramer

    Gregor Cramer - 2018-08-26

    I think I can see the problem, bold fonts were not available although required for piece letters. I've committed [r1516], should work now. On my system I do not encounter problems when using piece letters.

     

    Related

    Commit: [r1516]


Log in to post a comment.