-
Notifications
You must be signed in to change notification settings - Fork 78
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
Crashes on tray icon mouseover - windows 11 #45
Comments
Hi, same to me. Moreover: VirtualDesktopManager does not work at all on Win11. Is there anyone out there to make this very helpfull tool working again? |
I've been working on my fork of this tool since February : iskmz/VirtualDesktopManager , and understood few things about its "inner workings" a suggestion: basically, this tool depends on two main repositories: GlobalHotKey & VirtualDesktop which are included as NuGet packages. VirtualDesktop was updated to work for Windows11 , but this tool uses version 2.0.0-beta3 of it , while the latest is 5.0.5 so download the source (clone) -> open in visual studio -> in the solution explorer (usually to the right) Right-click references -> choose "Manage Nuget Packages" : there you can update VirtualDesktop to the latest, but BEWARE that it needs at least .Net framework 5.0 update, and will limit working version of win10 to 20H1 at minimum (not for any previous version) , also it might need to adapt the source code to the new updated VirtualDesktop.dll (not sure about this one) ... Anyways, I didn't update it for now, because I don't have a Win11 capable device, and cannot check it ... but I might, in the future, release a parallel version with the updated VirtualDesktop ... |
took me a couple of days to do what I mentioned above; was not that easy to adapt to .net-core-5, because need to make some changes to code for it to work. but here it is: v2.4.1_w11--beta1 !! NOTE: that it was NOT tested on windows11 (don't have one) , but I believe it should work. would love your feedback to get a sense of its working condition [or crashing condition 😎] |
It does not work on Windows 11 22H2 it crashes on VirtualDesktop.GetDesktops() with exception
|
@waldimen however, If the error happened for an earlier win11 version then the problem is deeper and perhaps I should install win11 on a VM or something to check things out .. but have no time recently ... |
I'm using windows 11 22H2 and I had the same problem, to solve it without having to change the repository I used the source of this pull request that was suggested here and compiled VirtualDesktop.dll, and replaced the compiled one on VirtualDesktopManager .exe folder. It was necessary to use the fork of @iskmz. Thanks @iskmz for the project migration. |
thanks @plhjd for your response |
VirtualDesktop.zip |
@plhjd |
Hi I am trying to use VirtualDesktopManager on windows 11 and it crashes as soon as I hover the mouse on the tray icon.
The text was updated successfully, but these errors were encountered: