3.60 star(s) 76 Votes

TiffanyMonroe

Forum Fanatic
May 29, 2018
5,767
13,704
just downloaded and wasted bandwicht for a game that at the start is broken with errors, did you test this game before uploading¿?

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/000statements.rpy", line 519, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/map_1_screens.rpy", line 83, in execute
File "game/map_1_screens.rpy", line 83, in execute
File "game/map_1_screens.rpy", line 157, in execute
NameError: name 'cuckolded' is not defined

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

Full traceback:
File "map_1_2.rpyc", line 74, in script
File "C:\Users\Desktop\TheWish-0.3.0-pc\renpy\ast.py", line 1861, in execute
self.call("execute")
File "C:\Users\Desktop\TheWish-0.3.0-pc\renpy\ast.py", line 1849, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "C:\Users\Desktop\TheWish-0.3.0-pc\renpy\statements.py", line 203, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 519, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "C:\Users\Desktop\TheWish-0.3.0-pc\renpy\exports.py", line 2755, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "C:\Users\Desktop\TheWish-0.3.0-pc\renpy\ui.py", line 289, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Users\Desktop\TheWish-0.3.0-pc\renpy\display\core.py", line 2672, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "C:\Users\Desktop\TheWish-0.3.0-pc\renpy\display\core.py", line 3059, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "C:\Users\Desktop\TheWish-0.3.0-pc\renpy\display\core.py", line 531, in visit_all
d.visit_all(callback, seen)
File "C:\Users\Desktop\TheWish-0.3.0-pc\renpy\display\core.py", line 531, in visit_all
d.visit_all(callback, seen)
File "C:\Users\Desktop\TheWish-0.3.0-pc\renpy\display\core.py", line 531, in visit_all
d.visit_all(callback, seen)
File "C:\Users\Desktop\TheWish-0.3.0-pc\renpy\display\screen.py", line 424, in visit_all
callback(self)
File "C:\Users\Desktop\TheWish-0.3.0-pc\renpy\display\core.py", line 3059, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "C:\Users\Desktop\TheWish-0.3.0-pc\renpy\display\screen.py", line 434, in per_interact
self.update()
File "C:\Users\Desktop\TheWish-0.3.0-pc\renpy\display\screen.py", line 619, in update
self.screen.function(**self.scope)
File "game/map_1_screens.rpy", line 83, in execute
File "game/map_1_screens.rpy", line 83, in execute
File "game/map_1_screens.rpy", line 157, in execute
File "<screen language>", line 157, in <module>
NameError: name 'cuckolded' is not defined

Windows-7-6.1.7601-SP1
Ren'Py 7.1.3.1092
The Wish 0.3.0
Thu May 30 00:40:58 2019
and seeing that error i even want to run away from this game even more... "cuckolded..." WTF?
What you think that black guy there for? Scenery? :sneaky:
 
  • Haha
Reactions: Alig8r

HorizonD

Well-Known Member
Apr 25, 2018
1,746
1,315
I unrened it... Guess who the landlady is... lol.
For now, it is not really playable. To many bugs, you make no progress at all.
Waiting for a fix. :whistle:
 
Mar 4, 2019
141
234
will here is a small bugfix for you all just put it in the game folder

update found another
Obviously you missed one :p Can't access inventory.

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/misc_screens.rpy", line 21, in execute
File "game/misc_screens.rpy", line 21, in execute
File "game/misc_screens.rpy", line 39, in execute
File "game/misc_screens.rpy", line 39, in <module>
AttributeError: 'int' object has no attribute 'element'

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

Full traceback:
File "map_1_1.rpyc", line 108, in script
File "C:\gamez\TheWish-0.3.0-pc\renpy\ast.py", line 678, in execute
renpy.exports.say(who, what, interact=self.interact, *args, **kwargs)
File "C:\gamez\TheWish-0.3.0-pc\renpy\exports.py", line 1229, in say
who(what, *args, **kwargs)
File "C:\gamez\TheWish-0.3.0-pc\renpy\character.py", line 1031, in __call__
self.do_display(who, what, cb_args=self.cb_args, **display_args)
File "C:\gamez\TheWish-0.3.0-pc\renpy\character.py", line 823, in do_display
**display_args)
File "C:\gamez\TheWish-0.3.0-pc\renpy\character.py", line 572, in display_say
rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
File "C:\gamez\TheWish-0.3.0-pc\renpy\ui.py", line 289, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\gamez\TheWish-0.3.0-pc\renpy\display\core.py", line 2672, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "C:\gamez\TheWish-0.3.0-pc\renpy\display\core.py", line 3059, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "C:\gamez\TheWish-0.3.0-pc\renpy\display\core.py", line 531, in visit_all
d.visit_all(callback, seen)
File "C:\gamez\TheWish-0.3.0-pc\renpy\display\core.py", line 531, in visit_all
d.visit_all(callback, seen)
File "C:\gamez\TheWish-0.3.0-pc\renpy\display\core.py", line 531, in visit_all
d.visit_all(callback, seen)
File "C:\gamez\TheWish-0.3.0-pc\renpy\display\screen.py", line 424, in visit_all
callback(self)
File "C:\gamez\TheWish-0.3.0-pc\renpy\display\core.py", line 3059, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "C:\gamez\TheWish-0.3.0-pc\renpy\display\screen.py", line 434, in per_interact
self.update()
File "C:\gamez\TheWish-0.3.0-pc\renpy\display\screen.py", line 619, in update
self.screen.function(**self.scope)
File "game/misc_screens.rpy", line 21, in execute
File "game/misc_screens.rpy", line 21, in execute
File "game/misc_screens.rpy", line 39, in execute
File "game/misc_screens.rpy", line 39, in <module>
File "C:\gamez\TheWish-0.3.0-pc\renpy\python.py", line 875, in revertable_sorted
return RevertableList(sorted(*args, **kwargs))
AttributeError: 'int' object has no attribute 'element'
 

Vojvoda

Well-Known Member
Mar 21, 2019
1,749
1,185
click click error click click error this is not a game this is shit !!! repeat only this ! "You know , if this game was made in the 80s or 90s there`d be porn hidden under my bed" and "But we have , you know , the internet so printed porn is just not something most people have anymore . No luck here ." and click error click again and here we go again those two things again and again and again !!!
 
  • Like
Reactions: Pippone

rooney10

Member
Apr 29, 2018
362
932
It's not often I pull the rip chord on a game after less than a minute of play, especially when the first chick unveiled is a bombshell, but this turd has more errors than the Seattle Mariners!
 
  • Like
Reactions: Wirtlon

RPJames

Member
Jul 21, 2017
180
249
This game is unplayable. Do not even bother until the dev decides to test before release.

The MILF looks promising though, so will give it a try after the fix.
 
  • Like
Reactions: groove888

Buster65

Member
Aug 9, 2017
469
1,303
So... I read all the posts here and I think... "Ok... maybe... and just maybe... I should wait until all those mistakes are solved" (What can I say, today I woke up extremely bright.) Anyway... The MILF looks really really good!!
 

Spyderwraith

Well-Known Member
Jul 21, 2017
1,131
879
Adding another report. As soon as Landlady leaves and you get the first quest it errors out and circles back. making the game not playable
 
  • Like
Reactions: AceBda
3.60 star(s) 76 Votes