Hi,
It appears the VLD is now broken. The software fails with 0xC0000005 when executing
```
HMODULE const handle = LoadLibraryExW(name, nullptr, LOAD_LIBRARY_SEARCH_SYSTEM32);
```
where name = api-ms-win-appmodel-runtime-l1-1-1 in winapi_thunks.cpp
Thanks,
Iain
Comments: Some nice kind person has fixed it https://github.com/ioannis-e/vld/commit/48d9fef04a3117747c594afaf3036105713323d3
It appears the VLD is now broken. The software fails with 0xC0000005 when executing
```
HMODULE const handle = LoadLibraryExW(name, nullptr, LOAD_LIBRARY_SEARCH_SYSTEM32);
```
where name = api-ms-win-appmodel-runtime-l1-1-1 in winapi_thunks.cpp
Thanks,
Iain
Comments: Some nice kind person has fixed it https://github.com/ioannis-e/vld/commit/48d9fef04a3117747c594afaf3036105713323d3