You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 20, 2024. It is now read-only.
Every time I try to run the program, I get an Exception Error.
All I have to do is try to open the program.
//General information
//...........................................................
Report.Date = "Saturday, May 18, 2024 8:26:13 PM";
OS = "Windows 11, 10.0.22631.3593, 64-bit";
WinPaletter.Version = "1.0.9.3, Build: Release";
WinPaletter.Language = "English";
WinPaletter.Debugging = false;
//Error details
//...........................................................
Exception.message = "Object reference not set to an instance of an object.";
Exception.type = "System.NullReferenceException";
Exception.stack.trace =
{
at WinPaletter.Program.GetWallpaperFromRegistry()
at WinPaletter.Program.FetchSuitableWallpaper(Manager TM, WindowStyle previewConfig)
at WinPaletter.Program.InitializeApplication(Boolean showLoginDialog)
at WinPaletter.User.OnUserSwitch(UserChangeEventArgs e)
at WinPaletter.User.set_SID(String value)
at WinPaletter.User.Login(Boolean ForceShow, Boolean SkipToCurrentUser)
at WinPaletter.Program.InitializeApplication(Boolean showLoginDialog)
at WinPaletter.Program.Main(String[] args)
};
Exception.target.void_function = "WinPaletter.GetWallpaperFromRegistry()";
Exception.assembly = "WinPaletter, Version=1.0.9.3, Culture=neutral, PublicKeyToken=null";
Exception.assembly.file = "C:\Users\Manwi\Downloads\WinPaletter.exe";
Exception.HRESULT = -2147467261;
The text was updated successfully, but these errors were encountered:
Every time I try to run the program, I get an Exception Error.
All I have to do is try to open the program.
//General information
//...........................................................
Report.Date = "Saturday, May 18, 2024 8:26:13 PM";
OS = "Windows 11, 10.0.22631.3593, 64-bit";
WinPaletter.Version = "1.0.9.3, Build: Release";
WinPaletter.Language = "English";
WinPaletter.Debugging = false;
//Error details
//...........................................................
Exception.message = "Object reference not set to an instance of an object.";
Exception.type = "System.NullReferenceException";
Exception.stack.trace =
{
at WinPaletter.Program.GetWallpaperFromRegistry()
at WinPaletter.Program.FetchSuitableWallpaper(Manager TM, WindowStyle previewConfig)
at WinPaletter.Program.InitializeApplication(Boolean showLoginDialog)
at WinPaletter.User.OnUserSwitch(UserChangeEventArgs e)
at WinPaletter.User.set_SID(String value)
at WinPaletter.User.Login(Boolean ForceShow, Boolean SkipToCurrentUser)
at WinPaletter.Program.InitializeApplication(Boolean showLoginDialog)
at WinPaletter.Program.Main(String[] args)
};
Exception.target.void_function = "WinPaletter.GetWallpaperFromRegistry()";
Exception.assembly = "WinPaletter, Version=1.0.9.3, Culture=neutral, PublicKeyToken=null";
Exception.assembly.file = "C:\Users\Manwi\Downloads\WinPaletter.exe";
Exception.HRESULT = -2147467261;
The text was updated successfully, but these errors were encountered: