Burp

New Member
Apr 26, 2017
5
4
Yeah, after that there is this in the library:

I'm sorry, but an uncaught exception occurred.

While loading <'Image' 'stacytj1.png'>:
File "game/script.rpy", line 3851, in script
st "Oh.. you are so big."
IOError: Couldn't find file 'stacytj1.png'.

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

Full traceback:
File "game/script.rpy", line 3851, in script
st "Oh.. you are so big."
File "C:\Users\Gazda\Downloads\HiddenTruth-0.21-pc\renpy\ast.py", line 706, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "C:\Users\Gazda\Downloads\HiddenTruth-0.21-pc\renpy\exports.py", line 1336, in say
who(what, *args, **kwargs)
File "C:\Users\Gazda\Downloads\HiddenTruth-0.21-pc\renpy\character.py", line 1139, in __call__
self.do_display(who, what, cb_args=self.cb_args, **display_args)
File "C:\Users\Gazda\Downloads\HiddenTruth-0.21-pc\renpy\character.py", line 842, in do_display
**display_args)
File "C:\Users\Gazda\Downloads\HiddenTruth-0.21-pc\renpy\character.py", line 591, in display_say
rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
File "C:\Users\Gazda\Downloads\HiddenTruth-0.21-pc\renpy\ui.py", line 295, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Users\Gazda\Downloads\HiddenTruth-0.21-pc\renpy\display\core.py", line 2699, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "C:\Users\Gazda\Downloads\HiddenTruth-0.21-pc\renpy\display\core.py", line 3191, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "C:\Users\Gazda\Downloads\HiddenTruth-0.21-pc\renpy\display\core.py", line 2091, in draw_screen
renpy.config.screen_height,
File "render.pyx", line 546, in renpy.display.render.render_screen
File "render.pyx", line 247, in renpy.display.render.render
File "C:\Users\Gazda\Downloads\HiddenTruth-0.21-pc\renpy\display\layout.py", line 722, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 154, in renpy.display.render.render
File "render.pyx", line 247, in renpy.display.render.render
File "C:\Users\Gazda\Downloads\HiddenTruth-0.21-pc\renpy\display\layout.py", line 722, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 154, in renpy.display.render.render
File "render.pyx", line 247, in renpy.display.render.render
File "C:\Users\Gazda\Downloads\HiddenTruth-0.21-pc\renpy\display\layout.py", line 722, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 154, in renpy.display.render.render
File "render.pyx", line 247, in renpy.display.render.render
File "accelerator.pyx", line 110, in renpy.display.accelerator.transform_render
File "render.pyx", line 247, in renpy.display.render.render
File "C:\Users\Gazda\Downloads\HiddenTruth-0.21-pc\renpy\display\image.py", line 500, in render
return wrap_render(self.target, width, height, st, at)
File "C:\Users\Gazda\Downloads\HiddenTruth-0.21-pc\renpy\display\image.py", line 306, in wrap_render
rend = render(child, w, h, st, at)
File "render.pyx", line 154, in renpy.display.render.render
File "render.pyx", line 247, in renpy.display.render.render
File "accelerator.pyx", line 110, in renpy.display.accelerator.transform_render
File "render.pyx", line 247, in renpy.display.render.render
File "C:\Users\Gazda\Downloads\HiddenTruth-0.21-pc\renpy\display\im.py", line 584, in render
return cache.get(self, render=True)
File "C:\Users\Gazda\Downloads\HiddenTruth-0.21-pc\renpy\display\im.py", line 266, in get
surf = image.load()
File "C:\Users\Gazda\Downloads\HiddenTruth-0.21-pc\renpy\display\im.py", line 629, in load
surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
File "C:\Users\Gazda\Downloads\HiddenTruth-0.21-pc\renpy\loader.py", line 576, in load
raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'stacytj1.png'.
 
  • Like
Reactions: Bobber Tail

Burp

New Member
Apr 26, 2017
5
4
And if you don't finish in the club room for the first time, there is an infinite loop :(
 

Vrijgeest

