Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre

Notices

Reply
 
Thread Tools Search this Thread
Old 11-24-2025, 05:22 PM   #31
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 48,614
Karma: 174510110
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
Quote:
Originally Posted by Sirtel View Post
Well, I've never had a single problem on any of my computers (and there have been 6 or 7 of them) dating back to 2011 when I started to use calibre. But I'll keep it mind in case of any future issues. For now, they can stay where they are.
I suspect Jon is confusing having a calibre library in the Users\<username> directory and having a calibre library in the Users\<username>\Documents directory. At one time the Documents directory was the default when installing calibre. After Microsoft decided syncing the Documents directory to OneDrive by default was a good idea, the default library location was changed.
DNSB is offline   Reply With Quote
Old 11-24-2025, 05:59 PM   #32
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 31,324
Karma: 62025226
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
I have my intake library (empty) on another PC (also on wired 1G network). It takes 5 seconds to switch to it. and 9 seconds to switch back to Main.

It does take longer if Intakes HD is spun down.
I do know about the caution on using Networked drives and found no issue if I only Pull from the remote drive. YMMV and not recommended over WiFi
theducks is offline   Reply With Quote
Old 11-24-2025, 11:14 PM   #33
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 48,614
Karma: 174510110
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
Quote:
Originally Posted by theducks View Post
I have my intake library (empty) on another PC (also on wired 1G network). It takes 5 seconds to switch to it. and 9 seconds to switch back to Main.
Is your second PC is actively scanning the library?
DNSB is offline   Reply With Quote
Old 11-25-2025, 12:16 AM   #34
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 31,324
Karma: 62025226
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Quote:
Originally Posted by DNSB View Post
Is your second PC is actively scanning the library?
I am not sure what you mean by that. No, I Switch Libraries from the Main PC, select books: Copytolibrary: Main

