Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix 'FileNotFound' exception when a debugger is not present #1

Closed
wants to merge 1 commit into from

Conversation

learn-more
Copy link

@learn-more learn-more commented Jul 23, 2022

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

@mitchcapper mitchcapper mentioned this pull request Mar 9, 2024
@mrexodia mrexodia closed this in #2 Aug 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant