Hallo,
wenn ich Amarok unter Xfce starte erscheint das Icon im Systray. Wenn ich darauf links klicke stürzt Amarok ab.
Ich kann die Amarok-Ansicht nicht hervorzaubern.
Wie repariere ich das?
Gruß
Ch. Hanisch
amarok --debug
Latte hat geschrieben:Du kannst ja mal amarok auf der Konsole starten mittelsund mal schauen, was amarok so von sich gibt, bevor es stirbt...
- Code: Alles auswählen
amarok --debug
amarok --debug
...
amarok: [ERROR__] [APG::PresetModel] Can not open "/home/opa/.kde4/share/apps/amarok/playlistgenerator.xml"
...
KCrash: Application 'amarok' crashing...
KCrash: Attempting to start /usr/lib/kde4/libexec/drkonqi from kdeinit
sock_file=/home/opa/.kde4/socket-Mageia/kdeinit4__0
amarok: Fatal IO error 11 (Die Ressource ist zur Zeit nicht verfügbar) on X server :0.0.
QSocketNotifier: Can only be used with threads started with QThread
QSocketNotifier: Can only be used with threads started with QThread
pa_write() failed while trying to wake up the mainloop: Ungültiger Dateideskriptor
pa_write() failed while trying to wake up the mainloop: Ungültiger Dateideskriptor
Assertion 'pa_close(fds[0]) == 0' failed at pulsecore/core-util.c:2512, function pa_close_pipe(). Aborting.
Unable to start Dr. Konqi
$ amarok --debug
amarok: BEGIN: App::App()
amarok: BEGIN: void App::continueInit()
amarok: BEGIN: EngineController::EngineController()
amarok: END__: EngineController::EngineController() [Took: 0.007s]
amarok: BEGIN: void EngineController::initializePhonon()
amarok: [EngineController] Established Phonon equalizer effect with 10 parameters.
amarok: [EngineController] Tick Interval (actual): 100
amarok: END__: void EngineController::initializePhonon() [Took: 0.15s]
amarok: BEGIN: CollectionManager::CollectionManager()
amarok: END__: CollectionManager::CollectionManager() [Took: 0s]
amarok: BEGIN: MainWindow::MainWindow()
amarok: BEGIN: Plugins::PluginManager::PluginManager(QObject*)
amarok: BEGIN: void Plugins::PluginManager::findAllPlugins()
amarok: [PluginManager] found plugin: "amarok_collection-audiocdcollection" enabled: true
amarok: [PluginManager] found plugin: "amarok_collection-daapcollection" enabled: false
amarok: [PluginManager] found plugin: "amarok_collection-mtpcollection" enabled: true
amarok: [PluginManager] found plugin: "amarok_collection-mysqlservercollection" enabled: true
amarok: [PluginManager] found plugin: "amarok_collection-mysqlecollection" enabled: true
amarok: [PluginManager] found plugin: "amarok_collection-nepomukcollection" enabled: false
amarok: [PluginManager] found plugin: "amarok_collection-ipodcollection" enabled: true
amarok: [PluginManager] found plugin: "amarok_collection-upnpcollection" enabled: false
amarok: [PluginManager] found plugin: "amarok_collection-umscollection" enabled: true
amarok: [PluginManager] found plugin: "amarok_service_ampache" enabled: false
amarok: [PluginManager] found plugin: "amarok_service_jamendo" enabled: true
amarok: [PluginManager] found plugin: "amarok_service_lastfm" enabled: false
amarok: [PluginManager] found plugin: "amarok_service_amazonstore" enabled: true
amarok: [PluginManager] found plugin: "amarok_service_mp3tunes" enabled: false
amarok: [PluginManager] found plugin: "amarok_service_magnatunestore" enabled: true
amarok: [PluginManager] found plugin: "amarok_service_opmldirectory" enabled: true
amarok: [PluginManager] found plugin: "amarok_service_gpodder" enabled: false
amarok: [PluginManager] 17 plugins in total
amarok: END__: void Plugins::PluginManager::findAllPlugins() [Took: 0.004s]
amarok: [PluginManager] created factory for plugin "amarok_collection-audiocdcollection" type: "Collection"
amarok: [PluginManager] created factory for plugin "amarok_collection-mtpcollection" type: "Collection"
amarok: [PluginManager] created factory for plugin "amarok_collection-mysqlecollection" type: "Collection"
amarok: [PluginManager] created factory for plugin "amarok_collection-ipodcollection" type: "Collection"
amarok: [PluginManager] created factory for plugin "amarok_collection-umscollection" type: "Collection"
amarok: BEGIN: void CollectionManager::loadPlugins(const QList<Collections::CollectionFactory*>&)
amarok: [CollectionManager] initializing "amarok_collection-mysqlecollection"
amarok: [MySqlStorage] Connected to MySQL server 5.5.38-MariaDB-embedded
amarok: Connected to MySQL server 5.5.38-MariaDB-embedded
amarok: [MySqlStorage] Initialized thread, count== 1
amarok: [ERROR__] [MySqlStorage] "GREPME MySQLe query failed! (130) Incorrect file format 'admin' on SELECT version FROM admin WHERE component = 'DB_VERSION';"
amarok: [ERROR__] [MySqlStorage] "GREPME MySQLe query failed! (130) Incorrect file format 'admin' on SELECT version FROM admin WHERE component = 'DB_VERSION';"
amarok: BEGIN: bool DatabaseUpdater::update()
amarok: [ERROR__] [MySqlStorage] "GREPME MySQLe query failed! (130) Incorrect file format 'admin' on SELECT version FROM admin WHERE component = 'DB_VERSION';"
amarok: Database version: 0
amarok: BEGIN: void DatabaseUpdater::createTables() const
amarok: [ERROR__] [MySqlStorage] "GREPME MySQLe query failed! (130) Incorrect file format 'admin' on CREATE TABLE admin (component VARCHAR(255), version INTEGER) COLLATE = utf8_bin ENGINE = MyISAM;"
amarok: [ERROR__] [MySqlStorage] "GREPME MySQLe query failed! (130) Incorrect file format 'devices' on CREATE TABLE devices (id INTEGER PRIMARY KEY AUTO_INCREMENT,type VARCHAR(255),label VARCHAR(255),lastmountpoint VARCHAR(255),uuid VARCHAR(255),servername VARCHAR(80),sharename VARCHAR(240)) COLLATE = utf8_bin ENGINE = MyISAM;"
amarok: [ERROR__] [MySqlStorage] "GREPME MySQLe query failed! (130) Incorrect file format 'devices' on CREATE INDEX devices_type ON devices( type );"
amarok: [ERROR__] [MySqlStorage] "GREPME MySQLe query failed! (130) Incorrect file format 'devices' on CREATE UNIQUE INDEX devices_uuid ON devices( uuid );"
amarok: [ERROR__] [MySqlStorage] "GREPME MySQLe query failed! (130) Incorrect file format 'devices' on CREATE INDEX devices_rshare ON devices( servername, sharename );"
amarok: [ERROR__] [MySqlStorage] "GREPME MySQLe query failed! (130) Incorrect file format 'urls' on CREATE TABLE urls (id INTEGER PRIMARY KEY AUTO_INCREMENT,deviceid INTEGER,rpath VARCHAR(324) NOT NULL,directory INTEGER,uniqueid VARCHAR(128) UNIQUE) COLLATE = utf8_bin ENGINE = MyISAM;"
amarok: [ERROR__] [MySqlStorage] "GREPME MySQLe query failed! (130) Incorrect file format 'urls' on CREATE UNIQUE INDEX urls_id_rpath ON urls(deviceid, rpath);"
amarok: [ERROR__] [MySqlStorage] "GREPME MySQLe query failed! (130) Incorrect file format 'urls' on CREATE INDEX urls_uniqueid ON urls(uniqueid);"
amarok: [ERROR__] [MySqlStorage] "GREPME MySQLe query failed! (130) Incorrect file format 'urls' on CREATE INDEX urls_directory ON urls(directory);"
amarok: [ERROR__] [MySqlStorage] "GREPME MySQLe query failed! (130) Incorrect file format 'directories' on CREATE TABLE directories (id INTEGER PRIMARY KEY AUTO_INCREMENT,deviceid INTEGER,dir VARCHAR(1000) NOT NULL,changedate INTEGER) COLLATE = utf8_bin ENGINE = MyISAM;"
amarok: [ERROR__] [MySqlStorage] "GREPME MySQLe query failed! (130) Incorrect file format 'directories' on CREATE INDEX directories_deviceid ON directories(deviceid);"
amarok: [ERROR__] [MySqlStorage] "GREPME MySQLe query failed! (130) Incorrect file format 'artists' on CREATE TABLE artists (id INTEGER PRIMARY KEY AUTO_INCREMENT,name VARCHAR(255) NOT NULL) COLLATE = utf8_bin ENGINE = MyISAM;"
amarok: [ERROR__] [MySqlStorage] "GREPME MySQLe query failed! (130) Incorrect file format 'artists' on CREATE UNIQUE INDEX artists_name ON artists(name);"
amarok: [ERROR__] [MySqlStorage] "GREPME MySQLe query failed! (130) Incorrect file format 'images' on CREATE TABLE images (id INTEGER PRIMARY KEY AUTO_INCREMENT,path VARCHAR(255) NOT NULL) COLLATE = utf8_bin ENGINE = MyISAM;"
amarok: [ERROR__] [MySqlStorage] "GREPME MySQLe query failed! (130) Incorrect file format 'images' on CREATE UNIQUE INDEX images_name ON images(path);"
amarok: [ERROR__] [MySqlStorage] "GREPME MySQLe query failed! (130) Incorrect file format 'albums' on CREATE TABLE albums (id INTEGER PRIMARY KEY AUTO_INCREMENT,name VARCHAR(255) NOT NULL,artist INTEGER,image INTEGER) COLLATE = utf8_bin ENGINE = MyISAM;"
amarok: [ERROR__] [MySqlStorage] "GREPME MySQLe query failed! (130) Incorrect file format 'albums' on CREATE INDEX albums_name ON albums(name);"
amarok: [ERROR__] [MySqlStorage] "GREPME MySQLe query failed! (130) Incorrect file format 'albums' on CREATE INDEX albums_artist ON albums(artist);"
amarok: [ERROR__] [MySqlStorage] "GREPME MySQLe query failed! (130) Incorrect file format 'albums' on CREATE INDEX albums_image ON albums(image);"
amarok: [ERROR__] [MySqlStorage] "GREPME MySQLe query failed! (130) Incorrect file format 'albums' on CREATE UNIQUE INDEX albums_name_artist ON albums(name,artist);"
amarok: [ERROR__] [MySqlStorage] "GREPME MySQLe query failed! (130) Incorrect file format 'genres' on CREATE TABLE genres (id INTEGER PRIMARY KEY AUTO_INCREMENT,name VARCHAR(255) NOT NULL) COLLATE = utf8_bin ENGINE = MyISAM;"
amarok: [ERROR__] [MySqlStorage] "GREPME MySQLe query failed! (130) Incorrect file format 'genres' on CREATE UNIQUE INDEX genres_name ON genres(name);"
amarok: [ERROR__] [MySqlStorage] "GREPME MySQLe query failed! (130) Incorrect file format 'composers' on CREATE TABLE composers (id INTEGER PRIMARY KEY AUTO_INCREMENT,name VARCHAR(255) NOT NULL) COLLATE = utf8_bin ENGINE = MyISAM;"
amarok: [ERROR__] [MySqlStorage] "GREPME MySQLe query failed! (130) Incorrect file format 'composers' on CREATE UNIQUE INDEX composers_name ON composers(name);"
amarok: [ERROR__] [MySqlStorage] "GREPME MySQLe query failed! (130) Incorrect file format 'years' on CREATE TABLE years (id INTEGER PRIMARY KEY AUTO_INCREMENT,name VARCHAR(255) NOT NULL) COLLATE = utf8_bin ENGINE = MyISAM;"
amarok: [ERROR__] [MySqlStorage] "GREPME MySQLe query failed! (130) Incorrect file format 'years' on CREATE UNIQUE INDEX years_name ON years(name);"
amarok: [ERROR__] [MySqlStorage] "GREPME MySQLe query failed! (130) Incorrect file format 'tracks' on CREATE TABLE tracks (id INTEGER PRIMARY KEY AUTO_INCREMENT,url INTEGER,artist INTEGER,album INTEGER,genre INTEGER,composer INTEGER,year INTEGER,title VARCHAR(255),comment TEXT,tracknumber INTEGER,discnumber INTEGER,bitrate INTEGER,length INTEGER,samplerate INTEGER,filesize INTEGER,filetype INTEGER,bpm FLOAT,createdate INTEGER,modifydate INTEGER,albumgain FLOAT,albumpeakgain FLOAT,trackgain FLOAT,trackpeakgain FLOAT) COLLATE = utf8_bin ENGINE = MyISAM;"
amarok: [ERROR__] [MySqlStorage] "GREPME MySQLe query failed! (130) Incorrect file format 'tracks' on CREATE UNIQUE INDEX tracks_url ON tracks(url);"
amarok: [ERROR__] [MySqlStorage] "GREPME MySQLe query failed! (130) Incorrect file format 'tracks' on CREATE INDEX tracks_id ON tracks(id);"
amarok: [ERROR__] [MySqlStorage] "GREPME MySQLe query failed! (130) Incorrect file format 'tracks' on CREATE INDEX tracks_artist ON tracks(artist);"
amarok: [ERROR__] [MySqlStorage] "GREPME MySQLe query failed! (130) Incorrect file format 'tracks' on CREATE INDEX tracks_album ON tracks(album);"
amarok: [ERROR__] [MySqlStorage] "GREPME MySQLe query failed! (130) Incorrect file format 'tracks' on CREATE INDEX tracks_genre ON tracks(genre);"
amarok: [ERROR__] [MySqlStorage] "GREPME MySQLe query failed! (130) Incorrect file format 'tracks' on CREATE INDEX tracks_composer ON tracks(composer);"
amarok: [ERROR__] [MySqlStorage] "GREPME MySQLe query failed! (130) Incorrect file format 'tracks' on CREATE INDEX tracks_year ON tracks(year);"
amarok: [ERROR__] [MySqlStorage] "GREPME MySQLe query failed! (130) Incorrect file format 'tracks' on CREATE INDEX tracks_title ON tracks(title);"
amarok: [ERROR__] [MySqlStorage] "GREPME MySQLe query failed! (130) Incorrect file format 'tracks' on CREATE INDEX tracks_discnumber ON tracks(discnumber);"
amarok: [ERROR__] [MySqlStorage] "GREPME MySQLe query failed! (130) Incorrect file format 'tracks' on CREATE INDEX tracks_createdate ON tracks(createdate);"
amarok: [ERROR__] [MySqlStorage] "GREPME MySQLe query failed! (130) Incorrect file format 'tracks' on CREATE INDEX tracks_length ON tracks(length);"
amarok: [ERROR__] [MySqlStorage] "GREPME MySQLe query failed! (130) Incorrect file format 'tracks' on CREATE INDEX tracks_bitrate ON tracks(bitrate);"
amarok: [ERROR__] [MySqlStorage] "GREPME MySQLe query failed! (130) Incorrect file format 'tracks' on CREATE INDEX tracks_filesize ON tracks(filesize);"
amarok: [ERROR__] [MySqlStorage] "GREPME MySQLe query failed! (130) Incorrect file format 'statistics' on CREATE TABLE statistics (id INTEGER PRIMARY KEY AUTO_INCREMENT,url INTEGER NOT NULL,createdate INTEGER,accessdate INTEGER,score FLOAT,rating INTEGER NOT NULL DEFAULT 0,playcount INTEGER NOT NULL DEFAULT 0,deleted BOOL NOT NULL DEFAULT 0) COLLATE = utf8_bin ENGINE = MyISAM;"
amarok: [ERROR__] [MySqlStorage] "GREPME MySQLe query failed! (130) Incorrect file format 'statistics' on CREATE UNIQUE INDEX statistics_url ON statistics(url);"
amarok: [ERROR__] [MySqlStorage] "GREPME MySQLe query failed! (130) Incorrect file format 'statistics' on CREATE INDEX statistics_createdate ON statistics(createdate);"
amarok: [ERROR__] [MySqlStorage] "GREPME MySQLe query failed! (130) Incorrect file format 'statistics' on CREATE INDEX statistics_accessdate ON statistics(accessdate);"
amarok: [ERROR__] [MySqlStorage] "GREPME MySQLe query failed! (130) Incorrect file format 'statistics' on CREATE INDEX statistics_score ON statistics(score);"
amarok: [ERROR__] [MySqlStorage] "GREPME MySQLe query failed! (130) Incorrect file format 'statistics' on CREATE INDEX statistics_rating ON statistics(rating);"
amarok: [ERROR__] [MySqlStorage] "GREPME MySQLe query failed! (130) Incorrect file format 'statistics' on CREATE INDEX statistics_playcount ON statistics(playcount);"
amarok: [ERROR__] [MySqlStorage] "GREPME MySQLe query failed! (130) Incorrect file format 'labels' on CREATE TABLE labels (id INTEGER PRIMARY KEY AUTO_INCREMENT,label VARCHAR(255)) COLLATE = utf8_bin ENGINE = MyISAM;"
amarok: [ERROR__] [MySqlStorage] "GREPME MySQLe query failed! (130) Incorrect file format 'labels' on CREATE UNIQUE INDEX labels_label ON labels(label);"
amarok: [ERROR__] [MySqlStorage] "GREPME MySQLe query failed! (130) Incorrect file format 'urls_labels' on CREATE TABLE urls_labels(url INTEGER, label INTEGER);"
amarok: [ERROR__] [MySqlStorage] "GREPME MySQLe query failed! (130) Incorrect file format 'urls_labels' on CREATE INDEX urlslabels_url ON urls_labels(url);"
amarok: [ERROR__] [MySqlStorage] "GREPME MySQLe query failed! (130) Incorrect file format 'urls_labels' on CREATE INDEX urlslabels_label ON urls_labels(label);"
amarok: [ERROR__] [MySqlStorage] "GREPME MySQLe query failed! (130) Incorrect file format 'amazon' on CREATE TABLE amazon (asin VARCHAR(20),locale VARCHAR(2),filename VARCHAR(33),refetchdate INTEGER ) COLLATE = utf8_bin ENGINE = MyISAM;"
amarok: [ERROR__] [MySqlStorage] "GREPME MySQLe query failed! (130) Incorrect file format 'amazon' on CREATE INDEX amazon_date ON amazon(refetchdate);"
amarok: [ERROR__] [MySqlStorage] "GREPME MySQLe query failed! (130) Incorrect file format 'lyrics' on CREATE TABLE lyrics (url INTEGER PRIMARY KEY,lyrics TEXT) COLLATE = utf8_bin ENGINE = MyISAM;"
amarok: [ERROR__] [MySqlStorage] "GREPME MySQLe query failed! (130) Incorrect file format 'admin' on INSERT INTO admin(component,version) VALUES('AMAROK_TRACK',15);"
amarok: [ERROR__] [MySqlStorage] "GREPME MySQLe query failed! (130) Incorrect file format 'statistics_permanent' on CREATE TABLE statistics_permanent (url VARCHAR(324) NOT NULL,firstplayed DATETIME,lastplayed DATETIME,score FLOAT,rating INTEGER DEFAULT 0,playcount INTEGER) COLLATE = utf8_bin ENGINE = MyISAM;"
amarok: [ERROR__] [MySqlStorage] "GREPME MySQLe query failed! (130) Incorrect file format 'statistics_permanent' on CREATE UNIQUE INDEX stats_perm_url ON statistics_permanent(url)"
amarok: [ERROR__] [MySqlStorage] "GREPME MySQLe query failed! (130) Incorrect file format 'statistics_tag' on CREATE TABLE statistics_tag (name VARCHAR(108),artist VARCHAR(108),album VARCHAR(108),firstplayed DATETIME,lastplayed DATETIME,score FLOAT,rating INTEGER DEFAULT 0,playcount INTEGER) COLLATE = utf8_bin ENGINE = MyISAM"
amarok: [ERROR__] [MySqlStorage] "GREPME MySQLe query failed! (130) Incorrect file format 'statistics_tag' on CREATE UNIQUE INDEX stats_tag_name_artist_album ON statistics_tag(name,artist,album)"
amarok: END__: void DatabaseUpdater::createTables() const [Took: 0.022s]
amarok: [ERROR__] [MySqlStorage] "GREPME MySQLe query failed! (130) Incorrect file format 'admin' on INSERT INTO admin(component, version) VALUES ('DB_VERSION', 15);"
amarok: END__: bool DatabaseUpdater::update() [Took: 0.024s]
amarok: BEGIN: SqlRegistry::SqlRegistry(Collections::SqlCollection*)
amarok: [ERROR__] [MySqlStorage] "GREPME MySQLe query failed! (130) Incorrect file format 'urls' on DELETE FROM urls WHERE directory NOT IN ( SELECT id FROM directories )"
amarok: [ERROR__] [MySqlStorage] "GREPME MySQLe query failed! (130) Incorrect file format 'tracks' on DELETE FROM tracks WHERE url NOT IN ( SELECT id FROM urls )"
amarok: [ERROR__] [MySqlStorage] "GREPME MySQLe query failed! (130) Incorrect file format 'albums' on DELETE FROM albums WHERE id NOT IN ( SELECT album FROM tracks WHERE album IS NOT NULL )"
amarok: [ERROR__] [MySqlStorage] "GREPME MySQLe query failed! (130) Incorrect file format 'artists' on DELETE FROM artists WHERE id NOT IN ( SELECT artist FROM tracks WHERE artist IS NOT NULL ) AND id NOT IN ( SELECT artist FROM albums WHERE artist IS NOT NULL )"
amarok: [ERROR__] [MySqlStorage] "GREPME MySQLe query failed! (130) Incorrect file format 'genres' on DELETE FROM genres WHERE id NOT IN ( SELECT genre FROM tracks WHERE genre IS NOT NULL )"
amarok: [ERROR__] [MySqlStorage] "GREPME MySQLe query failed! (130) Incorrect file format 'composers' on DELETE FROM composers WHERE id NOT IN ( SELECT composer FROM tracks WHERE composer IS NOT NULL )"
amarok: [ERROR__] [MySqlStorage] "GREPME MySQLe query failed! (130) Incorrect file format 'urls' on DELETE FROM urls WHERE id NOT IN ( SELECT url FROM tracks WHERE url IS NOT NULL )"
amarok: [ERROR__] [MySqlStorage] "GREPME MySQLe query failed! (130) Incorrect file format 'years' on DELETE FROM years WHERE id NOT IN ( SELECT year FROM tracks WHERE year IS NOT NULL )"
amarok: [ERROR__] [MySqlStorage] "GREPME MySQLe query failed! (130) Incorrect file format 'lyrics' on DELETE FROM lyrics WHERE url NOT IN ( SELECT id FROM urls )"
amarok: [ERROR__] [MySqlStorage] "GREPME MySQLe query failed! (130) Incorrect file format 'statistics' on DELETE FROM statistics WHERE url NOT IN ( SELECT id FROM urls )"
amarok: [ERROR__] [MySqlStorage] "GREPME MySQLe query failed! (130) Incorrect file format 'urls_labels' on DELETE FROM urls_labels WHERE url NOT IN ( SELECT id FROM urls )"
amarok: END__: SqlRegistry::SqlRegistry(Collections::SqlCollection*) [Took: 0.003s]
amarok: [EngineController] slotTrackLengthChanged( -1 )
amarok: [EngineController] slotStateChanged from 0 to 1
amarok: BEGIN: virtual int App::newInstance()
amarok: BEGIN: static void App::handleCliArgs()
amarok: END__: static void App::handleCliArgs() [Took: 0s]
amarok: END__: virtual int App::newInstance() [Took: 0s]
[opa@Mageia ~]$ amarok: [ERROR__] [MySqlStorage] "GREPME MySQLe query failed! (130) Incorrect file format 'albums' on SELECT COUNT(*) FROM albums;"
amarok: [ERROR__] [MySqlStorage] "GREPME MySQLe query failed! (130) Incorrect file format 'tracks' on SELECT COUNT(*) FROM tracks;"
amarok: [ERROR__] [MySqlStorage] "GREPME MySQLe query failed! (130) Incorrect file format 'artists' on SELECT COUNT(*) FROM artists;"
amarok: [ERROR__] [MySqlStorage] "GREPME MySQLe query failed! (130) Incorrect file format 'genres' on SELECT COUNT(*) FROM genres;"
amarok: [ERROR__] [MySqlStorage] "GREPME MySQLe query failed! (130) Incorrect file format 'albums' on SELECT COUNT(*) FROM albums;"
amarok: [ERROR__] [MySqlStorage] "GREPME MySQLe query failed! (130) Incorrect file format 'tracks' on SELECT COUNT(*) FROM tracks;"
amarok: [ERROR__] [MySqlStorage] "GREPME MySQLe query failed! (130) Incorrect file format 'artists' on SELECT COUNT(*) FROM artists;"
amarok: [ERROR__] [MySqlStorage] "GREPME MySQLe query failed! (130) Incorrect file format 'genres' on SELECT COUNT(*) FROM genres;"
KCrash: Application 'amarok' crashing...
KCrash: Attempting to start /usr/lib/kde4/libexec/drkonqi from kdeinit
sock_file=/home/opa/.kde4/socket-Mageia/kdeinit4__0
QSocketNotifier: Invalid socket 10 and type 'Read', disabling...
QSocketNotifier: Invalid socket 28 and type 'Read', disabling...
amarok: Fatal IO error 9 (Ungültiger Dateideskriptor) on X server :0.0.
pa_write() failed while trying to wake up the mainloop: Ungültiger Dateideskriptor
pa_write() failed while trying to wake up the mainloop: Ungültiger Dateideskriptor
Assertion 'pa_close(fds[0]) == 0' failed at pulsecore/core-util.c:2512, function pa_close_pipe(). Aborting.
Unable to start Dr. Konqi
Hanisch hat geschrieben:Das wird wohl nun nichts mehr mit amarok in der VirtualBox.
man-draker hat geschrieben:Hanisch hat geschrieben:Das wird wohl nun nichts mehr mit amarok in der VirtualBox.
Bei dir wohl nicht.
Hier geht es.
Hanisch hat geschrieben:man-draker hat geschrieben:Hanisch hat geschrieben:Das wird wohl nun nichts mehr mit amarok in der VirtualBox.
Bei dir wohl nicht.
Hier geht es.
Aber nicht in einer VirtualBox?
man-draker hat geschrieben:Hanisch hat geschrieben:man-draker hat geschrieben:Hanisch hat geschrieben:Das wird wohl nun nichts mehr mit amarok in der VirtualBox.
Bei dir wohl nicht.
Hier geht es.
Aber nicht in einer VirtualBox?
Aber natürlich in einer VM von VirtualBox.
Hanisch hat geschrieben:Auch die Deinstallation von amarok und das Löschen aller an amarok erinnernden Dateien in ~/.kde4 und anschließendes Neuinstallieren nach einem Reboot hat die Sache nur noch verschlimmert. Nun stürzt die VirtualBox sogar ab.
Woran mag das nun wieder liegen?
Hanisch hat geschrieben:Nun stürzt die VirtualBox sogar ab.
Woran mag das nun wieder liegen?
man-draker hat geschrieben:Hanisch hat geschrieben:Nun stürzt die VirtualBox sogar ab.
Woran mag das nun wieder liegen?
Mach ne neue, installier MGA4.1 rein und schau, ob es dann läuft.
Hanisch hat geschrieben:Aber ein Start von amarok brachte wieder die gleichen bzw. ähnlich fehlerhafte Ergebnisse wie zuvor.
Die Home-Partition möchte ich aber ungern löschen. Wo sitzt denn 'amarok' noch überall drin?
Hanisch hat geschrieben:Interessant ist vielleicht noch, daß nach der Neuinstallation das Programm 'ding' nicht mehr startet. Die Datei /lib/libtk8.5.so hat 0 Bytes, sie muß aber 1,2 MB haben.
Hanisch hat geschrieben:Thunderbird ist englisch und ich finde keinen Weg das auf deutsch umzustellen.
thunderbird-de 24.7.0 und 24.8.0 meldet unerfüllte Abhängigkeiten.
Wie kann denn das nun wieder sein?
Hanisch hat geschrieben:Also mir kommen Zweifel an Mageia!
doktor5000 hat geschrieben:Hanisch hat geschrieben:Aber ein Start von amarok brachte wieder die gleichen bzw. ähnlich fehlerhafte Ergebnisse wie zuvor.
Die Home-Partition möchte ich aber ungern löschen. Wo sitzt denn 'amarok' noch überall drin?
Was bringt dich zu der Erkenntnis dass es nur an den Einstellungen von amarok liegt?
$ amarok
Object::connect: No such signal org::freedesktop::UPower::DeviceAdded(QDBusObjectPath)
Object::connect: No such signal org::freedesktop::UPower::DeviceRemoved(QDBusObjectPath)
libGL error: failed to load driver: vboxvideo
libGL error: Try again with LIBGL_DEBUG=verbose for more details.
QWidget::insertAction: Attempt to insert null action
Could not parse stylesheet of widget 0xb047558
KCrash: Application 'amarok' crashing...
KCrash: Attempting to start /usr/lib/kde4/libexec/drkonqi from kdeinit
sock_file=/home/opa/.kde4/socket-localhost/kdeinit4__0
unnamed app(4340): Communication problem with "amarok" , it probably crashed.
Error message was: "org.freedesktop.DBus.Error.NoReply" : " "Message did not receive a reply (timeout by message bus)" "
amarok: Fatal IO error: client killed
Unable to start Dr. Konqi
libGL error: failed to load driver: vboxvideo
LIBGL_DEBUG=verbose amarok
Exec=LIBGL_DEBUG=verbose amarok %U
Befehl konnte »LIBGL_DEBUG=verbose amarok %U« nicht ausführt werden.
Kindprozess »LIBGL_DEBUG=verbose« konnte nicht ausgeführt werden (Datei oder Verzeichnis nicht gefunden)
LIBGL_DEBUG=verbose amarok %U
Exec=/home/opa/usr/amarok-start
Hanisch hat geschrieben:Siehe:
- Code: Alles auswählen
libGL error: failed to load driver: vboxvideo
lsmod | grep vbox
modprobe vboxvideo
Mitglieder in diesem Forum: 0 Mitglieder und 1 Gast