lordofhirunds

Active Member
Jul 25, 2017
583
1,058
Error when I try to open gallery
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/gallery.rpy", line 4, in execute
    screen gallery tag menu:
  File "game/gallery.rpy", line 4, in execute
    screen gallery tag menu:
  File "game/gallery.rpy", line 5, in execute
    python:
  File "game/gallery.rpy", line 6, in <module>
    g.button("gal1")
AttributeError: 'int' object has no attribute 'button'

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

Full traceback:
  File "renpy/common/_layout/screen_load_save.rpym", line 35, in script
    $ ui.interact()
  File "C:\HVHD\QUIXEL MEGASCAN\My_cute_cousin-0.5.0ex-win\renpy\ast.py", line 814, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\HVHD\QUIXEL MEGASCAN\My_cute_cousin-0.5.0ex-win\renpy\python.py", line 1719, in py_exec_bytecode
    exec bytecode in globals, locals
  File "renpy/common/_layout/screen_load_save.rpym", line 35, in <module>
    $ ui.interact()
  File "C:\HVHD\QUIXEL MEGASCAN\My_cute_cousin-0.5.0ex-win\renpy\ui.py", line 285, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\HVHD\QUIXEL MEGASCAN\My_cute_cousin-0.5.0ex-win\renpy\display\core.py", line 2538, in interact
    scene_lists.replace_transient()
  File "C:\HVHD\QUIXEL MEGASCAN\My_cute_cousin-0.5.0ex-win\renpy\display\core.py", line 822, in replace_transient
    self.remove(layer, tag)
  File "C:\HVHD\QUIXEL MEGASCAN\My_cute_cousin-0.5.0ex-win\renpy\display\core.py", line 1107, in remove
    self.hide_or_replace(layer, remove_index, "hide")
  File "C:\HVHD\QUIXEL MEGASCAN\My_cute_cousin-0.5.0ex-win\renpy\display\core.py", line 1031, in hide_or_replace
    d = oldsle.displayable._hide(now - st, now - at, prefix)
  File "C:\HVHD\QUIXEL MEGASCAN\My_cute_cousin-0.5.0ex-win\renpy\display\screen.py", line 443, in _hide
    self.update()
  File "C:\HVHD\QUIXEL MEGASCAN\My_cute_cousin-0.5.0ex-win\renpy\display\screen.py", line 578, in update
    self.screen.function(**self.scope)
  File "game/gallery.rpy", line 4, in execute
    screen gallery tag menu:
  File "game/gallery.rpy", line 4, in execute
    screen gallery tag menu:
  File "game/gallery.rpy", line 5, in execute
    python:
  File "game/gallery.rpy", line 6, in <module>
    g.button("gal1")
AttributeError: 'int' object has no attribute 'button'

Windows-7-6.1.7600
Ren'Py 6.99.12.4.2187
 0.5.0ex
 

MrJoZocker

Member
Feb 11, 2018
280
47
After the "training" you always hurt your back and I get to the point where I have to massage you ... Is there more fight training?
 

Manfegor

Active Member
May 20, 2017
906
762
Where to find the cousin document and how to take photo with the drone? Thanks
Document is not in this version. Need to upgrade to night drone, then send to the pool and later to the director's bedroom.

Me too.. Only on anna
The thing is in the Ask section if I remember right, not the Compliment section. Also when you go to the trainer and massage her, the second book will appear in the store.

Is there a trick to passing the fight with the trainer?
The trick is you need to follow the pattern in time. Video:

Error when I try to open gallery
Code:
[spoiler]
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/gallery.rpy", line 4, in execute
    screen gallery tag menu:
  File "game/gallery.rpy", line 4, in execute
    screen gallery tag menu:
  File "game/gallery.rpy", line 5, in execute
    python:
  File "game/gallery.rpy", line 6, in <module>
    g.button("gal1")
AttributeError: 'int' object has no attribute 'button'

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

