Mod Ren'Py Monster College Walkthrough Mod + Gallery Unlocker [v0.8.11] [zinacke]

sailboat

Member
Apr 15, 2020
178
71
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script/cap_08/cap_08_sc_11 - Sofia Mensa.rpy", line 1, in script
    label cap_08_sc_11:
Exception: Could not find return label ('game/script/cap_03/cap_03_sc_01 - Festa_Piscina_Lily.rpy', 1696342706, 2).

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

Full traceback:
  File "game/script/cap_08/cap_08_sc_11 - Sofia Mensa.rpy", line 1, in script
    label cap_08_sc_11:
  File "K:\Downloads\dwHelper\GG\MC\MonsterCollege-0.8.11-pc\renpy\ast.py", line 1495, in execute
    next_node(renpy.game.context().lookup_return(pop=True))
  File "K:\Downloads\dwHelper\GG\MC\MonsterCollege-0.8.11-pc\renpy\execution.py", line 741, in lookup_return
    raise Exception("Could not find return label {!r}.".format(self.return_stack[-1]))
Exception: Could not find return label ('game/script/cap_03/cap_03_sc_01 - Festa_Piscina_Lily.rpy', 1696342706, 2).

Windows-10-10.0.19045 AMD64
Ren'Py 8.2.3.24061702
0.8.11
Thu Aug 29 18:30:32 2024
this happens when I click on Sofia journal.
Loading a saved game from the original version (i.e. without extension) it works fine.
 
  • Like
Reactions: zinacke
Jul 16, 2018
256
246
I downloaded the game, and then the mod just now, but I get this error when I click on the 'notepad' in the top left corner:
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/tl/ENG/script/cap_08/cap_08_sc_01A - Ben Maxine Nina Oliver MMC.rpy", line 97, in script
    Oliver "Remember, [mc]: YOU ARE STRONG!"
  File "game/script/option_menu.rpy", line 784, in execute
    screen option_menu_Nina(): # Nina
  File "game/script/option_menu.rpy", line 784, in execute
    screen option_menu_Nina(): # Nina
  File "game/script/option_menu.rpy", line 819, in execute
    side "c r":
  File "game/script/option_menu.rpy", line 826, in execute
    viewport id "vp":
  File "game/script/option_menu.rpy", line 830, in execute
    vbox:
  File "game/script/option_menu.rpy", line 831, in execute
    for CharacterInfosText in arrayNina:
  File "game/script/option_menu.rpy", line 832, in execute
    text ("{color=#000000}{size=24}" + "* " + CharacterInfosText + "{/size}{/color}")
NameError: Name 'arrayNina07_sc_14' is not defined.

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

Full traceback:
  File "game/tl/ENG/script/cap_08/cap_08_sc_01A - Ben Maxine Nina Oliver MMC.rpy", line 97, in script
    Oliver "Remember, [mc]: YOU ARE STRONG!"
  File "M:\Games\Monster College v0.8.11\renpy\ast.py", line 2560, in execute
    Say.execute(self)
  File "M:\Games\Monster College v0.8.11\renpy\ast.py", line 615, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "M:\Games\Monster College v0.8.11\renpy\exports.py", line 1494, in say
    who(what, *args, **kwargs)
  File "M:\Games\Monster College v0.8.11\renpy\character.py", line 1394, in __call__
    self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
  File "M:\Games\Monster College v0.8.11\renpy\character.py", line 1045, in do_display
    display_say(who,
  File "M:\Games\Monster College v0.8.11\renpy\character.py", line 741, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
  File "M:\Games\Monster College v0.8.11\renpy\ui.py", line 301, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "M:\Games\Monster College v0.8.11\renpy\display\core.py", line 2166, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
  File "M:\Games\Monster College v0.8.11\renpy\display\core.py", line 2688, in interact_core
    root_widget.visit_all(lambda d : d.per_interact())
  File "M:\Games\Monster College v0.8.11\renpy\display\displayable.py", line 431, in visit_all
    d.visit_all(callback, seen)
  File "M:\Games\Monster College v0.8.11\renpy\display\displayable.py", line 431, in visit_all
    d.visit_all(callback, seen)
  File "M:\Games\Monster College v0.8.11\renpy\display\displayable.py", line 431, in visit_all
    d.visit_all(callback, seen)
  File "M:\Games\Monster College v0.8.11\renpy\display\screen.py", line 480, in visit_all
    callback(self)
  File "M:\Games\Monster College v0.8.11\renpy\display\core.py", line 2688, in <lambda>
    root_widget.visit_all(lambda d : d.per_interact())
  File "M:\Games\Monster College v0.8.11\renpy\display\screen.py", line 491, in per_interact
    self.update()
  File "M:\Games\Monster College v0.8.11\renpy\display\screen.py", line 697, in update
    self.screen.function(**self.scope)
  File "game/script/option_menu.rpy", line 784, in execute
    screen option_menu_Nina(): # Nina
  File "game/script/option_menu.rpy", line 784, in execute
    screen option_menu_Nina(): # Nina
  File "game/script/option_menu.rpy", line 819, in execute
    side "c r":
  File "game/script/option_menu.rpy", line 826, in execute
    viewport id "vp":
  File "game/script/option_menu.rpy", line 830, in execute
    vbox:
  File "game/script/option_menu.rpy", line 831, in execute
    for CharacterInfosText in arrayNina:
  File "game/script/option_menu.rpy", line 832, in execute
    text ("{color=#000000}{size=24}" + "* " + CharacterInfosText + "{/size}{/color}")
  File "M:\Games\Monster College v0.8.11\renpy\text\text.py", line 1832, in _scope
    return self.set_text(self.text_parameter, scope, self.substitute, update)
  File "M:\Games\Monster College v0.8.11\renpy\text\text.py", line 1868, in set_text
    i, did_sub = renpy.substitutions.substitute(i, scope, substitute) # type: ignore
  File "M:\Games\Monster College v0.8.11\renpy\substitutions.py", line 371, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "M:\Games\Monster College v0.8.11\renpy\substitutions.py", line 86, in interpolate
    raise e
  File "M:\Games\Monster College v0.8.11\renpy\substitutions.py", line 78, in interpolate
    value = renpy.python.py_eval(code, {}, scope)
  File "M:\Games\Monster College v0.8.11\renpy\python.py", line 1209, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "M:\Games\Monster College v0.8.11\renpy\python.py", line 1202, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "<none>", line 1, in <module>
  File "M:\Games\Monster College v0.8.11\renpy\substitutions.py", line 313, in __getitem__
    raise NameError("Name '{}' is not defined.".format(key))
NameError: Name 'arrayNina07_sc_14' is not defined.

Windows-10-10.0.19045 AMD64
Ren'Py 8.2.3.24061702
0.8.11
Fri Aug 30 09:26:44 2024
 

chicho1958

Engaged Member
Donor
Apr 28, 2020
3,819
2,218
Mod has some script errors also don't know if the italian dialogues is from game or mod.