Skip to content
This repository has been archived by the owner on May 20, 2024. It is now read-only.

Cant open WinPaletter in win11. Exception Error #234

Open
manwichman44 opened this issue May 19, 2024 · 1 comment
Open

Cant open WinPaletter in win11. Exception Error #234

manwichman44 opened this issue May 19, 2024 · 1 comment
Assignees
Labels
issue Issue

Comments

@manwichman44
Copy link

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;


@Abdelrhman-AK
Copy link
Owner

Try changing your wallpaper into another image then reuse the previous image.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
issue Issue
Projects
None yet
Development

No branches or pull requests

2 participants