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

Crash in the restaurant date #16

Open
matiasvll opened this issue Jan 24, 2023 · 1 comment
Open

Crash in the restaurant date #16

matiasvll opened this issue Jan 24, 2023 · 1 comment

Comments

@matiasvll
Copy link

matiasvll commented Jan 24, 2023

I tried to boop Monika while we were in the restaurant, but the game crashed and the traceback showed the following message:

I'm sorry, but an uncaught exception occurred.

While running game code:

File "game/script-ch30.rpy", line 2141, in script call
File "game/event-handler.rpy", line 3119, in script call
File "game/Submods/DateMonikaSubmod/Submods/DateMonikaSubmod/Submods/DateMonikaSubmod/Date_Submod.rpy", line 71, in script call
File "game/script-ch30.rpy", line 2141, in script call
File "game/event-handler.rpy", line 3119, in script call
File "game/Submods/DateMonikaSubmod/Submods/DateMonikaSubmod/Submods/DateMonikaSubmod/Date_Submod.rpy", line 71, in script call
File "game/script-ch30.rpy", line 2141, in script call
File "game/event-handler.rpy", line 3119, in script call
File "game/Submods/DateMonikaSubmod/Submods/DateMonikaSubmod/Submods/DateMonikaSubmod/Date_Submod.rpy", line 71, in script call
File "game/submods/ExtraPlus/Extra_Plus_Labels.rpy", line 360, in script call
call extra_restore_bg("comment_cafe")
File "game/submods/ExtraPlus/Extra_Plus_Labels.rpy", line 266, in script
call screen dating_loop(extraplus_acs_pudding, extraplus_acs_icecream, "restaurant_talk","monika_no_food", "monika_booprestaurant", boop_enable=True)

ScriptError: could not find label 'monika_booprestaurant'.

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

Full traceback:

File "C:\Users#\Downloads\VN\Doki Doki Literature Club!\Monika After Story\renpy\bootstrap.py", line 295, in bootstrap
renpy.main.main()
File "C:\Users#\Downloads\VN\Doki Doki Literature Club!\Monika After Story\renpy\main.py", line 487, in main
run(restart)
File "C:\Users#\Downloads\VN\Doki Doki Literature Club!\Monika After Story\renpy\main.py", line 147, in run
renpy.execution.run_context(True)
File "C:\Users#\Downloads\VN\Doki Doki Literature Club!\Monika After Story\renpy\execution.py", line 761, in run_context
context.run()
File "game/script-ch30.rpy", line 2141, in script call
File "game/event-handler.rpy", line 3119, in script call
File "game/Submods/DateMonikaSubmod/Submods/DateMonikaSubmod/Submods/DateMonikaSubmod/Date_Submod.rpy", line 71, in script call
File "game/script-ch30.rpy", line 2141, in script call
File "game/event-handler.rpy", line 3119, in script call
File "game/Submods/DateMonikaSubmod/Submods/DateMonikaSubmod/Submods/DateMonikaSubmod/Date_Submod.rpy", line 71, in script call
File "game/script-ch30.rpy", line 2141, in script call
File "game/event-handler.rpy", line 3119, in script call
File "game/Submods/DateMonikaSubmod/Submods/DateMonikaSubmod/Submods/DateMonikaSubmod/Date_Submod.rpy", line 71, in script call
File "game/submods/ExtraPlus/Extra_Plus_Labels.rpy", line 360, in script call
call extra_restore_bg("comment_cafe")
File "game/submods/ExtraPlus/Extra_Plus_Labels.rpy", line 266, in script
call screen dating_loop(extraplus_acs_pudding, extraplus_acs_icecream, "restaurant_talk","monika_no_food", "monika_booprestaurant", boop_enable=True)
File "C:\Users#\Downloads\VN\Doki Doki Literature Club!\Monika After Story\renpy\script.py", line 858, in lookup
raise ScriptError("could not find label '%s'." % str(original))

ScriptError: could not find label 'monika_booprestaurant'.

@zer0fixer
Copy link
Owner

I'm sorry about that, I released a new version that fixes that issue and adds a few things.

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