Engaged Member
Jun 16, 2019
3,332
3,167
Started out alright , but just kind of fell apart for me. No matter how I tried to play, MC started doing some douche moves in a way that bothered me (I am not really bothered by playing a douche MC, as long as it makes sense to me). I think I will pass on this game. I wish you sucess with it as I know there are many who like this kind of game.
I feel the same. A dirty taste in the mouth. Dont like all the violence; physical and verbal. To much 'meet and fuck' as well. As you say there are those that like this sort of thing. I dont. It is too Russian. There should be a tag; Russian as in mafia styled games.
 
  • Like
Reactions: ILCjr

Evoker

New Member
Jun 17, 2019
6
6
Keep up the great work. You are doing very well for your first project. going to bookmark and will be looking forward to new updates!
 

Crow537

Newbie
Jan 11, 2018
38
5
In the android version I get this error for the titjob scene with stacy. Can someone help?

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

While loading <'Image' 'stacytj1.png'>:
File "renpy/common/000window.rpy", line 98, in _window_auto_callback
File "renpy/common/000window.rpy", line 60, in _window_show
IOError: Couldn't find file 'stacytj1.png'.

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

Full traceback:
File "script.rpyc", line 3851, in script
File "renpy/ast.py", line 669, in execute
File "renpy/ast.py", line 45, in statement_name
File "renpy/common/000window.rpy", line 98, in _window_auto_callback
File "renpy/common/000window.rpy", line 60, in _window_show
File "renpy/exports.py", line 1592, in with_statement
File "renpy/display/core.py", line 2248, in do_with
File "renpy/display/core.py", line 2699, in interact
File "renpy/display/core.py", line 3191, in interact_core
File "renpy/display/core.py", line 2091, in draw_screen
File "render.pyx", line 546, in renpy.display.render.render_screen
File "render.pyx", line 247, in renpy.display.render.render
File "renpy/display/layout.py", line 722, in render
File "render.pyx", line 154, in renpy.display.render.render
File "render.pyx", line 247, in renpy.display.render.render
File "renpy/display/transition.py", line 360, in render
File "render.pyx", line 154, in renpy.display.render.render
File "render.pyx", line 247, in renpy.display.render.render
File "renpy/display/layout.py", line 722, in render
File "render.pyx", line 154, in renpy.display.render.render
File "render.pyx", line 247, in renpy.display.render.render
File "renpy/display/layout.py", line 722, in render
File "render.pyx", line 154, in renpy.display.render.render
File "render.pyx", line 247, in renpy.display.render.render
File "accelerator.pyx", line 110, in renpy.display.accelerator.transform_render
File "render.pyx", line 247, in renpy.display.render.render
File "renpy/display/image.py", line 500, in render
File "renpy/display/image.py", line 306, in wrap_render
File "render.pyx", line 154, in renpy.display.render.render
File "render.pyx", line 247, in renpy.display.render.render
File "accelerator.pyx", line 110, in renpy.display.accelerator.transform_render
File "render.pyx", line 247, in renpy.display.render.render
File "renpy/display/im.py", line 584, in render
File "renpy/display/im.py", line 266, in get
File "renpy/display/im.py", line 629, in load
File "renpy/loader.py", line 576, in load
IOError: Couldn't find file 'stacytj1.png'.

```
 
Nov 1, 2018
79
35
Code:
I'm sorry, but an uncaught exception occurred.

While loading <'Image' 'raccow1.png'>:
  File "game/script.rpy", line 4510, in script
    r "OH YES!! FUCK, YOUR DICK IS AMAZING."
IOError: Couldn't find file 'raccow1.png'.

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

Full traceback:
  File "game/script.rpy", line 4510, in script
    r "OH YES!! FUCK, YOUR DICK IS AMAZING."
  File "C:\Users\michael\Documents\HiddenTruth-0.21-pc\renpy\ast.py", line 706, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "C:\Users\michael\Documents\HiddenTruth-0.21-pc\renpy\exports.py", line 1336, in say
    who(what, *args, **kwargs)
  File "C:\Users\michael\Documents\HiddenTruth-0.21-pc\renpy\character.py", line 1139, in __call__
    self.do_display(who, what, cb_args=self.cb_args, **display_args)
  File "C:\Users\michael\Documents\HiddenTruth-0.21-pc\renpy\character.py", line 842, in do_display
    **display_args)
  File "C:\Users\michael\Documents\HiddenTruth-0.21-pc\renpy\character.py", line 591, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
  File "C:\Users\michael\Documents\HiddenTruth-0.21-pc\renpy\ui.py", line 295, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\michael\Documents\HiddenTruth-0.21-pc\renpy\display\core.py", line 2699, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "C:\Users\michael\Documents\HiddenTruth-0.21-pc\renpy\display\core.py", line 3191, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "C:\Users\michael\Documents\HiddenTruth-0.21-pc\renpy\display\core.py", line 2091, in draw_screen
    renpy.config.screen_height,
  File "render.pyx", line 546, in renpy.display.render.render_screen
  File "render.pyx", line 247, in renpy.display.render.render
  File "C:\Users\michael\Documents\HiddenTruth-0.21-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 154, in renpy.display.render.render
  File "render.pyx", line 247, in renpy.display.render.render
  File "C:\Users\michael\Documents\HiddenTruth-0.21-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 154, in renpy.display.render.render
  File "render.pyx", line 247, in renpy.display.render.render
  File "C:\Users\michael\Documents\HiddenTruth-0.21-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 154, in renpy.display.render.render
  File "render.pyx", line 247, in renpy.display.render.render
  File "accelerator.pyx", line 110, in renpy.display.accelerator.transform_render
  File "render.pyx", line 247, in renpy.display.render.render
  File "C:\Users\michael\Documents\HiddenTruth-0.21-pc\renpy\display\image.py", line 500, in render
    return wrap_render(self.target, width, height, st, at)
  File "C:\Users\michael\Documents\HiddenTruth-0.21-pc\renpy\display\image.py", line 306, in wrap_render
    rend = render(child, w, h, st, at)
  File "render.pyx", line 154, in renpy.display.render.render
  File "render.pyx", line 247, in renpy.display.render.render
  File "accelerator.pyx", line 110, in renpy.display.accelerator.transform_render
  File "render.pyx", line 247, in renpy.display.render.render
  File "C:\Users\michael\Documents\HiddenTruth-0.21-pc\renpy\display\im.py", line 584, in render
    return cache.get(self, render=True)
  File "C:\Users\michael\Documents\HiddenTruth-0.21-pc\renpy\display\im.py", line 266, in get
    surf = image.load()
  File "C:\Users\michael\Documents\HiddenTruth-0.21-pc\renpy\display\im.py", line 629, in load
    surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
  File "C:\Users\michael\Documents\HiddenTruth-0.21-pc\renpy\loader.py", line 576, in load
    raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'raccow1.png'.

Windows-7-6.1.7601-SP1
Ren'Py 7.3.2.320
Hidden Truth 0.21
Tue Dec 03 15:50:10 2019
 

Mormont

Devoted Member
Nov 30, 2018
11,925
53,076
Please tell me we get to at least kill or beat that professor up, that scene with Lily we should have snapped him in two right there and then, and as for her well she needs to stop whatever it is she is into I think the MC needs to be a lot more strict with her.
 

Sonico

Forum Fanatic
Jul 21, 2018
4,023
2,875
Did anyone else have some "image not found" message issues - it's usually quick, an almost blink and you miss it thing, but something that i've seen happen a few times, specific image varying from case to case.
 

Bobber Tail

Well-Known Member
Nov 28, 2017
1,433
715
Every sex scene is missing behind multiple errors. One doesn't even make sense, the first one with Christine. The school event tags repeat and have many errors.
 

Mormont

Devoted Member
Nov 30, 2018
11,925
53,076
Did anyone else have some "image not found" message issues - it's usually quick, an almost blink and you miss it thing, but something that i've seen happen a few times, specific image varying from case to case.
Yeah, I had that as well didn't think anything of it as it was only for a second and the image still showed up.
 

Sonico

Forum Fanatic
Jul 21, 2018
4,023
2,875
Because i'm a hasty, lazy fool ended up posting on errors people have already brought up before (the "love not found" and "stacytj" errors).

Speaking of the Stacy titjob issue, don''t know how helpful or not it might be, but the error says "IOError: Couldn't find file 'stacytj1.png'. "

Well, last i checked in games\images, "stacytj1" - and all other "stacytj" images for that matter - is actually a .jpg file...
 
Last edited:

Sonico

Forum Fanatic
Jul 21, 2018
4,023
2,875
perhaps you could write one to overwrite step..and make it stepmother who died
That would require a little more editing of the text than replacing mother with stepmother & vice-versa to make sense, i think.
 

LewdTheLolis

Friendly Neighborhood Lolilewder
Oct 1, 2018
2,049
3,729
perhaps you could write one to overwrite step..and make it stepmother who died
I'll look into it when I have time, need to see what changes to the scripts were made in the newest updates
 

hidden.truth

Newbie
Game Developer
Oct 26, 2019
23
119
Code:
I'm sorry, but an uncaught exception occurred.

While loading <'Image' 'raccow1.png'>:
  File "game/script.rpy", line 4510, in script
    r "OH YES!! FUCK, YOUR DICK IS AMAZING."
IOError: Couldn't find file 'raccow1.png'.

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

Full traceback:
  File "game/script.rpy", line 4510, in script
    r "OH YES!! FUCK, YOUR DICK IS AMAZING."
  File "C:\Users\michael\Documents\HiddenTruth-0.21-pc\renpy\ast.py", line 706, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "C:\Users\michael\Documents\HiddenTruth-0.21-pc\renpy\exports.py", line 1336, in say
    who(what, *args, **kwargs)
  File "C:\Users\michael\Documents\HiddenTruth-0.21-pc\renpy\character.py", line 1139, in __call__
    self.do_display(who, what, cb_args=self.cb_args, **display_args)
  File "C:\Users\michael\Documents\HiddenTruth-0.21-pc\renpy\character.py", line 842, in do_display
    **display_args)
  File "C:\Users\michael\Documents\HiddenTruth-0.21-pc\renpy\character.py", line 591, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
  File "C:\Users\michael\Documents\HiddenTruth-0.21-pc\renpy\ui.py", line 295, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\michael\Documents\HiddenTruth-0.21-pc\renpy\display\core.py", line 2699, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "C:\Users\michael\Documents\HiddenTruth-0.21-pc\renpy\display\core.py", line 3191, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "C:\Users\michael\Documents\HiddenTruth-0.21-pc\renpy\display\core.py", line 2091, in draw_screen
    renpy.config.screen_height,
  File "render.pyx", line 546, in renpy.display.render.render_screen
  File "render.pyx", line 247, in renpy.display.render.render
  File "C:\Users\michael\Documents\HiddenTruth-0.21-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 154, in renpy.display.render.render
  File "render.pyx", line 247, in renpy.display.render.render
  File "C:\Users\michael\Documents\HiddenTruth-0.21-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 154, in renpy.display.render.render
  File "render.pyx", line 247, in renpy.display.render.render
  File "C:\Users\michael\Documents\HiddenTruth-0.21-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 154, in renpy.display.render.render
  File "render.pyx", line 247, in renpy.display.render.render
  File "accelerator.pyx", line 110, in renpy.display.accelerator.transform_render
  File "render.pyx", line 247, in renpy.display.render.render
  File "C:\Users\michael\Documents\HiddenTruth-0.21-pc\renpy\display\image.py", line 500, in render
    return wrap_render(self.target, width, height, st, at)
  File "C:\Users\michael\Documents\HiddenTruth-0.21-pc\renpy\display\image.py", line 306, in wrap_render
    rend = render(child, w, h, st, at)
  File "render.pyx", line 154, in renpy.display.render.render
  File "render.pyx", line 247, in renpy.display.render.render
  File "accelerator.pyx", line 110, in renpy.display.accelerator.transform_render
  File "render.pyx", line 247, in renpy.display.render.render
  File "C:\Users\michael\Documents\HiddenTruth-0.21-pc\renpy\display\im.py", line 584, in render
    return cache.get(self, render=True)
  File "C:\Users\michael\Documents\HiddenTruth-0.21-pc\renpy\display\im.py", line 266, in get
    surf = image.load()
  File "C:\Users\michael\Documents\HiddenTruth-0.21-pc\renpy\display\im.py", line 629, in load
    surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
  File "C:\Users\michael\Documents\HiddenTruth-0.21-pc\renpy\loader.py", line 576, in load
    raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'raccow1.png'.

Windows-7-6.1.7601-SP1
Ren'Py 7.3.2.320
Hidden Truth 0.21
Tue Dec 03 15:50:10 2019
I have found the error that is causing the issues with the sex scenes in the compressed version. I am fixing it right now and a new link will be available shortly.
 
3.00 star(s) 1 Vote