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

Other then suggesting to try the other exe file in the main game folder i cant tell you much.
As the "Windows Problem Reporting" shouldn't do that to the game. ???

XLVyBedaM

Quote from: vadi92 on Aug 21, 2022, 01:22 PMOther then suggesting to try the other exe file in the main game folder i cant tell you much.
As the "Windows Problem Reporting" shouldn't do that to the game. ???
I tried the normal, and the ...32.exe but it still stops, maybe itself, maybe the WPR stops it, I dont really know.

GoldoTopic starter

Quote from: XLVyBedaM on Aug 22, 2022, 01:02 PM
Quote from: vadi92 on Aug 21, 2022, 01:22 PMOther then suggesting to try the other exe file in the main game folder i cant tell you much.
As the "Windows Problem Reporting" shouldn't do that to the game. ???
I tried the normal, and the ...32.exe but it still stops, maybe itself, maybe the WPR stops it, I dont really know.

No idea what wermgr.exe is, but since it seems like a window manager problem, perhaps it's a matter of window size or resolution? Do you have unreasonably large settings in BKsettings.rpy or gui.rpy (unlikely if you haven't touched them)?

Any leftover persistent data from a previous game install? (also check in your documents, as mentioned by Leortha)
Maker of BK. Looking for the latest patch for BK 0.2? The link doesn't change, so bookmark it!

DougTheC

Quote from: XLVyBedaM on Aug 20, 2022, 06:33 PMHi, so my problem is, that when I start the game the wermgr.exe stops it. I havent got anything into the log, with uncaught exception occurred, so I cant paste it here. (It stops the .exe even If I run as administrator.) I dowloaded the game again, with the patch and the basic gir pack, but nothing, wermgr just stops it. I hope I write it the good place(sorry if not), thanks for the help in advance.
Everything is Fresh as I said,
fresh download
new base game
and patched
No mods installed


Your system is having an error dectected by Windows OS while trying to start the game, and wermgr.exe creates error report info that can be sent to Microsoft.

You can try these two steps I found in thewindowsclub.com to try fixing your system. You probably don't need to download any of the add-ons the site tries to have you download.

1] Run System File Checker
What you can do is to run System File Checker to scan your PC for and repair your corrupted system files. Once the scan is completed, restart your computer.

2] Run the Windows Memory Diagnostic Tool
The other option would be to run the Windows Memory Diagnostic Tool.

Click on Restart now and check for problems and let the tool scan for and fix memory-related problems.

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.

Aetheran

Windows-10-10.0.18362
Ren'Py 7.4.11.2266
Brothel King 0.2 v220711

- Game is patched to the latest version. I double-checked this by re-downloading the patch and applying it, and testing again.
- Mods active: King's Way, Augment Mod, traitking, Headhunter Mod, chrisjobmod. Mods installed before this save was started, no mods were installed mid-game.

Game date: Year 1, Month 7, Day 24

The following error happens when I click on a particular girl in my brothel. This is not a new girl, I've had her for in-game months. This never happened with her before, and she has not recently gotten any level ups. This does not happen with any other girl.

Since I don't know what this error is saying, I figured I'd do some troubleshooting to see if I can find out. I used King's Way to edit everything from her traits, skill levels, experience, level, perks. No matter what I change, this error persists.

I'm hoping it's not related to the girl pack itself, since I'm the one who made it. But the BK picture ReNamer was able to open/rename all the images in the pack so hopefully there's no issue there.

I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/BKmain.rpy", line 1133, in script
    $ result = ui.interact()
  File "game/BKmain.rpy", line 1133, in <module>
    $ result = ui.interact()
  File "game/BKscreens.rpy", line 283, in execute
    screen girls(girls, context = "girls"): # context can be girls, slavemarket, farm
  File "game/BKscreens.rpy", line 283, in execute
    screen girls(girls, context = "girls"): # context can be girls, slavemarket, farm
  File "game/BKscreens.rpy", line 297, in execute
    if selected_girl in girls:
  File "game/BKscreens.rpy", line 298, in execute
    use girl_stats(selected_girl, context=context)
  File "game/BKscreens.rpy", line 1052, in execute
    screen girl_stats(girl, context = "girls"): # context can be girls, slavemarket, farm, free, postings, contracts, capture
  File "game/BKscreens.rpy", line 1052, in execute
    screen girl_stats(girl, context = "girls"): # context can be girls, slavemarket, farm, free, postings, contracts, capture
  File "game/BKscreens.rpy", line 1058, in execute
    frame:
  File "game/BKscreens.rpy", line 1074, in execute
    vbox:
  File "game/BKscreens.rpy", line 1174, in execute
    if context in ("girls", "farm", "contract", "postings"):
  File "game/BKscreens.rpy", line 1178, in execute
    button:
  File "game/BKscreens.rpy", line 1187, in execute
    has hbox
  File "game/BKscreens.rpy", line 1268, in execute
    if jp_show:
  File "game/BKscreens.rpy", line 1269, in execute
    $ jp_text = __(job.capitalize()) + " " + str(girl.job_level[job]) + " {image=img_star}"
  File "game/BKscreens.rpy", line 1269, in <module>
    $ jp_text = __(job.capitalize()) + " " + str(girl.job_level[job]) + " {image=img_star}"
