PDA

View Full Version : Error on startup



tracyjan
03-28-2013, 05:28 PM
It shows this report when I try to initiate:


22:23:11.952 [Main:1 - UnityBootstrapper.Run]
___
( )
| | .-. ___ .-. .-. .--.
| |/ \ ( ) ' \ ; _ \
| .-. . | .-. .-. ; (___)` |
| | | | | | | | | | ' '
| | | | | | | | | | / /
| | | | | | | | | | / /
| | | | | | | | | | / /
| | | | | | | | | | / '____
(___)(___) (___)(___)(___)(_______)
22:23:11.955 [Main:1 - UnityBootstrapper.Run] Log Started Thursday, March 28, 2013 10:23:11 PM
22:23:11.955 [Main:1 - UnityBootstrapper.Run] Creating module catalog.
22:23:11.958 [Main:1 - UnityBootstrapper.Run] Configuring module catalog.
22:23:11.958 [Main:1 - UnityBootstrapper.Run] Creating Unity container.
22:23:12.015 [Main:1 - UnityBootstrapper.Run] Configuring the Unity container.
22:23:12.028 [Main:1 - UnityBootstrapper.ConfigureContainer] Adding UnityBootstrapperExtension to container.
22:23:12.161 [Main:1 - Bootstrapper.ConfigureContainer] ConfigureContainer loaded in 141 ms
22:23:12.162 [Main:1 - UnityBootstrapper.Run] Configuring ServiceLocator singleton.
22:23:12.162 [Main:1 - UnityBootstrapper.Run] Configuring region adapters.
22:23:12.200 [Main:1 - Bootstrapper.ConfigureRegionAdapterMappings] ConfigureRegionAdapterMappings loaded in 36 ms
22:23:12.200 [Main:1 - UnityBootstrapper.Run] Configuring default region behaviors.
22:23:12.203 [Main:1 - UnityBootstrapper.Run] Registering Framework Exception Types.
22:23:12.205 [Main:1 - UnityBootstrapper.Run] Creating the shell.
22:23:12.211 [Main:1 - Bootstrapper.LogSystemInfo] HM2 Version: 2.0.0.7697
22:23:12.212 [Main:1 - Bootstrapper.LogSystemInfo] Current culture: en-US
22:23:12.370 [Main:1 - Bootstrapper.LogSystemInfo] Operating System Name: Microsoft Windows 7 Ultimate
22:23:12.370 [Main:1 - Bootstrapper.LogSystemInfo] Operating System Architecture: 64-bit
22:23:12.370 [Main:1 - Bootstrapper.LogSystemInfo] Operating System Service Pack: Service Pack 1
22:23:12.388 [Main:1 - Bootstrapper.LogSystemInfo] Memory: 8190MB
22:23:12.389 [Main:1 - Bootstrapper.LogSystemInfo] Drive name: C:\
22:23:12.391 [Main:1 - Bootstrapper.LogSystemInfo] Drive type: Fixed
22:23:12.392 [Main:1 - Bootstrapper.LogSystemInfo] Drive format: NTFS
22:23:12.393 [Main:1 - Bootstrapper.LogSystemInfo] Free disk space: 29GB
22:23:12.394 [Main:1 - Bootstrapper.LogSystemInfo] Total disk space: 87GB
22:23:12.691 [Main:1 - Bootstrapper.ApplyTheme] ApplyTheme loaded in 103 ms
22:23:13.134 [Main:1 - Shell..ctor] WPF Rendering Tier: 2
22:23:13.134 [Main:1 - UnityBootstrapper.Run] Setting the RegionManager.
22:23:13.137 [Main:1 - UnityBootstrapper.Run] Updating Regions.
22:23:13.214 [Main:1 - UnityBootstrapper.Run] Initializing the shell.
22:23:13.214 [Main:1 - UnityBootstrapper.Run] Initializing modules.
22:23:13.237 [Main:1 - Bootstrapper.InitializeLayoutManager] starts
22:23:13.241 [Main:1 - Bootstrapper.InitializeLayoutManager] System.TypeInitializationException: The type initializer for 'Composite.Layout.Configuration.LayoutConfiguratio nManager' threw an exception. ---> System.Configuration.ConfigurationErrorsException: Configuration system failed to initialize ---> System.Configuration.ConfigurationErrorsException: Root element is missing. (C:\Users\xxx\AppData\Local\Hold'em_Manager\Holdem Manager.exe_Url_4bxlqzmrcrgqiswhmkulpmnh4jxcxcgx\2 .0.0.7697\user.config) ---> System.Xml.XmlException: Root element is missing.
at System.Xml.XmlTextReaderImpl.ThrowWithoutLineInfo( String res)
at System.Xml.XmlTextReaderImpl.ParseDocumentContent( )
at System.Configuration.XmlUtil..ctor(Stream stream, String name, Boolean readToFirstElement, ConfigurationSchemaErrors schemaErrors)
at System.Configuration.BaseConfigurationRecord.InitC onfigFromFile()
--- End of inner exception stack trace ---
at System.Configuration.ConfigurationSchemaErrors.Thr owIfErrors(Boolean ignoreLocal)
at System.Configuration.BaseConfigurationRecord.Throw IfParseErrors(ConfigurationSchemaErrors schemaErrors)
at System.Configuration.ClientConfigurationSystem.OnC onfigRemoved(Object sender, InternalConfigEventArgs e)
--- End of inner exception stack trace ---
at System.Configuration.ConfigurationManager.GetSecti on(String sectionName)
at Composite.Layout.Configuration.LayoutConfiguration Manager..cctor()
--- End of inner exception stack trace ---
at Composite.Layout.Configuration.LayoutConfiguration Manager.get_LayoutManager()
at HoldemManager.Bootstrapper.InitializeLayoutManager ()
22:23:13.264 [Main:1 - App.App_DispatcherUnhandledException] Exception: System.Configuration.ConfigurationErrorsException: Configuration system failed to initialize ---> System.Configuration.ConfigurationErrorsException: Root element is missing. (C:\Users\xxx\AppData\Local\Hold'em_Manager\Holdem Manager.exe_Url_4bxlqzmrcrgqiswhmkulpmnh4jxcxcgx\2 .0.0.7697\user.config) ---> System.Xml.XmlException: Root element is missing.
at System.Xml.XmlTextReaderImpl.ThrowWithoutLineInfo( String res)
at System.Xml.XmlTextReaderImpl.ParseDocumentContent( )
at System.Configuration.XmlUtil..ctor(Stream stream, String name, Boolean readToFirstElement, ConfigurationSchemaErrors schemaErrors)
at System.Configuration.BaseConfigurationRecord.InitC onfigFromFile()
--- End of inner exception stack trace ---
at System.Configuration.ConfigurationSchemaErrors.Thr owIfErrors(Boolean ignoreLocal)
at System.Configuration.BaseConfigurationRecord.Throw IfParseErrors(ConfigurationSchemaErrors schemaErrors)
at System.Configuration.ClientConfigurationSystem.OnC onfigRemoved(Object sender, InternalConfigEventArgs e)
--- End of inner exception stack trace ---
at Microsoft.Practices.Composite.Modularity.Configura tionStore.RetrieveModuleConfigurationSection()
at Microsoft.Practices.Composite.Modularity.Configura tionModuleCatalog.EnsureModulesDiscovered()
at Microsoft.Practices.Composite.Modularity.ModuleCat alog.Initialize()
at Microsoft.Practices.Composite.Modularity.ModuleMan ager.Run()
at Microsoft.Practices.Composite.UnityExtensions.Unit yBootstrapper.InitializeModules()
at HoldemManager.Bootstrapper.InitializeModules()
at Microsoft.Practices.Composite.UnityExtensions.Unit yBootstrapper.Run(Boolean runWithDefaultConfiguration)
at HoldemManager.App.OnStartup(StartupEventArgs e)
at System.Windows.Application.<.ctor>b__1(Object unused)
at System.Windows.Threading.ExceptionWrapper.Internal RealCall(Delegate callback, Object args, Int32 numArgs)
at MS.Internal.Threading.ExceptionFilterHelper.TryCat chWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
at Microsoft.Practices.Composite.Modularity.Configura tionStore.RetrieveModuleConfigurationSection()
at Microsoft.Practices.Composite.Modularity.Configura tionModuleCatalog.EnsureModulesDiscovered()
at Microsoft.Practices.Composite.Modularity.ModuleCat alog.Initialize()
at Microsoft.Practices.Composite.Modularity.ModuleMan ager.Run()
at Microsoft.Practices.Composite.UnityExtensions.Unit yBootstrapper.InitializeModules()
at HoldemManager.Bootstrapper.InitializeModules()
at Microsoft.Practices.Composite.UnityExtensions.Unit yBootstrapper.Run(Boolean runWithDefaultConfiguration)
at HoldemManager.App.OnStartup(StartupEventArgs e)
at System.Windows.Application.<.ctor>b__1(Object unused)
at System.Windows.Threading.ExceptionWrapper.Internal RealCall(Delegate callback, Object args, Int32 numArgs)
at MS.Internal.Threading.ExceptionFilterHelper.TryCat chWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
22:23:13.264 [Main:1 - App.App_DispatcherUnhandledException] Inner exception: System.Configuration.ConfigurationErrorsException: Root element is missing. (C:\Users\xxx\AppData\Local\Hold'em_Manager\Holdem Manager.exe_Url_4bxlqzmrcrgqiswhmkulpmnh4jxcxcgx\2 .0.0.7697\user.config) ---> System.Xml.XmlException: Root element is missing.
at System.Xml.XmlTextReaderImpl.ThrowWithoutLineInfo( String res)
at System.Xml.XmlTextReaderImpl.ParseDocumentContent( )
at System.Configuration.XmlUtil..ctor(Stream stream, String name, Boolean readToFirstElement, ConfigurationSchemaErrors schemaErrors)
at System.Configuration.BaseConfigurationRecord.InitC onfigFromFile()
--- End of inner exception stack trace ---
at System.Configuration.ConfigurationSchemaErrors.Thr owIfErrors(Boolean ignoreLocal)
at System.Configuration.BaseConfigurationRecord.Throw IfParseErrors(ConfigurationSchemaErrors schemaErrors)
at System.Configuration.ClientConfigurationSystem.OnC onfigRemoved(Object sender, InternalConfigEventArgs e)

Thanks in advance.

tracyjan
03-28-2013, 09:02 PM
Fixed deleting all archives of this folder: C:\Users\USERNAME\AppData\Local\Hold'em_Manager

DogNamedBluff
03-29-2013, 05:05 PM
Thanks for the update. Please do not hesitate to contact us again if you have any other questions.