Krutonium / Windows-10-Login-Background-Changer

Changes the Windows 10 Login Screen Background
http://forums.mydigitallife.info/threads/62367-Windows-10-Login-Screen-Background-Changer!-Uploading-to-GitHub!
Other
692 stars 99 forks source link

Crash Windows 10 Login Background Changer #258

Closed razy69 closed 8 years ago

razy69 commented 9 years ago

Hi,

I've got a crash just after accepting the CLUF. Here is the log

### W10_Logon_BG_Changer Crash ###
 L'invocation du constructeur sur le type 'W10_Logon_BG_Changer.MainWindow' qui correspond aux contraintes de liaison spécifiées a levé une exception.
'System.Dynamic.ExpandoObject' ne contient pas de définition pour 'title_dg_disabled'
    à System.Windows.Markup.WpfXamlLoader.Load(XamlReader xamlReader, IXamlObjectWriterFactory writerFactory, Boolean skipJournaledProperties, Object rootObject, XamlObjectWriterSettings settings, Uri baseUri)
    à System.Windows.Markup.WpfXamlLoader.LoadBaml(XamlReader xamlReader, Boolean skipJournaledProperties, Object rootObject, XamlAccessLevel accessLevel, Uri baseUri)
    à System.Windows.Markup.XamlReader.LoadBaml(Stream stream, ParserContext parserContext, Object parent, Boolean closeStream)
    à System.Windows.Application.LoadBamlStreamWithSyncInfo(Stream stream, ParserContext pc)
    à System.Windows.Application.LoadComponent(Uri resourceLocator, Boolean bSkipJournaledProperties)
    à System.Windows.Application.DoStartup()
    à System.Windows.Application.<_ctorb__0(Object unused)
    à System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
    à System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
    à System.Windows.Threading.DispatcherOperation.InvokeImpl()
    à System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
    à System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
    à System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
    à System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
    à System.Windows.Threading.DispatcherOperation.Invoke()
    à System.Windows.Threading.Dispatcher.ProcessQueue()
    à System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
    à MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
    à MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
    à System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
    à System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
    à System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
    à MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
    à MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
    à System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
    à System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame)
    à System.Windows.Application.RunDispatcher(Object ignore)
    à System.Windows.Application.RunInternal(Window window)
    à System.Windows.Application.Run(Window window)
    à W10_Logon_BG_Changer.App.Main()
Toyz commented 9 years ago

this is cause the language libary is missing a certain string, try and complie it from source and run it form source code

ethanhs commented 8 years ago

Closing, also it seems to be a problem with background disabled in the registry.

darth62969 commented 8 years ago

this has also been fixed, see if you can spot the typo in the error message.

(: Jonathan :)

On Fri, Oct 23, 2015 at 12:37 AM, Ethan notifications@github.com wrote:

Closing, also it seems to be a problem with background disabled in the registry.

— Reply to this email directly or view it on GitHub https://github.com/PFCKrutonium/Windows-10-Login-Background-Changer/issues/258#issuecomment-150468011 .