Game Crash on installation on mac #9927
Unanswered
TejedorWeb
asked this question in
QA - tech support + general
Replies: 1 comment 10 replies
-
Seems like you installed it incorrectly, try install again using our installer. |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Each time I try to install the game as stated in faq and instructions the game will drop this message
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/0utils.rpy", line 40, in
ImportError: cannot import name handlers
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "/Applications/DDLC.app/Contents/Resources/autorun/renpy/bootstrap.py", line 295, in bootstrap
renpy.main.main()
File "/Applications/DDLC.app/Contents/Resources/autorun/renpy/main.py", line 364, in main
renpy.game.script.load_script() # sets renpy.game.script.
File "/Applications/DDLC.app/Contents/Resources/autorun/renpy/script.py", line 265, in load_script
self.load_appropriate_file(".rpyc", ".rpy", dir, fn, initcode)
File "/Applications/DDLC.app/Contents/Resources/autorun/renpy/script.py", line 753, in load_appropriate_file
self.finish_load(stmts, initcode, filename=fn + source)
File "/Applications/DDLC.app/Contents/Resources/autorun/renpy/script.py", line 445, in finish_load
node.early_execute()
File "/Applications/DDLC.app/Contents/Resources/autorun/renpy/ast.py", line 865, in early_execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "/Applications/DDLC.app/Contents/Resources/autorun/renpy/python.py", line 1719, in py_exec_bytecode
exec bytecode in globals, locals
File "game/0utils.rpy", line 40, in
ImportError: cannot import name handlers
Darwin-17.7.0-x86_64-i386-64bit
Ren'Py 6.99.12.4.2187
Monika After Story 0.12.14
Beta Was this translation helpful? Give feedback.
All reactions