Deadlyreaper

Active Member
Nov 20, 2017
738
694
I've loaded my last save of the last version I have (version 021 beta) and then comes the same .....


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

While running game code:
  File "renpy/common/000statements.rpy", line 485, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/script.rpy", line 271, in execute
  File "game/script.rpy", line 271, in execute
  File "game/script.rpy", line 273, in execute
  File "game/script.rpy", line 319, in execute
  File "game/script.rpy", line 319, in keywords
  File "game/script.rpy", line 320, in keywords
NameError: name 'text_notif' is not defined

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

Full traceback:
  File "script.rpyc", line 628, in script call
  File "script.rpyc", line 628, in script call
  File "script.rpyc", line 628, in script call
  File "script.rpyc", line 1350, in script call
  File "script.rpyc", line 1406, in script call
  File "script.rpyc", line 628, in script call
  File "script.rpyc", line 628, in script call
  File "script.rpyc", line 628, in script call
  File "script.rpyc", line 349, in script
  File "E:\Mega\FILF-0.3.1-pc\renpy\ast.py", line 1801, in execute
    self.call("execute")
  File "E:\Mega\FILF-0.3.1-pc\renpy\ast.py", line 1789, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "E:\Mega\FILF-0.3.1-pc\renpy\statements.py", line 169, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 485, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "E:\Mega\FILF-0.3.1-pc\renpy\exports.py", line 2655, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "E:\Mega\FILF-0.3.1-pc\renpy\ui.py", line 287, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "E:\Mega\FILF-0.3.1-pc\renpy\display\core.py", line 2624, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "E:\Mega\FILF-0.3.1-pc\renpy\display\core.py", line 2999, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "E:\Mega\FILF-0.3.1-pc\renpy\display\core.py", line 511, in visit_all
    d.visit_all(callback)
  File "E:\Mega\FILF-0.3.1-pc\renpy\display\core.py", line 511, in visit_all
    d.visit_all(callback)
  File "E:\Mega\FILF-0.3.1-pc\renpy\display\core.py", line 511, in visit_all
    d.visit_all(callback)
  File "E:\Mega\FILF-0.3.1-pc\renpy\display\screen.py", line 401, in visit_all
    callback(self)
  File "E:\Mega\FILF-0.3.1-pc\renpy\display\core.py", line 2999, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "E:\Mega\FILF-0.3.1-pc\renpy\display\screen.py", line 411, in per_interact
    self.update()
  File "E:\Mega\FILF-0.3.1-pc\renpy\display\screen.py", line 592, in update
    self.screen.function(**self.scope)
  File "game/script.rpy", line 271, in execute
  File "game/script.rpy", line 271, in execute
  File "game/script.rpy", line 273, in execute
  File "game/script.rpy", line 319, in execute
  File "game/script.rpy", line 319, in keywords
  File "game/script.rpy", line 320, in keywords
  File "<screen language>", line 320, in <module>
NameError: name 'text_notif' is not defined

Windows-8-6.2.9200
Ren'Py 6.99.14.1.3218
FILF 0.3.1
Thu Apr 26 03:41:29 2018
 

kd3

Newbie
Jan 3, 2018
72
276
I've loaded my last save of the last version I have (version 021 beta) and then comes the same .....


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

While running game code:
  File "renpy/common/000statements.rpy", line 485, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/script.rpy", line 271, in execute
  File "game/script.rpy", line 271, in execute
  File "game/script.rpy", line 273, in execute
  File "game/script.rpy", line 319, in execute
  File "game/script.rpy", line 319, in keywords
  File "game/script.rpy", line 320, in keywords
NameError: name 'text_notif' is not defined

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

Full traceback:
  File "script.rpyc", line 628, in script call
  File "script.rpyc", line 628, in script call
  File "script.rpyc", line 628, in script call
  File "script.rpyc", line 1350, in script call
  File "script.rpyc", line 1406, in script call
  File "script.rpyc", line 628, in script call
  File "script.rpyc", line 628, in script call
  File "script.rpyc", line 628, in script call
  File "script.rpyc", line 349, in script
  File "E:\Mega\FILF-0.3.1-pc\renpy\ast.py", line 1801, in execute
    self.call("execute")
  File "E:\Mega\FILF-0.3.1-pc\renpy\ast.py", line 1789, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "E:\Mega\FILF-0.3.1-pc\renpy\statements.py", line 169, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 485, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "E:\Mega\FILF-0.3.1-pc\renpy\exports.py", line 2655, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "E:\Mega\FILF-0.3.1-pc\renpy\ui.py", line 287, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "E:\Mega\FILF-0.3.1-pc\renpy\display\core.py", line 2624, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "E:\Mega\FILF-0.3.1-pc\renpy\display\core.py", line 2999, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "E:\Mega\FILF-0.3.1-pc\renpy\display\core.py", line 511, in visit_all
    d.visit_all(callback)
  File "E:\Mega\FILF-0.3.1-pc\renpy\display\core.py", line 511, in visit_all
    d.visit_all(callback)
  File "E:\Mega\FILF-0.3.1-pc\renpy\display\core.py", line 511, in visit_all
    d.visit_all(callback)
  File "E:\Mega\FILF-0.3.1-pc\renpy\display\screen.py", line 401, in visit_all
    callback(self)
  File "E:\Mega\FILF-0.3.1-pc\renpy\display\core.py", line 2999, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "E:\Mega\FILF-0.3.1-pc\renpy\display\screen.py", line 411, in per_interact
    self.update()
  File "E:\Mega\FILF-0.3.1-pc\renpy\display\screen.py", line 592, in update
    self.screen.function(**self.scope)
  File "game/script.rpy", line 271, in execute
  File "game/script.rpy", line 271, in execute
  File "game/script.rpy", line 273, in execute
  File "game/script.rpy", line 319, in execute
  File "game/script.rpy", line 319, in keywords
  File "game/script.rpy", line 320, in keywords
  File "<screen language>", line 320, in <module>
NameError: name 'text_notif' is not defined

Windows-8-6.2.9200
Ren'Py 6.99.14.1.3218
FILF 0.3.1
Thu Apr 26 03:41:29 2018
Saves from previous versions won't work unfortunately. You will have to start over
 

Deadlyreaper

Active Member
Nov 20, 2017
738
694
Saves from previous versions won't work unfortunately. You will have to start over
yes I have started again and well the buggy game does not continue with the aunt whose events do not start all the others I have completed
 

DaveBp

Newbie
Mar 29, 2018
42
10
yes I have started again and well the buggy game does not continue with the aunt whose events do not start all the others I have completed
This is because 1 single variable in the game. Hopefully the 0.3.3 fix mitigates that, we just have to wait for it to become available.
 

Bluntobject

Newbie
Nov 2, 2016
49
135
For aunt Aubrey, what I did was to not purchase the disguise from the clothing shop as soon as I could, then once I had the VIP card from "Cherry" I waited until Tuesday and then entered the VIP room. Then the event triggered.
After getting the card back from her car, I went and bought the disguise, waited for the following Tuesday and entered the VIP room again. Then I got the second event.
 
  • Like
Reactions: fortuna95

summerjo

Active Member
May 9, 2017
529
274
If anyone wants to see the last scene with Aubrey (aunt), it's a bug that prevents it. Open console (use unren or similar) and type "jump scene_auntstrip2" without the "-marks.
not sure what is happening, but I tried UNREN.
won't let me automatically open dev menu or console screen.
odd
 

kays

Member
Jan 4, 2018
245
92
anykind of walkthru i managed aunt handjob and webcam name but no idea whtas left there
 

KR.Lee

Member
Nov 23, 2017
249
133
how to complete Aunt's scene3 .. i bought the outfit but i can't change to it .. any help ?
When I finish the red hair stripper first, I go to the room with the vip card the next day, and my aunt comes in and takes away the card. The next day I find a card in the car of my aunt 's garage and listen to the phone. The next night I go back to the club room and change clothes. And when she receives a hand job from her aunt, she recalls three scenes.
 

Trevords726

Newbie
Jan 17, 2018
64
22
How do you get the Aunt scene's, i think i saw her the first trip to the stripclub but never seen her anywhere else on the map since or in the VIP room - do i have to go there a specific day/ time?
 

JSF2

Member
Jun 1, 2017
185
86
Guys, aunt scenes are fairly simple. Go to VIP section in strip club on Tuesday evening. That's 1st scene.
You don't have permission to view the spoiler content. Log in or register now.
have (may be bought much earlier) the disguise on Tuesday evening and go back to VIP section. That's the 3rd scene.
2nd scene happens in between.
 

ReJoe

Member
Jun 7, 2017
379
437
Guys, aunt scenes are fairly simple. Go to VIP section in strip club on Tuesday evening. That's 1st scene.
You don't have permission to view the spoiler content. Log in or register now.
have (may be bought much earlier) the disguise on Tuesday evening and go back to VIP section. That's the 3rd scene.
2nd scene happens in between.
Didn't work for me. No disguise No Aunt.
 
3.90 star(s) 103 Votes