Ciantic / VirtualDesktopAccessor

DLL for accessing Windows 11/10 Virtual Desktop features from e.g. AutoHotkey
MIT License
782 stars 93 forks source link

Having trouble running newlooper VirtualDesktop with your script running #89

Open mdear opened 10 months ago

mdear commented 10 months ago

Hello,

Thanks for the post https://github.com/Ciantic/VirtualDesktopAccessor/releases/tag/2024-01-25-windows11

I downloaded AHKv2 and compiled your script, placed the released DLL in the directory target/debug relative to the compiled script.

I downloaded https://github.com/newlooper/VirtualSpace/releases/tag/Build-0.2.698

With the AHKv2 compiled script from your release running, I then ran the following command in a cmd window with admin privileges:

"C:\path\to\Procdump\procdump.exe" -e -ma -w -wer -accepteula -mk -t -x "C:\path\to\CrashDumps" "C:\path\to\VirtualSpace\VirtualSpace.exe"

The VirtualSpace app immediately crashed, dump links follow:

https://www.dropbox.com/scl/fi/l686vst3audycotnhbaxf/VirtualSpace.exe_240129_042204.dmp?rlkey=uho89ab0is0hsxhgx6nmuzcl9&dl=0

https://www.dropbox.com/scl/fi/bujq623anchfd42wtqlqe/VirtualSpace.exe_240129_042204.Kernel.dmp?rlkey=af69eckw6vke2oar82chgsogq&dl=0

Is there any way you can help me get this running? The developer newlooper does not appear to be responding to requests lately.

Kind regards,