Dark Anu

Member
Game Developer
Jul 8, 2017
446
2,282
i have the issue on the dungeon on 5-6 floor. After Rose destroyed the crystal i see grey screen with the script error.

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/000statements.rpy", line 519, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/core/battle_system/test_battle.rpy", line 1196, in execute
  File "game/core/battle_system/test_battle.rpy", line 1196, in execute
  File "game/core/battle_system/test_battle.rpy", line 1250, in execute
  File "game/core/battle_system/test_battle.rpy", line 1251, in execute
IndexError: list index out of range

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

Full traceback:
  File "core/events/0.4.2/maya_on_lake_0_4_2.rpyc", line 77, in script call
  File "core/battle_system/test_battle.rpyc", line 3183, in script
  File "/private/var/folders/mp/h2m72vk50lg8t40dyv9ffjp80000gn/T/AppTranslocation/1539E2D3-ED49-41A4-857E-14B7F4A083A1/d/ForbiddenFruit.app/Contents/Resources/autorun/renpy/ast.py", line 1828, in execute
    self.call("execute")
  File "/private/var/folders/mp/h2m72vk50lg8t40dyv9ffjp80000gn/T/AppTranslocation/1539E2D3-ED49-41A4-857E-14B7F4A083A1/d/ForbiddenFruit.app/Contents/Resources/autorun/renpy/ast.py", line 1816, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "/private/var/folders/mp/h2m72vk50lg8t40dyv9ffjp80000gn/T/AppTranslocation/1539E2D3-ED49-41A4-857E-14B7F4A083A1/d/ForbiddenFruit.app/Contents/Resources/autorun/renpy/statements.py", line 177, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 519, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "/private/var/folders/mp/h2m72vk50lg8t40dyv9ffjp80000gn/T/AppTranslocation/1539E2D3-ED49-41A4-857E-14B7F4A083A1/d/ForbiddenFruit.app/Contents/Resources/autorun/renpy/exports.py", line 2710, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "/private/var/folders/mp/h2m72vk50lg8t40dyv9ffjp80000gn/T/AppTranslocation/1539E2D3-ED49-41A4-857E-14B7F4A083A1/d/ForbiddenFruit.app/Contents/Resources/autorun/renpy/ui.py", line 287, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "/private/var/folders/mp/h2m72vk50lg8t40dyv9ffjp80000gn/T/AppTranslocation/1539E2D3-ED49-41A4-857E-14B7F4A083A1/d/ForbiddenFruit.app/Contents/Resources/autorun/renpy/display/core.py", line 2649, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "/private/var/folders/mp/h2m72vk50lg8t40dyv9ffjp80000gn/T/AppTranslocation/1539E2D3-ED49-41A4-857E-14B7F4A083A1/d/ForbiddenFruit.app/Contents/Resources/autorun/renpy/display/core.py", line 3033, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "/private/var/folders/mp/h2m72vk50lg8t40dyv9ffjp80000gn/T/AppTranslocation/1539E2D3-ED49-41A4-857E-14B7F4A083A1/d/ForbiddenFruit.app/Contents/Resources/autorun/renpy/display/core.py", line 511, in visit_all
    d.visit_all(callback)
  File "/private/var/folders/mp/h2m72vk50lg8t40dyv9ffjp80000gn/T/AppTranslocation/1539E2D3-ED49-41A4-857E-14B7F4A083A1/d/ForbiddenFruit.app/Contents/Resources/autorun/renpy/display/core.py", line 511, in visit_all
    d.visit_all(callback)
  File "/private/var/folders/mp/h2m72vk50lg8t40dyv9ffjp80000gn/T/AppTranslocation/1539E2D3-ED49-41A4-857E-14B7F4A083A1/d/ForbiddenFruit.app/Contents/Resources/autorun/renpy/display/core.py", line 511, in visit_all
    d.visit_all(callback)
  File "/private/var/folders/mp/h2m72vk50lg8t40dyv9ffjp80000gn/T/AppTranslocation/1539E2D3-ED49-41A4-857E-14B7F4A083A1/d/ForbiddenFruit.app/Contents/Resources/autorun/renpy/display/screen.py", line 424, in visit_all
    callback(self)
  File "/private/var/folders/mp/h2m72vk50lg8t40dyv9ffjp80000gn/T/AppTranslocation/1539E2D3-ED49-41A4-857E-14B7F4A083A1/d/ForbiddenFruit.app/Contents/Resources/autorun/renpy/display/core.py", line 3033, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "/private/var/folders/mp/h2m72vk50lg8t40dyv9ffjp80000gn/T/AppTranslocation/1539E2D3-ED49-41A4-857E-14B7F4A083A1/d/ForbiddenFruit.app/Contents/Resources/autorun/renpy/display/screen.py", line 434, in per_interact
    self.update()
  File "/private/var/folders/mp/h2m72vk50lg8t40dyv9ffjp80000gn/T/AppTranslocation/1539E2D3-ED49-41A4-857E-14B7F4A083A1/d/ForbiddenFruit.app/Contents/Resources/autorun/renpy/display/screen.py", line 619, in update
    self.screen.function(**self.scope)
  File "game/core/battle_system/test_battle.rpy", line 1196, in execute
  File "game/core/battle_system/test_battle.rpy", line 1196, in execute
  File "game/core/battle_system/test_battle.rpy", line 1250, in execute
  File "game/core/battle_system/test_battle.rpy", line 1251, in execute
  File "<screen language>", line 1251, in <module>
