News:

Please request registration email again and then check your "Spam" folder

Former www.henthighschool.com

使用了汉化的请优先到这里反馈

Started by Minxin, Aug 11, 2024, 01:57 PM

Previous topic - Next topic

IUMNSUNG

I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/BKendday.rpy", line 943, in script
    python:
  File "game/BKendday.rpy", line 945, in <module>
    farm_training_girls, farm_holding_girls, farm_resting_girls = farm.assign_girls(logging=True)
  File "game/BKfarm.rpy", line 1279, in assign_girls
    if logging: log.add_report(girl.fullname + " 被安排在 " + farm_related_dict[self.name] + "训练.")
AttributeError: 'Farm' object has no attribute 'name'

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

Full traceback:
  File "game/BKendday.rpy", line 943, in script
    python:
  File "F:\青楼之王\新整合\Brothel_King-pc3.0\renpy\ast.py", line 1138, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "F:\青楼之王\新整合\Brothel_King-pc3.0\renpy\python.py", line 1122, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/BKendday.rpy", line 945, in <module>
    farm_training_girls, farm_holding_girls, farm_resting_girls = farm.assign_girls(logging=True)
  File "game/BKfarm.rpy", line 1279, in assign_girls
    if logging: log.add_report(girl.fullname + " 被安排在 " + farm_related_dict[self.name] + "训练.")
AttributeError: 'Farm' object has no attribute 'name'

Windows-10-10.0.22631 AMD64
Ren'Py 8.1.1.23060707
Brothel King 0.3t v230923
Tue Nov 19 20:36:44 2024

这个是为啥,我的所有员工都休息不了了,尽管给了他们休息选项,后面结算的时候没画面了

qianxiao

点击公告大厅报错
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/BKmain.rpy", line 2133, in script
    $ result = ui.interact()
  File "game/BKmain.rpy", line 2133, in <module>
    $ result = ui.interact()
  File "game/BKscreens.rpy", line 5962, in execute
    screen postings(qlist):
  File "game/BKscreens.rpy", line 5962, in execute
    screen postings(qlist):
  File "game/BKscreens.rpy", line 5978, in execute
    hbox:
  File "game/BKscreens.rpy", line 5986, in execute
    vbox:
  File "game/BKscreens.rpy", line 5990, in execute
    frame:
  File "game/BKscreens.rpy", line 5996, in execute
    has vbox
  File "game/BKscreens.rpy", line 6000, in execute
    if selected_quest:
  File "game/BKscreens.rpy", line 6002, in execute
    hbox:
  File "game/BKscreens.rpy", line 6006, in execute
    if selected_quest.special:
  File "game/BKscreens.rpy", line 6007, in execute
    textbutton "{image=img_star} " + __(selected_quest.special) + " {image=img_star}" xalign 0.0 yalign 0.5 ypadding 0 text_color c_orange background None action NullAction() hovered tt.Action(special_quest_description[selected_quest.special])
  File "game/BKscreens.rpy", line 6007, in keywords
    textbutton "{image=img_star} " + __(selected_quest.special) + " {image=img_star}" xalign 0.0 yalign 0.5 ypadding 0 text_color c_orange background None action NullAction() hovered tt.Action(special_quest_description[selected_quest.special])
  File "game/BKscreens.rpy", line 6007, in <module>
    textbutton "{image=img_star} " + __(selected_quest.special) + " {image=img_star}" xalign 0.0 yalign 0.5 ypadding 0 text_color c_orange background None action NullAction() hovered tt.Action(special_quest_description[selected_quest.special])
KeyError: '臭名昭著'

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

Full traceback:
  File "game/BKmain.rpy", line 2133, in script
    $ result = ui.interact()
  File "D:\Games\Brothel_King\Brothel_King-pc3.0\renpy\ast.py", line 1138, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "D:\Games\Brothel_King\Brothel_King-pc3.0\renpy\python.py", line 1122, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/BKmain.rpy", line 2133, in <module>
    $ result = ui.interact()
  File "D:\Games\Brothel_King\Brothel_King-pc3.0\renpy\ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "D:\Games\Brothel_King\Brothel_King-pc3.0\renpy\display\core.py", line 3579, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
  File "D:\Games\Brothel_King\Brothel_King-pc3.0\renpy\display\core.py", line 4052, in interact_core
    root_widget.visit_all(lambda d : d.per_interact())
  File "D:\Games\Brothel_King\Brothel_King-pc3.0\renpy\display\core.py", line 681, in visit_all
    d.visit_all(callback, seen)
  File "D:\Games\Brothel_King\Brothel_King-pc3.0\renpy\display\core.py", line 681, in visit_all
    d.visit_all(callback, seen)
  File "D:\Games\Brothel_King\Brothel_King-pc3.0\renpy\display\core.py", line 681, in visit_all
    d.visit_all(callback, seen)
  File "D:\Games\Brothel_King\Brothel_King-pc3.0\renpy\display\screen.py", line 476, in visit_all
    callback(self)
  File "D:\Games\Brothel_King\Brothel_King-pc3.0\renpy\display\core.py", line 4052, in <lambda>
    root_widget.visit_all(lambda d : d.per_interact())
  File "D:\Games\Brothel_King\Brothel_King-pc3.0\renpy\display\screen.py", line 487, in per_interact
    self.update()
  File "D:\Games\Brothel_King\Brothel_King-pc3.0\renpy\display\screen.py", line 680, in update
    self.screen.function(**self.scope)
  File "game/BKscreens.rpy", line 5962, in execute
    screen postings(qlist):
  File "game/BKscreens.rpy", line 5962, in execute
    screen postings(qlist):
  File "game/BKscreens.rpy", line 5978, in execute
    hbox:
  File "game/BKscreens.rpy", line 5986, in execute
    vbox:
  File "game/BKscreens.rpy", line 5990, in execute
    frame:
  File "game/BKscreens.rpy", line 5996, in execute
    has vbox
  File "game/BKscreens.rpy", line 6000, in execute
    if selected_quest:
  File "game/BKscreens.rpy", line 6002, in execute
    hbox:
  File "game/BKscreens.rpy", line 6006, in execute
    if selected_quest.special:
  File "game/BKscreens.rpy", line 6007, in execute
    textbutton "{image=img_star} " + __(selected_quest.special) + " {image=img_star}" xalign 0.0 yalign 0.5 ypadding 0 text_color c_orange background None action NullAction() hovered tt.Action(special_quest_description[selected_quest.special])
  File "game/BKscreens.rpy", line 6007, in keywords
    textbutton "{image=img_star} " + __(selected_quest.special) + " {image=img_star}" xalign 0.0 yalign 0.5 ypadding 0 text_color c_orange background None action NullAction() hovered tt.Action(special_quest_description[selected_quest.special])
  File "game/BKscreens.rpy", line 6007, in <module>
    textbutton "{image=img_star} " + __(selected_quest.special) + " {image=img_star}" xalign 0.0 yalign 0.5 ypadding 0 text_color c_orange background None action NullAction() hovered tt.Action(special_quest_description[selected_quest.special])
KeyError: '臭名昭著'

Windows-10-10.0.26100 AMD64
Ren'Py 8.1.1.23060707
Brothel King 0.3t v230923
Wed Dec  4 05:29:00 2024

qianxiao

Quote from: curiosity on Nov 16, 2024, 06:55 AM在公告大厅的问题:

While running game code:
  File "game/BKmain.rpy", line 2133, in script
    $ result = ui.interact()
  File "game/BKmain.rpy", line 2133, in <module>
    $ result = ui.interact()
  File "game/BKscreens.rpy", line 5958, in execute
    screen postings(qlist):
  File "game/BKscreens.rpy", line 5958, in execute
    screen postings(qlist):
  File "game/BKscreens.rpy", line 5974, in execute
    hbox:
  File "game/BKscreens.rpy", line 5982, in execute
    vbox:
  File "game/BKscreens.rpy", line 5986, in execute
    frame:
  File "game/BKscreens.rpy", line 5992, in execute
    has vbox
  File "game/BKscreens.rpy", line 5996, in execute
    if selected_quest:
  File "game/BKscreens.rpy", line 5998, in execute
    hbox:
  File "game/BKscreens.rpy", line 6002, in execute
    if selected_quest.special:
  File "game/BKscreens.rpy", line 6003, in execute
    textbutton "{image=img_star} " + __(selected_quest.special) + " {image=img_star}" xalign 0.0 yalign 0.5 ypadding 0 text_color c_orange background None action NullAction() hovered tt.Action(special_quest_description[selected_quest.special])
  File "game/BKscreens.rpy", line 6003, in keywords
    textbutton "{image=img_star} " + __(selected_quest.special) + " {image=img_star}" xalign 0.0 yalign 0.5 ypadding 0 text_color c_orange background None action NullAction() hovered tt.Action(special_quest_description[selected_quest.special])
  File "game/BKscreens.rpy", line 6003, in <module>
    textbutton "{image=img_star} " + __(selected_quest.special) + " {image=img_star}" xalign 0.0 yalign 0.5 ypadding 0 text_color c_orange background None action NullAction() hovered tt.Action(special_quest_description[selected_quest.special])
KeyError: '臭名昭著'
请问您解决了吗?我也遇到了同样的问题