[Bug 44954] Star Citizen fails to load dll

wine-bugs at winehq.org wine-bugs at winehq.org
Mon May 14 17:54:48 CDT 2018


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

--- Comment #14 from Matthew <matthew at digivation.net> ---
(In reply to Alistair Leslie-Hughes from comment #11)
> Hi Matthew
> 
> If you apply the staging patches, but change the function is_resource_dll to
> return !info.TransferAddress;
> 
> Does that fix the issue?

Alistair, I misread your patch test request, and modified my is_resource_dll to
return "!info.ImageContainsCode" instead of "!info.TransferAddress".

Applying the latest wine-staging patches to wine-3.8, containing your
modification to the is_resource_dll function does not resolve the issue - I'm
still failing to load the icu*.dll files.

When is_resource_dll is modified to return !info.ImageContainsCode, the load
will succeed - but I'm not sure if that's a valid change, as I have not had
time to research the NtQuerySection function.

Matthew

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