IndexError: list index out of range

Darwin-19.6.0-x86_64-i386-64bit
Ren'Py 7.0.0.196
ForbiddenFruit 0.8.1(OB)
Thu Nov  5 07:22:48 2020

I triyed just press ignore but i saw another one

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/000statements.rpy", line 519, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/core/battle_system/test_battle.rpy", line 1196, in execute
  File "game/core/battle_system/test_battle.rpy", line 1196, in execute
  File "game/core/battle_system/test_battle.rpy", line 1250, in execute
  File "game/core/battle_system/test_battle.rpy", line 1251, in execute
IndexError: list index out of range

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

Full traceback:
  File "core/events/0.4.2/maya_on_lake_0_4_2.rpyc", line 77, in script call
  File "core/battle_system/test_battle.rpyc", line 3183, in script
  File "/private/var/folders/mp/h2m72vk50lg8t40dyv9ffjp80000gn/T/AppTranslocation/1539E2D3-ED49-41A4-857E-14B7F4A083A1/d/ForbiddenFruit.app/Contents/Resources/autorun/renpy/ast.py", line 1828, in execute
    self.call("execute")
  File "/private/var/folders/mp/h2m72vk50lg8t40dyv9ffjp80000gn/T/AppTranslocation/1539E2D3-ED49-41A4-857E-14B7F4A083A1/d/ForbiddenFruit.app/Contents/Resources/autorun/renpy/ast.py", line 1816, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "/private/var/folders/mp/h2m72vk50lg8t40dyv9ffjp80000gn/T/AppTranslocation/1539E2D3-ED49-41A4-857E-14B7F4A083A1/d/ForbiddenFruit.app/Contents/Resources/autorun/renpy/statements.py", line 177, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 519, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "/private/var/folders/mp/h2m72vk50lg8t40dyv9ffjp80000gn/T/AppTranslocation/1539E2D3-ED49-41A4-857E-14B7F4A083A1/d/ForbiddenFruit.app/Contents/Resources/autorun/renpy/exports.py", line 2710, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "/private/var/folders/mp/h2m72vk50lg8t40dyv9ffjp80000gn/T/AppTranslocation/1539E2D3-ED49-41A4-857E-14B7F4A083A1/d/ForbiddenFruit.app/Contents/Resources/autorun/renpy/ui.py", line 287, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "/private/var/folders/mp/h2m72vk50lg8t40dyv9ffjp80000gn/T/AppTranslocation/1539E2D3-ED49-41A4-857E-14B7F4A083A1/d/ForbiddenFruit.app/Contents/Resources/autorun/renpy/display/core.py", line 2649, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "/private/var/folders/mp/h2m72vk50lg8t40dyv9ffjp80000gn/T/AppTranslocation/1539E2D3-ED49-41A4-857E-14B7F4A083A1/d/ForbiddenFruit.app/Contents/Resources/autorun/renpy/display/core.py", line 3033, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "/private/var/folders/mp/h2m72vk50lg8t40dyv9ffjp80000gn/T/AppTranslocation/1539E2D3-ED49-41A4-857E-14B7F4A083A1/d/ForbiddenFruit.app/Contents/Resources/autorun/renpy/display/core.py", line 511, in visit_all
    d.visit_all(callback)
  File "/private/var/folders/mp/h2m72vk50lg8t40dyv9ffjp80000gn/T/AppTranslocation/1539E2D3-ED49-41A4-857E-14B7F4A083A1/d/ForbiddenFruit.app/Contents/Resources/autorun/renpy/display/core.py", line 511, in visit_all
    d.visit_all(callback)
  File "/private/var/folders/mp/h2m72vk50lg8t40dyv9ffjp80000gn/T/AppTranslocation/1539E2D3-ED49-41A4-857E-14B7F4A083A1/d/ForbiddenFruit.app/Contents/Resources/autorun/renpy/display/core.py", line 511, in visit_all
    d.visit_all(callback)
  File "/private/var/folders/mp/h2m72vk50lg8t40dyv9ffjp80000gn/T/AppTranslocation/1539E2D3-ED49-41A4-857E-14B7F4A083A1/d/ForbiddenFruit.app/Contents/Resources/autorun/renpy/display/screen.py", line 424, in visit_all
    callback(self)
  File "/private/var/folders/mp/h2m72vk50lg8t40dyv9ffjp80000gn/T/AppTranslocation/1539E2D3-ED49-41A4-857E-14B7F4A083A1/d/ForbiddenFruit.app/Contents/Resources/autorun/renpy/display/core.py", line 3033, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "/private/var/folders/mp/h2m72vk50lg8t40dyv9ffjp80000gn/T/AppTranslocation/1539E2D3-ED49-41A4-857E-14B7F4A083A1/d/ForbiddenFruit.app/Contents/Resources/autorun/renpy/display/screen.py", line 434, in per_interact
    self.update()
  File "/private/var/folders/mp/h2m72vk50lg8t40dyv9ffjp80000gn/T/AppTranslocation/1539E2D3-ED49-41A4-857E-14B7F4A083A1/d/ForbiddenFruit.app/Contents/Resources/autorun/renpy/display/screen.py", line 619, in update
    self.screen.function(**self.scope)
  File "game/core/battle_system/test_battle.rpy", line 1196, in execute
  File "game/core/battle_system/test_battle.rpy", line 1196, in execute
  File "game/core/battle_system/test_battle.rpy", line 1250, in execute
  File "game/core/battle_system/test_battle.rpy", line 1251, in execute
  File "<screen language>", line 1251, in <module>
IndexError: list index out of range

Darwin-19.6.0-x86_64-i386-64bit
Ren'Py 7.0.0.196
ForbiddenFruit 0.8.1(OB)
Thu Nov  5 07:25:56 2020
I had this bug whenever I tried to enter the 6th floor dungeon this error occurred. But I left the dungeon and went to the gun shop and equipped Rose with claws and clothes then I returned to the dungeon and added rose to the team and the error didn't occur anymore.
 
  • Like
Reactions: Wlord

Wlord

New Member
Oct 15, 2020
9
8
I had this bug whenever I tried to enter the 6th floor dungeon this error occurred. But I left the dungeon and went to the gun shop and equipped Rose with claws and clothes then I returned to the dungeon and added rose to the team and the error didn't occur anymore.
Thx
 

VRdumpling

Newbie
Jul 11, 2018
44
40
anyone have a link to the compressed version? idk, it looks amazing in every aspect, even tho id rather the brother not even be there, but im not sure i want to dl a whole 1.8 GB. worth it?
 

WheresLucifer

Well-Known Member
Sep 1, 2018
1,190
1,165
anyone have a link to the compressed version? idk, it looks amazing in every aspect, even tho id rather the brother not even be there, but im not sure i want to dl a whole 1.8 GB. worth it?
I haven't seen the compressed/kompressed version in a while. In addition, I am going to wait several major version update on this since I may have to start from beginning anyway since there been multiple bugs issues in the last few updates.

Have a great day and be safe... (y)
 
  • Red Heart
Reactions: VRdumpling

Willow69

New Member
Jun 28, 2018
3
13
- Maya is affected by the destruction of the crystal /or/ bewitched.
She’s now able to be pregnant from other humanoids species (lion, tiger, rabbit, wolf, horses, bull …)

- Maya is abduct by a wild wolf (or other species) pack to breed whit them. (They smell that she can be pregnant and very fertile!)/or just have a fuck doll.
Depending how fast Leo go save Maya, 3 scenarios can happen:
1. If Leo go quickly help Maya, Maya is scared and avoid sex
2. If, Leo takes some time, Maya is les scared by the situation and is more willing to sex, she’s pregnant.
3. If Leo take rely long time, Maya become a mother and she’s pregnant again, she’s not scare anymore and rely eager to sex, Maya can willingly breed whit other species, she can return to the wild wolf camp to get sex/pregnant whenever she want.

