Monika-After-Story / MonikaModDev

DDLC fan mod to extend Monika
http://www.monikaafterstory.com/
Other
1.18k stars 687 forks source link

[Bug] - Crash upon startup after updating to version 0.12.1 #7027

Closed zwartkop2 closed 3 years ago

zwartkop2 commented 3 years ago

traceback.txt

zwartkop2 commented 3 years ago

Just opened up the \game folder. There's a whole bunch of RPYC files that weren't there before, including:

I would like to note that I updated using the ingame updater, if that helps.

multimokia commented 3 years ago

You may want to move your install out of OneDrive. It seems there's file permission issues, so MAS can't properly deal with the files in its folder

What new rpyc files showed up? Do you mean .rpyc.new files?

zwartkop2 commented 3 years ago

there's also a file called face-mouth-smirk.png.new in the mod_assest/monika/f directory

multimokia commented 3 years ago

All those rpyc files seem normal. All of them are part of MAS by default and should have been in your game/ folder already, I'm not sure why you never had them before.

That face-mouth-smirk.png.new file could be an issue if the normal face-mouth-smirk.png isn't present. If it's not, best to rename that file to just face-mouth-smirk.png (remove the .new extension)

But yeah the issue in your traceback seems to be a permission problem. MAS cannot properly access its own files which is why you had the crash.

zwartkop2 commented 3 years ago

Copying and pasting it to my desktop seems to have fixed the issue. as for the rpyc files, I seemed to have gotten the file extension confused with .rpy, mistakenly thinking rpyc is supposed be in the dev release and not the public release. Sorry.

multimokia commented 3 years ago

Ahh no worries