バグ: バックログをコピーするとエラー

Issue #804 resolved
Former user created an issue

エラーログは次のとおりです。

Version : 4.0 Alpha 1 (64-bit) / 2019-06-02 18:24:54
DateTime: 2019-06-03 09:22:13
Traceback (most recent call last):
  File ".\cw\thread.py", line 826, in run
  File ".\cw\thread.py", line 878, in _run
  File ".\cw\thread.py", line 893, in main_loop
  File ".\cw\eventhandler.py", line 108, in run
  File ".\cw\eventhandler.py", line 379, in lclick_event
  File ".\cw\sprite\statusbar.py", line 1509, in lclick_event
  File ".\cw\eventhandler.py", line 556, in f5key_event
  File ".\cw\thread.py", line 2082, in show_backlog
  File ".\cw\eventhandler.py", line 1352, in run
  File ".\cw\eventhandler.py", line 1596, in keydown_event
  File ".\cw\eventhandler.py", line 1618, in copy_text
  File ".\cw\sprite\message.py", line 1636, in get_messagelogtext
AttributeError: 'Bill' object has no attribute 'talker_name'

Comments (2)

  1. k4nagatsuki repo owner

    pull request #2531

    ご報告ありがとうございます。ログに貼紙を出すようにした際、コピー処理を見落としていました。

  2. Log in to comment