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 0.4 does not start #448

Closed
Clementine-Issue-Importer opened this issue Dec 6, 2013 · 0 comments
Closed

Clementine 0.4 does not start #448

Clementine-Issue-Importer opened this issue Dec 6, 2013 · 0 comments

Comments

@Clementine-Issue-Importer

From discoandhaze on June 29, 2010 23:59:40

What steps will reproduce the problem? 1. Install clementine_0.4_i386.deb
2. Try to run Clementine What is the expected output? What do you see instead? Instead of starting, nothing happens. What version of the product are you using? On what operating system? 0.4 i386 on Ubuntu 10.04 Lucid

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

@Clementine-Issue-Importer
Copy link
Author

From john.maguire on June 30, 2010 08:51:40

Err... can you give us a bit more info than that to go on?

If you run it from the command line, what does it output?

Labels: OpSys-Linux

@Clementine-Issue-Importer
Copy link
Author

From discoandhaze on June 30, 2010 09:25:54

Ah, duh. Excuse that.

michael@michael-laptop:~$ clementine
virtual bool GnomeGlobalShortcutBackend::DoRegister()
Couldn't register FTS3 tokenizer
QSqlError(1, "Unable to fetch row", "no such module: fts3")
Unable to update music library database
Aborted

@Clementine-Issue-Importer
Copy link
Author

From spirtt0 on June 30, 2010 10:23:47

Confirm this issue. Slackware-current, Qt 4.6.2, sqlite-3.6.23

./clementine
Error connecting to notifications service.
virtual bool QxtGlobalShortcutBackend::DoRegister()
Couldn't resolve sqlite symbols
Couldn't register FTS3 tokenizer
QSqlError(1, "Невозможно получить строку", "no such module: fts3")
Unable to update music library database
Аварийный останов

@Clementine-Issue-Importer
Copy link
Author

From davidsansome on June 30, 2010 11:51:01

discoandhaze - I'm concerned that it doesn't work in Ubuntu. What version of the sqlite3 package do you have? I have 3.6.22-1 here.
Also, try running sqlite3 from the commandline and typing:
CREATE VIRTUAL TABLE foo USING fts3();
If it succeeded it will give no output.

spirtt0 - Looks like slackware's sqlite package doesn't have FTS3 enabled. Can you try the above command as well to make sure?

@Clementine-Issue-Importer
Copy link
Author

From discoandhaze on June 30, 2010 12:06:38

I have sqlite3 version 3.6.23.

sqlite> CREATE VIRTUAL TABLE foo USING fts3();
Error: no such module: fts3

@Clementine-Issue-Importer
Copy link
Author

From davidsansome on June 30, 2010 13:01:45

That's strange - all of Ubuntu's sqlite3 packages have FTS3 enabled, even 3.6.23... Have you maybe installed sqlite3 from somewhere else? Do you have any other dodgy repositories enabled?

spirtt0 - I've "fixed" the issue in slackware by enabling our statically compiled sqlite (we already use it on windows and mac) if it can't find fts at compile time. Try r1393 and let me know if it's better.

@Clementine-Issue-Importer
Copy link
Author

From discoandhaze on June 30, 2010 13:40:18

I actually don't remember where I installed it from, but I don't think it was from ubuntu's packages. It isn't marked in synaptic, but I can run it. hmm.
I don't have any strange repos enabled.

@Clementine-Issue-Importer
Copy link
Author

From davidsansome on June 30, 2010 13:44:12

Weird :S
Oh well, reinstall Ubuntu's one with:
sudo dpkg -r --force-all sqlite3 libsqlite3-0 libsqlite3-dev
sudo apt-get -f install

@Clementine-Issue-Importer
Copy link
Author

From discoandhaze on June 30, 2010 14:16:10

Doesn't seem to work... I found the commands I used to install sqlite3:
sudo mkdir /usr/src/drivers
cd /usr/src/drivers
sudo wget http://www.sqlite.org/sqlite-3.6.23.1.tar.gz sudo tar -zxf sqlite-3.6.23.1.tar.gz
cd sqlite-3.6.23.1
./configure --disable-tcl
sudo make
sudo make install

I assume I need to remove it from this directory before reinstalling it, but I'm not sure how.

@Clementine-Issue-Importer
Copy link
Author

From davidsansome on June 30, 2010 14:55:42

If the source is still there you can "make uninstall", otherwise you have to remove the files manually from /usr/local

@Clementine-Issue-Importer
Copy link
Author

From discoandhaze on June 30, 2010 15:24:07

Ah, wonderful. Reinstalled sqlite3 and it's working as it should. Thank you for the help, I really like using Clementine.

@Clementine-Issue-Importer
Copy link
Author

From davidsansome on July 01, 2010 12:13:48

Fix released in 0.4.2

Status: Fixed

@Clementine-Issue-Importer
Copy link
Author

From spirtt0 on July 02, 2010 12:07:31

Sorry for long answer.
SVN rev. 1409 working fine. Clementine start without any problem, thank you !

@Clementine-Issue-Importer
Copy link
Author

From rolland39 on July 16, 2010 08:21:10

Strange, but in rev 1480 I have same problem with starting Clementine.

@Clementine-Issue-Importer
Copy link
Author

From kaman@rndfido.net on August 07, 2010 16:08:00

ALT Linux Sisyphus, Qt 4.7.0, sqlite 3.6.23. The same problem when starting Clementine rev 1480. FTS3 is enabled, but libqsqlite.so does not export sqlite3_* symbols that your app seems to locate there. Is there a way to get rid of this distro-specific hack?

@Clementine-Issue-Importer
Copy link
Author

From john.maguire on August 07, 2010 16:21:04

cmake -DSTATIC_SQLITE=on

@Clementine-Issue-Importer
Copy link
Author

From rolland39 on August 09, 2010 22:02:51

All is all ok. Thx:)

@Clementine-Issue-Importer
Copy link
Author

From martosurf7600 on October 08, 2010 00:28:35

Arch Linux x64 up-to-date.
Just installed Clementine, launched ok first time, let it scan my music folders and now I have this message:

"Unable to update music library"
Aborted.

However if I launch it via kdesu it runs as expected.

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