lucasg / Dependencies

A rewrite of the old legacy software "depends.exe" in C# for Windows devs to troubleshoot dll load dependencies issues.
MIT License
8.47k stars 697 forks source link

Can't find file on disk any more - but it did find it? #255

Open lansalot opened 6 months ago

lansalot commented 6 months ago

Afternoon all

Version 1.11.1, trying to check out the dependencies on this app: https://github.com/Open-Agriculture/AgIsoVirtualTerminal/releases

App is failing to start, so I expected some missing DLL - but dependencies says it can't find the file PCANBasic.dll on the disk any more; but a procmon trace shows that it did find it?

The file isn't missing, hasn't been quarantined by AV or anything like that - and in fact I can drag the same DLL into dependencies and it will look at it quite happily?

image

Any suggestions?

wangp-blog commented 6 months ago

Afternoon all

Version 1.11.1, trying to check out the dependencies on this app: https://github.com/Open-Agriculture/AgIsoVirtualTerminal/releases

App is failing to start, so I expected some missing DLL - but dependencies says it can't find the file PCANBasic.dll on the disk any more; but a procmon trace shows that it did find it?

The file isn't missing, hasn't been quarantined by AV or anything like that - and in fact I can drag the same DLL into dependencies and it will look at it quite happily?

image

Any suggestions?

Maybe you could set the search path. For example:

image