https://bugs.winehq.org/show_bug.cgi?id=43282
--- Comment #2 from Fabian Maurer dark.shadow4@web.de --- Created attachment 58753 --> https://bugs.winehq.org/attachment.cgi?id=58753 +relay,+seh log (122MB)
Important part: ---------- 0072:Call ntdll.RtlAllocateHeap(00110000,00000000,00000030) ret=01f8cd69 0072:Ret ntdll.RtlAllocateHeap() retval=0322ef38 ret=01f8cd69 0072:Call KERNEL32.OpenFileMappingA(00000003,00000000,001b7168 "Global\TeamViewer_12_0_78716_0_S") ret=00d61677 0072:Ret KERNEL32.OpenFileMappingA() retval=00000000 ret=00d61677 0072:Call KERNEL32.GetLastError() ret=00d616a2 0072:Ret KERNEL32.GetLastError() retval=00000002 ret=00d616a2 0072:Call KERNEL32.FormatMessageA(00001300,00000000,00000002,00000400,0366e2a4,00000000,00000000) ret=00d0325d 0072:Ret KERNEL32.FormatMessageA() retval=00000011 ret=00d0325d 0072:Call ntdll.RtlAllocateHeap(00110000,00000000,00000020) ret=01f8cd69 0072:Ret ntdll.RtlAllocateHeap() retval=001b9d60 ret=01f8cd69 0072:Call KERNEL32.LocalFree(001b9d90) ret=00d0328d 0072:Ret KERNEL32.LocalFree() retval=00000000 ret=00d0328d 0072:Call KERNEL32.RaiseException(e06d7363,00000001,00000003,0366e2c8) ret=01f9535b trace:seh:raise_exception code=e06d7363 flags=1 addr=0x7b43ce7c ip=7b43ce7c tid=0072 ---------- OpenFileMappingA returns a 0 HANDLE, with error code ERROR_FILE_NOT_FOUND because it can't open "Global\TeamViewer_12_0_78716_0_S". It tries again every so often, and is stuck in this loop forever.