Cokebaths

Active Member
May 30, 2020
557
794
Yeah, I'm having the same exception error with the beachchangeroom. At first I could just ignore, but once I got to the hospital after the lake incident I couldn't progress. There was also this weird thing where the half naked beach lady would show up in the kitchen at night when clicking front yard instead of bedroom. Super buggy update
 

Dexter6002

Newbie
Aug 26, 2017
57
14
Some body can help. why its the cause for this error. put my save file

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

While running game code:
  File "renpy/common/000statements.rpy", line 531, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/scenes/myhouse/mybedroom/day/main/mybedroom_day.rpy", line 154, in execute
  File "game/scenes/myhouse/mybedroom/day/main/mybedroom_day.rpy", line 154, in execute
  File "game/scenes/myhouse/mybedroom/day/main/mybedroom_day.rpy", line 161, in execute
  File "game/hud/gui/gui.rpy", line 1, in execute
  File "game/hud/gui/gui.rpy", line 1, in execute
  File "game/hud/gui/gui.rpy", line 2, in execute
  File "game/hud/gui/gui.rpy", line 4, in execute
Exception: DynamicImage u'gui main_clock_day_[day]': could not find image. (u'gui main_clock_day_8')

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

Full traceback:
  File "scenes/beach/changeroom/day/main/beachchangeroom_day.rpyc", line 13, in script call
  File "scenes/beach/changeroom/day/main/beachchangeroom_day.rpyc", line 23, in script call
  File "scenes/beach/changeroom/day/main/beachchangeroom_day.rpyc", line 10, in script call
  File "scenes/beach/changeroom/day/main/beachchangeroom_day.rpyc", line 19, in script call
  File "scenes/beach/changeroom/day/main/beachchangeroom_day.rpyc", line 7, in script call
  File "scenes/beach/changeroom/day/main/beachchangeroom_day.rpyc", line 23, in script call
  File "scenes/beach/changeroom/day/main/beachchangeroom_day.rpyc", line 4, in script call
  File "scenes/beach/changeroom/day/main/beachchangeroom_day.rpyc", line 23, in script call
  File "scenes/beach/changeroom/day/main/beachchangeroom_day.rpyc", line 13, in script call
  File "scenes/beach/changeroom/day/main/beachchangeroom_day.rpyc", line 23, in script call
  File "scenes/myhouse/mybedroom/day/main/mybedroom_day.rpyc", line 152, in script
  File "C:\Users\Argel Mario\Games\ATownUncovered-Alpha_0.30a-win\renpy\ast.py", line 1949, in execute
    self.call("execute")
  File "C:\Users\Argel Mario\Games\ATownUncovered-Alpha_0.30a-win\renpy\ast.py", line 1937, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "C:\Users\Argel Mario\Games\ATownUncovered-Alpha_0.30a-win\renpy\statements.py", line 277, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 531, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "C:\Users\Argel Mario\Games\ATownUncovered-Alpha_0.30a-win\renpy\exports.py", line 2905, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "C:\Users\Argel Mario\Games\ATownUncovered-Alpha_0.30a-win\renpy\ui.py", line 297, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\Argel Mario\Games\ATownUncovered-Alpha_0.30a-win\renpy\display\core.py", line 2702, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "C:\Users\Argel Mario\Games\ATownUncovered-Alpha_0.30a-win\renpy\display\core.py", line 3094, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\Argel Mario\Games\ATownUncovered-Alpha_0.30a-win\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\Argel Mario\Games\ATownUncovered-Alpha_0.30a-win\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\Argel Mario\Games\ATownUncovered-Alpha_0.30a-win\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\Argel Mario\Games\ATownUncovered-Alpha_0.30a-win\renpy\display\screen.py", line 430, in visit_all
    callback(self)
  File "C:\Users\Argel Mario\Games\ATownUncovered-Alpha_0.30a-win\renpy\display\core.py", line 3094, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\Argel Mario\Games\ATownUncovered-Alpha_0.30a-win\renpy\display\screen.py", line 440, in per_interact
    self.update()
  File "C:\Users\Argel Mario\Games\ATownUncovered-Alpha_0.30a-win\renpy\display\screen.py", line 625, in update
    self.screen.function(**self.scope)
  File "game/scenes/myhouse/mybedroom/day/main/mybedroom_day.rpy", line 154, in execute
  File "game/scenes/myhouse/mybedroom/day/main/mybedroom_day.rpy", line 154, in execute
  File "game/scenes/myhouse/mybedroom/day/main/mybedroom_day.rpy", line 161, in execute
  File "game/hud/gui/gui.rpy", line 1, in execute
  File "game/hud/gui/gui.rpy", line 1, in execute
  File "game/hud/gui/gui.rpy", line 2, in execute
  File "game/hud/gui/gui.rpy", line 4, in execute
  File "C:\Users\Argel Mario\Games\ATownUncovered-Alpha_0.30a-win\renpy\sl2\sldisplayables.py", line 430, in sl2add
    d = renpy.easy.displayable(d, scope=scope)
  File "C:\Users\Argel Mario\Games\ATownUncovered-Alpha_0.30a-win\renpy\easy.py", line 110, in displayable
    return renpy.display.image.DynamicImage(d, scope=scope)
  File "C:\Users\Argel Mario\Games\ATownUncovered-Alpha_0.30a-win\renpy\display\image.py", line 570, in __init__
    self.find_target(scope)
  File "C:\Users\Argel Mario\Games\ATownUncovered-Alpha_0.30a-win\renpy\display\image.py", line 651, in find_target
    raise Exception(error)
Exception: DynamicImage u'gui main_clock_day_[day]': could not find image. (u'gui main_clock_day_8')

Windows-8-6.2.9200
Ren'Py 7.3.5.606
ATownUncovered Alpha_0.30a
Sun Oct 04 01:29:50 2020
 

dark5ide

Newbie
Dec 29, 2019
65
30
So im continuing the storyline and it crashes after finish meeting Miss Allieway after trying to meet up with effie at the Cafe. Anyone running into similar issues?
 

OzBa

Member
May 9, 2017
250
616
The code that locks out password access is actually hidden in the System32 directory. It's a bit difficult to explain what file and code to edit so simply deleting the whole folder actually works really well as an easy fix. 10/10 protip life hack 100% legit.
 
  • Like
Reactions: Zellio

Superk

Member
May 21, 2017
164
370
Some body can help. why its the cause for this error. put my save file

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

While running game code:
  File "renpy/common/000statements.rpy", line 531, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/scenes/myhouse/mybedroom/day/main/mybedroom_day.rpy", line 154, in execute
  File "game/scenes/myhouse/mybedroom/day/main/mybedroom_day.rpy", line 154, in execute
  File "game/scenes/myhouse/mybedroom/day/main/mybedroom_day.rpy", line 161, in execute
  File "game/hud/gui/gui.rpy", line 1, in execute
  File "game/hud/gui/gui.rpy", line 1, in execute
  File "game/hud/gui/gui.rpy", line 2, in execute
  File "game/hud/gui/gui.rpy", line 4, in execute
Exception: DynamicImage u'gui main_clock_day_[day]': could not find image. (u'gui main_clock_day_8')

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

