- Feb 13, 2020
- 293
- 1,298
Instead of saying that can you please send me the error log?MOD SEMPRE CHEIO DE ERROS
Instead of saying that can you please send me the error log?MOD SEMPRE CHEIO DE ERROS
as soon as you pick a name, errors ...
Fixed with the new mod that i just updated!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.
Thank you for the update
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 /You must be registered to see the links
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:You must be registered to see the links
View attachment 2980271 View attachment 2980273 View attachment 2980279
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 hereWhen 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
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
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 /You must be registered to see the links
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:You must be registered to see the links
View attachment 2980271 View attachment 2980273 View attachment 2980279
[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
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 errorsreporting 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
thanks, there's a 2nd error I mentionned but you haven't addressed thatFor 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
Is this a mistake from the dev or you?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
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 thatIs this a mistake from the dev or you?
Fixed!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
Also fixedapart 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] this happen in kanteen with sophiaCode:[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
That has been fixed (it was a mistake from the dev)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
I fixed that also, i checked the game and it was a mistake from the dev, he forgot to end the replaythanks, there's a 2nd error I mentionned but you haven't addressed that
Is this a mistake from the dev or you?
[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