3.60 star(s) 76 Votes

Rebeldad

Well-Known Member
Aug 7, 2018
1,037
722
Got an error at right at the start.
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\chuck\Desktop\The Wish\TheWish-0.3.0-pc\renpy\ast.py", line 1861, in execute
    self.call("execute")
  File "C:\Users\chuck\Desktop\The Wish\TheWish-0.3.0-pc\renpy\ast.py", line 1849, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "C:\Users\chuck\Desktop\The Wish\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\chuck\Desktop\The Wish\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\chuck\Desktop\The Wish\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\chuck\Desktop\The Wish\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\chuck\Desktop\The Wish\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\chuck\Desktop\The Wish\TheWish-0.3.0-pc\renpy\display\core.py", line 531, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\chuck\Desktop\The Wish\TheWish-0.3.0-pc\renpy\display\core.py", line 531, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\chuck\Desktop\The Wish\TheWish-0.3.0-pc\renpy\display\core.py", line 531, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\chuck\Desktop\The Wish\TheWish-0.3.0-pc\renpy\display\screen.py", line 424, in visit_all
    callback(self)
  File "C:\Users\chuck\Desktop\The Wish\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\chuck\Desktop\The Wish\TheWish-0.3.0-pc\renpy\display\screen.py", line 434, in per_interact
    self.update()
  File "C:\Users\chuck\Desktop\The Wish\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-8-6.2.9200
Ren'Py 7.1.3.1092
The Wish 0.3.0
Thu May 30 00:11:47 2019
 

Midnite Guerrilla

Member
Game Developer
Mar 23, 2018
303
1,869
Apologies for the buggy versions. I know what happened, the main code route is already on version 0.4 (but that won't be ready for a few weeks yet) and there were some variables that have changed. That's caused a conflict with 0.3 which I didn't correct before building this version. I will do a run through today and post a new version later today. Again, sorry. This is obviously not the launch I wanted.

I've updated a newer version to Mega and will update the others when I can.
Win/Linux :
Mac:

For versions from Google drive and MediaFire, install the attached patch (into the game directory). Please let me know of any other bugs.

Accept my apologies for the bugs and for rushing the release.
 

Abhai

Devoted Member
Sep 12, 2018
8,548
35,870
wow, another great milf! :p

it's just great to be in the AGE of MILFS/MILFAGE!!

promising start, some bugs still remaining (such as when entering the living room), looking forward to future development, for sure...(y)

p.s.
just a small note - naming the first demo-release as v0.3 could be a little deceiving, but i guess that's developers' right
 
  • Like
Reactions: botc76

megaplayboy10k

Well-Known Member
Apr 16, 2018
1,522
2,017
The living room still glitches, and I'm stuck looking for a crowbar to open the garage, trying to find a couple of keys, the MILF's computer journal password, and get the money for hacking software. At this point I'm pretty sure the living room holds the next clue to get somewhere.
 

Madbadbutajoytoknow

Member
Game Developer
Jan 4, 2018
490
649
Living room bugged

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 759, in execute
  File "game/map_1_screens.rpy", line 759, in execute
  File "game/map_1_screens.rpy", line 786, in execute
NameError: name 'pack_cards' is not defined

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

Full traceback:
  File "map_1_1.rpyc", line 26, in script
  File "C:\Users\alant\Downloads\TheWish-0.3.0-pc\renpy\ast.py", line 1861, in execute
    self.call("execute")
  File "C:\Users\alant\Downloads\TheWish-0.3.0-pc\renpy\ast.py", line 1849, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "C:\Users\alant\Downloads\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\alant\Downloads\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\alant\Downloads\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\alant\Downloads\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\alant\Downloads\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\alant\Downloads\TheWish-0.3.0-pc\renpy\display\core.py", line 531, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\alant\Downloads\TheWish-0.3.0-pc\renpy\display\core.py", line 531, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\alant\Downloads\TheWish-0.3.0-pc\renpy\display\core.py", line 531, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\alant\Downloads\TheWish-0.3.0-pc\renpy\display\screen.py", line 424, in visit_all
    callback(self)
  File "C:\Users\alant\Downloads\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\alant\Downloads\TheWish-0.3.0-pc\renpy\display\screen.py", line 434, in per_interact
    self.update()
  File "C:\Users\alant\Downloads\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 759, in execute
  File "game/map_1_screens.rpy", line 759, in execute
  File "game/map_1_screens.rpy", line 786, in execute
  File "<screen language>", line 786, in <module>
NameError: name 'pack_cards' is not defined

Windows-8-6.2.9200
Ren'Py 7.1.3.1092
The Wish 0.3.0
Thu May 30 09:15:22 2019
 

kappajoe

Newbie
Mar 19, 2019
37
37
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?
i don't think a lot of people play these games and just check cg. especially before the third update there are only a few games worth running them.
 

unnammed

Newbie
Oct 28, 2016
40
70
If you have console enabled the just write "pack_cards = False".

EDIT: Yeah, t his isn't the solution. I think my idiotic "fix" causes the i nventory issue. It expects a pack_cardsitem and not a bool
EDIT2: Second attempt is just to edit it out for now since I doubt it's supposed to be in this episode.

Code:
    if pack_cards not in inventory.items :
        if clock.period <= 1:
            imagebutton :    # CUPBOARD
                xpos 677
                ypos 493
                focus_mask True
                xanchor "center"
                yanchor "center"
                idle "maps/1/hotspots/lounge_cupboard_day.png"
                hover im.MatrixColor("maps/1/hotspots/lounge_cupboard_day.png", im.matrix.brightness(0.25))
                action [Jump("map_1_lounge_cupboard")]
        else :
            imagebutton :    # TABLE
                xpos 677
                ypos 493
                focus_mask True
                xanchor "center"
                yanchor "center"
                idle "maps/1/hotspots/lounge_cupboard_night.png"
                hover im.MatrixColor("maps/1/hotspots/lounge_cupboard_night.png", im.matrix.brightness(0.25))
                action [Jump("map_1_lounge_cupboard")]
map_1_screens

nvm, no wifi image. Too many issues for me to bother with it atm.
 
Last edited:

BlankerPint

New Member
Sep 30, 2017
12
9
another Alpha-tester here :cool:

AttributeError: 'bool' object has no attribute 'element
when opening inventory
 

Javlon84

Newbie
Sep 1, 2018
16
40
Yea like most others it seems i am stuck due to the buggy living room. Might still need some time in the cooker this game.. But looks promising as soon as these game stopping bugs are fixed.
 
3.60 star(s) 76 Votes