CREATE YOUR AI CUM SLUT ON CANDY.AI TRY FOR FREE
x

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
288
280
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

Forum Fanatic
Donor
Apr 28, 2020
4,024
2,318
Mod has some script errors also don't know if the italian dialogues is from game or mod.
 

Envy*

Well-Known Member
Apr 10, 2022
1,374
1,670
I'm chill, I just saw the September date, I didn't know there was a new version currently.
 

Malbolzcha

Newbie
May 16, 2019
32
17
the game's dev said next game update will break all saves and have to be started from the beginning again. i wouldn't bother with the mod till then. i only came here cause i'm a couple updates behind
 

Envy*

Well-Known Member
Apr 10, 2022
1,374
1,670
It's a good thing I wanted to start the game again, well I'll wait until the mod is up to date in that case.
 

Idontknow94

Newbie
Dec 18, 2017
46
60
Well, I think the journal problem is not the mod's fault. I replayed the game from the beginning without the mod and I still have problems
 

zinacke

Member
Modder
Feb 13, 2020
293
1,298
Well, I think the journal problem is not the mod's fault. I replayed the game from the beginning without the mod and I still have problems
I know where the problem come from. Hard to tell if thats the mod problem or not. I think it may be related because of some old script in the mod
 
  • Like
Reactions: hiang2088

Envy*

Well-Known Member
Apr 10, 2022
1,374
1,670
I know where the problem come from. Hard to tell if thats the mod problem or not. I think it may be related because of some old script in the mod
No, it doesn't come from your mod, I'd already played the game without it and there were already problems. I think it's more to do with the translations implemented in the game (I play in French), which make the script buggy at times.
 
  • Like
Reactions: hiang2088

shamtiiomi

Well-Known Member
May 1, 2021
1,481
1,299
Can you develop ?
i can try to...in the shower scene with zombie girl after all the hussle i dont have the option for go to harem,...in the scene with ex girlfriend and the wolf girl ,after all the bla bla game gave me 3 diferent scenes,..like if all the paths come to play after you talk to her....