- Nov 4, 2018
- 81
- 16
Just curious, think it might have been mentioned before, but why does Tamara's favor build so slowly while tutoring her? After befriending Derrick his goes up faster. A point a session is kind of painfully slow.
Just curious, think it might have been mentioned before, but why does Tamara's favor build so slowly while tutoring her? After befriending Derrick his goes up faster. A point a session is kind of painfully slow.
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/func_action_processing.rpy", line 47, in script
call screen cellphone()
File "renpy/common/000statements.rpy", line 531, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/AONmod.rpy", line 65, in execute
screen AONcellphone():
File "game/AONmod.rpy", line 65, in execute
screen AONcellphone():
File "game/AONmod.rpy", line 66, in execute
use REALcellphone()
File "game/screen/screen_cellphone.rpy", line 46, in execute
File "game/screen/screen_cellphone.rpy", line 46, in execute
File "game/screen/screen_cellphone.rpy", line 76, in execute
File "game/screen/screen_cellphone.rpy", line 38, in build_cell_page
KeyError: u'chelsea'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/func_action_processing.rpy", line 47, in script
call screen cellphone()
File "C:\Users\Yann\Documents\MEGAsync Downloads\SuperPowered_v03600-win\SuperPowered_v0.36.00-win\renpy\ast.py", line 1947, in execute
self.call("execute")
File "C:\Users\Yann\Documents\MEGAsync Downloads\SuperPowered_v03600-win\SuperPowered_v0.36.00-win\renpy\ast.py", line 1935, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "C:\Users\Yann\Documents\MEGAsync Downloads\SuperPowered_v03600-win\SuperPowered_v0.36.00-win\renpy\statements.py", line 277, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 531, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "C:\Users\Yann\Documents\MEGAsync Downloads\SuperPowered_v03600-win\SuperPowered_v0.36.00-win\renpy\exports.py", line 2896, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "C:\Users\Yann\Documents\MEGAsync Downloads\SuperPowered_v03600-win\SuperPowered_v0.36.00-win\renpy\ui.py", line 295, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Users\Yann\Documents\MEGAsync Downloads\SuperPowered_v03600-win\SuperPowered_v0.36.00-win\renpy\display\core.py", line 2699, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "C:\Users\Yann\Documents\MEGAsync Downloads\SuperPowered_v03600-win\SuperPowered_v0.36.00-win\renpy\display\core.py", line 3091, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "C:\Users\Yann\Documents\MEGAsync Downloads\SuperPowered_v03600-win\SuperPowered_v0.36.00-win\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "C:\Users\Yann\Documents\MEGAsync Downloads\SuperPowered_v03600-win\SuperPowered_v0.36.00-win\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "C:\Users\Yann\Documents\MEGAsync Downloads\SuperPowered_v03600-win\SuperPowered_v0.36.00-win\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "C:\Users\Yann\Documents\MEGAsync Downloads\SuperPowered_v03600-win\SuperPowered_v0.36.00-win\renpy\display\screen.py", line 430, in visit_all
callback(self)
File "C:\Users\Yann\Documents\MEGAsync Downloads\SuperPowered_v03600-win\SuperPowered_v0.36.00-win\renpy\display\core.py", line 3091, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "C:\Users\Yann\Documents\MEGAsync Downloads\SuperPowered_v03600-win\SuperPowered_v0.36.00-win\renpy\display\screen.py", line 440, in per_interact
self.update()
File "C:\Users\Yann\Documents\MEGAsync Downloads\SuperPowered_v03600-win\SuperPowered_v0.36.00-win\renpy\display\screen.py", line 625, in update
self.screen.function(**self.scope)
File "game/AONmod.rpy", line 65, in execute
screen AONcellphone():
File "game/AONmod.rpy", line 65, in execute
screen AONcellphone():
File "game/AONmod.rpy", line 66, in execute
use REALcellphone()
File "game/screen/screen_cellphone.rpy", line 46, in execute
File "game/screen/screen_cellphone.rpy", line 46, in execute
File "game/screen/screen_cellphone.rpy", line 76, in execute
File "<screen language>", line 76, in <module>
File "game/screen/screen_cellphone.rpy", line 38, in build_cell_page
KeyError: u'chelsea'
Windows-8-6.2.9200
Ren'Py 7.3.2.320
SP 0.36.02
Sat Oct 19 03:18:41 2019
I see you have the better experience mod install.Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/func_action_processing.rpy", line 47, in script call screen cellphone() File "renpy/common/000statements.rpy", line 531, in execute_call_screen store._return = renpy.call_screen(name, *args, **kwargs) File "game/AONmod.rpy", line 65, in execute screen AONcellphone(): File "game/AONmod.rpy", line 65, in execute screen AONcellphone(): File "game/AONmod.rpy", line 66, in execute use REALcellphone() File "game/screen/screen_cellphone.rpy", line 46, in execute File "game/screen/screen_cellphone.rpy", line 46, in execute File "game/screen/screen_cellphone.rpy", line 76, in execute File "game/screen/screen_cellphone.rpy", line 38, in build_cell_page KeyError: u'chelsea' -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/func_action_processing.rpy", line 47, in script call screen cellphone() File "C:\Users\Yann\Documents\MEGAsync Downloads\SuperPowered_v03600-win\SuperPowered_v0.36.00-win\renpy\ast.py", line 1947, in execute self.call("execute") File "C:\Users\Yann\Documents\MEGAsync Downloads\SuperPowered_v03600-win\SuperPowered_v0.36.00-win\renpy\ast.py", line 1935, in call return renpy.statements.call(method, parsed, *args, **kwargs) File "C:\Users\Yann\Documents\MEGAsync Downloads\SuperPowered_v03600-win\SuperPowered_v0.36.00-win\renpy\statements.py", line 277, in call return method(parsed, *args, **kwargs) File "renpy/common/000statements.rpy", line 531, in execute_call_screen store._return = renpy.call_screen(name, *args, **kwargs) File "C:\Users\Yann\Documents\MEGAsync Downloads\SuperPowered_v03600-win\SuperPowered_v0.36.00-win\renpy\exports.py", line 2896, in call_screen rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward) File "C:\Users\Yann\Documents\MEGAsync Downloads\SuperPowered_v03600-win\SuperPowered_v0.36.00-win\renpy\ui.py", line 295, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "C:\Users\Yann\Documents\MEGAsync Downloads\SuperPowered_v03600-win\SuperPowered_v0.36.00-win\renpy\display\core.py", line 2699, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs) File "C:\Users\Yann\Documents\MEGAsync Downloads\SuperPowered_v03600-win\SuperPowered_v0.36.00-win\renpy\display\core.py", line 3091, in interact_core root_widget.visit_all(lambda i : i.per_interact()) File "C:\Users\Yann\Documents\MEGAsync Downloads\SuperPowered_v03600-win\SuperPowered_v0.36.00-win\renpy\display\core.py", line 541, in visit_all d.visit_all(callback, seen) File "C:\Users\Yann\Documents\MEGAsync Downloads\SuperPowered_v03600-win\SuperPowered_v0.36.00-win\renpy\display\core.py", line 541, in visit_all d.visit_all(callback, seen) File "C:\Users\Yann\Documents\MEGAsync Downloads\SuperPowered_v03600-win\SuperPowered_v0.36.00-win\renpy\display\core.py", line 541, in visit_all d.visit_all(callback, seen) File "C:\Users\Yann\Documents\MEGAsync Downloads\SuperPowered_v03600-win\SuperPowered_v0.36.00-win\renpy\display\screen.py", line 430, in visit_all callback(self) File "C:\Users\Yann\Documents\MEGAsync Downloads\SuperPowered_v03600-win\SuperPowered_v0.36.00-win\renpy\display\core.py", line 3091, in <lambda> root_widget.visit_all(lambda i : i.per_interact()) File "C:\Users\Yann\Documents\MEGAsync Downloads\SuperPowered_v03600-win\SuperPowered_v0.36.00-win\renpy\display\screen.py", line 440, in per_interact self.update() File "C:\Users\Yann\Documents\MEGAsync Downloads\SuperPowered_v03600-win\SuperPowered_v0.36.00-win\renpy\display\screen.py", line 625, in update self.screen.function(**self.scope) File "game/AONmod.rpy", line 65, in execute screen AONcellphone(): File "game/AONmod.rpy", line 65, in execute screen AONcellphone(): File "game/AONmod.rpy", line 66, in execute use REALcellphone() File "game/screen/screen_cellphone.rpy", line 46, in execute File "game/screen/screen_cellphone.rpy", line 46, in execute File "game/screen/screen_cellphone.rpy", line 76, in execute File "<screen language>", line 76, in <module> File "game/screen/screen_cellphone.rpy", line 38, in build_cell_page KeyError: u'chelsea' Windows-8-6.2.9200 Ren'Py 7.3.2.320 SP 0.36.02 Sat Oct 19 03:18:41 2019
Someone help me i cant play because i cant acess the Phone
... Yea that was the problemRead the walkthrough. That's not how it works.
The game tracks your study actions, but only updates you grade on the profile page at the end of each week (Friday.)
This might make it seem like study actions aren't doing anything, but they are.
I'm going to assume you took the computer science class on friday... but classes only boost your study score on a crit success, so they are not a reliable way to boost your grade.
No.Turns out I didn't know that grades aren't displayed until Thursday evening or Friday morning.Is it a timing issue? New grades aren't displayed until Thursday evening or Friday morning.
Short answer: Yes.Can I fuck my sister and mom in this version?
Did you add a mod, and if so, was the mod updated to the correct version of the game? Chelsea's fetish scenes work correctly now in an unmodded game.Well, as like before, Chelsea's fetish is still bugged when we talk with Mary, her images doesn't trigger like before for me, and i even tried to extracted the images, tried every possible things and nothing happens.
SFC and Better Experience, both the latest update version.Did you add a mod, and if so, was the mod updated to the correct version of the game? Chelsea's fetish scenes work correctly now in an unmodded game.
May be a corrupt download. I just started a new game and the tutorial loaded just fine.You don't have permission to view the spoiler content. Log in or register now.
Is this a Windows 10 issue? This is unmodded.
I reported the same error. I download the game via mega application that supposedly check(make sure the download is done correctly)May be a corrupt download. I just started a new game and the tutorial loaded just fine.