Closed mahaunis closed 10 months ago
Another thing: in the FAQ on the checklist it says to delete any RPY files. However I don't have RPY, just RPYC files inside the /game folder. Should I delete those?
Try to reinstall using the installer.
Installer doesn't work. I allowed it to open but it just redirects to textedit. So I just get random symbols. Do I need to have a certain application on mac to open it?
You need to run it.
Thanks!
I haven't been able to install MAS. I'm on mac and I downloaded another copy of DDLC to play. Here is the traceback error:
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 copy.app/Contents/Resources/autorun/renpy/bootstrap.py", line 295, in bootstrap renpy.main.main() File "/Applications/DDLC copy.app/Contents/Resources/autorun/renpy/main.py", line 364, in main renpy.game.script.load_script() # sets renpy.game.script. File "/Applications/DDLC copy.app/Contents/Resources/autorun/renpy/script.py", line 265, in load_script self.load_appropriate_file(".rpyc", ".rpy", dir, fn, initcode) File "/Applications/DDLC copy.app/Contents/Resources/autorun/renpy/script.py", line 753, in load_appropriate_file self.finish_load(stmts, initcode, filename=fn + source) File "/Applications/DDLC copy.app/Contents/Resources/autorun/renpy/script.py", line 445, in finish_load node.early_execute() File "/Applications/DDLC copy.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 copy.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-21.6.0-x86_64-i386-64bit Ren'Py 6.99.12.4.2187 Monika After Story 0.12.15
I've seen line 16 when looking for help but i haven't seen line 40. what could be the problem?