https://bugs.winehq.org/show_bug.cgi?id=56577
Eric Pouech eric.pouech@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |eric.pouech@gmail.com
--- Comment #1 from Eric Pouech eric.pouech@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