Full traceback:
  File "scenes/beach/changeroom/day/main/beachchangeroom_day.rpyc", line 13, in script call
  File "scenes/beach/changeroom/day/main/beachchangeroom_day.rpyc", line 23, in script call
  File "scenes/beach/changeroom/day/main/beachchangeroom_day.rpyc", line 10, in script call
  File "scenes/beach/changeroom/day/main/beachchangeroom_day.rpyc", line 19, in script call
  File "scenes/beach/changeroom/day/main/beachchangeroom_day.rpyc", line 7, in script call
  File "scenes/beach/changeroom/day/main/beachchangeroom_day.rpyc", line 23, in script call
  File "scenes/beach/changeroom/day/main/beachchangeroom_day.rpyc", line 4, in script call
  File "scenes/beach/changeroom/day/main/beachchangeroom_day.rpyc", line 23, in script call
  File "scenes/beach/changeroom/day/main/beachchangeroom_day.rpyc", line 13, in script call
  File "scenes/beach/changeroom/day/main/beachchangeroom_day.rpyc", line 23, in script call
  File "scenes/myhouse/mybedroom/day/main/mybedroom_day.rpyc", line 152, in script
  File "C:\Users\Argel Mario\Games\ATownUncovered-Alpha_0.30a-win\renpy\ast.py", line 1949, in execute
    self.call("execute")
  File "C:\Users\Argel Mario\Games\ATownUncovered-Alpha_0.30a-win\renpy\ast.py", line 1937, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "C:\Users\Argel Mario\Games\ATownUncovered-Alpha_0.30a-win\renpy\statements.py", line 277, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 531, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "C:\Users\Argel Mario\Games\ATownUncovered-Alpha_0.30a-win\renpy\exports.py", line 2905, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "C:\Users\Argel Mario\Games\ATownUncovered-Alpha_0.30a-win\renpy\ui.py", line 297, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\Argel Mario\Games\ATownUncovered-Alpha_0.30a-win\renpy\display\core.py", line 2702, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "C:\Users\Argel Mario\Games\ATownUncovered-Alpha_0.30a-win\renpy\display\core.py", line 3094, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\Argel Mario\Games\ATownUncovered-Alpha_0.30a-win\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\Argel Mario\Games\ATownUncovered-Alpha_0.30a-win\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\Argel Mario\Games\ATownUncovered-Alpha_0.30a-win\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\Argel Mario\Games\ATownUncovered-Alpha_0.30a-win\renpy\display\screen.py", line 430, in visit_all
    callback(self)
  File "C:\Users\Argel Mario\Games\ATownUncovered-Alpha_0.30a-win\renpy\display\core.py", line 3094, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\Argel Mario\Games\ATownUncovered-Alpha_0.30a-win\renpy\display\screen.py", line 440, in per_interact
    self.update()
  File "C:\Users\Argel Mario\Games\ATownUncovered-Alpha_0.30a-win\renpy\display\screen.py", line 625, in update
    self.screen.function(**self.scope)
  File "game/scenes/myhouse/mybedroom/day/main/mybedroom_day.rpy", line 154, in execute
  File "game/scenes/myhouse/mybedroom/day/main/mybedroom_day.rpy", line 154, in execute
  File "game/scenes/myhouse/mybedroom/day/main/mybedroom_day.rpy", line 161, in execute
  File "game/hud/gui/gui.rpy", line 1, in execute
  File "game/hud/gui/gui.rpy", line 1, in execute
  File "game/hud/gui/gui.rpy", line 2, in execute
  File "game/hud/gui/gui.rpy", line 4, in execute
  File "C:\Users\Argel Mario\Games\ATownUncovered-Alpha_0.30a-win\renpy\sl2\sldisplayables.py", line 430, in sl2add
    d = renpy.easy.displayable(d, scope=scope)
  File "C:\Users\Argel Mario\Games\ATownUncovered-Alpha_0.30a-win\renpy\easy.py", line 110, in displayable
    return renpy.display.image.DynamicImage(d, scope=scope)
  File "C:\Users\Argel Mario\Games\ATownUncovered-Alpha_0.30a-win\renpy\display\image.py", line 570, in __init__
    self.find_target(scope)
  File "C:\Users\Argel Mario\Games\ATownUncovered-Alpha_0.30a-win\renpy\display\image.py", line 651, in find_target
    raise Exception(error)
Exception: DynamicImage u'gui main_clock_day_[day]': could not find image. (u'gui main_clock_day_8')

Windows-8-6.2.9200
Ren'Py 7.3.5.606
ATownUncovered Alpha_0.30a
Sun Oct 04 01:29:50 2020
What I found out about this crash in particular is that the game is trying to load a day past Sunday. Instead of looping back to Monday, it tries to display an 8th day that does not exist. You'll need to change the day back to 0-7 in console before going to sleep Sunday night.
 

XJ347

Member
Sep 19, 2017
408
1,329
ntr yeah u fucked your mom while your dad is away
That isn't NTR, what you described is called cheating. The dad doesn't know about the affair.

NTR is about jealousy, so the MC would have to feel jealous that his dad is fucking his mom. OR the dad could be jealous that his son is fucking his wife. Cheating isn't NTR if the dad doesn't know of the affair. Also not cuck because cuck is about humiliation, and since the dad doesn't know it can't be NTR or Cuck. Though lets be real over half the people here probally assume NTR is cuck LOL.
 

slexywexy

Newbie
Dec 6, 2017
96
129
What I found out about this crash in particular is that the game is trying to load a day past Sunday. Instead of looping back to Monday, it tries to display an 8th day that does not exist. You'll need to change the day back to 0-7 in console before going to sleep Sunday night.
What would the command be to roll the date back?
 

yuuy22

Newbie
Oct 9, 2018
95
30
I dont know whats going on but ever since the scene with the mom and dad i haven't been able to visit the living room at night and im being locked out of routes because i cant go there (to get to basement on janes route, and later im supposed to find the landlady after the dad says he will be gone for a few days and the living room is the only place i cant/havent checked, aside from the basement which i also cant reach.)
 
  • Like
Reactions: Anon_3351

KodaSoda

Member
May 1, 2020
168
428
welp i expect he's gonna release it on steam first before fixing this day 7 bug
lucky my old ass saves still work
 
3.20 star(s) 83 Votes