joelurmel

Engaged Member
Nov 3, 2022
2,713
4,773
397
gallery error


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

While loading <renpy.display.im.Image object ('images/CH 2/Kitchenhv/Event1/kitchenvh1.jpg') at 0x000000000c22d490>:
OSError: Couldn't find file 'images/CH 2/Kitchenhv/Event1/kitchenvh1.jpg'.

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

Full traceback:
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
    python hide:
  File "G:\Games\AdultGames\Incest\The Golden Boy\TheGoldenBoy-0.6.0-pc\renpy\ast.py", line 1131, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "G:\Games\AdultGames\Incest\The Golden Boy\TheGoldenBoy-0.6.0-pc\renpy\python.py", line 1061, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
    python hide:
  File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
    ui.interact()
  File "G:\Games\AdultGames\Incest\The Golden Boy\TheGoldenBoy-0.6.0-pc\renpy\ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "G:\Games\AdultGames\Incest\The Golden Boy\TheGoldenBoy-0.6.0-pc\renpy\display\core.py", line 3377, 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 "G:\Games\AdultGames\Incest\The Golden Boy\TheGoldenBoy-0.6.0-pc\renpy\display\core.py", line 3912, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "G:\Games\AdultGames\Incest\The Golden Boy\TheGoldenBoy-0.6.0-pc\renpy\display\core.py", line 2602, in draw_screen
    surftree = renpy.display.render.render_screen(
  File "render.pyx", line 495, in renpy.display.render.render_screen
  File "render.pyx", line 266, in renpy.display.render.render
  File "G:\Games\AdultGames\Incest\The Golden Boy\TheGoldenBoy-0.6.0-pc\renpy\display\layout.py", line 884, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 266, in renpy.display.render.render
  File "G:\Games\AdultGames\Incest\The Golden Boy\TheGoldenBoy-0.6.0-pc\renpy\display\transition.py", line 370, in render
    return render(self.new_widget, width, height, st, at)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 266, in renpy.display.render.render
  File "G:\Games\AdultGames\Incest\The Golden Boy\TheGoldenBoy-0.6.0-pc\renpy\display\layout.py", line 884, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 266, in renpy.display.render.render
  File "G:\Games\AdultGames\Incest\The Golden Boy\TheGoldenBoy-0.6.0-pc\renpy\display\layout.py", line 884, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 266, in renpy.display.render.render
  File "G:\Games\AdultGames\Incest\The Golden Boy\TheGoldenBoy-0.6.0-pc\renpy\display\screen.py", line 704, in render
    child = renpy.display.render.render(self.child, w, h, st, at)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 266, in renpy.display.render.render
  File "G:\Games\AdultGames\Incest\The Golden Boy\TheGoldenBoy-0.6.0-pc\renpy\display\layout.py", line 884, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 266, in renpy.display.render.render
  File "G:\Games\AdultGames\Incest\The Golden Boy\TheGoldenBoy-0.6.0-pc\renpy\display\layout.py", line 1105, in render
    surf = render(d, width - x, rh, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 266, in renpy.display.render.render
  File "G:\Games\AdultGames\Incest\The Golden Boy\TheGoldenBoy-0.6.0-pc\renpy\display\behavior.py", line 885, in render
    rv = super(Button, self).render(width, height, st, at)
  File "G:\Games\AdultGames\Incest\The Golden Boy\TheGoldenBoy-0.6.0-pc\renpy\display\layout.py", line 1334, in render
    surf = render(child,
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 266, in renpy.display.render.render
  File "G:\Games\AdultGames\Incest\The Golden Boy\TheGoldenBoy-0.6.0-pc\renpy\display\transform.py", line 747, in render
    return transform_render(self, width, height, st, at)
  File "accelerator.pyx", line 187, in renpy.display.accelerator.transform_render
  File "render.pyx", line 266, in renpy.display.render.render
  File "G:\Games\AdultGames\Incest\The Golden Boy\TheGoldenBoy-0.6.0-pc\renpy\display\im.py", line 627, in render
    return cache.get(self, render=True)
  File "G:\Games\AdultGames\Incest\The Golden Boy\TheGoldenBoy-0.6.0-pc\renpy\display\im.py", line 295, in get
    surf = image.load()
  File "G:\Games\AdultGames\Incest\The Golden Boy\TheGoldenBoy-0.6.0-pc\renpy\display\im.py", line 720, in load
    raise e
  File "G:\Games\AdultGames\Incest\The Golden Boy\TheGoldenBoy-0.6.0-pc\renpy\display\im.py", line 685, in load
    filelike = renpy.loader.load(self.filename)
  File "G:\Games\AdultGames\Incest\The Golden Boy\TheGoldenBoy-0.6.0-pc\renpy\loader.py", line 820, in load
    raise IOError("Couldn't find file '%s'." % name)
OSError: Couldn't find file 'images/CH 2/Kitchenhv/Event1/kitchenvh1.jpg'.

Windows-10-10.0.19045 AMD64
Ren'Py 8.0.3.22090809
The Golden Boy 0.6.0
Thu Mar  7 21:58:59 2024
Redownload the game, because the image is present...
 

Cirdon

Well-Known Member
Nov 27, 2019
1,500
2,205
468
Redownload the game, because the image is present...
Nope, it is not

images/CH 2/Kitchenhv/Event1/kitchenvh1.jpg

should be

images/CH 2/Kitchenhv_Ch2/Event1/kitchenvh1.jpg

They need the gallery fix that was posted.
 

Cirdon

Well-Known Member
Nov 27, 2019
1,500
2,205
468
Replay 45, (page 5, image 9) does not end but continues the game.
I don't know how to fix that.
It's in _galleryscenes.rpy
Code:
                    laun "*Giggle*... Then go ahead and do it!"

                    jump myroom_ch4_6_5

                "Continue.":
                    jump myroom_ch4_6_5

        "Continue.":
            jump myroom_ch4_6_5

    scene lauraroom_ch4_5_e83_slow with fade
Which jumps the execution out of the replays and into the actual myroomvhch4.rpy

Change that to
Code:
                    laun "*Giggle*... Then go ahead and do it!"

                    jump galmyroom_ch4_6_5

                "Continue.":
                    jump galmyroom_ch4_6_5
        "Continue.":
            jump galmyroom_ch4_6_5

label galmyroom_ch4_6_5:
    scene lauraroom_ch4_5_e83_slow with fade
and execution stays in the replay and ends at the end of the scene.
 
  • Like
Reactions: tatomcm80

Xythurr

Well-Known Member
Oct 29, 2017
1,748
3,856
386
I was looking at the preview pics and please tell me that the adolescent looking manlet isn't the "twenty-something" MC?
 

Furyan

Active Member
Nov 16, 2017
925
678
277
I kind of feel divided, all scenes were oral sex at best, and progressed kind of rushed...

Grandma looked like It had some more time to polish the writing, Kate was the continuation of v0.5 cliffhanger, so for me it was good, Natasha as the aunt is cool too, those make sense as a slow burn, I wouldn't change those.

But I still think that secondary characters like Laura and Eva should burn faster and have penetration sex scenes, like they did already. Laura and Eva are actually way more interesting characters than the hookers, Elise and Melanie. I would prefer their return with penetration sex, than those other boring characters...

I don't know, maybe I created too much expectations, I'll wait for the producer version and v0.7 to be sure.
 

shamtiiomi

Engaged Member
May 1, 2021
2,149
2,061
377
I kind of feel divided, all scenes were oral sex at best, and progressed kind of rushed...

Grandma looked like It had some more time to polish the writing, Kate was the continuation of v0.5 cliffhanger, so for me it was good, Natasha as the aunt is cool too, those make sense as a slow burn, I wouldn't change those.

But I still think that secondary characters like Laura and Eva should burn faster and have penetration sex scenes, like they did already. Laura and Eva are actually way more interesting characters than the hookers, Elise and Melanie. I would prefer their return with penetration sex, than those other boring characters...

I don't know, maybe I created too much expectations, I'll wait for the producer version and v0.7 to be sure.
wich one is the aunt? i didnt see her ingame
 
3.80 star(s) 55 Votes