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

Tyrranus

Well-Known Member
May 4, 2017
1,206
1,275
quit the game, downloaded the mod again and reapplied it, some errors are gone now but I got this one still

You don't have permission to view the spoiler content. Log in or register now.
 

zinacke

Member
Modder
Feb 13, 2020
283
1,218
as soon as you pick a name, errors ...
quit the game, downloaded the mod again and reapplied it, some errors are gone now but I got this one still

You don't have permission to view the spoiler content. Log in or register now.
Fixed with the new mod that i just updated!
They were only music errors, you can click on ignore and the game will continue just fine
 

Mihawk_80

Member
Jul 2, 2022
170
153


Overview:
A walkthrough mod that show variables in choices and advice the best one, and a gallery unlocker to see all the scenes​

Updated: 22/08/2024
Game/Creator: Monster College /
Modder: zinacke
Mod Version: v0.8.11
Game Version: v0.8.11
Language: English/Italian

Features:
You don't have permission to view the spoiler content. Log in or register now.

Installation:
You don't have permission to view the spoiler content. Log in or register now.

Developer Notes:
You don't have permission to view the spoiler content. Log in or register now.


Download:

View attachment 2980271 View attachment 2980273 View attachment 2980279
Thank you for the update
 
  • Like
Reactions: zinacke

Lindien

