News:

Please request registration email again and then check your "Spam" folder

Former www.henthighschool.com

[Feedback] *BUG REPORTS* Stable version only (v0.2)

Started by Goldo, May 13, 2022, 09:52 AM

Previous topic - Next topic

Overnin

Quote from: Overnin on Mar 06, 2023, 12:43 PM
Quote from: j01ntr0l1a on Jun 02, 2022, 01:53 AMhey i dunno if i saved mod somewhere i shouldnt or something but i get this error when i open mod file in main menu any help would be appreciated, thanks

I'm sorry, but an uncaught exception occurred.

While running game code:
IOError: Couldn't find file 'mods/Trait King/title.webm'.

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

Full traceback:
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
    python hide:
  File "renpy/ast.py", line 928, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2245, 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 "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3325, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "renpy/display/core.py", line 4025, in interact_core
    renpy.audio.audio.periodic()
  File "renpy/audio/audio.py", line 1162, in periodic
    raise_(exc[0], exc[1], exc[2])
  File "renpy/audio/audio.py", line 1140, in periodic_thread_main
    periodic_pass()
  File "renpy/audio/audio.py", line 1082, in periodic_pass
    c.periodic()
  File "renpy/audio/audio.py", line 518, in periodic
    topf = load(filename)
  File "renpy/audio/audio.py", line 69, in load
    rv = renpy.loader.load(fn)
  File "renpy/loader.py", line 798, in load
    raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'mods/Trait King/title.webm'.

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Brothel King 0.2 v220519
Wed Jun  1 18:50:43 2022



Have you been able to solve this issue?

I seem to have this issue with multiple mods, such as the ChrisJobMod, HH mod, and Trait King. I have tried reinstalling the mods and BK 0.2, but I have not got it to work yet.

ChrisJobMod shows:

I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'mods/ChrisJobMod/titleJobMod.png'>:
IOError: Couldn't find file 'mods/King's Way/KWtitle.webm'.

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

Full traceback:
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
    python hide:
  File "renpy/ast.py", line 928, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2245, 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 "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3325, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "renpy/display/core.py", line 4025, in interact_core
    renpy.audio.audio.periodic()
  File "renpy/audio/audio.py", line 1162, in periodic
    raise_(exc[0], exc[1], exc[2])
  File "renpy/audio/audio.py", line 1140, in periodic_thread_main
    periodic_pass()
  File "renpy/audio/audio.py", line 1082, in periodic_pass
    c.periodic()
  File "renpy/audio/audio.py", line 518, in periodic
    topf = load(filename)
  File "renpy/audio/audio.py", line 69, in load
    rv = renpy.loader.load(fn)
  File "renpy/loader.py", line 798, in load
    raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'mods/King's Way/KWtitle.webm'.

HH mod shows:

[code]
I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'mods/Headhunter/Headhunter_portrait2.webp'>:
IOError: Couldn't find file 'mods/King's Way/KWtitle.webm'.

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

Full traceback:
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
    python hide:
  File "renpy/ast.py", line 928, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2245, 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 "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3325, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "renpy/display/core.py", line 4025, in interact_core
    renpy.audio.audio.periodic()
  File "renpy/audio/audio.py", line 1162, in periodic
    raise_(exc[0], exc[1], exc[2])
  File "renpy/audio/audio.py", line 1140, in periodic_thread_main
    periodic_pass()
  File "renpy/audio/audio.py", line 1082, in periodic_pass
    c.periodic()
  File "renpy/audio/audio.py", line 518, in periodic
    topf = load(filename)
  File "renpy/audio/audio.py", line 69, in load
    rv = renpy.loader.load(fn)
  File "renpy/loader.py", line 798, in load
    raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'mods/King's Way/KWtitle.webm'.

Windows-10-10.0.22621
Ren'Py 7.4.11.2266
Brothel King 0.2 v220211R
Mon Mar  6 08:55:55 2023


Windows-10-10.0.22621
Ren'Py 7.4.11.2266
Brothel King 0.2 v220711
Mon Mar  6 08:53:24 2023
[/code]


HH mod show:

I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'mods/Headhunter/Headhunter_portrait2.webp'>:
IOError: Couldn't find file 'mods/King's Way/KWtitle.webm'.

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

