http://bugs.winehq.org/show_bug.cgi?id=31154
Bug #: 31154 Summary: Microsoft SQL Server Management Studio Express 2008 installer refuses to start with wine mono Product: Wine Version: 1.5.8 Platform: x86 URL: http://www.microsoft.com/en-us/download/details.aspx?i d=7593 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: djelinski1@gmail.com Classification: Unclassified
The setup process unpacks all files and then exits without further notice. With winetricks dotnet35sp1 the installer fails a little later with bug 30681.
To reproduce this bug: winetricks mspatcha (required to work around bug 12501) wine SQLManagementStudio_x86_ENU.exe
http://bugs.winehq.org/show_bug.cgi?id=31154
Daniel Jelinski djelinski1@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |dotnet, download, Installer
http://bugs.winehq.org/show_bug.cgi?id=31154
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords|dotnet | CC| |focht@gmx.net Component|-unknown |mscoree
--- Comment #1 from Anastasius Focht focht@gmx.net 2012-07-07 04:33:07 CDT --- Hello,
'dotnet' keyword is reserved for Microsoft .NET Framework(s). Use 'mscoree' component to report issues with Mono.
Regards
http://bugs.winehq.org/show_bug.cgi?id=31154
--- Comment #2 from Daniel Jelinski djelinski1@gmail.com 2012-10-18 14:47:19 CDT --- Thanks for clarification. Bug still present in wine 1.5.15/mono 0.0.8
http://bugs.winehq.org/show_bug.cgi?id=31154
Alistair Leslie-Hughes leslie_alistair@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |leslie_alistair@hotmail.com
--- Comment #3 from Alistair Leslie-Hughes leslie_alistair@hotmail.com 2013-01-24 01:53:43 CST --- The issues I've found.
1. The installer is looking for "security.config" in C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG. Placing a windows version of that file, make this part happy.
2. When mono parses the Schema, it finds an attribute like use='required '. Note the space, this causes the schema validation to fails.
After that the installer fails since it cannot load an Assembly.
http://bugs.winehq.org/show_bug.cgi?id=31154
Vincent Povirk madewokherd@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |madewokherd@gmail.com
http://bugs.winehq.org/show_bug.cgi?id=31154
--- Comment #4 from Alistair Leslie-Hughes leslie_alistair@hotmail.com 2013-02-09 17:26:14 CST --- The mono Schema issue is fixed in upstream mono.
The next issue is relating to the mono runtime not being able to correctly find the start class.
https://bugzilla.xamarin.com/show_bug.cgi?id=10038
http://bugs.winehq.org/show_bug.cgi?id=31154
--- Comment #5 from Vincent Povirk madewokherd@gmail.com 2013-02-09 18:23:55 CST --- What you say about failing to find the entry point does not make sense to me.
Can you post whatever message you are getting?
http://bugs.winehq.org/show_bug.cgi?id=31154
--- Comment #6 from Alistair Leslie-Hughes leslie_alistair@hotmail.com 2013-02-09 18:38:23 CST --- When the setup100.exe is executed, mono attempt to load a library "Microsoft.SqlServer.Chainer.Setup" to find class "Microsoft.SqlServer.Chainer.Setup.Setup.Main" but this class lives in setup100.exe.
If you use the WINE_MONO_TRACE=all you will see mono attempting to load the library above.
http://bugs.winehq.org/show_bug.cgi?id=31154
--- Comment #7 from Vincent Povirk madewokherd@gmail.com 2013-02-09 19:02:57 CST --- Given how type references work in .NET it's basically inconceivable that Mono is looking for a type in the wrong assembly. I think it's more likely that you have an incorrect idea of which type it's looking for.
http://bugs.winehq.org/show_bug.cgi?id=31154
--- Comment #8 from Vincent Povirk madewokherd@gmail.com 2013-03-02 13:05:02 CST --- You might want to try with: WINE_MONO_VERBOSE=1 WINE_MONO_TRACE=E:System.TypeInitializationException
http://bugs.winehq.org/show_bug.cgi?id=31154
--- Comment #9 from Vincent Povirk madewokherd@gmail.com 2013-03-02 13:48:30 CST --- I updated my Mono to 3.0.4 but I'm getting this exception:
[00000025:] EXCEPTION handling: System.IndexOutOfRangeException: Array index is out of range.
"<unnamed thread>" at Mono.Xml.Schema.XsdKeyTable.SelectorMatches (System.Collections.ArrayList,int) <0x0008a>
which suggests that I don't have the schema fix.
http://bugs.winehq.org/show_bug.cgi?id=31154
--- Comment #10 from Vincent Povirk madewokherd@gmail.com 2013-03-02 13:49:15 CST --- Sorry, it's actually 3.0.5.
http://bugs.winehq.org/show_bug.cgi?id=31154
--- Comment #11 from Alistair Leslie-Hughes leslie_alistair@hotmail.com 2013-03-03 02:56:15 CST --- You have the XMLSchema fix. This is another issue with the schema.
I can reproduce the issue with the updated mono and will try to isolate it sometime this week.
http://bugs.winehq.org/show_bug.cgi?id=31154
Don Pobanz dpobanz@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dpobanz@gmail.com
https://bugs.winehq.org/show_bug.cgi?id=31154
Saulius K. saulius2@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |saulius2@gmail.com
--- Comment #12 from Saulius K. saulius2@gmail.com --- Two year and a half passed since. Any news anyone?
https://bugs.winehq.org/show_bug.cgi?id=31154
Rafał Mikrut mikrutrafal@protonmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |mikrutrafal@protonmail.com
--- Comment #13 from Rafał Mikrut mikrutrafal@protonmail.com --- Created attachment 67517 --> https://bugs.winehq.org/attachment.cgi?id=67517 Installation log
Instalation fails a little after starting
New download link https://www.microsoft.com/en-us/download/confirmation.aspx?id=22985