http://bugs.winehq.org/show_bug.cgi?id=20935 --- Comment #13 from Wylda <wylda(a)volny.cz> 2010-05-30 17:45:14 --- (In reply to comment #12)
Created an attachment (id=28434) --> (http://bugs.winehq.org/attachment.cgi?id=28434) [details] add stub for IOCTL_STORAGE_GET_MEDIA_TYPES/IOCTL_STORAGE_GET_MEDIA_TYPES_EX
Please test this patch.
Success :-D Thanks "Anastasius" & Austin. Tested on: * Tomb Raider: Legend (SecuROM v7.24.0006) * wine 1.2-rc2 Original DVD works and than i tried that on _properly_ made alcohol image+cdemu and also works perfectly. So instead of: fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_HANDLE_INFORMATION fixme:ntdll:server_ioctl_file Unsupported ioctl 2d0c04 (device=2d access=0 func=301 method=0) wine: Unhandled page fault on read access to 0x00000000 at address 0x1918fb8 (thread 0009), starting debugger... I now get: fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_HANDLE_INFORMATION fixme:cdrom:CDROM_GetMediaType : faking success fixme:ntdll:server_ioctl_file Unsupported ioctl 2d1400 (device=2d access=0 func=500 method=0) fixme:cursor:SetSystemCursor (0x3006e,00007f00),stub! BTW: Why did the func changed from 301 to 500? -- 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.