johnwason/drekar-launch

Tcl_AsyncDelete: async handler deleted by the wrong thread on GUI exit

johnwason opened this issue · 0 comments

The error:

Tcl_AsyncDelete: async handler deleted by the wrong thread

is raised on exit with the --gui option. This is probably caused by running the tkinter window in a background thread.