Spyderwraith

Well-Known Member
Jul 21, 2017
1,132
880
This error shows up and when i hit ignore it breaks the game and this second error appears

Error one when i click the phone and messages
```
I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'interface/phone/icon_lila_contacts_isabella.png'>:
File "renpy/common/000statements.rpy", line 570, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
IOError: Couldn't find file 'interface/phone/icon_lila_contacts_isabella.png'.

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

Full traceback:
File "scripts/minigames/blackjack/stand_dealerplays.rpyc", line 15, in script call
File "scripts/locations/club_lilith/setup_club_lilith_outside.rpyc", line 9, in script
File "renpy/ast.py", line 1969, in execute
self.call("execute")
File "renpy/ast.py", line 1957, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "renpy/statements.py", line 278, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 570, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "renpy/exports.py", line 2983, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3101, 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 3611, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "renpy/display/core.py", line 2441, in draw_screen
renpy.config.screen_height,
File "render.pyx", line 492, in renpy.display.render.render_screen
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 777, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 777, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 777, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/screen.py", line 681, in render
child = renpy.display.render.render(self.child, w, h, st, at)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 777, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 1184, in render
st, at)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/viewport.py", line 631, in render
surf = renpy.display.render.render(c, cw, ch, st, at)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/behavior.py", line 787, in render
rv = super(Button, self).render(width, height, st, at)
File "renpy/display/layout.py", line 1184, in render
st, at)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/im.py", line 607, in render
return cache.get(self, render=True)
File "renpy/display/im.py", line 271, in get
surf = image.load()
File "renpy/display/im.py", line 688, in load
raise e
IOError: Couldn't find file 'interface/phone/icon_lila_contacts_isabella.png'.

Windows-10-10.0.19041
Ren'Py 7.4.4.1439
Bloody Passion | v0.5a-BETA
Tue Oct 12 03:09:22 2021
```

Error 2
```
I'm sorry, but an uncaught exception occurred.

While running game code:
Exception: Possible infinite loop.

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

Full traceback:
File "scripts/minigames/blackjack/stand_dealerplays.rpyc", line 97, in script
File "renpy/execution.py", line 61, in check_infinite_loop
raise Exception("Possible infinite loop.")
Exception: Possible infinite loop.

Windows-10-10.0.19041
Ren'Py 7.4.4.1439
Bloody Passion | v0.5a-BETA
Tue Oct 12 03:10:16 2021
```

A couple things I have already started a new game and this actually stops progress since I need to click the messages in order to proceed some quests

also Isabella's phone contact is missing and only shows up when you hover the mouse over it
 
Last edited:

Qoo-Rilla

Active Member
Jun 14, 2018
503
1,311
Ass creampie does not happen at the club. All other positions are successful and everywhere else is able to shoot, but not inside the ass.
 

kartolas

Well-Known Member
Apr 10, 2021
1,039
1,624
Starting again in a sandbox game is not the same thing as in a non sandbox one. It's not that I can just CTRL my way out of it and that's just one of the reasons I don't touch sandbox. Against my better judgement, I touched this one...
Please, just put some notice in the OP saying saves aren't working if it's not asking too much. It could have, at least, prevented me from coming here and bitch.
Thank you.
 

Xeron_Xr

Member
Apr 5, 2020
444
1,099
This error shows up and when i hit ignore it breaks the game and this second error appears

Error one when i click the phone and messages
```
I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'interface/phone/icon_lila_contacts_isabella.png'>:
File "renpy/common/000statements.rpy", line 570, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
IOError: Couldn't find file 'interface/phone/icon_lila_contacts_isabella.png'.

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

Full traceback:
File "scripts/minigames/blackjack/stand_dealerplays.rpyc", line 15, in script call
File "scripts/locations/club_lilith/setup_club_lilith_outside.rpyc", line 9, in script
File "renpy/ast.py", line 1969, in execute
self.call("execute")
File "renpy/ast.py", line 1957, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "renpy/statements.py", line 278, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 570, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "renpy/exports.py", line 2983, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3101, 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 3611, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "renpy/display/core.py", line 2441, in draw_screen
renpy.config.screen_height,
File "render.pyx", line 492, in renpy.display.render.render_screen
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 777, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 777, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 777, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/screen.py", line 681, in render
child = renpy.display.render.render(self.child, w, h, st, at)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 777, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 1184, in render
st, at)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/viewport.py", line 631, in render
surf = renpy.display.render.render(c, cw, ch, st, at)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/behavior.py", line 787, in render
rv = super(Button, self).render(width, height, st, at)
File "renpy/display/layout.py", line 1184, in render
st, at)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/im.py", line 607, in render
return cache.get(self, render=True)
File "renpy/display/im.py", line 271, in get
surf = image.load()
File "renpy/display/im.py", line 688, in load
raise e
IOError: Couldn't find file 'interface/phone/icon_lila_contacts_isabella.png'.

Windows-10-10.0.19041
Ren'Py 7.4.4.1439
Bloody Passion | v0.5a-BETA
Tue Oct 12 03:09:22 2021
```

Error 2
```
I'm sorry, but an uncaught exception occurred.

While running game code:
Exception: Possible infinite loop.

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

Full traceback:
File "scripts/minigames/blackjack/stand_dealerplays.rpyc", line 97, in script
File "renpy/execution.py", line 61, in check_infinite_loop
raise Exception("Possible infinite loop.")
Exception: Possible infinite loop.

Windows-10-10.0.19041
Ren'Py 7.4.4.1439
Bloody Passion | v0.5a-BETA
Tue Oct 12 03:10:16 2021
```

A couple things I have already started a new game and this actually stops progress since I need to click the messages in order to proceed some quests

also Isabella's phone contact is missing and only shows up when you hover the mouse over it
rollback or try ignoring it reading message is not that imp just open message quest gets update automatically
 

Look-see

Engaged Member
Aug 19, 2018
2,916
5,308
Ass creampie does not happen at the club. All other positions are successful and everywhere else is able to shoot, but not inside the ass.
you have to cum on her everywhere else before you get the ass option.

basically all the pink options
 

MG-Gaming

Active Member
Nov 11, 2018
638
1,488
This is now... what, the 3rd time we have to restart the game?
This gets old really fast. I hope OP will prevent this from happening in future releases, as nobody wants to redo this all over again, each time a new update comes out
 

Qoo-Rilla

Active Member
Jun 14, 2018
503
1,311
you have to cum on her everywhere else before you get the ass option.

basically all the pink options
There are no more pink options there, but nothing still happens. Still, she refuses. Well, I already gave up on that bitch. Maybe someday if this game worked in the update I could try again.
 
3.60 star(s) 42 Votes