4.00 star(s) 20 Votes

gunzen

Member
Oct 23, 2017
428
692
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 3114, in script
    call screen pillow
  File "renpy/common/000statements.rpy", line 671, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "renpy/common/00action_control.rpy", line 131, in __call__
    renpy.show_screen(self.screen, *self.args, **self.kwargs)
Exception: Screen hint_screen is not known.


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

Full traceback:
  File "game/script.rpy", line 3114, in script
    call screen pillow
  File "C:\Users\gunze\Downloads\EchoesofDeception-0.60-pc\renpy\ast.py", line 1974, in execute
    self.call("execute")
  File "C:\Users\gunze\Downloads\EchoesofDeception-0.60-pc\renpy\ast.py", line 1953, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "C:\Users\gunze\Downloads\EchoesofDeception-0.60-pc\renpy\statements.py", line 374, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 671, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "C:\Users\gunze\Downloads\EchoesofDeception-0.60-pc\renpy\exports\statementexports.py", line 345, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "C:\Users\gunze\Downloads\EchoesofDeception-0.60-pc\renpy\ui.py", line 301, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\gunze\Downloads\EchoesofDeception-0.60-pc\renpy\display\core.py", line 2188, 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\gunze\Downloads\EchoesofDeception-0.60-pc\renpy\display\core.py", line 3232, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "C:\Users\gunze\Downloads\EchoesofDeception-0.60-pc\renpy\display\layout.py", line 1294, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\gunze\Downloads\EchoesofDeception-0.60-pc\renpy\display\layout.py", line 1294, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\gunze\Downloads\EchoesofDeception-0.60-pc\renpy\display\layout.py", line 1294, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\gunze\Downloads\EchoesofDeception-0.60-pc\renpy\display\screen.py", line 793, in event
    rv = self.child.event(ev, x, y, st)
  File "C:\Users\gunze\Downloads\EchoesofDeception-0.60-pc\renpy\display\layout.py", line 1294, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\gunze\Downloads\EchoesofDeception-0.60-pc\renpy\display\layout.py", line 1294, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\gunze\Downloads\EchoesofDeception-0.60-pc\renpy\display\behavior.py", line 1180, in event
    return handle_click(self.clicked)
  File "C:\Users\gunze\Downloads\EchoesofDeception-0.60-pc\renpy\display\behavior.py", line 1101, in handle_click
    rv = run(action)
  File "C:\Users\gunze\Downloads\EchoesofDeception-0.60-pc\renpy\display\behavior.py", line 394, in run
    new_rv = run(i, *args, **kwargs)
  File "C:\Users\gunze\Downloads\EchoesofDeception-0.60-pc\renpy\display\behavior.py", line 401, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_control.rpy", line 131, in __call__
    renpy.show_screen(self.screen, *self.args, **self.kwargs)
  File "C:\Users\gunze\Downloads\EchoesofDeception-0.60-pc\renpy\display\screen.py", line 1327, in show_screen
    raise Exception("Screen %s is not known.\n" % (name[0],))
Exception: Screen hint_screen is not known.


Windows-10-10.0.19045 AMD64
Ren'Py 8.3.0.24082114
Echoes of Deception 0.60
Sun Feb 16 08:00:13 2025
 

bababooi

Newbie
Jun 28, 2017
44
16
what's the exclusive activation code even do anyone know? the patreon tiers don't even seem to reference it.
 

Hoboy

Well-Known Member
Jul 24, 2017
1,867
1,315
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 3114, in script
    call screen pillow
  File "renpy/common/000statements.rpy", line 671, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "renpy/common/00action_control.rpy", line 131, in __call__
    renpy.show_screen(self.screen, *self.args, **self.kwargs)
Exception: Screen hint_screen is not known.


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

Full traceback:
  File "game/script.rpy", line 3114, in script
    call screen pillow
  File "C:\Users\gunze\Downloads\EchoesofDeception-0.60-pc\renpy\ast.py", line 1974, in execute
    self.call("execute")
  File "C:\Users\gunze\Downloads\EchoesofDeception-0.60-pc\renpy\ast.py", line 1953, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "C:\Users\gunze\Downloads\EchoesofDeception-0.60-pc\renpy\statements.py", line 374, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 671, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "C:\Users\gunze\Downloads\EchoesofDeception-0.60-pc\renpy\exports\statementexports.py", line 345, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "C:\Users\gunze\Downloads\EchoesofDeception-0.60-pc\renpy\ui.py", line 301, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\gunze\Downloads\EchoesofDeception-0.60-pc\renpy\display\core.py", line 2188, 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\gunze\Downloads\EchoesofDeception-0.60-pc\renpy\display\core.py", line 3232, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "C:\Users\gunze\Downloads\EchoesofDeception-0.60-pc\renpy\display\layout.py", line 1294, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\gunze\Downloads\EchoesofDeception-0.60-pc\renpy\display\layout.py", line 1294, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\gunze\Downloads\EchoesofDeception-0.60-pc\renpy\display\layout.py", line 1294, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\gunze\Downloads\EchoesofDeception-0.60-pc\renpy\display\screen.py", line 793, in event
    rv = self.child.event(ev, x, y, st)
  File "C:\Users\gunze\Downloads\EchoesofDeception-0.60-pc\renpy\display\layout.py", line 1294, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\gunze\Downloads\EchoesofDeception-0.60-pc\renpy\display\layout.py", line 1294, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\gunze\Downloads\EchoesofDeception-0.60-pc\renpy\display\behavior.py", line 1180, in event
    return handle_click(self.clicked)
  File "C:\Users\gunze\Downloads\EchoesofDeception-0.60-pc\renpy\display\behavior.py", line 1101, in handle_click
    rv = run(action)
  File "C:\Users\gunze\Downloads\EchoesofDeception-0.60-pc\renpy\display\behavior.py", line 394, in run
    new_rv = run(i, *args, **kwargs)
  File "C:\Users\gunze\Downloads\EchoesofDeception-0.60-pc\renpy\display\behavior.py", line 401, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_control.rpy", line 131, in __call__
    renpy.show_screen(self.screen, *self.args, **self.kwargs)
  File "C:\Users\gunze\Downloads\EchoesofDeception-0.60-pc\renpy\display\screen.py", line 1327, in show_screen
    raise Exception("Screen %s is not known.\n" % (name[0],))
Exception: Screen hint_screen is not known.


Windows-10-10.0.19045 AMD64
Ren'Py 8.3.0.24082114
Echoes of Deception 0.60
Sun Feb 16 08:00:13 2025
Cannot use hints - get this error every time. Started from the beginning. Using compressed version with Joker's mod...
 

ar1122

Member
Dec 29, 2017
483
339
Is incest even canon in this game? Played for a little bit and it looks like Jason is an orphan and not MC's son. So unless the patch changes the entire story it wouldn't really work?

Edit: answered below. dev changed the intro
its only because of shitt patreon guidelines, let people just do what they want fucks sake
 

NotVigas

New Member
Mar 15, 2019
3
1
Anyone else have this error? Idk if this is intentional but when diana is talking to frank my game just brings me back to the main menu? I swear right before when diana was talking to marco, that was the end of the last update.
 

NotVigas

New Member
Mar 15, 2019
3
1
This update was jam packed with content! Diana's banter with Frank is quite entertaining, and it's good to see her corruption getting worst :ROFLMAO:. Great stuff, can't wait for the next.
does diana have a new scene with marco in the update? for some reason when i play, the game ends right after diana saves marco and then talks to frank.
 

doujinftw

Active Member
Nov 26, 2020
882
1,199
is there something wrong with the patch it keeps giving error after choosing choice that affect relation
 
4.00 star(s) 20 Votes