Maradonna90 / NewGAN-Manager

A tool to generate and manage xml configs for the Newgen Facepack.
GNU General Public License v3.0
174 stars 34 forks source link

Mac Application Error #126

Closed jgpeace92 closed 2 years ago

jgpeace92 commented 2 years ago

Getting the below error when opening the application on mac:

Traceback (most recent call last): File "NewGAN-Manager.app/Contents/Resources/app/newganmanager/main.py", line 4, in 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'

jgpeace92 commented 2 years ago

Found the main error thread