This forum has been archived. All content is frozen. Please use KDE Discuss instead.

Amarok doesn`t start

Tags: None
(comma "," separated)
Drolyk
Karma
0

Amarok doesn`t start

Wed Dec 15, 2004 6:07 am
Hi amaeok devs!
I`ve got a problem with amarok-1.2_beta2
It doesn`t start :( .

[amaroK] Connecting to /home/drolyk/.kde/socket-zlo/amarok.loader_socket
[amaroK] Starting amarokapp..
[amaroK] If you want a backtrace, run gdb against amarokapp, not amarok!
amarok: [PluginManager] Plugin trader constraint: [X-KDE-amaroK-framework-version] == 3 and [X-KDE-amaroK-plugintype] == \'engine\' and [X-KDE-amaroK-name] == \'void-engine\' and [X-KDE-amaroK-rank] > 0
amarok: [PluginManager] Trying to load: libamarok_void-engine_plugin
amarok:
amarok: PluginManager Service Info:
amarok: ---------------------------
amarok: name :
amarok: library : libamarok_void-engine_plugin
amarok: desktopEntryPath : amarok_void-engine_plugin.desktop
amarok: X-KDE-amaroK-plugintype : engine
amarok: X-KDE-amaroK-name : void-engine
amarok: X-KDE-amaroK-authors : (Max Howell,Mark Kretschmann)
amarok: X-KDE-amaroK-rank : 1
amarok: X-KDE-amaroK-version : 1
amarok: X-KDE-amaroK-framework-version: 3
amarok:
QLayout: Adding KToolBar/playlist_toolbar (child of QVBox/unnamed) to layout for PlaylistWindow/PlaylistWindow
amarok: ERROR: [QStringList CollectionDB::query(const QString&, QStringList&, bool)] [CollectionDB] sqlite3_compile error:
amarok: ERROR: no such table: tags
amarok: ERROR: on query: DROP TABLE tags;
amarok: ERROR: [QStringList CollectionDB::query(const QString&, QStringList&, bool)] [CollectionDB] sqlite3_compile error:
amarok: ERROR: no such table: album
amarok: ERROR: on query: DROP TABLE album;
amarok: ERROR: [QStringList CollectionDB::query(const QString&, QStringList&, bool)] [CollectionDB] sqlite3_compile error:
amarok: ERROR: no such table: artist
amarok: ERROR: on query: DROP TABLE artist;
amarok: ERROR: [QStringList CollectionDB::query(const QString&, QStringList&, bool)] [CollectionDB] sqlite3_compile error:
amarok: ERROR: no such table: genre
amarok: ERROR: on query: DROP TABLE genre;
amarok: ERROR: [QStringList CollectionDB::query(const QString&, QStringList&, bool)] [CollectionDB] sqlite3_compile error:
amarok: ERROR: no such table: year
amarok: ERROR: on query: DROP TABLE year;
amarok: ERROR: [QStringList CollectionDB::query(const QString&, QStringList&, bool)] [CollectionDB] sqlite3_compile error:
amarok: ERROR: no such table: images
amarok: ERROR: on query: DROP TABLE images;
amarok: ERROR: [QStringList CollectionDB::query(const QString&, QStringList&, bool)] [CollectionDB] sqlite3_compile error:
amarok: ERROR: no such table: directories
amarok: ERROR: on query: DROP TABLE directories;
amarok: ERROR: [QStringList CollectionDB::query(const QString&, QStringList&, bool)] [CollectionDB] sqlite3_compile error:
amarok: ERROR: table related_artists already exists
amarok: ERROR: on query: CREATE TABLE related_artists (artist VARCHAR(255),suggestion VARCHAR(255),changedate INTEGER );
amarok: ERROR: [QStringList CollectionDB::query(const QString&, QStringList&, bool)] [CollectionDB] sqlite3_compile error:
amarok: ERROR: index related_artists_artist already exists
amarok: ERROR: on query: CREATE INDEX related_artists_artist ON related_artists( artist );
amarok: ERROR: [QStringList CollectionDB::query(const QString&, QStringList&, bool)] [CollectionDB] sqlite3_compile error:
amarok: ERROR: no such table: tags
amarok: ERROR: on query: SELECT DISTINCT artist.name FROM tags,album,artist WHERE 1 AND tags.sampler = 0 AND album.id=tags.album AND artist.id=tags.artist ORDER BY LOWER( artist.name )
amarok: ERROR: [QStringList CollectionDB::query(const QString&, QStringList&, bool)] [CollectionDB] sqlite3_compile error:
amarok: ERROR: no such table: tags
amarok: ERROR: on query: SELECT DISTINCT artist.name FROM tags,album,artist WHERE 1 AND tags.sampler = 1 AND album.id=tags.album AND artist.id=tags.artist LIMIT 0, 1
amarok: ERROR: [QStringList CollectionDB::query(const QString&, QStringList&, bool)] [CollectionDB] sqlite3_compile error:
amarok: ERROR: no such table: tags
amarok: ERROR: on query: SELECT COUNT( url ) FROM tags LIMIT 0, 1;
QColor::setRgb: RGB parameter(s) out of range
QColor::setRgb: RGB parameter(s) out of range
QColor::setRgb: RGB parameter(s) out of range
amarok: [PluginManager] Plugin trader constraint: [X-KDE-amaroK-framework-version] == 3 and [X-KDE-amaroK-plugintype] == \'engine\' and [X-KDE-amaroK-name] == \'\' and [X-KDE-amaroK-rank] > 0
amarok: WARNING: [static amaroK::Plugin* PluginManager::createFromQuery(const QString&)] No matching plugin found.
amarok: [PluginManager] Plugin trader constraint: [X-KDE-amaroK-framework-version] == 3 and [X-KDE-amaroK-plugintype] == \'engine\' and [X-KDE-amaroK-name] != \'\' and [X-KDE-amaroK-rank] > 0
amarok: [PluginManager] Trying to load: libamarok_artsengine_plugin
[amaroK] Timed out trying to contact amarokapp
[amaroK] Exiting

I compile amarok with arts and xine support
User avatar
markey
KDE Developer
Posts
2286
Karma
3
OS

Re:Amarok doesn`t start

Wed Dec 15, 2004 12:21 pm
When using arts-engine, artsd must be restarted once after installing amaroK. This is because amaroK installs aRts plugins, and the silly artsd is not able to load them at runtime.

If that doesn\'t help, you can use \"amarok --engine xine-engine\" to load xine engine right at startup, as to prevent the crash. Once it runs, xine will be loaded on subsequent starting.


--
Mark Kretschmann - Amarok Developer
Drolyk
Karma
0

Re:Amarok doesn`t start

Wed Dec 15, 2004 4:39 pm
Thanks! Now it works :)
muesli
KDE Developer
Posts
230
Karma
0

