https://bugs.winehq.org/show_bug.cgi?id=48336 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- URL| |https://web.archive.org/web | |/20200404212216/https://www | |.brickcom.com/resource/Docu | |ments/Software/CMS_Client.e | |xe Keywords|regression |download Summary|Enterprise Architect |Applications using MS ADO |requires Recordset Connect |require Recordset Connect |to be implemented. |to be implemented | |(Enterprise Architect, | |Brickcom CMS client) CC| |focht(a)gmx.net --- Comment #22 from Anastasius Focht <focht(a)gmx.net> --- Hello folks, since you made this ticket now about a very generic feature (comment #19), a lot more apps depend on it unless native Microsoft Data Access Components (MDAC) is installed via 'winetricks'. https://www.brickcom.com/products/DetailView.php?modelname=CMS-Client&series... https://www.brickcom.com/resource/Documents/Software/CMS_Client.exe Stable download link via Internet Archive: https://web.archive.org/web/20200404212216/https://www.brickcom.com/resource... Adding it as download to ticket since it's much smaller than EA. Prerequisite: 'winetricks -q vcrun2008' --- snip --- $ pwd /home/focht/.wine/drive_c/Program Files/Brickcom/CMS-Client $ WINEDEBUG=+seh,+relay,+msado15 wine ./CMS-Client.exe >>log.txt 2>&1 ... 002b:fixme:msado15:connection_Open 037EE7A0, L"Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\\users\\focht\\My Documents\\Brickcom\\CMS-Client\\Layout.db", L"", 03691DB4, 00000000 002b:trace:msado15:connection_QueryInterface 037EE7A0, {df0b3d60-548f-101b-8e65-08002b2bd119}, 0032E5EC 002b:fixme:msado15:supporterror_InterfaceSupportsErrorInfo 037EE7A0, {00000515-0000-0010-8000-00aa006d2ea4} 002b:Call KERNEL32.RaiseException(e06d7363,00000001,00000003,0032e5a0) ret=0077220b 002b:Call ntdll.memcpy(0032e4f8,0032e5a0,0000000c) ret=7b00dbb1 002b:Ret ntdll.memcpy() retval=0032e4f8 ret=7b00dbb1 002b:trace:seh:raise_exception code=e06d7363 flags=1 addr=0x7b00dbc1 ip=7b00dbc1 tid=002b 002b:trace:seh:raise_exception info[0]=19930520 002b:trace:seh:raise_exception info[1]=0032e5bc 002b:trace:seh:raise_exception info[2]=00a7df8c 002b:trace:seh:raise_exception eax=0032e4e4 ebx=00489860 ecx=0032e5a0 edx=0032e4e4 esi=00000003 edi=0032e550 002b:trace:seh:raise_exception ebp=0032e538 esp=0032e4e4 cs=320023 ds=ffff002b es=002b fs=f7c70063 gs=006b flags=00200216 002b:trace:seh:call_stack_handlers calling handler at 0x949948 code=e06d7363 flags=1 ... 002b:Call user32.MessageBoxA(00020134,00e5fb98 "Runtime Error!\n\nProgram: C:\\Program Files\\Brickcom\\CMS-Client\\CMS-Client.exe\n\n\r\nThis application has requested the Runtime to terminate it in an unusual way.\nPlease contact the application's support team for more information.\r\n",009e9680 "Microsoft Visual C++ Runtime Library",00012010) ret=00795728 --- snip --- $ sha1sum CMS_Client.exe 44f78e2c8ecaa1cacdeb2f849687e1f9a16cd259 CMS_Client.exe $ du -sh CMS_Client.exe 56M CMS_Client.exe $ wine --version wine-5.5-242-g7096ab4544 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.