The below will fix this on MAC as I had the same issue.I've followed all the instructions but I cannot get the NEWgan manager to open. Its there but everytime I try to open it, it does nothing. does anyone know how to help?
The below will fix this on MAC as I had the same issue.
quick workaround:
Enjoy!
- open Application folder
- open context menu for NewGAN-Manager -> Show Package Contents
- open /Applications/NewGAN-Manager.app/Contents/Resources/app/newganmanager/app.py in text editor
- change line 430 fh = logging.FileHandler('newgan.log') -> fh = logging.FileHandler('/tmp/newgan.log')
- the same for /Applications/NewGAN-Manager.app/Contents/Resources/app/mapper.py line 18
- save the file and re-open application
Thanks for that. I'll give it a go this week when I sit down
The below will fix this on MAC as I had the same issue.
quick workaround:
Enjoy!
- open Application folder
- open context menu for NewGAN-Manager -> Show Package Contents
- open /Applications/NewGAN-Manager.app/Contents/Resources/app/newganmanager/app.py in text editor
- change line 430 fh = logging.FileHandler('newgan.log') -> fh = logging.FileHandler('/tmp/newgan.log')
- the same for /Applications/NewGAN-Manager.app/Contents/Resources/app/mapper.py line 18
- save the file and re-open application
Does anybody know how to get the faces in the game I complete everything and successfully generate the faces NewGAN but when I go back into my FM save none of the new gens have real faces and still have the animated SI face.
Hey man the same thing is happening to me. Check your rtf file because mine for some reason is not showing the nationalities, even though I am using the correct views. Were you able to fix it?i did everything, downloaded the faces, put them in every place i needed to put, got the app running, the updated version, got all the names, got all faces and names in the app, and generated, all good and well so far, but when i go to my game, its still the ugly generated faces and when i try to reload the skin, it just wont work, i use a facepack from steam so im not sure this is happening because of the skins contracting eachother or what, need help
Same
Traceback (most recent call last):
File "NewGAN-Manager.app/Contents/Resources/app/newganmanager/__main__.py", line 4, in <module>
main().main_loop()
File "NewGAN-Manager.app/Contents/Resources/app/newganmanager/app.py", line 430, in main
fh = logging.FileHandler('newgan.log')
File "NewGAN-Manager.app/Contents/Resources/Support/Python/Resources/lib/python3.8/logging/__init__.py", line 1147, in __init__
StreamHandler.__init__(self, self._open())
File "NewGAN-Manager.app/Contents/Resources/Support/Python/Resources/lib/python3.8/logging/__init__.py", line 1176, in _open
return open(self.baseFilename, self.mode, encoding=self.encoding)
OSError: [Errno 30] Read-only file system: '/newgan.log'