Member
Aug 18, 2021
160
132
got another exception i don't know if its been reported yet?

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/script/cap_01/sc_10.rpy", line 134, in script
play ch02 woman_clears_her_throat
File "renpy/common/000statements.rpy", line 124, in execute_play_music
renpy.music.play(_audio_eval(p["file"]),
File "renpy/common/000statements.rpy", line 33, in _audio_eval
return eval(expr, locals=store.audio.__dict__)
File "game/script/cap_01/sc_10.rpy", line 134, in <module>
play ch02 woman_clears_her_throat
NameError: name 'woman_clears_her_throat' is not defined

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

Full traceback:
File "game/script/cap_01/sc_10.rpy", line 134, in script
play ch02 woman_clears_her_throat
File "C:\Users\User\Desktop\monstercollege\MonsterCollege-0.8.11-pc\renpy\ast.py", line 1971, in execute
self.call("execute")
File "C:\Users\User\Desktop\monstercollege\MonsterCollege-0.8.11-pc\renpy\ast.py", line 1953, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "C:\Users\User\Desktop\monstercollege\MonsterCollege-0.8.11-pc\renpy\statements.py", line 349, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 124, in execute_play_music
renpy.music.play(_audio_eval(p["file"]),
File "renpy/common/000statements.rpy", line 33, in _audio_eval
return eval(expr, locals=store.audio.__dict__)
File "C:\Users\User\Desktop\monstercollege\MonsterCollege-0.8.11-pc\renpy\python.py", line 1209, in py_eval
return py_eval_bytecode(code, globals, locals)
File "C:\Users\User\Desktop\monstercollege\MonsterCollege-0.8.11-pc\renpy\python.py", line 1202, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/script/cap_01/sc_10.rpy", line 134, in <module>
play ch02 woman_clears_her_throat
NameError: name 'woman_clears_her_throat' is not defined

Windows-10-10.0.22631 AMD64
Ren'Py 8.2.3.24061702
0.8.11
Thu Aug 22 19:15:45 2024
 

vitkren

Member
Jun 18, 2017
140
124
When I press the notebook, this error pops up. Any advice?

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/tl/ENG/script/cap_08/cap_08_sc_08C - Anne Camera.rpy", line 685, in script
    mc "(I need to prepare for tomorrow's History lesson...)"
  File "renpy/common/00library.rpy", line 321, in say
    who(what, interact=interact, *args, **kwargs)
  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_13' is not defined.

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

Full traceback:
  File "game/tl/ENG/script/cap_08/cap_08_sc_08C - Anne Camera.rpy", line 685, in script
    mc "(I need to prepare for tomorrow's History lesson...)"
  File "\MonsterCollege-0.8.11-pc\renpy\ast.py", line 2560, in execute
    Say.execute(self)
  File "\MonsterCollege-0.8.11-pc\renpy\ast.py", line 615, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "\MonsterCollege-0.8.11-pc\renpy\exports.py", line 1492, in say
    renpy.store.say(who, what, *args, **kwargs)
  File "renpy/common/00library.rpy", line 321, in say
    who(what, interact=interact, *args, **kwargs)
  File "\MonsterCollege-0.8.11-pc\renpy\character.py", line 1394, in __call__
    self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
  File "\MonsterCollege-0.8.11-pc\renpy\character.py", line 1045, in do_display
    display_say(who,
  File "\MonsterCollege-0.8.11-pc\renpy\character.py", line 741, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
  File "\MonsterCollege-0.8.11-pc\renpy\ui.py", line 301, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "\MonsterCollege-0.8.11-pc\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 "\MonsterCollege-0.8.11-pc\renpy\display\core.py", line 2688, in interact_core
    root_widget.visit_all(lambda d : d.per_interact())
  File "\MonsterCollege-0.8.11-pc\renpy\display\displayable.py", line 431, in visit_all
    d.visit_all(callback, seen)
  File "\MonsterCollege-0.8.11-pc\renpy\display\displayable.py", line 431, in visit_all
    d.visit_all(callback, seen)
  File "\MonsterCollege-0.8.11-pc\renpy\display\displayable.py", line 431, in visit_all
    d.visit_all(callback, seen)
  File "\MonsterCollege-0.8.11-pc\renpy\display\screen.py", line 480, in visit_all
    callback(self)
  File "\MonsterCollege-0.8.11-pc\renpy\display\core.py", line 2688, in <lambda>
    root_widget.visit_all(lambda d : d.per_interact())
  File "\MonsterCollege-0.8.11-pc\renpy\display\screen.py", line 491, in per_interact
    self.update()
  File "\MonsterCollege-0.8.11-pc\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 "\MonsterCollege-0.8.11-pc\renpy\text\text.py", line 1832, in _scope
    return self.set_text(self.text_parameter, scope, self.substitute, update)
  File "\MonsterCollege-0.8.11-pc\renpy\text\text.py", line 1868, in set_text
    i, did_sub = renpy.substitutions.substitute(i, scope, substitute) # type: ignore
  File "\MonsterCollege-0.8.11-pc\renpy\substitutions.py", line 371, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "\MonsterCollege-0.8.11-pc\renpy\substitutions.py", line 86, in interpolate
    raise e
  File "\MonsterCollege-0.8.11-pc\renpy\substitutions.py", line 78, in interpolate
    value = renpy.python.py_eval(code, {}, scope)
  File "\MonsterCollege-0.8.11-pc\renpy\python.py", line 1209, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "\MonsterCollege-0.8.11-pc\renpy\python.py", line 1202, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "<none>", line 1, in <module>
  File "\MonsterCollege-0.8.11-pc\renpy\substitutions.py", line 313, in __getitem__
    raise NameError("Name '{}' is not defined.".format(key))
NameError: Name 'arrayNina07_sc_13' is not defined.

Windows-10-10.0.19044 AMD64
Ren'Py 8.2.3.24061702
0.8.11
Fri Aug 23 15:42:04 2024
 

Idontknow94

Newbie
Dec 18, 2017
44
58
When I press the notebook, this error pops up. Any advice?

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/tl/ENG/script/cap_08/cap_08_sc_08C - Anne Camera.rpy", line 685, in script
    mc "(I need to prepare for tomorrow's History lesson...)"
  File "renpy/common/00library.rpy", line 321, in say
    who(what, interact=interact, *args, **kwargs)
  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_13' is not defined.

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

Full traceback:
  File "game/tl/ENG/script/cap_08/cap_08_sc_08C - Anne Camera.rpy", line 685, in script
    mc "(I need to prepare for tomorrow's History lesson...)"
  File "\MonsterCollege-0.8.11-pc\renpy\ast.py", line 2560, in execute
    Say.execute(self)
  File "\MonsterCollege-0.8.11-pc\renpy\ast.py", line 615, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "\MonsterCollege-0.8.11-pc\renpy\exports.py", line 1492, in say
    renpy.store.say(who, what, *args, **kwargs)
  File "renpy/common/00library.rpy", line 321, in say
    who(what, interact=interact, *args, **kwargs)
  File "\MonsterCollege-0.8.11-pc\renpy\character.py", line 1394, in __call__
    self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
  File "\MonsterCollege-0.8.11-pc\renpy\character.py", line 1045, in do_display
    display_say(who,
  File "\MonsterCollege-0.8.11-pc\renpy\character.py", line 741, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
  File "\MonsterCollege-0.8.11-pc\renpy\ui.py", line 301, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "\MonsterCollege-0.8.11-pc\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 "\MonsterCollege-0.8.11-pc\renpy\display\core.py", line 2688, in interact_core
    root_widget.visit_all(lambda d : d.per_interact())
  File "\MonsterCollege-0.8.11-pc\renpy\display\displayable.py", line 431, in visit_all
    d.visit_all(callback, seen)
  File "\MonsterCollege-0.8.11-pc\renpy\display\displayable.py", line 431, in visit_all
    d.visit_all(callback, seen)
  File "\MonsterCollege-0.8.11-pc\renpy\display\displayable.py", line 431, in visit_all
    d.visit_all(callback, seen)
  File "\MonsterCollege-0.8.11-pc\renpy\display\screen.py", line 480, in visit_all
    callback(self)
  File "\MonsterCollege-0.8.11-pc\renpy\display\core.py", line 2688, in <lambda>
    root_widget.visit_all(lambda d : d.per_interact())
  File "\MonsterCollege-0.8.11-pc\renpy\display\screen.py", line 491, in per_interact
    self.update()
  File "\MonsterCollege-0.8.11-pc\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 "\MonsterCollege-0.8.11-pc\renpy\text\text.py", line 1832, in _scope
    return self.set_text(self.text_parameter, scope, self.substitute, update)
  File "\MonsterCollege-0.8.11-pc\renpy\text\text.py", line 1868, in set_text
    i, did_sub = renpy.substitutions.substitute(i, scope, substitute) # type: ignore
  File "\MonsterCollege-0.8.11-pc\renpy\substitutions.py", line 371, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "\MonsterCollege-0.8.11-pc\renpy\substitutions.py", line 86, in interpolate
    raise e
  File "\MonsterCollege-0.8.11-pc\renpy\substitutions.py", line 78, in interpolate
    value = renpy.python.py_eval(code, {}, scope)
  File "\MonsterCollege-0.8.11-pc\renpy\python.py", line 1209, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "\MonsterCollege-0.8.11-pc\renpy\python.py", line 1202, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "<none>", line 1, in <module>
  File "\MonsterCollege-0.8.11-pc\renpy\substitutions.py", line 313, in __getitem__
    raise NameError("Name '{}' is not defined.".format(key))
NameError: Name 'arrayNina07_sc_13' is not defined.

Windows-10-10.0.19044 AMD64
Ren'Py 8.2.3.24061702
0.8.11
Fri Aug 23 15:42:04 2024
Same here
 

Demonius

Well-Known Member
Oct 28, 2018
1,513
1,813


Overview:
A walkthrough mod that show variables in choices and advice the best one, and a gallery unlocker to see all the scenes​

Updated: 22/08/2024
Game/Creator: Monster College /
Modder: zinacke
Mod Version: v0.8.11
Game Version: v0.8.11
Language: English/Italian

Features:
You don't have permission to view the spoiler content. Log in or register now.

Installation:
You don't have permission to view the spoiler content. Log in or register now.

Developer Notes:
You don't have permission to view the spoiler content. Log in or register now.


Download:

View attachment 2980271 View attachment 2980273 View attachment 2980279
when ever i try to continue my save with your mod installed, it just ends where the last update ended, mod is installed correctly and when i load my save without your mod installed, the game advanced to the new content like it should
 

indio68

Engaged Member
Sep 26, 2020
3,617
2,983
apart for some error with dragomira dialogue, that fixed pressing ignore...i see no green answer choice...all are red when mc talks to Alex in the jail for example) you sure mod is ok??
Code:
[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 129, in script
    show screen notifyRelIncInc
  File "renpy/common/000statements.rpy", line 647, in execute_show_screen
    renpy.show_screen(name, *args, **kwargs)
Exception: Screen notifyRelIncInc is not known.


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

Full traceback:
  File "game/script/cap_08/cap_08_sc_11 - Sofia Mensa.rpy", line 129, in script
    show screen notifyRelIncInc
  File "D:\Giochi VN\MonsterCollege-0.8.5-pc\renpy\ast.py", line 1971, in execute
    self.call("execute")
  File "D:\Giochi VN\MonsterCollege-0.8.5-pc\renpy\ast.py", line 1953, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "D:\Giochi VN\MonsterCollege-0.8.5-pc\renpy\statements.py", line 349, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 647, in execute_show_screen
    renpy.show_screen(name, *args, **kwargs)
  File "D:\Giochi VN\MonsterCollege-0.8.5-pc\renpy\display\screen.py", line 1322, in show_screen
    raise Exception("Screen %s is not known.\n" % (name[0],))
Exception: Screen notifyRelIncInc is not known.


Windows-10-10.0.19045 AMD64
Ren'Py 8.2.3.24061702
0.8.11
Fri Aug 23 16:39:49 2024
[/CODE] this happen in kanteen with sophia
 
Last edited:

GAB

Salty Montrealer
Donor
May 10, 2017
2,384
17,961
reporting a different kind of bug but the gallery thumbnail of the latest update don't seem to match the scene
last page has the same picture as previous 3
1724454587126.png
but the scene playing is not in the bedroom and with not the girl presented from the thumbnail 1724454643267.png

On page 4, there are two different scenes with similar thumbnails, both featuring a sex scene with the student from the picture. However, the problem is that the scene doesn't end properly. Instead of returning to the scene gallery, it continues the story from the base game
1724454702572.png

P.S. I'm using 8.11 pc compressed with your mod and URM 2.3.1
 

zinacke

Member
Modder
Feb 13, 2020
283
1,218
reporting a different kind of bug but the gallery thumbnail of the latest update don't seem to match the scene
last page has the same picture as previous 3
View attachment 3961327
but the scene playing is not in the bedroom and with not the girl presented from the thumbnail View attachment 3961328

On page 4, there are two different scenes with similar thumbnails, both featuring a sex scene with the student from the picture. However, the problem is that the scene doesn't end properly. Instead of returning to the scene gallery, it continues the story from the base game
View attachment 3961333

P.S. I'm using 8.11 pc compressed with your mod and URM 2.3.1
For the gallery that is normal, the dev forgot to put the last 3 scenes for the gallery. That is why I choose to put an image in the gallery so you can still watch them and don’t get errors
 

GAB

Salty Montrealer
Donor
May 10, 2017
2,384
17,961
For the gallery that is normal, the dev forgot to put the last 3 scenes for the gallery. That is why I choose to put an image in the gallery so you can still watch them and don’t get errors
thanks, there's a 2nd error I mentionned but you haven't addressed that
However, the problem is that the scene doesn't end properly. Instead of returning to the scene gallery, it continues the story from the base game
Is this a mistake from the dev or you?
 

zinacke

Member
Modder
Feb 13, 2020
283
1,218
Is this a mistake from the dev or you?
Has I haven’t touched that it should be a mistake from the dev, I will check that later on today in order to be sure and fix that. He must have forget to had an action that makes the replay end or something like that
 

zinacke

Member
Modder
Feb 13, 2020
283
1,218
got another exception i don't know if its been reported yet?

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/script/cap_01/sc_10.rpy", line 134, in script
play ch02 woman_clears_her_throat
File "renpy/common/000statements.rpy", line 124, in execute_play_music
renpy.music.play(_audio_eval(p["file"]),
File "renpy/common/000statements.rpy", line 33, in _audio_eval
return eval(expr, locals=store.audio.__dict__)
File "game/script/cap_01/sc_10.rpy", line 134, in <module>
play ch02 woman_clears_her_throat
NameError: name 'woman_clears_her_throat' is not defined

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

Full traceback:
File "game/script/cap_01/sc_10.rpy", line 134, in script
play ch02 woman_clears_her_throat
File "C:\Users\User\Desktop\monstercollege\MonsterCollege-0.8.11-pc\renpy\ast.py", line 1971, in execute
self.call("execute")
File "C:\Users\User\Desktop\monstercollege\MonsterCollege-0.8.11-pc\renpy\ast.py", line 1953, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "C:\Users\User\Desktop\monstercollege\MonsterCollege-0.8.11-pc\renpy\statements.py", line 349, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 124, in execute_play_music
renpy.music.play(_audio_eval(p["file"]),
File "renpy/common/000statements.rpy", line 33, in _audio_eval
return eval(expr, locals=store.audio.__dict__)
File "C:\Users\User\Desktop\monstercollege\MonsterCollege-0.8.11-pc\renpy\python.py", line 1209, in py_eval
return py_eval_bytecode(code, globals, locals)
File "C:\Users\User\Desktop\monstercollege\MonsterCollege-0.8.11-pc\renpy\python.py", line 1202, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/script/cap_01/sc_10.rpy", line 134, in <module>
play ch02 woman_clears_her_throat
NameError: name 'woman_clears_her_throat' is not defined

Windows-10-10.0.22631 AMD64
Ren'Py 8.2.3.24061702
0.8.11
Thu Aug 22 19:15:45 2024
Fixed!

apart for some error with dragomira dialogue, that fixed pressing ignore...i see no green answer choice...all are red when mc talks to Alex in the jail for example) you sure mod is ok??
Code:
[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 129, in script
    show screen notifyRelIncInc
  File "renpy/common/000statements.rpy", line 647, in execute_show_screen
    renpy.show_screen(name, *args, **kwargs)
Exception: Screen notifyRelIncInc is not known.


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

Full traceback:
  File "game/script/cap_08/cap_08_sc_11 - Sofia Mensa.rpy", line 129, in script
    show screen notifyRelIncInc
  File "D:\Giochi VN\MonsterCollege-0.8.5-pc\renpy\ast.py", line 1971, in execute
    self.call("execute")
  File "D:\Giochi VN\MonsterCollege-0.8.5-pc\renpy\ast.py", line 1953, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "D:\Giochi VN\MonsterCollege-0.8.5-pc\renpy\statements.py", line 349, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 647, in execute_show_screen
    renpy.show_screen(name, *args, **kwargs)
  File "D:\Giochi VN\MonsterCollege-0.8.5-pc\renpy\display\screen.py", line 1322, in show_screen
    raise Exception("Screen %s is not known.\n" % (name[0],))
Exception: Screen notifyRelIncInc is not known.


Windows-10-10.0.19045 AMD64
Ren'Py 8.2.3.24061702
0.8.11
Fri Aug 23 16:39:49 2024
[/CODE] this happen in kanteen with sophia
Also fixed

When I press the notebook, this error pops up. Any advice?

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/tl/ENG/script/cap_08/cap_08_sc_08C - Anne Camera.rpy", line 685, in script
    mc "(I need to prepare for tomorrow's History lesson...)"
  File "renpy/common/00library.rpy", line 321, in say
    who(what, interact=interact, *args, **kwargs)
  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_13' is not defined.

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

Full traceback:
  File "game/tl/ENG/script/cap_08/cap_08_sc_08C - Anne Camera.rpy", line 685, in script
    mc "(I need to prepare for tomorrow's History lesson...)"
  File "\MonsterCollege-0.8.11-pc\renpy\ast.py", line 2560, in execute
    Say.execute(self)
  File "\MonsterCollege-0.8.11-pc\renpy\ast.py", line 615, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "\MonsterCollege-0.8.11-pc\renpy\exports.py", line 1492, in say
    renpy.store.say(who, what, *args, **kwargs)
  File "renpy/common/00library.rpy", line 321, in say
    who(what, interact=interact, *args, **kwargs)
  File "\MonsterCollege-0.8.11-pc\renpy\character.py", line 1394, in __call__
    self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
  File "\MonsterCollege-0.8.11-pc\renpy\character.py", line 1045, in do_display
    display_say(who,
  File "\MonsterCollege-0.8.11-pc\renpy\character.py", line 741, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
  File "\MonsterCollege-0.8.11-pc\renpy\ui.py", line 301, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "\MonsterCollege-0.8.11-pc\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 "\MonsterCollege-0.8.11-pc\renpy\display\core.py", line 2688, in interact_core
    root_widget.visit_all(lambda d : d.per_interact())
  File "\MonsterCollege-0.8.11-pc\renpy\display\displayable.py", line 431, in visit_all
    d.visit_all(callback, seen)
  File "\MonsterCollege-0.8.11-pc\renpy\display\displayable.py", line 431, in visit_all
    d.visit_all(callback, seen)
  File "\MonsterCollege-0.8.11-pc\renpy\display\displayable.py", line 431, in visit_all
    d.visit_all(callback, seen)
  File "\MonsterCollege-0.8.11-pc\renpy\display\screen.py", line 480, in visit_all
    callback(self)
  File "\MonsterCollege-0.8.11-pc\renpy\display\core.py", line 2688, in <lambda>
    root_widget.visit_all(lambda d : d.per_interact())
  File "\MonsterCollege-0.8.11-pc\renpy\display\screen.py", line 491, in per_interact
    self.update()
  File "\MonsterCollege-0.8.11-pc\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 "\MonsterCollege-0.8.11-pc\renpy\text\text.py", line 1832, in _scope
    return self.set_text(self.text_parameter, scope, self.substitute, update)
  File "\MonsterCollege-0.8.11-pc\renpy\text\text.py", line 1868, in set_text
    i, did_sub = renpy.substitutions.substitute(i, scope, substitute) # type: ignore
  File "\MonsterCollege-0.8.11-pc\renpy\substitutions.py", line 371, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "\MonsterCollege-0.8.11-pc\renpy\substitutions.py", line 86, in interpolate
    raise e
  File "\MonsterCollege-0.8.11-pc\renpy\substitutions.py", line 78, in interpolate
    value = renpy.python.py_eval(code, {}, scope)
  File "\MonsterCollege-0.8.11-pc\renpy\python.py", line 1209, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "\MonsterCollege-0.8.11-pc\renpy\python.py", line 1202, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "<none>", line 1, in <module>
  File "\MonsterCollege-0.8.11-pc\renpy\substitutions.py", line 313, in __getitem__
    raise NameError("Name '{}' is not defined.".format(key))
NameError: Name 'arrayNina07_sc_13' is not defined.

Windows-10-10.0.19044 AMD64
Ren'Py 8.2.3.24061702
0.8.11
Fri Aug 23 15:42:04 2024
That has been fixed (it was a mistake from the dev)

thanks, there's a 2nd error I mentionned but you haven't addressed that

Is this a mistake from the dev or you?
I fixed that also, i checked the game and it was a mistake from the dev, he forgot to end the replay
 

Antera

Active Member
Nov 19, 2017
785
1,258
I am getting this error once I start game (steam version)
Code:
[code]
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/screens.rpy", line 307, in execute
    screen main_menu():
  File "game/screens.rpy", line 307, in execute
    screen main_menu():
  File "game/screens.rpy", line 341, in execute
    vbox:
  File "game/screens.rpy", line 346, in execute
    imagebutton:
Exception: Imagebutton does not have a idle image. (auto='gui/SteamLogo150_%s.png').

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

Full traceback:
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
    python hide:
  File "S:\Steam\steamapps\common\Monster College\renpy\ast.py", line 1131, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "S:\Steam\steamapps\common\Monster College\renpy\python.py", line 1052, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
    python hide:
  File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
    ui.interact()
  File "S:\Steam\steamapps\common\Monster College\renpy\ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "S:\Steam\steamapps\common\Monster College\renpy\display\core.py", line 3377, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs) # type: ignore
  File "S:\Steam\steamapps\common\Monster College\renpy\display\core.py", line 3804, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "S:\Steam\steamapps\common\Monster College\renpy\display\core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  File "S:\Steam\steamapps\common\Monster College\renpy\display\core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  File "S:\Steam\steamapps\common\Monster College\renpy\display\core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  File "S:\Steam\steamapps\common\Monster College\renpy\display\screen.py", line 451, in visit_all
    callback(self)
  File "S:\Steam\steamapps\common\Monster College\renpy\display\core.py", line 3804, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "S:\Steam\steamapps\common\Monster College\renpy\display\screen.py", line 462, in per_interact
    self.update()
  File "S:\Steam\steamapps\common\Monster College\renpy\display\screen.py", line 653, in update
    self.screen.function(**self.scope)
  File "game/screens.rpy", line 307, in execute
    screen main_menu():
  File "game/screens.rpy", line 307, in execute
    screen main_menu():
  File "game/screens.rpy", line 341, in execute
    vbox:
  File "game/screens.rpy", line 346, in execute
    imagebutton:
  File "S:\Steam\steamapps\common\Monster College\renpy\ui.py", line 952, in _imagebutton
    idle = choice(idle, idle_image, "idle", required=True)
  File "S:\Steam\steamapps\common\Monster College\renpy\ui.py", line 946, in choice
    raise Exception("Imagebutton does not have a %s image. (auto=%r)." % (name, auto))
Exception: Imagebutton does not have a idle image. (auto='gui/SteamLogo150_%s.png').

Windows-10-10.0.19045 AMD64
Ren'Py 8.0.2.22081402
 0.8.7.1
Sat Aug 24 23:57:18 2024
[/CODE]
 

Vortex@

Active Member
Jun 28, 2022
550
1,377
You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
Journal still broken, also reported to the devs discord since you said earlier it is his mistake :)
 
Last edited:

TheCrimsonRevenger

Well-Known Member
Jul 13, 2017
1,202
1,244
The journal pages for Nina, Maxine and Sofia are broken.

I only bother to mention it because up til now the journal pages for everyone(or damn near) were always broken. I always assumed it was this mod breaking them. And now it's only those 3 so...progress!! lol