Follow instructions on start up and delete persistent data.Getting a lot of errors. Basically every time there's an animation.
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/data/world_quests/main/Prologue/script_prologue.rpy", line 2688, in <module>
File "game/engine/battle/CombatEncounter.rpy", line 49, in perform
File "game/engine/battle/BattleScene.rpy", line 364, in performBattle
File "game/engine/callbacks/periodicTick.rpy", line 5, in periodicTick
File "game/engine/callbacks/DelayedCBManager.rpy", line 38, in tick
File "game/engine/callbacks/DelayedCBManager.rpy", line 60, in _processIterObj
File "game/engine/utility/RecursiveIterator.rpy", line 24, in next
File "game/engine/battle/BattleScene.rpy", line 134, in tempUseItemIter
File "game/engine/inventory/functions.rpy", line 139, in RemItemByIndex
KeyError: 2
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "engine/locations/coreLoop.rpyc", line 61, in script call
File "engine/locations/coreLoop.rpyc", line 28, in script call
File "data/world_quests/main/Prologue/qst_prologue.rpyc", line 126, in script call
File "data/world_quests/main/Prologue/script_prologue.rpyc", line 2688, in script
File "F:\`Game Testing\Parasite Black\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 "F:\`Game Testing\Parasite Black\ParasiteBlack-0.148-pc\renpy\python.py", line 1061, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/data/world_quests/main/Prologue/script_prologue.rpy", line 2688, in <module>
File "game/engine/battle/CombatEncounter.rpy", line 49, in perform
File "game/engine/battle/BattleScene.rpy", line 364, in performBattle
File "F:\`Game Testing\Parasite Black\ParasiteBlack-0.148-pc\renpy\exports.py", line 3181, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "F:\`Game Testing\Parasite Black\ParasiteBlack-0.148-pc\renpy\ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "F:\`Game Testing\Parasite Black\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 "F:\`Game Testing\Parasite Black\ParasiteBlack-0.148-pc\renpy\display\core.py", line 4101, in interact_core
i()
File "game/engine/callbacks/periodicTick.rpy", line 5, in periodicTick
File "game/engine/callbacks/DelayedCBManager.rpy", line 38, in tick
File "game/engine/callbacks/DelayedCBManager.rpy", line 60, in _processIterObj
File "game/engine/utility/RecursiveIterator.rpy", line 24, in next
File "game/engine/battle/BattleScene.rpy", line 134, in tempUseItemIter
File "game/engine/inventory/functions.rpy", line 139, in RemItemByIndex
KeyError: 2
Windows-10-10.0.19045 AMD64
Ren'Py 8.0.3.22090809
Parasite Black 0.148
Sun May 14 13:08:50 2023
Have you tried deleting persistent data?Just started the game v 148 from the beginning, love it btw. Just to let you know, I've encountered an error at the fort where I meet the Brutes. Want to help identify the problem so I copied the code. Sorry for the noobness on my part but I don't know if this is what you need or not to address the problem. Good luck and thanks for listening!
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/data/world_quests/main/Prologue/script_prologue.rpy", line 2688, in <module> File "game/engine/battle/CombatEncounter.rpy", line 49, in perform File "game/engine/battle/BattleScene.rpy", line 364, in performBattle File "game/engine/callbacks/periodicTick.rpy", line 5, in periodicTick File "game/engine/callbacks/DelayedCBManager.rpy", line 38, in tick File "game/engine/callbacks/DelayedCBManager.rpy", line 60, in _processIterObj File "game/engine/utility/RecursiveIterator.rpy", line 24, in next File "game/engine/battle/BattleScene.rpy", line 134, in tempUseItemIter File "game/engine/inventory/functions.rpy", line 139, in RemItemByIndex KeyError: 2 -- Full Traceback ------------------------------------------------------------ Full traceback: File "engine/locations/coreLoop.rpyc", line 61, in script call File "engine/locations/coreLoop.rpyc", line 28, in script call File "data/world_quests/main/Prologue/qst_prologue.rpyc", line 126, in script call File "data/world_quests/main/Prologue/script_prologue.rpyc", line 2688, in script File "F:\`Game Testing\Parasite Black\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 "F:\`Game Testing\Parasite Black\ParasiteBlack-0.148-pc\renpy\python.py", line 1061, in py_exec_bytecode exec(bytecode, globals, locals) File "game/data/world_quests/main/Prologue/script_prologue.rpy", line 2688, in <module> File "game/engine/battle/CombatEncounter.rpy", line 49, in perform File "game/engine/battle/BattleScene.rpy", line 364, in performBattle File "F:\`Game Testing\Parasite Black\ParasiteBlack-0.148-pc\renpy\exports.py", line 3181, in call_screen rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward) File "F:\`Game Testing\Parasite Black\ParasiteBlack-0.148-pc\renpy\ui.py", line 299, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "F:\`Game Testing\Parasite Black\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 "F:\`Game Testing\Parasite Black\ParasiteBlack-0.148-pc\renpy\display\core.py", line 4101, in interact_core i() File "game/engine/callbacks/periodicTick.rpy", line 5, in periodicTick File "game/engine/callbacks/DelayedCBManager.rpy", line 38, in tick File "game/engine/callbacks/DelayedCBManager.rpy", line 60, in _processIterObj File "game/engine/utility/RecursiveIterator.rpy", line 24, in next File "game/engine/battle/BattleScene.rpy", line 134, in tempUseItemIter File "game/engine/inventory/functions.rpy", line 139, in RemItemByIndex KeyError: 2 Windows-10-10.0.19045 AMD64 Ren'Py 8.0.3.22090809 Parasite Black 0.148 Sun May 14 13:08:50 2023
Started a new game, I did delete the data and retried, and got the error again.Have you tried deleting persistent data?
Okay I'll pass that on to take a look to the codersStarted a new game, I did delete the data and retried, and got the error again.
Currently in-game there is a male elf you can help make more 'feminine' in-game with a couple lewd scenes.So i dont want to be that guy and it may of been asked already but when will the Futa/trans content be made just wondering like is that the last thing, and my next question is what is the planned content for futa is it a 1 off scene or is there going to be multiple characters that are futa/trans (then what kinda of content is it futa on female or futa on futa or futa on male) just trying to get my ducks in a row here.
Okay I'll pass that on to take a look to the coders
Thanks for the reply, look forward to the next update. I really am enjoying the game!
Don't get why some people like their girls to look prepubescent.thanks buddy for the game!!!
these 3 stuffs need to be investigated.......
OLD v0.147 VS NEW v0.148
-new nijah prologue missionary anims
View attachment 2615488
wow is another different thingy....also she lost the tattoo and the pubic hair....... I disapprove !!!! old was better!!!
new kiara prologue cowgirl anims & narrative
View attachment 2615502
mhh nice try....they adden a new blowjob in the first fase...but then??? light changes and pubic hair disappear AGAIN!!!!!
also she goes in ahegao (tongue out) at the end in the old one.... was super sexy....is removed on the new :-(
I disapprove !!!! old was better!!! and with ahegao!!!!
- new kiara prologue bj anim
View attachment 2615510
at least this is pretty similar........but without the man arm the suck is way less deeper.... so-so......
I disapprove !!!! old was better!!! was with more deepthroat and was more sexy!!!!
so from now on i will keep one extra version for these old animation !!!!
the v0.145 was the last with the trasparent dialog interface compatible.....more info here
https://f95zone.to/threads/parasite-black-v0-147-damned-studios.92995/post-10482908
salut!!!
Damn there are still errors with the saveOld save don't work AGAIN, so I'll come back here when the developer decides what they want to do with the game, because it's annoying to start over
I'll pass it on, any details about what caused the error in game?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
none whatsoever, just loading my last save file from the last release (quick saves and auto saves does the same thing)I'll pass it on, any details about what caused the error in game?
Try a fresh save. Old saves are likely to bug out due to engine changes atm.none whatsoever, just loading my last save file from the last release (quick saves and auto saves does the same thing)
Thanks for the Clarification =)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.