- Jun 2, 2020
- 1,048
- 615
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/00gamemenu.rpy", line 173, in script
$ ui.interact()
File "renpy/common/00gamemenu.rpy", line 173, in <module>
$ ui.interact()
File "game/gallery.rpy", line 1484, in execute
screen GalleryMenu():
File "game/gallery.rpy", line 1484, in execute
screen GalleryMenu():
File "game/gallery.rpy", line 1487, in execute
frame:
File "game/gallery.rpy", line 1489, in execute
vbox:
File "game/gallery.rpy", line 1495, in execute
grid gal_cols gal_rows:
File "game/gallery.rpy", line 1500, in execute
for version, pic, hint in gallery_versions_list:
File "game/gallery.rpy", line 1502, in execute
if i <= (cg_page_GM+1)*gal_cells and i>cg_page_GM*gal_cells:
File "game/gallery.rpy", line 1503, in execute
vbox:
File "game/gallery.rpy", line 1504, in execute
imagebutton:
File "game/gallery.rpy", line 1504, in keywords
imagebutton:
File "game/gallery.rpy", line 1505, in <module>
action SetVariable("galleryVersion", version), SetVariable("cg_page_GM", 0), SetVariable("cg_page", 0), mtt.Action(Text("")), SetField(mtt, 'redraw', False), Show("cg_gallery"), Hide("GalleryMenu")
NameError: name 'mtt' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/common/00gamemenu.rpy", line 173, in script
$ ui.interact()
File "renpy/ast.py", line 922, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2218, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/00gamemenu.rpy", line 173, in <module>
$ ui.interact()
File "renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3101, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
File "renpy/display/core.py", line 3512, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/screen.py", line 432, in visit_all
callback(self)
File "renpy/display/core.py", line 3512, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/screen.py", line 443, in per_interact
self.update()
File "renpy/display/screen.py", line 631, in update
self.screen.function(**self.scope)
File "game/gallery.rpy", line 1484, in execute
screen GalleryMenu():
File "game/gallery.rpy", line 1484, in execute
screen GalleryMenu():
File "game/gallery.rpy", line 1487, in execute
frame:
File "game/gallery.rpy", line 1489, in execute
vbox:
File "game/gallery.rpy", line 1495, in execute
grid gal_cols gal_rows:
File "game/gallery.rpy", line 1500, in execute
for version, pic, hint in gallery_versions_list:
File "game/gallery.rpy", line 1502, in execute
if i <= (cg_page_GM+1)*gal_cells and i>cg_page_GM*gal_cells:
File "game/gallery.rpy", line 1503, in execute
vbox:
File "game/gallery.rpy", line 1504, in execute
imagebutton:
File "game/gallery.rpy", line 1504, in keywords
imagebutton:
File "game/gallery.rpy", line 1505, in <module>
action SetVariable("galleryVersion", version), SetVariable("cg_page_GM", 0), SetVariable("cg_page", 0), mtt.Action(Text("")), SetField(mtt, 'redraw', False), Show("cg_gallery"), Hide("GalleryMenu")
NameError: name 'mtt' is not defined
Windows-10-10.0.15063
Ren'Py 7.4.4.1439
My best friend's daughter 11.32
Sun Aug 15 21:31:56 2021
Download latest version from my Patreon sitewhen I click on this part I get this error, does it happen to anyone else?
View attachment 1354972
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "renpy/common/00gamemenu.rpy", line 173, in script $ ui.interact() File "renpy/common/00gamemenu.rpy", line 173, in <module> $ ui.interact() File "game/gallery.rpy", line 1484, in execute screen GalleryMenu(): File "game/gallery.rpy", line 1484, in execute screen GalleryMenu(): File "game/gallery.rpy", line 1487, in execute frame: File "game/gallery.rpy", line 1489, in execute vbox: File "game/gallery.rpy", line 1495, in execute grid gal_cols gal_rows: File "game/gallery.rpy", line 1500, in execute for version, pic, hint in gallery_versions_list: File "game/gallery.rpy", line 1502, in execute if i <= (cg_page_GM+1)*gal_cells and i>cg_page_GM*gal_cells: File "game/gallery.rpy", line 1503, in execute vbox: File "game/gallery.rpy", line 1504, in execute imagebutton: File "game/gallery.rpy", line 1504, in keywords imagebutton: File "game/gallery.rpy", line 1505, in <module> action SetVariable("galleryVersion", version), SetVariable("cg_page_GM", 0), SetVariable("cg_page", 0), mtt.Action(Text("")), SetField(mtt, 'redraw', False), Show("cg_gallery"), Hide("GalleryMenu") NameError: name 'mtt' is not defined -- Full Traceback ------------------------------------------------------------ Full traceback: File "renpy/common/00gamemenu.rpy", line 173, in script $ ui.interact() File "renpy/ast.py", line 922, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "renpy/python.py", line 2218, in py_exec_bytecode exec(bytecode, globals, locals) File "renpy/common/00gamemenu.rpy", line 173, in <module> $ ui.interact() File "renpy/ui.py", line 298, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "renpy/display/core.py", line 3101, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs) File "renpy/display/core.py", line 3512, in interact_core root_widget.visit_all(lambda i : i.per_interact()) File "renpy/display/core.py", line 567, in visit_all d.visit_all(callback, seen) File "renpy/display/core.py", line 567, in visit_all d.visit_all(callback, seen) File "renpy/display/core.py", line 567, in visit_all d.visit_all(callback, seen) File "renpy/display/core.py", line 567, in visit_all d.visit_all(callback, seen) File "renpy/display/screen.py", line 432, in visit_all callback(self) File "renpy/display/core.py", line 3512, in <lambda> root_widget.visit_all(lambda i : i.per_interact()) File "renpy/display/screen.py", line 443, in per_interact self.update() File "renpy/display/screen.py", line 631, in update self.screen.function(**self.scope) File "game/gallery.rpy", line 1484, in execute screen GalleryMenu(): File "game/gallery.rpy", line 1484, in execute screen GalleryMenu(): File "game/gallery.rpy", line 1487, in execute frame: File "game/gallery.rpy", line 1489, in execute vbox: File "game/gallery.rpy", line 1495, in execute grid gal_cols gal_rows: File "game/gallery.rpy", line 1500, in execute for version, pic, hint in gallery_versions_list: File "game/gallery.rpy", line 1502, in execute if i <= (cg_page_GM+1)*gal_cells and i>cg_page_GM*gal_cells: File "game/gallery.rpy", line 1503, in execute vbox: File "game/gallery.rpy", line 1504, in execute imagebutton: File "game/gallery.rpy", line 1504, in keywords imagebutton: File "game/gallery.rpy", line 1505, in <module> action SetVariable("galleryVersion", version), SetVariable("cg_page_GM", 0), SetVariable("cg_page", 0), mtt.Action(Text("")), SetField(mtt, 'redraw', False), Show("cg_gallery"), Hide("GalleryMenu") NameError: name 'mtt' is not defined Windows-10-10.0.15063 Ren'Py 7.4.4.1439 My best friend's daughter 11.32 Sun Aug 15 21:31:56 2021
Maybe you should try to play it and ignore these comments - make your own judgement - but please remember to read the instructions in the start of the game - that will help you to avoid grind. If you get stuck - follow the hints in the gallery sectionI keep wanting to try this game because the character models look cute, but everytime I read the complaints about grinding and getting the game to function properly, it scares me away.
Ohh fu...Same here
I think the only time that could happen is in Episode 1, which is pretty much a tutorial to the game mechanisms.This changing character between the girl and the guy takes away some magic from the game, it's like I'm flirting with myself at the end, but it says that if I don't pay attention to that, it will end in a game over.
I introduced that option to give the game a new dimension. You never know how girls will react (real life) - Here you have a chance to manipulate herThis changing character between the girl and the guy takes away some magic from the game, it's like I'm flirting with myself at the end, but it says that if I don't pay attention to that, it will end in a game over.
when I click on this part I get this error, does it happen to anyone else?
View attachment 1354972
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "renpy/common/00gamemenu.rpy", line 173, in script $ ui.interact() File "renpy/common/00gamemenu.rpy", line 173, in <module> $ ui.interact() File "game/gallery.rpy", line 1484, in execute screen GalleryMenu(): File "game/gallery.rpy", line 1484, in execute screen GalleryMenu(): File "game/gallery.rpy", line 1487, in execute frame: File "game/gallery.rpy", line 1489, in execute vbox: File "game/gallery.rpy", line 1495, in execute grid gal_cols gal_rows: File "game/gallery.rpy", line 1500, in execute for version, pic, hint in gallery_versions_list: File "game/gallery.rpy", line 1502, in execute if i <= (cg_page_GM+1)*gal_cells and i>cg_page_GM*gal_cells: File "game/gallery.rpy", line 1503, in execute vbox: File "game/gallery.rpy", line 1504, in execute imagebutton: File "game/gallery.rpy", line 1504, in keywords imagebutton: File "game/gallery.rpy", line 1505, in <module> action SetVariable("galleryVersion", version), SetVariable("cg_page_GM", 0), SetVariable("cg_page", 0), mtt.Action(Text("")), SetField(mtt, 'redraw', False), Show("cg_gallery"), Hide("GalleryMenu") NameError: name 'mtt' is not defined -- Full Traceback ------------------------------------------------------------ Full traceback: File "renpy/common/00gamemenu.rpy", line 173, in script $ ui.interact() File "renpy/ast.py", line 922, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "renpy/python.py", line 2218, in py_exec_bytecode exec(bytecode, globals, locals) File "renpy/common/00gamemenu.rpy", line 173, in <module> $ ui.interact() File "renpy/ui.py", line 298, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "renpy/display/core.py", line 3101, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs) File "renpy/display/core.py", line 3512, in interact_core root_widget.visit_all(lambda i : i.per_interact()) File "renpy/display/core.py", line 567, in visit_all d.visit_all(callback, seen) File "renpy/display/core.py", line 567, in visit_all d.visit_all(callback, seen) File "renpy/display/core.py", line 567, in visit_all d.visit_all(callback, seen) File "renpy/display/core.py", line 567, in visit_all d.visit_all(callback, seen) File "renpy/display/screen.py", line 432, in visit_all callback(self) File "renpy/display/core.py", line 3512, in <lambda> root_widget.visit_all(lambda i : i.per_interact()) File "renpy/display/screen.py", line 443, in per_interact self.update() File "renpy/display/screen.py", line 631, in update self.screen.function(**self.scope) File "game/gallery.rpy", line 1484, in execute screen GalleryMenu(): File "game/gallery.rpy", line 1484, in execute screen GalleryMenu(): File "game/gallery.rpy", line 1487, in execute frame: File "game/gallery.rpy", line 1489, in execute vbox: File "game/gallery.rpy", line 1495, in execute grid gal_cols gal_rows: File "game/gallery.rpy", line 1500, in execute for version, pic, hint in gallery_versions_list: File "game/gallery.rpy", line 1502, in execute if i <= (cg_page_GM+1)*gal_cells and i>cg_page_GM*gal_cells: File "game/gallery.rpy", line 1503, in execute vbox: File "game/gallery.rpy", line 1504, in execute imagebutton: File "game/gallery.rpy", line 1504, in keywords imagebutton: File "game/gallery.rpy", line 1505, in <module> action SetVariable("galleryVersion", version), SetVariable("cg_page_GM", 0), SetVariable("cg_page", 0), mtt.Action(Text("")), SetField(mtt, 'redraw', False), Show("cg_gallery"), Hide("GalleryMenu") NameError: name 'mtt' is not defined Windows-10-10.0.15063 Ren'Py 7.4.4.1439 My best friend's daughter 11.32 Sun Aug 15 21:31:56 2021
Gallery Fixwhen I click on this part I get this error, does it happen to anyone else?
View attachment 1354972
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "renpy/common/00gamemenu.rpy", line 173, in script $ ui.interact() File "renpy/common/00gamemenu.rpy", line 173, in <module> $ ui.interact() File "game/gallery.rpy", line 1484, in execute screen GalleryMenu(): File "game/gallery.rpy", line 1484, in execute screen GalleryMenu(): File "game/gallery.rpy", line 1487, in execute frame: File "game/gallery.rpy", line 1489, in execute vbox: File "game/gallery.rpy", line 1495, in execute grid gal_cols gal_rows: File "game/gallery.rpy", line 1500, in execute for version, pic, hint in gallery_versions_list: File "game/gallery.rpy", line 1502, in execute if i <= (cg_page_GM+1)*gal_cells and i>cg_page_GM*gal_cells: File "game/gallery.rpy", line 1503, in execute vbox: File "game/gallery.rpy", line 1504, in execute imagebutton: File "game/gallery.rpy", line 1504, in keywords imagebutton: File "game/gallery.rpy", line 1505, in <module> action SetVariable("galleryVersion", version), SetVariable("cg_page_GM", 0), SetVariable("cg_page", 0), mtt.Action(Text("")), SetField(mtt, 'redraw', False), Show("cg_gallery"), Hide("GalleryMenu") NameError: name 'mtt' is not defined -- Full Traceback ------------------------------------------------------------ Full traceback: File "renpy/common/00gamemenu.rpy", line 173, in script $ ui.interact() File "renpy/ast.py", line 922, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "renpy/python.py", line 2218, in py_exec_bytecode exec(bytecode, globals, locals) File "renpy/common/00gamemenu.rpy", line 173, in <module> $ ui.interact() File "renpy/ui.py", line 298, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "renpy/display/core.py", line 3101, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs) File "renpy/display/core.py", line 3512, in interact_core root_widget.visit_all(lambda i : i.per_interact()) File "renpy/display/core.py", line 567, in visit_all d.visit_all(callback, seen) File "renpy/display/core.py", line 567, in visit_all d.visit_all(callback, seen) File "renpy/display/core.py", line 567, in visit_all d.visit_all(callback, seen) File "renpy/display/core.py", line 567, in visit_all d.visit_all(callback, seen) File "renpy/display/screen.py", line 432, in visit_all callback(self) File "renpy/display/core.py", line 3512, in <lambda> root_widget.visit_all(lambda i : i.per_interact()) File "renpy/display/screen.py", line 443, in per_interact self.update() File "renpy/display/screen.py", line 631, in update self.screen.function(**self.scope) File "game/gallery.rpy", line 1484, in execute screen GalleryMenu(): File "game/gallery.rpy", line 1484, in execute screen GalleryMenu(): File "game/gallery.rpy", line 1487, in execute frame: File "game/gallery.rpy", line 1489, in execute vbox: File "game/gallery.rpy", line 1495, in execute grid gal_cols gal_rows: File "game/gallery.rpy", line 1500, in execute for version, pic, hint in gallery_versions_list: File "game/gallery.rpy", line 1502, in execute if i <= (cg_page_GM+1)*gal_cells and i>cg_page_GM*gal_cells: File "game/gallery.rpy", line 1503, in execute vbox: File "game/gallery.rpy", line 1504, in execute imagebutton: File "game/gallery.rpy", line 1504, in keywords imagebutton: File "game/gallery.rpy", line 1505, in <module> action SetVariable("galleryVersion", version), SetVariable("cg_page_GM", 0), SetVariable("cg_page", 0), mtt.Action(Text("")), SetField(mtt, 'redraw', False), Show("cg_gallery"), Hide("GalleryMenu") NameError: name 'mtt' is not defined Windows-10-10.0.15063 Ren'Py 7.4.4.1439 My best friend's daughter 11.32 Sun Aug 15 21:31:56 2021
Or simply download latest version from my Patreon pageGallery Fix
Okay guys open up "gallery.rpy" in the game folder with a text editor. Paste the following two lines in at the top where it is defining other variables. Save and restart your game it should work.
define mtt = MouseTooltip(Text(""))
define galleryVersion = ""
View attachment 1358991
here u goOhh fu...
Could you be so kind and send me your savefile- thanks
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/main.rpy", line 20, in <module>
NameError: name 'episode10' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "main.rpyc", line 20, in script
File "renpy/ast.py", line 1852, in execute
if renpy.python.py_eval(condition):
File "renpy/python.py", line 2249, in py_eval
return py_eval_bytecode(code, globals, locals)
File "renpy/python.py", line 2242, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/main.rpy", line 20, in <module>
NameError: name 'episode10' is not defined
Windows-10-10.0.19041
Ren'Py 7.4.4.1439
My best friend's daughter 11.33
Wed Aug 18 23:58:11 2021
My guess would be that you're missing quite a bit of the assets required for the game. What I can advise, from this happening on almost any renpy game:Am I the only one getting more than one error like this in between most scenes? Just replaying from start and it's making the game pretty much unplayable...
Edit:: this is the latest version, downloaded from Patreon.
Edit2:: also did a complete "reinstall" using the above zip, and making sure that previous save had been deleted from the user Renpy folder as per previous posts...
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/main.rpy", line 20, in <module> NameError: name 'episode10' is not defined -- Full Traceback ------------------------------------------------------------ Full traceback: File "main.rpyc", line 20, in script File "renpy/ast.py", line 1852, in execute if renpy.python.py_eval(condition): File "renpy/python.py", line 2249, in py_eval return py_eval_bytecode(code, globals, locals) File "renpy/python.py", line 2242, in py_eval_bytecode return eval(bytecode, globals, locals) File "game/main.rpy", line 20, in <module> NameError: name 'episode10' is not defined Windows-10-10.0.19041 Ren'Py 7.4.4.1439 My best friend's daughter 11.33 Wed Aug 18 23:58:11 2021
Which Platform are you using - Linux, Windows,Mac or Android?Am I the only one getting more than one error like this in between most scenes? Just replaying from start and it's making the game pretty much unplayable...
Edit:: this is the latest version, downloaded from Patreon.
Edit2:: also did a complete "reinstall" using the above zip, and making sure that previous save had been deleted from the user Renpy folder as per previous posts...
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/main.rpy", line 20, in <module> NameError: name 'episode10' is not defined -- Full Traceback ------------------------------------------------------------ Full traceback: File "main.rpyc", line 20, in script File "renpy/ast.py", line 1852, in execute if renpy.python.py_eval(condition): File "renpy/python.py", line 2249, in py_eval return py_eval_bytecode(code, globals, locals) File "renpy/python.py", line 2242, in py_eval_bytecode return eval(bytecode, globals, locals) File "game/main.rpy", line 20, in <module> NameError: name 'episode10' is not defined Windows-10-10.0.19041 Ren'Py 7.4.4.1439 My best friend's daughter 11.33 Wed Aug 18 23:58:11 2021
Thanks a lothere u go