Shadow4108
Newbie
- Aug 7, 2021
- 17
- 19
- 109
I have the Android link (mediafire) do you want it?I think god tier just released 2 hours ago, still no android?
I have the Android link (mediafire) do you want it?I think god tier just released 2 hours ago, still no android?
Calypso already part of it , and She will remain important. Have you paid attention the story she was telling, t, the Hero who showed up Saving the princess , cleary had the Gem of Dooms, so I guess history will repeat itselfCaribdis needs to expand the harem. Calypso obviously needs to be included. And now that the MC knows that Eva lost her job to help him out, he will be wanting to bring her in too.
I think the 'procedure' that Alex was going to have done to her at the end involved a little blue box....
Pretty pleaseI have the Android link (mediafire) do you want it?
So Dalia knows our Mc has had sexual contact with Penny? I thought the relationship between Penny,Dalia and Nacy were secret.I love Dalia's competitive side
I already foressen a scene, where Orion duplicate himself, and Fuck Dalia and Penny in the same time, while they verbali compete with each other of who can take it HarderYou don't have permission to view the spoiler content. Log in or register now..
Caribdis - Make it Happen, You know you want it![]()
Dahlia in Eternum, Alex real life.is the new scene with Dali and Alex happened in real life or in Eternum ?
No. Orion tell Dalia, that Penny drunk that Truth serum thing, on the Harry potter server, and confessed that she likes it rough.So Dalia knows our Mc has had sexual contact with Penny? I thought the relationship between Penny,Dalia and Nacy were secret.
PD: I hope Caribdis reads your comment and makes it come true.![]()
Send me too plsI have the Android link (mediafire) do you want it?
Can I have it too?I have the Android link (mediafire) do you want it?
Send me tooI have the Android link (mediafire) do you want it?
[code]
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/00action_file.rpy", line 462, in __call__
renpy.load(fn)
AttributeError: 'StoreModule' object has no attribute 'OOOOOO0O00O00OO00'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/common/_layout/screen_load_save.rpym", line 35, in script
$ ui.interact()
File "renpy/ast.py", line 922, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2218, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/_layout/screen_load_save.rpym", line 35, in <module>
$ ui.interact()
File "renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3276, 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 4100, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "renpy/display/layout.py", line 1062, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/transition.py", line 48, in event
return self.new_widget.event(ev, x, y, st) # E1101
File "renpy/display/layout.py", line 1062, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1062, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/screen.py", line 720, in event
rv = self.child.event(ev, x, y, st)
File "renpy/display/layout.py", line 1062, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1252, in event
rv = super(Window, self).event(ev, x, y, st)
File "renpy/display/layout.py", line 245, in event
rv = d.event(ev, x - xo, y - yo, st)
File "renpy/display/layout.py", line 1062, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1062, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/behavior.py", line 979, in event
return handle_click(self.clicked)
File "renpy/display/behavior.py", line 914, in handle_click
rv = run(action)
File "renpy/display/behavior.py", line 322, in run
new_rv = run(i, *args, **kwargs)
File "renpy/display/behavior.py", line 329, in run
return action(*args, **kwargs)
File "renpy/common/00action_file.rpy", line 462, in __call__
renpy.load(fn)
File "renpy/loadsave.py", line 768, in load
roots, log = loads(location.load(filename))
File "renpy/loadsave.py", line 63, in loads
return cPickle.loads(s)
AttributeError: 'StoreModule' object has no attribute 'OOOOOO0O00O00OO00'
Windows-10-10.0.19041
Ren'Py 7.4.6.1693
Eternum 0.6
Sat Jul 29 20:52:44 2023
v great my save don't work anymore.. i reinstalled windows but i have them into a partition that wasn't touched...any idea of why they dowsn'r works? please.
[/CODE]Code:[code] I'm sorry, but an uncaught exception occurred. While running game code: File "renpy/common/00action_file.rpy", line 462, in __call__ renpy.load(fn) AttributeError: 'StoreModule' object has no attribute 'OOOOOO0O00O00OO00' -- Full Traceback ------------------------------------------------------------ Full traceback: File "renpy/common/_layout/screen_load_save.rpym", line 35, in script $ ui.interact() File "renpy/ast.py", line 922, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "renpy/python.py", line 2218, in py_exec_bytecode exec(bytecode, globals, locals) File "renpy/common/_layout/screen_load_save.rpym", line 35, in <module> $ ui.interact() File "renpy/ui.py", line 298, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "renpy/display/core.py", line 3276, 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 4100, in interact_core rv = root_widget.event(ev, x, y, 0) File "renpy/display/layout.py", line 1062, in event rv = i.event(ev, x - xo, y - yo, cst) File "renpy/display/transition.py", line 48, in event return self.new_widget.event(ev, x, y, st) # E1101 File "renpy/display/layout.py", line 1062, in event rv = i.event(ev, x - xo, y - yo, cst) File "renpy/display/layout.py", line 1062, in event rv = i.event(ev, x - xo, y - yo, cst) File "renpy/display/screen.py", line 720, in event rv = self.child.event(ev, x, y, st) File "renpy/display/layout.py", line 1062, in event rv = i.event(ev, x - xo, y - yo, cst) File "renpy/display/layout.py", line 1252, in event rv = super(Window, self).event(ev, x, y, st) File "renpy/display/layout.py", line 245, in event rv = d.event(ev, x - xo, y - yo, st) File "renpy/display/layout.py", line 1062, in event rv = i.event(ev, x - xo, y - yo, cst) File "renpy/display/layout.py", line 1062, in event rv = i.event(ev, x - xo, y - yo, cst) File "renpy/display/behavior.py", line 979, in event return handle_click(self.clicked) File "renpy/display/behavior.py", line 914, in handle_click rv = run(action) File "renpy/display/behavior.py", line 322, in run new_rv = run(i, *args, **kwargs) File "renpy/display/behavior.py", line 329, in run return action(*args, **kwargs) File "renpy/common/00action_file.rpy", line 462, in __call__ renpy.load(fn) File "renpy/loadsave.py", line 768, in load roots, log = loads(location.load(filename)) File "renpy/loadsave.py", line 63, in loads return cPickle.loads(s) AttributeError: 'StoreModule' object has no attribute 'OOOOOO0O00O00OO00' Windows-10-10.0.19041 Ren'Py 7.4.6.1693 Eternum 0.6 Sat Jul 29 20:52:44 2023
damn ...hope dsomeone could help us..so isnt' something about reisntalling winmdows..as i guessed it wasn't the case..i use the mod too. as i used before.I have this same exact same issue (identical error and traceback). Does anyone know how to fix this??