Page 1 of 1

Training fails without errors just after launch : return code -8

Posted: Fri Jul 03, 2020 5:19 pm
by tourist

Hi,

What does return code -8 mean ?

I've got no error in the logs, no more info in DEBUG or VERBOSE mode.
Process train.py just exits after :

07/03/2020 19:03:53 INFO Loading Trainer from Original plugin...
07/03/2020 19:03:53 INFO Enabled TensorBoard Logging
Process exited.

in the bottom bar :

Status: Failed - train.py : Return Code: -8

?


Re: Training fails without errors just after launch : return code -8

Posted: Fri Jul 03, 2020 5:25 pm
by bryanlyon

Return codes like this are happening upstream of Faceswap. This almost always means a corrupt installation. You can either uninstall miniconda and delete the Faceswap folder and try re-installing, or you can open a Conda window in the Faceswap environment, go into the faceswap folder and try

Code: Select all

python update-deps.py

and/or if that doesn't fix it,

Code: Select all

python setup.py

.