aasmal97 / Window-Actions

A StreamDeck Plugin that allows a user to perform window actions, and navigate virtual desktops, on a windows machine
https://marketplace.elgato.com/product/window-actions-1466943f-b058-4e6c-be04-cbd65ce09b31
MIT License
8 stars 0 forks source link

installs but isn't there or doesn't work with latest 6.05 stream deck software and windows 11 #3

Closed xnaron closed 1 year ago

xnaron commented 1 year ago

It installs but isn't there or doesn't work with latest 6.05 stream deck software and windows 11. Running latest version. The setup file linked on main page goes to a violates google terms of service page. It was working fine before the Feb 21/2023 update.

xnaron commented 1 year ago

So it does install but it doesn't work. Clicking on "Active Windows" does not launch GuiPropView. The program is there ..\AppData\Roaming\Elgato\StreamDeck\Plugins\com.arkyasmal.windowactions.sdPlugin\app\executables and does run if I start it there. Minimize and Maximize do nothing. I have tried it on two separate machines running 6.05 and windows 11 with latest plugin available on the elgato store from within the app.

aasmal97 commented 1 year ago

@xnaron The setup file link might be stale, I'll update it. The same setup file can be found here though. Have you tried uninstalling, then re-installing the app?

Although, I see that the partial title identifier does not work when you select from the dropdown. I'm going to look into it, and see if I can fix this functionality.

Opening up a new branch. If there are other issues after re-installing please post them here

xnaron commented 1 year ago

Yes I have tried uninstalling and reinstalling on both machines.

On Wed, Feb 22, 2023, 4:33 p.m. Arky Asmal @.***> wrote:

The setup file link might be stale, I'll update it. The same setup file can be found here though https://github.com/aasmal97/Window-Actions/releases/tag/v1.2.0. Have you tried uninstalling, then re-installing the app?

Although, I see that the partial title identifier does not work when you select from the dropdown. I'm going to look into it, and see if I can fix this functionality.

Opening up a new branch. If there are other issues after re-installing please post them here

— Reply to this email directly, view it on GitHub https://github.com/aasmal97/Window-Actions/issues/3#issuecomment-1441002966, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAGXSLIVFRLRBD4BD6E52FTWY2O6DANCNFSM6AAAAAAVE56SEQ . You are receiving this because you authored the thread.Message ID: @.***>

aasmal97 commented 1 year ago

@xnaron Found the issue! Unsurprisingly this was a simple typo when checking a conditional. Sorry about that! This is why I ought to drink more coffee haha. Fixing it now, I'll release the new app soon :) !

image_2023-02-22_184120044

It is strange that you can't open the active windows app though. Is that still an issue?

xnaron commented 1 year ago

Hahaha. Been there. Done that. :)

On Wed, Feb 22, 2023, 4:46 p.m. Arky Asmal @.***> wrote:

Found the issue! Unsurprisingly this was a simple typo when checking a conditional. Sorry about that! This is why I ought to drink more coffee haha. Fixing it now, I'll release the new app soon :) !

[image: image_2023-02-22_184120044] https://user-images.githubusercontent.com/74555081/220788543-f3038c8f-d89f-4705-942d-ae5c686297db.png

— Reply to this email directly, view it on GitHub https://github.com/aasmal97/Window-Actions/issues/3#issuecomment-1441012434, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAGXSLPKVCT2CVITSJVYY73WY2QPDANCNFSM6AAAAAAVE56SEQ . You are receiving this because you were mentioned.Message ID: @.***>

aasmal97 commented 1 year ago

@xnaron if possible can you download the new release file and see if your issue has gone away? It is release v1.2.1

xnaron commented 1 year ago

It is working now! Thank you!

aasmal97 commented 1 year ago

Awesome! Yeah, I suspect the undefined input would cause the websocket server to crash since it's an unexpected value, hence the other bugs like the active window button not working. Good to hear!