Have fun!
 

Rakatosh

New Member
Nov 23, 2017
13
11
Im stuck at that quest where she has to have the proper outfit for going to that deer village. which is it?
edit:
nvm, it needed to be the default one -.-
 

Bruno3

Member
May 12, 2020
410
399
Im stuck at floor 13 and 14, whenever i finish it, it gives me some russian words which i do not understand.
Then it leaves the cave and its still not finished.
 

1tomadeira

Engaged Member
May 25, 2017
2,909
8,227
Sorry for being direct, but this game has quite a big amount of bugs...

Anyway to help you out, one of them happens when Rose joins the party for the dungeon. It seems buying her outfit on the stores fixes the issue. One way to circumvent this is forcing the player to go to the store before going to the dungeon again.
 

Bruno3

Member
May 12, 2020
410
399
Sorry for being direct, but this game has quite a big amount of bugs...

Anyway to help you out, one of them happens when Rose joins the party for the dungeon. It seems buying her outfit on the stores fixes the issue. One way to circumvent this is forcing the player to go to the store before going to the dungeon again.
Oh okay, i'll try that one since i never bought any outfits for Rose, she doesnt have useful abilities so its why i dont use her.
But the bug started to happen after i met Lilian if im correct, the pink bunny.
We were supposed to go in a cave together i think and she is supposed to open a box or something.
So when i finished 13 level, the russian words started appearing and it left the cave, nothing happened, no progress..
 

1tomadeira

Engaged Member
May 25, 2017
2,909
8,227
Oh okay, i'll try that one since i never bought any outfits for Rose, she doesnt have useful abilities so its why i dont use her.
But the bug started to happen after i met Lilian if im correct, the pink bunny.
We were supposed to go in a cave together i think and she is supposed to open a box or something.
So when i finished 13 level, the russian words started appearing and it left the cave, nothing happened, no progress..
On the last release on a clean start it began when Rose joins on the first fight (at level 5 if I recall correctly), and when doing the party dungeon it shows Rose inventory you didn't buy.

I understand sometimes a bug here and there can happen, the amount of these and sometimes unresponsiveness of the engine makes people hesitant on this. I'm pretty vocal about straight piracy without "reason", I believe when the projects are solid and the dev is comunicative that is one of the things I value the most to support someone, even if I have easy access to it. My wallet isn't big, yet there are still few projects where I believe the dev should have my personal support. When I played this on the first releases I was already reluctanct, but still gave the benefit of doubt.

I don't want to bash the devs by any means, but with all due respect, my experience when playing this makes is seems that there is more effort to block content than to encourage people to patron the game. I understand the game is theirs, and the direction is theirs as well to take, but I recommend to check some of the popular games of why the number of patrons of those games is high. Besides some exceptions of course.

And no, this isn't a "unlock stuff to be good" request. I don't care about it and patient people can unlock it. I just hope that is an eye opener about how to bring patrons. It's fine to have unlockable stuff, but that shouldn't be the reason to patron the project imo. I hope that is realized because as I said, the game clearly showed potential.

I'm sad, the plot of this and initial direction had everything to be a succesful project and beloved by many more. Anyway, good luck for the future endeavors.
 
  • Like
Reactions: Bruno3

chefmike

Newbie
Aug 28, 2018
30
3
Anyone know the answer to the riddle about 2 like brothers on an island sometimes they sleep one eats all the time the other walks and dissapears
 

Gladiator98

Newbie
Oct 28, 2020
25
21
Too repetitive. The female lead gets most of the action and the man is a jerk who seems cool at first. In the same way, as the poor story of the game progresses, we realize the reality, it is used to transform the seemingly innocent woman into a nympho who leaves no bird with a head. It is also not true that porn games stand out for their history, but in some isolated cases they come to surprise you for good and many corruption games are very good especially if they give you the choice to be it or not. Too bad because at the beginning I had high expectations for this game.
View attachment woman-normal-person-piper-perri.jfif
Comparison of the female protagonist at the beginning and at the end of the game. It's just my humble opinion.
 

Cheru

Newbie
Jul 15, 2017
38
62
So... how can I enter the code? Whenever I try to do it or click on a link for a patch it drops me on the developer's page on Patreon.

For some reason, it reminded me of one of TheRussianBadger's videos "and this is where I'd lock the door... IF THERE WAS ONE!".
 
  • Like
Reactions: 2658340058
2.40 star(s) 43 Votes