https://bugs.winehq.org/show_bug.cgi?id=38635
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |dotnet, download URL| |http://divapps.parker.com/d | |ivapps/emn/download/ACR/ACR | |View_6_4_0_Installer.exe CC| |focht@gmx.net Version|unspecified |1.4.1 Summary|Critical install error |ACR-View 6.x (.NET 3.x app) |failure with ARC-view 6 for |crashes on startup |Parker 9000 acr controller |
--- Comment #1 from Anastasius Focht focht@gmx.net --- Hello,
you are using an outdated, no longer supported Wine version. Upgrade to Wine 1.7.x series, preferably Wine 1.7.43 If you don't know how to this, visit WineHQ user forums and seek help there.
Additionally:
* you left out the actual app version which is an important information. Just stating "v6" is not enough. 6.x versions have vastly different requirements (MS .NET Frameworks).
* there is no installer crash in your backtrace, it's the main app crashing
--- snip --- ACR-View 6.4.0 (31-Jan-2015) Supports IPA...ACR9600,9630,9640,9000,9030,9040 and Aries Controller NOTE: ACR1505, ACR8020 are not supported in ACR-View 6.x. Use ACR-View 5.4 ACR-View 6.4.0 Installer (70 MB) ACR-View6.x Release Notes (45KB) Requires Microsoft.NET Framework version 3.5 Service Pack 1 or greater (Microsoft.NET Framework 1.1 will also satisfy install requirements) Microsoft.Net Framework 3.5 SP1 Installer (253 MB) ComACRServer6 Libraries with Samples Projects (6.1MB)
PRIOR VERSIONS: ACR-View -- Version 6.x.x
ACR-View 6.3.3 Installer (70 MB) ACR-View 6.3.2 Installer (70 MB) ACR-View 6.3.1 Installer (70 MB) ACR-View 6.2.2 Installer (70 MB) ACR-View 6.1.2 Installer (70 MB) ACR-View 6.1.0 Installer (92 MB) Includes .NET Framework 1.1 Installer ACR-View 6.0.4 Installer (36 MB) ACR-View 6.0.3 Installer (36 MB) ACR-View 6.0.2 Installer (36 MB) ACR-View 6.0.1 Installer (36 MB) ACR-View 6.0.0 Installer (36 MB) --- snip ---
There are some (known) problems that need to be worked around.
The errors are not seen because each messag box is hidden behind the app splash -> bug 33149
(C-runtime termination or ODBC error message)
* run with 'WINEDEBUG=+msgbox ...' to show if a message box might be present behind the splash * use some Spy++ tool such as 'winspector' to highlight/move the message box
Installation prerequisites:
* .NET Framework 3.5 SP1 (builtin Mono might work too, I can't test this though since I compile without mscoree by default)
-> 'winetricks -q dotnet35sp1'
* MDAC 2.8 for ADO connection and Microsoft Access ODBC Driver (Jet Provider)
-> 'winetricks -q mdac28 jet40'
The installer tries to install MDAC 2.8 on its own but fails with 'invalid command line parameters' because the inner installer wasn't properly quoted when started through sub-installer (possibly a dupe of existing bug).
You need an additional step to add the necessary ODBC driver provider registry data (ODBCINST subkey):
-> 'wine odbcconf /f "c:\windows\system32\jetodbc.rsp"'
This works around the '[Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified' error.
With those prerequisites present run the app installer (which succeeds).
The app starts fine and creates/loads projects.
There is a crash on shutdown which seems msxml related due to winetricks recipes putting native msxml3 override into prefix (remove native msxml3 override and replace with msxml4 recipe/override to avoid).
--- snip --- err:ole:CoGetClassObject no class object {88d969c0-f192-11d4-a65f-0040963251e5} could be created for context 0x17 wine: Unhandled page fault on read access to 0x00000000 at address 0x7e0c03b0 (thread 0014), starting debugger... Unhandled exception: page fault on read access to 0x00000000 in 32-bit code (0x7e0c03b0). --- snip ---
Summarizing: I don't see anything new here which deserves this bug report.
$ sha1sum ACRView_6_4_0_Installer.exe 974cd5dd545965e871fe21ed1c20f998212d3b22 ACRView_6_4_0_Installer.exe
$ du -sh ACRView_6_4_0_Installer.exe 74M ACRView_6_4_0_Installer.exe
$ wine --version wine-1.7.43-123-g90ed96a
Regards