starkj

Active Member
May 17, 2022
512
688
Can anyone help me solve this problem while im load my last save

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 'O000O00O000OOO0O0'

-- 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/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 'O000O00O000OOO0O0'

Windows-10-10.0.14393
Ren'Py 7.4.6.1693
Eternum 0.5
Fri Jan 20 20:56:56 2023
If you use a mod, you cant play the save without it.
 

Mortarion

Well-Known Member
Donor
Oct 22, 2017
1,763
6,572
Can anyone help me solve this problem while im load my last save

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 'O000O00O000OOO0O0'

-- 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/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 'O000O00O000OOO0O0'

Windows-10-10.0.14393
Ren'Py 7.4.6.1693
Eternum 0.5
Fri Jan 20 20:56:56 2023
SanchoMod?

Use the save fixer from Sancho1969
 
  • Red Heart
Reactions: Sancho1969

Prolko

Member
Dec 23, 2019
211
354
So does anybody know how to access the discord channel? None of the links are working for me, they all say “expired”. Help is much appreciated.
 

LightmanP

Well-Known Member
Modder
Game Developer
Oct 5, 2020
1,669
15,457
So does anybody know how to access the discord channel? None of the links are working for me, they all say “expired”. Help is much appreciated.
Seems like it's only for subs now, they said it's intended.
 

tightbuns

Newbie
Game Developer
Aug 27, 2019
57
387
One thing I'd really like to know... How the hell are you, Caribdis, avoiding getting taken down by Fakku/Illusion for using Honey Select 2, while pulling those patreon numbers?
 

arkypoub

Member
Nov 18, 2018
329
712
Fantastic update !

I didn't get the part with Luna. Which choice did I get wrong in the previous episode (I always say yes to every girl :p ).
 
  • Like
Reactions: Ghosty99

Mad Dog.

Newbie
May 24, 2019
35
24
Quick question. Where do the individual parts start/end?

I want to restart the game and have my saves be aligned with the start of a new part.

Something like this:
Save 1 - Beginning --> End of 0.1
Save 2 - Beginning of 0.2 --> End of 0.2
Save 3 - Beginning of 0.3 --> End of 0.3
etc.
 

arkypoub

Member
Nov 18, 2018
329
712
Be more specific.
Don't know what else to say lol. I didn't get the Luna part in this episode. It's jumping from the terasse event directly to the house event before the party. And I didn't say anything negative to Luna in the previous episodes,that's why I don't get it.
 

ChipLecsap

Conversation Conqueror
Aug 4, 2019
6,036
22,802
Good update overall.

You don't have permission to view the spoiler content. Log in or register now.
You do realize that, " without this scene " you will simply won't have a Nova path right? :LOL:
I'm, just curious :unsure:, of How could you claim that Nova is your favorite "Love Interest so far "
When you don't like the actual Path what specifically define Nova.
 

ChipLecsap

Conversation Conqueror
Aug 4, 2019
6,036
22,802
Don't know what else to say lol. I didn't get the Luna part in this episode. It's jumping from the terasse event directly to the house event before the party. And I didn't say anything negative to Luna in the previous episodes,that's why I don't get it.
Well, She text you in the last episode 0.4, if you would like to Spend a weekend with her and her Dad and their family, for same celebration of the Dead.
looks like you rejected her :unsure: , by saying you don't want to bother this family meeting or something.
 
  • Like
Reactions: arkypoub
4.80 star(s) 910 Votes