News:

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

Former www.henthighschool.com

v0.3 Test version (gameplay only)

Started by Goldo, Jul 21, 2023, 09:54 PM

Previous topic - Next topic

EvilPenguin


EvilPenguin

#151
Trade scam!


it should be 2 for 4.
At 4 it only give 6 (should be 8.)


save file:: https://www.mediafire.com/file/fsq8lz51rs76vss/1-2-LT1.save/file

Desuwa

#152
I've been getting a lot hard crashes from segmentation faults when moving between screens. Not sure of how to reproduce it, sometimes I'll play for 30 minutes with none and other times I'll click "Girls" and crash immediately after loading a file. Seems like it could be a renpy bug, but I don't get these crashes in 0.2. If you have a build with debug symbols enabled I could run that and try to reproduce.

#0  0x00007f1e7977fa09 in glGenTextures () from /lib64/libGLdispatch.so.0
[Current thread is 1 (Thread 0x7f1e37fff6c0 (LWP 3759679))]
Missing separate debuginfos, use: dnf debuginfo-install xorg-x11-drv-nvidia-libs-535.98-2.fc38.x86_64
(gdb) bt full
#0  0x00007f1e7977fa09 in glGenTextures () from /lib64/libGLdispatch.so.0
No symbol table info available.
<many useless stack frames>

GoldoTopic starter

Quote from: Desuwa on Sep 04, 2023, 11:02 PMI've been getting a lot hard crashes from segmentation faults when moving between screens. Not sure of how to reproduce it, sometimes I'll play for 30 minutes with none and other times I'll click "Girls" and crash immediately after loading a file. Seems like it could be a renpy bug, but I don't get these crashes in 0.2. If you have a build with debug symbols enabled I could run that and try to reproduce.

#0  0x00007f1e7977fa09 in glGenTextures () from /lib64/libGLdispatch.so.0
[Current thread is 1 (Thread 0x7f1e37fff6c0 (LWP 3759679))]
Missing separate debuginfos, use: dnf debuginfo-install xorg-x11-drv-nvidia-libs-535.98-2.fc38.x86_64
(gdb) bt full
#0  0x00007f1e7977fa09 in glGenTextures () from /lib64/libGLdispatch.so.0
No symbol table info available.
<many useless stack frames>

Sorry I don't know how to make sense of this message, it seems to be a Nvidia issue. My guess is it could be related to the Ren'Py 8.1.1 leaking texture issue. I will try to release a 8.0 version which is more stable. We'll see if it fixes your problem.
Maker of BK. Looking for the latest patch for BK 0.2? The link doesn't change, so bookmark it!

EvilPenguin

@Goldo
Think about some mid game cleaners upgrades. Playing as a mage you don't give a shit about cleaners, but other  classes do. This screen is after one night, merchant MC:


GoldoTopic starter

Quote from: EvilPenguin on Sep 05, 2023, 12:53 PM@Goldo
Think about some mid game cleaners upgrades. Playing as a mage you don't give a shit about cleaners, but other  classes do. This screen is after one night, merchant MC:



This is with the cleaning upgrades, right?

Since the change to dirt level should be -63 per night, I assume the extra dirt is from random events?
Maker of BK. Looking for the latest patch for BK 0.2? The link doesn't change, so bookmark it!

DarkFire

Apperared while training naked in the farm:

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 784, in script
    $ renpy.say(ev.char, text_descript + "{/size}")
  File "game/BKevents.rpy", line 784, 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 784, in script
    $ renpy.say(ev.char, text_descript + "{/size}")
  File "C:\Users\Dani\Downloads\Brothel_King-0.3t\Brothel_King-pc\renpy\ast.py", line 1138, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\Users\Dani\Downloads\Brothel_King-0.3t\Brothel_King-pc\renpy\python.py", line 1122, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/BKevents.rpy", line 784, in <module>
    $ renpy.say(ev.char, text_descript + "{/size}")
  File "C:\Users\Dani\Downloads\Brothel_King-0.3t\Brothel_King-pc\renpy\exports.py", line 1473, in say
    who(what, *args, **kwargs)
  File "C:\Users\Dani\Downloads\Brothel_King-0.3t\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 "C:\Users\Dani\Downloads\Brothel_King-0.3t\Brothel_King-pc\renpy\character.py", line 1003, in do_display
    display_say(who,
  File "C:\Users\Dani\Downloads\Brothel_King-0.3t\Brothel_King-pc\renpy\character.py", line 693, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
  File "C:\Users\Dani\Downloads\Brothel_King-0.3t\Brothel_King-pc\renpy\ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\Dani\Downloads\Brothel_King-0.3t\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 "C:\Users\Dani\Downloads\Brothel_King-0.3t\Brothel_King-pc\renpy\display\core.py", line 4052, in interact_core
    root_widget.visit_all(lambda d : d.per_interact())
  File "C:\Users\Dani\Downloads\Brothel_King-0.3t\Brothel_King-pc\renpy\display\core.py", line 681, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\Dani\Downloads\Brothel_King-0.3t\Brothel_King-pc\renpy\display\core.py", line 681, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\Dani\Downloads\Brothel_King-0.3t\Brothel_King-pc\renpy\display\core.py", line 681, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\Dani\Downloads\Brothel_King-0.3t\Brothel_King-pc\renpy\display\screen.py", line 481, in visit_all
    self.child.visit_all(callback, seen=None)
  File "C:\Users\Dani\Downloads\Brothel_King-0.3t\Brothel_King-pc\renpy\display\core.py", line 681, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\Dani\Downloads\Brothel_King-0.3t\Brothel_King-pc\renpy\display\core.py", line 681, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\Dani\Downloads\Brothel_King-0.3t\Brothel_King-pc\renpy\display\core.py", line 681, in visit_all
    d.visit_all(callback, seen)
  [Previous line repeated 5 more times]
  File "C:\Users\Dani\Downloads\Brothel_King-0.3t\Brothel_King-pc\renpy\display\core.py", line 683, in visit_all
    callback(self)
  File "C:\Users\Dani\Downloads\Brothel_King-0.3t\Brothel_King-pc\renpy\display\core.py", line 4052, in <lambda>
    root_widget.visit_all(lambda d : d.per_interact())
  File "C:\Users\Dani\Downloads\Brothel_King-0.3t\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 "C:\Users\Dani\Downloads\Brothel_King-0.3t\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
Wed Sep  6 05:38:15 2023

EvilPenguin

#157
Quote from: Goldo on Sep 05, 2023, 09:54 PMThis is with the cleaning upgrades, right?

Since the change to dirt level should be -63 per night, I assume the extra dirt is from random events?

All avaible cleaning and security. No events. Girls working in the rooms + whores and the dirt piles up.
There is, I think 1 cleaning upgrade left - but that's palace level.

Edit: here is the save file if you want to check it out: https://www.mediafire.com/file/xazzhdvktz6udz3/1-3-LT1.save/file

ryan555

#158
A minor "bug":

Looks like you can't hold down Control (to skip text) and press a button with left mouse click at the same time.
I used this all the time in v0.2 to skip text while clicking on a dialogue option.
Now you have to let go of Control every time so you can press a button to carry on.

edit: sorry, this was already reported.

EvilPenguin

#159
Asylum return:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/BKendday.rpy", line 1515, in script call
    call play_events(_type = "morning") from _call_play_events_1 # Note: Morning events are set with the new day's date: beware of the confusion
  File "game/BKevents.rpy", line 723, in script call
    call display_events(ev_list) from _call_display_events
  File "game/BKevents.rpy", line 735, in script call
    $ ev.play()
  File "game/BKevents.rpy", line 7242, in script call
    call acquire_girl(girl, context == "asylum") from _call_acquire_girl
  File "game/BKevents.rpy", line 7380, in script
    label acquire_girl(girl, price=0, context="generic"):
SyntaxError: invalid syntax (game/BKevents.rpy, line 7242)

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

Full traceback:
  File "game/BKendday.rpy", line 1515, in script call
    call play_events(_type = "morning") from _call_play_events_1 # Note: Morning events are set with the new day's date: beware of the confusion
  File "game/BKevents.rpy", line 723, in script call
    call display_events(ev_list) from _call_display_events
  File "game/BKevents.rpy", line 735, in script call
    $ ev.play()
  File "game/BKevents.rpy", line 7242, in script call
    call acquire_girl(girl, context == "asylum") from _call_acquire_girl
  File "game/BKevents.rpy", line 7380, in script
    label acquire_girl(girl, price=0, context="generic"):
  File "E:\0 TEST play\Brothel_King-0.3t\Brothel_King-pc\renpy\ast.py", line 1730, in execute
    args, kwargs = self.arguments.evaluate()
  File "E:\0 TEST play\Brothel_King-0.3t\Brothel_King-pc\renpy\ast.py", line 344, in evaluate
    value = renpy.python.py_eval(v, locals=scope)
  File "E:\0 TEST play\Brothel_King-0.3t\Brothel_King-pc\renpy\python.py", line 1151, in py_eval
    code = py_compile(code, 'eval')
  File "E:\0 TEST play\Brothel_King-0.3t\Brothel_King-pc\renpy\python.py", line 1088, in py_compile
    raise e
  File "E:\0 TEST play\Brothel_King-0.3t\Brothel_King-pc\renpy\python.py", line 1034, in py_compile
    raise orig_e
  File "E:\0 TEST play\Brothel_King-0.3t\Brothel_King-pc\renpy\python.py", line 1027, in py_compile
    tree = compile(source, filename, py_mode, ast.PyCF_ONLY_AST | flags, 1)
SyntaxError: invalid syntax (game/BKevents.rpy, line 7242)

Windows-10-10.0.19045 AMD64
Ren'Py 8.1.1.23060707
Brothel King 0.3t v230805
Thu Sep  7 23:35:21 2023


EDIT:

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 784, in script
    $ renpy.say(ev.char, text_descript + "{/size}")
  File "game/BKevents.rpy", line 784, 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 784, in script
    $ renpy.say(ev.char, text_descript + "{/size}")
  File "E:\0 TEST play\Brothel_King-0.3t\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:\0 TEST play\Brothel_King-0.3t\Brothel_King-pc\renpy\python.py", line 1122, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/BKevents.rpy", line 784, in <module>
    $ renpy.say(ev.char, text_descript + "{/size}")
  File "E:\0 TEST play\Brothel_King-0.3t\Brothel_King-pc\renpy\exports.py", line 1473, in say
    who(what, *args, **kwargs)
  File "E:\0 TEST play\Brothel_King-0.3t\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:\0 TEST play\Brothel_King-0.3t\Brothel_King-pc\renpy\character.py", line 1003, in do_display
    display_say(who,
  File "E:\0 TEST play\Brothel_King-0.3t\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:\0 TEST play\Brothel_King-0.3t\Brothel_King-pc\renpy\ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "E:\0 TEST play\Brothel_King-0.3t\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:\0 TEST play\Brothel_King-0.3t\Brothel_King-pc\renpy\display\core.py", line 4052, in interact_core
    root_widget.visit_all(lambda d : d.per_interact())
  File "E:\0 TEST play\Brothel_King-0.3t\Brothel_King-pc\renpy\display\core.py", line 681, in visit_all
    d.visit_all(callback, seen)
  File "E:\0 TEST play\Brothel_King-0.3t\Brothel_King-pc\renpy\display\core.py", line 681, in visit_all
    d.visit_all(callback, seen)
  File "E:\0 TEST play\Brothel_King-0.3t\Brothel_King-pc\renpy\display\core.py", line 681, in visit_all
    d.visit_all(callback, seen)
  File "E:\0 TEST play\Brothel_King-0.3t\Brothel_King-pc\renpy\display\screen.py", line 481, in visit_all
    self.child.visit_all(callback, seen=None)
  File "E:\0 TEST play\Brothel_King-0.3t\Brothel_King-pc\renpy\display\core.py", line 681, in visit_all
    d.visit_all(callback, seen)
  File "E:\0 TEST play\Brothel_King-0.3t\Brothel_King-pc\renpy\display\core.py", line 681, in visit_all
    d.visit_all(callback, seen)
  File "E:\0 TEST play\Brothel_King-0.3t\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:\0 TEST play\Brothel_King-0.3t\Brothel_King-pc\renpy\display\core.py", line 683, in visit_all
    callback(self)
  File "E:\0 TEST play\Brothel_King-0.3t\Brothel_King-pc\renpy\display\core.py", line 4052, in <lambda>
    root_widget.visit_all(lambda d : d.per_interact())
  File "E:\0 TEST play\Brothel_King-0.3t\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:\0 TEST play\Brothel_King-0.3t\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
Sat Sep  9 20:02:18 2023

GoldoTopic starter

Quote from: ryan555 on Sep 06, 2023, 04:22 PMA minor "bug":

Looks like you can't hold down Control (to skip text) and press a button with left mouse click at the same time.
I used this all the time in v0.2 to skip text while clicking on a dialogue option.
Now you have to let go of Control every time so you can press a button to carry on.

edit: sorry, this was already reported.

Just to let you know that this seems to be default behavior for Ren'py now, I'm not sure there is a workaround. I have updated the test version to Ren'py 8.1.2 and it seems to fix the graphics glitches, so I might not roll back to 8.0 after all.

If anyone knows a workaround in Renpy 8.1 please let me know.
Maker of BK. Looking for the latest patch for BK 0.2? The link doesn't change, so bookmark it!

hughfj08

#161
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 784, in script
    $ renpy.say(ev.char, text_descript + "{/size}")
  File "game/BKevents.rpy", line 784, 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 784, in script
    $ renpy.say(ev.char, text_descript + "{/size}")
  File "C:\Users\fjhh\Downloads\Brothel_King-0.3t\Brothel_King-pc\renpy\ast.py", line 1138, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\Users\fjhh\Downloads\Brothel_King-0.3t\Brothel_King-pc\renpy\python.py", line 1122, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/BKevents.rpy", line 784, in <module>
    $ renpy.say(ev.char, text_descript + "{/size}")
  File "C:\Users\fjhh\Downloads\Brothel_King-0.3t\Brothel_King-pc\renpy\exports.py", line 1473, in say
    who(what, *args, **kwargs)
  File "C:\Users\fjhh\Downloads\Brothel_King-0.3t\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 "C:\Users\fjhh\Downloads\Brothel_King-0.3t\Brothel_King-pc\renpy\character.py", line 1003, in do_display
    display_say(who,
  File "C:\Users\fjhh\Downloads\Brothel_King-0.3t\Brothel_King-pc\renpy\character.py", line 693, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
  File "C:\Users\fjhh\Downloads\Brothel_King-0.3t\Brothel_King-pc\renpy\ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\fjhh\Downloads\Brothel_King-0.3t\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 "C:\Users\fjhh\Downloads\Brothel_King-0.3t\Brothel_King-pc\renpy\display\core.py", line 4052, in interact_core
    root_widget.visit_all(lambda d : d.per_interact())
  File "C:\Users\fjhh\Downloads\Brothel_King-0.3t\Brothel_King-pc\renpy\display\core.py", line 681, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\fjhh\Downloads\Brothel_King-0.3t\Brothel_King-pc\renpy\display\core.py", line 681, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\fjhh\Downloads\Brothel_King-0.3t\Brothel_King-pc\renpy\display\core.py", line 681, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\fjhh\Downloads\Brothel_King-0.3t\Brothel_King-pc\renpy\display\screen.py", line 481, in visit_all
    self.child.visit_all(callback, seen=None)
  File "C:\Users\fjhh\Downloads\Brothel_King-0.3t\Brothel_King-pc\renpy\display\core.py", line 681, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\fjhh\Downloads\Brothel_King-0.3t\Brothel_King-pc\renpy\display\core.py", line 681, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\fjhh\Downloads\Brothel_King-0.3t\Brothel_King-pc\renpy\display\core.py", line 681, in visit_all
    d.visit_all(callback, seen)
  [Previous line repeated 5 more times]
  File "C:\Users\fjhh\Downloads\Brothel_King-0.3t\Brothel_King-pc\renpy\display\core.py", line 683, in visit_all
    callback(self)
  File "C:\Users\fjhh\Downloads\Brothel_King-0.3t\Brothel_King-pc\renpy\display\core.py", line 4052, in <lambda>
    root_widget.visit_all(lambda d : d.per_interact())
  File "C:\Users\fjhh\Downloads\Brothel_King-0.3t\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 "C:\Users\fjhh\Downloads\Brothel_King-0.3t\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.22621 AMD64
Ren'Py 8.1.1.23060707
Brothel King 0.3t v230805
Fri Sep 15 02:25:00 2023


Not quite sure what is going on here.
It triggers upon a slave training in the farm.
Anal training, Stables, slave is weak in that farm area.

If I swap the location or the type of the training, this does not trigger.
Only if it is both the stable and anal training.

Also have tried using a different slave to do the same training combo to trigger the error, but it wont fire.
So perhaps its something to do with the girl pack that conflict with this build? Because I use that pack in the 2.0 build without issue
[Samus Aran (the one with vid files from the spreadsheet) for the author to potentially reference]
Or maybe achieving a new level of interest (she currently has 'unknown'

I do have mods installed into this BK folder
Neronero - Friend and Foes
Chris Job Mod
Trait King

GoldoTopic starter

Quote from: hughfj08 on Sep 14, 2023, 06:41 PMI'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 784, in script
    $ renpy.say(ev.char, text_descript + "{/size}")
  File "game/BKevents.rpy", line 784, 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 784, in script
    $ renpy.say(ev.char, text_descript + "{/size}")
  File "C:\Users\fjhh\Downloads\Brothel_King-0.3t\Brothel_King-pc\renpy\ast.py", line 1138, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\Users\fjhh\Downloads\Brothel_King-0.3t\Brothel_King-pc\renpy\python.py", line 1122, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/BKevents.rpy", line 784, in <module>
    $ renpy.say(ev.char, text_descript + "{/size}")
  File "C:\Users\fjhh\Downloads\Brothel_King-0.3t\Brothel_King-pc\renpy\exports.py", line 1473, in say
    who(what, *args, **kwargs)
  File "C:\Users\fjhh\Downloads\Brothel_King-0.3t\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 "C:\Users\fjhh\Downloads\Brothel_King-0.3t\Brothel_King-pc\renpy\character.py", line 1003, in do_display
    display_say(who,
  File "C:\Users\fjhh\Downloads\Brothel_King-0.3t\Brothel_King-pc\renpy\character.py", line 693, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
  File "C:\Users\fjhh\Downloads\Brothel_King-0.3t\Brothel_King-pc\renpy\ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\fjhh\Downloads\Brothel_King-0.3t\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 "C:\Users\fjhh\Downloads\Brothel_King-0.3t\Brothel_King-pc\renpy\display\core.py", line 4052, in interact_core
    root_widget.visit_all(lambda d : d.per_interact())
  File "C:\Users\fjhh\Downloads\Brothel_King-0.3t\Brothel_King-pc\renpy\display\core.py", line 681, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\fjhh\Downloads\Brothel_King-0.3t\Brothel_King-pc\renpy\display\core.py", line 681, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\fjhh\Downloads\Brothel_King-0.3t\Brothel_King-pc\renpy\display\core.py", line 681, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\fjhh\Downloads\Brothel_King-0.3t\Brothel_King-pc\renpy\display\screen.py", line 481, in visit_all
    self.child.visit_all(callback, seen=None)
  File "C:\Users\fjhh\Downloads\Brothel_King-0.3t\Brothel_King-pc\renpy\display\core.py", line 681, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\fjhh\Downloads\Brothel_King-0.3t\Brothel_King-pc\renpy\display\core.py", line 681, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\fjhh\Downloads\Brothel_King-0.3t\Brothel_King-pc\renpy\display\core.py", line 681, in visit_all
    d.visit_all(callback, seen)
  [Previous line repeated 5 more times]
  File "C:\Users\fjhh\Downloads\Brothel_King-0.3t\Brothel_King-pc\renpy\display\core.py", line 683, in visit_all
    callback(self)
  File "C:\Users\fjhh\Downloads\Brothel_King-0.3t\Brothel_King-pc\renpy\display\core.py", line 4052, in <lambda>
    root_widget.visit_all(lambda d : d.per_interact())
  File "C:\Users\fjhh\Downloads\Brothel_King-0.3t\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 "C:\Users\fjhh\Downloads\Brothel_King-0.3t\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.22621 AMD64
Ren'Py 8.1.1.23060707
Brothel King 0.3t v230805
Fri Sep 15 02:25:00 2023


Not quite sure what is going on here.
It triggers upon a slave training in the farm.
Anal training, Stables, slave is weak in that farm area.

If I swap the location or the type of the training, this does not trigger.
Only if it is both the stable and anal training.

Also have tried using a different slave to do the same training combo to trigger the error, but it wont fire.
So perhaps its something to do with the girl pack that conflict with this build? Because I use that pack in the 2.0 build without issue
[Samus Aran (the one with vid files from the spreadsheet) for the author to potentially reference]
Or maybe achieving a new level of interest (she currently has 'unknown'

I do have mods installed into this BK folder
Neronero - Friend and Foes
Chris Job Mod
Trait King

I've been hunting this pesky bug for a while. I can reproduce it but only when using rollback. Do you get it by using rollback as well?
Maker of BK. Looking for the latest patch for BK 0.2? The link doesn't change, so bookmark it!

hughfj08

#163
Yeah, I got it when rolling back and reloading as well.
Close game and restarting from save would still reproduce the same bug

GoldoTopic starter

Quote from: hughfj08 on Sep 15, 2023, 03:35 PMYeah, I got it when rolling back and reloading as well.
Close game and restarting from save would still reproduce the same bug


But do you get it without rolling back?
Maker of BK. Looking for the latest patch for BK 0.2? The link doesn't change, so bookmark it!