[PATCH 4/4] ntoskrnl.exe: Add stub RtlLookupElementGenericTable function

Vijay Kiran Kamuju infyquest at gmail.com
Thu Oct 29 10:50:56 CDT 2020


On Thu, Oct 29, 2020 at 4:33 PM Paul Gofman <pgofman at codeweavers.com> wrote:
>
> On 10/29/20 18:22, Vijay Kiran Kamuju wrote:
> > On Thu, Oct 29, 2020 at 3:00 PM Vijay Kiran Kamuju <infyquest at gmail.com> wrote:
> >> On Thu, Oct 29, 2020 at 2:54 PM Paul Gofman <pgofman at codeweavers.com> 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 <infyquest at gmail.com>
> >>> 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.



More information about the wine-devel mailing list