https://bugs.winehq.org/show_bug.cgi?id=52614
Bug ID: 52614 Summary: 002c:err:module:load_apiset_dll failed to load apiset: c0000482 Product: Wine Version: 7.3 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wineserver Assignee: wine-bugs@winehq.org Reporter: mahg361@gmail.com Distribution: ---
$ WINEPREFIX="/home/m/.wine" WINEARCH=win64 wine64 wineboot wine: created the configuration directory '/home/m/.wine' 002c:err:module:load_apiset_dll failed to load apiset: c0000482 002c:fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0) 0034:err:module:load_apiset_dll failed to load apiset: c0000482 0040:err:module:load_apiset_dll failed to load apiset: c0000482 0048:err:module:load_apiset_dll failed to load apiset: c0000482 . . .
It happens only with wine64
I installed wine using Arch Linux official repo
https://bugs.winehq.org/show_bug.cgi?id=52614
destroyed nerd mahg361@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|002c:err:module:load_apiset |err:module:load_apiset_dll |_dll failed to load apiset: |failed to load apiset: |c0000482 |c0000482
https://bugs.winehq.org/show_bug.cgi?id=52614
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dark.shadow4@web.de
https://bugs.winehq.org/show_bug.cgi?id=52614
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|UNCONFIRMED |NEW Component|wineserver |-unknown Keywords| |regression
--- Comment #1 from Fabian Maurer dark.shadow4@web.de --- Confirming. There seems to be a problem loading apisets. AFAIK this also breaks applications depending on those apisets.
https://bugs.winehq.org/show_bug.cgi?id=52614
--- Comment #2 from Alexandre Julliard julliard@winehq.org --- Arch uses a broken strip. Hopefully fixed by 603130cc3837524b3c2f6d4338261c3b8ea802ad.
https://bugs.winehq.org/show_bug.cgi?id=52614
Zebediah Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |build-env Summary|err:module:load_apiset_dll |API set DLLs fail to load |failed to load apiset: |on Arch Linux with "failed |c0000482 |to load apiset: c0000482"
https://bugs.winehq.org/show_bug.cgi?id=52614
Zebediah Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |danielsuarez369@protonmail. | |com
--- Comment #3 from Zebediah Figura z.figura12@gmail.com --- *** Bug 52624 has been marked as a duplicate of this bug. ***
https://bugs.winehq.org/show_bug.cgi?id=52614
xantares xantares09@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |xantares09@hotmail.com
--- Comment #4 from xantares xantares09@hotmail.com --- I confirm this is fixed on master.
Just curious, what can be done about strip in archlinux (latest binutils 2.38) ?
https://bugs.winehq.org/show_bug.cgi?id=52614
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Fixed by SHA1| |603130cc3837524b3c2f6d43382 | |61c3b8ea802ad Resolution|--- |FIXED
--- Comment #5 from Austin English austinenglish@gmail.com --- (In reply to xantares from comment #4)
I confirm this is fixed on master.
Fixed by 603130cc3837524b3c2f6d4338261c3b8ea802ad
Just curious, what can be done about strip in archlinux (latest binutils 2.38) ?
Report it at https://bugs.archlinux.org/
https://bugs.winehq.org/show_bug.cgi?id=52614
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #6 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 7.4.
https://bugs.winehq.org/show_bug.cgi?id=52614
Gijs Vermeulen gijsvrm@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |enni@telsh.de
--- Comment #7 from Gijs Vermeulen gijsvrm@gmail.com --- *** Bug 52643 has been marked as a duplicate of this bug. ***
https://bugs.winehq.org/show_bug.cgi?id=52614
Zebediah Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |kylianalex@mail.com
--- Comment #8 from Zebediah Figura z.figura12@gmail.com --- *** Bug 52580 has been marked as a duplicate of this bug. ***
https://bugs.winehq.org/show_bug.cgi?id=52614
--- Comment #9 from xantares xantares09@hotmail.com --- What should I report ? They pretty much ship vanilla binutils with only one patch backported. Wouldnt it make an upstream bug ?
https://bugs.winehq.org/show_bug.cgi?id=52614
--- Comment #10 from Alexandre Julliard julliard@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.