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

KDE crash #7

Open
BlackBaroness opened this issue Mar 25, 2024 · 5 comments
Open

KDE crash #7

BlackBaroness opened this issue Mar 25, 2024 · 5 comments
Labels

Comments

@BlackBaroness
Copy link

I can't enable the video itself because my shell will freeze and crash with a black screen completely. I deleted my video file to be able to boot again. In this logs, I switched to plain color and back (but with no video selected). I use gstreamer.

journalctl: https://pastes.dev/t4bVZsvxOK
dmesg (was too long): https://pastes.dev/MrQzajhEz5

System info:

Operating System: openSUSE Tumbleweed 20240321
KDE Plasma Version: 6.0.2
KDE Frameworks Version: 6.0.0
Qt Version: 6.6.2
Kernel Version: 6.8.1-1-default (64-bit)
Graphics Platform: X11
Processors: 8 × AMD Ryzen 5 2400G with Radeon Vega Graphics
Memory: 29.3 GiB of RAM
Graphics Processor: AMD Radeon Vega 11 Graphics
Manufacturer: Gigabyte Technology Co., Ltd.
Product Name: B450M H

My video file: https://www.upload.ee/files/16434350/train-station-rainy-day-moewalls-com.mp4.html

@BlackBaroness
Copy link
Author

BlackBaroness commented Mar 25, 2024

Huh, I managed to collect all logs and a lot of crashes by saving command output to a file and running plasmashell from terminal. I was able to reproduce this issue with the video file I provided. After removing the video file, KDE started normally.

journalctl: https://pastes.dev/hAfcFDHHo8
dmesg: https://pastes.dev/A8lJ0VD0wY

@BlackBaroness
Copy link
Author

BlackBaroness commented Mar 25, 2024

I disabled gstreamer and it works, but still crashes sometimes + I see strange green-screen glitches periodically (maybe when video ends)

@luisbocanegra
Copy link
Owner

Hi. Does this happen for any video or just the one you linked?
Did you try installing the media codecs? Or reinstalling them, that helped someone who had black video.

I disabled gstreamer and it works, but still crashes sometimes + I see strange green-screen glitches periodically (maybe when video ends)

Can you try https://github.com/catsout/wallpaper-engine-kde-plugin/tree/qt6 with a video wallpaper to see if it is able to play correctly with it?

It seems Qt Multimedia has lots of issues with AMD GPUs #1

Unfortunately I can't make much off the crash log, I think this should be reported upstream, but not sure who it should be reported to (plasma/qt/gstreamer/amd).

I think we need a small example that can reproduce the bug, I'll make a test qml file to see if you're able to play the video outside plasmashell

@luisbocanegra
Copy link
Owner

luisbocanegra commented Mar 25, 2024

I uploaded a test file here https://gist.github.com/luisbocanegra/cb758ee5f57a9e7c2838b1db349b635a

Download it, run with QSG_INFO=1 QT_LOGGING_RULES="qml.debug=true" qml6 test.qml it will play short videos from the internet in fullscreen.
In the line 15 replace the file path with yours (keeping file://). If it doesn't crash try clicking the pause/next buttons a bunch of times.

Whether it crashes or not, please share the output of that command.

@BlackBaroness
Copy link
Author

Sorry, I just don't have enough time for it now. I will try to make tests you requested soon

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

2 participants