[Bug 52614] API set DLLs fail to load on Arch Linux with "failed to load apiset: c0000482"

WineHQ Bugzilla wine-bugs at winehq.org
Wed Mar 30 06:18:51 CDT 2022


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

--- Comment #10 from Alexandre Julliard <julliard at winehq.org> ---
The main bug is that strip is changing the file alignment to 0x200, while we
explicitly set it to 0x1000 for performance reasons.

A smaller bug is that strip modifies even dlls that doesn't contain debug
symbols. One could also argue that it's an Arch packaging bug to run strip on
data-only dlls.

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