https://bugs.winehq.org/show_bug.cgi?id=54537
Bug ID: 54537 Summary: dbghelp:dbghelp - The 32-bit test_loaded_modules() gets an EnumerateLoadedModulesW64() on Windows 11 Product: Wine Version: unspecified Hardware: x86-64 OS: Windows Status: NEW Severity: normal Priority: P2 Component: dbghelp Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com
dbghelp:dbghelp - The 32-bit test_loaded_modules() gets an EnumerateLoadedModulesW64() on Windows 11:
dbghelp.c:399: Test failed: EnumerateLoadedModulesW64 failed: 2147483661
See https://test.winehq.org/data/patterns.html#dbghelp:dbghelp
A bisect shows that this failure started with the commit below:
commit 8be5c10ff893a22330ad94ae18dfb5fa497b09fd Author: Eric Pouech eric.pouech@gmail.com AuthorDate: Thu Feb 16 10:48:53 2023 +0100
dbghelp/tests: Add tests for 'module' name in EnumLoadedModules() callback.
Signed-off-by: Eric Pouech eric.pouech@gmail.com
See also bug 54534 for a Windows 10 1607 failure introduced by the same commit.