http://bugs.winehq.org/show_bug.cgi?id=4931
------- Additional Comments From dank@kegel.com 2007-14-01 18:18 ------- With wine-0.9.27 or today's git, two old problems are gone: "Key is not unique in collection" dialog box described in bug 4448 "err:ole:typedescvt_to_variantvt cannot convert type 26 into variant VT" but now the New Project dialog background isn't drawn for some reason.
Steps to repeat are now: 1. install and run visual basic 6 IDE 2. "New Project" dialog pops up. Pick "VB Application Wizard". Ignore fact that background of dialog is drawn transparantly (new problem?). 3. click "next" eight times to accept default app settings 4. click "finish" to generate app. You'll see the console messages fixme:font:WineEngCreateFontInstance Untranslated charset 255 fixme:ole:DllDebugObjectRPCHook stub and a dialog saying "Object required".
I tried catching more info by doing a +ole,+text,+dialog,+relay log, but the app crashed when I clicked "finish". (The stack dump didn't look too interesting.)