From: Paul Gofman Subject: Re: [PATCH 4/4] ntoskrnl.exe: Add stub RtlLookupElementGenericTable function Message-Id: <559c214c-0a70-fc1f-0a64-142ddd2669ca@codeweavers.com> Date: Thu, 29 Oct 2020 18:33:05 +0300 In-Reply-To: References: <571e5e05-eacf-c4a0-4e06-caddebdefb54@codeweavers.com> On 10/29/20 18:22, Vijay Kiran Kamuju wrote: > On Thu, Oct 29, 2020 at 3:00 PM Vijay Kiran Kamuju wrote: >> On Thu, Oct 29, 2020 at 2:54 PM Paul Gofman wrote: >>> On 10/29/20 16:49, Vijay Kiran Kamuju wrote: >>>> Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=49426 >>>> Signed-off-by: Vijay Kiran Kamuju >>> Do these stubs actually allow the application to run normally? If not >>> (as I would expect, as the application is unlikely just checking their >>> presence), maybe it would make more sense to implement them at once >>> instead of stubbing? They seem to be fully documented. >>> >> It should allow them to run as per the documentation if the item is not found >> or if it's out of bounds it should return NULL. >> It would be better to implement them completely along with their AVL >> counterparts. > I have tested the application, It starts fine with the stubs. But > drivers are not loaded. > Please check the bug# 49426 for further details. Do I understand correctly that Sookasa is a file encryption software and has the kernel mode driver to encrypt the files on FS level? If this is the case I am afraid it is not going to work, not anytime soon. I doubt that such a program is particularly useful under Wine, the easier and secure way for the user is to use host file encryption facilities.