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@winehq.org ReportedBy: austinenglish@gmail.com CC: andrey.goosev@gmail.com, hans@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..