-
Notifications
You must be signed in to change notification settings - Fork 3k
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
mpv-x86_64-v3-20231106-git-84de84b.7z
build doesn't work
#12818
Comments
Can confirm for
So 84de84b Same on my machine.. NB; For those not really aware how this works on Windows: Edit: @Obegg |
@Hrxn It is recommended to use the link file provided by Dudemanguy for testing, there was also an update to mpv-winbuild-cmake 13 hours ago and we need to rule it out. |
I am positive.. But by looking at https://github.com/mpv-player/mpv/commits/master/
|
FFS, I cannot download the automatic build artifacts linked by @Dudemanguy above with curl or pwsh. Only in the browser, apparently, but then they all have the same "wrong" filename, which is annoying. |
Ah, well, nevermind. Dudemanguy's links above all get me zipfiles, each with a contained zipfile, and these have the (shortened) SHA commit ID, so it's okay. |
Hello, this sounds pretty similar to my problem. The last working commit is 3a8b107 Here is the output of strace using 174df99: http://0x0.st/HtQg.strace |
Can you narrow down whatever compiler flag you're using that makes the difference? |
I used the same meson arguments and {C,LD}FLAGS EDIT: I just removed the pkg-config paths and the |
To be honest @sevz17, I don't think this is the same issue. Playback is working for me here (Windows 10 22H2 19045.3636)
This is 84de84b which should be the latest commit. Only one issue here:
|
That's could be a big difference..., linking to different libraries, etc. who knows what's going on here. I'm not sure whatever you're experiencing is actually the same thing. |
Probably, do you want me to open another issue? |
Sure feel free to. |
Just so we don't wonder around too far. The root cause of the issue is that we deadlock during init and
EDIT: Removed dummy diff. Issue will be fixed by #12821 |
Also remove duplicated macro. Fixes: mpv-player#12818 mpv-player#12820
(Created the same issue on mpv-winbuild-cmake in case this is not a mpv issue)
mpv-x86_64-v3-20231105-git-7480efa.7z
= No issues.mpv-x86_64-v3-20231106-git-84de84b.7z
=mpv.exe
have issues.I tried to debug the issue by using the
log-file
command but mpv doesn't seem to create the file, so I can't debug it.Weirdly enough when I open Task Manager I do see
mpv.exe
.It's probably not an issue with
mpv-packaging
because nothing was changed today.So my guess it's either mpv daily changes or it's mpv-winbuild-cmake daily changes.
(Yes, I know I
ignored-issue-template
but I can't provide logs because of this issue)The text was updated successfully, but these errors were encountered: