http://bugs.winehq.org/show_bug.cgi?id=3846
--- Comment #2 from Juan Lang juan_lang@yahoo.com 2007-11-14 19:56:00 --- I just tried this. It contains 6 samples: 1. button - still works. 2. db1 - prints the error: err:ole:CoGetClassObject class {00000010-0000-0010-8000-00aa006d2ea4} not registered This is installed with MDAC, I believe. The dialog appears anyway. 3. db2 - prints the error: err:ole:CoGetClassObject class {00028c00-0000-0000-0000-000000000046} not registered and puts up an error dialog. 4. db3 - prints the error: err:ole:CoGetClassObject class {cde57a43-8b86-11d0-b3c6-00a0c90aea82} not registered and puts up an error dialog. 5. form - brings up an empty dialog, not sure if that's what it's supposed to do or not. 6. setup - seems to install ok. The only change to the above results is db2 now brings up its main dialog after the error dialog, but it isn't responsive. Dismissing it crashes with a NULL pointer dereference.