Defrik

Newbie
Jul 31, 2017
63
38
Cleared persistent data but...

I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/00action_file.rpy", line 463, in __call__
renpy.load(fn)
AttributeError: Can't get attribute 'ItemStorage' on <renpy.python.StoreModule object at 0x0000000004a77670>

-- Full Traceback ------------------------------------------------------------

Full traceback:
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
python hide:
File "C:\Users\nexus\Desktop\ParasiteBlack-0.148-pc\renpy\ast.py", line 1131, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Users\nexus\Desktop\ParasiteBlack-0.148-pc\renpy\python.py", line 1061, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
python hide:
File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
ui.interact()
File "C:\Users\nexus\Desktop\ParasiteBlack-0.148-pc\renpy\ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Users\nexus\Desktop\ParasiteBlack-0.148-pc\renpy\display\core.py", line 3377, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
File "C:\Users\nexus\Desktop\ParasiteBlack-0.148-pc\renpy\display\core.py", line 4258, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "C:\Users\nexus\Desktop\ParasiteBlack-0.148-pc\renpy\display\layout.py", line 1175, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\nexus\Desktop\ParasiteBlack-0.148-pc\renpy\display\layout.py", line 1175, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\nexus\Desktop\ParasiteBlack-0.148-pc\renpy\display\layout.py", line 1175, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\nexus\Desktop\ParasiteBlack-0.148-pc\renpy\display\screen.py", line 743, in event
rv = self.child.event(ev, x, y, st)
File "C:\Users\nexus\Desktop\ParasiteBlack-0.148-pc\renpy\display\layout.py", line 1175, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\nexus\Desktop\ParasiteBlack-0.148-pc\renpy\display\layout.py", line 1175, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\nexus\Desktop\ParasiteBlack-0.148-pc\renpy\display\layout.py", line 279, in event
rv = d.event(ev, x - xo, y - yo, st)
File "C:\Users\nexus\Desktop\ParasiteBlack-0.148-pc\renpy\display\layout.py", line 1175, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\nexus\Desktop\ParasiteBlack-0.148-pc\renpy\display\layout.py", line 1175, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\nexus\Desktop\ParasiteBlack-0.148-pc\renpy\display\behavior.py", line 1073, in event
return handle_click(self.clicked)
File "C:\Users\nexus\Desktop\ParasiteBlack-0.148-pc\renpy\display\behavior.py", line 1008, in handle_click
rv = run(action)
File "C:\Users\nexus\Desktop\ParasiteBlack-0.148-pc\renpy\display\behavior.py", line 329, in run
return action(*args, **kwargs)
File "renpy/common/00action_file.rpy", line 463, in __call__
renpy.load(fn)
File "C:\Users\nexus\Desktop\ParasiteBlack-0.148-pc\renpy\loadsave.py", line 768, in load
roots, log = loads(location.load(filename))
File "C:\Users\nexus\Desktop\ParasiteBlack-0.148-pc\renpy\compat\pickle.py", line 100, in loads
return load(io.BytesIO(s))
File "C:\Users\nexus\Desktop\ParasiteBlack-0.148-pc\renpy\compat\pickle.py", line 97, in load
return up.load()
File "C:\Users\nexus\Desktop\ParasiteBlack-0.148-pc\renpy\compat\pickle.py", line 93, in find_class
return super().find_class(module, name)
AttributeError: Can't get attribute 'ItemStorage' on <renpy.python.StoreModule object at 0x0000000004a77670>

Windows-10-10.0.19041 AMD64
Ren'Py 8.0.3.22090809
Parasite Black 0.148
Sun May 14 16:40:17 2023
 

lostraven

Engaged Member
Donor
Game Developer
Apr 27, 2017
2,902
12,898
Cleared persistent data but...

I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/00action_file.rpy", line 463, in __call__
renpy.load(fn)
AttributeError: Can't get attribute 'ItemStorage' on <renpy.python.StoreModule object at 0x0000000004a77670>

-- Full Traceback ------------------------------------------------------------

Full traceback:
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
python hide:
File "C:\Users\nexus\Desktop\ParasiteBlack-0.148-pc\renpy\ast.py", line 1131, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Users\nexus\Desktop\ParasiteBlack-0.148-pc\renpy\python.py", line 1061, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
python hide:
File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
ui.interact()
File "C:\Users\nexus\Desktop\ParasiteBlack-0.148-pc\renpy\ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Users\nexus\Desktop\ParasiteBlack-0.148-pc\renpy\display\core.py", line 3377, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
File "C:\Users\nexus\Desktop\ParasiteBlack-0.148-pc\renpy\display\core.py", line 4258, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "C:\Users\nexus\Desktop\ParasiteBlack-0.148-pc\renpy\display\layout.py", line 1175, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\nexus\Desktop\ParasiteBlack-0.148-pc\renpy\display\layout.py", line 1175, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\nexus\Desktop\ParasiteBlack-0.148-pc\renpy\display\layout.py", line 1175, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\nexus\Desktop\ParasiteBlack-0.148-pc\renpy\display\screen.py", line 743, in event
rv = self.child.event(ev, x, y, st)
File "C:\Users\nexus\Desktop\ParasiteBlack-0.148-pc\renpy\display\layout.py", line 1175, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\nexus\Desktop\ParasiteBlack-0.148-pc\renpy\display\layout.py", line 1175, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\nexus\Desktop\ParasiteBlack-0.148-pc\renpy\display\layout.py", line 279, in event
rv = d.event(ev, x - xo, y - yo, st)
File "C:\Users\nexus\Desktop\ParasiteBlack-0.148-pc\renpy\display\layout.py", line 1175, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\nexus\Desktop\ParasiteBlack-0.148-pc\renpy\display\layout.py", line 1175, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\nexus\Desktop\ParasiteBlack-0.148-pc\renpy\display\behavior.py", line 1073, in event
return handle_click(self.clicked)
File "C:\Users\nexus\Desktop\ParasiteBlack-0.148-pc\renpy\display\behavior.py", line 1008, in handle_click
rv = run(action)
File "C:\Users\nexus\Desktop\ParasiteBlack-0.148-pc\renpy\display\behavior.py", line 329, in run
return action(*args, **kwargs)
File "renpy/common/00action_file.rpy", line 463, in __call__
renpy.load(fn)
File "C:\Users\nexus\Desktop\ParasiteBlack-0.148-pc\renpy\loadsave.py", line 768, in load
roots, log = loads(location.load(filename))
File "C:\Users\nexus\Desktop\ParasiteBlack-0.148-pc\renpy\compat\pickle.py", line 100, in loads
return load(io.BytesIO(s))
File "C:\Users\nexus\Desktop\ParasiteBlack-0.148-pc\renpy\compat\pickle.py", line 97, in load
return up.load()
File "C:\Users\nexus\Desktop\ParasiteBlack-0.148-pc\renpy\compat\pickle.py", line 93, in find_class
return super().find_class(module, name)
AttributeError: Can't get attribute 'ItemStorage' on <renpy.python.StoreModule object at 0x0000000004a77670>

Windows-10-10.0.19041 AMD64
Ren'Py 8.0.3.22090809
Parasite Black 0.148
Sun May 14 16:40:17 2023
I'll pass it on, any details about what caused the error in game?
 

lostraven

Engaged Member
Donor
Game Developer
Apr 27, 2017
2,902
12,898
none whatsoever, just loading my last save file from the last release (quick saves and auto saves does the same thing)
Try a fresh save. Old saves are likely to bug out due to engine changes atm.
 

bicardium

Newbie
May 16, 2017
49
63
Okay I'll pass that on to take a look to the coders



Currently in-game there is a male elf you can help make more 'feminine' in-game with a couple lewd scenes.

There will be a selection of futa characters as well, including the mages of Palam. Their update is listed in the release schedule we discussed in a previous news post.

The content is Male (top) on futa/ trans/femboy etc. (For that type of content - the game isn't just exclusive to that for clarities sake)

There will be some futa x girl stuff or male x futa x girl stuff as well.

All scenes are optional.
Thanks for the Clarification =)
 

Hysni

Engaged Member
Jan 7, 2020
2,853
5,183
Hmm (Landlady-Mom) no content with her or his (Sister -roomate) cant find her yet ... :(
Scenes are good (y)
 

lostraven

Engaged Member
Donor
Game Developer
Apr 27, 2017
2,902
12,898
Alderian news!

Hey everyone :)

We're currently still hard at work on the content update, mainly focused on gather assets still for the Adventure's guild D-tier quests and various other things.

It's still early days yet, so there's not much else to say other than that really at the moment! I'll hopefully have more substantial news for you guys soon! But in the meanwhile, we hope you enjoy these teasers!

Road inns have long provided safe haven and warm food to many a merchant or adventurer during their travels across Alderay. In recent times however, these inns have had to adapt to the war, and themselves have now become mini-fortresses.

As always, thank you all for your support,
you guys are awesome and make all of this possible!
We'll definately have more substantial news soon!


-The Damned Studios Team

Thea's seen many a would-be adventurer come and go, usually ending in disaster ... Will you be different and stand out from the rest?
 

Alleycat_2017

Member
Sep 1, 2017
275
318
I'm done. Sorry dev, but even playing through from Act 1 again; that's still a ton of content to replay. If you're going to continue to make saves from previous builds unplayable can I suggest you include a save file with your updates for those of us that are bored of getting Regina's package again for her, and then building ourselves back up to where we were before we can play new content? Or do what you did with the act 1 start point at the point the last update ended? I don't know how much work that would be.

Wish you all the best, I was enjoying the story, but this approach isn't for me.
 
4.30 star(s) 74 Votes