EVE-SECURE / evemarketmonitorapp

Automatically exported from code.google.com/p/evemarketmonitorapp
0 stars 0 forks source link

EMMA will no longer start #26

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
As of this morning, for some reason, EMMA will simply not start. I click on
the icon and see the splash screen that normally comes up, then it tells me
there's been an exception and it shuts down. It was working fine last
night... I've already uninstalled and reinstalled in a new directory, same
problem.

I have no idea what this means, but this is the log text. 

Critical - EveMarketMonitorApp.Common.EMMAException - Unhandled exception
    Inner Exception: Configuration system failed to initialize
    Stack Trace:    at
System.Configuration.ClientConfigurationSystem.OnConfigRemoved(Object
sender, InternalConfigEventArgs e)
   at
System.Configuration.Internal.InternalConfigRoot.OnConfigRemoved(InternalConfigE
ventArgs
e)
   at
System.Configuration.Internal.InternalConfigRoot.RemoveConfigImpl(String
configPath, BaseConfigurationRecord configRecord)
   at
System.Configuration.BaseConfigurationRecord.GetSectionRecursive(String
configKey, Boolean getLkg, Boolean checkPermission, Boolean
getRuntimeObject, Boolean requestIsHere, Object& result, Object&
resultRuntimeObject)
   at System.Configuration.BaseConfigurationRecord.GetSection(String
configKey, Boolean getLkg, Boolean checkPermission)
   at System.Configuration.BaseConfigurationRecord.GetSection(String configKey)
   at
System.Configuration.ClientConfigurationSystem.System.Configuration.Internal.IIn
ternalConfigSystem.GetSection(String
sectionName)
   at System.Configuration.ConfigurationManager.GetSection(String sectionName)
   at System.Configuration.ClientSettingsStore.ReadSettings(String
sectionName, Boolean isUserScoped)
   at
System.Configuration.LocalFileSettingsProvider.GetPropertyValues(SettingsContext
context, SettingsPropertyCollection properties)
   at
System.Configuration.SettingsBase.GetPropertiesFromProvider(SettingsProvider 
provider)
   at System.Configuration.SettingsBase.SetPropertyValueByName(String
propertyName, Object propertyValue)
   at System.Configuration.SettingsBase.set_Item(String propertyName,
Object value)
   at System.Configuration.ApplicationSettingsBase.set_Item(String
propertyName, Object value)
   at
EveMarketMonitorApp.Properties.Settings.set_WindowState(FormWindowState value)
   at EveMarketMonitorApp.GUIElements.Main.Main_Resize(Object sender,
EventArgs e)
   at System.Windows.Forms.Control.OnResize(EventArgs e)
   at System.Windows.Forms.Form.OnResize(EventArgs e)
   at System.Windows.Forms.Control.OnSizeChanged(EventArgs e)
   at System.Windows.Forms.Control.UpdateBounds(Int32 x, Int32 y, Int32
width, Int32 height, Int32 clientWidth, Int32 clientHeight)
   at System.Windows.Forms.Control.UpdateBounds(Int32 x, Int32 y, Int32
width, Int32 height)
   at System.Windows.Forms.Control.SetBoundsCore(Int32 x, Int32 y, Int32
width, Int32 height, BoundsSpecified specified)
   at System.Windows.Forms.Form.SetBoundsCore(Int32 x, Int32 y, Int32
width, Int32 height, BoundsSpecified specified)
   at System.Windows.Forms.Control.ScaleControl(SizeF factor,
BoundsSpecified specified)
   at System.Windows.Forms.ScrollableControl.ScaleControl(SizeF factor,
BoundsSpecified specified)
   at System.Windows.Forms.Form.ScaleControl(SizeF factor, BoundsSpecified
specified)
   at System.Windows.Forms.Control.ScaleControl(SizeF includedFactor, SizeF
excludedFactor, Control requestingControl)
   at System.Windows.Forms.ContainerControl.Scale(SizeF includedFactor,
SizeF excludedFactor, Control requestingControl)
   at System.Windows.Forms.ContainerControl.PerformAutoScale(Boolean
includedBounds, Boolean excludedBounds)
   at System.Windows.Forms.ContainerControl.PerformNeededAutoScaleOnLayout()
   at System.Windows.Forms.ContainerControl.OnLayoutResuming(Boolean
performLayout)
   at System.Windows.Forms.Control.ResumeLayout(Boolean performLayout)
   at EveMarketMonitorApp.GUIElements.Main.InitializeComponent()
   at EveMarketMonitorApp.GUIElements.Main..ctor(Boolean checkForUpdates)
   at EveMarketMonitorApp.Program.Main(String[] args)
        Inner Exception: Root element is missing. (C:\Documents and Settings\Some
Other Chump.STERILEANGUS\Local Settings\Application
Data\EveMarketMonitorApp\EveMarketMonitorApp.exe_StrongName_d3hj5h0dv3xlovrgrvxe
n0baf3wbnmse\1.3.0.6\user.config)
        Stack Trace:    at
System.Configuration.ConfigurationSchemaErrors.ThrowIfErrors(Boolean
ignoreLocal)
   at
System.Configuration.BaseConfigurationRecord.ThrowIfParseErrors(ConfigurationSch
emaErrors
schemaErrors)
   at System.Configuration.BaseConfigurationRecord.ThrowIfInitErrors()
   at System.Configuration.ClientConfigurationSystem.OnConfigRemoved(Object
sender, InternalConfigEventArgs e)
            Inner Exception: Root element is missing.
            Stack Trace:    at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.ThrowWithoutLineInfo(String res)
   at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
   at System.Xml.XmlTextReaderImpl.Read()
   at System.Xml.XmlTextReader.Read()
   at System.Configuration.XmlUtil..ctor(Stream stream, String name,
Boolean readToFirstElement, ConfigurationSchemaErrors schemaErrors)
   at System.Configuration.BaseConfigurationRecord.InitConfigFromFile()

Original issue reported on code.google.com by tralfazt...@gmail.com on 11 Jul 2009 at 11:41

GoogleCodeExporter commented 9 years ago
I believe this will be fixed by installing version 3.5 of the .Net framework 
(http://www.microsoft.com/downloads/details.aspx?FamilyId=333325FD-AE52-4E35-B53
1-
508D977D32A6&displaylang=en)

Original comment by SteveBal...@gmail.com on 24 Sep 2009 at 3:48