Quantcast
Channel: Python extension for WinDbg
Viewing all articles
Browse latest Browse all 1625

New Post: Unable to load the pykd.pyd extension

$
0
0
I have downloaded and installed both x64 and x86 extensions and tried to load them but am getting erros like it doesnt recognize the file as a valid WIN32/64 module.

Can someone give me a little assistance here:
Install of x64 version for windbg amd64
0:000> .load pykd.pyd
The call to LoadLibrary(pykd.pyd) failed, Win32 error 0n126
"The specified module could not be found."
Please check your debugger configuration and/or network access.
0:000> .load winext\pykd.pyd
The call to LoadLibrary(winext\pykd.pyd) failed, Win32 error 0n126
"The specified module could not be found."
Please check your debugger configuration and/or network access.
0:000> .load pykd.pyd
The call to LoadLibrary(pykd.pyd) failed, Win32 error 0n126
"The specified module could not be found."
Please check your debugger configuration and/or network access.

After install of the x86 install executable.
0:000> .load pykd.pyd
The call to LoadLibrary(pykd.pyd) failed, Win32 error 0n193
"%1 is not a valid Win32 application."
Please check your debugger configuration and/or network access.
0:000> .load pykd.pyd
The call to LoadLibrary(pykd.pyd) failed, Win32 error 0n193
"%1 is not a valid Win32 application."
Please check your debugger configuration and/or network access.

Viewing all articles
Browse latest Browse all 1625

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>