バグ:背景変更コンテンツでjpdc撮影後に、バトル開始時点でフラグOFFなエネミーがいると内部エラー

Issue #1009 resolved
ルンバ created an issue

こちらは最初に発生したログ

Version : 4.3 (64-bit) / 2021-01-08 21:17:58
DateTime: 2021-01-23 06:49:25
Traceback (most recent call last):
File ".\cw\thread.py", line 964, in run
File ".\cw\thread.py", line 1016, in _run
File ".\cw\thread.py", line 1027, in main_loop
File ".\cw\eventhandler.py", line 131, in run
File ".\cw\eventhandler.py", line 857, in executing_event
File ".\cw\thread.py", line 4086, in change_battlearea
File ".\cw\battle.py", line 78, in init
File ".\cw\data.py", line 909, in start_event
File ".\cw\event.py", line 648, in start
File ".\cw\event.py", line 903, in start
File ".\cw\event.py", line 1036, in end
File ".\cw\thread.py", line 1414, in fix_updated_file
File ".\cw\sprite\card.py", line 1203, in cardimg
AssertionError

下は2021-01-16 17:40:18に更新後の再現ログ

Version : 4.3 (64-bit) / 2021-01-16 17:40:18
DateTime: 2021-01-23 07:04:21
Traceback (most recent call last):
File ".\cw\thread.py", line 971, in run
File ".\cw\thread.py", line 1024, in _run
File ".\cw\thread.py", line 1035, in main_loop
File ".\cw\eventhandler.py", line 131, in run
File ".\cw\eventhandler.py", line 857, in executing_event
File ".\cw\thread.py", line 4103, in change_battlearea
File ".\cw\battle.py", line 78, in init
File ".\cw\data.py", line 909, in start_event
File ".\cw\event.py", line 648, in start
File ".\cw\event.py", line 903, in start
File ".\cw\event.py", line 1036, in end
File ".\cw\thread.py", line 1422, in fix_updated_file
File ".\cw\sprite\card.py", line 1204, in cardimg
AssertionError

以下は最小条件に絞り込んだ後のログです

Version : 4.3 (64-bit) / 2021-01-16 17:40:18
DateTime: 2021-01-23 08:00:57
Traceback (most recent call last):
File ".\cw\thread.py", line 971, in run
File ".\cw\thread.py", line 1024, in _run
File ".\cw\thread.py", line 1043, in main_loop
File ".\cw\thread.py", line 1321, in update
File ".\cw\thread.py", line 1422, in fix_updated_file
File ".\cw\sprite\card.py", line 1204, in cardimg
AssertionError

発生条件は 背景変更コンテンツでjpdc撮影後に、バトル開始時点でフラグOFFなエネミーがいるとプレイヤーのカード選択へ移行できず内部エラー発生です。どちらかの条件を満たさないと発生しないようです。jpdc撮影はバトル前でも、バトル開始イベントでもエラー発生します。

Comments (2)

  1. k4nagatsuki repo owner

    pull request #193

    ご報告ありがとうございます。イメージファイルが更新された時の処理に誤りがありました。直せたと思います。

  2. Log in to comment