We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Windows x64.
Festival GUI v1.0.0 to v1.3.3.
v1.0.0
v1.3.3
Festival GUI hangs (stops responding) on song selection on certain Windows builds.
It is most likely blocking on souvlaki, where it is attempting to connect to the OS media controls API.
souvlaki
This can be confirmed by running:
.\Festival.exe --disable-media-controls
where it runs fine.
Either all of Windows 10 machines or specific machines with outdated drivers may be affected.
Steps to reproduce the behavior:
The text was updated successfully, but these errors were encountered:
It is hanging on this line exactly:
https://github.com/Sinono3/souvlaki/blob/384539fe83e8bf5c966192ba28e9405e3253619b/src/platform/windows/mod.rs#L188
It might have to do with the custom dummy window used.
Passing the HWND from Festival GUI is a solution, but it does not fix festivald, since it doesn't have a window.
HWND
Festival GUI
festivald
Sorry, something went wrong.
No branches or pull requests
OS & Version
Windows x64.
Festival GUI
v1.0.0
tov1.3.3
.Bug
Festival GUI hangs (stops responding) on song selection on certain Windows builds.
It is most likely blocking on
souvlaki
, where it is attempting to connect to the OS media controls API.This can be confirmed by running:
where it runs fine.
Either all of Windows 10 machines or specific machines with outdated drivers may be affected.
Steps
Steps to reproduce the behavior:
The text was updated successfully, but these errors were encountered: