You are not logged in.
Pages: 1
I have this error with bmpx2 in arch linux, I've installed with pacman, with abs and with aur so I don't know how I can solve this error...
[koven@koven ~]$ /usr/libexec/beep-media-player-2-bin --no-log
BMP-Message: sm.cc:270: Connection opened, client id is 117f000001000116838588300000033130008
BMP-Message: sm.cc:53: XSMP Version: 1 Revision: 0
BMP-Message: sm.cc:56: Session manager: GnomeSM
BMP-Message: sm.cc:60: Release: 2.16.2
BMP-Message: Running: CServiceCore (DBus:org.beepmediaplayer.bmp)
BMP-Message: Transport plugin 'file' loaded.
BMP-Message: Transport plugin 'http' loaded.
BMP-Message: Container plugin 'Folder Container Plugin' loaded
BMP-Message: Container plugin 'M3U Playlist' loaded
BMP-Message: Container plugin 'MLQ Playlist' loaded
BMP-Message: Container plugin 'PLS Playlist' loaded
BMP-Message: Container plugin 'Query Parser' loaded
BMP-Message: Container plugin 'XSPF Playlist' loaded
BMP-Message: Running: Monitor (FAM daemon not running: Not accepting watches!)
terminate called after throwing an instance of 'Bmp::DB::SqlError'
what(): SQLite Error: attempt to write a readonly database, SQLite Error Code: 8, SQL String: 'ANALYZE;'
Regards
Offline
there might be somethign in the last erro, but let's go it step bu step.. firstly
MP-Message: Running: Monitor (FAM daemon not running: Not accepting watches!)
suggests there is no FAM daemon running...
pacman -S fam
you can start the daemon
/etc/rc.d/fam start
you might also wanan add 'fam' to your daemons array in rc.conf.
The.Revolution.Is.Coming - - To fight, To hunger, To Resist!
Offline
It isn't the main problem I get same error ...look at this
[koven@koven ~]$ /usr/libexec/beep-media-player-2-bin --no-log
BMP-Message: sm.cc:270: Connection opened, client id is 117f000001000116839181800000033130012
BMP-Message: sm.cc:53: XSMP Version: 1 Revision: 0
BMP-Message: sm.cc:56: Session manager: GnomeSM
BMP-Message: sm.cc:60: Release: 2.16.2
BMP-Message: Running: CServiceCore (DBus:org.beepmediaplayer.bmp)
BMP-Message: Transport plugin 'file' loaded.
BMP-Message: Transport plugin 'http' loaded.
BMP-Message: Container plugin 'Folder Container Plugin' loaded
BMP-Message: Container plugin 'M3U Playlist' loaded
BMP-Message: Container plugin 'MLQ Playlist' loaded
BMP-Message: Container plugin 'PLS Playlist' loaded
BMP-Message: Container plugin 'Query Parser' loaded
BMP-Message: Container plugin 'XSPF Playlist' loaded
BMP-Message: Running: Monitor
terminate called after throwing an instance of 'Bmp::DB::SqlError'
what(): SQLite Error: attempt to write a readonly database, SQLite Error Code: 8, SQL String: 'ANALYZE;'
regards
Offline
well we've got one error out of the way ..
now we're down to terminate called after throwing an instance of 'Bmp:Very HappyB::SqlError'
what(): SQLite Error: attempt to write a readonly database, SQLite Error Code: 8, SQL String: 'ANALYZE;'
tis suggests that bmpx is trying to write to a database or directory it has no permission to write on...
have u tried runing this as root?
The.Revolution.Is.Coming - - To fight, To hunger, To Resist!
Offline
you'll have to remove some file in ~/.cache/something that bmpx2 saves as it's DB. had the same problem and it went away like that
Offline
Pages: 1