Page 1 of 1

convert problem

Posted: Thu Sep 26, 2024 6:37 pm
by Hizaki

Hi everyone,

im having this issue during convert, the converted video cant be opened.

Exception in Tkinter callback
Traceback (most recent call last):
File "C:\Users\user\MiniConda3\envs\faceswap\lib\tkinter\__init__.py", line 1921, in call
return self.func(args)
File "C:\Users\user\MiniConda3\envs\faceswap\lib\tkinter\__init__.py", line 839, in callit
func(
args)
File "E:\Juegos\faceswap\lib\gui\display_page.py", line 260, in update_page
self.display_item_set()
File "E:\Juegos\faceswap\lib\gui\display_command.py", line 41, in display_item_set
if not self.
preview.load_latest_preview(thumbnail_size=size,
File "E:\Juegos\faceswap\lib\gui\utils\image.py", line 491, in load_latest_preview
os.remove(image_files[0])
PermissionError: [WinError 5] Acceso denegado: 'E:/Deep Fake/Out\\.gui_preview.jpg'


Re: convert problem

Posted: Tue Oct 01, 2024 3:31 pm
by torzdf

This is just a GUI issue, not showing the preview about it.

Specifically there is a permission issue on your machine accessing the preview file.

Don't worry about it. Whilst you can't see the preview, it won't impact the ability to convert.


Re: convert problem

Posted: Wed Oct 09, 2024 1:10 pm
by EthnTempest

It seems like a permission error is causing the issue. You might want to check if the file .gui_preview.jpg is being accessed by another program or if you have the necessary permissions to delete or modify it.

Try running the conversion process as an administrator or manually delete that preview file to see if it helps.