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

vadi92

the result with his save are:
[u'service',u'sex',u'anal','u'fetish']

Aetheran

EDIT: vadi92 beat me to it, lol...


Quote from: Goldo on Oct 18, 2022, 03:31 PMEdit: Could you do me a favor and check the following in your original saved game:
Open the console (shift+o), type this:
all_sex_actsand send me the results please.

Opened console while in main Brothel screen and typed it, result:

all_sex_acts
[u'service', u'sex', u'anal', u'fetish']



GoldoTopic starter

Okay, nothing to see here, those values are normal. I'm trying to understand how a 'None' value could skip past the logic in the python block above, no bright ideas so far. It's easy enough to write a safety check, but I am afraid of fixing a bug without understanding it first. :(
Maker of BK. Looking for the latest patch for BK 0.2? The link doesn't change, so bookmark it!

GoldoTopic starter

I was going to take a look at the bugged file, but I see you've taken it down. If you can send it back to me I would appreciate it: this bug warrants a second look.
Maker of BK. Looking for the latest patch for BK 0.2? The link doesn't change, so bookmark it!

vadi92

Quote from: Goldo on Oct 21, 2022, 02:59 PMI was going to take a look at the bugged file, but I see you've taken it down. If you can send it back to me I would appreciate it: this bug warrants a second look.

The bugged save file:
https://www.mediafire.com/file/js4uhzfq35iejvj/10-1-LT1.save/file

kawabaka

I don't know if this has been mentioned before but there are these event interactions with girls which have give them the wrong traits if they are virgins (so it's not actually a bug but rather just wrong results). Whenever there is an event such as the massage event or that event in which you can either join the crowd or go on stage, if you yourself choose to have sex with a virgin girl, they will receive the "housebroken" trait rather than the "teachers pet" or "traumatized" trait (Depending if they wanted it or not). Then there is also the event at the beach at which you can choose between putting oil on them or having sex. If you choose sex (and they accept) they even remain virgin after that.

vadi92

Quote from: kawabaka on Oct 23, 2022, 09:43 AMWhenever there is an event such as the massage event or that event in which you can either join the crowd or go on stage, if you yourself choose to have sex with a virgin girl, they will receive the "housebroken" trait rather than the "teachers pet" or "traumatized" trait

That's pretty much becuse you doing it in front of the customer's. The girl even get the housebroken trait if  you visit her room and she want to have sex with you. (She treat you like a 'customer')

Quote from: kawabaka on Oct 23, 2022, 09:43 AMhen there is also the event at the beach at which you can choose between putting oil on them or having sex. If you choose sex (and they accept) they even remain virgin after that.

Now that one will be a bug.


cottonb

I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/BKmain.rpy", line 243, in script
    with Dissolve(0.3)
  File "game/BKscreens.rpy", line 3168, in execute
    screen visit_district():
  File "game/BKscreens.rpy", line 3168, in execute
    screen visit_district():
  File "game/BKscreens.rpy", line 3195, in execute
    frame:
  File "game/BKscreens.rpy", line 3201, in execute
    has vbox
  File "game/BKscreens.rpy", line 3211, in execute
    grid 3 2:
  File "game/BKscreens.rpy", line 3215, in execute
    for location in location_dict[selected_district.name]:
  File "game/BKscreens.rpy", line 3217, in execute
    button:
  File "game/BKscreens.rpy", line 3231, in execute
    vbox:
  File "game/BKscreens.rpy", line 3235, in execute
    if location.secret:
  File "game/BKscreens.rpy", line 3246, in execute
    fixed:
  File "game/BKscreens.rpy", line 3262, in execute
    if location.action:
  File "game/BKscreens.rpy", line 3263, in execute
    button xsize xres(50) ysize yres(50) xpos 105 ypos 55 background None xmargin 0 ymargin 0 xpadding 0 ypadding 0:
  File "game/BKscreens.rpy", line 3264, in execute
    if location.can_do_action():
  File "game/BKscreens.rpy", line 3265, in execute
    add location_tb[location.menu[1]] insensitive_alpha 0.33 idle_alpha 0.66 hover_alpha 1.0
  File "game/BKscreens.rpy", line 3265, in <module>
    add location_tb[location.menu[1]] insensitive_alpha 0.33 idle_alpha 0.66 hover_alpha 1.0
KeyError: u'c3_contact_homura'

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

Full traceback:
  File "game/BKmain.rpy", line 243, in script
    with Dissolve(0.3)
  File "renpy/ast.py", line 1443, in execute
    renpy.exports.with_statement(trans, paired)
  File "renpy/exports.py", line 1682, in with_statement
    return renpy.game.interface.do_with(trans, paired, clear=clear)
  File "renpy/display/core.py", line 2752, in do_with
    clear=clear)
  File "renpy/display/core.py", line 3315, 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 3735, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/screen.py", line 436, in visit_all
    callback(self)
  File "renpy/display/core.py", line 3735, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/screen.py", line 447, in per_interact
    self.update()
  File "renpy/display/screen.py", line 637, in update
    self.screen.function(**self.scope)
  File "game/BKscreens.rpy", line 3168, in execute
    screen visit_district():
  File "game/BKscreens.rpy", line 3168, in execute
    screen visit_district():
  File "game/BKscreens.rpy", line 3195, in execute
    frame:
  File "game/BKscreens.rpy", line 3201, in execute
    has vbox
  File "game/BKscreens.rpy", line 3211, in execute
    grid 3 2:
  File "game/BKscreens.rpy", line 3215, in execute
    for location in location_dict[selected_district.name]:
  File "game/BKscreens.rpy", line 3217, in execute
    button:
  File "game/BKscreens.rpy", line 3231, in execute
    vbox:
  File "game/BKscreens.rpy", line 3235, in execute
    if location.secret:
  File "game/BKscreens.rpy", line 3246, in execute
    fixed:
  File "game/BKscreens.rpy", line 3262, in execute
    if location.action:
  File "game/BKscreens.rpy", line 3263, in execute
    button xsize xres(50) ysize yres(50) xpos 105 ypos 55 background None xmargin 0 ymargin 0 xpadding 0 ypadding 0:
  File "game/BKscreens.rpy", line 3264, in execute
    if location.can_do_action():
  File "game/BKscreens.rpy", line 3265, in execute
    add location_tb[location.menu[1]] insensitive_alpha 0.33 idle_alpha 0.66 hover_alpha 1.0
  File "game/BKscreens.rpy", line 3265, in <module>
    add location_tb[location.menu[1]] insensitive_alpha 0.33 idle_alpha 0.66 hover_alpha 1.0
KeyError: u'c3_contact_homura'

Windows-10-10.0.19041
Ren'Py 7.4.10.2178
Brothel King 0.2 v220711
Tue Oct 25 01:29:20 2022

is this just buggy or at the moment not patched in?

vadi92

Quote from: cottonb on Oct 24, 2022, 11:50 PMI'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/BKmain.rpy", line 243, in script
    with Dissolve(0.3)
  File "game/BKscreens.rpy", line 3168, in execute
    screen visit_district():
  File "game/BKscreens.rpy", line 3168, in execute
    screen visit_district():
  File "game/BKscreens.rpy", line 3195, in execute
    frame:
  File "game/BKscreens.rpy", line 3201, in execute
    has vbox
  File "game/BKscreens.rpy", line 3211, in execute
    grid 3 2:
  File "game/BKscreens.rpy", line 3215, in execute
    for location in location_dict[selected_district.name]:
  File "game/BKscreens.rpy", line 3217, in execute
    button:
  File "game/BKscreens.rpy", line 3231, in execute
    vbox:
  File "game/BKscreens.rpy", line 3235, in execute
    if location.secret:
  File "game/BKscreens.rpy", line 3246, in execute
    fixed:
  File "game/BKscreens.rpy", line 3262, in execute
    if location.action:
  File "game/BKscreens.rpy", line 3263, in execute
    button xsize xres(50) ysize yres(50) xpos 105 ypos 55 background None xmargin 0 ymargin 0 xpadding 0 ypadding 0:
  File "game/BKscreens.rpy", line 3264, in execute
    if location.can_do_action():
  File "game/BKscreens.rpy", line 3265, in execute
    add location_tb[location.menu[1]] insensitive_alpha 0.33 idle_alpha 0.66 hover_alpha 1.0
  File "game/BKscreens.rpy", line 3265, in <module>
    add location_tb[location.menu[1]] insensitive_alpha 0.33 idle_alpha 0.66 hover_alpha 1.0
KeyError: u'c3_contact_homura'

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

Full traceback:
  File "game/BKmain.rpy", line 243, in script
    with Dissolve(0.3)
  File "renpy/ast.py", line 1443, in execute
    renpy.exports.with_statement(trans, paired)
  File "renpy/exports.py", line 1682, in with_statement
    return renpy.game.interface.do_with(trans, paired, clear=clear)
  File "renpy/display/core.py", line 2752, in do_with
    clear=clear)
  File "renpy/display/core.py", line 3315, 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 3735, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/screen.py", line 436, in visit_all
    callback(self)
  File "renpy/display/core.py", line 3735, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/screen.py", line 447, in per_interact
    self.update()
  File "renpy/display/screen.py", line 637, in update
    self.screen.function(**self.scope)
  File "game/BKscreens.rpy", line 3168, in execute
    screen visit_district():
  File "game/BKscreens.rpy", line 3168, in execute
    screen visit_district():
  File "game/BKscreens.rpy", line 3195, in execute
    frame:
  File "game/BKscreens.rpy", line 3201, in execute
    has vbox
  File "game/BKscreens.rpy", line 3211, in execute
    grid 3 2:
  File "game/BKscreens.rpy", line 3215, in execute
    for location in location_dict[selected_district.name]:
  File "game/BKscreens.rpy", line 3217, in execute
    button:
  File "game/BKscreens.rpy", line 3231, in execute
    vbox:
  File "game/BKscreens.rpy", line 3235, in execute
    if location.secret:
  File "game/BKscreens.rpy", line 3246, in execute
    fixed:
  File "game/BKscreens.rpy", line 3262, in execute
    if location.action:
  File "game/BKscreens.rpy", line 3263, in execute
    button xsize xres(50) ysize yres(50) xpos 105 ypos 55 background None xmargin 0 ymargin 0 xpadding 0 ypadding 0:
  File "game/BKscreens.rpy", line 3264, in execute
    if location.can_do_action():
  File "game/BKscreens.rpy", line 3265, in execute
    add location_tb[location.menu[1]] insensitive_alpha 0.33 idle_alpha 0.66 hover_alpha 1.0
  File "game/BKscreens.rpy", line 3265, in <module>
    add location_tb[location.menu[1]] insensitive_alpha 0.33 idle_alpha 0.66 hover_alpha 1.0
KeyError: u'c3_contact_homura'

Windows-10-10.0.19041
Ren'Py 7.4.10.2178
Brothel King 0.2 v220711
Tue Oct 25 01:29:20 2022

is this just buggy or at the moment not patched in?


This line shouldn't exists in the rpy files:
'c3_contact_homura'

It's either you are trying to use an old save. Or didn't patched it correctly because as i see it you are using the lastest patch.

cottonb

i downloaded the base game like 2 or 3 months ago, patched it 4 days ago and 2 days after i started a new game

i dont think i patched it wrong, i mean its just drag/drop and overwrit the old files

at the moment im trying a new file with the newest base game and patch
maybe the base game was to old

vadi92

As DougTheC always says it's recomended to delete the rpyc files too when you patch. Rarely but it can cause some errors if it's not overwritten.

GoldoTopic starter

Quote from: kawabaka on Oct 23, 2022, 09:43 AMI don't know if this has been mentioned before but there are these event interactions with girls which have give them the wrong traits if they are virgins (so it's not actually a bug but rather just wrong results). Whenever there is an event such as the massage event or that event in which you can either join the crowd or go on stage, if you yourself choose to have sex with a virgin girl, they will receive the "housebroken" trait rather than the "teachers pet" or "traumatized" trait (Depending if they wanted it or not). Then there is also the event at the beach at which you can choose between putting oil on them or having sex. If you choose sex (and they accept) they even remain virgin after that.

You're right, there were problems with those checks. I will correct it in v0.3.

Quote from: cottonb on Oct 25, 2022, 05:10 PMi downloaded the base game like 2 or 3 months ago, patched it 4 days ago and 2 days after i started a new game

i dont think i patched it wrong, i mean its just drag/drop and overwrit the old files

at the moment im trying a new file with the newest base game and patch
maybe the base game was to old

Yes your save is broken. Try this to fix it, if you can load your save before the bug happens:
- Call the console with Shift+o
- Type the following in the console:
plaza.action = False
Maker of BK. Looking for the latest patch for BK 0.2? The link doesn't change, so bookmark it!

gleansome

Hello - I have an issue where the girl's pic in the "Girls" section never changes.  End day, new week, the pic stays the same.  I can train to stay naked, but then that pic sticks and never changes, too. Any tips/fixes?

GoldoTopic starter

Quote from: gleansome on Nov 03, 2022, 09:32 PMHello - I have an issue where the girl's pic in the "Girls" section never changes.  End day, new week, the pic stays the same.  I can train to stay naked, but then that pic sticks and never changes, too. Any tips/fixes?

That's never happened before, the most likely answer is that you have a girlpack with a single profile picture. I don't know what else could cause that.
Maker of BK. Looking for the latest patch for BK 0.2? The link doesn't change, so bookmark it!

gleansome

Thanks for the reply.  The girlpack in question has hundreds of profile pics, but I had a look, and the problem might be that it had only one pic where the only tag was profile (i.e. all the others are profile + something else)...that seems to be what caused it, but I'll see if it recurs.