https://bugs.winehq.org/show_bug.cgi?id=46251
Zebediah Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |e45211698de5a89c862a5bf160e | |9e4024c5ce897 Regression SHA1| |2c7a6626556618ac2f1a84d9e56 | |b58748af386ad Status|NEW |RESOLVED Resolution|--- |FIXED Keywords| |regression
--- Comment #10 from Zebediah Figura z.figura12@gmail.com --- (In reply to Andrew Wesie from comment #9)
Looking at the behavior on Windows, wow64cpu should not be in the PEB32 ldr module list. It is, however, in the PEB (64-bit) ldr module list. As such, Wine should probably always exclude wow64cpu from the PEB loader module lists since Wine does not attempt to accurately emulate a WoW64 environment.
Thanks. This should be fixed by https://github.com/wine-staging/wine-staging/commit/e45211698de5a89c862a5bf1..., then.