Iniquitatis / DDLCComfyUI

Doki Doki Literature Club modification which improves various aspects of the user interface while retaining original look and feel.
GNU General Public License v3.0
14 stars 3 forks source link

not sure whats going wrong #3

Closed Cdino11 closed 4 years ago

Cdino11 commented 4 years ago

Not sure whats going on or what I am doing wrong I keep getting this error. Not all the time, it worked fine when i first opened it up, and for a while after that. I was even able to switch the ui's around. then the net time i open the game i got this, the it worked again. now i cant open the game at all I'm sorry, but an uncaught exception occurred.

While running game code: File "game/comfy_ui.rpy", line 103, in comfy_ui.initialize() File "game/comfy_ui.rpy", line 51, in initialize _fetch_themes() File "game/comfy_ui.rpy", line 69, in _fetch_themes for file_path in os.listdir(meta_dir): WindowsError: [Error 3] The system cannot find the path specified: u'game\comfy_meta\.'

-- Full Traceback ------------------------------------------------------------

Full traceback: File "C:\Users\Griml\Downloads\Monika\DDLC-1.1.1-pc\renpy\bootstrap.py", line 295, in bootstrap renpy.main.main() File "C:\Users\Griml\Downloads\Monika\DDLC-1.1.1-pc\renpy\main.py", line 419, in main game.context().run(node) File "lib/windows-i686/comfy_ui.rpyc", line 102, in script File "C:\Users\Griml\Downloads\Monika\DDLC-1.1.1-pc\renpy\ast.py", line 814, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "C:\Users\Griml\Downloads\Monika\DDLC-1.1.1-pc\renpy\python.py", line 1719, in py_exec_bytecode exec bytecode in globals, locals File "game/comfy_ui.rpy", line 103, in comfy_ui.initialize() File "game/comfy_ui.rpy", line 51, in initialize _fetch_themes() File "game/comfy_ui.rpy", line 69, in _fetch_themes for file_path in os.listdir(meta_dir): WindowsError: [Error 3] The system cannot find the path specified: u'game\comfy_meta\.'

Windows-8-6.2.9200 Ren'Py 6.99.12.4.2187

Cdino11 commented 4 years ago

and now its working again... i seriously hope im just not being stupid

Iniquitatis commented 4 years ago

In any case, thanks for the bug report. I might need to add some sort of a fallback mechanism when there are any problems with theme fetching.