viki123

New Member
May 31, 2018
7
1
I am unable to open the gallery by clicking on Julia's picture on the bottom left side of the screen.I get a renpy error stating that an exception has occurred.This is the error code i get. Can someone please help me ? This is on PC and this is my first time playing this game.

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
  File "game/gallery.rpy", line 1484, in execute
  File "game/gallery.rpy", line 1487, in execute
  File "game/gallery.rpy", line 1489, in execute
  File "game/gallery.rpy", line 1495, in execute
  File "game/gallery.rpy", line 1500, in execute
  File "game/gallery.rpy", line 1502, in execute
  File "game/gallery.rpy", line 1503, in execute
  File "game/gallery.rpy", line 1504, in execute
  File "game/gallery.rpy", line 1504, in keywords
  File "game/gallery.rpy", line 1505, in <module>
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
  File "game/gallery.rpy", line 1484, in execute
  File "game/gallery.rpy", line 1487, in execute
  File "game/gallery.rpy", line 1489, in execute
  File "game/gallery.rpy", line 1495, in execute
  File "game/gallery.rpy", line 1500, in execute
  File "game/gallery.rpy", line 1502, in execute
  File "game/gallery.rpy", line 1503, in execute
  File "game/gallery.rpy", line 1504, in execute
  File "game/gallery.rpy", line 1504, in keywords
  File "game/gallery.rpy", line 1505, in <module>
NameError: name 'mtt' is not defined

Windows-10-10.0.18362
Ren'Py 7.4.4.1439
My best friend's daughter 11.32
Thu Sep  2 22:31:37 2021
 
Last edited:

Celaviegroup

Well-Known Member
Game Developer
Aug 27, 2018
1,184
2,876
I am unable to open the gallery by clicking on Julia's picture on the bottom left side of the screen.I get a renpy error stating that an exception has occurred.This is the error code i get. Can someone please help me ? This is on PC and this is my first time playing this game.

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
  File "game/gallery.rpy", line 1484, in execute
  File "game/gallery.rpy", line 1487, in execute
  File "game/gallery.rpy", line 1489, in execute
  File "game/gallery.rpy", line 1495, in execute
  File "game/gallery.rpy", line 1500, in execute
  File "game/gallery.rpy", line 1502, in execute
  File "game/gallery.rpy", line 1503, in execute
  File "game/gallery.rpy", line 1504, in execute
  File "game/gallery.rpy", line 1504, in keywords
  File "game/gallery.rpy", line 1505, in <module>
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
  File "game/gallery.rpy", line 1484, in execute
  File "game/gallery.rpy", line 1487, in execute
  File "game/gallery.rpy", line 1489, in execute
  File "game/gallery.rpy", line 1495, in execute
  File "game/gallery.rpy", line 1500, in execute
  File "game/gallery.rpy", line 1502, in execute
  File "game/gallery.rpy", line 1503, in execute
  File "game/gallery.rpy", line 1504, in execute
  File "game/gallery.rpy", line 1504, in keywords
  File "game/gallery.rpy", line 1505, in <module>
NameError: name 'mtt' is not defined

Windows-10-10.0.18362
Ren'Py 7.4.4.1439
My best friend's daughter 11.32
Thu Sep  2 22:31:37 2021
Play ep 11.33
You can find it at my Patreon page
 

mdmnsjs1

Well-Known Member
Nov 21, 2018
1,163
480
can someone help me? im stuck on 40/42 and cant figure what im doing wrong thanks heres my save
 

ut1stgear1

Member
May 2, 2020
358
315
can someone help me? im stuck on 40/42 and cant figure what im doing wrong thanks heres my save
If you're talking about ep 11 then you should have 2 gallery pics left. One clue (hint) is to talk to Emily about her dad in two places, bedroom and I think the beach or boardwalk. Just keep looking for Emily in those places until she talks about her dad. This must be done first. I seem to remember that the other hint is you must have 39/40 bookmarks but should be 41/42. Once you get to 41/42 just go to where the hint refers and you will get 42/42.
 

mdmnsjs1

Well-Known Member
Nov 21, 2018
1,163
480
If you're talking about ep 11 then you should have 2 gallery pics left. One clue (hint) is to talk to Emily about her dad in two places, bedroom and I think the beach or boardwalk. Just keep looking for Emily in those places until she talks about her dad. This must be done first. I seem to remember that the other hint is you must have 39/40 bookmarks but should be 41/42. Once you get to 41/42 just go to where the hint refers and you will get 42/42.
thanks for your help
 

heroine lover

New Member
Sep 4, 2021
1
0
I'm stuck at the end of day two events 35, 36 and 37 don't trigger - which I didn't realize until I couldn't get the options in event 41 the yoga - I've been back and played though as per the WT what could I be missing - I saw there was a save file - can someone let me know where I place it - I presume in to the game folder but just want to be sure - many thanks
 

Draxabc2

Newbie
Mar 10, 2018
54
83
I'm not able to install android version. It is always saying app not installed. Tried to download file 2 or 3 times any solution. I do have high end device still
Use apk installer (not available in Google store need to search seperately) rest upto you see youtube about how to use.
 
  • Like
Reactions: Burg
Feb 8, 2020
41
13
Hi folks. Need a little help. when I extract the files from the zipped folder I keep getting an error message(see below.)
I've ascertained that its the image.rpa file. it gets to 10% , 15% as much as 29% before I get the error message.
Is anyone able to help please.
i've tried using a different save location but get the same message

Thank you. error.JPG
 

Litvan

Member
Aug 6, 2016
202
105
loading my savegame from 11.32 and I get this:
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
Exception: Could not find return label u'_call_help'.

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

Full traceback:
  File "main.rpyc", line 495, in script
  File "renpy/ast.py", line 1521, in execute
    next_node(renpy.game.context().lookup_return(pop=True))
  File "renpy/execution.py", line 710, in lookup_return
    raise Exception("Could not find return label {!r}.".format(self.return_stack[-1]))
Exception: Could not find return label u'_call_help'.

Windows-10-10.0.19041
Ren'Py 7.4.4.1439
My best friend's daughter 12.1
Sat Sep 11 09:03:33 2021
 

Rintal

Active Member
May 6, 2017
844
1,900
Hey, is there a good sir here who downloaded the new version and can upload it to another host? MEGA is a pain for me.
 
2.50 star(s) 92 Votes