Summary: | Dragon Player crashes when trying to play a DVD | ||
---|---|---|---|
Product: | [Applications] dragonplayer | Reporter: | Jeff Wegher <jeff.wegher> |
Component: | general | Assignee: | Harald Sitter <sitter> |
Status: | RESOLVED UNMAINTAINED | ||
Severity: | crash | CC: | bugs.kde.org, bvbfan, myriam, nate |
Priority: | NOR | Keywords: | drkonqi |
Version First Reported In: | 22.08.1 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | New crash information added by DrKonqi |
Description
Jeff Wegher
2016-10-08 05:45:13 UTC
Looks like gstreamer issue, ca you play video with gst-play-1.0 /path/to/file or provide output of vainfo? # vainfo error: XDG_RUNTIME_DIR not set in the environment. libva info: VA-API version 0.39.4 libva info: va_getDriverName() returns 0 libva info: Trying to open /usr/lib64/dri/i965_drv_video.so libva info: Found init function __vaDriverInit_0_39 libva info: va_openDriver() returns 0 vainfo: VA-API version: 0.39 (libva 1.7.3) vainfo: Driver version: Intel i965 driver for Intel(R) Skylake - 1.7.3 vainfo: Supported profile and entrypoints VAProfileMPEG2Simple : VAEntrypointVLD VAProfileMPEG2Simple : VAEntrypointEncSlice VAProfileMPEG2Main : VAEntrypointVLD VAProfileMPEG2Main : VAEntrypointEncSlice VAProfileH264ConstrainedBaseline: VAEntrypointVLD VAProfileH264ConstrainedBaseline: VAEntrypointEncSlice VAProfileH264ConstrainedBaseline: VAEntrypointEncSliceLP VAProfileH264Main : VAEntrypointVLD VAProfileH264Main : VAEntrypointEncSlice VAProfileH264Main : VAEntrypointEncSliceLP VAProfileH264High : VAEntrypointVLD VAProfileH264High : VAEntrypointEncSlice VAProfileH264High : VAEntrypointEncSliceLP VAProfileH264MultiviewHigh : VAEntrypointVLD VAProfileH264MultiviewHigh : VAEntrypointEncSlice VAProfileH264StereoHigh : VAEntrypointVLD VAProfileH264StereoHigh : VAEntrypointEncSlice VAProfileVC1Simple : VAEntrypointVLD VAProfileVC1Main : VAEntrypointVLD VAProfileVC1Advanced : VAEntrypointVLD VAProfileNone : VAEntrypointVideoProc VAProfileJPEGBaseline : VAEntrypointVLD VAProfileJPEGBaseline : VAEntrypointEncPicture VAProfileVP8Version0_3 : VAEntrypointVLD VAProfileVP8Version0_3 : VAEntrypointEncSlice VAProfileHEVCMain : VAEntrypointVLD VAProfileHEVCMain : VAEntrypointEncSlice Ok, vainfo is good, i have Skylake too, but DVD :) Please try sudo rpm -Uvh http://rpm.livna.org/repo/24/x86_64/libdvdcss-1.4.0-1.fc24.remi.x86_64.rpm then gst-play-1.0 /dev/sr0 Created attachment 127416 [details]
New crash information added by DrKonqi
dragon (19.12.3) using Qt 5.14.2
- What I was doing when the application crashed:
Insert DVD "Star Wars: Solo" (retail), select Dragon Player to play it, program start immetiately crashes it
-- Backtrace (Reduced):
#6 0x00007fee55990450 in gst_element_factory_get_static_pad_templates () at /usr/lib/libgstreamer-1.0.so.0
#7 0x00007fee3a76d145 in () at /usr/lib/gstreamer-1.0/libgstautoconvert.so
#8 0x00007fee3a76dcfb in () at /usr/lib/gstreamer-1.0/libgstautoconvert.so
#9 0x00007fee3a76e1d3 in () at /usr/lib/gstreamer-1.0/libgstautoconvert.so
#10 0x00007fee55981a1a in gst_pad_query () at /usr/lib/libgstreamer-1.0.so.0
Thank you for reporting this crash in KDE software. As it has been a while since this issue was reported, can we please ask you to see if you can reproduce the crash with a recent software version? If you can reproduce the issue, please change the status to "CONFIRMED" when replying. Thank you! In 22.0.8 on Arch (current), Dragon Player freezes with "SOLO", doesn't FC any more. `ps ax` shows that the process sleeps, menus cannot be accessed, can be FC'ed by closing the window (having to wait until the watchdog kicks in). VLC plays the same disc without any issues: language selection, main menu, video. The GStreamer Phonon backend has been unsupported for years; can you try again with the VLC Phonon backend? Thanks? Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging If you have already provided the requested information, please mark the bug as REPORTED so that the KDE team knows that the bug is ready to be confirmed. Thank you for helping us make KDE software even better for everyone! This bug has been in NEEDSINFO status with no change for at least 30 days. The bug is now closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging Thank you for helping us make KDE software even better for everyone! (In reply to Nate Graham from comment #7) > The GStreamer Phonon backend has been unsupported for years; can you try again with the VLC Phonon backend? Thanks? If a backend is unsupported, why is it loaded without warning? I think this is the root cause for this bug then, and should be "fixed"! I did not configure anything special, just installed KDE Plasma, got Dragon that way, and used it. ___ Without these recommended/required changes, I just re-tried with the current version, and upon starting the DVD I get an empty (black) window with title bar, which is unresponsive (e.g. doesn't fill the screen if maximized). After that, I changed the backend. (You could have advised on how to install VLC Phonon backend and probably how to deactivate/uninstall GStreamer Phonon backend if necessary. Here's what I did on Arch: ``` pacman -S phonon-qt5-vlc pacman -R phonon-qt5-gstreamer ``` After these backend changes, I ejected and re-inserted the disc. I now get a window that shows the disc menu – but I cannot use it: Neither mouse nor keyboard does anything. I have no idea how to play the disc that way. This probably is another issue. DVD support has been broken for a while, and has been removed from the upcoming 25.8.0 release. |