AttributeError: 'NoneType' object has no attribute 'capitalize'

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

Full traceback:
  File "game/BKmain.rpy", line 1133, in script
    $ result = ui.interact()
  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 1133, in <module>
    $ result = 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 3737, 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/screen.py", line 436, in visit_all
    callback(self)
  File "renpy/display/core.py", line 3737, 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 283, in execute
    screen girls(girls, context = "girls"): # context can be girls, slavemarket, farm
  File "game/BKscreens.rpy", line 283, in execute
    screen girls(girls, context = "girls"): # context can be girls, slavemarket, farm
  File "game/BKscreens.rpy", line 297, in execute
    if selected_girl in girls:
  File "game/BKscreens.rpy", line 298, in execute
    use girl_stats(selected_girl, context=context)
  File "game/BKscreens.rpy", line 1052, in execute
    screen girl_stats(girl, context = "girls"): # context can be girls, slavemarket, farm, free, postings, contracts, capture
  File "game/BKscreens.rpy", line 1052, in execute
    screen girl_stats(girl, context = "girls"): # context can be girls, slavemarket, farm, free, postings, contracts, capture
  File "game/BKscreens.rpy", line 1058, in execute
    frame:
  File "game/BKscreens.rpy", line 1074, in execute
    vbox:
  File "game/BKscreens.rpy", line 1174, in execute
    if context in ("girls", "farm", "contract", "postings"):
  File "game/BKscreens.rpy", line 1178, in execute
    button:
  File "game/BKscreens.rpy", line 1187, in execute
    has hbox
  File "game/BKscreens.rpy", line 1268, in execute
    if jp_show:
  File "game/BKscreens.rpy", line 1269, in execute
    $ jp_text = __(job.capitalize()) + " " + str(girl.job_level[job]) + " {image=img_star}"
  File "game/BKscreens.rpy", line 1269, in <module>
    $ jp_text = __(job.capitalize()) + " " + str(girl.job_level[job]) + " {image=img_star}"
AttributeError: 'NoneType' object has no attribute 'capitalize'

Windows-10-10.0.18362
Ren'Py 7.4.11.2266
Brothel King 0.2 v220711
Fri Oct 14 17:17:24 2022

vadi92

#95
If i remember correctly this was related to the whoring job.  ???
QuoteLoad your savegame, and check if some girl has been assigned as whore but
1. no sexacts checked to perform
2. has lost/may lose libido/obedience and be disqualified from whoring (such a shame...)

The last time it's happened it's almost a year ago when we got an error like this.

Aetheran

Quote from: vadi92 on Oct 15, 2022, 05:38 AMIf i remember correctly this was related to the whoring job.  ???
QuoteLoad your savegame, and check if some girl has been assigned as whore but
1. no sexacts checked to perform
2. has lost/may lose libido/obedience and be disqualified from whoring (such a shame...)

This last time it's happened it's almost a year ago when we got an error like this.

The girl is assigned as a whore. However I can't check to see if she has any sexacts checked since whenever I click on her portrait I get the error. King's Way cheat mod doesn't have a way to change her job or check/uncheck sexacts. Her libido/obedience are both over 200, same with all other stats, and she's a rank S slave with all maxed job/sex skills for rank S (425)

Is there anyway I can use the console to see if she has checked sexacts?


Trytoxic

Hi, I have a Problem when I start a new Game.

I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/BKstart.rpy", line 75, in script
    $ enemy_general = get_girls(1, free=True, p_traits=["Warrior"])[0]
  File "game/BKstart.rpy", line 75, in <module>
    $ enemy_general = get_girls(1, free=True, p_traits=["Warrior"])[0]
  File "game/BKfunctions.rpy", line 356, in get_girls
    girl.randomize(free=free, p_traits=p_traits, n_trait=n_trait, perks=perks, level=lvl)
  File "game/BKgirlclass.rpy", line 263, in randomize
    self.refresh_pictures()
  File "game/BKgirlclass.rpy", line 496, in refresh_pictures
    self.portrait = self.get_pic("portrait", "profile", naked_filter = True, and_priority=False, soft=True)
  File "game/BKgirlclass.rpy", line 1025, in get_pic
    return get_pic(self, tags=tags, alt_tags1=alt_tags1, alt_tags2=alt_tags2, alt_tags3=alt_tags3, and_tags=and_tags, not_tags=not_tags, strict=strict, and_priority=and_priority, attempts=attempts, always_stock=always_stock)
  File "game/BKfunctions.rpy", line 2796, in get_pic
    piclist = get_pic_list(target, search_tags, and_tags, not_tags)
  File "game/BKfunctions.rpy", line 2747, in get_pic_list
    show_unrecognized = preferences.packstate_unrecognized != "Hide"
