You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just got the same issue. The error is "Access violation" which I also got when I tried to load a file during its load callback by mistake. Is the issue then in hashlink?
I took a quick peek and am fairly sure this is cursed.
First, it happens in HL without heaps, so this probably needs to be re-filed on the hashlink repo.
Second, it only happens when the HL debugger is attached. I've tried to catch it with the VS debugger, but you can't have both attached and it works fine in that case, so getting a stack has eluded me thus far
Third... none of this should even matter?! The drag ang drop operation here is a windows internal interaction and should be invisible to HL. The function being called here does not return during a drag operation, so HL shouldn't even be involved here.
If you start dragging any file/folder inside a File Open dialog (ie. hxd.File.browse), it crashes HL.
Steps to reproduce:
The text was updated successfully, but these errors were encountered: