JitMagic icon indicating copy to clipboard operation
JitMagic copied to clipboard

Fix 'FileNotFound' exception when a debugger is not present

Open learn-more opened this issue 3 years ago • 0 comments

Fixes the following error:

Application: _JitMagic.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.IO.FileNotFoundException
   at System.Drawing.Icon.ExtractAssociatedIcon(System.String, Int32)
   at JitMagic.JitMagic.PopulateJitDebuggers(Architecture)
   at JitMagic.JitMagic..ctor(System.String[])
   at JitMagic.Program.Main(System.String[])

This occurs at startup when the default config is used, but one of the debuggers is not found

learn-more avatar Jul 23 '22 20:07 learn-more