https://bugs.winehq.org/show_bug.cgi?id=56577 Eric Pouech <eric.pouech(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |eric.pouech(a)gmail.com --- Comment #1 from Eric Pouech <eric.pouech(a)gmail.com> --- actually, it fails in C# code with ``` Unhandled Exception: System.InvalidOperationException: The calling thread must be STA, because many UI components require this. ``` then it loads dbghelp (likely for dumping some more information about the exception) which in turn fails in an internal assertion (not related to the first one, dealing likely with .pdb information loading). from a quick look, I fail to see why this assertion should be triggered (except for memory corruption). Would you mind posting the last lines (~40) before the assertion failure, with WINEDEBUG=+dbghelp_symt; maybe it'll shed some light. TIA -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.