Re:Amarok doesn`t start

Wed Dec 15, 2004 4:52 pm
sounds like you compiled arts with a different gcc version than amarok.

regards,
muesli
hds
Karma
0

Re:Amarok doesn`t start

Thu Dec 16, 2004 1:02 am
no, everything is compiled using gcc 3.4.3
hds
Karma
0

Re:Amarok doesn`t start

Thu Dec 16, 2004 2:34 pm
i have a similar problem with arts. i restarted KDE, but still no go:
[code:1]
amarok: [PluginManager] Plugin trader constraint: [X-KDE-amaroK-framework-version] == 3 and [X-KDE-amaroK-plugintype] == \'engine\' and [X-KDE-amaroK-name] == \'\' and [X-KDE-amaroK-rank] > 0
amarok: WARNING: [static amaroK::«»Plugin* PluginManager::createFromQuery(const QString&«»)] No matching plugin found.
amarok: [PluginManager] Plugin trader constraint: [X-KDE-amaroK-framework-version] == 3 and [X-KDE-amaroK-plugintype] == \'engine\' and [X-KDE-amaroK-name] != \'\' and [X-KDE-amaroK-rank] > 0
amarok: [PluginManager] Trying to load: libamarok_artsengine_plugin
amarok: [amaroK::«»Plugin::«»Plugin()]
terminate called after throwing an instance of \'std::bad_alloc\'
what(): St9bad_alloc
KCrash: Application \'amarok\' crashing...
[/code:1]
this is with todays CVS of amaroK. KDE is 3.3.2 aqnd ARTS is 1.3.2. system is gentoo using vanilla kernel 2.48. no xine or/and gmplayer installed.


Bookmarks



Who is online

Registered users: abc72656, Bing [Bot], daret, Google [Bot], Sogou [Bot], Yahoo [Bot]