thodanlun

Newbie
May 5, 2017
64
61
For some one stuck with "watering plant", you have to click on top (above) of the plant in the hall (MC will clean something in wall and crack the pot of flower", then the story continue
 

thundersan86

Member
Aug 1, 2019
104
42
Code:
```
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/core/main_interface.rpy", line 854, in <module>
Exception: DynamicImage u'locations/imagebuttons/[location_now_i]/[tmp_image_buttons_1_v].png': could not find image. (u'locations/imagebuttons/Corridor/kat_on_bed_morning.png')

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

Full traceback:
  File "events/ep1/ep1_3_mother.rpyc", line 200, in script call
  File "core/buttons_labels.rpyc", line 323, in script call
  File "core/buttons_labels.rpyc", line 359, in script call
  File "core/buttons_labels.rpyc", line 476, in script call
  File "core/buttons_labels.rpyc", line 476, in script call
  File "core/buttons_labels.rpyc", line 392, in script call
  File "core/buttons_labels.rpyc", line 476, in script call
  File "core/buttons_labels.rpyc", line 427, in script call
  File "core/buttons_labels.rpyc", line 476, in script call
  File "core/buttons_labels.rpyc", line 476, in script call
  File "core/buttons_labels.rpyc", line 392, in script call
  File "core/buttons_labels.rpyc", line 359, in script call
  File "core/buttons_labels.rpyc", line 359, in script call
  File "core/buttons_labels.rpyc", line 476, in script call
  File "core/buttons_labels.rpyc", line 392, in script call
  File "core/buttons_labels.rpyc", line 359, in script call
  File "core/buttons_labels.rpyc", line 392, in script call
  File "events/ep3/ep3_milf_16.rpyc", line 51, in script call
  File "core/buttons_labels.rpyc", line 359, in script call
  File "core/buttons_labels.rpyc", line 392, in script call
  File "core/buttons_labels.rpyc", line 392, in script call
  File "core/main_interface.rpyc", line 668, in script call
  File "core/main_interface.rpyc", line 862, in script call
  File "core/main_interface.rpyc", line 854, in script
  File "renpy/ast.py", line 1131, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 1061, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/core/main_interface.rpy", line 854, in <module>
  File "renpy/exports.py", line 712, in show
    sls.add(layer, img, key, zorder, behind, at_list=at_list, name=name, atl=atl, default_transform=default_transform, transient=transient)
  File "renpy/display/core.py", line 1154, in add
    thing.set_transform_event("show")
  File "renpy/display/transform.py", line 555, in set_transform_event
    self.child.set_transform_event(event)
  File "renpy/display/image.py", line 494, in set_transform_event
    return self.target.set_transform_event(event)
  File "renpy/display/image.py", line 753, in set_transform_event
    self.find_target()
  File "renpy/display/image.py", line 676, in find_target
    raise Exception(error)
Exception: DynamicImage u'locations/imagebuttons/[location_now_i]/[tmp_image_buttons_1_v].png': could not find image. (u'locations/imagebuttons/Corridor/kat_on_bed_morning.png')

Windows-10-10.0.22000 AMD64
Ren'Py 7.5.3.22090809
MilfsPlaza 0.8.7d
Thu Jul 20 23:38:13 2023
```
This happened after the scene with Mary, Nikolay and Police office...
 
Last edited by a moderator:

S8tern

Member
Nov 2, 2017
108
20
```
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/core/main_interface.rpy", line 854, in <module>
Exception: DynamicImage u'locations/imagebuttons/[location_now_i]/[tmp_image_buttons_1_v].png': could not find image. (u'locations/imagebuttons/Corridor/kat_on_bed_morning.png')

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

Full traceback:
File "events/ep1/ep1_3_mother.rpyc", line 200, in script call
File "core/buttons_labels.rpyc", line 323, in script call
File "core/buttons_labels.rpyc", line 359, in script call
File "core/buttons_labels.rpyc", line 476, in script call
File "core/buttons_labels.rpyc", line 476, in script call
File "core/buttons_labels.rpyc", line 392, in script call
File "core/buttons_labels.rpyc", line 476, in script call
File "core/buttons_labels.rpyc", line 427, in script call
File "core/buttons_labels.rpyc", line 476, in script call
File "core/buttons_labels.rpyc", line 476, in script call
File "core/buttons_labels.rpyc", line 392, in script call
File "core/buttons_labels.rpyc", line 359, in script call
File "core/buttons_labels.rpyc", line 359, in script call
File "core/buttons_labels.rpyc", line 476, in script call
File "core/buttons_labels.rpyc", line 392, in script call
File "core/buttons_labels.rpyc", line 359, in script call
File "core/buttons_labels.rpyc", line 392, in script call
File "events/ep3/ep3_milf_16.rpyc", line 51, in script call
File "core/buttons_labels.rpyc", line 359, in script call
File "core/buttons_labels.rpyc", line 392, in script call
File "core/buttons_labels.rpyc", line 392, in script call
File "core/main_interface.rpyc", line 668, in script call
File "core/main_interface.rpyc", line 862, in script call
File "core/main_interface.rpyc", line 854, in script
File "renpy/ast.py", line 1131, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 1061, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/core/main_interface.rpy", line 854, in <module>
File "renpy/exports.py", line 712, in show
sls.add(layer, img, key, zorder, behind, at_list=at_list, name=name, atl=atl, default_transform=default_transform, transient=transient)
File "renpy/display/core.py", line 1154, in add
thing.set_transform_event("show")
File "renpy/display/transform.py", line 555, in set_transform_event
self.child.set_transform_event(event)
File "renpy/display/image.py", line 494, in set_transform_event
return self.target.set_transform_event(event)
File "renpy/display/image.py", line 753, in set_transform_event
self.find_target()
File "renpy/display/image.py", line 676, in find_target
raise Exception(error)
Exception: DynamicImage u'locations/imagebuttons/[location_now_i]/[tmp_image_buttons_1_v].png': could not find image. (u'locations/imagebuttons/Corridor/kat_on_bed_morning.png')

Windows-10-10.0.22000 AMD64
Ren'Py 7.5.3.22090809
MilfsPlaza 0.8.7d
Thu Jul 20 23:38:13 2023
```


This happened after the scene with Mary, Nikolay and Police office...

i am also suffering from the same recurring error, it pops up EVERY SINGLE TIME the game changes ANY scene...
 
  • Like
Reactions: Barretto24

Matu

Member
Aug 24, 2018
250
177
btw, will the other girl when i sleep comes - will she come again cuz i dont have money now
 
3.10 star(s) 69 Votes