[Bug 31154] New: Microsoft SQL Server Management Studio Express 2008 installer refuses to start with wine mono
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(a)winehq.org ReportedBy: djelinski1(a)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 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=31154 Daniel Jelinski <djelinski1(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |dotnet, download, Installer -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=31154 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|dotnet | CC| |focht(a)gmx.net Component|-unknown |mscoree --- Comment #1 from Anastasius Focht <focht(a)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 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=31154 --- Comment #2 from Daniel Jelinski <djelinski1(a)gmail.com> 2012-10-18 14:47:19 CDT --- Thanks for clarification. Bug still present in wine 1.5.15/mono 0.0.8 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=31154 Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |leslie_alistair(a)hotmail.com --- Comment #3 from Alistair Leslie-Hughes <leslie_alistair(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=31154 Vincent Povirk <madewokherd(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |madewokherd(a)gmail.com -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=31154 --- Comment #4 from Alistair Leslie-Hughes <leslie_alistair(a)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 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=31154 --- Comment #5 from Vincent Povirk <madewokherd(a)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? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=31154 --- Comment #6 from Alistair Leslie-Hughes <leslie_alistair(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=31154 --- Comment #7 from Vincent Povirk <madewokherd(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=31154 --- Comment #8 from Vincent Povirk <madewokherd(a)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 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=31154 --- Comment #9 from Vincent Povirk <madewokherd(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=31154 --- Comment #10 from Vincent Povirk <madewokherd(a)gmail.com> 2013-03-02 13:49:15 CST --- Sorry, it's actually 3.0.5. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=31154 --- Comment #11 from Alistair Leslie-Hughes <leslie_alistair(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=31154 Don Pobanz <dpobanz(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dpobanz(a)gmail.com -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=31154 Saulius K. <saulius2(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |saulius2(a)gmail.com --- Comment #12 from Saulius K. <saulius2(a)gmail.com> --- Two year and a half passed since. Any news anyone? -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=31154 Rafał Mikrut <mikrutrafal(a)protonmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mikrutrafal(a)protonmail.com --- Comment #13 from Rafał Mikrut <mikrutrafal(a)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 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
participants (2)
-
wine-bugs@winehq.org -
WineHQ Bugzilla