2025-11-24 16:14:36
Some tips for debugging #Windows applications that do not start:
1. Run them via #wine. It can give you a useful error message (such as "this library is missing this symbol" rather than completely useless generic error code).
2. Wine has winedump tool that can be used to get information from DLLs and static libraries.
3. https://github.com/lucasg/Dependencies is a good replacement for Dependency Walker that runs on Wine.
