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

Won't start with Vulkan API #15607

Open
6 tasks done
marlonbrand0 opened this issue Jan 1, 2025 · 4 comments
Open
6 tasks done

Won't start with Vulkan API #15607

marlonbrand0 opened this issue Jan 1, 2025 · 4 comments
Labels

Comments

@marlonbrand0
Copy link

mpv Information

[   0.000][v][cplayer] mpv v0.39.0-556-g83bb4981 Copyright © 2000-2024 mpv/MPlayer/mplayer2 projects
[   0.000][v][cplayer]  built on Dec 29 2024 00:06:04
[   0.000][v][cplayer] libplacebo version: v7.350.0 (v7.349.0-30-g056b852-dirty)
[   0.000][v][cplayer] FFmpeg version: N-118193-g5f38c8253
[   0.000][v][cplayer] FFmpeg library versions:
[   0.000][v][cplayer]    libavcodec      61.28.100
[   0.000][v][cplayer]    libavdevice     61.4.100
[   0.000][v][cplayer]    libavfilter     10.6.101
[   0.000][v][cplayer]    libavformat     61.9.102
[   0.000][v][cplayer]    libavutil       59.53.100
[   0.000][v][cplayer]    libswresample   5.4.100
[   0.000][v][cplayer]    libswscale      8.13.100

Other Information

- Windows version: W10 Pro 22H2
- GPU model, driver and version: 1650 566.36
- Source of mpv: https://github.com/shinchiro/mpv-winbuild-cmake/releases
- Latest known working version: A build in August 2024
- Issue started after the following happened: Updated today 12/31/24

Reproduction Steps

gpu-api=vulkan in my .conf file. When I comment this line out or pick another API it opens. But my 4k videos are choppy if I don't use Vulkan.

Expected Behavior

MPV opens

Actual Behavior

The window for MPV never opens, but in task manager I see MPV pop up then disappear

Log File

mpv.log

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.
@llyyr
Copy link
Contributor

llyyr commented Jan 1, 2025

It seems to get stuck trying to create a vulkan device, it's probably a gpu driver issue.

@marlonbrand0
Copy link
Author

It seems to get stuck trying to create a vulkan device, it's probably a gpu driver issue.

Could it be that I use the studio instead of game ready drivers? I use the latest drivers from NVIDIA

@kasper93
Copy link
Contributor

kasper93 commented Jan 1, 2025

The window for MPV never opens, but in task manager I see MPV pop up then disappear

It looks like it is crashing. Could you see if you have crash dump created in %LOCALAPPDATA%\CrashDumps? If you do please share it with exact mpv build you use. (we need matching pdb to analyze crash dump)

@marlonbrand0
Copy link
Author

marlonbrand0 commented Jan 1, 2025

The window for MPV never opens, but in task manager I see MPV pop up then disappear

It looks like it is crashing. Could you see if you have crash dump created in %LOCALAPPDATA%\CrashDumps? If you do please share it with exact mpv build you use. (we need matching pdb to analyze crash dump)

Nothing is saving in my crashdumps folder but I found these files from my event viewer if this helps
New Text Document.txt
new 1.txt

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

No branches or pull requests

3 participants