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

vl: Always pass dvd_path to the driver and handle errors #2050

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

wilkovatch
Copy link
Contributor

@wilkovatch wilkovatch commented Mar 21, 2025

Closes #1964.

Side note: loading images via URLs works on Linux, but not on Windows, where it fails with the following messages:

fd=1672 is not a socket, AIO implementation is missing
fd=1672 is not a socket, AIO implementation is missing
curl: Connection timed out after 5002 milliseconds
warning: Could not read image for determining its format: Input/output error

(EDIT: looks like an upstream issue, the same happens on QEMU)
(EDIT 2: It's caused by this and the next 3 commits, a partial revert (for the non-socket case only) solves the issue, but that's outside the scope of this PR)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve dvd_drive path checking
1 participant