[Bug 9484] ProtectDISC 6.x: media validation fails (Mathetrainer 5)

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Jun 21 17:48:03 CDT 2011


http://bugs.winehq.org/show_bug.cgi?id=9484

--- Comment #50 from Austin Lund <austin.lund at gmail.com> 2011-06-21 17:48:02 CDT ---
(In reply to comment #49)

> nt.c: In function ‘NtQuerySystemInformation’:
> nt.c:1736: error: ‘union generic_request’ has no member named
> ‘next_handle_request’

Sorry.  You have to run 'tools/make_requests' for this to build.  I have
changed server/protocol.def and you need to do that.

After having a good nights sleep, I've found that it is looking for "File" as
the type string (duh, should have thought of that before).  It then calls
NtQueryInformationFile on the handle asking for FileNameInformation.  It then
calls wcslen on the name.  The only time I see it do anything more than this is
for L"\\windows\\system32\\drivers\\ACEDRV05.sys" where it does some tolower()
calls and some TlsGetValue calls, but then continues on it's merry way looping
through all the handles.

At the end of all this the driver init still returns with code
STATUS_INSUFFICIENT_RESOURCES, which is an highly unenlightening error code.

-- 
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.


More information about the wine-bugs mailing list