From: Vijay Kiran Kamuju Subject: Re: [PATCH 4/4] ntoskrnl.exe: Add stub RtlLookupElementGenericTable function Message-Id: Date: Thu, 29 Oct 2020 16:50:56 +0100 In-Reply-To: <559c214c-0a70-fc1f-0a64-142ddd2669ca@codeweavers.com> References: <571e5e05-eacf-c4a0-4e06-caddebdefb54@codeweavers.com> <559c214c-0a70-fc1f-0a64-142ddd2669ca@codeweavers.com> On Thu, Oct 29, 2020 at 4:33 PM Paul Gofman wrote: > > 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. > Yes, It is an encryption software that allows collaboration using various cloud storage providers. Anyway the my stub implementations allow it to go further and causing errors later as it's unable to load kernel mode drivers.