AttributeError: 'Preferences' object has no attribute 'packstate_unrecognized'

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

Full traceback:
  File "game/BKstart.rpy", line 75, in script
    $ enemy_general = get_girls(1, free=True, p_traits=["Warrior"])[0]
  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 75, in <module>
    $ enemy_general = get_girls(1, free=True, p_traits=["Warrior"])[0]
  File "game/BKfunctions.rpy", line 356, in get_girls
    girl.randomize(free=free, p_traits=p_traits, n_trait=n_trait, perks=perks, level=lvl)
  File "game/BKgirlclass.rpy", line 263, in randomize
    self.refresh_pictures()
  File "game/BKgirlclass.rpy", line 496, in refresh_pictures
    self.portrait = self.get_pic("portrait", "profile", naked_filter = True, and_priority=False, soft=True)
  File "game/BKgirlclass.rpy", line 1025, in get_pic
    return get_pic(self, tags=tags, alt_tags1=alt_tags1, alt_tags2=alt_tags2, alt_tags3=alt_tags3, and_tags=and_tags, not_tags=not_tags, strict=strict, and_priority=and_priority, attempts=attempts, always_stock=always_stock)
  File "game/BKfunctions.rpy", line 2796, in get_pic
    piclist = get_pic_list(target, search_tags, and_tags, not_tags)
  File "game/BKfunctions.rpy", line 2747, in get_pic_list
    show_unrecognized = preferences.packstate_unrecognized != "Hide"
AttributeError: 'Preferences' object has no attribute 'packstate_unrecognized'

Windows-10-10.0.22621
Ren'Py 7.4.11.2266
Brothel King 0.2 v220711
Sun Oct 16 10:14:09 2022


vadi92

#98
Quote from: Trytoxic on Oct 16, 2022, 08:18 AMHi, I have a Problem when I start a new Game.

I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/BKstart.rpy", line 75, in script
    $ enemy_general = get_girls(1, free=True, p_traits=["Warrior"])[0]
  File "game/BKstart.rpy", line 75, in <module>
    $ enemy_general = get_girls(1, free=True, p_traits=["Warrior"])[0]
  File "game/BKfunctions.rpy", line 356, in get_girls
    girl.randomize(free=free, p_traits=p_traits, n_trait=n_trait, perks=perks, level=lvl)
  File "game/BKgirlclass.rpy", line 263, in randomize
    self.refresh_pictures()
  File "game/BKgirlclass.rpy", line 496, in refresh_pictures
    self.portrait = self.get_pic("portrait", "profile", naked_filter = True, and_priority=False, soft=True)
  File "game/BKgirlclass.rpy", line 1025, in get_pic
    return get_pic(self, tags=tags, alt_tags1=alt_tags1, alt_tags2=alt_tags2, alt_tags3=alt_tags3, and_tags=and_tags, not_tags=not_tags, strict=strict, and_priority=and_priority, attempts=attempts, always_stock=always_stock)
  File "game/BKfunctions.rpy", line 2796, in get_pic
    piclist = get_pic_list(target, search_tags, and_tags, not_tags)
  File "game/BKfunctions.rpy", line 2747, in get_pic_list
    show_unrecognized = preferences.packstate_unrecognized != "Hide"
AttributeError: 'Preferences' object has no attribute 'packstate_unrecognized'

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

Full traceback:
  File "game/BKstart.rpy", line 75, in script
    $ enemy_general = get_girls(1, free=True, p_traits=["Warrior"])[0]
  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 75, in <module>
    $ enemy_general = get_girls(1, free=True, p_traits=["Warrior"])[0]
  File "game/BKfunctions.rpy", line 356, in get_girls
    girl.randomize(free=free, p_traits=p_traits, n_trait=n_trait, perks=perks, level=lvl)
  File "game/BKgirlclass.rpy", line 263, in randomize
    self.refresh_pictures()
  File "game/BKgirlclass.rpy", line 496, in refresh_pictures
    self.portrait = self.get_pic("portrait", "profile", naked_filter = True, and_priority=False, soft=True)
  File "game/BKgirlclass.rpy", line 1025, in get_pic
    return get_pic(self, tags=tags, alt_tags1=alt_tags1, alt_tags2=alt_tags2, alt_tags3=alt_tags3, and_tags=and_tags, not_tags=not_tags, strict=strict, and_priority=and_priority, attempts=attempts, always_stock=always_stock)
  File "game/BKfunctions.rpy", line 2796, in get_pic
    piclist = get_pic_list(target, search_tags, and_tags, not_tags)
  File "game/BKfunctions.rpy", line 2747, in get_pic_list
    show_unrecognized = preferences.packstate_unrecognized != "Hide"
AttributeError: 'Preferences' object has no attribute 'packstate_unrecognized'

Windows-10-10.0.22621
Ren'Py 7.4.11.2266
Brothel King 0.2 v220711
Sun Oct 16 10:14:09 2022



Open the console with shift+o. And copy paste this code there:
preferences.packstate_unrecognized = "Rename"

Quote from: Aetheran on Oct 15, 2022, 12:54 PMIs there anyway I can use the console to see if she has checked sexacts?

Idk if there is a code for it. The best way for now what i can think of is selling and rebuying her the next week.  :-\ 
Edit: Send me a save. Maybe i can check it for you.

Trytoxic

#99
sorry, i deleted the RenPy folder in the roaming directory, i thought this would solve the problem.

here is an autosave which I was able to create with your tip

vadi92

Quote from: Trytoxic on Oct 16, 2022, 09:08 AMhere is an autosave which I was able to create with your tip
I asked Aetheran for the the save. For your problem use the code what i provided.

Aetheran

Quote from: vadi92 on Oct 16, 2022, 08:44 AM
Quote from: Aetheran on Oct 15, 2022, 12:54 PMIs there anyway I can use the console to see if she has checked sexacts?

Idk if there is a code for it. The best way for now what i can think of is selling and rebuying her the next week.  :-\ 
Edit: Send me a save. Maybe i can check it for you.


Thanks for the reply!

I can't sell her because I can't click on her portrait to select her to do anything, because of the error.

Is there a console command to sell/get rid of her? I'm 100% fine with going that route if she'll reappear in the slave market (or if there's also a console command to respawn her).

Would me sending a save even work, since you'd need the same girl packs and installed mods?

vadi92

Quote from: Aetheran on Oct 16, 2022, 04:17 PMWould me sending a save even work, since you'd need the same girl packs and installed mods?
I dont need the girl pack (just get a few message that i dont have xyz image). And dont worry i have most mod's.

Aetheran

#103
Quote from: vadi92 on Oct 16, 2022, 04:41 PMI dont need the girl pack (just get a few message that i dont have xyz image). And dont worry i have most mod's.

I seem to have fixed the error...

So I had my save file uploaded, and an entire post written for you about it... and then I recalled what you said about her being disqualified from whoring.

And I thought to myself "well... I can't click her portrait to sell her or change her job... but what if I go into the schedule and set her to Rest today..."

And thats what I did. I set her to "Rest" for the current day, and tried to click on her portrait again, and it worked! I got a message "Leneel Mercury cannot work as a whore anymore." and her job was taken away from her. I can click her portrait fine, interact with her, and set her job back to Whore. So it SEEMS to be fixed now...

I'll include below what I was going to post before I fixed the issue, incase you (or anyone else) wants to see themselves the issue I was having. So anyone in the future having this same issue, the fix that (seems to have) worked for me is to go into the Schedule, and set her to Rest for the current day, then clicking on her will force the game to give her no job.

Spoiler
Here's the post I was going to make before I fixed it with the solution above

The file is too big to add as an attachment, so I uploaded it here: https://www.mediafire.com/file/fzi37mcdt4umvtg/1-1-LT1.save/file

The girl causing the error is Leneel Mercury. She's the first one set to the Whore job.

Unfortunately I saved over my original save while doing some testing so I don't have an "untainted" save file anymore...

So with this save, I used King's Way cheat mod to remove the girl's (Leneel Mercury) traits to see if that was the problem. It wasn't. I didn't give her traits back yet so if you're wondering why she doesn't have any, that's why.
[close]

GoldoTopic starter

#104
Thank you for providing details about your error, it will allow me to narrow it down.

We now know that a/ the problem happens when selecting the girl and b/ she should be able to pass the check for whoring, so that's very useful information for working on a fix.

Meanwhile, you can work around such a bug if it comes up again with the following fix:
- Figure out the 'index' of your girl, it is equal to her position in the girl list minus 1 (first girl is 0, second girl is 1...)
- Type this in the console:
MC.girls[i].job = "rest" # Replace 'i' with the index number
Edit: 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.
Maker of BK. Looking for the latest patch for BK 0.2? The link doesn't change, so bookmark it!