-
-
Notifications
You must be signed in to change notification settings - Fork 305
Closed
Labels
Milestone
Description
- WDD Version: 5.4.1
- OS Version: Windows 11 Pro for Workstations 23H2 22631.3155
Steps to Reproduce:
- Just run the game with PC startup
- Look at the screen and wait for the error message.
Are you using the Microsoft Store version of WDD?: Yes/No No
Here is the error log
[2024-02-16 16:34:05.082] System.IO.FileNotFoundException: The system cannot find the file specified. (0x80070002)
at WinDynamicDesktop.COM.IDesktopWallpaper.SetWallpaper(String monitorID, String wallpaper)
at WinDynamicDesktop.WallpaperApi.SetWallpaper(String imagePath, Int32 displayIndex)
at WinDynamicDesktop.UwpHelper.SetWallpaper(String imagePath, Int32 displayIndex)
at System.Threading.Tasks.Task.<>c.<ThrowAsync>b__128_1(Object state)
at System.Threading.ThreadPoolWorkQueue.Dispatch()
at System.Threading.PortableThreadPool.WorkerThread.WorkerThreadStart()
[2024-02-17 03:24:59.016] System.IO.FileNotFoundException: The system cannot find the file specified. (0x80070002)
at WinDynamicDesktop.COM.IDesktopWallpaper.SetWallpaper(String monitorID, String wallpaper)
at WinDynamicDesktop.WallpaperApi.SetWallpaper(String imagePath, Int32 displayIndex)
at WinDynamicDesktop.UwpHelper.SetWallpaper(String imagePath, Int32 displayIndex)
at System.Threading.Tasks.Task.<>c.<ThrowAsync>b__128_0(Object state)
at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
at System.Reflection.MethodBaseInvoker.InvokeDirectByRefWithFewArgs(Object obj, Span`1 copyOfArgs, BindingFlags invokeAttr)
[2024-02-17 03:25:32.041] System.IO.FileNotFoundException: The system cannot find the file specified. (0x80070002)
at WinDynamicDesktop.COM.IDesktopWallpaper.SetWallpaper(String monitorID, String wallpaper)
at WinDynamicDesktop.WallpaperApi.SetWallpaper(String imagePath, Int32 displayIndex)
at WinDynamicDesktop.UwpHelper.SetWallpaper(String imagePath, Int32 displayIndex)
at System.Threading.Tasks.Task.<>c.<ThrowAsync>b__128_0(Object state)
at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
at System.Reflection.MethodBaseInvoker.InvokeDirectByRefWithFewArgs(Object obj, Span`1 copyOfArgs, BindingFlags invokeAttr)
This error just came out after the program upgraded itself yesterday.
I cannot see what file specified the program is looking for.
Reactions are currently unavailable