kylarnoel

Newbie
Aug 31, 2019
64
21
Getting the below exception during the battle-scene right before the scene with Zanarak (Markus, Kiara and MC fight scene), if Kiara and/or MC takes a health potion mid-fight. I'm not entirely sure if it's a specific health potion that's triggering it. I was able to finish the fight without Kiara or MC taking one, but it makes things hard....

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:\f95\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:\f95\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:\f95\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:\f95\ParasiteBlack-0.148-pc\renpy\ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "F:\f95\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:\f95\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.19044 AMD64
Ren'Py 8.0.3.22090809
Parasite Black 0.148
Mon May 15 23:11:07 2023
 

lostraven

Engaged Member
Donor
Game Developer
Apr 27, 2017
3,006
13,427
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.
You do not need to replay any of Act 1 to see the 'latest content' this is a tech build with just some art in the prologue revamped.

You can skip currently up to the point of post saving Ves the Orc. Supplying saves for each and every decision will increasingly become futile due to the games RPG nature.

We've mentioned many times before the current issues around saves due to engine changes and what we're doing to try and resolve the issue(s). The save issue I hope within the next 3 months can be re-evaulated.
 

Groundlbr

Newbie
Jul 5, 2017
43
68
For some reason I'm getting errors during the "scenes." The gallery also isn't working. Anybody else having this issue?
 

Alleycat_2017

Member
Sep 1, 2017
284
331
You do not need to replay any of Act 1 to see the 'latest content' this is a tech build with just some art in the prologue revamped.

You can skip currently up to the point of post saving Ves the Orc. Supplying saves for each and every decision will increasingly become futile due to the games RPG nature.

We've mentioned many times before the current issues around saves due to engine changes and what we're doing to try and resolve the issue(s). The save issue I hope within the next 3 months can be re-evaulated.
That's what meant, even going from the saving of Ves is a lot of rework. I understand that there are changes that cause old saves to break. What I am suggesting is that either a full save up to the point where that last updated ended is included with an update. With a note that some content may be missed? Or a similar set up that let's you skip the prologue, allows you to start the update where the last one left off. Again, I understand that may cause some content to be missed. But that's a choice for players to make. As I said, I don't know how much work that would be.

I'm not criticizing the story, quality, or content of the game. I like the game. The more content you add, in my view, the more onerous it will get for players to get to a point where they can continue the story. So, I'm simply saving myself that frustration. Once it's no longer an issue then I'll happily pick it back up again.
 
  • Like
Reactions: OxnaSolvak

corkui

Newbie
Oct 22, 2022
29
15
Useless, started from the beginning, and only to have the game crash on every battle scene, I give up,!


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 "game/engine/locations/coreLoop.rpyc", line 61, in script call
File "game/engine/locations/coreLoop.rpyc", line 28, in script call
File "game/data/world_quests/main/Prologue/qst_prologue.rpyc", line 126, in script call
File "game/data/world_quests/main/Prologue/script_prologue.rpyc", line 2688, in script
File "K:\Games\Parasite Black\ParasiteBlack-0.148-IC-GU-URM\renpy\ast.py", line 1131, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "K:\Games\Parasite Black\ParasiteBlack-0.148-IC-GU-URM\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 "K:\Games\Parasite Black\ParasiteBlack-0.148-IC-GU-URM\renpy\exports.py", line 3181, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "K:\Games\Parasite Black\ParasiteBlack-0.148-IC-GU-URM\renpy\ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "K:\Games\Parasite Black\ParasiteBlack-0.148-IC-GU-URM\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 "K:\Games\Parasite Black\ParasiteBlack-0.148-IC-GU-URM\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.22621 AMD64
Ren'Py 8.0.3.22090809
Parasite Black 0.148
Tue May 16 22:12:08 2023
 

lostraven

Engaged Member
Donor
Game Developer
Apr 27, 2017
3,006
13,427
Useless, started from the beginning, and only to have the game crash on every battle scene, I give up,!


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 "game/engine/locations/coreLoop.rpyc", line 61, in script call
File "game/engine/locations/coreLoop.rpyc", line 28, in script call
File "game/data/world_quests/main/Prologue/qst_prologue.rpyc", line 126, in script call
File "game/data/world_quests/main/Prologue/script_prologue.rpyc", line 2688, in script
File "K:\Games\Parasite Black\ParasiteBlack-0.148-IC-GU-URM\renpy\ast.py", line 1131, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "K:\Games\Parasite Black\ParasiteBlack-0.148-IC-GU-URM\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 "K:\Games\Parasite Black\ParasiteBlack-0.148-IC-GU-URM\renpy\exports.py", line 3181, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "K:\Games\Parasite Black\ParasiteBlack-0.148-IC-GU-URM\renpy\ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "K:\Games\Parasite Black\ParasiteBlack-0.148-IC-GU-URM\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 "K:\Games\Parasite Black\ParasiteBlack-0.148-IC-GU-URM\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.22621 AMD64
Ren'Py 8.0.3.22090809
Parasite Black 0.148
Tue May 16 22:12:08 2023
Follow the instructions and delete persistent data on bootup.
 

Blowns

New Member
May 1, 2018
5
0
Day 2 of asking if anyone know where Elena is, cause i'm supposed to talk to her but i can't find her anywhere :/ I'm doing the "Shared in Thorns" quest by the way
 

clamp360

Member
Apr 29, 2020
468
336
Is the incest intended or just fan added? Like are the characters supposed to be related but can't because patreon and so the incest makes sense or is it just forcing a familial relationship on them to serve a fetish?
 

Eonor

Active Member
Sep 9, 2017
845
1,960
Made a compressed Android port of Parasite Black v0.148 with an incest patch included.

Got some basic gestures loaded in: swipe up for save menu, swipe down to hide UI, swipe left to rollback and swipe right to skip.

Please let me know if you encounter any issues with the port and I'll see what I can do to get them sorted.

Links: -
 

BGRW2020

Engaged Member
Jul 8, 2020
2,124
2,058
Anyone having any problems with 148, mine seems to crash every so often and not in the same places
 

lostraven

Engaged Member
Donor
Game Developer
Apr 27, 2017
3,006
13,427
The Alderian COMPETITION! (For all tiers!)

Hey guys,

you may have noticed recently that 'The Duke' tier and 'The Mad King' tier have been purged. We did this, simply because we felt like if someone actually did support us with those perks, while we would be grateful for the support, it would long-term impede our ability to actual produce content at the steady(ish) pace we do.

With that said, we DO still want to up community involvement, so, we've decided to throw a competiton for YOU, our supporters, to suggest your own optional side quest for Parasite Black!

That's right, have a burning idea for a side quest you think would really be cool? Now's your chance to throw it out there!

The way the competition will work is the most popular/upvoted ideas (or our personal top picks) will be gathered up into a final poll with the winning quest/idea with the most votes eventually being implemented into the game!



How to send your idea?:

Either post your idea over on the discord PATRON ONLY chat of the discord with the words 'COMP SUBMISSION' before your text explaining your idea.



Discord link below for those wanting it: (Copy and paste into header)





How to take part other than submitting an idea?:

-Simple! Just upvote your favorite ideas on the patron only chat as you see them! It'll give us a pre-cursor understand of what people want to see as we pick out the top ten for the poll!



A few rules:

-We retain the right to refuse a quest idea for whatever reason, (even if you get a lot of votes).

-Nothing illegal, no lolis allowed.

-You can be as detailed as you want with the quest, sex scenes, lore, locations, but remember, the more 'extravagent' the idea is, the more likely we'd have to say 'No.' If the quest would take us 6 months+ to make, short of being an extraordinary good idea, its unlikely to be accepted.

-If the quest/idea focuses on any of the love interests in-game now or main characters, beware you'll only be allowed lewd scenes up to the romance they are currently ... No, your Regina X Elena BDSM double slave anal scene is not happening (yet).

-The side quest has to fit the world and established lore of Parasite Black, dark, medieval fantasy ... No boarding the mothership and heading to planet of the three-tiddy waifus.

-No NTR, (that is Netorare or Netorase), scat, watersports, etc... Netori focus is fine, optional swinging and things like that are also fine. MC (topping) another male character is also fine but not MC being topped by another guy. (*Cough* Not my thing so :p )



Please note:

The quest will likely be implemented *after* the established release deadline timeline we've set out already in prep for our steam launch. If we can implement it before then, we will.



That's it for now,

Thank you guys so much for your support!

Looking forward to reading your ideas!


-The Damned Studios Team!

1684435322391.png


P.s ...The Elena pin-up is still coming, we haven't forgotten, we're just busy as all hell.

P.s.s ... We are considering a special 'Aristocrat' only competition as well, and whatever thsat might entail.
 
4.30 star(s) 80 Votes