Assertion Failed Microsoft Visual C++ Runtime Library

The underlying issue here is that either Dbghelp.dll failed to load or EnumerateLoadedModules64 couldn’t be found inside it. According to the DbgHelp Versions page, the function was added at some point before 2003, so I’d guess there’s something broken about the DbgHelp on your system.

You could try installing the Debugging Tools for Windows, which contains a version of DbgHelp.