http://bugs.winehq.org/show_bug.cgi?id=17697
--- Comment #6 from Kenneth Robinette support@securenetterm.com 2010-01-14 16:06:00 --- (In reply to comment #5)
wine: Call from 0x7ee0d7d0 to unimplemented function atl.dll.AtlModuleRegisterWndClassInfoA, aborting
That function is unimplemented in wine. You can either use AtlModuleRegisterWndClassInfoW, which is implemented, or wait for someone to stub/implement it. A stub would only prevent the crash, of course, but not provide the functionality you need.
I saw that call in the trace, but I cannot figure out where the call to that funtion is coming from. I searched all our source files and it is not referenced anywhere. When I did an internet search, I found that funtion is located in atl.dll. I tried adding atl.dll to the .wine windows/system32 directory, but it did not help. Any ideas?