Bronya-Rand / DDModDocker

Codename: Snowrance. A WIP mod launcher integrated into DDLC/Ren'Py.
GNU Affero General Public License v3.0
19 stars 2 forks source link

[DDMD Bug] Fails to find mod_patches/chrs/monika.chr when trying to load stock game on ren'py 8 #11

Closed silverhikari closed 1 year ago

silverhikari commented 1 year ago

Describe the bug after transferring the image, audio, and fonts.rpa i try to launch a stock game without any mods installed to see if it works, but after launching through ./DDMD.sh get this error with the traceback

ERROR:

  File "/home/silver/applications/DokiDokiModDocker-1.0.8-renpy8/renpy/bootstrap.py", line 323, in bootstrap
    renpy.main.main()
  File "/home/silver/applications/DokiDokiModDocker-1.0.8-renpy8/renpy/main.py", line 767, in main
    renpy.game.context().run(node)
  File "splash.rpyc", line 257, in script
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/site-packages/future/utils/__init__.py", line 441, in raise_
  File "splash.rpyc", line 257, in script
  File "/home/silver/applications/DokiDokiModDocker-1.0.8-renpy8/renpy/ast.py", line 1131, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "/home/silver/applications/DokiDokiModDocker-1.0.8-renpy8/renpy/python.py", line 1061, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/splash.rpy", line 265, in <module>
  File "game/definitions.rpy", line 70, in restore_all_characters
  File "game/definitions.rpy", line 66, in restore_character
  File "game/ml_patches.rpy", line 42, in patched_file
  File "/home/silver/applications/DokiDokiModDocker-1.0.8-renpy8/renpy/loader.py", line 820, in load
    raise IOError("Couldn't find file '%s'." % name)
OSError: Couldn't find file 'mod_patches/chrs/monika.chr'.

To Reproduce Steps to reproduce the behavior:

  1. install required RPAs from base DDLC
  2. try to launch game with ./DDMD
  3. game fails
  4. See error

Expected behavior game starts, shows the opening title screen

Desktop (please complete the following information):

Linux-6.1.11-1-MANJARO-x86_64-with-glibc2.37 x86_64 Ren'Py 8.0.3.22090809 Doki Doki Mod Docker (Alpha) 1.0.8 DDLC Base Game:1.1.1

Bronya-Rand commented 1 year ago

Was fixed as of new release.