[Bug 32738] New: Batman: Arkham Asylum Demo fails early with wine-mono
http://bugs.winehq.org/show_bug.cgi?id=32738 Bug #: 32738 Summary: Batman: Arkham Asylum Demo fails early with wine-mono Product: Wine Version: 1.5.21 Platform: x86 URL: http://store.steampowered.com/app/35140/ OS/Version: Linux Status: NEW Keywords: download Severity: minor Priority: P2 Component: mscoree AssignedTo: wine-bugs(a)winehq.org ReportedBy: austinenglish(a)gmail.com CC: andrey.goosev(a)gmail.com, madewokherd(a)gmail.com Classification: Unclassified Noticed while looking at bug 32685. If you install the demo with steam, it just fails very early with: Unhandled Exception: System.NotImplementedException: The requested feature is not implemented. at System.Management.ManagementObjectSearcher..ctor (System.String queryString) [0x00000] in <filename unknown>:0 at (wrapper remoting-invoke-with-check) System.Management.ManagementObjectSearcher:.ctor (string) at BmLauncher.Program.GetProcessOwner (Int32 processId) [0x00000] in <filename unknown>:0 at BmLauncher.Program.GetPrevInstance () [0x00000] in <filename unknown>:0 at BmLauncher.Program.Main () [0x00000] in <filename unknown>:0 [ERROR] FATAL UNHANDLED EXCEPTION: System.NotImplementedException: The requested feature is not implemented. at System.Management.ManagementObjectSearcher..ctor (System.String queryString) [0x00000] in <filename unknown>:0 at (wrapper remoting-invoke-with-check) System.Management.ManagementObjectSearcher:.ctor (string) at BmLauncher.Program.GetProcessOwner (Int32 processId) [0x00000] in <filename unknown>:0 at BmLauncher.Program.GetPrevInstance () [0x00000] in <filename unknown>:0 at BmLauncher.Program.Main () [0x00000] in <filename unknown>:0 if I install dotnet20 with winetricks, it gets further and fails due to wmiutils. -- 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=32738 Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |leslie_alistair(a)hotmail.com --- Comment #1 from Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> 2013-01-20 03:53:55 CST --- ManagementObjectSearcher is currently not implemented in mono. -- 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=32738 --- Comment #2 from Andrey Gusev <andrey.goosev(a)gmail.com> 2013-01-22 10:37:20 CST --- Same output with non-Steam demo version. -- 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=32738 --- Comment #3 from Austin English <austinenglish(a)gmail.com> 2013-10-28 19:03:51 CDT --- Still in wine-1.7.5 and wine-mono-4.5.0. -- 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=32738 --- Comment #4 from Andrey Gusev <andrey.goosev(a)gmail.com> --- Still in 1.7.16 with wine-mono-4.5.2 -- 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=32738 hanska2(a)luukku.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hanska2(a)luukku.com --- Comment #5 from hanska2(a)luukku.com --- Can I safely assume it's still unimpelemented? This is the git they use? https://github.com/madewokherd/wine-mono -- 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=32738 --- Comment #6 from Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> --- Mono, now has code to hopefully deal with this issue. You still have to wait until the new wine-mono is created. Vincent, can you update wine-mono to include the ManagementObjectSearcher before the next release? -- 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=32738 --- Comment #7 from Vincent Povirk <madewokherd(a)gmail.com> --- There will be another merge before the next release. Unfortunately, it's taking a while because of a series of other problems with upstream, and because I'm having to work on other projects at CW. -- 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=32738 --- Comment #8 from Andrey Gusev <andrey.goosev(a)gmail.com> --- Still in 1.7.35 with mono 4.5.4 -- 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=32738 --- Comment #9 from Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> --- Can you provide a back trace when the error occurs? -- 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=32738 --- Comment #10 from Andrey Gusev <andrey.goosev(a)gmail.com> --- Unhandled Exception: System.NotImplementedException: The requested feature is not implemented. at System.Management.ManagementObjectSearcher.Get () [0x00000] in <filename unknown>:0 at (wrapper remoting-invoke-with-check) System.Management.ManagementObjectSearcher:Get () at BmLauncher.Program.GetProcessOwner (Int32 processId) [0x00000] in <filename unknown>:0 at BmLauncher.Program.GetPrevInstance () [0x00000] in <filename unknown>:0 at BmLauncher.Program.Main () [0x00000] in <filename unknown>:0 [ERROR] FATAL UNHANDLED EXCEPTION: System.NotImplementedException: The requested feature is not implemented. at System.Management.ManagementObjectSearcher.Get () [0x00000] in <filename unknown>:0 at (wrapper remoting-invoke-with-check) System.Management.ManagementObjectSearcher:Get () at BmLauncher.Program.GetProcessOwner (Int32 processId) [0x00000] in <filename unknown>:0 at BmLauncher.Program.GetPrevInstance () [0x00000] in <filename unknown>:0 at BmLauncher.Program.Main () [0x00000] in <filename unknown>:0 -- 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=32738 Teras <teras(a)luukku.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |teras(a)luukku.com --- Comment #11 from Teras <teras(a)luukku.com> --- The same 1.7.37 -- 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=32738 --- Comment #12 from Andrey Gusev <andrey.goosev(a)gmail.com> --- Still in wine-2.0-rc1-16-g44c1f0c -- 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=32738 --- Comment #13 from Andrey Gusev <andrey.goosev(a)gmail.com> --- Tried next with wine-3.1-168-g661d11d071 1. Install demo 2. Run BmLauncher and get the same as in Comment 10 3. Install .NET 2.0 and run BmLauncher again. Great! It works! Note: After installing .NET 2.0 Windows version was set to XP, so change to 7 4. Run BmLauncher. Still works. 5. Set VRAM to 2048MB (in my case) 6. Run BmLauncher and get an error with .NET (click Continue and see the same launcher window as mentioned in bug 38147) (click Details) ************** Exception Text ************** System.OverflowException: Value was either too large or too small for an Int32. at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) at BmLauncher.SystemInfo.GetPropertyInt(ArrayList info, String propertyName, Int32 property_index) at BmLauncher.SystemInfo.GetPropertyIntBest(ArrayList info, String propertyName, Boolean select_highest) at BmLauncher.SystemInfo..ctor() at BmLauncher.Form1.Initialise() at BmLauncher.Form1.OnLoad(Object sender, EventArgs e) at System.Windows.Forms.Form.OnLoad(EventArgs e) at System.Windows.Forms.Form.OnCreateControl() at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible) at System.Windows.Forms.Control.CreateControl() at System.Windows.Forms.Control.WmShowWindow(Message& m) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.ScrollableControl.WndProc(Message& m) at System.Windows.Forms.ContainerControl.WndProc(Message& m) at System.Windows.Forms.Form.WmShowWindow(Message& m) at System.Windows.Forms.Form.WndProc(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) ************** Loaded Assemblies ************** mscorlib Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.42 (RTM.050727-4200) CodeBase: file:///C:/windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll ---------------------------------------- BmLauncher Assembly Version: 1.0.0.0 Win32 Version: 1.0.0.0 CodeBase: file:///C:/Program%20Files/a/Binaries/BmLauncher.exe ---------------------------------------- System.Windows.Forms Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.42 (RTM.050727-4200) CodeBase: file:///C:/windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll ---------------------------------------- System Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.42 (RTM.050727-4200) CodeBase: file:///C:/windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll ---------------------------------------- System.Drawing Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.42 (RTM.050727-4200) CodeBase: file:///C:/windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll ---------------------------------------- System.Management Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.42 (RTM.050727-4200) CodeBase: file:///C:/windows/assembly/GAC_MSIL/System.Management/2.0.0.0__b03f5f7f11d50a3a/System.Management.dll ---------------------------------------- In a few words: .NET 2.0 + WinXP + declared VRAM = good .NET 2.0 + WinXP + not declared VRAM = good .NET 2.0 + Win7 + declared VRAM = bad .NET 2.0 + Win7 + not declared VRAM = good -- 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=32738 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |focht(a)gmx.net Summary|Batman: Arkham Asylum Demo |Batman: Arkham Asylum Demo |fails early with wine-mono |throws unhandled exception: | |System.NotImplementedExcept | |ion: | |'System.Management.Manageme | |ntObjectSearcher.Get' when | |using Wine-Mono --- Comment #14 from Anastasius Focht <focht(a)gmx.net> --- Hello folks, likely still present: https://github.com/mono/mono/blob/HEAD/mcs/class/System.Management/System.Ma... --- snip --- ... public ManagementObjectCollection Get () { throw new NotImplementedException (); } ... --- snip --- $ wine --version wine-3.5 Regards -- 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=32738 Neko-san <nekoNexus(a)protonmail.ch> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nekoNexus(a)protonmail.ch -- 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