Closed GoogleCodeExporter closed 8 years ago
You can remove or comment string 64. It is "qDebug((const
char*)err.toLocal8Bit());"
Does error exist on other qDebug calls?
What Qt version you use?
Original comment by drmoriar...@gmail.com
on 15 Jun 2009 at 6:49
I commented the following:
- importcollection.cpp string 64
- player_manager.cpp string 46, 48, 82
But now there is an problem with the engines:
make[1]: Entering directory
`/home/uta/rpm/SOURCES/cuberok-0.0.10/plugins/player_phonon'
install -m 755 -p "../../unix/plugins/libplayer_phonon.so"
"/usr/lib64/cuberok/libplayer_phonon.so"
make[1]: Leaving directory
`/home/uta/rpm/SOURCES/cuberok-0.0.10/plugins/player_phonon'
cd plugins/player_audiere/ && make -f Makefile install
make[1]: Entering directory
`/home/uta/rpm/SOURCES/cuberok-0.0.10/plugins/player_audiere'
install -m 755 -p "../../unix/plugins/libplayer_audiere.so"
"/usr/lib64/cuberok/libplayer_audiere.so"
make[1]: Leaving directory
`/home/uta/rpm/SOURCES/cuberok-0.0.10/plugins/player_audiere'
cd plugins/player_gst/ && make -f Makefile install
make[1]: Entering directory
`/home/uta/rpm/SOURCES/cuberok-0.0.10/plugins/player_gst'
install -m 755 -p "../../unix/plugins/libplayer_gst.so"
"/usr/lib64/cuberok/libplayer_gst.so"
make[1]: Leaving directory
`/home/uta/rpm/SOURCES/cuberok-0.0.10/plugins/player_gst
So, when I starting Cuberok there is no possibility to select phonon, gstreamer
or
audiere. I can't hear nothing. If I started from a terminal, I can't see no
errors
for this problem:
/usr/bin/gwibber:79: PangoWarning: pango_layout_get_width: assertion `layout !=
NULL'
failed
gtk.main()
/usr/bin/gwibber:79: GtkWarning: gdk_draw_layout: assertion `PANGO_IS_LAYOUT
(layout)' failed
gtk.main()
Qt version is 4.5.0
Any ideas??
Original comment by tigger...@gmail.com
on 15 Jun 2009 at 6:07
Did you do "make install" or "make install INSTALL_ROOT=/usr/local" ?
What directory plugins are?
Check console for lines:
"Plugins dir is /usr/lib/cuberok
Try lo load libplayer_gst.so"
Original comment by drmoriar...@gmail.com
on 16 Jun 2009 at 5:09
- "make install INSTALL_ROOT=/usr/local" and "make install INSTALL_ROOT=/usr"
- plugins are in /usr/lib64/cuberok
- in console I can't see nothing:
cuberok
/usr/lib/qt4/translations/cuberok_de not found
Thats all.
Original comment by kevinsw...@googlemail.com
on 16 Jun 2009 at 11:23
There is a error. Cuberok looks for plugins in /usr/lib, but they are in
/usr/lib64
Try to compile version from svn
Original comment by drmoriar...@gmail.com
on 16 Jun 2009 at 11:54
[deleted comment]
Thank you for your advice. I applyed a symlink /usr/lib64/cuberok ->
/usr/lib/cuberok
and now it works fine in 0.0.10.
Original comment by tigger...@gmail.com
on 16 Jun 2009 at 6:10
I tried r221 and it does not compile untill patch like this not applied:
-DEFINES += CUBEROK_PLUGINS="../lib/cuberok"
+DEFINES += CUBEROK_PLUGINS=\\\"../lib/cuberok\\\"
Original comment by nomen.in...@gmail.com
on 19 Jun 2009 at 5:41
This issue was closed by r222.
Original comment by drmoriar...@gmail.com
on 19 Jun 2009 at 6:43
Original issue reported on code.google.com by
tigger...@gmail.com
on 13 Jun 2009 at 8:04