drmemory icon indicating copy to clipboard operation
drmemory copied to clipboard

drmemory 2.5.19128 fails looking for Api-ms-win-core-sysinfo-l1-2-0.dll

Open richard-broadhurst opened this issue 2 years ago • 0 comments

Describe the bug when starting drmemory 2.5.19128 fails to find Api-ms-win-core-sysinfo-l1-2-0.dll and quite

To Reproduce "C:\Program Files (x86)\Dr. Memory\bin64\drmemory.exe"

Please also answer these questions drawn from https://drmemory.org/page_help.html#sec_narrow :

  • Does the problem go away when running in light mode (pass -light to Dr. Memory)? no
  • Does the problem go away when running with the options -leaks_only -no_count_leaks -no_track_allocs? no
  • Does the problem go away when running under plain DynamoRIO? ddrun -- notepad.exe runs.
  • What happens with the debug version of Dr. Memory and of its underlying engine DynamoRIO? Try this by passing -debug -dr_debug -pause_at_assert. Are any messages reported? bin\drmemory
  • missing api-ms-win-downlevel-kernel32-l2-1-0.dll bin64\drmemory
  • missing Api-ms-win-core-sysinfo-l1-2-0.dll after copying api-ms-win-downlevel-kernel32-l2-1-0.dll to the bin64 folder

Expected behavior start drmemory to debug app. the behavior is the same when specifying an exe or not.

Versions

  • What version of Dr. Memory are you using? 2.5.19128

  • Does the latest build from this is the latest

  • What operating system version are you running on? ("Windows 10" is not sufficient: give the release number.) win7 64 ultimate 617601sp1 build 7601

  • Is your application 32-bit or 64-bit? see above

Additional context Add any other context about the problem here.

various pages suggest downloading the updated c runtimes, this does not fix the issue and other pages suggest that Api-ms-win-core-sysinfo-l1-2-0.dll is never going to be supported on windows7, but Api-ms-win-core-sysinfo-l1-1-0.dll sees to be (I don't even know if they are related).

richard-broadhurst avatar Aug 14 '22 09:08 richard-broadhurst