http://bugs.winehq.org/show_bug.cgi?id=30856
Bug #: 30856 Summary: Atmel Studio 6 fails to start - Component missing Product: Wine Version: 1.5.5 Platform: x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: onny@project-insanity.org Classification: Unclassified
Created attachment 40414 --> http://bugs.winehq.org/attachment.cgi?id=40414 Debug logs of error message
I've downloaded Atmel Studio 6 from here: http://www.mikrocontroller.net/articles/AVR-Studio and Microsoft Visual Studio 2010 Shell (Isolated) from here: https://www.microsoft.com/en-us/download/details.aspx?id=1366
After that, I ran: WINEARCH=win32 winetricks -q dotnet20 dotnet40
Because the setup of the IsolatedShell fails to extract, I manually extracted it using 7zip (alternatively WinRAR) and then ran the setup.exe.
To avoid some error messages of the MS VSISOS setup, I copied some files: $ mkdir -p ~/.wine/drive_c/windows/Microsoft.NET/Framework/v2.0.50727/CONFIG $ cp /etc/mono/2.0/machine.config ~/.wine/drive_c/windows/Microsoft.NET/Framework/v2.0.50727/CONFIG/ $ mkdir ~/.wine/drive_c/windows/Microsoft.NET/Framework/v4.0.30319/config $ cp /etc/mono/4.0/machine.config ~/.wine/drive_c/windows/Microsoft.NET/Framework/v4.0.30319/config
Now starting the Atmel Studio 6 setup works but still has some installation errors of single components, but nevertheless the installation succeeds.
Starting the program fails with following error message: 0009:Call user32.MessageBoxW(00000000,0032d0c4 L"Cannot find one or more components. Please reinstall the application.",0032cea4 L"Microsoft Visual Studio Shell Isolated",00000010) ret=1001b67d
Here is the complete +relay-Log (100mb+): http://onny.project-insanity.org/files/wine155-atmelstudio6-relay.txt In the attachment is a shorter log with only the MessageBox part and the errors before that.
Hope that helps somehow, thanks!