- Aug 25, 2022
- 28
- 11
[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??
looks like you used a mod for 0.5 (these zeros and Os look like SanchoMod), so either wait for the mod update, or if it's the SanchoMod, there's a fix in the mod threadv 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
looks like you used a mod for 0.5 (these zeros and Os look like SanchoMod), so either wait for the mod update, or if it's the SanchoMod, there's a fix in the mod thread
here, in the spoiler under SaveFixerThis might be it. I feel like I did use a SanchoMod for Eternum, not LightmanP like this time...is there no longer a SanchoMod for Eternum?? crabsinthekitchen you mention a fix in the mod thread...I apologize for being blind, but can't find that. Any chance you could link it?
yep this thought was the usual mod..why there are 2 of therm?This might be it. I feel like I did use a SanchoMod for Eternum, not LightmanP like this time...is there no longer a SanchoMod for Eternum?? EDIT: Found the fix crabsinthekitchen mentioned here --> https://f95zone.to/threads/eternum-v0-5r-multi-mod-sancho1969.112023/
it doesn't work cuz sancho hasn't updated to 0,6 yet..and i don't know why there is no direct link to sancho m,od in first page as it was been beforehere, in the spoiler under SaveFixer
https://f95zone.to/threads/eternum-v0-5r-multi-mod-sancho1969.112023/
the link
but is sancho mod isnt updated it doesn't help at all the fixThis might be it. I feel like I did use a SanchoMod for Eternum, not LightmanP like this time...is there no longer a SanchoMod for Eternum?? EDIT: Found the fix crabsinthekitchen mentioned here --> https://f95zone.to/threads/eternum-v0-5r-multi-mod-sancho1969.112023/
I agree with you. But if I'm not mistaken, Penny said that she had one boyfriend at school and the relationship did not last long and was not serious, and she also said that she did not shy away from casual relationships at one time, so the likelihood that she was a virgin is still high.I don't really care if any of the girls are virgins, but I'm gonna add my 2c. Realistically neither penny or Alex would be virgins. They act fairly mature, they don't display hesitation or embarrassment to sexual situations, they are both super attractive so finding a willing partner for either of them would not habe been a problem and penny in particular has shown to have had an interest in dating way before Orion returned.
That being the case I am thinking that they are probably virgins. Because this is a porn game and all those things can be written around or excused or explained by porn logic. And porn game design rule number 1 of catering to the virgin lovers means that any girl that can be a virgin will be. And any girl that cannot possibly be a virgin, because she has children, will be written with a background designed to explain that she has had the least amount of dick possibly to get her to this point.
Not every game follows this rule, but nancies backstory heavily implies that eternum does. She's a mother, who's incredibly sexy, incredibly horny and incredibly young looking, yet she married, got two kids, immediatly left by her husband and never even dated once, in nearly 2 decades until the start of the story.
So penny and Alex are likely virgins. Maybe penny got turned off guys by her first boyfriend, Alex likely got sick of guys going for her for her families money. Pennies mature because she's in college and has likely a lot of experience with attempted sexual advances as a model. Alex is forward the way she is because she sees Orion as her potential prince charming.
I don't care if they are not, but that's my guess anyway.
Pleease I would love itI have the Android link (mediafire) do you want it?
I would freaking love that. Thanks mate!I have the Android link (mediafire) do you want it?