marcelgoldstein / ImageChecker

Image comparison with OpenCvSharp
GNU General Public License v3.0
6 stars 1 forks source link

Crash when opening Image via Process.Start #11

Closed marcelgoldstein closed 4 years ago

marcelgoldstein commented 4 years ago

in resultView when opening an image via processStart AND the started app doesnt work or crashed => imageChecker crashes as well.

marcelgoldstein commented 4 years ago

Can not reproduce, so can not debug. Its just executing Process.Start(new ProcessStartInfo(fi.FullName) { UseShellExecute = true }); this should not be in any kind related to the started process.

Laying on ice till more information arrives.