Skip to content

release_2.4.1

Latest

Choose a tag to compare

@drpetersonfernandes drpetersonfernandes released this 14 Jul 02:14
· 1 commit to master since this release

Bug Fixes

  • Fixed crash when DolphinTool executable is missing or inaccessible:
    When DolphinTool.exe could not be found or launched, the error handling code itself would crash with InvalidOperationException: 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 SetProcessErrorMode is 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.10.50.0

Full Changelog: release_2.4.0...release_2.4.1