http://bugs.winehq.org/show_bug.cgi?id=21391
--- Comment #7 from Kenneth Robinette support@securenetterm.com 2010-01-20 14:37:03 --- (In reply to comment #6)
(In reply to comment #5)
(In reply to comment #4)
It will take years for 1.1.36 to get implemented on most linux systems.
Thanks anyway.
The majority of Wine users will be using 1.0.1 or they use the bleeding edge releases which presently will be 1.1.36. It might be worth attaching a +winsock log once you have tested with 1.1.36.
I installed 1.1.36 and see the same problem. My tracing indicates the error happens when the SNetTerm MFC deconstructor exits and prior to the CMainFrame deconstructor is called. Seems to be in wine someplace. I do see the following wine messages on the console: err:comboex:COMBOEX_WindowProc unknown msg 04cc wp=00000041 lp=00000041 Any clues where I can look to see what is causing the abort? I suspect a wine dll but have no idea where to look.
Resolved. The program was aborting in the tapi32.dll logic to unload the dll. Appears that some tapi functions are not implemented, so entire tapi support should be disabled on initial tap32.dll load logic.