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

Reported via Reddit #268

Closed Krutonium closed 8 years ago

Krutonium commented 8 years ago

W10_Logon_BG_Changer Crash

The invocation of the constructor on type 'W10Logon_BG_Changer.MainWindow' that matches the specified binding constraints threw an exception. 'System.Dynamic.ExpandoObject' does not contain a definition for 'title_dg_disabled' at System.Windows.Markup.WpfXamlLoader.Load(XamlReader xamlReader, IXamlObjectWriterFactory writerFactory, Boolean skipJournaledProperties, Object rootObject, XamlObjectWriterSettings settings, Uri baseUri) at System.Windows.Markup.WpfXamlLoader.LoadBaml(XamlReader xamlReader, Boolean skipJournaledProperties, Object rootObject, XamlAccessLevel accessLevel, Uri baseUri) at System.Windows.Markup.XamlReader.LoadBaml(Stream stream, ParserContext parserContext, Object parent, Boolean closeStream) at System.Windows.Application.LoadBamlStreamWithSyncInfo(Stream stream, ParserContext pc) at System.Windows.Application.LoadComponent(Uri resourceLocator, Boolean bSkipJournaledProperties) at System.Windows.Application.DoStartup() at System.Windows.Application.<_ctor>b_0(Object unused) at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs) at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler) at System.Windows.Threading.DispatcherOperation.InvokeImpl() at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state) at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Windows.Threading.DispatcherOperation.Invoke() at System.Windows.Threading.Dispatcher.ProcessQueue() at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled) at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled) at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o) at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs) at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler) at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs) at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam) at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg) at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame) at System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame) at System.Windows.Application.RunDispatcher(Object ignore) at System.Windows.Application.RunInternal(Window window) at System.Windows.Application.Run(Window window) at W10_Logon_BG_Changer.App.Main()

ethanhs commented 8 years ago

Duplicate of #167 and #214.

Solution (thanks @SkullyKiddo) ::

1 - Start > Run > "regedit" 2 - HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\System 3 - Find/Create the value DisableLogonBackgroundImage (DWORD 32 bit) 4 - Set it to 0 5 - Save and execute the application

I think.

darth62969 commented 8 years ago

we really need to deploy the fix of that...

(: Jonathan :)

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

Duplicate of #167 https://github.com/PFCKrutonium/Windows-10-Login-Background-Changer/issues/167 and #214 https://github.com/PFCKrutonium/Windows-10-Login-Background-Changer/issues/214 .

Solution (thanks @SkullyKiddo https://github.com/SkullyKiddo) ::

1 - Start > Run > "regedit" 2 - HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\System 3 - Find/Create the value DisableLogonBackgroundImage (DWORD 32 bit) 4 - Set it to 0 5 - Save and execute the application

I think.

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

darth62969 commented 8 years ago

as this has been fixed in the latest dev release, i will go ahead and close it.