https://bugs.winehq.org/show_bug.cgi?id=34169
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |focht@gmx.net Resolution|--- |INVALID
--- Comment #6 from Anastasius Focht focht@gmx.net --- Hello folks,
the app starts fine for me if all *required* prerequisites are installed.
You need:
MFC42 -> 'winetricks -q mfc42'
Microsoft Data Access Components -> 'winetricks -q mdac28'
--- snip --- $ pwd /home/focht/.wine/drive_c/Program Files/AutomationDirect/CLICK
$ WINEDEBUG=+tid,+seh,+relay,+ole,+variant wine ./CLICK.exe >>log.txt 2>&1 ... 0028:Call oleaut32.SysAllocStringLen(001b457c L"Provider=Microsoft.JET.OLEDB.4.0;Data Source=C:\users\focht\Temp\CLICK (000100D6)\SC_.mdb;",0000005a) ret=1f51ecbc ... 0028:Call ole32.CLSIDFromProgID(0181e6a0 L"Microsoft.JET.OLEDB.4.0",0181e704) ret=1f8a4fd3 ... 0028:warn:ole:clsid_from_string_reg couldn't open key for ProgID L"Microsoft.JET.OLEDB.4.0" ... 0028:Ret ole32.CLSIDFromProgID() retval=800401f3 ret=1f8b85b2 ... 0028:Call msvcrt._CxxThrowException(0181e904,0049aaf0) ret=00483131 0028:Call KERNEL32.RaiseException(e06d7363,00000001,00000003,0181e8a4) ret=7e3d1a51 0028:trace:seh:raise_exception code=e06d7363 flags=1 addr=0x7b83b527 ip=7b83b527 tid=0028 0028:trace:seh:raise_exception info[0]=19930520 0028:trace:seh:raise_exception info[1]=0181e904 0028:trace:seh:raise_exception info[2]=0049aaf0 0028:trace:seh:raise_exception eax=7b8271ad ebx=7b8c0000 ecx=19930520 edx=0181e7f4 esi=0181e8a0 edi=0181e860 ... 0028:Call ntdll.RtlUnwind(0181e790,00000000,0181e620,00000000) ret=7e3dc22d 0028: eax=7e3ce521 ebx=7e452000 ecx=80040154 edx=0181e750 esi=00000023 edi=0000002b ebp=0181e058 esp=0181dfd0 ds=002b es=002b fs=0063 gs=006b flags=00200202 0028:trace:seh:__regs_RtlUnwind code=e06d7363 flags=3 0028:trace:seh:__regs_RtlUnwind calling handler at 0x7bc82161 code=e06d7363 flags=3 0028:trace:seh:__regs_RtlUnwind handler at 0x7bc82161 returned 1 ... 0028:Call user32.MessageBoxW(000100d6,00733d18 L"GUI-035\nWindows has returned an exception error.\n\nWindows Exception\nCode#: 0x80040154\nMessage: (null)\n\nCLICK Process Name: Create Database",00733818 L"CLICK Programming Software",00000010) ret=5f86881e --- snip ---
Microsoft Jet 4.0 Database Engine -> 'winetricks -q jet40'
$ sha1sum clicksoftware.zip 1c01de936567f1da247abf761e5e70ed0cc4b8d8 clicksoftware.zip
$ du -sh clicksoftware.zip 60M clicksoftware.zip
$ wine --version wine-1.7.36
Regards