バグ:デバッガを開いた状態で使用時イベントのあるアクションカードを使うとエラー

Issue #627 resolved
暗黒 騎士 created an issue

情報源はしろねこさんのツイートです(ではゾンビ化してるようですがそっちは再現しなかった)

https://twitter.com/happydragoncat/status/950246579444768769

これは多分tagでactioncardが考慮されてないということでしょうか。

AttributeError: 'NoneType' object has no attribute 'tag'
Traceback (most recent call last):
  File "cw\frame.pyo", line 350, in OnEXECFUNC
  File "cw\debug\debugger.pyo", line 2358, in func
  File "cw\debug\debugger.pyo", line 2428, in _refresh_tree
  File "cw\debug\debugger.pyo", line 2485, in create_item
  File "cw\debug\debugger.pyo", line 2502, in __init__
  File "cw\data.pyo", line 3592, in get_cwxpath
AttributeError: 'NoneType' object has no attribute 'tag'

Comments (2)

  1. k4nagatsuki repo owner

    pull request #2131

    アクションカード内のCWXパスを取得しようとしてエラーになっています。想定外でした。

  2. Log in to comment