A new error while extracting.

The Extraction process failing on you, and you aren't getting an error back with clear instructions? Tell us about it here


Forum rules

Read the FAQs and search the forum before posting a new topic.

This forum is for reporting errors with the Extraction process. If you want to get tips, or better understand the Extract process, then you should look in the Extract Discussion forum.

Please mark any answers that fixed your problems so others can find the solutions.

Locked
User avatar
TCC
Posts: 1
Joined: Sat Jun 27, 2020 3:07 am
Has thanked: 1 time

A new error while extracting.

Post 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.


Tags:
User avatar
torzdf
Posts: 2649
Joined: Fri Jul 12, 2019 12:53 am
Answers: 159
Has thanked: 128 times
Been thanked: 622 times

Re: A new error while extracting.

Post 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.

My word is final

Locked