[Bug 32737] New: Batman: Arkham Asylum Demo fails to run
http://bugs.winehq.org/show_bug.cgi?id=32737 Bug #: 32737 Summary: Batman: Arkham Asylum Demo fails to run Product: Wine Version: 1.5.21 Platform: x86 URL: http://store.steampowered.com/app/35140/ OS/Version: Linux Status: NEW Keywords: download Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: austinenglish(a)gmail.com CC: andrey.goosev(a)gmail.com, hans(a)meelstraat.net Depends on: 32727, 32685, 32704, 32716 Classification: Unclassified Created attachment 43198 --> http://bugs.winehq.org/attachment.cgi?id=43198 WINEDEBUG=tid,wbemprox,wmiutils Continuation of bug #32727. wine-1.5.21-291-g3e97454 @Hans, the game still fails to run, though the only wmi/wbemprox calls are now: 0029:fixme:wbemprox:wbem_locator_ConnectServer unsupported flags 0029:fixme:wbemprox:client_security_SetBlanket 0xf63a8f98, 0x8994568, 10, 0, (null), 3, 3, (nil), 0x00000000 0029:fixme:wbemprox:client_security_Release 0xf63a8f98 0029:fixme:wbemprox:enum_class_object_Next timeout not supported then later, an unhandled exception: 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 I attached a wbemprox/wmi trace, just in case it still is.. -- 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=32737 Bug 32737 depends on bug 32727, which changed state. Bug 32727 Summary: Batman: Arkham Asylum Demo needs wmiutils path_SetServer() http://bugs.winehq.org/show_bug.cgi?id=32727 What |Old Value |New Value ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED -- 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=32737 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Batman: Arkham Asylum Demo |Batman: Arkham Asylum Demo |fails to run |needs wmiutils | |path_RemoveAllNamespaces --- Comment #1 from Austin English <austinenglish(a)gmail.com> 2013-01-16 16:22:52 CST --- @Hans, actually, did you see http://bugs.winehq.org/show_bug.cgi?id=32685#c1? I had just made a fresh wineprefix and forgot to install dotnet20 instead of mono. Doing that gets it to some more wmi stuff: fixme:wmiutils:parse_text handle key list fixme:wmiutils:path_GetInfo some flags are not implemented fixme:wmiutils:path_GetNamespaceAt 0x1e4030, 0, 0x33f1e8, (nil) fixme:wmiutils:path_QueryInterface interface {00000003-0000-0000-c000-000000000046} not implemented fixme:wmiutils:path_QueryInterface interface {00000144-0000-0000-c000-000000000046} not implemented fixme:wmiutils:path_QueryInterface interface {c3fcc19e-a970-11d2-8b5a-00a0c9b7c9c4} not implemented fixme:wmiutils:path_RemoveAllNamespaces 0x1e3dd0 fixme:wmiutils:wmiutils_cf_QueryInterface interface {b196b28f-bab4-101a-b69c-00aa00341d07} not implemented looks like fixme:wmiutils:path_RemoveAllNamespaces is the culprit, this time. -- 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=32737 --- Comment #2 from Austin English <austinenglish(a)gmail.com> 2013-01-16 16:23:10 CST --- Created attachment 43199 --> http://bugs.winehq.org/attachment.cgi?id=43199 WINEDEBUG=tid,wbemprox,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=32737 --- Comment #3 from Austin English <austinenglish(a)gmail.com> 2013-01-16 16:32:47 CST --- I filed bug 32738 for the wine-mono issue. -- 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=32737 --- Comment #4 from Hans Leidekker <hans(a)meelstraat.net> 2013-01-17 02:38:51 CST --- (In reply to comment #0)
Created attachment 43198 [details] WINEDEBUG=tid,wbemprox,wmiutils
Continuation of bug #32727.
wine-1.5.21-291-g3e97454
@Hans, the game still fails to run, though the only wmi/wbemprox calls are now: 0029:fixme:wbemprox:wbem_locator_ConnectServer unsupported flags 0029:fixme:wbemprox:client_security_SetBlanket 0xf63a8f98, 0x8994568, 10, 0, (null), 3, 3, (nil), 0x00000000 0029:fixme:wbemprox:client_security_Release 0xf63a8f98 0029:fixme:wbemprox:enum_class_object_Next timeout not supported
then later, an unhandled exception: 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
I attached a wbemprox/wmi trace, just in case it still is..
I don't see anything suspect in that wmiutils,wbemprox trace. This is more likely caused by missing system information classes in ntdll. -- 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=32737 --- Comment #5 from Austin English <austinenglish(a)gmail.com> 2013-01-17 03:17:24 CST --- (In reply to comment #4)
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
I attached a wbemprox/wmi trace, just in case it still is..
I don't see anything suspect in that wmiutils,wbemprox trace. This is more likely caused by missing system information classes in ntdll.
That's likely bug 32738, have you looked at the second trace? -- 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=32737 Hans Leidekker <hans(a)meelstraat.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |wmi&wbemprox --- Comment #6 from Hans Leidekker <hans(a)meelstraat.net> 2013-01-17 03:39:48 CST --- (In reply to comment #5)
I attached a wbemprox/wmi trace, just in case it still is..
I don't see anything suspect in that wmiutils,wbemprox trace. This is more likely caused by missing system information classes in ntdll.
That's likely bug 32738, have you looked at the second trace?
Yes, I'm working on GetNamespaceAt/RemoveAllNamespaces. -- 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=32737 --- Comment #7 from Andrey Gusev <andrey.goosev(a)gmail.com> 2013-01-17 11:45:20 CST --- Austin, Hans, next stop - Batman: Arkham City :) And this one haven't a demo. I will be testing a full 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=32737 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |32744 -- 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=32737 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |5391929491366d4cd3f7938848d | |d40a00d8c3ded Status|NEW |RESOLVED Resolution| |FIXED --- Comment #8 from Austin English <austinenglish(a)gmail.com> 2013-01-17 16:19:22 CST --- http://source.winehq.org/git/wine.git/commitdiff/5391929491366d4cd3f7938848d... also: http://source.winehq.org/git/wine.git/commitdiff/ae6468c9a9d9fbd9b51296bb4ed... http://source.winehq.org/git/wine.git/commitdiff/af84c4c7a9a53caccf337fe6071... http://source.winehq.org/git/wine.git/commitdiff/9548eb79ad87782cf04a2d3bd86... http://source.winehq.org/git/wine.git/commitdiff/f4597120b150eaa6fd0d7ba6b12... next up is bug 32744. -- 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=32737 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #9 from Alexandre Julliard <julliard(a)winehq.org> 2013-01-18 14:57:20 CST --- Closing bugs fixed in 1.5.22. -- 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=32737 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |32750 -- 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.
participants (1)
-
wine-bugs@winehq.org