Open NTT1906 opened 1 week ago
Encountering the same issue. Currently using the latest build, running on Windows 11 Pro version 24H2 for a 64bit application compiled with visual studio 2022 version 17.11.4. Managed to run the application with dynamorio/bin64/drrun
. Other options listed at https://drmemory.org/page_help.html#sec_narrow wont work.
Describe the bug [Failed to load library: ucrtbase.dll](ucrtbase.dll: library initializer failed..>)
To Reproduce Steps to reproduce the behavior:
-light
to Dr. Memory)?-leaks_only -no_count_leaks -no_track_allocs
?dynamorio/bin32/drrun -- <application and args>
ordynamorio/bin64/drrun -- <application and args>
depending on the bitwidth of your applicaiton. (Ignore warnings about "incomplete installation".)-debug -dr_debug -pause_at_assert
. Are any messages reported?Expected behavior Running normally
Screenshots or Pasted Text If applicable, add screenshots to help explain your problem. For text, please cut and paste the text here, delimited by lines consisting of three backtics to render it verbatim, like this:
Versions