Full traceback:
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
    python hide:
  File "renpy/ast.py", line 928, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2245, 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 "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3325, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "renpy/display/core.py", line 4025, in interact_core
    renpy.audio.audio.periodic()
  File "renpy/audio/audio.py", line 1162, in periodic
    raise_(exc[0], exc[1], exc[2])
  File "renpy/audio/audio.py", line 1140, in periodic_thread_main
    periodic_pass()
  File "renpy/audio/audio.py", line 1082, in periodic_pass
    c.periodic()
  File "renpy/audio/audio.py", line 518, in periodic
    topf = load(filename)
  File "renpy/audio/audio.py", line 69, in load
    rv = renpy.loader.load(fn)
  File "renpy/loader.py", line 798, in load
    raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'mods/King's Way/KWtitle.webm'.

Windows-10-10.0.22621
Ren'Py 7.4.11.2266
Brothel King 0.2 v220211R
Mon Mar  6 08:55:55 2023

vadi92

Quote from: Overnin on Mar 06, 2023, 12:59 PM
Quote from: Overnin on Mar 06, 2023, 12:43 PM
Quote from: j01ntr0l1a on Jun 02, 2022, 01:53 AMhey i dunno if i saved mod somewhere i shouldnt or something but i get this error when i open mod file in main menu any help would be appreciated, thanks

I'm sorry, but an uncaught exception occurred.

While running game code:
IOError: Couldn't find file 'mods/Trait King/title.webm'.

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

Full traceback:
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
    python hide:
  File "renpy/ast.py", line 928, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2245, 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 "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3325, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "renpy/display/core.py", line 4025, in interact_core
    renpy.audio.audio.periodic()
  File "renpy/audio/audio.py", line 1162, in periodic
    raise_(exc[0], exc[1], exc[2])
  File "renpy/audio/audio.py", line 1140, in periodic_thread_main
    periodic_pass()
  File "renpy/audio/audio.py", line 1082, in periodic_pass
    c.periodic()
  File "renpy/audio/audio.py", line 518, in periodic
    topf = load(filename)
  File "renpy/audio/audio.py", line 69, in load
    rv = renpy.loader.load(fn)
  File "renpy/loader.py", line 798, in load
    raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'mods/Trait King/title.webm'.

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Brothel King 0.2 v220519
Wed Jun  1 18:50:43 2022



Have you been able to solve this issue?

I seem to have this issue with multiple mods, such as the ChrisJobMod, HH mod, and Trait King. I have tried reinstalling the mods and BK 0.2, but I have not got it to work yet.

ChrisJobMod shows:

I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'mods/ChrisJobMod/titleJobMod.png'>:
IOError: Couldn't find file 'mods/King's Way/KWtitle.webm'.

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

Full traceback:
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
    python hide:
  File "renpy/ast.py", line 928, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2245, 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 "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3325, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "renpy/display/core.py", line 4025, in interact_core
    renpy.audio.audio.periodic()
  File "renpy/audio/audio.py", line 1162, in periodic
    raise_(exc[0], exc[1], exc[2])
  File "renpy/audio/audio.py", line 1140, in periodic_thread_main
    periodic_pass()
  File "renpy/audio/audio.py", line 1082, in periodic_pass
    c.periodic()
  File "renpy/audio/audio.py", line 518, in periodic
    topf = load(filename)
  File "renpy/audio/audio.py", line 69, in load
    rv = renpy.loader.load(fn)
  File "renpy/loader.py", line 798, in load
    raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'mods/King's Way/KWtitle.webm'.

HH mod shows:

[code]
I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'mods/Headhunter/Headhunter_portrait2.webp'>:
IOError: Couldn't find file 'mods/King's Way/KWtitle.webm'.

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

Full traceback:
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
    python hide:
  File "renpy/ast.py", line 928, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2245, 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 "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3325, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "renpy/display/core.py", line 4025, in interact_core
    renpy.audio.audio.periodic()
  File "renpy/audio/audio.py", line 1162, in periodic
    raise_(exc[0], exc[1], exc[2])
  File "renpy/audio/audio.py", line 1140, in periodic_thread_main
    periodic_pass()
  File "renpy/audio/audio.py", line 1082, in periodic_pass
    c.periodic()
  File "renpy/audio/audio.py", line 518, in periodic
    topf = load(filename)
  File "renpy/audio/audio.py", line 69, in load
    rv = renpy.loader.load(fn)
  File "renpy/loader.py", line 798, in load
    raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'mods/King's Way/KWtitle.webm'.

Windows-10-10.0.22621
Ren'Py 7.4.11.2266
Brothel King 0.2 v220211R
Mon Mar  6 08:55:55 2023


Windows-10-10.0.22621
Ren'Py 7.4.11.2266
Brothel King 0.2 v220711
Mon Mar  6 08:53:24 2023
[/code]


HH mod show:

I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'mods/Headhunter/Headhunter_portrait2.webp'>:
IOError: Couldn't find file 'mods/King's Way/KWtitle.webm'.

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

Full traceback:
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
    python hide:
  File "renpy/ast.py", line 928, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2245, 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 "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3325, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "renpy/display/core.py", line 4025, in interact_core
    renpy.audio.audio.periodic()
  File "renpy/audio/audio.py", line 1162, in periodic
    raise_(exc[0], exc[1], exc[2])
  File "renpy/audio/audio.py", line 1140, in periodic_thread_main
    periodic_pass()
  File "renpy/audio/audio.py", line 1082, in periodic_pass
    c.periodic()
  File "renpy/audio/audio.py", line 518, in periodic
    topf = load(filename)
  File "renpy/audio/audio.py", line 69, in load
    rv = renpy.loader.load(fn)
  File "renpy/loader.py", line 798, in load
    raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'mods/King's Way/KWtitle.webm'.

Windows-10-10.0.22621
Ren'Py 7.4.11.2266
Brothel King 0.2 v220211R
Mon Mar  6 08:55:55 2023


Most likely you didnt installed the mod's correctly.
https://henthighschool.net/brothel-king/resources-trait-king-mod/30/

Overnin

Quote from: vadi92 on Mar 06, 2023, 03:25 PM
Quote from: Overnin on Mar 06, 2023, 12:59 PM
Quote from: Overnin on Mar 06, 2023, 12:43 PM
Quote from: j01ntr0l1a on Jun 02, 2022, 01:53 AMhey i dunno if i saved mod somewhere i shouldnt or something but i get this error when i open mod file in main menu any help would be appreciated, thanks

I'm sorry, but an uncaught exception occurred.

While running game code:
IOError: Couldn't find file 'mods/Trait King/title.webm'.

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

Full traceback:
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
    python hide:
  File "renpy/ast.py", line 928, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2245, 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 "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3325, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "renpy/display/core.py", line 4025, in interact_core
    renpy.audio.audio.periodic()
  File "renpy/audio/audio.py", line 1162, in periodic
    raise_(exc[0], exc[1], exc[2])
  File "renpy/audio/audio.py", line 1140, in periodic_thread_main
    periodic_pass()
  File "renpy/audio/audio.py", line 1082, in periodic_pass
    c.periodic()
  File "renpy/audio/audio.py", line 518, in periodic
    topf = load(filename)
  File "renpy/audio/audio.py", line 69, in load
    rv = renpy.loader.load(fn)
  File "renpy/loader.py", line 798, in load
    raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'mods/Trait King/title.webm'.

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Brothel King 0.2 v220519
Wed Jun  1 18:50:43 2022



Have you been able to solve this issue?

I seem to have this issue with multiple mods, such as the ChrisJobMod, HH mod, and Trait King. I have tried reinstalling the mods and BK 0.2, but I have not got it to work yet.

ChrisJobMod shows:

I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'mods/ChrisJobMod/titleJobMod.png'>:
IOError: Couldn't find file 'mods/King's Way/KWtitle.webm'.

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

Full traceback:
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
    python hide:
  File "renpy/ast.py", line 928, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2245, 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 "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3325, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "renpy/display/core.py", line 4025, in interact_core
    renpy.audio.audio.periodic()
  File "renpy/audio/audio.py", line 1162, in periodic
    raise_(exc[0], exc[1], exc[2])
  File "renpy/audio/audio.py", line 1140, in periodic_thread_main
    periodic_pass()
  File "renpy/audio/audio.py", line 1082, in periodic_pass
    c.periodic()
  File "renpy/audio/audio.py", line 518, in periodic
    topf = load(filename)
  File "renpy/audio/audio.py", line 69, in load
    rv = renpy.loader.load(fn)
  File "renpy/loader.py", line 798, in load
    raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'mods/King's Way/KWtitle.webm'.

HH mod shows:

[code]
I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'mods/Headhunter/Headhunter_portrait2.webp'>:
IOError: Couldn't find file 'mods/King's Way/KWtitle.webm'.

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

Full traceback:
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
    python hide:
  File "renpy/ast.py", line 928, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2245, 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 "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3325, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "renpy/display/core.py", line 4025, in interact_core
    renpy.audio.audio.periodic()
  File "renpy/audio/audio.py", line 1162, in periodic
    raise_(exc[0], exc[1], exc[2])
  File "renpy/audio/audio.py", line 1140, in periodic_thread_main
    periodic_pass()
  File "renpy/audio/audio.py", line 1082, in periodic_pass
    c.periodic()
  File "renpy/audio/audio.py", line 518, in periodic
    topf = load(filename)
  File "renpy/audio/audio.py", line 69, in load
    rv = renpy.loader.load(fn)
  File "renpy/loader.py", line 798, in load
    raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'mods/King's Way/KWtitle.webm'.

Windows-10-10.0.22621
Ren'Py 7.4.11.2266
Brothel King 0.2 v220211R
Mon Mar  6 08:55:55 2023


Windows-10-10.0.22621
Ren'Py 7.4.11.2266
Brothel King 0.2 v220711
Mon Mar  6 08:53:24 2023
[/code]


HH mod show:

I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'mods/Headhunter/Headhunter_portrait2.webp'>:
IOError: Couldn't find file 'mods/King's Way/KWtitle.webm'.

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

Full traceback:
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
    python hide:
  File "renpy/ast.py", line 928, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2245, 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 "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3325, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "renpy/display/core.py", line 4025, in interact_core
    renpy.audio.audio.periodic()
  File "renpy/audio/audio.py", line 1162, in periodic
    raise_(exc[0], exc[1], exc[2])
  File "renpy/audio/audio.py", line 1140, in periodic_thread_main
    periodic_pass()
  File "renpy/audio/audio.py", line 1082, in periodic_pass
    c.periodic()
  File "renpy/audio/audio.py", line 518, in periodic
    topf = load(filename)
  File "renpy/audio/audio.py", line 69, in load
    rv = renpy.loader.load(fn)
  File "renpy/loader.py", line 798, in load
    raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'mods/King's Way/KWtitle.webm'.

Windows-10-10.0.22621
Ren'Py 7.4.11.2266
Brothel King 0.2 v220211R
Mon Mar  6 08:55:55 2023


Most likely you didnt installed the mod's correctly.
https://henthighschool.net/brothel-king/resources-trait-king-mod/30/

Thank you a ton, guess I skipped over to far when reading.

Still a bit of confusion though. The ChrisJobMod file only has the RPY and title.png. Does the title.png go into the game folder as well, or does everything go into the mods folder?

vadi92

#138
Everything else go into the mods folder.
https://imgur.com/a/C3O6yNu

Only the TKevents.rpy from TraitKing go into the game folder normaly.

GoldoTopic starter

Quote from: Overnin on Mar 06, 2023, 12:43 PM
Quote from: j01ntr0l1a on Jun 02, 2022, 01:53 AMhey i dunno if i saved mod somewhere i shouldnt or something but i get this error when i open mod file in main menu any help would be appreciated, thanks

I'm sorry, but an uncaught exception occurred.

While running game code:
IOError: Couldn't find file 'mods/Trait King/title.webm'.

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

Full traceback:
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
    python hide:
  File "renpy/ast.py", line 928, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2245, 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 "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3325, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "renpy/display/core.py", line 4025, in interact_core
    renpy.audio.audio.periodic()
  File "renpy/audio/audio.py", line 1162, in periodic
    raise_(exc[0], exc[1], exc[2])
  File "renpy/audio/audio.py", line 1140, in periodic_thread_main
    periodic_pass()
  File "renpy/audio/audio.py", line 1082, in periodic_pass
    c.periodic()
  File "renpy/audio/audio.py", line 518, in periodic
    topf = load(filename)
  File "renpy/audio/audio.py", line 69, in load
    rv = renpy.loader.load(fn)
  File "renpy/loader.py", line 798, in load
    raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'mods/Trait King/title.webm'.

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Brothel King 0.2 v220519
Wed Jun  1 18:50:43 2022



Have you been able to solve this issue?

I seem to have this issue with multiple mods, such as the ChrisJobMod, HH mod, and Trait King. I have tried reinstalling the mods and BK 0.2, but I have not got it to work yet.

ChrisJobMod shows:

I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'mods/ChrisJobMod/titleJobMod.png'>:
IOError: Couldn't find file 'mods/King's Way/KWtitle.webm'.

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

Full traceback:
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
    python hide:
  File "renpy/ast.py", line 928, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2245, 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 "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3325, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "renpy/display/core.py", line 4025, in interact_core
    renpy.audio.audio.periodic()
  File "renpy/audio/audio.py", line 1162, in periodic
    raise_(exc[0], exc[1], exc[2])
  File "renpy/audio/audio.py", line 1140, in periodic_thread_main
    periodic_pass()
  File "renpy/audio/audio.py", line 1082, in periodic_pass
    c.periodic()
  File "renpy/audio/audio.py", line 518, in periodic
    topf = load(filename)
  File "renpy/audio/audio.py", line 69, in load
    rv = renpy.loader.load(fn)
  File "renpy/loader.py", line 798, in load
    raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'mods/King's Way/KWtitle.webm'.

HH mod shows:

[code]
I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'mods/Headhunter/Headhunter_portrait2.webp'>:
IOError: Couldn't find file 'mods/King's Way/KWtitle.webm'.

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

Full traceback:
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
    python hide:
  File "renpy/ast.py", line 928, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2245, 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 "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3325, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "renpy/display/core.py", line 4025, in interact_core
    renpy.audio.audio.periodic()
  File "renpy/audio/audio.py", line 1162, in periodic
    raise_(exc[0], exc[1], exc[2])
  File "renpy/audio/audio.py", line 1140, in periodic_thread_main
    periodic_pass()
  File "renpy/audio/audio.py", line 1082, in periodic_pass
    c.periodic()
  File "renpy/audio/audio.py", line 518, in periodic
    topf = load(filename)
  File "renpy/audio/audio.py", line 69, in load
    rv = renpy.loader.load(fn)
  File "renpy/loader.py", line 798, in load
    raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'mods/King's Way/KWtitle.webm'.

Windows-10-10.0.22621
Ren'Py 7.4.11.2266
Brothel King 0.2 v220211R
Mon Mar  6 08:55:55 2023


Windows-10-10.0.22621
Ren'Py 7.4.11.2266
Brothel King 0.2 v220711
Mon Mar  6 08:53:24 2023
[/code]


Well, it's quite straightforward: Do you have the following subfolders and files in the game/mods/ folder?
Trait King/title.webm
King's Way/KWtitle.webm

If not, there's probably something wrong with your mod installation.
Maker of BK. Looking for the latest patch for BK 0.2? The link doesn't change, so bookmark it!

DougTheC

#140
Quote from: Drehschleuder on Feb 15, 2023, 07:31 PMI'm using the Mac version with the latest patch.
It is a new game and the error always repeats.


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

While running game code:
  File "game/BKchapter2.rpy", line 1472, in script
    return
Exception: Could not find return label (u'game/BKevents.rpy', 1676154577, 17992).

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

Full traceback:
  File "game/BKchapter2.rpy", line 1472, in script
    return
  File "/private/var/folders/8d/46fmtm011md_p12gjx4ppf340000gn/T/AppTranslocation/0F52F292-944B-4C9A-A89D-EFA44EFEC719/d/Brothel_King.app/Contents/Resources/autorun/renpy/ast.py", line 1567, in execute
    next_node(renpy.game.context().lookup_return(pop=True))
  File "/private/var/folders/8d/46fmtm011md_p12gjx4ppf340000gn/T/AppTranslocation/0F52F292-944B-4C9A-A89D-EFA44EFEC719/d/Brothel_King.app/Contents/Resources/autorun/renpy/execution.py", line 710, in lookup_return
    raise Exception("Could not find return label {!r}.".format(self.return_stack[-1]))
Exception: Could not find return label (u'game/BKevents.rpy', 1676154577, 17992).

Darwin-21.6.0-x86_64-i386-64bit
Ren'Py 7.4.10.2178
Brothel King 0.2 v220711
Wed Feb 15 20:21:55 2023
```





Quote from: White Baron, post: 10469442, member: 2841271I have the same problem, could you solve the issue?



Game is not formally supported on Macs, but problems might be caused by two things: file permissions and protections against running unregistered / unknown source downloads. (App Translocation)

Try info from these links (no promises).

You will need to adjust their steps to apply to BK.


https://f95zone.to/threads/permission-fixer-for-mac-and-linux.24233/


https://f95zone.to/threads/tales-of-androgyny-v0-3-31-1-majalis.1643/post-9713214


https://f95zone.to/threads/monster-girl-1-000-v19-0-0e-twistedscarlett.74670/post-6074203



I predict that May 5, 2022, the US Dow Jones index will drop over 1,063 points.
It's a sure thing.

If we believe absurdities we shall commit atrocities. -- Voltaire
-
Advice from the radio: Wash your hands, often with soap and water.
-
My doctor put me on the Pro Plan® Bright Mind™ diet.

neronero

Quote from: kokmaker on May 03, 2023, 06:09 AMHow do I get the bedded achievements for the princess and the banker girl? I completed the TJB special more than a few times and got the scenes but the achievement has yet to pop. As for the princess, I'm not sure what the correct route is, if it exists.
Crossposting this here as a bug: "h banker" achievement is never unlocked.
(princess route climax doesn't exist yet)
My Girl Packs: [ link ] - Trait King mod: [ link ]

father77

Cant sell any slaves in my game, tried to make a new game and sellback the first slave you buy.. still cant do it. have tried to ignore and rollback.. but any slave i try to sell triggers error and theres no way past it.

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/BKmain.rpy", line 1386, in script
python:
File "game/BKmain.rpy", line 1389, in <module>
MC.sell(slavemarket, girl, price)
File "game/BKclasses.rpy", line 1087, in sell
if not obj.type.sellable:
AttributeError: 'unicode' object has no attribute 'sellable'

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

Full traceback:
File "game/BKmain.rpy", line 1386, in script
python:
File "renpy/ast.py", line 928, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2245, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/BKmain.rpy", line 1389, in <module>
MC.sell(slavemarket, girl, price)
File "game/BKclasses.rpy", line 1087, in sell
if not obj.type.sellable:
AttributeError: 'unicode' object has no attribute 'sellable'

Windows-10-10.0.22621
Ren'Py 7.4.11.2266
Brothel King 0.2 v220211R
Wed May 17 15:56:34 2023
```

roscoson

I installed the patch an now a passing script failed message shows up every time I try to play the game. Why invent a patch that makes the game unplayable?

Deimos96

Quote from: roscoson on May 17, 2023, 11:21 PMI installed the patch an now a passing script failed message shows up every time I try to play the game. Why invent a patch that makes the game unplayable?

Did you install the patch correctly? Try and delete all RPYC files before booting the game.

GoldoTopic starter

Quote from: father77 on May 17, 2023, 08:02 PMCant sell any slaves in my game, tried to make a new game and sellback the first slave you buy.. still cant do it. have tried to ignore and rollback.. but any slave i try to sell triggers error and theres no way past it.

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/BKmain.rpy", line 1386, in script
python:
File "game/BKmain.rpy", line 1389, in <module>
MC.sell(slavemarket, girl, price)
File "game/BKclasses.rpy", line 1087, in sell
if not obj.type.sellable:
AttributeError: 'unicode' object has no attribute 'sellable'

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

Full traceback:
File "game/BKmain.rpy", line 1386, in script
python:
File "renpy/ast.py", line 928, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2245, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/BKmain.rpy", line 1389, in <module>
MC.sell(slavemarket, girl, price)
File "game/BKclasses.rpy", line 1087, in sell
if not obj.type.sellable:
AttributeError: 'unicode' object has no attribute 'sellable'

Windows-10-10.0.22621
Ren'Py 7.4.11.2266
Brothel King 0.2 v220211R
Wed May 17 15:56:34 2023
```

You did not install the latest patch, start there with a new game.

Quote from: roscoson on May 17, 2023, 11:21 PMI installed the patch an now a passing script failed message shows up every time I try to play the game. Why invent a patch that makes the game unplayable?

This is most likely because you didn't install the patch in the right folder ('game/') or you didn't overwrite old files, resulting in conflicts. You will need to scrub the patch files manually if that's the case, then delete every .rpyc file, and finally re-install the patch in the 'game/' folder making sure to choose 'overwrite'.
Maker of BK. Looking for the latest patch for BK 0.2? The link doesn't change, so bookmark it!

roscoson

This appeared after I did what you said to do after deleting all RYPC files.

I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/game patch 0.2/BKfunctions.rpy", line 13, in <module>
    import ConfigParser
ImportError: No module named ConfigParser

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

Full traceback:
  File "renpy/bootstrap.py", line 331, in bootstrap
    renpy.main.main()
  File "renpy/main.py", line 492, in main
    renpy.game.script.load_script() # sets renpy.game.script.
  File "renpy/script.py", line 283, in load_script
    self.load_appropriate_file(".rpyc", ".rpy", dir, fn, initcode)
  File "renpy/script.py", line 797, in load_appropriate_file
    self.finish_load(stmts, initcode, filename=lastfn)
  File "renpy/script.py", line 485, in finish_load
    node.early_execute()
  File "renpy/ast.py", line 985, in early_execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2245, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/game patch 0.2/BKfunctions.rpy", line 13, in <module>
    import ConfigParser
ImportError: No module named ConfigParser

Windows-10-10.0.18362
Ren'Py 7.4.11.2266
 
Fri May 19 12:03:24 2023
Please explain what i did wrong.

neronero

Quote from: TekynineTime, post: 10802357, member: 5846697I have been having issues trying to run version 0.2 .

I have added mods, that were working before but I have now been getting an exception right at the start after skipping the intro and picking the game mode/character, which I am able to ignore. Another exception right after pick what my shop starts out as, which I can again ignore, and finally another exception right after ignoring the past exception. I am not sure if i added something in the wrong way or not, I have tried re downloading, but still am having issues.

Here are the 3 exceptions.

----------------
First one after intro and game starting selections:
----------------

I'm sorry, but an uncaught exception occurred.


While running game code:
  File "game/BKstart.rpy", line 86, in script
    $ calendar.updates()
  File "game/BKstart.rpy", line 86, in <module>
    $ calendar.updates()
  File "game/BKclasses.rpy", line 2753, in updates
    weekly_updates(new_district)
  File "game/BKfunctions.rpy", line 2501, in weekly_updates
    cycle_free_girls()
  File "game/BKfunctions.rpy", line 580, in cycle_free_girls
    girl.location = game.locations[i]
IndexError: list index out of range

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

Full traceback:
  File "game/BKstart.rpy", line 86, in script
    $ calendar.updates()
  File "renpy/ast.py", line 928, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2245, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/BKstart.rpy", line 86, in <module>
    $ calendar.updates()
  File "game/BKclasses.rpy", line 2753, in updates
    weekly_updates(new_district)
  File "game/BKfunctions.rpy", line 2501, in weekly_updates
    cycle_free_girls()
  File "game/BKfunctions.rpy", line 580, in cycle_free_girls
    girl.location = game.locations[i]
  File "renpy/python.py", line 992, in __getitem__
    rv = list.__getitem__(self, index)
IndexError: list index out of range

Windows-10-10.0.22621
Ren'Py 7.4.11.2266
Brothel King 0.2 v220711
Fri May 19 00:47:04 2023

(removed the 2nd and 3rd exceptions)
My Girl Packs: [ link ] - Trait King mod: [ link ]

GoldoTopic starter

#148
Quote from: roscoson on May 19, 2023, 12:06 AMThis appeared after I did what you said to do after deleting all RYPC files.

I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/game patch 0.2/BKfunctions.rpy", line 13, in <module>
    import ConfigParser
ImportError: No module named ConfigParser

[...]
Please explain what i did wrong.

In your game/ folder, there should be a file called 'ConfigParser.py'. If it's not there, you probably deleted it by mistake. My advice would be to re-install cleanly at this stage, because there's no telling if other files haven't been deleted also.

To make a clean install, please follow the instructions closely:
Quote from: Goldo on May 13, 2022, 10:24 AMDownloads
You need at least 3 things to install Brothel King: the base game, the latest patch, and girl packs! If it is your first time, I strongly suggest starting out with the base girl pack. Follow the installation instructions carefully.

Base game (v0.2): https://www.mediafire.com/file/h81k39vblrz5co3/Brothel_King-0.2.zip/file
Install this first. Unpack it to a clean folder, and please don't try to overwrite older versions of BK.

Game patch (0.2): https://www.mediafire.com/file/nnxnr2pkopkzv2y/game_patch_0.2.zip/file
Install this on top of the game files in the 'game/' folder, overwriting existing files as needed. Note that you only ever need the latest patch (not previous ones), and that the link doesn't change and can always be found in my signature.

Base girl pack: https://www.mediafire.com/file/ms86oyaehplz6pn/basic-girl-pack-020.zip/file
Install this in the 'girls/' folder (unless you have set-up custom folders). You don't technically need this girl pack, you could start with any other player-made girl pack or packs, but this one is fully supported, it's very nice, it's got variety, so I highly recommend it.

Maker of BK. Looking for the latest patch for BK 0.2? The link doesn't change, so bookmark it!

dylanrivers10000

I'm sorry, but an uncaught exception occurred.

While loading <'ProportionalScale' <'Image' u'girls/Darkness/portrait happy (00001).webp'> 200 200 True>:
  File "game/BKmain.rpy", line 919, in script call
    $ calendar.play_alarms() # Also triggers "day" conditional events
  File "game/BKevents.rpy", line 698, in script call
    $ ev.play()
  File "game/BKevents.rpy", line 1256, in script
    call screen OK_screen(title, description, pic = girl.portrait)
  File "renpy/common/000statements.rpy", line 569, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/BKclasses.rpy", line 7531, in load
    child = im.cache.get(self.image)
KeyError: <'Image' u'girls/Darkness/portrait happy (00001).webp'>

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

Full traceback:
  File "game/BKmain.rpy", line 919, in script call
    $ calendar.play_alarms() # Also triggers "day" conditional events
  File "game/BKevents.rpy", line 698, in script call
    $ ev.play()
  File "game/BKevents.rpy", line 1256, in script
    call screen OK_screen(title, description, pic = girl.portrait)
  File "renpy/ast.py", line 2015, in execute
    self.call("execute")
  File "renpy/ast.py", line 2003, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "renpy/statements.py", line 278, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 569, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "renpy/exports.py", line 3136, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3325, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "renpy/display/core.py", line 3839, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "renpy/display/core.py", line 2565, in draw_screen
    renpy.config.screen_height,
  File "render.pyx", line 492, in renpy.display.render.render_screen
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 826, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 826, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 826, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/screen.py", line 688, 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 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 826, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 1264, in render
    st, at)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 1029, in render
    surf = render(d, width - x, rh, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/viewport.py", line 572, in render
    rend = renpy.display.render.render(self.children[0], child_width, child_height, st, at)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 1029, in render
    surf = render(d, width - x, rh, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/transform.py", line 733, 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 263, in renpy.display.render.render
  File "renpy/display/im.py", line 625, in render
    return cache.get(self, render=True)
  File "renpy/display/im.py", line 287, in get
    surf = image.load()
  File "game/BKclasses.rpy", line 7531, in load
    child = im.cache.get(self.image)
  File "renpy/display/im.py", line 357, in get
    self.kill(ce)
  File "renpy/display/im.py", line 369, in kill
    del self.cache[ce.what]
KeyError: <'Image' u'girls/Darkness/portrait happy (00001).webp'>

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Brothel King 0.2 v220711
Sun May 21 15:37:57 2023