WolfgangFahl / play-chess-with-a-webcam

Play Chess With a Webcam
http://wiki.bitplan.com/index.php/PlayChessWithAWebCam
Apache License 2.0
29 stars 7 forks source link

Tcl_AsyncDelete: async handler deleted by the wrong thread #34

Open WolfgangFahl opened 3 years ago

WolfgangFahl commented 3 years ago

Exception ignored in: <function Image.del at 0x7f00f20a46a8>

Traceback (most recent call last):

File "/opt/python/3.7.1/lib/python3.7/tkinter/init.py", line 3507, in del

self.tk.call('image', 'delete', self.name)

RuntimeError: main thread is not in main loop

Exception ignored in: <function Image.del at 0x7f00f20a46a8>

Traceback (most recent call last):

File "/opt/python/3.7.1/lib/python3.7/tkinter/init.py", line 3507, in del

self.tk.call('image', 'delete', self.name)

RuntimeError: main thread is not in main loop

Exception ignored in: <function Image.del at 0x7f00f20a46a8>

Traceback (most recent call last):

File "/opt/python/3.7.1/lib/python3.7/tkinter/init.py", line 3507, in del

self.tk.call('image', 'delete', self.name)

RuntimeError: main thread is not in main loop

Exception ignored in: <function Variable.del at 0x7f00f37556a8>

Traceback (most recent call last):

File "/opt/python/3.7.1/lib/python3.7/tkinter/init.py", line 332, in del

if self._tk.getboolean(self._tk.call("info", "exists", self._name)):

RuntimeError: main thread is not in main loop

Exception ignored in: <function Image.del at 0x7f00f20a46a8>

Traceback (most recent call last):

File "/opt/python/3.7.1/lib/python3.7/tkinter/init.py", line 3507, in del

self.tk.call('image', 'delete', self.name)

RuntimeError: main thread is not in main loop

Exception ignored in: <function Variable.del at 0x7f00f37556a8>

Traceback (most recent call last):

File "/opt/python/3.7.1/lib/python3.7/tkinter/init.py", line 332, in del

if self._tk.getboolean(self._tk.call("info", "exists", self._name)):

RuntimeError: main thread is not in main loop

Exception ignored in: <function Image.del at 0x7f00f20a46a8>

Traceback (most recent call last):

File "/opt/python/3.7.1/lib/python3.7/tkinter/init.py", line 3507, in del

self.tk.call('image', 'delete', self.name)

RuntimeError: main thread is not in main loop

Exception ignored in: <function Image.del at 0x7f00f20a46a8>

Traceback (most recent call last):

File "/opt/python/3.7.1/lib/python3.7/tkinter/init.py", line 3507, in del

self.tk.call('image', 'delete', self.name)

RuntimeError: main thread is not in main loop

Exception ignored in: <function Image.del at 0x7f00f20a46a8>

Traceback (most recent call last):

File "/opt/python/3.7.1/lib/python3.7/tkinter/init.py", line 3507, in del

self.tk.call('image', 'delete', self.name)

RuntimeError: main thread is not in main loop

Exception ignored in: <function Image.del at 0x7f00f20a46a8>

Traceback (most recent call last):

File "/opt/python/3.7.1/lib/python3.7/tkinter/init.py", line 3507, in del

self.tk.call('image', 'delete', self.name)

RuntimeError: main thread is not in main loop

Tcl_AsyncDelete: async handler deleted by the wrong thread

Fatal Python error: Aborted

WolfgangFahl commented 3 years ago

https://bugs.python.org/issue39093