I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/BKmain.rpy", line 955, in script
$ result = ui.interact()
File "game/BKmain.rpy", line 955, in <module>
$ result = ui.interact()
File "game/BKscreens.rpy", line 4300, in execute
screen home():
File "game/BKscreens.rpy", line 4300, in execute
screen home():
File "game/BKscreens.rpy", line 4304, in execute
use right_menu
File "game/BKscreen_home.rpy", line 6, in execute
screen right_menu():
File "game/BKscreen_home.rpy", line 6, in execute
screen right_menu():
File "game/BKscreen_home.rpy", line 12, in execute
vbox ypos 0.1 xalign 1.0 xfill False spacing 20:
File "game/BKscreen_home.rpy", line 32, in execute
frame:
File "game/BKscreen_home.rpy", line 65, in execute
grid 2 rows:
File "game/BKscreen_home.rpy", line 107, in execute
use right_menu_postings
File "game/BKscreen_home.rpy", line 337, in execute
screen right_menu_postings():
File "game/BKscreen_home.rpy", line 337, in execute
screen right_menu_postings():
File "game/BKscreen_home.rpy", line 347, in execute
textbutton "{u}P{/u}ostings":
File "game/BKscreen_home.rpy", line 347, in keywords
textbutton "{u}P{/u}ostings":
File "game/BKscreen_home.rpy", line 352, in <module>
tooltip __("Learn about available classes and quests.\n") + str(len(quest_board.quests)) + __(" quest") + plural(len(quest_board.quests)) + __(" and ") + str(len(quest_board.classes)) + __(" class") + plural(len(quest_board.quests), __("es")) + __(" are currently available.")
AttributeError: 'NPC' object has no attribute 'quests'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/BKmain.rpy", line 955, 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 955, 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 4300, in execute
screen home():
File "game/BKscreens.rpy", line 4300, in execute
screen home():
File "game/BKscreens.rpy", line 4304, in execute
use right_menu
File "game/BKscreen_home.rpy", line 6, in execute
screen right_menu():
File "game/BKscreen_home.rpy", line 6, in execute
screen right_menu():
File "game/BKscreen_home.rpy", line 12, in execute
vbox ypos 0.1 xalign 1.0 xfill False spacing 20:
File "game/BKscreen_home.rpy", line 32, in execute
frame:
File "game/BKscreen_home.rpy", line 65, in execute
grid 2 rows:
File "game/BKscreen_home.rpy", line 107, in execute
use right_menu_postings
File "game/BKscreen_home.rpy", line 337, in execute
screen right_menu_postings():
File "game/BKscreen_home.rpy", line 337, in execute
screen right_menu_postings():
File "game/BKscreen_home.rpy", line 347, in execute
textbutton "{u}P{/u}ostings":
File "game/BKscreen_home.rpy", line 347, in keywords
textbutton "{u}P{/u}ostings":
File "game/BKscreen_home.rpy", line 352, in <module>
tooltip __("Learn about available classes and quests.\n") + str(len(quest_board.quests)) + __(" quest") + plural(len(quest_board.quests)) + __(" and ") + str(len(quest_board.classes)) + __(" class") + plural(len(quest_board.quests), __("es")) + __(" are currently available.")
AttributeError: 'NPC' object has no attribute 'quests'
Windows-10-10.0.22621
Ren'Py 7.4.11.2266
Brothel King 0.2 v220711
Sun Sep 24 10:26:24 2023
What do you mean in the old version? The 0.15 one?anyone have an old version of the game that still runs in the old Ren'py that doesn't gl2 error out at the start. Not sure what I just did to my old game, but it wont open anymore
Do you have an empty slave market?how i fix this error
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/BKmain.rpy", line 955, in script $ result = ui.interact() File "game/BKmain.rpy", line 955, in <module> $ result = ui.interact() File "game/BKscreens.rpy", line 4300, in execute screen home(): File "game/BKscreens.rpy", line 4300, in execute screen home(): File "game/BKscreens.rpy", line 4304, in execute use right_menu File "game/BKscreen_home.rpy", line 6, in execute screen right_menu(): File "game/BKscreen_home.rpy", line 6, in execute screen right_menu(): File "game/BKscreen_home.rpy", line 12, in execute vbox ypos 0.1 xalign 1.0 xfill False spacing 20: File "game/BKscreen_home.rpy", line 32, in execute frame: File "game/BKscreen_home.rpy", line 65, in execute grid 2 rows: File "game/BKscreen_home.rpy", line 107, in execute use right_menu_postings File "game/BKscreen_home.rpy", line 337, in execute screen right_menu_postings(): File "game/BKscreen_home.rpy", line 337, in execute screen right_menu_postings(): File "game/BKscreen_home.rpy", line 347, in execute textbutton "{u}P{/u}ostings": File "game/BKscreen_home.rpy", line 347, in keywords textbutton "{u}P{/u}ostings": File "game/BKscreen_home.rpy", line 352, in <module> tooltip __("Learn about available classes and quests.\n") + str(len(quest_board.quests)) + __(" quest") + plural(len(quest_board.quests)) + __(" and ") + str(len(quest_board.classes)) + __(" class") + plural(len(quest_board.quests), __("es")) + __(" are currently available.") AttributeError: 'NPC' object has no attribute 'quests' -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/BKmain.rpy", line 955, 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 955, 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 4300, in execute screen home(): File "game/BKscreens.rpy", line 4300, in execute screen home(): File "game/BKscreens.rpy", line 4304, in execute use right_menu File "game/BKscreen_home.rpy", line 6, in execute screen right_menu(): File "game/BKscreen_home.rpy", line 6, in execute screen right_menu(): File "game/BKscreen_home.rpy", line 12, in execute vbox ypos 0.1 xalign 1.0 xfill False spacing 20: File "game/BKscreen_home.rpy", line 32, in execute frame: File "game/BKscreen_home.rpy", line 65, in execute grid 2 rows: File "game/BKscreen_home.rpy", line 107, in execute use right_menu_postings File "game/BKscreen_home.rpy", line 337, in execute screen right_menu_postings(): File "game/BKscreen_home.rpy", line 337, in execute screen right_menu_postings(): File "game/BKscreen_home.rpy", line 347, in execute textbutton "{u}P{/u}ostings": File "game/BKscreen_home.rpy", line 347, in keywords textbutton "{u}P{/u}ostings": File "game/BKscreen_home.rpy", line 352, in <module> tooltip __("Learn about available classes and quests.\n") + str(len(quest_board.quests)) + __(" quest") + plural(len(quest_board.quests)) + __(" and ") + str(len(quest_board.classes)) + __(" class") + plural(len(quest_board.quests), __("es")) + __(" are currently available.") AttributeError: 'NPC' object has no attribute 'quests' Windows-10-10.0.22621 Ren'Py 7.4.11.2266 Brothel King 0.2 v220711 Sun Sep 24 10:26:24 2023
i can't even start the gameDo you have an empty slave market?
Try it with the one what i provided a few post ago. You just need to put some girl pack folder into the game\girls folder. (Just make sure that there is atleast 1 girl pack there without a _BK.ini for cloning purpose)i can't even start the game
I think so, The 2.0 version worked as well I think I'd been using that, however with all of the copying over files from one update to the next I've lost track.What do you mean in the old version? The 0.15 one?
You cant find the 0.15 version anymore here or on the HHS forum but you can search for it on the net. And for the 0.2 version there will be no more update either.I think so, The 2.0 version worked as well I think I'd been using that, however with all of the copying over files from one update to the next I've lost track.
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 7781, in script
call screen girl_mix(True) nopredict
File "renpy/common/000statements.rpy", line 569, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/BKscreens.rpy", line 7800, in execute
screen girl_mix(show_rating=False):
File "game/BKscreens.rpy", line 7800, in execute
screen girl_mix(show_rating=False):
File "game/BKscreens.rpy", line 7808, in execute
frame xfill True yfill True:
File "game/BKscreens.rpy", line 7809, in execute
has vbox
File "game/BKscreens.rpy", line 7823, in execute
viewport:
File "game/BKscreens.rpy", line 7830, in execute
has vbox spacing 0
File "game/BKscreens.rpy", line 7832, in execute
for gp in shown_gp:
File "game/BKscreens.rpy", line 7833, in execute
if show_rating:
File "game/BKscreens.rpy", line 7834, in execute
$ rating, rtg_text = get_girlpack_rating(path=gp)
File "game/BKscreens.rpy", line 7834, in <module>
$ rating, rtg_text = get_girlpack_rating(path=gp)
File "game/BKfunctions.rpy", line 3774, in get_girlpack_rating
d = girl.evaluate_girlpack()
File "game/BKgirlclass.rpy", line 389, in evaluate_girlpack
currentList = get_pic_list(self, [tag], not_tags=["naked"], weighted=False)
File "game/BKfunctions.rpy", line 2754, in get_pic_list
show_unrecognized = preferences.packstate_unrecognized != "Hide"
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 7781, in script
call screen girl_mix(True) nopredict
File "renpy/ast.py", line 2015, in execute
self.call("execute")
File "renpy/ast.py", line 2003, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "renpy/statements.py", line 278, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 569, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "renpy/exports.py", line 3136, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", 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/BKscreens.rpy", line 7800, in execute
screen girl_mix(show_rating=False):
File "game/BKscreens.rpy", line 7800, in execute
screen girl_mix(show_rating=False):
File "game/BKscreens.rpy", line 7808, in execute
frame xfill True yfill True:
File "game/BKscreens.rpy", line 7809, in execute
has vbox
File "game/BKscreens.rpy", line 7823, in execute
viewport:
File "game/BKscreens.rpy", line 7830, in execute
has vbox spacing 0
File "game/BKscreens.rpy", line 7832, in execute
for gp in shown_gp:
File "game/BKscreens.rpy", line 7833, in execute
if show_rating:
File "game/BKscreens.rpy", line 7834, in execute
$ rating, rtg_text = get_girlpack_rating(path=gp)
File "game/BKscreens.rpy", line 7834, in <module>
$ rating, rtg_text = get_girlpack_rating(path=gp)
File "game/BKfunctions.rpy", line 3774, in get_girlpack_rating
d = girl.evaluate_girlpack()
File "game/BKgirlclass.rpy", line 389, in evaluate_girlpack
currentList = get_pic_list(self, [tag], not_tags=["naked"], weighted=False)
File "game/BKfunctions.rpy", line 2754, 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
Wed Sep 27 18:52:51 2023
Start the game. In the main menu press shift+ogirl packs has this problem
Code: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 7781, in script call screen girl_mix(True) nopredict File "renpy/common/000statements.rpy", line 569, in execute_call_screen store._return = renpy.call_screen(name, *args, **kwargs) File "game/BKscreens.rpy", line 7800, in execute screen girl_mix(show_rating=False): File "game/BKscreens.rpy", line 7800, in execute screen girl_mix(show_rating=False): File "game/BKscreens.rpy", line 7808, in execute frame xfill True yfill True: File "game/BKscreens.rpy", line 7809, in execute has vbox File "game/BKscreens.rpy", line 7823, in execute viewport: File "game/BKscreens.rpy", line 7830, in execute has vbox spacing 0 File "game/BKscreens.rpy", line 7832, in execute for gp in shown_gp: File "game/BKscreens.rpy", line 7833, in execute if show_rating: File "game/BKscreens.rpy", line 7834, in execute $ rating, rtg_text = get_girlpack_rating(path=gp) File "game/BKscreens.rpy", line 7834, in <module> $ rating, rtg_text = get_girlpack_rating(path=gp) File "game/BKfunctions.rpy", line 3774, in get_girlpack_rating d = girl.evaluate_girlpack() File "game/BKgirlclass.rpy", line 389, in evaluate_girlpack currentList = get_pic_list(self, [tag], not_tags=["naked"], weighted=False) File "game/BKfunctions.rpy", line 2754, in get_pic_list show_unrecognized = preferences.packstate_unrecognized != "Hide" 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 7781, in script call screen girl_mix(True) nopredict File "renpy/ast.py", line 2015, in execute self.call("execute") File "renpy/ast.py", line 2003, in call return renpy.statements.call(method, parsed, *args, **kwargs) File "renpy/statements.py", line 278, in call return method(parsed, *args, **kwargs) File "renpy/common/000statements.rpy", line 569, in execute_call_screen store._return = renpy.call_screen(name, *args, **kwargs) File "renpy/exports.py", line 3136, in call_screen rv = renpy.ui.interact(mouse="screen", type="screen", 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/BKscreens.rpy", line 7800, in execute screen girl_mix(show_rating=False): File "game/BKscreens.rpy", line 7800, in execute screen girl_mix(show_rating=False): File "game/BKscreens.rpy", line 7808, in execute frame xfill True yfill True: File "game/BKscreens.rpy", line 7809, in execute has vbox File "game/BKscreens.rpy", line 7823, in execute viewport: File "game/BKscreens.rpy", line 7830, in execute has vbox spacing 0 File "game/BKscreens.rpy", line 7832, in execute for gp in shown_gp: File "game/BKscreens.rpy", line 7833, in execute if show_rating: File "game/BKscreens.rpy", line 7834, in execute $ rating, rtg_text = get_girlpack_rating(path=gp) File "game/BKscreens.rpy", line 7834, in <module> $ rating, rtg_text = get_girlpack_rating(path=gp) File "game/BKfunctions.rpy", line 3774, in get_girlpack_rating d = girl.evaluate_girlpack() File "game/BKgirlclass.rpy", line 389, in evaluate_girlpack currentList = get_pic_list(self, [tag], not_tags=["naked"], weighted=False) File "game/BKfunctions.rpy", line 2754, 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 Wed Sep 27 18:52:51 2023
preferences.packstate_unrecognized = "Rename"
1st question: there is none. But you can check all the trait's by opening up the Trait King.rpy with notepad++is there a page with all the traits for the traits king mod so i know what i can order with headhunter mod? also is there suppose to be no back ground music cuz i know they used to be?
You mean the extra background noise what i posted long ago in the old HHS forum? (if yes then sorry i dont have the time to remake it as of now)like the ambient background Nosie. also can i get a link to notepad++ plz the internet is a scary place nowadays
I have a suggestion/request for something to be added. A way to make your girls work at the carpenter's wagon to speed up the build times. I finish almost every run with more that a chapters worth of unbuild furniture.
You can change the duration time (how much time it's take to build) for the furniture in BKitems.rpyI have a suggestion/request for something to be added. A way to make your girls work at the carpenter's wagon to speed up the build times. I finish almost every run with more that a chapters worth of unbuild furniture.