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 overI'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
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 completedSaves from previous versions won't work unfortunately. You will have to start over
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.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
not sure what is happening, but I tried UNREN.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.
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.how to complete Aunt's scene3 .. i bought the outfit but i can't change to it .. any help ?
1310 - her birthday is on the calendar in the hallcombination to safe?
press esc key to get to save menuAnyone know how to save? I started pressing F keys and it left to the game to main menu.
with the right mouse button you can also enter the save menupress esc key to get to save menu
Didn't work for me. No disguise No Aunt.Guys, aunt scenes are fairly simple. Go to VIP section in strip club on Tuesday evening. That's 1st scene.
have (may be bought much earlier) the disguise on Tuesday evening and go back to VIP section. That's the 3rd scene.You don't have permission to view the spoiler content. Log in or register now.
2nd scene happens in between.