XyMinxin / Brothel-King-Chinese-Translate

Brothel King 中文翻译
19 stars 6 forks source link

询问喜好时报错 #13

Closed sss614 closed 1 year ago

sss614 commented 1 year ago

在提问之前...

描述你的问题

询问城市里女孩喜欢什么时的报错

如何复现

  1. 前往 '...'城市
  2. 点击 '....'女孩
  3. 滑动到 '....'喜欢什么
  4. 出现问题

预期行为

No response

相关 Logs

[code]
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/BKmain.rpy", line 308, in script call
    call free_girl_interact(result) from _call_free_girl_interact
  File "game/BKinteractions_free.rpy", line 25, in script call
    call free_girl_talk(girl) from _call_free_girl_talk
  File "game/BKinteractions_free.rpy", line 135, in script call
    call free_girl_interact_menu() from _call_free_girl_interact_menu
  File "game/BKinteractions_free.rpy", line 171, in script call
    $ renpy.call(topic.label, girl)
  File "game/BKinteractions_free.rpy", line 260, in script call
    call dialogue(girl, "free_chat_likes") from _call_dialogue_30 #! , custom_arg=h)
  File "game/BKdialogue.rpy", line 15, in script
    $ char.say(topic, custom_arg=custom_arg, nw=nw, narrator_mode=narrator_mode) # No key is provided for girls, it is instead generated according to personality and other filters
  File "game/BKdialogue.rpy", line 15, in <module>
    $ char.say(topic, custom_arg=custom_arg, nw=nw, narrator_mode=narrator_mode) # No key is provided for girls, it is instead generated according to personality and other filters
  File "game/BKgirlclass.rpy", line 4921, in say
    dial.say(self.char, custom_arg, nw)
  File "game/BKdialogue.rpy", line 73, in say
    renpy.say(char, self.line)
KeyError: u'thing_cn'

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

Full traceback:
  File "game/BKmain.rpy", line 308, in script call
    call free_girl_interact(result) from _call_free_girl_interact
  File "game/BKinteractions_free.rpy", line 25, in script call
    call free_girl_talk(girl) from _call_free_girl_talk
  File "game/BKinteractions_free.rpy", line 135, in script call
    call free_girl_interact_menu() from _call_free_girl_interact_menu
  File "game/BKinteractions_free.rpy", line 171, in script call
    $ renpy.call(topic.label, girl)
  File "game/BKinteractions_free.rpy", line 260, in script call
    call dialogue(girl, "free_chat_likes") from _call_dialogue_30 #! , custom_arg=h)
  File "game/BKdialogue.rpy", line 15, in script
    $ char.say(topic, custom_arg=custom_arg, nw=nw, narrator_mode=narrator_mode) # No key is provided for girls, it is instead generated according to personality and other filters
  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/BKdialogue.rpy", line 15, in <module>
    $ char.say(topic, custom_arg=custom_arg, nw=nw, narrator_mode=narrator_mode) # No key is provided for girls, it is instead generated according to personality and other filters
  File "game/BKgirlclass.rpy", line 4921, in say
    dial.say(self.char, custom_arg, nw)
  File "game/BKdialogue.rpy", line 73, in say
    renpy.say(char, self.line)
  File "renpy/exports.py", line 1419, in say
    who(what, *args, **kwargs)
  File "renpy/character.py", line 1236, in __call__
    what = self.prefix_suffix("what", self.what_prefix, what, self.what_suffix)
  File "renpy/character.py", line 1155, in prefix_suffix
    return (sub(prefix) + sub(body) + sub(suffix))
  File "renpy/character.py", line 1135, in sub
    return renpy.substitutions.substitute(s, scope=scope, force=force, translate=translate)[0]
  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 646, in get_field
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 605, in get_value
KeyError: u'thing_cn'

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Brothel King 0.2 v220711 / CN v230330
Thu Mar 30 12:31:35 2023
[/code]

截图

No response

还有别的吗?

No response