https://bugs.winehq.org/show_bug.cgi?id=53910
--- Comment #4 from Rafał Mużyło galtgendo@o2.pl --- There one other bit, something that happens only with dnSpy 6.1.8 (6.2.0 hangs when I try to run it).
It doesn't happen every time, but every once in awhile after the restore the app has either internal or a full crash if its window is moved.
The internal one is where it goes into RtlpWaitForCriticalSection 60s cycle and stops responding.
There's a couple of interesting lines in the console output...
0158:err:d3d:wined3d_fence_test glClientWaitSync returned 0. malloc(): unsorted double linked list corrupted
...that doesn't look good, the last one looks like coming from glibc...
(there's nothing else in the console, besides the two other lines that spammed throughout a normal run: 066c:fixme:ntdll:RtlGetCurrentProcessorNumberEx (06AFF9CC) :semi-stub 066c:fixme:thread:NtQueryInformationThread ThreadIsIoPending info class not supported yet )