dankrusi / WindowsVirtualDesktopHelper

App to help manage Virtual Desktops for Windows 10 and Windows 11

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug]: LoadImplementationWithFallback

cmwg71 opened this issue · comments

What happened?

Startup issue (as known) just here reporting with the newest 1.16.0.0 Version

WVDH Version

1.16.0.0

Windows Version

Windows 11 22H2 22621.3085

Relevant log output

Oh no! It seems your version of Windows is not yet supported! This is most likely due to your Windows Version being a Insider/Canary build, or a having a new patch where the APIs have changed. You can report the issue, but please be patient as it's a lot of work to keep up with all the Windows versions! 
Error: No implementation loaded successfully, tried: VirtualDesktopWin11_23H2, VirtualDesktopWin11_Insider25314, VirtualDesktopWin11_Insider22631, VirtualDesktopWin11_Insider, VirtualDesktopWin11_22H2, VirtualDesktopWin11_21H2, VirtualDesktopWin10 (LoadImplementationWithFallback)
   bei WindowsVirtualDesktopHelper.App..ctor()
   bei WindowsVirtualDesktopHelper.Program.Main(String[] args)

Windows Build: 22621
Windows Version: 22H2
Windows Virtual Desktop Helper Version: 1.16.0.0
Virtual Desktop Implementation: VirtualDesktopWin11_23H2

Log:
Using config file: C:\Program Files (x86)\Windows Virtual Desktop Helper\WindowsVirtualDesktopHelper.exe.config
GetImplementationForOS: Windows Build Version: 22621
GetImplementationForOS: Detected Windows 11 23H2 due to build >= 22621.2050
LoadImplementationWithFallback: trying to load implementation VirtualDesktopWin11_23H2
LoadImplementation: Loading VDImplementation: VirtualDesktopWin11_23H2...
LoadImplementationWithFallback: failed to load VirtualDesktopWin11_23H2
LoadImplementationWithFallback: trying to load implementation VirtualDesktopWin11_Insider25314
LoadImplementation: Loading VDImplementation: VirtualDesktopWin11_Insider25314...
LoadImplementationWithFallback: failed to load VirtualDesktopWin11_Insider25314
LoadImplementationWithFallback: trying to load implementation VirtualDesktopWin11_Insider22631
LoadImplementation: Loading VDImplementation: VirtualDesktopWin11_Insider22631...
LoadImplementationWithFallback: failed to load VirtualDesktopWin11_Insider22631
LoadImplementationWithFallback: trying to load implementation VirtualDesktopWin11_Insider
LoadImplementation: Loading VDImplementation: VirtualDesktopWin11_Insider...
LoadImplementationWithFallback: failed to load VirtualDesktopWin11_Insider
LoadImplementationWithFallback: trying to load implementation VirtualDesktopWin11_22H2
LoadImplementation: Loading VDImplementation: VirtualDesktopWin11_22H2...
LoadImplementationWithFallback: failed to load VirtualDesktopWin11_22H2
LoadImplementationWithFallback: trying to load implementation VirtualDesktopWin11_21H2
LoadImplementation: Loading VDImplementation: VirtualDesktopWin11_21H2...
LoadImplementationWithFallback: failed to load VirtualDesktopWin11_21H2
LoadImplementationWithFallback: trying to load implementation VirtualDesktopWin10
LoadImplementation: Loading VDImplementation: VirtualDesktopWin10...
LoadImplementationWithFallback: failed to load VirtualDesktopWin10

If it is the same as i already tried (see above: Windows Virtual Desktop Helper Version: 1.16.0.0) then nope it does not work, same error as with the previous 1.15.

@cmwg71 That's strange, because I installed exactly 22621.3085, and it works for me... ?

2024-01 Cumulative Update Preview for Windows 11 Version 23H2 for x64-based Systems (KB5034204)
this is the problematic update package, remove it and error will gone

2024-01 Cumulative Update Preview for Windows 11 Version 23H2 for x64-based Systems (KB5034204) this is the problematic update package, remove it and error will gone

removing at this moment will report

Bingo. Removing KB5034204 does the trick. Not a long term solution though, since it will come next month patch day.