ScottyMac52 / MFDisplay

Utility that allows the display of any image cropped from an external image file (Bitmap images of type jpeg,png and bmp) into any sized image on the screen in any coordinate available to the display system.
MIT License
8 stars 0 forks source link

Startup crash (occurs after filepath verification) #15

Closed HomeFries94 closed 5 years ago

HomeFries94 commented 5 years ago

Upon launching MFDisplay, dialog box says System.Windows.Threading.DispatcherUnhandledExceptionEventArgs

Problem signature: Problem Event Name: CLR20r3 Problem Signature 01: MFDisplay.exe Problem Signature 02: 1.0.0.7 Problem Signature 03: e8391812 Problem Signature 04: System.Configuration Problem Signature 05: 4.7.3062.0 Problem Signature 06: 5ab95272 Problem Signature 07: 17c Problem Signature 08: 30e Problem Signature 09: IOIBMURHYNRXKW0ZXKYRVFN0BOYYUFOW OS Version: 6.1.7601.2.1.0.256.48 Locale ID: 1033 Additional Information 1: c652 Additional Information 2: c6525ce4d6863cee57539cd4c95cfe1c Additional Information 3: 7187 Additional Information 4: 718703f3408e44bbf6d6ae519ebc9c6b

Crash occurs after filepath verification because I received the filepath error first, and didn't receive this error until I updated the config file. Logfile is generated with no content.

System: Windows 7 Pro with .Net framework 1.1, 4.5, and 4.7.2 installed.

ScottyMac52 commented 5 years ago

Thanks for the detail. I think that because its System.Configuration and the log file is empty that it must be related to initializing the logging framework, log4net. Thanks for the report!

ScottyMac52 commented 5 years ago

Can you try one thing for me? Create a shortcut to the exe and make sure the shortcut specifies the working directory to be the same as the exe directory? My guess is that it is still a Windows 7 related issue but I would like to apply negative pressure to all possibilities. Thanks!

ScottyMac52 commented 5 years ago

This should be fixed in version 2