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
fix: improve Windows error diagnostics with DLL dependency check
- Use Start-Process to properly capture exit codes
- Detect 0xC0000139 (STATUS_ENTRYPOINT_NOT_FOUND) error
- Locate and run dumpbin to show DLL dependencies
- Display system PATH for debugging
0 commit comments