Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cannot load PDB helper DLL #82

Open
misuqian opened this issue Oct 13, 2022 · 2 comments
Open

cannot load PDB helper DLL #82

misuqian opened this issue Oct 13, 2022 · 2 comments

Comments

@misuqian
Copy link

cv2pdb.exe -C MyApp.exe

and get this error:

MyApp.pdb: cannot load PDB helper DLL
@rainers
Copy link
Owner

rainers commented Oct 16, 2022

More information is needed. What VS installation are you using?

I suspect that VS 2022 might be a problem, because it is running as a 64-bit process. You might have to start cv2pdb in an environment that uses the x86 executables of the VC tool chain.

@Zero-Tang
Copy link

One possible solution is to put cv2pdb into the same directory with VS directory that contains mspdbsrv.exe.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants