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)