Skip to content
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

Windows hangs on MediaControls::set_metadata() #39

Open
hinto-janai opened this issue Dec 2, 2023 · 1 comment
Open

Windows hangs on MediaControls::set_metadata() #39

hinto-janai opened this issue Dec 2, 2023 · 1 comment
Labels
bug Something isn't working windows Issues related to Windows

Comments

@hinto-janai
Copy link

Hello, first of all - thanks for this library.

I have some code interacting with souvlaki, based off one of the examples to create a dummy window.

I'm encountering some issues on Windows 10 Pro 10.0.19045 Build 19045.

This line inside of MediaControls::set_metadata() will hang forever:

let results = loader.get()?;

Calling pump_event_queue() has not been necessary in my case on other machines for quite a while, but I added it back just in-case, however MediaControls::set_metadata() still hangs.

The file:// URL passed is a normal PATH to an image file.

This code does work on some other Windows 10/11 I have though, so I'm not sure what's going on.

@Sinono3 Sinono3 added bug Something isn't working windows Issues related to Windows labels Jan 5, 2024
@Sinono3
Copy link
Owner

Sinono3 commented Jan 5, 2024

To be honest, I'm not familiar with the code of the dummy window since it was merged in a PR (#34). It seems pretty strange that it would only fail in that build though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working windows Issues related to Windows
Projects
None yet
Development

No branches or pull requests

2 participants