You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
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.
The text was updated successfully, but these errors were encountered:
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
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.
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.The text was updated successfully, but these errors were encountered: