Dec 15, 2019
100
93
boss quest bug
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/000statements.rpy", line 569, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/phone.rpy", line 561, in execute
  File "game/phone.rpy", line 561, in execute
  File "game/phone.rpy", line 584, in execute
Exception: DynamicImage u'phone/continfo/rell[burtrel1].png': could not find image. (u'phone/continfo/rell-3.png')

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

Full traceback:
  File "phone.rpyc", line 560, in script
  File "renpy/ast.py", line 2015, in execute
    self.call("execute")
  File "renpy/ast.py", line 2003, 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 569, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "renpy/exports.py", line 3136, 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 3325, 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 3737, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/screen.py", line 436, in visit_all
    callback(self)
  File "renpy/display/core.py", line 3737, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/screen.py", line 447, in per_interact
    self.update()
  File "renpy/display/screen.py", line 637, in update
    self.screen.function(**self.scope)
  File "game/phone.rpy", line 561, in execute
  File "game/phone.rpy", line 561, in execute
  File "game/phone.rpy", line 584, in execute
  File "renpy/sl2/sldisplayables.py", line 440, in sl2add
    d = renpy.easy.displayable(d, scope=scope)
  File "renpy/easy.py", line 113, in displayable
    return renpy.display.image.DynamicImage(d, scope=scope)
  File "renpy/display/image.py", line 571, in __init__
    self.find_target(scope)
  File "renpy/display/image.py", line 652, in find_target
    raise Exception(error)
Exception: DynamicImage u'phone/continfo/rell[burtrel1].png': could not find image. (u'phone/continfo/rell-3.png')

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Eva's Ecstasy 0.2
Sun Oct 20 07:49:35 2024

you mean this right?
 

pr83

Active Member
May 5, 2017
730
958
You know there will be feature creep out the ass when you have a dedicated button to unlock the phone. Why even simulate modern smartphone fingerprint unlocking? What purpose does it serve? Smut games should be designed in a way that requires as few unnecessary clicks from the player as possible.
 
  • Like
Reactions: BobBoober

CrimsonDevil

Member
Mar 4, 2019
285
551
Ngl, the only thing holding me back from finishing Amy's ecstasy was the art. Bro improved a lot and hoping this one hits a homerun as well.
 

oenia

New Member
Sep 1, 2022
8
6
I loved Amy's game and this one so far is good but I sadly can't progress further in Rick's quest because of a bug where I need to work but I can't. It says "You already worked today" even tho I didn't. Tried sleeping multiple days or doing the boss quest but nothing fixed it.
 

Glitterspunk

Newbie
Jul 28, 2021
56
15
Hi, is it possible to open on iOS somehow?

I'm green on this subject.
If you download Renpy maker and load the pc version in there, there's a button "build distributions" that converts it to other platforms. Usually works, but for me something went wrong with the latest version.
 
4.00 star(s) 11 Votes