KasunWijesekara / cuberok

Automatically exported from code.google.com/p/cuberok
GNU General Public License v3.0
0 stars 0 forks source link

Can not create database #100

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Go to the Collection tab
2. Right click to add items or drag audio files such as mp3
3. Nothing Happens

What is the expected output? What do you see instead?
Cuberok will open a window to browse the home directory and add files to the 
database after selecting the desired tracks or the dragged files will show in 
the collection tab

What version of the product are you using? On what operating system?
Version 0.1.0

Please provide any additional information below.
I'm currently running openSUSE 12.1 and the cuberok packed by the QTDesktop 
repository

Original issue reported on code.google.com by fitr...@gmail.com on 25 Dec 2011 at 10:07

GoogleCodeExporter commented 8 years ago
I ran cuberok through qterminal and I got the follwing errors, I hope this may 
help to figure out what went wrong.

lenovo@linux-ognx:~> cuberok                                             
/usr/bin/../share/cuberok/locale//cuberok_C  not found                  
Loading static extension 'Libre.FM Scrobbler'
... successfully
Loading static extension 'Last.FM Scrobbler'
... successfully
Loading static extension 'Info widget'
... successfully
Loading static extension 'File Browser'
... successfully
Loading static extension 'Last.FM Info'
... successfully
Loading static extension 'Internet Services'
... successfully
Loading static extension 'Library'
QSqlDatabase: QSQLITE driver not loaded
QSqlDatabase: available drivers: QMYSQL3 QMYSQL
Can not create database
Can not create database
... successfully
Loading static extension 'Lyric'
... successfully
Loading static extension 'Collection'
Collection database
QSqlDatabase: QSQLITE driver not loaded
QSqlDatabase: available drivers: QMYSQL3 QMYSQL
Can not create database
Can not create database
Collection widget
done
... successfully
Loading static extension 'PsiTune Scrobbler'
... successfully
Extension dir is /usr/lib/cuberok
Try to load extension libplayer_gst.so

(gst-plugin-scanner:4848): GStreamer-WARNING **: Failed to load plugin 
'/usr/lib/gstreamer-0.10/libgstdc1394.so': 
/usr/lib/gstreamer-0.10/libgstdc1394.so: undefined symbol: 
dc1394_iso_release_all
Try to load extension libplayer_phonon.so
Plugins dir is /usr/lib/cuberok
Try to load libplayer_gst.so
Try to load libplayer_phonon.so
Selected engine GStreamer
Selected engine: GStreamer
Therea aren't settings 'style' and 'palette'
storeState
PlaylistContainer, state was stored
storeState
QSqlDatabasePrivate::removeDatabase: connection 'CollectionDB' is still in use, 
all queries will cease to work.
QSqlDatabasePrivate::removeDatabase: connection 'LibraryDB' is still in use, 
all queries will cease to work.

Original comment by fitr...@gmail.com on 25 Dec 2011 at 10:45

GoogleCodeExporter commented 8 years ago
The error "QSqlDatabase: QSQLITE driver not loaded" helped me to figure out 
that libqt4-sql-sqlite-4.7.4-19.4.1.i586.rpm was not installed in the first 
place. I installed the required package through Yast2. The problem solved :-)
I wish the developer/packager could add this package as a dependency, thus this 
package will be installed automaitcally with cuberok.

Original comment by fitr...@gmail.com on 25 Dec 2011 at 11:02