http://bugs.winehq.org/show_bug.cgi?id=6880
------- Additional Comments From hans@it.vu.nl 2006-14-12 06:24 ------- The exe doesn't import mscoree nor does it call LoadLibrary() on it. If I add a LoadLibraryA("mscoree.dll") in some call before the GetModuleHandleA("mscoree.dll") it ends up calling mscoree.CorExitProcess(). So it doesn't look like mscoree has anything to do with the app exiting prematurely.