Bug 241831 - Kaffeine not starting with opengl
Summary: Kaffeine not starting with opengl
Status: RESOLVED INTENTIONAL
Alias: None
Product: kaffeine
Classification: Applications
Component: general (show other bugs)
Version: 1.x
Platform: Ubuntu Linux
: NOR crash
Target Milestone: ---
Assignee: Mauro Carvalho Chehab
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-15 17:28 UTC by giblovigor
Modified: 2017-10-04 09:06 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description giblovigor 2010-06-15 17:28:30 UTC
Application: kaffeine (1.0-svn3)
KDE Platform Version: 4.4.2 (KDE 4.4.2)
Qt Version: 4.6.2
Operating System: Linux 2.6.32-22-generic i686
Distribution: Ubuntu 10.04 LTS

-- Information about the crash:
At an applications launch with OpenGL, Kaffeine shows an empty window without the image. Thus the sound is.

user@user-desktop:~$ kaffeine --graphicssystem opengl
using visual class 4, id 2b
kaffeine(2412): Communication problem with  "kaffeine" , it probably crashed. 
Error message was:  "org.freedesktop.DBus.Error.ServiceUnknown" : " "The name org.kde.kaffeine was not provided by any .service files" "

Or

X Error: BadMatch (invalid parameter attributes) 8
  Extension:    133 (Uknown extension)
  Minor opcode: 19 (Unknown request)
  Resource id:  0x136


The crash can be reproduced every time.

 -- Backtrace:
Application: Kaffeine (kaffeine), signal: Segmentation fault
[KCrash Handler]
#6  0x00000011 in ?? ()
#7  0x03babc1f in QPixmapCache::clear () at image/qpixmapcache.cpp:629
#8  0x03e64a3e in QGtkStyle::unpolish (this=0x89c3028, app=0xbfd7b2ec) at styles/qgtkstyle.cpp:340
#9  0x03ab4288 in QApplication::setStyle (style=0x8ab95c0) at kernel/qapplication.cpp:1422
#10 0x0118c86c in KGlobalSettings::Private::applyGUIStyle (this=0x8a95fd8) at ../../kdeui/kernel/kglobalsettings.cpp:914
#11 0x0118c968 in KGlobalSettings::Private::kdisplaySetStyle (this=0x8a95fd8) at ../../kdeui/kernel/kglobalsettings.cpp:999
#12 0x0118eedf in KGlobalSettings::activate (this=0x8a96018) at ../../kdeui/kernel/kglobalsettings.cpp:208
#13 0x0116116f in KApplicationPrivate::init (this=0x8a942c0, GUIenabled=true) at ../../kdeui/kernel/kapplication.cpp:552
#14 0x011619fb in KApplication (this=0xbfd7b2ec, GUIenabled=true, cData=...) at ../../kdeui/kernel/kapplication.cpp:378
#15 0x0116864e in KUniqueApplication (this=0xbfd7b2ec, GUIenabled=184, configUnique=<value optimized out>) at ../../kdeui/kernel/kuniqueapplication.cpp:321
#16 0x0807b8a7 in KaffeineApplication (this=0xbfd7b2ec) at /build/buildd/kaffeine-1.0~pre3/src/main.cpp:42
#17 0x0807bce0 in main (argc=3, argv=0xbfd7b454) at /build/buildd/kaffeine-1.0~pre3/src/main.cpp:79

Reported using DrKonqi
Comment 1 Mauro Carvalho Chehab 2016-06-01 11:21:01 UTC
The Kaffeine version you're using is too old. We just released upstream a version 2.0.1, with is based on KDE5, and changed both the DVB and video play backends. Could you please test the upstream version and see if it works? The README file contains instructions about how to compile it. You can find it at our git repository:

https://quickgit.kde.org/?p=kaffeine.git

As this BZ is on an old version that we're not maintaining upstream anymore, I'm closing the bug. If you find similar issues with version 2.0.1, please re-open.