http://bugs.winehq.org/show_bug.cgi?id=27423
Summary: sln2mak.exe can not start Product: Wine Version: 1.3.21 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: mscoree AssignedTo: wine-bugs@winehq.org ReportedBy: fracting@gmail.com
1. download sln2mak.exe http://www.codeproject.com/KB/cross-platform/sln2mak.aspx
2. start with wine $ wine sln2mak.exe A message shows: wine: Install Mono for Windows to run .NET 2.0 applications.
3. install mono $ winetricks -q mono210
4. start sln2mak.exe again:
fixme:msvcrt:_setmbcp trail bytes data not available for DBCS codepage 0 - assuming all bytes
Unhandled Exception: System.TypeLoadException: A type load exception has occurred.
sln2mak.exe cannot start.
Should I report a bug to mono?
http://bugs.winehq.org/show_bug.cgi?id=27423
fracting fracting@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, source URL| |http://www.codeproject.com/ | |KB/cross-platform/sln2mak/s | |ln2mak_bin.zip
--- Comment #1 from fracting fracting@gmail.com 2011-06-08 15:09:02 CDT --- source code of sln2mak can be download here: http://www.codeproject.com/KB/cross-platform/sln2mak/sln2mak.zip
http://bugs.winehq.org/show_bug.cgi?id=27423
--- Comment #2 from Austin English austinenglish@gmail.com 2011-06-08 17:08:30 CDT --- Is that the only wine output? Does it work with native dotnet20? How about native msvcrt?
http://bugs.winehq.org/show_bug.cgi?id=27423
--- Comment #3 from fracting fracting@gmail.com 2011-06-08 17:26:10 CDT --- (In reply to comment #2)
Is that the only wine output?
Yes, it is.
Does it work with native dotnet20?
Yes, but partially only, though there may be separate bug for it. When I start sln2mak.exe without parameter ,it will print a manual to the console output, but when I try to use sln2mak.exe with some parameters, it will crash.
How about native msvcrt?
No. I override msvcrt by installing vcrun6 using winetricks, please let me know if I make any mistakes.
$ wine sln2mak.exe
The only output is below:
Unhandled Exception: System.TypeLoadException: A type load exception has occurred. err:mscoree:expect_no_runtimes Process exited with a Mono runtime loaded.
http://bugs.winehq.org/show_bug.cgi?id=27423
--- Comment #4 from Qian Hong fracting@gmail.com 2012-01-28 08:07:15 CST --- Hello, according to http://bugs.winehq.org/show_bug.cgi?id=29485 comment 1, Bug 29485 is invalid because VS20** is required for sln2mak, so what about this one?
- The VS2005 trial installer will install dotnet, in this case we can't test sln2mak with mono - Should we expect VS20** will works with wine mono?
http://bugs.winehq.org/show_bug.cgi?id=27423
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED CC| |focht@gmx.net Resolution| |INVALID Summary|sln2mak.exe can not start |sln2mak.exe fails with Mono
--- Comment #5 from Anastasius Focht focht@gmx.net 2012-05-03 09:24:59 CDT --- Hello,
--- quote --- Hello, according to http://bugs.winehq.org/show_bug.cgi?id=29485 comment 1, Bug 29485 is invalid because VS20** is required for sln2mak, so what about this one?
- The VS2005 trial installer will install dotnet, in this case we can't test sln2mak with mono - Should we expect VS20** will works with wine mono? --- quote ---
as you said .. this bug is kind of pointless. I explained it in bug 29485 you need Visual Studio installation which brings in required assemblies.
Reopen if you manage to satisfy the required prerequisites and still run in a problem which can be reproduced.
Regards
http://bugs.winehq.org/show_bug.cgi?id=27423
Jerome Leclanche adys.wh@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #6 from Jerome Leclanche adys.wh@gmail.com 2012-05-06 07:06:58 CDT --- Closing