Ren'Py Brothel King [v0.3t.2] [Goldo]

4.60 star(s) 51 Votes

Teritius

Newbie
Jan 5, 2021
74
58
119
I got a strange bug. I can safely ignore it, but is there a way to fix it?

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

While processing the color property of anonymous style:
  File "game/BKendday.rpy", line 1122, in script call
    call show_night_event(ev) from _call_show_night_event_1
  File "game/BKevents.rpy", line 777, in script
    $ renpy.say(ev.char, text_descript + "{/size}")
  File "game/BKevents.rpy", line 777, in <module>
    $ renpy.say(ev.char, text_descript + "{/size}")
ValueError: invalid literal for int() with base 16: '=#'
 

dickdouche

New Member
Apr 17, 2022
1
0
91
Is henthighighschool down for everyone? Wanted to try the 0.3 but the site won't even load so I guess I can't ..
 

vadi9203

Member
Aug 2, 2019
463
273
238
is there a way to skip the kunoichi minigame or make it easier
If you are still on the 0.2 version then buy a Makabishi in the shop (you need 6 of those 500 gold each). You can skip the first 2 encounter with it. At the 3rd encounter let the timer go down. It will be a fail either way even if you could catch them.
 

vadi9203

Member
Aug 2, 2019
463
273
238
I got a strange bug. I can safely ignore it, but is there a way to fix it?

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

While processing the color property of anonymous style:
  File "game/BKendday.rpy", line 1122, in script call
    call show_night_event(ev) from _call_show_night_event_1
  File "game/BKevents.rpy", line 777, in script
    $ renpy.say(ev.char, text_descript + "{/size}")
  File "game/BKevents.rpy", line 777, in <module>
    $ renpy.say(ev.char, text_descript + "{/size}")
ValueError: invalid literal for int() with base 16: '=#'
Full traceback pls with ver number.

Is there a way to unlock all cg?
Yeah multiple playtrough. But if you are only intrested in the cg pic's you can find them in the game folder. (Events and NPC folders).
 

Teritius

Newbie
Jan 5, 2021
74
58
119
Full traceback pls with ver number.
Sorry for the wait. I took some time before it happened again. Version 0.3 and it happens during farm stuff.
Code:
I'm sorry, but an uncaught exception occurred.

While processing the color property of anonymous style:
  File "game/BKendday.rpy", line 1122, in script call
    call show_night_event(ev) from _call_show_night_event_1
  File "game/BKevents.rpy", line 777, in script
    $ renpy.say(ev.char, text_descript + "{/size}")
  File "game/BKevents.rpy", line 777, in <module>
    $ renpy.say(ev.char, text_descript + "{/size}")
ValueError: invalid literal for int() with base 16: '=#'

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

Full traceback:
  File "game/BKendday.rpy", line 1122, in script call
    call show_night_event(ev) from _call_show_night_event_1
  File "game/BKevents.rpy", line 777, in script
    $ renpy.say(ev.char, text_descript + "{/size}")
  File "E:\Brothel_King-pc\renpy\ast.py", line 1138, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "E:\Brothel_King-pc\renpy\python.py", line 1122, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/BKevents.rpy", line 777, in <module>
    $ renpy.say(ev.char, text_descript + "{/size}")
  File "E:\Brothel_King-pc\renpy\exports.py", line 1473, in say
    who(what, *args, **kwargs)
  File "E:\Brothel_King-pc\renpy\character.py", line 1352, in __call__
    self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
  File "E:\Brothel_King-pc\renpy\character.py", line 1003, in do_display
    display_say(who,
  File "E:\Brothel_King-pc\renpy\character.py", line 693, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
  File "E:\Brothel_King-pc\renpy\ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "E:\Brothel_King-pc\renpy\display\core.py", line 3579, 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 "E:\Brothel_King-pc\renpy\display\core.py", line 4052, in interact_core
    root_widget.visit_all(lambda d : d.per_interact())
  File "E:\Brothel_King-pc\renpy\display\core.py", line 681, in visit_all
    d.visit_all(callback, seen)
  File "E:\Brothel_King-pc\renpy\display\core.py", line 681, in visit_all
    d.visit_all(callback, seen)
  File "E:\Brothel_King-pc\renpy\display\core.py", line 681, in visit_all
    d.visit_all(callback, seen)
  File "E:\Brothel_King-pc\renpy\display\screen.py", line 481, in visit_all
    self.child.visit_all(callback, seen=None)
  File "E:\Brothel_King-pc\renpy\display\core.py", line 681, in visit_all
    d.visit_all(callback, seen)
  File "E:\Brothel_King-pc\renpy\display\core.py", line 681, in visit_all
    d.visit_all(callback, seen)
  File "E:\Brothel_King-pc\renpy\display\core.py", line 681, in visit_all
    d.visit_all(callback, seen)
  [Previous line repeated 5 more times]
  File "E:\\Brothel_King-pc\renpy\display\core.py", line 683, in visit_all
    callback(self)
  File "E:\\Brothel_King-pc\renpy\display\core.py", line 4052, in <lambda>
    root_widget.visit_all(lambda d : d.per_interact())
  File "E:\r\Brothel_King-pc\renpy\text\text.py", line 1792, in per_interact
    if self.style.slow_abortable:
  File "gen3-static/styleclass.pxi", line 533, in renpy.styledata.styleclass.Style.slow_abortable.__get__
  File "style.pyx", line 493, in renpy.style.StyleCore._get
  File "style.pyx", line 710, in renpy.style.build_style
  File "style.pyx", line 707, in renpy.style.build_style
  File "gen3-static/style_functions.pyx", line 323, in style_functions.color_property
  File "E:\\Brothel_King-pc\renpy\color.py", line 147, in __new__
    r = int(c[0]+c[1], 16)
ValueError: invalid literal for int() with base 16: '=#'

Windows-10-10.0.19045 AMD64
Ren'Py 8.1.1.23060707
Brothel King 0.3t v230805
Fri Sep 15 04:49:32 2023
 

vadi9203

Member
Aug 2, 2019
463
273
238
Sorry for the wait. I took some time before it happened again. Version 0.3 and it happens during farm stuff.
Code:
I'm sorry, but an uncaught exception occurred.

While processing the color property of anonymous style:
  File "game/BKendday.rpy", line 1122, in script call
    call show_night_event(ev) from _call_show_night_event_1
  File "game/BKevents.rpy", line 777, in script
    $ renpy.say(ev.char, text_descript + "{/size}")
  File "game/BKevents.rpy", line 777, in <module>
    $ renpy.say(ev.char, text_descript + "{/size}")
ValueError: invalid literal for int() with base 16: '=#'

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

Full traceback:
  File "game/BKendday.rpy", line 1122, in script call
    call show_night_event(ev) from _call_show_night_event_1
  File "game/BKevents.rpy", line 777, in script
    $ renpy.say(ev.char, text_descript + "{/size}")
  File "E:\Brothel_King-pc\renpy\ast.py", line 1138, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "E:\Brothel_King-pc\renpy\python.py", line 1122, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/BKevents.rpy", line 777, in <module>
    $ renpy.say(ev.char, text_descript + "{/size}")
  File "E:\Brothel_King-pc\renpy\exports.py", line 1473, in say
    who(what, *args, **kwargs)
  File "E:\Brothel_King-pc\renpy\character.py", line 1352, in __call__
    self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
  File "E:\Brothel_King-pc\renpy\character.py", line 1003, in do_display
    display_say(who,
  File "E:\Brothel_King-pc\renpy\character.py", line 693, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
  File "E:\Brothel_King-pc\renpy\ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "E:\Brothel_King-pc\renpy\display\core.py", line 3579, 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 "E:\Brothel_King-pc\renpy\display\core.py", line 4052, in interact_core
    root_widget.visit_all(lambda d : d.per_interact())
  File "E:\Brothel_King-pc\renpy\display\core.py", line 681, in visit_all
    d.visit_all(callback, seen)
  File "E:\Brothel_King-pc\renpy\display\core.py", line 681, in visit_all
    d.visit_all(callback, seen)
  File "E:\Brothel_King-pc\renpy\display\core.py", line 681, in visit_all
    d.visit_all(callback, seen)
  File "E:\Brothel_King-pc\renpy\display\screen.py", line 481, in visit_all
    self.child.visit_all(callback, seen=None)
  File "E:\Brothel_King-pc\renpy\display\core.py", line 681, in visit_all
    d.visit_all(callback, seen)
  File "E:\Brothel_King-pc\renpy\display\core.py", line 681, in visit_all
    d.visit_all(callback, seen)
  File "E:\Brothel_King-pc\renpy\display\core.py", line 681, in visit_all
    d.visit_all(callback, seen)
  [Previous line repeated 5 more times]
  File "E:\\Brothel_King-pc\renpy\display\core.py", line 683, in visit_all
    callback(self)
  File "E:\\Brothel_King-pc\renpy\display\core.py", line 4052, in <lambda>
    root_widget.visit_all(lambda d : d.per_interact())
  File "E:\r\Brothel_King-pc\renpy\text\text.py", line 1792, in per_interact
    if self.style.slow_abortable:
  File "gen3-static/styleclass.pxi", line 533, in renpy.styledata.styleclass.Style.slow_abortable.__get__
  File "style.pyx", line 493, in renpy.style.StyleCore._get
  File "style.pyx", line 710, in renpy.style.build_style
  File "style.pyx", line 707, in renpy.style.build_style
  File "gen3-static/style_functions.pyx", line 323, in style_functions.color_property
  File "E:\\Brothel_King-pc\renpy\color.py", line 147, in __new__
    r = int(c[0]+c[1], 16)
ValueError: invalid literal for int() with base 16: '=#'

Windows-10-10.0.19045 AMD64
Ren'Py 8.1.1.23060707
Brothel King 0.3t v230805
Fri Sep 15 04:49:32 2023
Dont worry about it. This error was already reported on the HHS forum. So a fix will comme in a few days.
 

anominous

Member
Oct 14, 2017
106
132
159
has anyone reported a bug where the slave market is empty and the free girls all disappear -also I can't start a new game lol not sure why this started happening all of a sudden.
You don't have permission to view the spoiler content. Log in or register now.
 
Last edited:

vadi9203

Member
Aug 2, 2019
463
273
238
has anyone reported a bug where the slave market is empty and the free girls all disappear -also I can't start a new game lol not sure why this started happening all of a sudden.
You don't have permission to view the spoiler content. Log in or register now.
This is not a bug. You dont have enough girl packs for the game to generate clone's. (Leave atleast one girl pack without a _BK.ini for the game.)
 
  • Heart
Reactions: anominous

mana4eros

New Member
Aug 10, 2020
1
0
11
Hi,

Firstly veryfun game, really enjoying it so far.

Though, I'm getting errors whenever I try and sell a girl... Farm and brothel are full so I can't shuffle them unfortunately:

Version 0.2

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.19041
Ren'Py 7.4.11.2266
Brothel King 0.2 v220211R
Tue Sep 19 22:14:17 2023

Thanks!
 

vadi9203

Member
Aug 2, 2019
463
273
238
Hi,

Firstly veryfun game, really enjoying it so far.

Though, I'm getting errors whenever I try and sell a girl... Farm and brothel are full so I can't shuffle them unfortunately:

Version 0.2

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.19041
Ren'Py 7.4.11.2266
Brothel King 0.2 v220211R
Tue Sep 19 22:14:17 2023

Thanks!
You are using a way to old version of the game. Either apply the patch for it yourself or this pre patched version. (Just put some girl pack in it)
 
4.60 star(s) 51 Votes