v. 5.6.1 throwing random "Class not registered" errors #642
Unanswered
JavaWeasel
asked this question in
Q&A
Replies: 1 comment 5 replies
-
@JavaWeasel Does this error happen every time the wallpaper is updated, or just occasionally? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm on Win10 using WDD v. 5.6.1. I'm assuming there's a DLL that needs to be registered, but I can't figure out which one it is by looking at ProcessMonitor. Here's the error:
{
"ClassName": "System.Runtime.InteropServices.COMException",
"Message": "Class not registered (0x80040154 (REGDB_E_CLASSNOTREG))",
"Data": null,
"InnerException": null,
"HelpURL": null,
"StackTraceString": " at WinDynamicDesktop.COM.DesktopWallpaperFactory.Create()\r\n at WinDynamicDesktop.WallpaperApi.SetWallpaper(String imagePath, Int32 displayIndex)\r\n at WinDynamicDesktop.DesktopHelper.SetWallpaper(String imagePath, Int32 displayIndex)\r\n at WinDynamicDesktop.EventScheduler.HandleDisplayEvent(DisplayEvent e)",
"RemoteStackTraceString": null,
"RemoteStackIndex": 0,
"ExceptionMethod": null,
"HResult": -2147221164,
"Source": "WinDynamicDesktop",
"WatsonBuckets": null
}
I'm hoping someone can point out the DLL so I can register it.
Beta Was this translation helpful? Give feedback.
All reactions