3.70 star(s) 78 Votes

BoltonGuy35

Well-Known Member
Mar 25, 2018
1,272
2,275
It happens whether I turn her down or not
Yeah I would do a complete new playthrough then as obviously something hasn't been triggered before this for you to continue. Maybe someone else might have some better advice but it sounds like you need to buddy.
 

Hysni

Engaged Member
Jan 7, 2020
2,845
5,168
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/000statements.rpy", line 531, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/scripts/map_3_navigation.rpy", line 4, in execute
  File "game/scripts/map_3_navigation.rpy", line 4, in execute
  File "game/scripts/map_3_navigation.rpy", line 5, in execute
  File "game/scripts/map_3_navigation.rpy", line 57, in execute
AttributeError: 'Calendar' object has no attribute 'game'

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

Full traceback:
  File "scripts/5_maps_3.rpyc", line 28, in script
  File "E:\Game\TheWish-v.0.9-pc\renpy\ast.py", line 1949, in execute
    self.call("execute")
  File "E:\Game\TheWish-v.0.9-pc\renpy\ast.py", line 1937, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "E:\Game\TheWish-v.0.9-pc\renpy\statements.py", line 277, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 531, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "E:\Game\TheWish-v.0.9-pc\renpy\exports.py", line 2905, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "E:\Game\TheWish-v.0.9-pc\renpy\ui.py", line 297, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "E:\Game\TheWish-v.0.9-pc\renpy\display\core.py", line 2702, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "E:\Game\TheWish-v.0.9-pc\renpy\display\core.py", line 3094, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "E:\Game\TheWish-v.0.9-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "E:\Game\TheWish-v.0.9-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "E:\Game\TheWish-v.0.9-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "E:\Game\TheWish-v.0.9-pc\renpy\display\screen.py", line 430, in visit_all
    callback(self)
  File "E:\Game\TheWish-v.0.9-pc\renpy\display\core.py", line 3094, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "E:\Game\TheWish-v.0.9-pc\renpy\display\screen.py", line 440, in per_interact
    self.update()
  File "E:\Game\TheWish-v.0.9-pc\renpy\display\screen.py", line 625, in update
    self.screen.function(**self.scope)
  File "game/scripts/map_3_navigation.rpy", line 4, in execute
  File "game/scripts/map_3_navigation.rpy", line 4, in execute
  File "game/scripts/map_3_navigation.rpy", line 5, in execute
  File "game/scripts/map_3_navigation.rpy", line 57, in execute
  File "<screen language>", line 57, in <module>
AttributeError: 'Calendar' object has no attribute 'game'

Windows-7-6.1.7601-SP1
Ren'Py 7.3.5.606
The Wish v.0.9.1
Sat May 02 02:33:34 2020
Coffe shop :(
 

Pal_

Member
Jul 13, 2017
151
334
Midnite Guerilla One logical mistake. If you decline to drink some coffee with the redhead, then you can´t meet the two friends in downtown because there´s the label missing on the map
 

Deleted member 1023239

Well-Known Member
Nov 19, 2018
1,347
2,279
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/000statements.rpy", line 531, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/scripts/map_3_navigation.rpy", line 4, in execute
  File "game/scripts/map_3_navigation.rpy", line 4, in execute
  File "game/scripts/map_3_navigation.rpy", line 5, in execute
  File "game/scripts/map_3_navigation.rpy", line 57, in execute
AttributeError: 'Calendar' object has no attribute 'game'

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

Full traceback:
  File "scripts/5_maps_3.rpyc", line 28, in script
  File "E:\Game\TheWish-v.0.9-pc\renpy\ast.py", line 1949, in execute
    self.call("execute")
  File "E:\Game\TheWish-v.0.9-pc\renpy\ast.py", line 1937, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "E:\Game\TheWish-v.0.9-pc\renpy\statements.py", line 277, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 531, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "E:\Game\TheWish-v.0.9-pc\renpy\exports.py", line 2905, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "E:\Game\TheWish-v.0.9-pc\renpy\ui.py", line 297, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "E:\Game\TheWish-v.0.9-pc\renpy\display\core.py", line 2702, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "E:\Game\TheWish-v.0.9-pc\renpy\display\core.py", line 3094, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "E:\Game\TheWish-v.0.9-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "E:\Game\TheWish-v.0.9-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "E:\Game\TheWish-v.0.9-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "E:\Game\TheWish-v.0.9-pc\renpy\display\screen.py", line 430, in visit_all
    callback(self)
  File "E:\Game\TheWish-v.0.9-pc\renpy\display\core.py", line 3094, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "E:\Game\TheWish-v.0.9-pc\renpy\display\screen.py", line 440, in per_interact
    self.update()
  File "E:\Game\TheWish-v.0.9-pc\renpy\display\screen.py", line 625, in update
    self.screen.function(**self.scope)
  File "game/scripts/map_3_navigation.rpy", line 4, in execute
  File "game/scripts/map_3_navigation.rpy", line 4, in execute
  File "game/scripts/map_3_navigation.rpy", line 5, in execute
  File "game/scripts/map_3_navigation.rpy", line 57, in execute
  File "<screen language>", line 57, in <module>
AttributeError: 'Calendar' object has no attribute 'game'

Windows-7-6.1.7601-SP1
Ren'Py 7.3.5.606
The Wish v.0.9.1
Sat May 02 02:33:34 2020
Coffe shop :(
i used the patch on the op and i still can't leave coffee shop
 

fexacana

New Member
Dec 2, 2019
2
1
can't complete 2 quests. first: meet your friends at downtown and second: find out why mrs hunter is upset.
if i go to beach game ends. but if i dont go to beach i am stuck at the morning. i cant attend class or gym. help please. and sorry for bad english
 
  • Like
Reactions: Intricacy

box777

Member
May 10, 2017
262
101
after the first hottub scene she gave me a handjob and I then read new diary entries, but now when I try to go to bed it tells me to go check on joanna, and when I go to her room she is sleeping and nothing can be clicked.

I am stuck... any help?
 

bobbybiggerplays2

Member
Donor
Nov 30, 2017
219
823
stuck in the afternoon friday and cant progress. Have all the incriminating photos from both the computer and the blondes house. cant progress without getting bad ending
 

mattius77

Well-Known Member
May 16, 2017
1,685
1,351
Is the 0.9.0.7 patch/hotfix available via another file host? The Google Drive link has hit a download limit.

Edit: Derpppp nvm, didn't see that Mega had been added.
 
3.70 star(s) 78 Votes