-
Notifications
You must be signed in to change notification settings - Fork 4
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
Keys not working #2
Comments
Hello guys, thanks for the report. I am looking into this currently. For Windows 7 there appears to be a failure while calling one of the service level APIs, in this case:
The StreamDeck software is checking the current session information with the 'WTSSessionInfoEx' flag here for some reason and this is landing up returning bad data causing the function using it to return a bad value. This return causes the StreamDeck to skip over processing the grid key press. (Pressing a button on the deck.) I am not familiar with this API so I am looking into this a bit more before I opt. to just patch the given function as needed to bypass this check. But, I am able to make the deck fully work on Windows 7 by adjusting the program to ignore what this API is doing. So I will hopefully have something posted in the near future to fix this for Windows 7. |
Lazy software engeneers...
The applications i build for my clients still work on xp haha
Op ma 27 apr. 2020 06:16 schreef Rustyb0y <notifications@github.com>:
… After a few checks it seems Elgato Stream Deck will not work on windows 7
due to certain o/s components missing. It will work on 8 and 8.1 though.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#2 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/APLBRBKOGYKSW6DFXC5ACATROUBJVANCNFSM4MRHINPA>
.
|
If any other developer runs into this issue, it appears this is a known bug to Microsoft, yay..
|
I hope you can fix it. Big ShoutOut to you. You can help a lot of people
with this.
Op ma 27 apr. 2020 07:57 schreef atom0s <notifications@github.com>:
… Hello guys, thanks for the report. I am looking into this currently.
For Windows 7 there appears to be a failure while calling one of the
service level APIs, in this case:
- WTSGetActiveConsoleSessionId
- WTSQuerySessionInformationW
The StreamDeck software is checking the current session information with
the 'WTSSessionInfoEx' flag here for some reason and this is landing up
returning bad data causing the function using it to return a bad value.
This return causes the StreamDeck to skip over processing the grid key
press. (Pressing a button on the deck.)
I am not familiar with this API so I am looking into this a bit more
before I opt. to just patch the given function as needed to bypass this
check. But, I am able to make the deck fully work on Windows 7 by adjusting
the program to ignore what this API is doing. So I will hopefully have
something posted in the near future to fix this for Windows 7.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#2 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/APLBRBIP3RWWQSB2IITF2K3ROUNDVANCNFSM4MRHINPA>
.
|
This is now fixed in the latest release. :) v1.0.0.1 |
Hi,
Software installed: Yes and working
Hardware installed: Yes and LCD keys are getting data from the software so thats okay.
The only issue i have is, when i press a LCD button, nothing happens.
Did you had the same problem?
OS: Win 7 64-bit
The text was updated successfully, but these errors were encountered: