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

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

Open
notnotmelon opened this issue Jul 13, 2024 · 1 comment
Open

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

notnotmelon opened this issue Jul 13, 2024 · 1 comment

Comments

@notnotmelon
Copy link

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.

@hodor
Copy link

hodor commented Sep 10, 2024

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.

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

2 participants