新しいウィンドウのイベントビューからdrag-and-dropするとエラー

Issue #198 resolved
jinto_ created an issue

twitter上で"xeditor"で検索したら禄山さんという方が報告してたのですが、イベントビューを新しいウィンドウで開いて、そこから別のイベントビューにコンテントをdrag-and-dropするとエラーになるようです。

2017-10-13 01:53:52 [Build: 2017-09-01 19:17:32 Release (32-bit)] cwx\utils.d:136 Stack Trace --------
cwx\editor\gui\dwt\mainwindow.d-mixin-4442, 4442
cwx\editor\gui\dwt\mainwindow.d-mixin-4445, 4445
cwx\editor\gui\dwt\eventtreeview.d-mixin-1154, 1154
cwx\editor\gui\dwt\eventtreeview.d-mixin-1170, 1170
cwx\editor\gui\dwt\eventtreeview.d-mixin-1171, 1171
cwx\editor\gui\dwt\eventtreeview.d-mixin-1178, 1178
cwx\editor\gui\dwt\eventtreeview.d-mixin-1182, 1182
cwx\editor\gui\dwt\eventeditor.d-mixin-1835, 1835
--------
2017-10-13 01:53:52 [Build: 2017-09-01 19:17:32 Release (32-bit)] cwx\editor\gui\dwt\mainwindow.d:4554 [Access Violation] , 0: 0x00706D61
0x00E4AB46
0x012E5665
0x012D5EDC
0x011EE8F5
0x011EEA59
0x011EE99D
0x011EE35A
0x0123BA1F
0x0123C92C
0x76F50BEC in WriteStorageProperties
0x76F50A4A in WriteStorageProperties
0x76F19906 in OleGetPackageClipboardOwner
0x76F191FC in OleGetPackageClipboardOwner
0x76F1C97F in DoDragDrop
0x01235A54
0x012354C1
0x012D5EDC
0x011EE8F5
0x0121C751
0x0121B1E2
0x007BCE6E
0x00ECE5A5
0x0137FF63
0x0137FF27
0x0137FE28
0x00ECE677
0x77008744 in BaseThreadInitThunk
0x778D582D in RtlGetAppContainerNamedObjectPath
0x778D57FD in RtlGetAppContainerNamedObjectPath

Comments (2)

  1. k4nagatsuki repo owner

    pull request #214

    ありがとうございます。別ウィンドウに限らず、他のイベントツリービューへのドラッグ&ドロップが機能しなくなっていました。

  2. jinto_ reporter

    直ってるのを確認しました。   
    描画のちらつきは気になっていたので、こちらも直ってるのはうれしいです。

  3. Log in to comment