http://bugs.winehq.org/show_bug.cgi?id=29485
Bug #: 29485 Summary: sln2mak.exe crash with MS dotnet 20 Product: Wine Version: 1.3.35 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: fracting@gmail.com Classification: Unclassified
Created attachment 38171 --> http://bugs.winehq.org/attachment.cgi?id=38171 Log: sln2mak crash with msdotnet20
sln2mak is a tool for converting MS *.sln files to Makefiles. For people who google to this bug: winemaker is good at this kind of jobs: http://wiki.winehq.org/winemaker
1. download sln2mak.exe http://www.codeproject.com/KB/cross-platform/sln2mak.aspx
2. winetricks dotnet20, install MS dotnet
3. Download http://people.igalia.com/eocanha/dev/libertexto/npsimple.tar.gz decompress it to the same directory with sln2mak.exe:
. ├── config.mk ├── Localized.r ├── npsimple.c ├── npsimple.rc ├── npsimple.sln ├── npsimple.vcproj └── test.html
4. $ wine sln2mak.exe npsimple.sln
after a crash, an empty Makefile will be create.
Full log is attached
See also: Bug 27423 - sln2mak.exe can not start (with mono210)
http://bugs.winehq.org/show_bug.cgi?id=29485
fracting fracting@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, source URL| |http://www.codeproject.com/ | |KB/cross-platform/sln2mak.a | |spx
http://bugs.winehq.org/show_bug.cgi?id=29485
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED CC| |focht@gmx.net Resolution| |INVALID
--- Comment #1 from Anastasius Focht focht@gmx.net 2011-12-30 11:00:55 CST --- Hello,
the error is expected. The missing assembly referenced by the tool is shipped with Visual Studio 20xx.
MSDN: http://msdn.microsoft.com/en-us/library/microsoft.visualstudio.vcprojectengi...
--- snip --- Namespace: Microsoft.VisualStudio.VCProjectEngine Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll) --- snip ---
Link which talks about "Microsoft.VisualStudio.VCProjectEngine":
http://social.msdn.microsoft.com/Forums/en/vsx/thread/56ec2dc7-eba0-45ec-adf...
Your "sln" example project download link is down/unavail. For reproduce you could just have linked the source project of the tool, it also contains .sln file.
http://www.codeproject.com/KB/cross-platform/sln2mak/sln2mak.zip
Regards
http://bugs.winehq.org/show_bug.cgi?id=29485
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #2 from Austin English austinenglish@gmail.com 2012-01-23 18:59:56 CST --- Closing INVALID.