Quote:
Originally Posted by kovidgoyal
Also when it hangs what does task manager say?
|
"calibre.exe is not responding"
Quote:
Originally Posted by kovidgoyal
Also can you run it as
calibre-debug -g
and reproduce and post whatever is output in the command prompt
|
Code:
calibre 7.4 embedded-python: True
Windows-10-10.0.19045-SP0 Windows ('64bit', 'WindowsPE')
('Windows', '10', '10.0.19045')
Python 3.11.5
Windows: ('10', '10.0.19045', 'SP0', 'Multiprocessor Free')
Interface language: None
Successfully initialized third party plugins: BRMenu Menu (1, 2, 0) && Count Pages (1, 13, 4) && Drop Search Results (1, 0, 14) && Favourites Menu (1, 3, 0) && Job Spy (1, 0, 239) && Modify ePub (1, 8, 2) && Scroll Book Details (1, 0, 2) && View Manager (1, 10, 2)
QPA platform: windows
devicePixelRatio: 1.5
logicalDpi: 96.0 x 96.0
physicalDpi: 104.87741935483871 x 104.50285714285712
ApplicationPaletteChange event ignored
Using calibre Qt style: True
[0.00] Starting up...
[0.00] Initializing db...
[0.05] db initialized
[0.05] Constructing main UI...
qt.gui.imageio: libpng warning: iCCP: known incorrect sRGB profile
qt.gui.imageio: libpng warning: iCCP: cHRM chunk does not match sRGB
[0.98] GUI main window shown
Job Spy has begun initialization...
orig_option = prefs.get[option_key]: True
Tweak Library Name: Models
'read_file_metadata' global.py file prefs.set FROM: True TO: True
'read_file_metadata' global prefs[option_key] value changed FROM: True TO: True
author_sort_copy_method >>> default tweaks.py method is: invert
author_sort_copy_method changed FROM: invert TO: copy
current tweaks['title_series_sorting']: library_order
--->>>apply_title_series_sorting_by_library: libname is NOT tweaked; default value used for: Models is: library_order
title_series_sorting changed FROM: library_order TO: library_order
Calibre, and hence Job Spy, was gracefully shut down last time? False
Last time daemon started: never
Last time daemon failed: never
Total daemon starts inception_to_date: 0
Total daemon failures inception-to-date: 0
qt.gui.imageio: libpng warning: iCCP: known incorrect sRGB profile
JS: ===>>> change_gui_alternating_row_colors()
Job Spy has finished initialization...
[1.48] main UI initialized...
[1.48] Started up in 1.48 seconds with 171 books
And it's wedged.
Here's another one with a library switch to my Creators library
Code:
calibre 7.4 embedded-python: True
Windows-10-10.0.19045-SP0 Windows ('64bit', 'WindowsPE')
('Windows', '10', '10.0.19045')
Python 3.11.5
Windows: ('10', '10.0.19045', 'SP0', 'Multiprocessor Free')
Interface language: None
Successfully initialized third party plugins: BRMenu Menu (1, 2, 0) && Count Pages (1, 13, 4) && Drop Search Results (1, 0, 14) && Favourites Menu (1, 3, 0) && Job Spy (1, 0, 239) && Modify ePub (1, 8, 2) && Scroll Book Details (1, 0, 2) && View Manager (1, 10, 2)
QPA platform: windows
devicePixelRatio: 1.5
logicalDpi: 96.0 x 96.0
physicalDpi: 104.87741935483871 x 104.50285714285712
ApplicationPaletteChange event ignored
Using calibre Qt style: True
[0.00] Starting up...
[0.02] Initializing db...
[0.19] db initialized
[0.19] Constructing main UI...
qt.gui.imageio: libpng warning: iCCP: known incorrect sRGB profile
qt.gui.imageio: libpng warning: iCCP: cHRM chunk does not match sRGB
[1.30] GUI main window shown
Job Spy has begun initialization...
orig_option = prefs.get[option_key]: True
Tweak Library Name: Books
'read_file_metadata' global.py file prefs.set FROM: True TO: True
'read_file_metadata' global prefs[option_key] value changed FROM: True TO: True
author_sort_copy_method >>> default tweaks.py method is: invert
current tweaks['title_series_sorting']: library_order
--->>>apply_title_series_sorting_by_library: libname IS tweaked; new value for: Books is: library_order
title_series_sorting changed FROM: library_order TO: library_order
Calibre, and hence Job Spy, was gracefully shut down last time? True
Last time daemon started: never
Last time daemon failed: never
Total daemon starts inception_to_date: 0
Total daemon failures inception-to-date: 0
qt.gui.imageio: libpng warning: iCCP: known incorrect sRGB profile
JS: ===>>> change_gui_alternating_row_colors()
Job Spy has finished initialization...
[1.69] main UI initialized...
[1.69] Started up in 1.69 seconds with 5 books
author_sort_copy_method >>> default tweaks.py method is: invert
apply_author_sort_method_by_library: libname is NOT tweaked; nothing changed: Creators
orig_option = prefs.get[option_key]: True
Tweak Library Name: Creators
'read_file_metadata' global.py file prefs.set FROM: True TO: True
'read_file_metadata' global prefs[option_key] value changed FROM: True TO: True
executing: self.maingui._spare_pool.shutdown(wait_time=60.0)
Successful; forced the upcoming new pool to reload global preference 'read_file_metadata' just tweaked here per-Library...
current tweaks['title_series_sorting']: library_order
--->>>apply_title_series_sorting_by_library: libname is NOT tweaked; default value used for: Creators is: library_order
title_series_sorting changed FROM: library_order TO: library_order
And it's wedged
BR