Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

uncaught expection occured #19

Open
tacticalpepper999 opened this issue Mar 26, 2023 · 2 comments
Open

uncaught expection occured #19

tacticalpepper999 opened this issue Mar 26, 2023 · 2 comments

Comments

@tacticalpepper999
Copy link

tacticalpepper999 commented Mar 26, 2023

i was trying to go to the cafe but an exception has occured. here's the complete code:

Edit: now that ive done a little bit more with this submod, the errors are occuring with the following; cafe, restaurant, shell game, rock paper scrissors, tic tac toe, coin flip.

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/submods/game/Submods/ExtraPlus/Extra_Plus_Labels.rpy", line 89, in script
python:
File "game/submods/game/Submods/ExtraPlus/Extra_Plus_Labels.rpy", line 90, in
validate_files(cafe_sprite, type=False)
File "game/submods/game/Submods/ExtraPlus/Extra_Plus_Main.rpy", line 186, in validate_files
file_list = os.listdir(renpy.config.basedir + '/game/submods/ExtraPlus/submod_assets/backgrounds')
WindowsError: [Error 3] The system cannot find the path specified: u'C:\Users\tactf\OneDrive\Desktop\ddlc/game/submods/ExtraPlus/submod_assets/backgrounds\.'

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

Full traceback:
File "game/submods/game/Submods/ExtraPlus/Extra_Plus_Labels.rpy", line 89, in script
python:
File "C:\Users\tactf\OneDrive\Desktop\ddlc\renpy\ast.py", line 814, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Users\tactf\OneDrive\Desktop\ddlc\renpy\python.py", line 1719, in py_exec_bytecode
exec bytecode in globals, locals
File "game/submods/game/Submods/ExtraPlus/Extra_Plus_Labels.rpy", line 90, in
validate_files(cafe_sprite, type=False)
File "game/submods/game/Submods/ExtraPlus/Extra_Plus_Main.rpy", line 186, in validate_files
file_list = os.listdir(renpy.config.basedir + '/game/submods/ExtraPlus/submod_assets/backgrounds')
WindowsError: [Error 3] The system cannot find the path specified: u'C:\Users\tactf\OneDrive\Desktop\ddlc/game/submods/ExtraPlus/submod_assets/backgrounds\.'

Windows-8-6.2.9200
Ren'Py 6.99.12.4.2187
Monika After Story 0.12.14

@zer0fixer
Copy link
Owner

Thank you for specifying that the entire submod is not working. I will provide a video to help you fix it: https://youtu.be/KgGa_bgsWoU.

In your case, you have a /game folder in your submods, which causes the entire submod to fail. I understand that many people are used to pasting the submod in the submods folder, but in this submod, since it uses ACS (Accessories for Monika), I had to include a /game folder so that you only paste it into your MAS.

@tacticalpepper999
Copy link
Author

Everything works now. Thank you for the help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants