https://bugs.winehq.org/show_bug.cgi?id=47755
Bug ID: 47755 Summary: Installation of Atmel Studio 7 crashes with a Program Error Product: Wine Version: 4.0.2 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: subs@qcontinuum.plus.com Distribution: ---
Created attachment 65235 --> https://bugs.winehq.org/attachment.cgi?id=65235 Log file with WINDEBUG=+wbemprox
I am attempting to install Atmel Studio 7 on a Linux PC using WINE. The installer fails with a 'Program Error':
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code (0x72543da1).
With the help of Mystral on the #winehq IRC channel I was able to get past initial problem where the installer would display the splash screen and then hang.
The steps taken so far were:
- run the installer with WINEPREFIX=$home/.wineatm wine as-installer-7.0.1931-full.exe to create a new clean prefix in ~/.wineatm - using the latest winetricks install into this prefix dotnet 4.8 - using the latest winetricks install into this prefix d3dcompiler_47
These steps took us past the initial hang and an error relating to the d3d compiler. At this point, the installer proceeded to display the splash screen and then the opening dialogue with the Licence Agreement. I checked 'I Agree', unchecked 'Send anonymous information to help improve user experience' and accepted the default installation directory of 'C:\Program Files (x86)\Atmel\Studio' and clicked Next to continue.
The next dialogue shows the Architecture and I left all 3 selected as per defaults and clicked Next to continue.
The following dialogue requests to 'Select extensions'. Only one is showing and checked so I accepted the defualts and clicked Next. It is at this point that the install process crashes.
I understand from Mystral that the problem appears to be a wbem issue and the opinion was that I should log a bug.
Installer: as-installer-7.0.1931-full.exe Linux version: Linux MINT 19.2, 64-bit with 32-bit architecture installed WINE version: 4.0.2 (wine-stable, winehq-stable, wine-stable-i386, wine-stable-amd64) Winetricks version: 20190615-next
It has also been suggested that I try the installer with the latest version of Wine using the wine-devel package. I will try this in a virtual machine and report back.