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

[BUG] The process was terminated due to an unhandled exception. #102

Open
Tracked by #94
fatrolls opened this issue Jan 13, 2022 · 0 comments
Open
Tracked by #94

[BUG] The process was terminated due to an unhandled exception. #102

fatrolls opened this issue Jan 13, 2022 · 0 comments
Assignees
Labels
🐞 bug Something isn't working

Comments

@fatrolls
Copy link

fatrolls commented Jan 13, 2022

Quick Picture Viewer fails to run.
A .NET Runtime error is generated in Event Viewer.

Info:

  • Version: 3.1.4
  • OS: Windows 10 Enterprise LTSC
  • .NET Framework Version: 4.8.03761

.NET Runetime error:

Application: quick-picture-viewer.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.Xml.XmlException
at System.Xml.XmlTextReaderImpl.Throw(System.Exception)
at System.Xml.XmlTextReaderImpl.ParseText(Int32 ByRef, Int32 ByRef, Int32 ByRef)
at System.Xml.XmlTextReaderImpl.ParseText()
at System.Xml.XmlTextReaderImpl.ParseElementContent()
at System.Xml.XmlTextReaderImpl.Skip()
at System.Configuration.XmlUtil.StrictSkipToNextElement(System.Configuration.ExceptionAction)
at System.Configuration.BaseConfigurationRecord.ScanSectionsRecursive(System.Configuration.XmlUtil, System.String, Boolean, System.String, System.Configuration.OverrideModeSetting, Boolean)
at System.Configuration.BaseConfigurationRecord.ScanSectionsRecursive(System.Configuration.XmlUtil, System.String, Boolean, System.String, System.Configuration.OverrideModeSetting, Boolean)
at System.Configuration.BaseConfigurationRecord.ScanSections(System.Configuration.XmlUtil)
at System.Configuration.BaseConfigurationRecord.InitConfigFromFile()

Exception Info: System.Configuration.ConfigurationErrorsException
at System.Configuration.ConfigurationSchemaErrors.ThrowIfErrors(Boolean)
at System.Configuration.BaseConfigurationRecord.ThrowIfParseErrors(System.Configuration.ConfigurationSchemaErrors)
at System.Configuration.ClientConfigurationSystem.OnConfigRemoved(System.Object, System.Configuration.Internal.InternalConfigEventArgs)

Exception Info: System.Configuration.ConfigurationErrorsException
at System.Configuration.ClientConfigurationSystem.OnConfigRemoved(System.Object, System.Configuration.Internal.InternalConfigEventArgs)
at System.Configuration.Internal.InternalConfigRoot.OnConfigRemoved(System.Configuration.Internal.InternalConfigEventArgs)
at System.Configuration.Internal.InternalConfigRoot.RemoveConfigImpl(System.String, System.Configuration.BaseConfigurationRecord)
at System.Configuration.BaseConfigurationRecord.GetSectionRecursive(System.String, Boolean, Boolean, Boolean, Boolean, System.Object ByRef, System.Object ByRef)
at System.Configuration.BaseConfigurationRecord.GetSection(System.String)
at System.Configuration.ConfigurationManager.GetSection(System.String)
at System.Configuration.ClientSettingsStore.ReadSettings(System.String, Boolean)
at System.Configuration.LocalFileSettingsProvider.GetPropertyValues(System.Configuration.SettingsContext, System.Configuration.SettingsPropertyCollection)
at System.Configuration.SettingsBase.GetPropertiesFromProvider(System.Configuration.SettingsProvider)
at System.Configuration.SettingsBase.GetPropertyValueByName(System.String)
at System.Configuration.SettingsBase.get_Item(System.String)
at System.Configuration.ApplicationSettingsBase.GetPropertyValue(System.String)
at System.Configuration.ApplicationSettingsBase.get_Item(System.String)
at quick_picture_viewer.Properties.Settings.get_CallUpgrade()
at quick_picture_viewer.Program.Main(System.String[])

Application Error:

Faulting application name: quick-picture-viewer.exe, version: 3.1.4.0, time stamp: 0xe9004fcb
Faulting module name: KERNELBASE.dll, version: 10.0.17763.2452, time stamp: 0xad1c2e55
Exception code: 0xe0434352
Fault offset: 0x0000000000039319
Faulting process id: 0x3268
Faulting application start time: 0x01d8082418bc7dc9
Faulting application path: C:\Program Files (x86)\QuickPictureViewer\quick-picture-viewer.exe
Faulting module path: C:\Windows\System32\KERNELBASE.dll
Report Id: f07152b8-4ecb-4959-960a-5595f1e9a6e8
Faulting package full name:
Faulting package-relative application ID:

Solution:

Found this solution from a closed bug report but figured I'll keep this up in-case it can help the developer resolve this issue once and for all.

Delete the folder "quick-picture-viewer.exe_Url_[random string]" located at C:\Users\user\AppData\Local\Module_Art
I believe the app is trying to read some invalid settings from there, and crashing at launch.

@fatrolls fatrolls added the 🐞 bug Something isn't working label Jan 13, 2022
@Beelink Beelink self-assigned this Jan 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐞 bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants