https://bugs.winehq.org/show_bug.cgi?id=44443 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |focht(a)gmx.net --- Comment #4 from Anastasius Focht <focht(a)gmx.net> --- Hello folks, same here, the attached example works for me too. --- snip --- $ WINEDEBUG=+loaddll,+msgbox wine ./winetest.exe 002d:trace:loaddll:load_builtin_dll Loaded L"KERNEL32.dll" at 0x7b420000: builtin 002d:trace:loaddll:load_native_dll Loaded L"Z:\\home\\focht\\Downloads\\winetest\\winetest.exe" at 0x400000: native ... 002d:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\MSVBVM60.DLL" at 0x66000000: native ... 002d:trace:msgbox:MSGBOX_OnInit L"Create new ADODB Object..." ... 002d:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\MSDART.DLL" at 0x1f660000: native 002d:trace:loaddll:load_native_dll Loaded L"C:\\Program Files\\Common Files\\System\\ADO\\msado15.dll" at 0x1f430000: native ... 002d:err:ole:CoGetClassObject class {6c736db1-bd94-11d0-8a23-00aa00b58e10} not registered 002d:err:ole:CoGetClassObject no class object {6c736db1-bd94-11d0-8a23-00aa00b58e10} could be created for context 0x1 002d:trace:msgbox:MSGBOX_OnInit L"ADODB Object created ! Opening Jet DB" 002d:trace:loaddll:load_native_dll Loaded L"C:\\Program Files\\Common Files\\System\\OLE DB\\oledb32.dll" at 0x1f8a0000: native 002d:trace:loaddll:load_native_dll Loaded L"C:\\Program Files\\Common Files\\System\\OLE DB\\OLEDB32R.DLL" at 0x1f910000: native 002d:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\mswstr10.dll" at 0x1b5d0000: native 002d:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\msjet40.dll" at 0x1b000000: native 002d:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\MSJINT40.DLL" at 0x1b2d0000: native 002d:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\msjter40.dll" at 0x1b2c0000: native 002d:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\msjetoledb40.dll" at 0x1b570000: native 002d:trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\comsvcs.dll" at 0x7e0c0000: builtin 002d:fixme:comsvcs:DllGetClassObject ({ecabb0c0-7f19-11d2-978e-0000f8757e2a},{00000001-0000-0000-c000-000000000046},0x33f6f8) stub 002d:err:ole:apartment_getclassobject DllGetClassObject returned error 0x80040111 002d:err:ole:CoGetClassObject no class object {ecabb0c0-7f19-11d2-978e-0000f8757e2a} could be created for context 0x1 002d:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\mtxdm.dll" at 0x1f7a0000: native 002d:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\MSWDAT10.DLL" at 0x1b670000: native 002d:trace:loaddll:free_modref Unloaded module L"C:\\windows\\system32\\MSWDAT10.DLL" : native 002d:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\MSWDAT10.DLL" at 0x1b670000: native 002d:trace:loaddll:free_modref Unloaded module L"C:\\windows\\system32\\MSWDAT10.DLL" : native 002d:trace:msgbox:MSGBOX_OnInit L"Connexion open. Status :1" 002d:trace:loaddll:free_modref Unloaded module L"C:\\Program Files\\Common Files\\System\\ADO\\msado15.dll" : native 002d:trace:loaddll:free_modref Unloaded module L"C:\\windows\\system32\\msjetoledb40.dll" : native 002d:trace:loaddll:free_modref Unloaded module L"C:\\windows\\system32\\msjter40.dll" : native 002d:trace:loaddll:free_modref Unloaded module L"C:\\windows\\system32\\MSJINT40.DLL" : native 002d:trace:loaddll:free_modref Unloaded module L"C:\\windows\\system32\\msjet40.dll" : native 002d:trace:loaddll:free_modref Unloaded module L"C:\\windows\\system32\\mswstr10.dll" : native --- snip --- NOTE: the ERRs and FIXMEs are harmless and expected. To rule out any interference from overrides I cut down the list after winetricks recipes further: --- snip --- $ grep -Hri DllOverrides -A 5 ~/.wine/user.reg /home/focht/.wine/user.reg:[Software\\Wine\\DllOverrides] 1517686606 /home/focht/.wine/user.reg-#time=1d39d2653f6c214 /home/focht/.wine/user.reg-"mtxdm"="native,builtin" /home/focht/.wine/user.reg-"oledb32"="native,builtin" /home/focht/.wine/user.reg- /home/focht/.wine/user.reg-[Software\\Wine\\Explorer\\Desktops] 1404214021 --- snip --- $ wine --version wine-3.1 Regards -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.