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

selectedmod.json and character issues #23

Closed bigboi425 closed 3 months ago

bigboi425 commented 3 months ago

When trying to load a mod (DDLC Abridged in this case) the traceback below shows up, saying it cant find "selectedmod.json"

And anytime i try to load the vanilla game through DDMD, the "END" screen shows, like there isnt any character files in the directory, even though there is.

Platform is mac btw, using the regular DDMD for mac, not DDMDSE.

[code] I'm sorry, but an uncaught exception occurred.

While running game code: File "renpy/common/00start.rpy", line 240, in script call call _splashscreen from _call_splashscreen_1 File "renpy/common/000statements.rpy", line 455, in execute_pause renpy.pause() File "renpy/common/00action_other.rpy", line 578, in call rv = self.callable(*self.args, **self.kwargs) File "game/mod_screen.rpy", line 140, in loadMod IOError: [Errno 30] Read-only file system: '/private/var/folders/tq/x7qz6chd3l93brjvv_21t1fh0000gn/T/AppTranslocation/4044905C-0F2F-4CE2-94AD-4786DD46B8C5/d/DDMD.app/Contents/Resources/autorun/selectedmod.json' [/code]

bigboi425 commented 3 months ago

should also add the character issue traceback

[code] I'm sorry, but an uncaught exception occurred.

While running game code: File "renpy/common/00start.rpy", line 240, in script call call _splashscreen from _call_splashscreen_1 File "game/splash.rpy", line 252, in File "game/definitions.rpy", line 37, in restore_relevant_characters File "game/definitions.rpy", line 29, in restore_all_characters IOError: [Errno 30] Read-only file system: '/private/var/folders/tq/x7qz6chd3l93brjvv_21t1fh0000gn/T/AppTranslocation/4044905C-0F2F-4CE2-94AD-4786DD46B8C5/d/DDMD.app/Contents/Resources/autorun/characters/monika.chr' [/code]

Bronya-Rand commented 3 months ago

Unfortunately, due to the lack of a macOS device, macOS support is limited to non-existant. DDMD will sadly not be able to run on macOS until then.

bigboi425 commented 3 months ago

any ideas as to what could maybe be happening?