Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 935624 - media-video/avidemux-2.8.1 crashes after opening video file when running under Wayland
Summary: media-video/avidemux-2.8.1 crashes after opening video file when running unde...
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-07-06 06:20 UTC by Dominic Pearman
Modified: 2025-02-12 10:38 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Terminal output log (avidemux-crash.txt,39.32 KB, text/plain)
2024-07-06 06:20 UTC, Dominic Pearman
Details
emerge --info media-video/avidemux (emerge-info.txt,7.50 KB, text/plain)
2024-07-06 06:22 UTC, Dominic Pearman
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dominic Pearman 2024-07-06 06:20:56 UTC
Created attachment 897124 [details]
Terminal output log

Hi,

Running 'avidemux_qt5' under Wayland (KDE 5 kwin) launches fine but crashes after opening a video file. The relevant error message appears to be:

X Error of failed request:  BadDrawable (invalid Pixmap or Window parameter)
  Major opcode of failed request:  55 (X_CreateGC)
  Resource id in failed request:  0x5
  Serial number of failed request:  26
  Current serial number in output stream:  28
 [abortExitHandler] 05:40:07-544  already done, nothing to do
07:40:07 Call terminate!!!

See attached log for full output.


Workaround:

Launch with

avidemux_qt5 --platform 'xcb'

then it works fine (found here: [1]).

[1]: https://bugs.archlinux.org/task/74452
Comment 1 Dominic Pearman 2024-07-06 06:22:05 UTC
Created attachment 897125 [details]
emerge --info media-video/avidemux
Comment 2 Astrid Malo 2025-02-12 10:38:33 UTC
I can confirm the error as well as th workaround