https://bugs.winehq.org/show_bug.cgi?id=44443
Bug ID: 44443 Summary: jet40 crashes with wine-2.6 & wine-3.0 and not before Product: Wine Version: 3.0-rc6 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: msd+bugs.winehq.org@msd.im Distribution: ---
Hello,
I think there is a regression in wine-2.6.0.
The following code is working from wine-1.6 to wine-2.5 and _NOT_ working with wine-2.6 and later.
``` Dim DBADO As ADODB.Connection MsgBox "Create new ADODB Object..." Set DBADO = New ADODB.Connection MsgBox "ADODB Object created ! Opening Jet DB" DBADO.Open "Provider=Microsoft.Jet.OLEDB.4.0; Data Source=" & App.Path & "\test.mdb" ' <<<<< Error 429 MsgBox "Connexion open. Status :" & DBADO.State ```
1. Do you know what happens ? 2. What can I do to help you ?
Regards,
Guillaume
Installed packages inside the wine directory : vb6run mdac28 jet40
https://bugs.winehq.org/show_bug.cgi?id=44443
--- Comment #1 from Nikolay Sivov bunglehead@gmail.com --- Hi, Guillaume.
Thanks for the report. Please attach a test application, both sources and executable (since it's Visual Basic) that triggers this error. This way someone can do a regression test. If you're able to build Wine yourself, you can do such test on your own, see https://wiki.winehq.org/Regression_Testing.
https://bugs.winehq.org/show_bug.cgi?id=44443
--- Comment #2 from msd+bugs.winehq.org@msd.im --- Created attachment 60387 --> https://bugs.winehq.org/attachment.cgi?id=60387 zip file to reproduce the regression
Hi Nikolay,
I have attached a zip file.
1. Create a new wine directory 2. Install : vb6run, mdac28, jet40 3. Copy the folder "winetest" in the attached zip file to "C:" 4. Copy the file "VB6FR.DLL" from this directory to "C:\windows\system32"
Launch `WINEARCH=win32 WINEPREFIX=wineprefix wine "C:\winetest\winetest.exe"`.
With wine-2.5.0, you will have the message "Connexion open. Status : 1". After wine-2.6.0, it will crash before the message.
Is it ok for you ?
Regards,
Guillaume
https://bugs.winehq.org/show_bug.cgi?id=44443
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, regression
https://bugs.winehq.org/show_bug.cgi?id=44443
--- Comment #3 from Nikolay Sivov bunglehead@gmail.com --- I can't reproduce this. It works fine for me both for 2.5 and 2.6. Could you attach a crash log you get? Does it crash before displaying first message box saying "Create new ADODB Object..."?
https://bugs.winehq.org/show_bug.cgi?id=44443
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net
--- Comment #4 from Anastasius Focht focht@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
https://bugs.winehq.org/show_bug.cgi?id=44443
Alistair Leslie-Hughes leslie_alistair@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |leslie_alistair@hotmail.com
--- Comment #5 from Alistair Leslie-Hughes leslie_alistair@hotmail.com --- Try Add mtxdm override to native via winecfg Reinstall MDAC via winetricks
https://bugs.winehq.org/show_bug.cgi?id=44443
--- Comment #6 from msd+bugs.winehq.org@msd.im --- Ubuntu version =========================================================================================
``` $ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 16.04.3 LTS Release: 16.04 Codename: xenial ```
Installing wine =========================================================================================
``` # Using : https://wiki.winehq.org/Ubuntu
WINE_VERSION="2.5.0~xenial" WINE_VERSION="2.6.0~xenial" apt-get install winehq-devel=$WINE_VERSION wine-devel=$WINE_VERSION wine-devel-amd64=$WINE_VERSION wine-devel-i386:i386=$WINE_VERSION apt-get install winehq-staging=$WINE_VERSION wine-staging=$WINE_VERSION wine-staging-amd64=$WINE_VERSION wine-staging-i386:i386=$WINE_VERSION ```
Works =========================================================================================
``` $ wine --version wine-2.5 (Staging)
$ WINEARCH=win32 WINEPREFIX=$WD/.vb6run wine "C:\winetest\winetest.exe" fixme:winediag:start_process Wine Staging 2.5 is a testing version containing experimental patches. fixme:winediag:start_process Please mention your exact version when filing bug reports on winehq.org. err:ole:CoGetClassObject class {6c736db1-bd94-11d0-8a23-00aa00b58e10} not registered err:ole:CoGetClassObject no class object {6c736db1-bd94-11d0-8a23-00aa00b58e10} could be created for context 0x1 fixme:comsvcs:DllGetClassObject ({ecabb0c0-7f19-11d2-978e-0000f8757e2a},{00000001-0000-0000-c000-000000000046},0x32f688) stub err:ole:apartment_getclassobject DllGetClassObject returned error 0x80040111 err:ole:CoGetClassObject no class object {ecabb0c0-7f19-11d2-978e-0000f8757e2a} could be created for context 0x1 ```
``` $ wine --version wine-2.5
$ WINEARCH=win32 WINEPREFIX=$WD/.vb6run wine "C:\winetest\winetest.exe" err:ole:CoGetClassObject class {6c736db1-bd94-11d0-8a23-00aa00b58e10} not registered err:ole:CoGetClassObject no class object {6c736db1-bd94-11d0-8a23-00aa00b58e10} could be created for context 0x1 fixme:comsvcs:DllGetClassObject ({ecabb0c0-7f19-11d2-978e-0000f8757e2a},{00000001-0000-0000-c000-000000000046},0x32f6b8) stub err:ole:apartment_getclassobject DllGetClassObject returned error 0x80040111 err:ole:CoGetClassObject no class object {ecabb0c0-7f19-11d2-978e-0000f8757e2a} could be created for context 0x1 ```
``` $ wine --version wine-2.5
$ WINEARCH=win32 WINEPREFIX=$WD/.vb6run WINEDEBUG=+loaddll,+msgbox wine "C:\winetest\winetest.exe" trace:loaddll:load_builtin_dll Loaded L"KERNEL32.dll" at 0x7b410000: builtin trace:loaddll:load_builtin_dll Loaded L"KERNEL32.dll" at 0x7b410000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\wineboot.exe" at 0x7ed30000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\advapi32.dll" at 0x7ecc0000: builtin trace:loaddll:load_builtin_dll Loaded L"KERNEL32.dll" at 0x7b410000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\winemenubuilder.exe" at 0x7ed30000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\advapi32.dll" at 0x7ead0000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\gdi32.dll" at 0x7e850000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\version.dll" at 0x7eff0000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\user32.dll" at 0x7e980000: builtin trace:loaddll:load_builtin_dll Loaded L"KERNEL32.dll" at 0x7b410000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\rpcrt4.dll" at 0x7e7d0000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\ole32.dll" at 0x7eb50000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\services.exe" at 0x7ed20000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\oleaut32.dll" at 0x7e680000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\shlwapi.dll" at 0x7e600000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\windowscodecs.dll" at 0x7ec80000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\shell32.dll" at 0x7e3b0000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\advapi32.dll" at 0x7ec30000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\rpcrt4.dll" at 0x7ecb0000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\userenv.dll" at 0x7eff0000: builtin trace:loaddll:load_builtin_dll Loaded L"KERNEL32.dll" at 0x7b410000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\winedevice.exe" at 0x7eff0000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\advapi32.dll" at 0x7ecf0000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\ntoskrnl.exe" at 0x7ec90000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\rpcrt4.dll" at 0x7ec10000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\mountmgr.sys" at 0x7eaf0000: builtin trace:loaddll:load_builtin_dll Loaded L"KERNEL32.dll" at 0x7b410000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\plugplay.exe" at 0x7eff0000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\advapi32.dll" at 0x7ecf0000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\rpcrt4.dll" at 0x7ec60000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\gdi32.dll" at 0x7e390000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\version.dll" at 0x7ead0000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\user32.dll" at 0x7e4c0000: builtin trace:loaddll:load_builtin_dll Loaded L"KERNEL32.dll" at 0x7b410000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\winedevice.exe" at 0x7eff0000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\advapi32.dll" at 0x7ecf0000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\ntoskrnl.exe" at 0x7ec90000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\rpcrt4.dll" at 0x7ec10000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\gdi32.dll" at 0x7e690000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\gdi32.dll" at 0x7e780000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\version.dll" at 0x7ead0000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\user32.dll" at 0x7e7c0000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\version.dll" at 0x7eff0000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\setupapi.dll" at 0x7ea20000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\user32.dll" at 0x7e8b0000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\winebus.sys" at 0x7eaf0000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\shlwapi.dll" at 0x7ea00000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\shell32.dll" at 0x7ea80000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\imm32.dll" at 0x7e180000: builtin trace:loaddll:load_builtin_dll Loaded L"KERNEL32.dll" at 0x7b410000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\explorer.exe" at 0x7ed20000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\advapi32.dll" at 0x7ec30000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\rpcrt4.dll" at 0x7eca0000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\gdi32.dll" at 0x7e9b0000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\version.dll" at 0x7eff0000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\user32.dll" at 0x7eae0000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\imm32.dll" at 0x7e1a0000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\imm32.dll" at 0x7e480000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\imm32.dll" at 0x7e560000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\rpcrt4.dll" at 0x7e3b0000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\ole32.dll" at 0x7e430000: builtin trace:loaddll:load_native_dll Loaded L"C:\winetest\winetest.exe" at 0x400000: native trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\advapi32.dll" at 0x7ea30000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\gdi32.dll" at 0x7eab0000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\version.dll" at 0x7efe0000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\user32.dll" at 0x7ebe0000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\rpcrt4.dll" at 0x7e880000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\ole32.dll" at 0x7e900000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\oleaut32.dll" at 0x7e750000: builtin trace:loaddll:load_native_dll Loaded L"C:\windows\system32\MSVBVM60.DLL" at 0x66000000: native trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\imm32.dll" at 0x7e770000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\winex11.drv" at 0x7e6f0000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\shlwapi.dll" at 0x7e350000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\shell32.dll" at 0x7dfd0000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\ole32.dll" at 0x7de10000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\winex11.drv" at 0x7e100000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\oleaut32.dll" at 0x7d9b0000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\actxprxy.dll" at 0x7dae0000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\imm32.dll" at 0x7e4c0000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\winex11.drv" at 0x7e440000: builtin trace:loaddll:load_native_dll Loaded L"C:\windows\system32\VB6FR.DLL" at 0x66630000: native trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\sxs.dll" at 0x7e420000: builtin trace:loaddll:free_modref Unloaded module L"C:\windows\system32\sxs.dll" : builtin trace:msgbox:MSGBOX_OnInit L"Create new ADODB Object..." trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\msvcrt.dll" at 0x7e140000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\comctl32.dll" at 0x7dfe0000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\shlwapi.dll" at 0x7de80000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\shell32.dll" at 0x7dac0000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\winspool.drv" at 0x7de40000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\comdlg32.dll" at 0x7def0000: builtin trace:loaddll:load_native_dll Loaded L"C:\windows\system32\MSDART.DLL" at 0x1f670000: native trace:loaddll:load_native_dll Loaded L"C:\Program Files\Common Files\System\ADO\msado15.dll" at 0x1f440000: native trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\uxtheme.dll" at 0x7de00000: builtin err:ole:CoGetClassObject class {6c736db1-bd94-11d0-8a23-00aa00b58e10} not registered err:ole:CoGetClassObject no class object {6c736db1-bd94-11d0-8a23-00aa00b58e10} could be created for context 0x1 trace:msgbox:MSGBOX_OnInit L"ADODB Object created ! Opening Jet DB" trace:loaddll:load_native_dll Loaded L"C:\Program Files\Common Files\System\OLE DB\oledb32.dll" at 0x1f890000: native trace:loaddll:load_native_dll Loaded L"C:\Program Files\Common Files\System\OLE DB\OLEDB32R.DLL" at 0x1f900000: native trace:loaddll:load_native_dll Loaded L"C:\windows\system32\mswstr10.dll" at 0x1b5d0000: native trace:loaddll:load_native_dll Loaded L"C:\windows\system32\msjet40.dll" at 0x1b000000: native trace:loaddll:load_native_dll Loaded L"C:\windows\system32\MSJINT40.DLL" at 0x1b2d0000: native trace:loaddll:load_native_dll Loaded L"C:\windows\system32\msjter40.dll" at 0x1b2c0000: native trace:loaddll:load_native_dll Loaded L"C:\windows\system32\msjetoledb40.dll" at 0x1b570000: native trace:loaddll:load_native_dll Loaded L"C:\windows\system32\MSWDAT10.DLL" at 0x1b670000: native trace:loaddll:free_modref Unloaded module L"C:\windows\system32\MSWDAT10.DLL" : native trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\comsvcs.dll" at 0x7d230000: builtin fixme:comsvcs:DllGetClassObject ({ecabb0c0-7f19-11d2-978e-0000f8757e2a},{00000001-0000-0000-c000-000000000046},0x32f6b8) stub err:ole:apartment_getclassobject DllGetClassObject returned error 0x80040111 err:ole:CoGetClassObject no class object {ecabb0c0-7f19-11d2-978e-0000f8757e2a} could be created for context 0x1 trace:loaddll:load_native_dll Loaded L"C:\windows\system32\mtxdm.dll" at 0x69a20000: native trace:loaddll:load_native_dll Loaded L"C:\windows\system32\MSWDAT10.DLL" at 0x1b670000: native trace:loaddll:free_modref Unloaded module L"C:\windows\system32\MSWDAT10.DLL" : native trace:msgbox:MSGBOX_OnInit L"Connexion open. Status :1" trace:loaddll:free_modref Unloaded module L"C:\Program Files\Common Files\System\ADO\msado15.dll" : native trace:loaddll:free_modref Unloaded module L"C:\windows\system32\msjetoledb40.dll" : native trace:loaddll:free_modref Unloaded module L"C:\windows\system32\msjter40.dll" : native trace:loaddll:free_modref Unloaded module L"C:\windows\system32\MSJINT40.DLL" : native trace:loaddll:free_modref Unloaded module L"C:\windows\system32\msjet40.dll" : native trace:loaddll:free_modref Unloaded module L"C:\windows\system32\mswstr10.dll" : native
```
Crash =========================================================================================
``` $ wine --version wine-2.6
$ WINEARCH=win32 WINEPREFIX=$WD/.vb6run wine "C:\winetest\winetest.exe" err:ole:CoGetClassObject class {6c736db1-bd94-11d0-8a23-00aa00b58e10} not registered err:ole:CoGetClassObject no class object {6c736db1-bd94-11d0-8a23-00aa00b58e10} could be created for context 0x1 fixme:comsvcs:DllGetClassObject ({ecabb0c0-7f19-11d2-978e-0000f8757e2a},{00000001-0000-0000-c000-000000000046},0x32f6b8) stub err:ole:apartment_getclassobject DllGetClassObject returned error 0x80040111 err:ole:CoGetClassObject no class object {ecabb0c0-7f19-11d2-978e-0000f8757e2a} could be created for context 0x1 fixme:comsvcs:DllGetClassObject ({ecabb0c0-7f19-11d2-978e-0000f8757e2a},{00000001-0000-0000-c000-000000000046},0x32f658) stub err:ole:apartment_getclassobject DllGetClassObject returned error 0x80040111 err:ole:create_server class {ecabb0c0-7f19-11d2-978e-0000f8757e2a} not registered fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported err:ole:CoGetClassObject no class object {ecabb0c0-7f19-11d2-978e-0000f8757e2a} could be created for context 0x17 ```
``` $ wine --version wine-2.6 (Staging)
$ WINEARCH=win32 WINEPREFIX=$WD/.vb6run wine "C:\winetest\winetest.exe" fixme:winediag:start_process Wine Staging 2.6 is a testing version containing experimental patches. fixme:winediag:start_process Please mention your exact version when filing bug reports on winehq.org. err:ole:CoGetClassObject class {6c736db1-bd94-11d0-8a23-00aa00b58e10} not registered err:ole:CoGetClassObject no class object {6c736db1-bd94-11d0-8a23-00aa00b58e10} could be created for context 0x1 fixme:comsvcs:DllGetClassObject ({ecabb0c0-7f19-11d2-978e-0000f8757e2a},{00000001-0000-0000-c000-000000000046},0x32f688) stub err:ole:apartment_getclassobject DllGetClassObject returned error 0x80040111 err:ole:CoGetClassObject no class object {ecabb0c0-7f19-11d2-978e-0000f8757e2a} could be created for context 0x1 fixme:comsvcs:DllGetClassObject ({ecabb0c0-7f19-11d2-978e-0000f8757e2a},{00000001-0000-0000-c000-000000000046},0x32f628) stub err:ole:apartment_getclassobject DllGetClassObject returned error 0x80040111 err:ole:create_server class {ecabb0c0-7f19-11d2-978e-0000f8757e2a} not registered fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported err:ole:CoGetClassObject no class object {ecabb0c0-7f19-11d2-978e-0000f8757e2a} could be created for context 0x17 ```
``` $ wine --version wine-2.6
$ WINEARCH=win32 WINEPREFIX=$WD/.vb6run WINEDEBUG=+loaddll,+msgbox wine "C:\winetest\winetest.exe" trace:loaddll:load_builtin_dll Loaded L"KERNEL32.dll" at 0x7b410000: builtin trace:loaddll:load_builtin_dll Loaded L"KERNEL32.dll" at 0x7b410000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\wineboot.exe" at 0x7ed30000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\advapi32.dll" at 0x7ecc0000: builtin trace:loaddll:load_builtin_dll Loaded L"KERNEL32.dll" at 0x7b410000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\winemenubuilder.exe" at 0x7ed30000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\advapi32.dll" at 0x7ead0000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\gdi32.dll" at 0x7e850000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\version.dll" at 0x7eff0000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\user32.dll" at 0x7e980000: builtin trace:loaddll:load_builtin_dll Loaded L"KERNEL32.dll" at 0x7b410000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\rpcrt4.dll" at 0x7e7d0000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\ole32.dll" at 0x7eb50000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\services.exe" at 0x7ed20000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\oleaut32.dll" at 0x7e680000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\shlwapi.dll" at 0x7e600000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\windowscodecs.dll" at 0x7ec80000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\shell32.dll" at 0x7e3b0000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\advapi32.dll" at 0x7ec30000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\rpcrt4.dll" at 0x7ecb0000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\userenv.dll" at 0x7eff0000: builtin trace:loaddll:load_builtin_dll Loaded L"KERNEL32.dll" at 0x7b410000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\winedevice.exe" at 0x7eff0000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\advapi32.dll" at 0x7ecf0000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\ntoskrnl.exe" at 0x7ec90000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\rpcrt4.dll" at 0x7ec10000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\mountmgr.sys" at 0x7eaf0000: builtin trace:loaddll:load_builtin_dll Loaded L"KERNEL32.dll" at 0x7b410000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\plugplay.exe" at 0x7eff0000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\advapi32.dll" at 0x7ecf0000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\gdi32.dll" at 0x7e390000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\rpcrt4.dll" at 0x7ec60000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\version.dll" at 0x7ead0000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\user32.dll" at 0x7e4c0000: builtin trace:loaddll:load_builtin_dll Loaded L"KERNEL32.dll" at 0x7b410000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\winedevice.exe" at 0x7eff0000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\advapi32.dll" at 0x7ecf0000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\ntoskrnl.exe" at 0x7ec90000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\rpcrt4.dll" at 0x7ec10000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\gdi32.dll" at 0x7e780000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\version.dll" at 0x7eff0000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\user32.dll" at 0x7e8b0000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\shlwapi.dll" at 0x7ea00000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\shell32.dll" at 0x7ea80000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\gdi32.dll" at 0x7e690000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\version.dll" at 0x7ead0000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\user32.dll" at 0x7e7c0000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\setupapi.dll" at 0x7ea20000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\winebus.sys" at 0x7eaf0000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\imm32.dll" at 0x7e190000: builtin trace:loaddll:load_builtin_dll Loaded L"KERNEL32.dll" at 0x7b410000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\explorer.exe" at 0x7ed20000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\advapi32.dll" at 0x7ec30000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\rpcrt4.dll" at 0x7ecb0000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\gdi32.dll" at 0x7e9b0000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\version.dll" at 0x7eff0000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\user32.dll" at 0x7eae0000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\imm32.dll" at 0x7e1a0000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\imm32.dll" at 0x7e490000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\imm32.dll" at 0x7e550000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\rpcrt4.dll" at 0x7e3a0000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\ole32.dll" at 0x7e430000: builtin trace:loaddll:load_native_dll Loaded L"C:\winetest\winetest.exe" at 0x400000: native trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\advapi32.dll" at 0x7ea40000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\gdi32.dll" at 0x7eab0000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\version.dll" at 0x7eff0000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\user32.dll" at 0x7ebf0000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\rpcrt4.dll" at 0x7e880000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\ole32.dll" at 0x7e910000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\oleaut32.dll" at 0x7e760000: builtin trace:loaddll:load_native_dll Loaded L"C:\windows\system32\MSVBVM60.DLL" at 0x66000000: native trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\imm32.dll" at 0x7e780000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\winex11.drv" at 0x7e6f0000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\shlwapi.dll" at 0x7e350000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\shell32.dll" at 0x7dfd0000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\ole32.dll" at 0x7dea0000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\oleaut32.dll" at 0x7dab0000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\actxprxy.dll" at 0x7dbe0000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\winex11.drv" at 0x7e100000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\imm32.dll" at 0x7e4e0000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\winex11.drv" at 0x7e450000: builtin trace:loaddll:load_native_dll Loaded L"C:\windows\system32\VB6FR.DLL" at 0x66630000: native trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\sxs.dll" at 0x7e430000: builtin trace:loaddll:free_modref Unloaded module L"C:\windows\system32\sxs.dll" : builtin trace:msgbox:MSGBOX_OnInit L"Create new ADODB Object..." trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\msvcrt.dll" at 0x7e150000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\comctl32.dll" at 0x7dff0000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\shlwapi.dll" at 0x7dc50000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\shell32.dll" at 0x7dcc0000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\winspool.drv" at 0x7dc00000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\comdlg32.dll" at 0x7df00000: builtin trace:loaddll:load_native_dll Loaded L"C:\windows\system32\MSDART.DLL" at 0x1f670000: native trace:loaddll:load_native_dll Loaded L"C:\Program Files\Common Files\System\ADO\msado15.dll" at 0x1f440000: native trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\uxtheme.dll" at 0x7dbd0000: builtin err:ole:CoGetClassObject class {6c736db1-bd94-11d0-8a23-00aa00b58e10} not registered err:ole:CoGetClassObject no class object {6c736db1-bd94-11d0-8a23-00aa00b58e10} could be created for context 0x1 trace:msgbox:MSGBOX_OnInit L"ADODB Object created ! Opening Jet DB" trace:loaddll:load_native_dll Loaded L"C:\Program Files\Common Files\System\OLE DB\oledb32.dll" at 0x1f890000: native trace:loaddll:load_native_dll Loaded L"C:\Program Files\Common Files\System\OLE DB\OLEDB32R.DLL" at 0x1f900000: native trace:loaddll:load_native_dll Loaded L"C:\windows\system32\mswstr10.dll" at 0x1b5d0000: native trace:loaddll:load_native_dll Loaded L"C:\windows\system32\msjet40.dll" at 0x1b000000: native trace:loaddll:load_native_dll Loaded L"C:\windows\system32\MSJINT40.DLL" at 0x1b2d0000: native trace:loaddll:load_native_dll Loaded L"C:\windows\system32\msjter40.dll" at 0x1b2c0000: native trace:loaddll:load_native_dll Loaded L"C:\windows\system32\msjetoledb40.dll" at 0x1b570000: native trace:loaddll:load_native_dll Loaded L"C:\windows\system32\MSWDAT10.DLL" at 0x1b670000: native trace:loaddll:free_modref Unloaded module L"C:\windows\system32\MSWDAT10.DLL" : native trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\comsvcs.dll" at 0x7d3d0000: builtin fixme:comsvcs:DllGetClassObject ({ecabb0c0-7f19-11d2-978e-0000f8757e2a},{00000001-0000-0000-c000-000000000046},0x32f6b8) stub err:ole:apartment_getclassobject DllGetClassObject returned error 0x80040111 err:ole:CoGetClassObject no class object {ecabb0c0-7f19-11d2-978e-0000f8757e2a} could be created for context 0x1 trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\mtxdm.dll" at 0x7d3c0000: builtin fixme:comsvcs:DllGetClassObject ({ecabb0c0-7f19-11d2-978e-0000f8757e2a},{00000001-0000-0000-c000-000000000046},0x32f658) stub err:ole:apartment_getclassobject DllGetClassObject returned error 0x80040111 err:ole:create_server class {ecabb0c0-7f19-11d2-978e-0000f8757e2a} not registered fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported err:ole:CoGetClassObject no class object {ecabb0c0-7f19-11d2-978e-0000f8757e2a} could be created for context 0x17 trace:loaddll:free_modref Unloaded module L"C:\windows\system32\mtxdm.dll" : builtin trace:loaddll:load_native_dll Loaded L"C:\Program Files\Common Files\System\ADO\msader15.dll" at 0x1f430000: native trace:msgbox:MSGBOX_OnInit L"Erreur d'ex\00e9cution '429':\n\nLe composant ActiveX ne peut cr\00e9er l'objet" trace:loaddll:free_modref Unloaded module L"C:\Program Files\Common Files\System\ADO\msader15.dll" : native trace:loaddll:free_modref Unloaded module L"C:\Program Files\Common Files\System\ADO\msado15.dll" : native trace:loaddll:free_modref Unloaded module L"C:\windows\system32\msjetoledb40.dll" : native trace:loaddll:free_modref Unloaded module L"C:\windows\system32\msjter40.dll" : native trace:loaddll:free_modref Unloaded module L"C:\windows\system32\MSJINT40.DLL" : native trace:loaddll:free_modref Unloaded module L"C:\windows\system32\msjet40.dll" : native trace:loaddll:free_modref Unloaded module L"C:\windows\system32\mswstr10.dll" : native ```
https://bugs.winehq.org/show_bug.cgi?id=44443
--- Comment #7 from msd+bugs.winehq.org@msd.im ---
Try Add mtxdm override to native via winecfg Reinstall MDAC via winetricks
Perfect : just changing mtxdm to native works immediately (without reinstalling MDAC via winetricks).
Thanks !
Do you know why this behavior have changed between wine-2.5.0 and wine-2.6.0 ? Is it normal ?
https://bugs.winehq.org/show_bug.cgi?id=44443
Zebediah Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Regression SHA1| |3abb995842b2ec3cc85ed9197a7 | |14e6f46559e84
https://bugs.winehq.org/show_bug.cgi?id=44443
Alistair Leslie-Hughes leslie_alistair@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|UNCONFIRMED |RESOLVED
--- Comment #8 from Alistair Leslie-Hughes leslie_alistair@hotmail.com --- This works as expected in wine-4.0rc2.
https://bugs.winehq.org/show_bug.cgi?id=44443
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #9 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 4.0-rc3.