MScholtes / VirtualDesktop

C# command line tool to manage virtual desktops in Windows 10
MIT License
606 stars 60 forks source link

Broken on Win11 build 22581 #35

Closed tauvinen closed 2 years ago

tauvinen commented 2 years ago

...from Windows beta channel, but I guess as they have changed the taskbar quite heavily it will affect also the release version, once out.

And the problem description: no visible errors, just does not change the desktop.

MScholtes commented 2 years ago

Got no build 22581 'til now, check this when it arrives.

Slion commented 2 years ago

I have a similar issue using that other library: https://github.com/Grabacr07/VirtualDesktop/issues/74

Could you explain to me how I can determine the CLSID from those interfaces? I was trying to work it out with oleview.exe without luck so far.

MScholtes commented 2 years ago

@NyaMisty made a short explanation here: https://github.com/mntone/VirtualDesktop/pull/1#issuecomment-922269079

With a little luck step 1 is sufficient (in opposite to what @NyaMisty told you can get the new CLSIDs in step 1 too).

Greetings

Markus

NyaMisty commented 2 years ago

But I'm on 22598 and my fork works flawlessly

Slion commented 2 years ago

But I'm on 22598 and my fork works flawlessly

Could this have to do with the method used to fetch the interfaces, by Name or by Id?

Slion commented 2 years ago

But I'm on 22598 and my fork works flawlessly

You mean this one: https://github.com/NyaMisty/VirtualDesktop

It looks like quite lot has changed in the main repository since your fork though. Does it work for .NET 6? Are you publishing the NuGet somewhere? Does it still work with Windows 10? Does it support Virtual Desktop change notifications?

MScholtes commented 2 years ago

Hello @Slion,

I'm a bit indignant now.

I downloaded the latest Insider version and installed it in a virtual machine, only to find out that everything works fine with my VirtualDesktop tool (similar to what @NyaMisty already described for his fork of the @Grabacr07 tool). I could have saved myself the work!

Please use only the repository that is affected for issues and discussions!

I am therefore closing this issue as it has been resolved.

Markus

Slion commented 2 years ago

@MScholtes sorry for the misunderstanding. I never meant to imply I had an issue with your tool, @tauvinen opened this issue and it looked similar to my issue with @Grabacr07 library so I thought linking both issues together could help resolve them.

Still, I'm grateful for your time and support, it's been most useful to me.

NyaMisty commented 2 years ago

Both tool have my fork, pls see the repo network to see my fork (as they are having the same name)