http://bugs.winehq.org/show_bug.cgi?id=24461
Summary: Batman: Arkham Asylum Demo aborts on startup in system.management? Product: Wine Version: 1.3.3 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: dank@kegel.com
Work around bug 24460 to get the game to install, then try to start it with cd "$programfilesdir_x86_win\Eidos\Batman Arkham Asylum Demo\Binaries" ShippingPC-BmGame.exe
It crashes with an error report dialog box; the following log lines correspond to the dialog box:
fixme:advapi:RegisterEventSourceW ((null),L".NET Runtime 2.0 Error Reporting"): stub fixme:advapi:ReportEventW (0xcafe4242,0x0001,0x0000,0x00001388,(nil),0x000b,0x000000fa,0x3009a1b4,0x5dc624): stub err:eventlog:ReportEventW L"clr20r3" err:eventlog:ReportEventW L"bmlauncher.exe" err:eventlog:ReportEventW L"1.0.0.0" err:eventlog:ReportEventW L"4a65eeb5" err:eventlog:ReportEventW L"system.management"
Workaround from appdb: download the three files http://www.glio.net/UserEngine.ini http://www.glio.net/UserInput.ini http://www.glio.net/UserGame.ini to c:/users/$USERNAME/My Documents/Eidos/Batman Arkham Asylum Demo/BmGame/Config
http://bugs.winehq.org/show_bug.cgi?id=24461
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download URL| |http://cdn2.netops.eidosint | |eractive.com/batmanarkhamas | |ylum/BMDemo_installer.exe
http://bugs.winehq.org/show_bug.cgi?id=24461
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net Component|-unknown |wmi&wbemprox
--- Comment #1 from Anastasius Focht focht@gmx.net 2010-09-19 07:08:06 CDT --- Hello,
dupe of bug 20651 Your snippet is too short, missing the interesting bits (e.g. managed backtrace).
--- snip --- Unhandled Exception: System.Management.ManagementException: Generic failure at System.Management.ManagementScope.Initialize() at System.Management.ManagementObjectSearcher.Initialize() at System.Management.ManagementObjectSearcher.Get() at BmLauncher.Program.GetProcessOwner(Int32 processId) at BmLauncher.Program.GetPrevInstance() at BmLauncher.Program.Main() wine: Unhandled exception 0xe0434f4d at address 0x7b837272 (thread 0009), starting debugger... ... --- snip ---
The app code doesn't guard WMI queries with exception handler hence the crash (never expects WMI to fail).
--- snip managed code ---
ManagementObjectSearcher searcher = new ManagementObjectSearcher("Select *
From Win32_Process Where ProcessID = " + ((int) processId));
foreach (ManagementObject obj2 in searcher.Get()) { string[] strArray = new string[] { string.Empty }; if (Convert.ToInt32(obj2.InvokeMethod("GetOwner", strArray)) == 0) { return strArray[0]; } }
--- snip managed code ---
Please research bugzilla more carefully before reporting WMI failures ... there already exist bugs targeting WMI.
Regards
http://bugs.winehq.org/show_bug.cgi?id=24461
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE
--- Comment #2 from Dan Kegel dank@kegel.com 2010-09-19 11:33:02 CDT --- Thanks, marking dup.
*** This bug has been marked as a duplicate of bug 20651 ***
http://bugs.winehq.org/show_bug.cgi?id=24461
Jeff Zaroyko jeffz@jeffz.name changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Jeff Zaroyko jeffz@jeffz.name 2010-09-19 23:15:29 CDT --- Closing duplicate.
https://bugs.winehq.org/show_bug.cgi?id=24461
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- URL|http://cdn2.netops.eidosint |https://web.archive.org/web |eractive.com/batmanarkhamas |/20120522222803/http://cdn2 |ylum/BMDemo_installer.exe |.netops.eidosinteractive.co | |m/batmanarkhamasylum/BMDemo | |_installer.exe
--- Comment #4 from Anastasius Focht focht@gmx.net --- Hello folks,
adding stable download link via Internet Archive for documentation purpose.
https://web.archive.org/web/20120522222803/http://cdn2.netops.eidosinteracti...
Although multiple snapshots exist, not all are usable.
--- snip --- $ wget http://web.archive.org/cdx/search/cdx?url=%22http://cdn2.netops.eidosinterac..." -q -O -| jq
[ [ "urlkey", "timestamp", "original", "mimetype", "statuscode", "digest", "length" ], [
"com,eidosinteractive,netops,cdn2)/batmanarkhamasylum/bmdemo_installer.exe", "20110111212534",
"http://cdn2.netops.eidosinteractive.com/batmanarkhamasylum/BMDemo_installer....", "application/x-msdownload", "200", "XCHZNOVK6QSISSJXUOSTDO76TRXXFO7T", "2027534948" ], [
"com,eidosinteractive,netops,cdn2)/batmanarkhamasylum/bmdemo_installer.exe", "20120522222803",
"http://cdn2.netops.eidosinteractive.com/batmanarkhamasylum/BMDemo_installer....", "application/x-msdownload", "200", "OWBMQ7GDTAYBNR736IIETGO7BB7MZZ5G", "2187287461" ], [
"com,eidosinteractive,netops,cdn2)/batmanarkhamasylum/bmdemo_installer.exe", "20181119144939",
"http://cdn2.netops.eidosinteractive.com/batmanarkhamasylum/BMDemo_installer....", "application/x-msdownload", "200", "OWBMQ7GDTAYBNR736IIETGO7BB7MZZ5G", "2187286774" ], [
"com,eidosinteractive,netops,cdn2)/batmanarkhamasylum/bmdemo_installer.exe", "20210221023639",
"http://cdn2.netops.eidosinteractive.com/batmanarkhamasylum/BMDemo_installer....", "application/x-msdownload", "200", "OWBMQ7GDTAYBNR736IIETGO7BB7MZZ5G", "2187286819" ] ] --- snip ---
The first one with 20110111212534 timestamp is 152 MiB less in size = corrupted. The self-extractor will complain about corrupted .CAB file when executing.
$ sha1sum BMDemo_installer.exe 7582c87cc3983016c7fbf2104999df087ecce7a6 BMDemo_installer.exe
$ du -sh BMDemo_installer.exe 2.1G BMDemo_installer.exe
Regards