http://bugs.winehq.org/show_bug.cgi?id=14940
Summary: snapter - .net framework application error upon launch Product: Wine Version: 1.0.0 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: enhancement Priority: P3 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: nqcmzz@gmail.com
Created an attachment (id=15538) --> (http://bugs.winehq.org/attachment.cgi?id=15538) output files mentioned in the description
System: Debian Lenny (testing) installing on a fresh .wine prefix
Tried running Snapter, an image treatment application available from http://www.snapter.atiz.com/snapter.exe
during the installation process, the program warns it needs .NET Framework 2.0 to be installed. So I used winetricks to get it.
After dotnet20 's installation, snapter's setup runs successfully.
however, upon running the actual application, a window titled after Microsoft Visual C++ runtime library prompts: --------------------------------------------------------------------------- Runtime Error! Program: C:\Program Files\Snapter\Snapter.exe R6034 An Application has made an attempt to load the C runtime library incorrectly. Please contact the application's support team for more information. --------------------------------------------------------------------------- Shell output at this stage is in output1.txt (see attached)
Analizing the output, it's possible to infer MSVCR80.dll was failing to load, so I installed the vcrun2005 package (through winetricks) and tried running snapter.exe app.
the output at this stage is in output2.txt, which is somewhat similar to output1.txt; MSVCR80.dll was still failing to load.
finally, I tried installing the vcrun2005sp1 package and running snapter's binary again.
output is in output3.txt ; app fails to load.