Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Desktop/Wallpaper frozen after sleep until I power cycle my monitor. #2178

Open
Calab opened this issue Mar 31, 2024 · 5 comments
Open

Desktop/Wallpaper frozen after sleep until I power cycle my monitor. #2178

Calab opened this issue Mar 31, 2024 · 5 comments
Labels
bug Something isn't working question Further information is requested

Comments

@Calab
Copy link

Calab commented Mar 31, 2024

I see some issues related to sleep, but they all appear to be closed.

When my computer has been asleep for a while (20 minutes?) and I wake it up, the desktop appears, but the wallpaper is either not there or not moving. The desktop appears to be frozen but the mouse pointer moves around. Double clicking an icon doesn't appear to do anything. It's like the desktop is frozen. Sleeping for a short period doesn't seem to cause the issue.

If I power cycle my monitor, the desktop and wallpaper operate normally. Any icons that I clicked earlier will have their windows open as they should have been before the power cycle.

When the issue is happening, it's seems like I'm looking at a copy of my desktop, not the actual desktop.

I've tried a few different videos, so I don't think it's related to the wallpaper I choose.

I would expect the desktop and wallpaper to work as normal after sleeping.

This is Windows 11, version 23H2 build 22631.3374. I'm using a nVidia RTX 3060 video card with 12GB of memory. Resolution is 512x1440 on my 48" wide monitor. My power settings are to turn off the monitor after 10 minute and sleep after 15. Hibernation is disabled.

Lively version is v2.0.7.4.

Log file is attached.
lively_log_20240331_163623.zip

@Calab Calab added the bug Something isn't working label Mar 31, 2024
@rocksdanister
Copy link
Owner

Can you try turning off GPU Decode under Wallpaper -> Video Player settings.

@Calab
Copy link
Author

Calab commented Apr 1, 2024

Setting turned off. I will let you know if that makes a difference.

@Calab
Copy link
Author

Calab commented Apr 1, 2024

Still doing the same thing with GPU Decode turned off.

Not sure if it makes a difference, but I had mpv as the video player. I just changed it to wmf and I'll let you know if that changes anything.

@Calab
Copy link
Author

Calab commented Apr 2, 2024

When using wmf to play the wallpaper, the computer never goes to sleep.

I manually put the computer to sleep for about 20 minutes and still the same issue when it woke up.

@rocksdanister
Copy link
Owner

rocksdanister commented May 15, 2024

There is already code to restart wallpaper during lockscreen unlock if crashed:

if (Wallpapers.Any(x => x.IsExited))
{
Logger.Info("Wallpaper crashed after unlock, resetting..");
await ResetWallpaperAsync();
}

But I am not sure when it is crashing exactly, I can't find this message in the logfile:

Logger.Info("Lockscreen Session ended!");

Try to recreate the issue and share the logfile with this message.. if its happening few seconds after unlock I may have to take that into account.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants