-
Notifications
You must be signed in to change notification settings - Fork 116
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 #90
Comments
The documentation is a bit dated. When running the 64-bit version under VS2019 in a debugger, I see that cv2pdb loads
and the spawned mspdbsrv.exe has these DLL dependencies:
Maybe a proper installation of the VC 2019 runtime is required, but I have not tested that. |
I've stubled the similar problem. Ended up downloading dlls from random sites, that eventually worked (32bit version) - worked OK. Thats a security nightmare, but was ok for a tetsing machine haing zero sensitive data or access. Files at least seems to be signed by MS. Attaching here for other users convinience |
I'm trying to use cv2pdb without installing Visual studio. Because I successfully tested it in a pc with VS19 installed, I tried using the 5 files mentioned in the Installation instructions, replacing mspdb100.dll with mspdb140.dll and so on for each file, since the 100..s files are not being installed by VS19. I tried this with both 32 and 64 version of the files with no luck.
Microsoft has discontinued both support and download of VS2010, so I don't know if there's a way to come by all 5 files. Can you point me to the right direction or at least tell me if there's no chance? Thanks!!
The text was updated successfully, but these errors were encountered: