Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre

Notices

Reply
 
Thread Tools Search this Thread
Old 09-13-2008, 08:56 AM   #1
Argel
Opinionated [but right]
Argel is no ebook tyro.Argel is no ebook tyro.Argel is no ebook tyro.Argel is no ebook tyro.Argel is no ebook tyro.Argel is no ebook tyro.Argel is no ebook tyro.Argel is no ebook tyro.Argel is no ebook tyro.Argel is no ebook tyro.
 
Argel's Avatar
 
Posts: 276
Karma: 1412
Join Date: Apr 2008
Location: UK
Device: Cybook Gen3, PRS 505, Kindle International, HTC Desire
Won't start in Vista

I know you must be tired of these but I think I've been through everything in the FAQ (several times), including uninstall and reboot.

There are no ini files, I have tried removing library1.db.

Error message output below is for two runs, one with library1.db present, having been created when Calibre was run (but the GUI didn't appear) and then again having deleted library1.db just to see what happened:

c:\Program Files\calibre>calibre-debug -c "from calibre.gui2.main import main; main()"
Couldn't resolve property: linearGradient5167
Traceback (most recent call last):
File "debug.py", line 67, in <module>
File "debug.py", line 56, in main
File "<string>", line 1, in <module>
File "c:\Program Files\calibre\library.zip\calibre\gui2\main.py", line 1346, in main
File "c:\Program Files\calibre\library.zip\calibre\gui2\main.py", line 199, in __init__
File "calibre\gui2\library.pyo", line 505, in set_database
File "calibre\gui2\library.pyo", line 127, in set_database
File "calibre\library\database.pyo", line 792, in __init__
File "calibre\library\database.pyo", line 555, in create_version1
sqlite3.OperationalError: table books already exists

c:\Program Files\calibre>calibre-debug -c "from calibre.gui2.main import main; main()"
Couldn't resolve property: linearGradient5167
Traceback (most recent call last):
File "debug.py", line 67, in <module>
File "debug.py", line 56, in main
File "<string>", line 1, in <module>
File "c:\Program Files\calibre\library.zip\calibre\gui2\main.py", line 1346, in main
File "c:\Program Files\calibre\library.zip\calibre\gui2\main.py", line 199, in __init__
File "calibre\gui2\library.pyo", line 505, in set_database
File "calibre\gui2\library.pyo", line 127, in set_database
File "calibre\library\database.pyo", line 792, in __init__
File "calibre\library\database.pyo", line 555, in create_version1
sqlite3.OperationalError: unable to open database file

Sorry if it's something simple I'm doing wrong but I've run out of ideas.

TIA.
Argel is offline   Reply With Quote
Old 09-13-2008, 01:25 PM   #2
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 43,853
Karma: 22666666
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
Hmm where is the library1.db file located? Is it on a normal filesystem or on a netwoek drive?
kovidgoyal is offline   Reply With Quote
Old 09-14-2008, 03:44 AM   #3
Argel
Opinionated [but right]
Argel is no ebook tyro.Argel is no ebook tyro.Argel is no ebook tyro.Argel is no ebook tyro.Argel is no ebook tyro.Argel is no ebook tyro.Argel is no ebook tyro.Argel is no ebook tyro.Argel is no ebook tyro.Argel is no ebook tyro.
 
Argel's Avatar
 
Posts: 276
Karma: 1412
Join Date: Apr 2008
Location: UK
Device: Cybook Gen3, PRS 505, Kindle International, HTC Desire
It's in my base user directory, ie C:\users\myname.
Argel is offline   Reply With Quote
Old 09-14-2008, 12:07 PM   #4
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 43,853
Karma: 22666666
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
OK delete it and run the command

Code:
calibredb list
Then try running the GUI.
kovidgoyal is offline   Reply With Quote
Old 09-14-2008, 01:31 PM   #5
Argel
Opinionated [but right]
Argel is no ebook tyro.Argel is no ebook tyro.Argel is no ebook tyro.Argel is no ebook tyro.Argel is no ebook tyro.Argel is no ebook tyro.Argel is no ebook tyro.Argel is no ebook tyro.Argel is no ebook tyro.Argel is no ebook tyro.
 
Argel's Avatar
 
Posts: 276
Karma: 1412
Join Date: Apr 2008
Location: UK
Device: Cybook Gen3, PRS 505, Kindle International, HTC Desire
And so...

Traceback (most recent call last):
File "cli.py", line 430, in <module>
File "cli.py", line 427, in main
File "cli.py", line 106, in command_list
File "cli.py", line 34, in get_db
File "calibre\library\database.pyo", line 792, in __init__
File "calibre\library\database.pyo", line 555, in create_version1
sqlite3.OperationalError: unable to open database file
Argel is offline   Reply With Quote
Old 09-14-2008, 01:46 PM   #6
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 43,853
Karma: 22666666
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
Hmm, I suggest updating to the betas.
kovidgoyal is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Help with Vista BeccaAnn Lounge 3 09-11-2009 12:36 AM
Calibre appears in processes but does not start in vista vrf3 Calibre 10 03-23-2009 01:06 AM
Calibre Won't Start on Win XP and Vista mazzeltjes Calibre 26 10-14-2008 05:03 PM
libprs500 failing to start on Vista Dave Qua Calibre 2 04-27-2008 08:24 AM
Bookdesigner won't start on vista??? Dave Berk Sony Reader 12 01-18-2008 06:58 AM


All times are GMT -4. The time now is 05:24 AM.


MobileRead.com is a privately owned, operated and funded community.