Page 1 of 1

A new error while extracting.

Posted: Tue Jun 30, 2020 6:43 am
by TCC

Code: Select all

Exception in Tkinter callback
Traceback (most recent call last):
  File "C:\Anaconda3\envs\faceswap\lib\tkinter\__init__.py", line 1705, in __call__
    return self.func(*args)
  File "C:\Anaconda3\envs\faceswap\lib\tkinter\__init__.py", line 749, in callit
    func(*args)
  File "d:\faceswap\lib\gui\display_page.py", line 248, in <lambda>
    self.after(waittime, lambda t=waittime: self.update_page(t))
  File "d:\faceswap\lib\gui\display_page.py", line 247, in update_page
    self.load_display()
  File "d:\faceswap\lib\gui\display_page.py", line 259, in load_display
    self.display_item_process()
  File "d:\faceswap\lib\gui\display_command.py", line 36, in display_item_process
    self.add_child()
  File "d:\faceswap\lib\gui\display_command.py", line 43, in add_child
    preview = self.subnotebook_add_page(self.tabname, widget=None)
  File "d:\faceswap\lib\gui\display_page.py", line 96, in subnotebook_add_page
    frame = widget if widget else ttk.Frame(self.subnotebook)
  File "C:\Anaconda3\envs\faceswap\lib\tkinter\ttk.py", line 742, in __init__
    Widget.__init__(self, master, "ttk::frame", kw)
  File "C:\Anaconda3\envs\faceswap\lib\tkinter\ttk.py", line 559, in __init__
    tkinter.Widget.__init__(self, master, widgetname, kw=kw)
  File "C:\Anaconda3\envs\faceswap\lib\tkinter\__init__.py", line 2299, in __init__
    (widgetName, self._w) + extra + self._options(cnf))
_tkinter.TclError: bad window path name ".pw_main.pw_top.!displaynotebook.!previewextract6.!notebook"

I have no idea what caused this but it kept extracting I think.

edit: Let me add I did not have the check box to preview checked and the above error only happened the one time.


Re: A new error while extracting.

Posted: Tue Jun 30, 2020 9:49 am
by torzdf

This is just a GUI display bug where it tries to delete an object which doesn't exist.

It doesn't effect the running of the program, so hasn't been prioritized for finding.