- Jul 10, 2022
- 3
- 0
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/000statements.rpy", line 569, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/customScreens/xray.rpy", line 22, in execute
File "game/customScreens/xray.rpy", line 22, in execute
File "game/customScreens/xray.rpy", line 24, in execute
File "game/customScreens/xray.rpy", line 24, in <module>
File "game/customScreens/initPython.rpy", line 54, in get_last_image
IndexError: list index out of range
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "storyParts/whore1.rpyc", line 300, in script
File "renpy/ast.py", line 1969, in execute
self.call("execute")
File "renpy/ast.py", line 1957, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "renpy/statements.py", line 278, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 569, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "renpy/exports.py", line 3057, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3213, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
File "renpy/display/core.py", line 3630, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/screen.py", line 432, in visit_all
callback(self)
File "renpy/display/core.py", line 3630, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/screen.py", line 443, in per_interact
self.update()
File "renpy/display/screen.py", line 631, in update
self.screen.function(**self.scope)
File "game/customScreens/xray.rpy", line 22, in execute
File "game/customScreens/xray.rpy", line 22, in execute
File "game/customScreens/xray.rpy", line 24, in execute
File "game/customScreens/xray.rpy", line 24, in <module>
File "game/customScreens/initPython.rpy", line 54, in get_last_image
File "renpy/python.py", line 992, in __getitem__
rv = list.__getitem__(self, index)
IndexError: list index out of range
Windows-10-10.0.19041
Ren'Py 7.4.5.1648
0.4.0c
Thu Jul 21 00:51:37 2022
Hi, the link died, can you please update the android port and upload again? Thanks so much!Unofficial Android Port for :
The Awakening [v0.4.0c] + Incest Patched + Brandy's Walkthrough Mod + 0x52 Cheat mod
Download
ALLOW STORAGE ACCESS
My Android Ports have a 2nd Persistent save location. So, even if you uninstall the game, the saves will remain Intact.
You don't have permission to view the spoiler content. Log in or register now.
If it says unknown developer or something like that just press install anyway.
Give Me Your Feedback on the Discord Server. As it's easier to reach me there, than here.
You must be registered to see the links
I just want the story to continueYou must be registered to see the links
Hey, I want to know if you would prefer the date with the roommate to be close to the old version of the game or something different. In
I'm not seeing the glasses icon at all, so no x-ray vision except what the fairy shows. I even deleted the saves and started again. Any ideas, anyone?
EDIT it is the patch. Deleting zz_patch.rpy and zz_patch.rpyc seems to have fixed it .
I was using this: 1936292_The_Awakening_v0.4.1_Part_2.zip
yep it was supposed to, but I messed up.
Did you find a fix for this? I get this error if I progress Linda giving BJ at coffee Shop as well as when Victoria gives BJ at the Orchid Club.Hello,
I keep getting this error on version 0.4.0c during a scene with Alice with any of her services, including using MC power to have sex with her. The error happens with all her animated scenes. I started a game from scratch so i wasn't using old saves, and it only happened with her so far. Any help would be appreciated.
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "renpy/common/000statements.rpy", line 569, in execute_call_screen store._return = renpy.call_screen(name, *args, **kwargs) File "game/customScreens/xray.rpy", line 22, in execute File "game/customScreens/xray.rpy", line 22, in execute File "game/customScreens/xray.rpy", line 24, in execute File "game/customScreens/xray.rpy", line 24, in <module> File "game/customScreens/initPython.rpy", line 54, in get_last_image IndexError: list index out of range -- Full Traceback ------------------------------------------------------------ Full traceback: File "storyParts/whore1.rpyc", line 300, in script File "renpy/ast.py", line 1969, in execute self.call("execute") File "renpy/ast.py", line 1957, in call return renpy.statements.call(method, parsed, *args, **kwargs) File "renpy/statements.py", line 278, in call return method(parsed, *args, **kwargs) File "renpy/common/000statements.rpy", line 569, in execute_call_screen store._return = renpy.call_screen(name, *args, **kwargs) File "renpy/exports.py", line 3057, in call_screen rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward) File "renpy/ui.py", line 298, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "renpy/display/core.py", line 3213, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs) File "renpy/display/core.py", line 3630, in interact_core root_widget.visit_all(lambda i : i.per_interact()) File "renpy/display/core.py", line 567, in visit_all d.visit_all(callback, seen) File "renpy/display/core.py", line 567, in visit_all d.visit_all(callback, seen) File "renpy/display/core.py", line 567, in visit_all d.visit_all(callback, seen) File "renpy/display/core.py", line 567, in visit_all d.visit_all(callback, seen) File "renpy/display/screen.py", line 432, in visit_all callback(self) File "renpy/display/core.py", line 3630, in <lambda> root_widget.visit_all(lambda i : i.per_interact()) File "renpy/display/screen.py", line 443, in per_interact self.update() File "renpy/display/screen.py", line 631, in update self.screen.function(**self.scope) File "game/customScreens/xray.rpy", line 22, in execute File "game/customScreens/xray.rpy", line 22, in execute File "game/customScreens/xray.rpy", line 24, in execute File "game/customScreens/xray.rpy", line 24, in <module> File "game/customScreens/initPython.rpy", line 54, in get_last_image File "renpy/python.py", line 992, in __getitem__ rv = list.__getitem__(self, index) IndexError: list index out of range Windows-10-10.0.19041 Ren'Py 7.4.5.1648 0.4.0c Thu Jul 21 00:51:37 2022
There's some discussion about assets used in the "fan art" thread. The place doesn't have the legs that other fan art threads get but probably the best place to be for trying to figure out what was used.Has anyone tried to make the original landlady (morphs & textures)? I'd love to re-create her!
The last patreon post says that the remake will be finished sometime this month.anynews?
Thanks man - I check the fan art threads (and your answers there were helpful!), but was curious if someone had done it without making their way over there and sharing their dial settings etc. Appreciate your help!There's some discussion about assets used in the "fan art" thread. The place doesn't have the legs that other fan art threads get but probably the best place to be for trying to figure out what was used.
https://f95zone.to/threads/the-awakening-fan-art.47603/