http://bugs.winehq.org/show_bug.cgi?id=17697
--- Comment #5 from Austin English austinenglish@gmail.com 2010-01-14 15:34:26 ---
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.