http://bugs.winehq.org/show_bug.cgi?id=34169
Bug #: 34169 Summary: CLICK ver 1.40 hangs at splash screen Product: Wine Version: unspecified Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: nik.martin@gmail.com Classification: Unclassified
Installed CLICK PLC Programming software from: http://support.automationdirect.com/products/clickplcs.html Version: 1.40
Prerequisites for installation are mfc42 and mdac, and I installed both using winetricks
Wine: Built on 32 bit Debian Wheezy: Version: wine-1.6-140-gca7ba70
To start CLICK, execute .wine/drive_c/Program Files/Automation Direct/CLICK/CLICK.exe
A modal splash screen appears, and the app hangs. There is no output on the console.
http://bugs.winehq.org/show_bug.cgi?id=34169
Ken Sharp kennybobs@o2.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download Status|UNCONFIRMED |NEW URL| |http://ftp.automationdirect | |.com/pub/clicksoftware.zip CC| |kennybobs@o2.co.uk Version|unspecified |1.6 Ever Confirmed|0 |1
--- Comment #1 from Ken Sharp kennybobs@o2.co.uk 2013-08-01 07:48:46 CDT --- Confirming but winetricks doesn't seem to want to install either package correctly for me. This may be the problem.
Also confirming that not a thing is printed in the console.
http://bugs.winehq.org/show_bug.cgi?id=34169
--- Comment #2 from Nik Martin nik.martin@gmail.com 2013-08-01 21:34:08 CDT --- Not sure on the MDAC and MFC42, because I got errors on install, that's how I found out the dependency, and the errors went away after install, making me assume that they installed ok.
http://bugs.winehq.org/show_bug.cgi?id=34169
--- Comment #3 from Ken Sharp kennybobs@o2.co.uk 2013-08-02 04:34:35 CDT --- Fair enough, that's a reasonable assumption.
http://bugs.winehq.org/show_bug.cgi?id=34169
hanska2@luukku.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |hanska2@luukku.com
--- Comment #4 from hanska2@luukku.com --- wine CLICK err:ole:CoGetClassObject class {00000602-0000-0010-8000-00aa006d2ea4} not registered err:ole:CoGetClassObject class {00000602-0000-0010-8000-00aa006d2ea4} not registered err:ole:create_server class {00000602-0000-0010-8000-00aa006d2ea4} not registered fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported err:ole:CoGetClassObject no class object {00000602-0000-0010-8000-00aa006d2ea4} could be created for context 0x17
wine 1.7.22 only mcf42 installed, hangs splash screen
https://bugs.winehq.org/show_bug.cgi?id=34169
Teras teras@luukku.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |teras@luukku.com
--- Comment #5 from Teras teras@luukku.com --- Installing mfc42 and mdac28 via winetricks seem to help, but still no luck here.
Debugging shows rpcrt4.dll which could somehow be related.
wine 1.7.36
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
https://bugs.winehq.org/show_bug.cgi?id=34169
--- Comment #7 from Anastasius Focht focht@gmx.net --- Hello folks,
addendum ... the app doesn't hang, there is a message box hidden behind the splash (bug 33149). It just waits for dismissal.
Regards
https://bugs.winehq.org/show_bug.cgi?id=34169
Ken Sharp imwellcushtymelike@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|INVALID |DUPLICATE
--- Comment #8 from Ken Sharp imwellcushtymelike@gmail.com ---
*** This bug has been marked as a duplicate of bug 33149 ***
https://bugs.winehq.org/show_bug.cgi?id=34169
Nik Martin nik.martin@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|DUPLICATE |---
--- Comment #9 from Nik Martin nik.martin@gmail.com --- I installed the proper pre-requisites and the app now crashes vs. 'hangs'. The output of WINEDEBUG=+tid,+seh,+relay,+ole,+variant wine ./CLICK.exe >>log.txt 2>&1 is attached
https://bugs.winehq.org/show_bug.cgi?id=34169
--- Comment #10 from Nik Martin nik.martin@gmail.com --- Created attachment 50689 --> https://bugs.winehq.org/attachment.cgi?id=50689 Crash log
App crashes on startup
https://bugs.winehq.org/show_bug.cgi?id=34169
--- Comment #11 from Teras teras@luukku.com --- Wine build: wine-1.4.1
https://bugs.winehq.org/show_bug.cgi?id=34169
Ken Sharp imwellcushtymelike@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution|--- |DUPLICATE
--- Comment #12 from Ken Sharp imwellcushtymelike@gmail.com --- Using an ancient version of Wine is no help at all.
*** This bug has been marked as a duplicate of bug 33149 ***
https://bugs.winehq.org/show_bug.cgi?id=34169
André H. nerv@dawncrow.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED CC| |nerv@dawncrow.de
--- Comment #13 from André H. nerv@dawncrow.de --- closing dup
https://bugs.winehq.org/show_bug.cgi?id=34169
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- URL|http://ftp.automationdirect |https://web.archive.org/web |.com/pub/clicksoftware.zip |/20150325094650/http://ftp. | |automationdirect.com/pub/cl | |icksoftware.zip