[Bug 49165] VeraCrypt 1.24 filter driver 'veracrypt_x64.sys' crashes in entry point ('IoGetDeviceObjectPointer' must not return a stub device if the device object doesn't exist)

WineHQ Bugzilla wine-bugs at winehq.org
Fri Nov 27 18:20:56 CST 2020


https://bugs.winehq.org/show_bug.cgi?id=49165

Zebediah Figura <z.figura12 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |z.figura12 at gmail.com

--- Comment #3 from Zebediah Figura <z.figura12 at gmail.com> ---
For what it's worth, Wine does mostly have a proper implementation of layered
drivers; we use it for PnP drivers. What blocks this bug is (1) the relevant
driver loads in a different address space from the device it's trying to
access, because we currently separate most drivers from each other; (2) we
don't send all file access to the relevant device anyway. (1) may be solvable,
depending on the reasons for doing it, but (2) almost certainly makes this a
WONTFIX.

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