https://bugs.winehq.org/show_bug.cgi?id=54465
Bug ID: 54465 Summary: dbghelp:dbghelp - The 64-bit test_modules() fails on Windows 7 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 64-bit test_modules() fails on Windows 7:
dbghelp.c:241: Test failed: SymGetModuleInfoW64 failed: 87 dbghelp.c:242: Test failed: Wrong base address dbghelp.c:212: Test failed: Wrong machine 0
See https://test.winehq.org/data/patterns.html#dbghelp:dbghelp
A bisect shows that the failures started with the commit below:
commit 75fd446272f26cb51df4287c07dd98203150d006 Author: Eric Pouech eric.pouech@gmail.com Date: Wed Feb 1 16:22:54 2023 +0100
dbghelp: Add tests about modules loading.
Signed-off-by: Eric Pouech eric.pouech@gmail.com