At no time are both in use (Intake Calibre is not running) in the GUI. This has been solid for me over 5 years.
OTOH If I tried Using Intakes Calibre to Push the entries to the Main DB
, I got random GUI locks (Main Calibre is NOT running

Again for the Lurkers: This is NOT an approved use. forget and leave an instance of Calibre active on the other PC can result in possible corruption. Do at your own peril.
theducks is offline   Reply With Quote
Old Yesterday, 11:18 AM   #35
Luna
Junior Member
Luna began at the beginning.
 
Posts: 6
Karma: 10
Join Date: Nov 2025
Device: Kindle Voyage
Lightbulb Found the root cause I think!

Original poster here!

Update: I've done extensive troubleshooting and found the root cause:

/Applications/calibre.app/Contents/MacOS/calibre (Terminal) : 2-3 seconds
/Applications/calibre.app (or Finder) : 30+ minutes

The bottleneck:
spctl -a -vv /Applications/calibre.app hangs for 10+ seconds (should be <1 sec). System logs show syspolicyd stuck in a progress callback loop during trust evaluation. Console trace shows 15-second gap when loading QtCore framework.

What I've tried (all failed):

Removed quarantine, cleared all trust/policy caches
Safe Mode + SIP disable: deleted SystemPolicy*, gkopaque, TCC, certificate stores
Fresh Calibre install
syspolicyd restart/reset
NVRAM reset

Verification:

Other Qt apps (like Telegram Desktop) start instantly via Finder
codesign --verify --deep: valid
Calibre has 85 frameworks vs Telegram's 33

Something in Calibre's bundle structure triggers a macOS LaunchServices/syspolicyd evaluation loop that doesn't occur with Terminal launch. I have detailed logs if helpful.

Is there a known issue with large Qt bundles or embedded Python frameworks?
Luna is offline   Reply With Quote
Old Yesterday, 11:40 AM   #36
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: 45,653
Karma: 28549046
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
Nope no known issues and indeed if there were such an issue it would affect a lot more people and be reproducible for everyone.
kovidgoyal is offline   Reply With Quote
Old Yesterday, 12:02 PM   #37
Luna
Junior Member
Luna began at the beginning.
 
Posts: 6
Karma: 10
Join Date: Nov 2025
Device: Kindle Voyage
Quote:
Originally Posted by kovidgoyal View Post
Nope no known issues and indeed if there were such an issue it would affect a lot more people and be reproducible for everyone.
Could Calibre's large number of embedded frameworks (including Python.framework) trigger a macOS trust evaluation issue on certain system configurations? The direct executable bypasses this completely.
Luna is offline   Reply With Quote
Old Yesterday, 12:36 PM   #38
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 31,324
Karma: 62025226
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Quote:
Originally Posted by Luna View Post
Could Calibre's large number of embedded frameworks (including Python.framework) trigger a macOS trust evaluation issue on certain system configurations? The direct executable bypasses this completely.
If there were issues... A lot of users would be howling. (see image just snipped)
Attached Thumbnails
Click image for larger version

Name:	CalStats202511.JPG
Views:	15
Size:	9.1 KB
ID:	219443  
theducks is offline   Reply With Quote
Old Yesterday, 03:30 PM   #39
BetterRed
null operator (he/him)
BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.
 
Posts: 22,042
Karma: 30277960
Join Date: Mar 2012
Location: Sydney Australia
Device: none
Quote:
Originally Posted by theducks View Post
If there were issues... A lot of users would be howling. (see image just snipped)
Not much use without the number of the active installs at the top of the page where you took your clip ==>> calibre - Usage Statistics for calibre

Active MacOS users = 476,239

BR
BetterRed is online now   Reply With Quote
Old Yesterday, 04:24 PM   #40
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 48,614
Karma: 174510110
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
A bit of quick juggling of the numbers suggests that while ~476,239 people are using calibre on Macs, ~286,000 people are using calibre 8+ on Macs. I tend to agree that if it was an issue with most MacOS installs, the screaming would be loud.
DNSB is offline   Reply With Quote
Old Yesterday, 06:08 PM   #41
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 31,324
Karma: 62025226
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
FWIW one of my Libraries (Intake) is on another computer. When I start Calibre, that computer WAKES, even though Main is the active Library.
Maybe you have a similar configuration BUT the computer is hard OFF or missing from your network.
Look at the switch List (right click the Library icon). You can 'Delete' that one (it only removes the switch link in Calibre)

Hmm I wonder what happens if you have a Connect To Folder (device) connection (on the Connet share icon)that was not previously ejected and the target is not ready. Is this a timeout wait?

Last edited by theducks; Yesterday at 06:13 PM. Reason: corrected Copy -> connect
theducks is offline   Reply With Quote
Old Today, 10:02 AM   #42
TobyReads
Junior Member
TobyReads began at the beginning.
 
Posts: 1
Karma: 10
Join Date: Nov 2025
Location: Denmark
Device: None
I'm on Windows 11 and have been experiencing this problem for the past few months. Strangely, the startup time gets longer and longer. It started with about 30 secs. Now it's 4-6 minutes.

I have 486 books in my library. Checked the database. No errors.

I used to run the library from OneDrive. Moved it out of OneDrive. Makes no difference.

Cleared the cache. Makes no difference.

I whitelisted all Calibre folders in Windows Defender. Makes no difference.

Lastly, a huge thank you to all the developers of Calibre. Amazing application.
TobyReads is offline   Reply With Quote
Old Today, 10:06 AM   #43
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 81,013
Karma: 150249633
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by BetterRed View Post
Not much use without the number of the active installs at the top of the page where you took your clip ==>> calibre - Usage Statistics for calibre

Active MacOS users = 476,239

BR
But how many active MacOS users are able to run the latest version?
JSWolf is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
'Get List of Books on Device' Taking 2100 Minutes Plus pjmpjm Devices 23 10-23-2023 08:59 AM
open a book .mobi with calibre is taking 15 minutes, normal ????? tancraide Calibre 17 02-12-2020 03:58 PM
sony 950 taking 10 minutes to load homescreen sovre Sony Reader 22 11-17-2011 02:33 AM
Calibre on Linux taking 2 minutes to start mightymouse2045 Calibre 9 08-14-2011 01:55 AM
PRS-600 An hour and 20 minutes start up time! eric11210 Sony Reader 36 08-17-2010 05:32 AM


All times are GMT -4. The time now is 12:22 PM.


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