Version: 2.4.3 (using KDE 4.7.2) OS: Linux I compiled amarok from trunk and experienced the same problem. Is this anyhow related to mysql->mariadb migration? Kind regards, Robert Version: Qt: 4.7.4 KDE Development Platform: 4.7.2 (4.7.2) Amarok: 2.4.3 Distribution: openSUSE Factory (12.1 rc) 64bit Output from amarok --debug: amarok: BEGIN: void CollectionManager::init(const QList<Plugins::PluginFactory*>&) amarok: BEGIN: void CollectionManager::loadPlugins(const QList<Collections::CollectionFactory*>&) amarok: [CollectionManager] initializing "amarok_collection-mysqlecollection" amarok: [ERROR__] MySQL library initialization failed. amarok: [ERROR__] [MySqlStorage] "GREPME MySQLe query failed! (2000) on init" amarok: BEGIN: bool DatabaseUpdater::update() amarok: [MySqlStorage] Initialized thread, count== 1 amarok: [ERROR__] [MySqlStorage] Tried to perform query on uninitialized MySQL amarok: Database version: 0 amarok: BEGIN: void DatabaseUpdater::createTables() const amarok: [ERROR__] [MySqlStorage] Tried to perform query on uninitialized MySQL amarok: [ERROR__] [MySqlStorage] Tried to perform query on uninitialized MySQL amarok: [ERROR__] [MySqlStorage] Tried to perform query on uninitialized MySQL Reproducible: Didn't try Steps to Reproduce: install amarok, start amarok. Happens after each start Actual Results: Collection is empty Expected Results: No error and a filled music collection I ran into this problem after upgrading opensuse 12.1 beta to the recent RC. After that I tried to resolve this problem by compiling from git master, but the problem is still there.
bug was also observed in automated tests of stock openSUSE amarok first seen 2011-10-05 http://openqa.opensuse.org/viewimg/opensuse/testresults/openSUSE-NET-i586-Build0323/amarok-2.png
I can't reproduce this here with Kubuntu 11.10. Please check you have no conflicting installations in your MySQL files.
> Please check you have no conflicting installations in your MySQL files. How do I do this? What information do you need to help me debugging?
Well, check the versions of the MySQL packages yo have installed.
My problem went away after uninstalling mariadb and mariadb-client and installing mysql-community-server{,-client}. MariaDB seems to got installed by accident when I installed opensuse beta. So it looks like amarok doesn't accept the drop-in replacement mariadb.
I can confirm the work-around from Robert. Who should we talk to to fix this?
(In reply to comment #6) > I can confirm the work-around from Robert. Who should we talk to to fix this? To the distribution IMHO, we clearly ship Amarok with MySQL as a dependency, so does kdelibs btw
openSUSE is working on it: https://bugzilla.novell.com/show_bug.cgi?id=712749
*** Bug 301918 has been marked as a duplicate of this bug. ***
*** Bug 305258 has been marked as a duplicate of this bug. ***
Thank you so much, the bug not appear again in new version of amarok... :D On Fri, Aug 17, 2012 at 7:19 AM, Myriam Schweingruber <myriam@kde.org>wrote: > https://bugs.kde.org/show_bug.cgi?id=284810 > > Myriam Schweingruber <myriam@kde.org> changed: > > What |Removed |Added > > ---------------------------------------------------------------------------- > CC| |jtamate@gmail.com > > --- Comment #10 from Myriam Schweingruber <myriam@kde.org> --- > *** Bug 305258 has been marked as a duplicate of this bug. *** > > -- > You are receiving this mail because: > You are on the CC list for the bug. >
(In reply to comment #11) > Thank you so much, the bug not appear again in new version of amarok... :D Which has again nothing to do with Amarok, please check with your distribution, this is a downstream issue with their MySQL implementation.
Oh,, Okay, thanks for the information.. :D On Sat, Aug 18, 2012 at 3:58 PM, Myriam Schweingruber <myriam@kde.org>wrote: > https://bugs.kde.org/show_bug.cgi?id=284810 > > --- Comment #12 from Myriam Schweingruber <myriam@kde.org> --- > (In reply to comment #11) > > Thank you so much, the bug not appear again in new version of amarok... > :D > > Which has again nothing to do with Amarok, please check with your > distribution, > this is a downstream issue with their MySQL implementation. > > -- > You are receiving this mail because: > You are on the CC list for the bug. >
*** Bug 374891 has been marked as a duplicate of this bug. ***