バグ:画面を拡大した状態でカード操作ダイアログを開くとフリーズ

Issue #648 resolved
暗黒 騎士 created an issue

画面を拡大した状態で荷物袋などカード操作ダイアログを開こうとするとフリーズします。11日版以降すべてのバージョンで発生していて0204bでは再現していませんでした。

Traceback (most recent call last):
  File "cw\frame.pyo", line 776, in OnBACKPACK
  File "cw\dialog\cardcontrol.pyo", line 1712, in __init__
  File "cw\dialog\cardcontrol.pyo", line 75, in __init__
  File "cw\imageretouch.pyo", line 862, in add_lightness_for_wxbmp
  File "wx\core.pyo", line 786, in ImageFromBuffer
ValueError: Invalid data buffer size.
Version : 2.3 / 2018-02-17 23:04:11
DateTime: 2018-02-17 23:24:25
Traceback (most recent call last):
  File "cw\thread.pyo", line 755, in run
  File "cw\thread.pyo", line 783, in _run
  File "cw\thread.pyo", line 788, in main_loop
  File "cw\eventhandler.pyo", line 121, in run
  File "cw\eventhandler.pyo", line 720, in executing_event
  File "cw\thread.pyo", line 1543, in call_dlg
RuntimeError: wrapped C/C++ object of type Frame has been deleted

Comments (2)

  1. k4nagatsuki repo owner

    pull request #2167

    整数倍では発生しないようですね。対応しました。

  2. Log in to comment