Uncaught exception error #10298
Unanswered
miagaitan
asked this question in
QA - tech support + general
Replies: 1 comment
-
Try to reinstall MAS, looks like you're missing one of our dependencies. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I don't know why but my MAS won't open. I haven't touch or installed anything so I'm a bit confused.
This is the traceback.txt:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/zz_time.rpy", line 5, in
ImportError: No module named tzfile
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "C:\Users\priv\Desktop\DDLC-1.1.1-pc\renpy\bootstrap.py", line 295, in bootstrap
renpy.main.main()
File "C:\Users\priv\Desktop\DDLC-1.1.1-pc\renpy\main.py", line 364, in main
renpy.game.script.load_script() # sets renpy.game.script.
File "C:\Users\priv\Desktop\DDLC-1.1.1-pc\renpy\script.py", line 265, in load_script
self.load_appropriate_file(".rpyc", ".rpy", dir, fn, initcode)
File "C:\Users\priv\Desktop\DDLC-1.1.1-pc\renpy\script.py", line 753, in load_appropriate_file
self.finish_load(stmts, initcode, filename=fn + source)
File "C:\Users\priv\Desktop\DDLC-1.1.1-pc\renpy\script.py", line 445, in finish_load
node.early_execute()
File "C:\Users\priv\Desktop\DDLC-1.1.1-pc\renpy\ast.py", line 865, in early_execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Users\priv\Desktop\DDLC-1.1.1-pc\renpy\python.py", line 1719, in py_exec_bytecode
exec bytecode in globals, locals
File "game/zz_time.rpy", line 5, in
File "C:\Users\priv\Desktop\DDLC-1.1.1-pc\renpy\loader.py", line 711, in load_module
exec code in mod.dict
File "python-packages/pytz/init.py", line 21, in
ImportError: No module named tzfile
Windows-8-6.2.9200
Ren'Py 6.99.12.4.2187
Monika After Story 0.12.15
Beta Was this translation helpful? Give feedback.
All reactions