Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clementine crashes creating initial database schema #2604

Closed
Clementine-Issue-Importer opened this issue Dec 10, 2013 · 8 comments
Closed

Clementine crashes creating initial database schema #2604

Clementine-Issue-Importer opened this issue Dec 10, 2013 · 8 comments

Comments

@Clementine-Issue-Importer

From konsolet...@gmail.com on January 12, 2012 10:01:48

On Fedora 16 x64 delete ~/.config/Clementine/clementine.db file. Open console and type clementine. Program writes error messages to stderr and crashe. Here is the message:

{{{
db error: QSqlError(21, "Unable to execute multiple statements at a time", "not an error")
faulty query: "CREATE TABLE schema_version (
version INTEGER NOT NULL
);
INSERT INTO schema_version (version) VALUES (0);"
bound values: QMap()
Unable to update music library database
}}}

Empty (size in bytes is 0) clementine.db file is created.

Program is expected to start correctly.

It seems that my version of QtSql is not able to execute multiple SQL stetements at a time. It can be either QtSql driver restriction or sqlite's own requirement. Note that I installed qt and sqlite from Fedora repository. Clementine package version is 0.7.1-4.

Original issue: http://code.google.com/p/clementine-player/issues/detail?id=2604

@Clementine-Issue-Importer
Copy link
Author

From davidsansome on January 12, 2012 01:40:24

This issue was closed by revision 3ade921 .

Status: Fixed

@Clementine-Issue-Importer
Copy link
Author

From davidsansome on February 01, 2012 07:32:29

Issue 2684 has been merged into this issue.

@Clementine-Issue-Importer
Copy link
Author

From davidsansome on March 01, 2012 09:38:41

Issue 2772 has been merged into this issue.

@Clementine-Issue-Importer
Copy link
Author

From tek...@gmail.com on March 15, 2012 11:08:21

Same problem for me too. Distro Sabayon 8, I have installed clementine through repositories after fresh instalation.

tekes@sabayon ~ $ clementine
19:58:39.667 DEBUG NetworkProxyFactory:30 Detected system proxy URLs: ("", "", "", "")
19:58:39.667 DEBUG CoverProviders:34 Registered cover provider "Amazon"
19:58:39.670 ERROR Database:625 db error: QSqlError(21, "Unable to execute multiple statements at a time", "not an error")
19:58:39.670 ERROR Database:626 faulty query: "CREATE TABLE schema_version (
version INTEGER NOT NULL
);
INSERT INTO schema_version (version) VALUES (0);"
19:58:39.670 ERROR Database:627 bound values: QMap()
19:58:39.670 ERROR unknown Unable to update music library database
Aborted

@Clementine-Issue-Importer
Copy link
Author

From rockandr...@gmail.com on May 10, 2012 20:36:04

In Debian testing amd64, I have exactly the same problem reported in the previous comment.
I hope can be resolved soon, to enjoy this great program again.

@Clementine-Issue-Importer
Copy link
Author

From davidsansome on May 19, 2012 10:48:41

Issue 2948 has been merged into this issue.

@Clementine-Issue-Importer
Copy link
Author

From juhasz.j...@gmail.com on May 28, 2012 21:07:10

Sam problem here, debian testing amd64 kde.

@Clementine-Issue-Importer
Copy link
Author

From john.maguire on June 01, 2012 02:41:01

Issue 2965 has been merged into this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant