·
1 commit
to master
since this release
Bug Fixes
-
Fixed crash when DolphinTool executable is missing or inaccessible:
WhenDolphinTool.execould not be found or launched, the error handling code itself would crash withInvalidOperationException: No process is associated with this object.instead of reporting the real problem (e.g. "file not found"). The cleanup logic now safely handles cases where the external process was never started. (292 reports) -
Fixed crash on Windows editions where
SetProcessErrorModeis unavailable:
The error dialog suppression feature (which prevents DolphinTool from showing blocking message boxes) now fails silently on systems that lack this kernel32.dll entry point, instead of crashing the application. (1 report)
Upgraded Dependencies
- SharpCompress
0.49.1→0.50.0
Full Changelog: release_2.4.0...release_2.4.1