バグ:シナリオの読み込み失敗

Issue #773 resolved
salt created an issue

cardwirthpy_20190323d_x64.zip以降のバージョンで 「シナリオの読み込みに失敗しました」のメッセージが出て宿に戻りフリーズします。 cardwirthpy_20190323c_x64.zipでは発生していません。

同じ原因かは分かりませんがこちらも


Version : 3.2 (64-bit) / 2019-03-24 01:42:44 DateTime: 2019-03-24 21:24:23 Traceback (most recent call last): File ".\cw\thread.py", line 803, in run File ".\cw\thread.py", line 825, in _run File ".\cw\thread.py", line 836, in main_loop File ".\cw\eventhandler.py", line 121, in run File ".\cw\eventhandler.py", line 759, in executing_event File ".\cw\thread.py", line 3469, in change_area File ".\cw\data.py", line 625, in start_event File ".\cw\event.py", line 619, in start File ".\cw\event.py", line 814, in start File ".\cw\event.py", line 874, in run File ".\cw\event.py", line 1073, in action File ".\cw\content.py", line 4152, in action File ".\cw\sprite\message.py", line 74, in init File ".\cw\sprite\message.py", line 363, in create_charimgs File ".\cw\sprite\message.py", line 584, in rpl_specialstr File ".\cw\sprite\message.py", line 1470, in _rpl_specialstr File ".\cw\sprite\message.py", line 1268, in _get_namefromtable AttributeError: 'YadoData' object has no attribute 'get_showingname'

Comments (3)

  1. k4nagatsuki repo owner

    pull request #2427

    ご報告ありがとうございます。最近メニューカード等の別名に関するバグを直したのですが、その影響で宿名やパーティ名の特殊文字展開に問題が起きていました。

  2. Log in to comment