所有カードの移動中にエラーログ

Issue #238 resolved
ルンバ created an issue

Build: 2018-01-14 16:25:39 Debug (64-bit) Compiled by Digital Mars D 2078

↑少し以前のバージョンでの作業中なのでもし最新版で修正済みでしたら課題終了に変更します。上のバージョンでも再現性が無いので最新版でどうなのか確認できないので一応課題を立てさせていただきます。(役に立つか立たないか判断しかねるので)

発症時は、特殊技能カードビューから所有カードビューへの3枚のスキルカードのドラッグドロップ移動中だったと思います。

2018-02-16 00:53:21 [Build: 2018-01-14 16:25:39 Debug (64-bit)] cwx\utils.d:136 Stack Trace -------- cwx\editor\gui\dwt\mainwindow.d-mixin-4489, 4489 cwx\editor\gui\dwt\mainwindow.d-mixin-4492, 4492 cwx\editor\gui\dwt\cardlist.d-mixin-217, 217 cwx\editor\gui\dwt\cardlist.d-mixin-225, 225 cwx\editor\gui\dwt\cardlist.d-mixin-233, 233 cwx\editor\gui\dwt\cardlist.d-mixin-234, 234 cwx\editor\gui\dwt\cardlist.d-mixin-235, 235 cwx\editor\gui\dwt\cardlist.d-mixin-236, 236 cwx\editor\gui\dwt\cardlist.d-mixin-246, 246 cwx\editor\gui\dwt\cardlist.d-mixin-490, 490 cwx\editor\gui\dwt\cardlist.d-mixin-491, 491 cwx\editor\gui\dwt\cardlist.d-mixin-497, 497


2018-02-16 00:53:21 [Build: 2018-01-14 16:25:39 Debug (64-bit)] cwx\editor\gui\dwt\mainwindow.d:4601 [Range violation] cwx\editor\gui\dwt\cardlist.d, 498: 0x000000014115898C 0x000000014098C205 0x000000014098848D 0x0000000141092033 0x0000000140EDFB09 0x0000000140F2964F 0x0000000140F2764D 0x000000013FC8A62E 0x00000001409B83FB 0x000000014118C402 0x000000014118C21F 0x000000014118C32B 0x000000014118C21F 0x000000014118C01E 0x00000001409B89D4 0x000000014124E809 0x0000000076CF59CD in BaseThreadInitThunk 0x0000000076F5383D in RtlUserThreadStart

Comments (4)

  1. k4nagatsuki repo owner

    pull request #272

    ご報告ありがとうございます。

    カードビューはシフトキーであるカードを始点に・他のカードを終点にして複数カードを選択できますが、その始点の部分が削除される等して無くなってしまうと、選択範囲変更時にこのエラーが出ていました。

  2. Log in to comment