Full traceback:
  File "renpy/common/_layout/screen_load_save.rpym", line 35, in script
    $ ui.interact()
  File "C:\HVHD\QUIXEL MEGASCAN\My_cute_cousin-0.5.0ex-win\renpy\ast.py", line 814, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\HVHD\QUIXEL MEGASCAN\My_cute_cousin-0.5.0ex-win\renpy\python.py", line 1719, in py_exec_bytecode
    exec bytecode in globals, locals
  File "renpy/common/_layout/screen_load_save.rpym", line 35, in <module>
    $ ui.interact()
  File "C:\HVHD\QUIXEL MEGASCAN\My_cute_cousin-0.5.0ex-win\renpy\ui.py", line 285, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\HVHD\QUIXEL MEGASCAN\My_cute_cousin-0.5.0ex-win\renpy\display\core.py", line 2538, in interact
    scene_lists.replace_transient()
  File "C:\HVHD\QUIXEL MEGASCAN\My_cute_cousin-0.5.0ex-win\renpy\display\core.py", line 822, in replace_transient
    self.remove(layer, tag)
  File "C:\HVHD\QUIXEL MEGASCAN\My_cute_cousin-0.5.0ex-win\renpy\display\core.py", line 1107, in remove
    self.hide_or_replace(layer, remove_index, "hide")
  File "C:\HVHD\QUIXEL MEGASCAN\My_cute_cousin-0.5.0ex-win\renpy\display\core.py", line 1031, in hide_or_replace
    d = oldsle.displayable._hide(now - st, now - at, prefix)
  File "C:\HVHD\QUIXEL MEGASCAN\My_cute_cousin-0.5.0ex-win\renpy\display\screen.py", line 443, in _hide
    self.update()
  File "C:\HVHD\QUIXEL MEGASCAN\My_cute_cousin-0.5.0ex-win\renpy\display\screen.py", line 578, in update
    self.screen.function(**self.scope)
  File "game/gallery.rpy", line 4, in execute
    screen gallery tag menu:
  File "game/gallery.rpy", line 4, in execute
    screen gallery tag menu:
  File "game/gallery.rpy", line 5, in execute
    python:
  File "game/gallery.rpy", line 6, in <module>
    g.button("gal1")
AttributeError: 'int' object has no attribute 'button'

Windows-7-6.1.7600
Ren'Py 6.99.12.4.2187
 0.5.0ex
[/spoiler]
I assume you use older save. That's unadvised.

After the "training" you always hurt your back and I get to the point where I have to massage you ... Is there more fight training?
One fight training where you massage her. Then when you enter the Gym, just choose Fight training, and solve that minigame. Then you can beat Franky.
 
  • Like
Reactions: lordofhirunds

MrJoZocker

Member
Feb 11, 2018
280
47
yes she says I should beat her and then she avoids from us and then we always come to massage ... do I have to go through this several times?
 

Ennoch

Conversation Conqueror
Respected User
Oct 10, 2017
7,250
19,690
yes she says I should beat her and then she avoids from us and then we always come to massage ... do I have to go through this several times?
A couple of times i'd say, untill you are given a confirmation that you learnt to fight.
 

El bacca Del Chew

Well-Known Member
Apr 3, 2017
1,813
4,604
Does anybody here have access to the last pollings results on his patreon page? and if so, would you be kind enough to share it please?
 

Ennoch

Conversation Conqueror
Respected User
Oct 10, 2017
7,250
19,690
You mean those concerning a fundamental aspect of the game? :D
I'm pretty curious too, and scared at the same time...
Obviously! I mean can imagine how life would be like withouth dealing such issues? Terrible i'd say! Not to mention what an upheaval it would have caused if one of the girls would just... ended up having some pubic hair, without sufficient debate among the patrons! I mean can you imagine such a thing?? A milf in these games ending up with for example a trimmed pubic hair out of the big wide blue? Preposterous! He was wise enough to avoide such horrible backlash and polled it :D
 

DanMachiFan

Well-Known Member
Jan 22, 2018
1,411
3,164
Obviously! I mean can imagine how life would be like withouth dealing such issues? Terrible i'd say! Not to mention what an upheaval it would have caused if one of the girls would just... ended up having some pubic hair, without sufficient debate among the patrons! I mean can you imagine such a thing?? A milf in these games ending up with for example a trimmed pubic hair out of the big wide blue? Preposterous! He was wise enough to avoide such horrible backlash and polled it :D
It's at times like this that I thank all the gods for being an incapable with 3d graphics. :rolleyes:
 
  • Like
Reactions: El bacca Del Chew

Ennoch

Conversation Conqueror
Respected User
Oct 10, 2017
7,250
19,690
Lets make an unofficial poll about what should be the next poll!!
  1. Which location should get a pot plant in one of its irrelevant corners!
  2. Should the MC get a chequered shirt!
  3. The nurse should be able to button her uniform in 5 steps instead of 6!
 

DanMachiFan

Well-Known Member
Jan 22, 2018
1,411
3,164
Lets make an unofficial poll about what should be the next poll!!
  1. Which location should get a pot plant in one of its irrelevant corners!
  2. Should the MC get a chequered shirt!
  3. The nurse should be able to button her uniform in 5 steps instead of 6!
4. What do you want in the sandwiches prepared by your cousin?

PS: I vote 3. It gets really annoying after a while.
 
  • Like
Reactions: El bacca Del Chew
3.40 star(s) 172 Votes