- Jul 17, 2019
- 2,295
- 958
This is called 'being behind the times'. We're on v211215 now.ScriptError: could not find label 'c3_suzume_hint'.
Brothel King 0.2 v211126
This is called 'being behind the times'. We're on v211215 now.ScriptError: could not find label 'c3_suzume_hint'.
Brothel King 0.2 v211126
Awww crap I thought I had the latest, will get it updatedThis is called 'being behind the times'. We're on v211215 now.
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/BKmain.rpy", line 159, in script
with Dissolve(0.3)
File "game/BKscreens.rpy", line 3144, in execute
screen visit_district():
File "game/BKscreens.rpy", line 3144, in execute
screen visit_district():
File "game/BKscreens.rpy", line 3171, in execute
frame:
File "game/BKscreens.rpy", line 3177, in execute
has vbox
File "game/BKscreens.rpy", line 3187, in execute
grid 3 2:
File "game/BKscreens.rpy", line 3191, in execute
for location in location_dict[selected_district.name]:
File "game/BKscreens.rpy", line 3193, in execute
button:
File "game/BKscreens.rpy", line 3207, in execute
vbox:
File "game/BKscreens.rpy", line 3211, in execute
if location.secret:
File "game/BKscreens.rpy", line 3222, in execute
fixed:
File "game/BKscreens.rpy", line 3238, in execute
if location.action:
File "game/BKscreens.rpy", line 3239, in execute
button xsize 50 ysize 50 xpos 105 ypos 55 background None xmargin 0 ymargin 0 xpadding 0 ypadding 0:
File "game/BKscreens.rpy", line 3240, in execute
if location.can_do_action():
File "game/BKscreens.rpy", line 3241, 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 3241, 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 159, 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 3144, in execute
screen visit_district():
File "game/BKscreens.rpy", line 3144, in execute
screen visit_district():
File "game/BKscreens.rpy", line 3171, in execute
frame:
File "game/BKscreens.rpy", line 3177, in execute
has vbox
File "game/BKscreens.rpy", line 3187, in execute
grid 3 2:
File "game/BKscreens.rpy", line 3191, in execute
for location in location_dict[selected_district.name]:
File "game/BKscreens.rpy", line 3193, in execute
button:
File "game/BKscreens.rpy", line 3207, in execute
vbox:
File "game/BKscreens.rpy", line 3211, in execute
if location.secret:
File "game/BKscreens.rpy", line 3222, in execute
fixed:
File "game/BKscreens.rpy", line 3238, in execute
if location.action:
File "game/BKscreens.rpy", line 3239, in execute
button xsize 50 ysize 50 xpos 105 ypos 55 background None xmargin 0 ymargin 0 xpadding 0 ypadding 0:
File "game/BKscreens.rpy", line 3240, in execute
if location.can_do_action():
File "game/BKscreens.rpy", line 3241, 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 3241, 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 v211126
Sat Dec 18 01:00:41 2021
are the crash still there if i using the new version?Go back 1 page download the lastest patch and update the game.
The issue shouldn't be present any more, except if you've already slept with Lady Homura. Console 'plaza.action = False' to make it go away then.are the crash still there if i using the new version?
Still waiting on the analysis if it's pure evil.The ninja hunt minigame is pure evil done by a sadist . I really think it should be made easier, by a lot.
thanks for the helpThe issue shouldn't be present any more, except if you've already slept with Lady Homura. Console 'plaza.action = False' to make it go away then.
This is a hook for some chapter 3 stuff, and isn't supposed to be active yet. Unfortunately, it probably was for some iteration of 0.2 back in November.
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/BKendday.rpy", line 1032, 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 659, in script call
call display_events(ev_list) from _call_display_events
File "game/BKevents.rpy", line 671, in script call
$ ev.play()
File "game/BKevents.rpy", line 232, in script
python:
File "game/BKevents.rpy", line 233, in <module>
if isinstance(char, Girl) and char.current_food_effect[eff.target] == eff: # Disables food lock
AttributeError: 'RevertableList' object has no attribute 'target'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/BKendday.rpy", line 1032, 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 659, in script call
call display_events(ev_list) from _call_display_events
File "game/BKevents.rpy", line 671, in script call
$ ev.play()
File "game/BKevents.rpy", line 232, in script
python:
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/BKevents.rpy", line 233, in <module>
if isinstance(char, Girl) and char.current_food_effect[eff.target] == eff: # Disables food lock
AttributeError: 'RevertableList' object has no attribute 'target'
Windows-10-10.0.19041
Ren'Py 7.4.10.2178
Brothel King 0.2 v211209
Sat Dec 18 11:34:15 2021
Still too old to play. You likely also need to use the 'Reset food effects' debug option after updating.File "game/BKevents.rpy", line 233, in <module>
if isinstance(char, Girl) and char.current_food_effect[eff.target] == eff: # Disables food lock
AttributeError: 'RevertableList' object has no attribute 'target'
Brothel King 0.2 v211209
New patch is out.You must be registered to see the links
This is the lastest patch.sorry i got this error can anyone helpCode:I'm sorry, but an uncaught exception occurred. While running game code: File "game/BKendday.rpy", line 1032, 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 659, in script call call display_events(ev_list) from _call_display_events File "game/BKevents.rpy", line 671, in script call $ ev.play() File "game/BKevents.rpy", line 232, in script python: File "game/BKevents.rpy", line 233, in <module> if isinstance(char, Girl) and char.current_food_effect[eff.target] == eff: # Disables food lock AttributeError: 'RevertableList' object has no attribute 'target' -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/BKendday.rpy", line 1032, 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 659, in script call call display_events(ev_list) from _call_display_events File "game/BKevents.rpy", line 671, in script call $ ev.play() File "game/BKevents.rpy", line 232, in script python: 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/BKevents.rpy", line 233, in <module> if isinstance(char, Girl) and char.current_food_effect[eff.target] == eff: # Disables food lock AttributeError: 'RevertableList' object has no attribute 'target' Windows-10-10.0.19041 Ren'Py 7.4.10.2178 Brothel King 0.2 v211209 Sat Dec 18 11:34:15 2021
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/BKevents.rpy", line 233, in <module>
if isinstance(char, Girl) and char.current_food_effect[eff.target] == eff: # Disables food lock
AttributeError: 'RevertableList' object has no attribute 'target'
The way it is set up, you will need to re-use the "?" cheat menu's 'Reset food effects' after you add any girl to your slaves who was created before the use-food patch.Still too old to play. You likely also need to use the 'Reset food effects' debug option after updating.
Open the console with shift+o then type this there:
Code:game.set_task(None, "story")
Code:game.set_task(None, "story2")
Code:game.set_task(None, "story3")
Search the area's for them. For the first 2 time you can use the Makabishi from the shop for insta win if you are bad with the mini game.how to beat the kunoichi ?
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/BKendday.rpy", line 1032, 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 659, in script call
call display_events(ev_list) from _call_display_events
File "game/BKevents.rpy", line 671, in script call
$ ev.play()
File "game/BKevents.rpy", line 232, in script
python:
File "game/BKevents.rpy", line 233, in <module>
if isinstance(char, Girl) and char.current_food_effect[eff.target] == eff: # Disables food lock
AttributeError: 'RevertableList' object has no attribute 'target'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/BKendday.rpy", line 1032, 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 659, in script call
call display_events(ev_list) from _call_display_events
File "game/BKevents.rpy", line 671, in script call
$ ev.play()
File "game/BKevents.rpy", line 232, in script
python:
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/BKevents.rpy", line 233, in <module>
if isinstance(char, Girl) and char.current_food_effect[eff.target] == eff: # Disables food lock
AttributeError: 'RevertableList' object has no attribute 'target'
Windows-10-10.0.19041
Ren'Py 7.4.10.2178
Brothel King 0.2 v211209
Sun Dec 19 02:40:50 2021
Food handling was changed recently. Use the 'Reset food effects' debug option from the help menu to reset food for existing girls.food related error
File "game/BKevents.rpy", line 233, in <module>
if isinstance(char, Girl) and char.current_food_effect[eff.target] == eff: # Disables food lock
AttributeError: 'RevertableList' object has no attribute 'target'
The newest one is v211215Brothel King 0.2 v211209
I'm sooooo happy we finally got Goldo to add this patch number thing. This is not the purpose he finally added it for, but it has been so very useful for things like this for us being able to instantly tell from a crash dump that the reporting user is not updated.You aren't using the lastest patch.
The newest one is v211215