http://bugs.winehq.org/show_bug.cgi?id=5560
Summary: Tomeraider doesn't run Product: Wine Version: 0.9.16. Platform: Other URL: http://www.yadabyte.com/download_windows.php OS/Version: other Status: NEW Keywords: download Severity: normal Priority: P2 Component: wine-misc AssignedTo: wine-bugs@winehq.org ReportedBy: dank@kegel.com
I had to do a bunch of jiggery-pokery to get Tomeraider to install, and when I finally ran it, it aborted with "res is not a registered protocol". That appears to be a Mozilla ActiveX plugin error, and is also reported against PartyPoker, http://appdb.winehq.org/appview.php?versionId=2133&iTestingId=712 for what it's worth.
It also complained loudly and often: fixme:ntdll:NtDeviceIoControlFile Unsupported ioctl 8010204c (device=8010 access=0 func=813 method=0) just like TruePoker is said to, http://appdb.winehq.org/appview.php?versionId=2195&iTestingId=3979
(Poker is obviously the best stress test of wine.)
To reproduce, here's the jiggery-pokery I had to do to get it to install: first, if it's not already in cvs, apply http://www.winehq.org/pipermail/wine-patches/2006-June/028035.html
then set up a clean environment for testing, with a fake IE registry key, and a copy of mfc42.dll:
rm -rf .wine wine notepad wineserver -k cat >> $HOME/.wine/system.reg <<"_EOF_"
[Software\Microsoft\Internet Explorer] "Version"="6.0.2900.2180" _EOF_ cp MFC42.DLL .wine/drive_c/windows/system32/ wine TomeRaider3_Win_3.23.exe