Bronya-Rand / DDLC-ModMaker

Project Modflake. A Ren'Py Specific Tool for building DDLC Mods.
https://ghost.schneedc.com/doki-doki-mod-maker/
Other
15 stars 3 forks source link

Mac 10.15.1 launch problems #6

Closed ghost closed 3 years ago

ghost commented 3 years ago

i am running DDLC-MM 1.1.0 on Mac and every time i try to launch a project it gives me this error:

I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/splash.rpy", line 11, in <module>
    renpy.error("DDLC archive files not found in /game folder. Check your installation and try again.")
Exception: DDLC archive files not found in /game folder. Check your installation and try again.

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

Full traceback:
  File "/Users/brentyoung/Downloads/DDMMaker6-1.1.0-sdk/renpy/bootstrap.py", line 295, in bootstrap
    renpy.main.main()
  File "/Users/brentyoung/Downloads/DDMMaker6-1.1.0-sdk/renpy/main.py", line 419, in main
    game.context().run(node)
  File "/Users/brentyoung/splash.rpyc", line 7, in script
  File "/Users/brentyoung/Downloads/DDMMaker6-1.1.0-sdk/renpy/ast.py", line 814, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "/Users/brentyoung/Downloads/DDMMaker6-1.1.0-sdk/renpy/python.py", line 1719, in py_exec_bytecode
    exec bytecode in globals, locals
  File "game/splash.rpy", line 11, in <module>
    renpy.error("DDLC archive files not found in /game folder. Check your installation and try again.")
  File "/Users/brentyoung/Downloads/DDMMaker6-1.1.0-sdk/renpy/exports.py", line 2113, in error
    _error_handlers[-1](msg)
  File "/Users/brentyoung/Downloads/DDMMaker6-1.1.0-sdk/renpy/exports.py", line 2099, in _error
    raise Exception(msg)
Exception: DDLC archive files not found in /game folder. Check your installation and try again.

Darwin-19.0.0-x86_64-i386-64bit
Ren'Py 6.99.12.4.2187
Bronya-Rand commented 3 years ago

Thanks for the bug report.

Looks like the new template added the script archive check that is normally removed in DDMMaker. I did a push on it and should be built in sometime. Since I am out of my main Linux machine this might take some time to do.