-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Open
Labels
Description
mpv Information
I downloaded the latest winbuild version from here: https://github.com/zhongfly/mpv-winbuild/releases/tag/2025-07-16-440f35a
The --version
flag doesn't print anything (?).
Other Information
- Windows version: Microsoft Windows [Version 10.0.22621.1344]
- GPU model, driver and version: Intel N100 UHD Graphics
- Source of mpv: https://github.com/zhongfly/mpv-winbuild
- Latest known working version: -
- Issue started after the following happened: -
Reproduction Steps
- Start mpv with the
--input-ipc-server=pipe
flag - Connect to the IPC server
- Send a
loadfile
command withasync
set totrue
- No response
Expected Behavior
The player returns a JSON like {"request_id":0,"error":"success","data":{"playlist_entry_id":1}}
.
Actual Behavior
The player does not return anything, even though the command succeeds (the new file loads).
Log File
Sample Files
No response
I carefully read all instruction and confirm that I did the following:
- I tested with the latest mpv version to validate that the issue is not already fixed.
- I provided all required information including system and mpv version.
- I produced the log file with the exact same set of files, parameters, and conditions used in "Reproduction Steps", with the addition of
--log-file=output.txt
. - I produced the log file while the behaviors described in "Actual Behavior" were actively observed.
- I attached the full, untruncated log file.
- I attached the backtrace in the case of a crash.