pdbex icon indicating copy to clipboard operation
pdbex copied to clipboard

"File not found" Error even when provided correct PDB path.

Open notnotmelon opened this issue 1 year ago • 2 comments

Hi,

This application fails to read any PDB files with either of the following commands

pdbex * factorio.pdb -o factorio.h

pdbex * ./factorio.pdb -o factorio.h

image

After reading the source code, I realized that this application depends on a msdia140.dll file. Adding this file directly into the working directory seems to be a workaround for the issue.

image

However the error message instead implies that the application cannot find the .pdb file. I recommend either removing the dependency on msdia140.dll or improving the error message.

notnotmelon avatar Jul 13 '24 19:07 notnotmelon

From the looks of it, this is an old issue, to confirm you need to get the msdia140.dll from the repo and add it on the same folder.

hodor avatar Sep 10 '24 14:09 hodor

Adding the DLL to the same folder did not work for me. I am 100% certain the PDB filename is correct.

Image

thecatontheceiling avatar Oct 14 '25 14:10 thecatontheceiling