Skip to content

Missing DLLs not reported on Windows #5069

@aleks-f

Description

@aleks-f

Is your feature request related to a problem? Please describe.
When a DLL is not found, API error gives the name of the dependent module, but not of the dependency. This makes it hard to determine what exactly is the missing DLL.

Describe the solution you'd like
Name(s) of the missing DLLs in the error message.

Describe alternatives you've considered
There seems to be no way to get this information from the API error. The only doable way seems to be MapAndLoad the library, examine its dependencies and return the list of the missing ones.

Additional context
Been bitten by it too many times. Time to end the suffering.

Metadata

Metadata

Assignees

Labels

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions