Skip to content

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

Description

@notnotmelon

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions