Seite 1 von 1

Launchpad startet nach Update auf Windows 10 nicht mehr

Verfasst: 31. Dez 2015, 14:05
von Ruedi1_99
Hallo,

auf einen Win10 x64 Win10 Pro (1511) PC startet das Launchpad nicht, d.h. es gibt überhaupt keine Bildschirmausgabe.

Mehrmaliges Neu-Installieren behob den Fehler nicht.

In der launchpad.log Datei finden sich Fehler wie diese:

Code: Alles auswählen

n exception of type 'Type: System.Windows.Markup.XamlParseException, PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' has occurred.
Timestamp: 12/31/2015 08:27:55
Message: Die Angabe eines Werts für "System.Windows.Markup.StaticExtension" führte zu einer Ausnahme.
Stack:    bei System.Windows.Markup.XamlReader.RewrapException(Exception e, IXamlLineInfo lineInfo, Uri baseUri)
	   bei System.Windows.Markup.WpfXamlLoader.Load(XamlReader xamlReader, IXamlObjectWriterFactory writerFactory, Boolean skipJournaledProperties, Object rootObject, XamlObjectWriterSettings settings, Uri baseUri)
	   bei System.Windows.Markup.WpfXamlLoader.LoadBaml(XamlReader xamlReader, Boolean skipJournaledProperties, Object rootObject, XamlAccessLevel accessLevel, Uri baseUri)
	   bei System.Windows.Markup.XamlReader.LoadBaml(Stream stream, ParserContext parserContext, Object parent, Boolean closeStream)
	   bei Microsoft.WindowsServerSolutions.LaunchPad.MainWindow..ctor()
	   bei Microsoft.WindowsServerSolutions.LaunchPad.App.OnStartup(StartupEventArgs e)
	   bei System.Windows.Application.<.ctor>b__1_0(Object unused)
	   bei System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
	   bei System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
	   bei System.Windows.Threading.DispatcherOperation.InvokeImpl()
	   bei System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
	   bei System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
	   bei System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
	   bei System.Windows.Threading.DispatcherOperation.Invoke()
	   bei System.Windows.Threading.Dispatcher.ProcessQueue()
	   bei System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
	   bei MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
	   bei MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
	   bei System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
	   bei System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
	   bei System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
	   bei MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
	   bei MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
	   bei System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
	   bei System.Windows.Application.RunDispatcher(Object ignore)
	   bei System.Windows.Application.RunInternal(Window window)
	   bei Microsoft.WindowsServerSolutions.LaunchPad.App.Main()
---------------------------------------
An exception of type 'Type: System.Reflection.TargetInvocationException, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' has occurred.
Timestamp: 12/31/2015 08:27:55
Message: Ein Aufrufziel hat einen Ausnahmefehler verursacht.
Stack:    bei System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
	   bei System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
	   bei System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
	   bei System.Reflection.RuntimePropertyInfo.GetValue(Object obj, Object[] index)
	   bei System.Windows.Markup.StaticExtension.GetFieldOrPropertyValue(Type type, String name, Object& value)
	   bei System.Windows.Markup.StaticExtension.ProvideValue(IServiceProvider serviceProvider)
	   bei MS.Internal.Xaml.Runtime.ClrObjectRuntime.CallProvideValue(MarkupExtension me, IServiceProvider serviceProvider)
---------------------------------------
An exception of type 'Type: System.TypeInitializationException, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' has occurred.
Timestamp: 12/31/2015 08:27:55
Message: Der Typeninitialisierer für "Microsoft.WindowsServerSolutions.Common.SkuBrandingColors" hat eine Ausnahme verursacht.
Stack:    bei Microsoft.WindowsServerSolutions.Common.SkuBrandingColors.get_ClientGlyphColor()
	   bei Microsoft.WindowsServerSolutions.AdminClientCommon.Helpers.BrandingColorsProxy.get_ClientGlyphColor()
---------------------------------------
An exception of type 'Type: System.Configuration.ConfigurationErrorsException, System.Configuration, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' has occurred.
Timestamp: 12/31/2015 08:27:55
Message: Das Konfigurationssystem konnte nicht initialisiert werden.
Stack:    bei System.Configuration.ClientConfigurationSystem.OnConfigRemoved(Object sender, InternalConfigEventArgs e)
	   bei System.Configuration.Internal.InternalConfigRoot.OnConfigRemoved(InternalConfigEventArgs e)
	   bei System.Configuration.Internal.InternalConfigRoot.RemoveConfigImpl(String configPath, BaseConfigurationRecord configRecord)
	   bei System.Configuration.BaseConfigurationRecord.GetSectionRecursive(String configKey, Boolean getLkg, Boolean checkPermission, Boolean getRuntimeObject, Boolean requestIsHere, Object& result, Object& resultRuntimeObject)
	   bei System.Configuration.BaseConfigurationRecord.GetSection(String configKey)
	   bei System.Xml.XmlConfiguration.XmlReaderSection.get_ProhibitDefaultUrlResolver()
	   bei System.Xml.Schema.Parser..ctor(SchemaType schemaType, XmlNameTable nameTable, SchemaNames schemaNames, ValidationEventHandler eventHandler)
	   bei System.Xml.Schema.XmlSchemaSet.ParseSchema(String targetNamespace, XmlReader reader)
	   bei System.Xml.Schema.XmlSchemaSet.Add(String targetNamespace, XmlReader schemaDocument)
	   bei Microsoft.WindowsServerSolutions.Common.XMLValidator.ValidateXml(String xml, String xsd)
	   bei Microsoft.WindowsServerSolutions.Common.SkuBrandingColors.ValidateAndParse(String xml, String xsd, Boolean throwExceptions)
	   bei Microsoft.WindowsServerSolutions.Common.SkuBrandingColors..cctor()
---------------------------------------
An exception of type 'Type: System.Configuration.ConfigurationErrorsException, System.Configuration, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' has occurred.
Timestamp: 12/31/2015 08:27:55
Message: '', hexidezimaler Wert 0x01, ist ein ungültiges Zeichen. Zeile 1, Position 1. (C:\Users\Rüdiger\AppData\Local\Microsoft_Corporation\Launchpad.exe_StrongName_lmbeqwgecmqnjdyimezdoj3ekqnortk2\6.1.0.0\user.config line 1)
Stack:    bei System.Configuration.ConfigurationSchemaErrors.ThrowIfErrors(Boolean ignoreLocal)
	   bei System.Configuration.BaseConfigurationRecord.ThrowIfParseErrors(ConfigurationSchemaErrors schemaErrors)
	   bei System.Configuration.ClientConfigurationSystem.OnConfigRemoved(Object sender, InternalConfigEventArgs e)
---------------------------------------
An exception of type 'Type: System.Xml.XmlException, System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' has occurred.
Timestamp: 12/31/2015 08:27:55
Message: '', hexidezimaler Wert 0x01, ist ein ungültiges Zeichen. Zeile 1, Position 1.
Stack:    bei System.Xml.XmlTextReaderImpl.Throw(Exception e)
	   bei System.Xml.XmlTextReaderImpl.ThrowInvalidChar(Char[] data, Int32 length, Int32 invCharPos)
	   bei System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()
	   bei System.Xml.XmlTextReaderImpl.ParseDocumentContent()
	   bei System.Configuration.XmlUtil..ctor(Stream stream, String name, Boolean readToFirstElement, ConfigurationSchemaErrors schemaErrors)
	   bei System.Configuration.BaseConfigurationRecord.InitConfigFromFile()

[5852] 151231.082755.7656: PfBinding: Information: [0] : Adding service dns identity [PC-TR-HOME] in proxy endpoint.
---------------------------------------------------------
[10456] 151231.124408.3158: General: Initializing...C:\Program Files\Windows Server\Bin\Launchpad.exe
[10456] 151231.124408.4565: General: Color branding started
[10456] 151231.124408.4565: General: Processing Microsoft default SKU branding colors XML
[10456] 151231.124408.4565: General: Validating branding colors XML:
<?xml version="1.0"?>

<!-- Vail color scheme -->

<DashboardTheme xmlns="http://www.microsoft.com/HSBS/Dashboard/Branding/2010">

  <!-- Hex color values overwriting default SKU theme colors -->

  <TabstripColor1 HexValue="FFD9EA9C"/>
  <TabstripColor2 HexValue="FF52A22E"/>
  <TabstripColor3 HexValue="00D9EA9C"/>
  <TabstripColor4 HexValue="FFFFFFFF"/>
  <FontColor HexValue="FF000000"/>
  <SubtabColor1 HexValue="FFB1C7A2"/>
  <SubtabColor2 HexValue="FFF7FBE6"/>
  <SubtabColor3 HexValue="FFCEE5A9"/>
  <ListViewColor HexValue="FFFFFFFF"/>
  <DashboardClientColor1 HexValue="FFC2DB67"/>
  <DashboardClientColor2 HexValue="FF8CC65C"/>
  <DashboardClientColor3 HexValue="FF094208"/>
  <LaunchpadColor1 HexValue="FF7FC15A"/>
  <ClientFontColor1 HexValue="FFFFFFFF"/>
  <ClientFontColor2 HexValue="FF000000"/>
  <ClientGlyphColor HexValue="FFFFFFFF"/>

</DashboardTheme >
[10524] 151231.124408.4877: ProviderFramework: Information: [0] : Register to listen to ProviderRegistryConnectionMgmt connected event.
[10524] 151231.124408.4877: ProviderFramework: Information: [0] : ProviderRegistryProxy: Beginning connection attempt.
[10524] 151231.124408.4877: ProviderFramework: Information: [0] : ProviderRegistryProxy: Creating proxy for AutoReconnecter.
[10524] 151231.124408.5033: ProviderFramework: Information: [0] : ConnectionMgmt: _CreateChannel address generated = [net.tcp://pc-tr-home:6602//Microsoft.WindowsServerSolutions.Common.ProviderFramework.IProviderRegistry]
[10524] 151231.124408.5033: ProviderFramework: Information: [0] : GetDuplexChannelFactory()
[10524] 151231.124408.5033: ProviderFramework: Information: [0] : Contract: [Microsoft.WindowsServerSolutions.Common.ProviderFramework.IProviderRegistry]
[10524] 151231.124408.5033: ProviderFramework: Information: [0] : Address: [net.tcp://pc-tr-home:6602//Microsoft.WindowsServerSolutions.Common.ProviderFramework.IProviderRegistry]
[10524] 151231.124408.5033: ProviderFramework: Information: [0] : Binding: []
[10524] 151231.124408.5033: ProviderFramework: Information: [0] : Identifier: []
[10524] 151231.124408.5033: ProviderFramework: Information: [0] : ProviderEndpointBehavior.AllowedConnectionType: [AllowRemoteAccess]
[10524] 151231.124408.5033: ProviderFramework: Information: [0] : ProviderEndpointBehavior.EndpointCredentialType: [None]
[10524] 151231.124408.5033: ProviderFramework: Information: [0] : RequiredImpersonationLevel: [Identification]
[10456] 151231.124408.5190: LaunchPad: !!!!FATAL: Launchpad shutting down due to unhandled exception: Die Angabe eines Werts für "System.Windows.Markup.StaticExtension" führte zu einer Ausnahme.
[10456] 151231.124408.5346: Exception: 
---------------------------------------
Weiß jemand damit etwas anzufangen? Weitere Applikationen sind afaik nicht betroffen.

Vielen Dank

Rüdiger

Re: Launchpad startet nach Update auf Windows 10 nicht mehr

Verfasst: 1. Jan 2016, 15:01
von larry
Könntest du bitte mal das komplette Logfile als Dateianhang einfügen?

Gruß
Larry

Re: Launchpad startet nach Update auf Windows 10 nicht mehr

Verfasst: 2. Jan 2016, 17:01
von Ruedi1_99
Aber gern. Ich musste es aber zippen wegend er Größe.

Rüdiger
Launchpad.zip
(566.35 KiB) 314-mal heruntergeladen

Re: Launchpad startet nach Update auf Windows 10 nicht mehr

Verfasst: 2. Jan 2016, 17:29
von larry
Versuch bitte mal die beiden Ordner unter C:\Users\BENUTZERNAME\AppData\Local\Microsoft_Corporation umzubennen (z.B. ein _Old an den Anfang) und danach das Lanachpad zu starten.

Re: Launchpad startet nach Update auf Windows 10 nicht mehr

Verfasst: 2. Jan 2016, 18:56
von Ruedi1_99
Sorry, unter C:\Users gibt es bei mir kein Verzeichnis MS.

Unter meinem Benutzernamen (gekürzt) gibt es C:\Users\R...\AppData\Local\Microsoft_Corporation\Launchpad.exe_StrongName_lmbeq... und dasselbe mit DashboardClient...


Ich habe beide umbenannt und - welch Wunder - das Launchpad funktioniert wieder.

Danke, aber wie soll man darauf kommen...

Re: Launchpad startet nach Update auf Windows 10 nicht mehr

Verfasst: 2. Jan 2016, 19:23
von larry
Klar. Unter MS war ich angemeldet, als ich den Pfad kopiert habe und hatte vergessen das mit anzugeben... Ich ändere es mal ab, falls noch jemand den Pfad sucht.

In dem Pfad werden die Einstellungen des Launchpads als XML Datei abgespeichert. Mit den Dateien hat dann irgend etwas nicht gepasst. Man muss nicht alles verstehen :nw Hauptsache es geht wieder.