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

Quote from: Zuracha on Jul 06, 2022, 07:55 PMHello, hope you're all having a good day. I'm new to this site, and have recently started to enjoy the game again. Lately, however, I haven't been able to start the application. WHen starting it, I run into this:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/kite_jobgirl_variables.rpy", line 81, in script
    image elf_lady_5 = "NPC/Jobgirl/elf house/lady 5.webp"
  File "game/kite_jobgirl_variables.rpy", line 81, in script
    image elf_lady_5 = "NPC/Jobgirl/elf house/lady 5.webp"
Exception: Possible infinite loop.

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

Full traceback:
  File "renpy/bootstrap.py", line 331, in bootstrap
    renpy.main.main()
  File "renpy/main.py", line 560, in main
    renpy.game.context().run(node)
  File "game/kite_jobgirl_variables.rpy", line 81, in script
    image elf_lady_5 = "NPC/Jobgirl/elf house/lady 5.webp"
  File "game/kite_jobgirl_variables.rpy", line 81, in script
    image elf_lady_5 = "NPC/Jobgirl/elf house/lady 5.webp"
  File "renpy/execution.py", line 61, in check_infinite_loop
    raise Exception("Possible infinite loop.")
Exception: Possible infinite loop.

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Brothel King 0.2 v220630
Wed Jul  6 12:34:43 2022

If it means anything, this happened after I added a lot of girls to the game. Would too many girls cause a problem? I didn't have this problem beforehand. The errors seem to vary, but this is the one that seems to show up the most lately.

With a potato pc it can happen. I do get this error too when the game start to think way to long. With many girl pack's added to the game it can have a hard time choosing wich picture to show resulting in this infinite loop.

neronero

Quote from: artghrl, post: 8513391, member: 3275141( halp pls I cant acces game gillary )

```

I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/BKdeclarations.rpy", line 1354, in execute
    screen gallery(gal_type="ev"): # The Gallery object must have a pics variable (a list of renpy displaybles or image files)
  File "game/BKdeclarations.rpy", line 1354, in execute
    screen gallery(gal_type="ev"): # The Gallery object must have a pics variable (a list of renpy displaybles or image files)
  File "game/BKdeclarations.rpy", line 1375, in execute
    hbox spacing 10:
  File "game/BKdeclarations.rpy", line 1379, in execute
    vbox spacing 10:
  File "game/BKdeclarations.rpy", line 1381, in execute
    text name + " (" + str(get_gallery_unlock_rate(gal_type, gal, name)) + "%)"
  File "game/BKdeclarations.rpy", line 1381, in <module>
    text name + " (" + str(get_gallery_unlock_rate(gal_type, gal, name)) + "%)"
  File "game/BKdeclarations.rpy", line 1293, in get_gallery_unlock_rate
    r += sum(1 for pic in game_image_dict[name] if was_seen(pic))
  File "game/BKdeclarations.rpy", line 1293, in <genexpr>
    r += sum(1 for pic in game_image_dict[name] if was_seen(pic))
  File "game/BKdeclarations.rpy", line 1282, in was_seen
    if not is_videofile(file):
  File "game/BKfunctions.rpy", line 3823, in is_videofile
    if (file[-4:].lower() in VIDEOFORMATS or file[-5:].lower() in VIDEOFORMATS):
TypeError: 'function' object has no attribute '__getitem__'

Possible fix:
Quote from: Jman9it looks like it's a typo. file should actually be pic in the definition of was_seen().
My Girl Packs: [ link ] - Trait King mod: [ link ]

GoldoTopic starter

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

Smaug

As a preface this error is from the Bonanza mod that does not have a thread any more in the new site but maybe someone has an idea how to fix this?
Maybe it has even been fixed previously?
Spoiler
QuoteI'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/BKmain.rpy", line 557, in script
    $ mychoice = ui.interact()
  File "game/BKmain.rpy", line 557, in <module>
    $ mychoice = ui.interact()
  File "game/BKscreens.rpy", line 4634, in execute
    screen brothel():
  File "game/BKscreens.rpy", line 4634, in execute
    screen brothel():
  File "game/BKscreens.rpy", line 4709, in execute
    frame:
  File "game/BKscreens.rpy", line 4718, in execute
    has vbox
  File "game/BKscreens.rpy", line 4722, in execute
    if not brothel_firstvisit:
  File "game/BKscreens.rpy", line 4737, in execute
    hbox:
  File "game/BKscreens.rpy", line 4802, in execute
    vbox spacing 10 xalign 1.0 xoffset -6:
  File "game/BKscreens.rpy", line 4805, in execute
    frame:
  File "game/BKscreens.rpy", line 4811, in execute
    has vbox spacing 10 xalign 0.0 yalign 0.5
  File "game/BKscreens.rpy", line 4940, in execute
    hbox xfill True spacing 10:
  File "game/BKscreens.rpy", line 4942, in execute
    vbox spacing 6 xsize 180:
  File "game/BKscreens.rpy", line 4944, in execute
    textbutton str(brothel.get_cust_count(estimate_dice = True)) + "{image=img_cust}" style "inv_no_padding" action NullAction() tooltip brothel.get_cust_count_description()
  File "game/BKscreens.rpy", line 4944, in keywords
    textbutton str(brothel.get_cust_count(estimate_dice = True)) + "{image=img_cust}" style "inv_no_padding" action NullAction() tooltip brothel.get_cust_count_description()
  File "game/BKclasses.rpy", line 2469, in get_cust_count_description
    cust_nb, base_cust_nb, adv_cust_nb, girl_cust_nb = self.get_cust_count(True)
  File "game/BKclasses.rpy", line 2443, in get_cust_count
    cust_nb += brothel.get_effect("change", "customers")
  File "game/BKclasses.rpy", line 1810, in get_effect
    return get_effect(self, type, target, estimate_dice = estimate_dice, items_only = items_only, prec = prec)
  File "game/BKfunctions.rpy", line 5829, in get_effect
    else:
  File "game/BKfunctions.rpy", line 438, in dice
    int(sides)
  File "game/BKfunctions.rpy", line 438, in <genexpr>
    int(sides)
ValueError: non-integer stop for randrange()

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

Full traceback:
  File "game/BKmain.rpy", line 557, in script
    $ mychoice = ui.interact()
  File "G:\Games\KORINTHOS\Games\Brothel_King Bonanza 4.1.1\renpy\ast.py", line 862, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "G:\Games\KORINTHOS\Games\Brothel_King Bonanza 4.1.1\renpy\python.py", line 1912, in py_exec_bytecode
    exec bytecode in globals, locals
  File "game/BKmain.rpy", line 557, in <module>
    $ mychoice = ui.interact()
  File "G:\Games\KORINTHOS\Games\Brothel_King Bonanza 4.1.1\renpy\ui.py", line 287, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "G:\Games\KORINTHOS\Games\Brothel_King Bonanza 4.1.1\renpy\display\core.py", line 2649, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "G:\Games\KORINTHOS\Games\Brothel_King Bonanza 4.1.1\renpy\display\core.py", line 3033, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "G:\Games\KORINTHOS\Games\Brothel_King Bonanza 4.1.1\renpy\display\core.py", line 511, in visit_all
    d.visit_all(callback)
  File "G:\Games\KORINTHOS\Games\Brothel_King Bonanza 4.1.1\renpy\display\core.py", line 511, in visit_all
    d.visit_all(callback)
  File "G:\Games\KORINTHOS\Games\Brothel_King Bonanza 4.1.1\renpy\display\core.py", line 511, in visit_all
    d.visit_all(callback)
  File "G:\Games\KORINTHOS\Games\Brothel_King Bonanza 4.1.1\renpy\display\screen.py", line 424, in visit_all
    callback(self)
  File "G:\Games\KORINTHOS\Games\Brothel_King Bonanza 4.1.1\renpy\display\core.py", line 3033, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "G:\Games\KORINTHOS\Games\Brothel_King Bonanza 4.1.1\renpy\display\screen.py", line 434, in per_interact
    self.update()
  File "G:\Games\KORINTHOS\Games\Brothel_King Bonanza 4.1.1\renpy\display\screen.py", line 619, in update
    self.screen.function(**self.scope)
  File "game/BKscreens.rpy", line 4634, in execute
    screen brothel():
  File "game/BKscreens.rpy", line 4634, in execute
    screen brothel():
  File "game/BKscreens.rpy", line 4709, in execute
    frame:
  File "game/BKscreens.rpy", line 4718, in execute
    has vbox
  File "game/BKscreens.rpy", line 4722, in execute
    if not brothel_firstvisit:
  File "game/BKscreens.rpy", line 4737, in execute
    hbox:
  File "game/BKscreens.rpy", line 4802, in execute
    vbox spacing 10 xalign 1.0 xoffset -6:
  File "game/BKscreens.rpy", line 4805, in execute
    frame:
  File "game/BKscreens.rpy", line 4811, in execute
    has vbox spacing 10 xalign 0.0 yalign 0.5
  File "game/BKscreens.rpy", line 4940, in execute
    hbox xfill True spacing 10:
  File "game/BKscreens.rpy", line 4942, in execute
    vbox spacing 6 xsize 180:
  File "game/BKscreens.rpy", line 4944, in execute
    textbutton str(brothel.get_cust_count(estimate_dice = True)) + "{image=img_cust}" style "inv_no_padding" action NullAction() tooltip brothel.get_cust_count_description()
  File "game/BKscreens.rpy", line 4944, in keywords
    textbutton str(brothel.get_cust_count(estimate_dice = True)) + "{image=img_cust}" style "inv_no_padding" action NullAction() tooltip brothel.get_cust_count_description()
  File "<screen language>", line 4944, in <module>
  File "game/BKclasses.rpy", line 2469, in get_cust_count_description
    cust_nb, base_cust_nb, adv_cust_nb, girl_cust_nb = self.get_cust_count(True)
  File "game/BKclasses.rpy", line 2443, in get_cust_count
    cust_nb += brothel.get_effect("change", "customers")
  File "game/BKclasses.rpy", line 1810, in get_effect
    return get_effect(self, type, target, estimate_dice = estimate_dice, items_only = items_only, prec = prec)
  File "game/BKfunctions.rpy", line 5829, in get_effect
    else:
  File "game/BKfunctions.rpy", line 438, in dice
    int(sides)
  File "game/BKfunctions.rpy", line 438, in <genexpr>
    int(sides)
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/random.py", line 242, in randint
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/random.py", line 198, in randrange
ValueError: non-integer stop for randrange()

Windows-8-6.2.9200
Ren'Py 7.0.0.196
Brothel King 0.15b
Mon Jul 18 15:25:16 2022
[close]

I think this is caused by the Trait King Irresistible trait that increases customer count by a roll?

GoldoTopic starter

Seems like something is trying to pass a non-integer as the number of sides on a dice. Worth looking what value 'estimate_dice' is passed.
Maker of BK. Looking for the latest patch for BK 0.2? The link doesn't change, so bookmark it!

Smaug

Thanks, got it working.

Kingbob

Im not sure what I did wrong here

Fresh install
patched
no mods

The odd thing was that even on a fresh install it seemed to know it was missing  girl packs from a previous install but that was from awhile ago. Thanks for any help.

I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/BKstart.rpy", line 125, in script
    $ enemy_general = get_girls(1, free=True, p_traits=["Warrior"])[0]
  File "game/BKstart.rpy", line 125, in <module>
    $ enemy_general = get_girls(1, free=True, p_traits=["Warrior"])[0]
  File "game/BKfunctions.rpy", line 352, 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 2792, in get_pic
    piclist = get_pic_list(target, search_tags, and_tags, not_tags)
  File "game/BKfunctions.rpy", line 2743, 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 125, 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 125, in <module>
    $ enemy_general = get_girls(1, free=True, p_traits=["Warrior"])[0]
  File "game/BKfunctions.rpy", line 352, 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 2792, in get_pic
    piclist = get_pic_list(target, search_tags, and_tags, not_tags)
  File "game/BKfunctions.rpy", line 2743, in get_pic_list
    show_unrecognized = preferences.packstate_unrecognized != "Hide"
AttributeError: 'Preferences' object has no attribute 'packstate_unrecognized'

Windows-10-10.0.22000
Ren'Py 7.4.11.2266
Brothel King 0.2 v220416
Sat Jul 23 12:26:10 2022

Leortha

As per the old girl pack stuff, Ren'py keeps all it's save data in two places.   One of them is a central location for that game down in the windows user data.   So even if you do a fresh install in a new directory, unless you also clear out the BK user data all you old saves will still be accessible by the new install.

As for it being a new install, you are out of date for your patch.  So first thing is to always make sure you have the latest patch.   I can tell it's out of date because towards the end of your error report it shows the date of your patch as 22/04/26.   The most recent patch is from only a week or so ago.   Look for Goldo's post a few above this and get the latest patch from the location linked in his signature.   Doing this will help make sure that you are not reporting something that has already been fixed.
Mega link for all my Brothel King girl packs:

https://mega.nz/folder/Fcg2lBID#yKalC_e47WAS8jsbHPyOvQ

Mega link for my loli packs:

https://mega.nz/folder/BMwizTwD#89Lqk4Q2cFxFNVQEzTzXDg

DougTheC

Quote from: Kingbob on Jul 23, 2022, 04:34 PMIm not sure what I did wrong here

Fresh install
patched
no mods

The odd thing was that even on a fresh install it seemed to know it was missing  girl packs from a previous install but that was from awhile ago. Thanks for any help.

I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/BKstart.rpy", line 125, in script
    $ enemy_general = get_girls(1, free=True, p_traits=["Warrior"])[0]
  File "game/BKstart.rpy", line 125, in <module>
    $ enemy_general = get_girls(1, free=True, p_traits=["Warrior"])[0]
  File "game/BKfunctions.rpy", line 352, 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 2792, in get_pic
    piclist = get_pic_list(target, search_tags, and_tags, not_tags)
  File "game/BKfunctions.rpy", line 2743, in get_pic_list
    show_unrecognized = preferences.packstate_unrecognized != "Hide"
AttributeError: 'Preferences' object has no attribute 'packstate_unrecognized'

Windows-10-10.0.22000
Ren'Py 7.4.11.2266
Brothel King 0.2 v220416
Sat Jul 23 12:26:10 2022


From F95zone, try this if still get an error after updating to latest patch and starting new game.

Quote from: DougTheC, post: 7784395, member: 950785Best try we can think of to make this work:

Run game to get Start menu,
use shift-o to get console, copy-paste

preferences.packstate_unrecognized = "Rename"
followed by the Enter key, and Esc key to return from console.

Will probably work if you then even load a saved game.
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.

zt511422

I'm not sure what I did wrong here
Fresh install
latest patched 07/11
default girls pack installed
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/00start.rpy", line 309, in script call
    call expression "before_main_menu"
  File "game/BKevents.rpy", line 120, in script
    if not persistent.girl_mix["default"]:
  File "game/BKevents.rpy", line 120, in <module>
    if not persistent.girl_mix["default"]:
KeyError: u'default'

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

Full traceback:
  File "renpy/common/00start.rpy", line 309, in script call
    call expression "before_main_menu"
  File "game/BKevents.rpy", line 120, in script
    if not persistent.girl_mix["default"]:
  File "renpy/ast.py", line 1898, in execute
    if renpy.python.py_eval(condition):
  File "renpy/python.py", line 2276, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "renpy/python.py", line 2269, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/BKevents.rpy", line 120, in <module>
    if not persistent.girl_mix["default"]:
KeyError: u'default'

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Brothel King 0.2 v220711
Tue Jul 26 19:08:52 2022

vadi92

#85
Quote from: zt511422 on Jul 26, 2022, 11:16 AMI'm not sure what I did wrong here
Fresh install
latest patched 07/11
default girls pack installed
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/00start.rpy", line 309, in script call
    call expression "before_main_menu"
  File "game/BKevents.rpy", line 120, in script
    if not persistent.girl_mix["default"]:
  File "game/BKevents.rpy", line 120, in <module>
    if not persistent.girl_mix["default"]:
KeyError: u'default'

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

Full traceback:
  File "renpy/common/00start.rpy", line 309, in script call
    call expression "before_main_menu"
  File "game/BKevents.rpy", line 120, in script
    if not persistent.girl_mix["default"]:
  File "renpy/ast.py", line 1898, in execute
    if renpy.python.py_eval(condition):
  File "renpy/python.py", line 2276, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "renpy/python.py", line 2269, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/BKevents.rpy", line 120, in <module>
    if not persistent.girl_mix["default"]:
KeyError: u'default'

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Brothel King 0.2 v220711
Tue Jul 26 19:08:52 2022


Delete both save folders. One is in the brothelking_pc/game/saves the other one is in the username/%appdata/roaming/renpy/bro king folder.

Edit: btw you can find the answer for this in the FAQ.
Side note: DougTheC you forgot to type wich command the player should type in the console.

Badaz23

Fresh Download
New base game
and patched
No mods installed
When Updating Pack state   


I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/BKscreens.rpy", line 7796, in script call
    call girlpack_menu() from _call_girlpack_menu
  File "game/BKscreens.rpy", line 7786, in script call
    call packstates_menu from _call_packstates_menu
  File "game/BKscreens.rpy", line 8157, in script
    menu:
  File "game/screens.rpy", line 66, in execute
    screen choice(items):
  File "game/screens.rpy", line 66, in execute
    screen choice(items):
  File "game/screens.rpy", line 75, in execute
    window:
  File "game/screens.rpy", line 86, in execute
    vbox:
  File "game/screens.rpy", line 90, in execute
    for caption, action, chosen in items:
  File "game/screens.rpy", line 92, in execute
    if action:
  File "game/screens.rpy", line 94, in execute
    button:
  File "game/screens.rpy", line 98, in execute
    text caption style "menu_choice"
AttributeError: 'Preferences' object has no attribute 'packstate_unrecognized'

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

Full traceback:
  File "game/BKscreens.rpy", line 7796, in script call
    call girlpack_menu() from _call_girlpack_menu
  File "game/BKscreens.rpy", line 7786, in script call
    call packstates_menu from _call_packstates_menu
  File "game/BKscreens.rpy", line 8157, in script
    menu:
  File "renpy/ast.py", line 1688, in execute
    choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
  File "renpy/exports.py", line 1060, in menu
    rv = renpy.store.menu(new_items)
  File "renpy/exports.py", line 1296, in display_menu
    rv = renpy.ui.interact(mouse='menu', type=type, 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 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/screens.rpy", line 66, in execute
    screen choice(items):
  File "game/screens.rpy", line 66, in execute
    screen choice(items):
  File "game/screens.rpy", line 75, in execute
    window:
  File "game/screens.rpy", line 86, in execute
    vbox:
  File "game/screens.rpy", line 90, in execute
    for caption, action, chosen in items:
  File "game/screens.rpy", line 92, in execute
    if action:
  File "game/screens.rpy", line 94, in execute
    button:
  File "game/screens.rpy", line 98, in execute
    text caption style "menu_choice"
  File "renpy/text/text.py", line 1574, in __init__
    self.set_text(text, scope, substitute)
  File "renpy/text/text.py", line 1693, in set_text
    i, did_sub = renpy.substitutions.substitute(i, scope, substitute)
  File "renpy/substitutions.py", line 270, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 585, in _vformat
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 652, in get_field
AttributeError: 'Preferences' object has no attribute 'packstate_unrecognized'

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Brothel King 0.2 v220711
Thu Aug  4 04:13:32 2022

DougTheC

Quote from: Badaz23 on Aug 03, 2022, 08:15 PMFresh Download
New base game
and patched
No mods installed
When Updating Pack state 


I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/BKscreens.rpy", line 7796, in script call
    call girlpack_menu() from _call_girlpack_menu
  File "game/BKscreens.rpy", line 7786, in script call
    call packstates_menu from _call_packstates_menu
  File "game/BKscreens.rpy", line 8157, in script
    menu:
  File "game/screens.rpy", line 66, in execute
    screen choice(items):
  File "game/screens.rpy", line 66, in execute
    screen choice(items):
  File "game/screens.rpy", line 75, in execute
    window:
  File "game/screens.rpy", line 86, in execute
    vbox:
  File "game/screens.rpy", line 90, in execute
    for caption, action, chosen in items:
  File "game/screens.rpy", line 92, in execute
    if action:
  File "game/screens.rpy", line 94, in execute
    button:
  File "game/screens.rpy", line 98, in execute
    text caption style "menu_choice"
AttributeError: 'Preferences' object has no attribute 'packstate_unrecognized'
...
Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Brothel King 0.2 v220711
Thu Aug  4 04:13:32 2022


See a few posts above; search is your friend.

https://henthighschool.net/index.php?msg=1120
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.

GoldoTopic starter

Hi guys,

Just to let you know I'm still working little by little on Chapter 3, but I'll be off the grid until the end of August for some much-needed vacation.  8)
Maker of BK. Looking for the latest patch for BK 0.2? The link doesn't change, so bookmark it!

XLVyBedaM

#89
Hi, 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