https://bugs.winehq.org/show_bug.cgi?id=47860
Bug ID: 47860 Summary: Atmel Studio 7 fails to start Product: Wine Version: 4.17 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: subs@qcontinuum.plus.com Distribution: ---
Created attachment 65364 --> https://bugs.winehq.org/attachment.cgi?id=65364 Log output from running the application from the command line
Following on from bug 47755, regarding the installation of Atmel Studio 7 and which is now closed. I have copiled and installed the latest Wine from source as per the instructions into a new prefix. The prefix required that d3dcompiler_47 and dotnet48 were installed, otherwise the installer would not run.
The installed application will not run. When I double-click the application icon the timer runs for a few seconds then stops and nothing else happens.
I tried using the path in the icon properties:
WINEPREFIX="/home/johnc/.wineatm" wine C:\Program\ Files\ (x86)\Atmel\Studio\7.0\atmelstudio.exe
And also navigating to the directory and manually issuing:
$ WINEPREFIX="/home/johnc/.wineatm" wine AtmelStudio.exe
The command produces an output which I have captured into the attached log, but does not launch the application.