Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre

Notices

Reply
 
Thread Tools Search this Thread
Old 06-05-2017, 10:31 AM   #421
Martina Schein
eBook-Reader-Fan
Martina Schein ought to be getting tired of karma fortunes by now.Martina Schein ought to be getting tired of karma fortunes by now.Martina Schein ought to be getting tired of karma fortunes by now.Martina Schein ought to be getting tired of karma fortunes by now.Martina Schein ought to be getting tired of karma fortunes by now.Martina Schein ought to be getting tired of karma fortunes by now.Martina Schein ought to be getting tired of karma fortunes by now.Martina Schein ought to be getting tired of karma fortunes by now.Martina Schein ought to be getting tired of karma fortunes by now.Martina Schein ought to be getting tired of karma fortunes by now.Martina Schein ought to be getting tired of karma fortunes by now.
 
Martina Schein's Avatar
 
Posts: 175
Karma: 444178
Join Date: Sep 2012
Location: Saarbruecken / DE
Device: Kobo Aura H2O 2nd Edition
I'm working on all the eBooks with the Calibre Editor I've purchased and those that are free, before I copy them to my Reader. With none of the different versions (2.99.1 to 2.99.10) I had any problems.

However, the eBook must be saved before you can view it with the Calibre Viewer (not the real-time preview in the editor). Than the eBook is already saved.
Martina Schein is offline   Reply With Quote
Old 06-08-2017, 07:15 AM   #422
aCIDsLAM
Enthusiast
aCIDsLAM began at the beginning.
 
Posts: 28
Karma: 10
Join Date: Oct 2016
Device: Xiaomi MI Pad 1, LineageOS14.1
Calibre on windows core server

Hello kovidgoyal,
just wanted to let you know. The problem with a windows core server (Now its 2016) as explained here,
https://www.mobileread.com/forums/sh...d.php?t=279312
also exsist in the new beta.

Output:


Python function terminated unexpectedly
cannot import name QColor (Error Code: 1)
Traceback (most recent call last):
File "site.py", line 101, in main
File "site.py", line 77, in run_entry_point
File "site-packages\calibre\srv\standalone.py", line 15, in <module>
File "site-packages\calibre\srv\library_broker.py", line 13, in <module>
File "site-packages\calibre\db\legacy.py", line 18, in <module>
File "site-packages\calibre\db\backend.py", line 33, in <module>
File "site-packages\calibre\utils\img.py", line 16, in <module>
ImportError: cannot import name QColor


I am still using calibre 2.55
aCIDsLAM is offline   Reply With Quote
Old 06-08-2017, 08:50 AM   #423
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,355
Karma: 27182818
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
@acidslam: As I sad the memoryloadimage problem is gone. Now you seem to be having another problem. What does running the following output

calibre-debug -c "from PyQt5.QtGui import QColor"
kovidgoyal is offline   Reply With Quote
Old 06-08-2017, 09:19 AM   #424
aCIDsLAM
Enthusiast
aCIDsLAM began at the beginning.
 
Posts: 28
Karma: 10
Join Date: Oct 2016
Device: Xiaomi MI Pad 1, LineageOS14.1
Quote:
Originally Posted by kovidgoyal View Post
@acidslam: As I sad the memoryloadimage problem is gone. Now you seem to be having another problem. What does running the following output

calibre-debug -c "from PyQt5.QtGui import QColor"


PS C:\DFSRoots> calibre-debug -c "from PyQt5.QtGui import QColor"
Python function terminated unexpectedly
DLL load failed: The specified module could not be found. (Error Code: 1)
Traceback (most recent call last):
File "site.py", line 101, in main
File "site.py", line 78, in run_entry_point
File "site-packages\calibre\debug.py", line 261, in main
File "<string>", line 1, in <module>
File "site.py", line 39, in load_module
ImportError: DLL load failed: The specified module could not be found.



Mhhh. Actually its 2.56 which is working last. Not 2.55. Thanks for looking
aCIDsLAM is offline   Reply With Quote
Old 06-08-2017, 10:34 AM   #425
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,355
Karma: 27182818
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
That indicates it is failing to find a DLL. Hard to know why, since it doesn't say which DLL. I assume the calibre installation folder is not corrupted? All the DLLs are present?
kovidgoyal is offline   Reply With Quote
Old 06-09-2017, 03:41 AM   #426
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,355
Karma: 27182818
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
@acidslam: You can use procmon.exe to figure out what DLL it is trying to load when failing. Unfortunately I dont know of a non-GUI way to do that on windows.
kovidgoyal is offline   Reply With Quote
Old 06-09-2017, 04:31 AM   #427
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,355
Karma: 27182818
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
I decided to make one more beta release (2.99.11) to try out a little UI polishing. The changes are:

1) Add a button in the bottom right corner to hide the search bar

2) Remove the saved search box, replacing it with a button to add a saved search. Since saved searches can be run from the Tag browser this box was unnecessary duplication. However if you dont use the Tag browser and want to get the box back, there is a tweak for it in Preferences->Tweaks.

3) Hide the "Find in Tag browser" search box by default. There is a button you can use to show it at the bottom of the Tag browser and it will remember its state between calibre restarts

4) Fix extra padding between the toolbar and search bar.

5) Remove the button to clear the search box, instead moving it into the search box itself.
kovidgoyal is offline   Reply With Quote
Old 06-09-2017, 05:36 AM   #428
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,061
Karma: 60358908
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
I did not know what all the hoo-ha was about. Then I tried dot 11 and found the cleaner UI is very nice without the clutter of a lesser used (frequency) set of controls

FWIW Ctrl-F (the way I typically jump to the search), makes the bar appear, if hidden. Bravo, for a feature I did not know I wanted.
theducks is online now   Reply With Quote
Old 06-09-2017, 05:41 AM   #429
chaley
Grand Sorcerer
chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.
 
Posts: 12,447
Karma: 8012886
Join Date: Jan 2010
Location: Notts, England
Device: Kobo Libra 2
Quote:
Originally Posted by kovidgoyal View Post
I decided to make one more beta release (2.99.11) to try out a little UI polishing. The changes are:

1) Add a button in the bottom right corner to hide the search bar

2) Remove the saved search box, replacing it with a button to add a saved search. Since saved searches can be run from the Tag browser this box was unnecessary duplication. However if you dont use the Tag browser and want to get the box back, there is a tweak for it in Preferences->Tweaks.

3) Hide the "Find in Tag browser" search box by default. There is a button you can use to show it at the bottom of the Tag browser and it will remember its state between calibre restarts
FWIW: I am not in favor of these changes. I use all three features frequently, but that isn't the reason I am opposed. The reasons:
  • I suspect that the three changes will create no end of unhappiness similar to when the search highlight button was removed; post after post saying "WTF? Where did X go?" or "How do I do X?".
  • Saved searches are no longer discoverable.
  • Navigating down through the tag browser is much slower than using the dropdown box and is harder for people who prefer keyboards.
  • Searches in the tag browser are also no longer easily discoverable.
  • The changes seem to target smaller screens, which are becoming more and more a rarity.
I think that tweaks should be used to make them go away, not to make them appear.
chaley is offline   Reply With Quote
Old 06-09-2017, 07:05 AM   #430
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,355
Karma: 27182818
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
@chaley: My intention is to make saved searches less discoverable. There are virtual libraries that perform the same function in a much user-friendlier manner. The only case where saved searches are useful is if you want to use both VLs and Saved searches. And for such use cases (which are relatively rare) the tweak exists to restore the saved search box.

As for the button to hide the search bar, if you dont want to use it, simply ignore its existence. The search bar defaults to shown.

My overall concern with these changes is to de-clutter the UI a bit to make it more obvious what are the main functions of calibre, while still allowing power users to use the power tools relatively easily. It doesn't have much to do with small screens, although working better on small screens is a nice bonus.

I dont think this change is on par witht he chage to remove the search highlights button. The hide search bar button basically works just like the hide tag browser/etc. buttons. And while we do get the occasional post from someone who has hidden one of the panels and cant find them again, it is not nearly as bad as for search highlights. Not to mention that, IIRC, the problem with the search highlights button was much worse before that button was hidden. People would keep clicking it and not knowing why their searches were not filters any more.
kovidgoyal is offline   Reply With Quote
Old 06-09-2017, 07:42 AM   #431
aCIDsLAM
Enthusiast
aCIDsLAM began at the beginning.
 
Posts: 28
Karma: 10
Join Date: Oct 2016
Device: Xiaomi MI Pad 1, LineageOS14.1
Quote:
Originally Posted by kovidgoyal View Post
@acidslam: You can use procmon.exe to figure out what DLL it is trying to load when failing. Unfortunately I dont know of a non-GUI way to do that on windows.
The same way as a gui server. if its not a nano server, you can run minimal gui programms such as procmon.exe

Here is the output of calibre-debug -c "from PyQt5.QtGui import QColor", excluding success. Acutally its hard to read and is missing alot of stuff, so it pasted it completly, without taskname, time etc
Spoiler:

RegOpenKey HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Segment Heap REPARSE
RegOpenKey HKLM\System\CurrentControlSet\Control\Session Manager\Segment Heap NAME NOT FOUND
RegOpenKey HKLM\System\CurrentControlSet\Control\SafeBoot\Opt ion REPARSE
RegOpenKey HKLM\System\CurrentControlSet\Control\SafeBoot\Opt ion NAME NOT FOUND
RegOpenKey HKLM\System\CurrentControlSet\Control\Srp\GP\DLL REPARSE
RegOpenKey HKLM\System\CurrentControlSet\Control\Srp\GP\DLL NAME NOT FOUND
RegQueryValue HKLM\SOFTWARE\Policies\Microsoft\Windows\safer\cod eidentifiers\TransparentEnabled NAME NOT FOUND
RegOpenKey HKCU\Software\Policies\Microsoft\Windows\Safer\Cod eIdentifiers NAME NOT FOUND
CreateFileMapping C:\Windows\System32\imm32.dll FILE LOCKED WITH ONLY READERS
RegOpenKey HKLM\System\CurrentControlSet\Control\Error Message Instrument\ REPARSE
RegOpenKey HKLM\System\CurrentControlSet\Control\Error Message Instrument NAME NOT FOUND
RegQueryValue HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\GRE_Initialize\DisableMetaFiles NAME NOT FOUND
RegQueryValue HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Compatibility32\calibre-debug NAME NOT FOUND
RegOpenKey HKLM\Software\Microsoft\Windows NT\CurrentVersion\IME Compatibility NAME NOT FOUND
RegOpenKey HKCU\Control Panel\Desktop\MuiCached\MachineLanguageConfigurati on NAME NOT FOUND
RegOpenKey HKLM\Software\Policies\Microsoft\MUI\Settings NAME NOT FOUND
RegOpenKey HKCU\Software\Policies\Microsoft\Control Panel\Desktop NAME NOT FOUND
RegEnumValue HKCU\Control Panel\Desktop\LanguageConfiguration NO MORE ENTRIES
RegOpenKey HKLM\Software\Policies\Microsoft\MUI\Settings NAME NOT FOUND
RegOpenKey HKCU\Software\Policies\Microsoft\Control Panel\Desktop NAME NOT FOUND
RegQueryValue HKCU\Control Panel\Desktop\PreferredUILanguages NAME NOT FOUND
RegOpenKey HKLM\Software\Policies\Microsoft\MUI\Settings NAME NOT FOUND
RegQueryValue HKCU\Control Panel\Desktop\MuiCached\MachinePreferredUILanguage s BUFFER OVERFLOW
RegOpenKey HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\calibre-debug.exe NAME NOT FOUND
RegOpenKey HKLM\SYSTEM\CurrentControlSet\Control\Session Manager REPARSE
RegQueryValue HKLM\System\CurrentControlSet\Control\Session Manager\ResourcePolicies NAME NOT FOUND
RegOpenKey HKLM\System\CurrentControlSet\Control\Nls\Sorting\ Versions REPARSE
QueryOpen C:\Program Files\Calibre2\calibre-launcher.dll NAME NOT FOUND
CreateFileMapping C:\Program Files\Calibre2\app\DLLs\calibre-launcher.dll FILE LOCKED WITH ONLY READERS
QueryOpen C:\Program Files\Calibre2\VCRUNTIME140.dll NAME NOT FOUND
CreateFileMapping C:\Program Files\Calibre2\app\DLLs\vcruntime140.dll FILE LOCKED WITH ONLY READERS
RegOpenKey HKLM\SYSTEM\CurrentControlSet\Control\Session Manager REPARSE
RegQueryValue HKLM\System\CurrentControlSet\Control\Session Manager\ResourcePolicies NAME NOT FOUND
RegOpenKey HKLM\System\CurrentControlSet\Control\Lsa\FipsAlgo rithmPolicy REPARSE
RegOpenKey HKLM\System\CurrentControlSet\Control\Lsa REPARSE
RegQueryValue HKLM\System\CurrentControlSet\Control\Lsa\FipsAlgo rithmPolicy NAME NOT FOUND
RegQueryValue HKLM\System\CurrentControlSet\Control\Lsa\FipsAlgo rithmPolicy\MDMEnabled NAME NOT FOUND
RegOpenKey HKLM\SYSTEM\CurrentControlSet\Policies\Microsoft\C ryptography\Configuration REPARSE
RegOpenKey HKLM\System\CurrentControlSet\Policies\Microsoft\C ryptography\Configuration NAME NOT FOUND
RegQueryValue HKLM\SOFTWARE\Microsoft\Ole\PageAllocatorUseSystem Heap NAME NOT FOUND
RegQueryValue HKLM\SOFTWARE\Microsoft\Ole\PageAllocatorSystemHea pIsPrivate NAME NOT FOUND
RegQueryValue HKLM\SOFTWARE\Microsoft\Ole\AggressiveMTATesting NAME NOT FOUND
RegOpenKey HKLM\Software\Microsoft\OLE\Tracing NAME NOT FOUND
QueryOpen C:\Program Files\Calibre2\python27.dll NAME NOT FOUND
CreateFileMapping C:\Program Files\Calibre2\app\DLLs\python27.dll FILE LOCKED WITH ONLY READERS
RegQueryValue HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Sid eBySide\PreferExternalManifest NAME NOT FOUND
QueryOpen C:\Program Files\Calibre2\CRYPTSP.dll NAME NOT FOUND
QueryOpen C:\Program Files\Calibre2\app\DLLs\CRYPTSP.dll NAME NOT FOUND
CreateFileMapping C:\Windows\System32\cryptsp.dll FILE LOCKED WITH ONLY READERS
CreateFileMapping C:\Windows\System32\rsaenh.dll FILE LOCKED WITH ONLY READERS
QueryOpen C:\Program Files\Calibre2\bcrypt.dll NAME NOT FOUND
QueryOpen C:\Program Files\Calibre2\app\DLLs\bcrypt.dll NAME NOT FOUND
CreateFileMapping C:\Windows\System32\bcrypt.dll FILE LOCKED WITH ONLY READERS
RegQueryValue HKLM\SOFTWARE\Policies\Microsoft\Cryptography\Priv KeyCacheMaxItems NAME NOT FOUND
RegQueryValue HKLM\SOFTWARE\Policies\Microsoft\Cryptography\Priv KeyCachePurgeIntervalSeconds NAME NOT FOUND
RegQueryValue HKLM\SOFTWARE\Policies\Microsoft\Cryptography\Priv ateKeyLifetimeSeconds NAME NOT FOUND
RegOpenKey HKLM\Software\Microsoft\Cryptography\Offload NAME NOT FOUND
CreateFileMapping C:\Windows\Globalization\Sorting\SortDefault.nls FILE LOCKED WITH ONLY READERS
RegOpenKey HKLM\System\CurrentControlSet\Control\Nls\Sorting\ Ids REPARSE
QueryOpen C:\Program Files\Calibre2\CRYPTBASE.dll NAME NOT FOUND
QueryOpen C:\Program Files\Calibre2\app\DLLs\CRYPTBASE.dll NAME NOT FOUND
CreateFileMapping C:\Windows\System32\cryptbase.dll FILE LOCKED WITH ONLY READERS
RegOpenKey HKLM\Software\Python\PythonCore\2.7\PythonPath NAME NOT FOUND
RegOpenKey HKCU\Software\Python\PythonCore\2.7\PythonPath NAME NOT FOUND
RegOpenKey HKCU\Software\Python\PythonCore\2.7\Modules\site NAME NOT FOUND
RegOpenKey HKLM\Software\Python\PythonCore\2.7\Modules\site NAME NOT FOUND
QueryInformationVolume C:\Program Files\Calibre2\app\pylib.zip BUFFER OVERFLOW
QueryAllInformationFile C:\Program Files\Calibre2\app\pylib.zip BUFFER OVERFLOW
RegQueryValue HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Pacific Standard Time\Dynamic DST\2017 NAME NOT FOUND
CreateFileMapping C:\Windows\System32\tzres.dll FILE LOCKED WITH ONLY READERS
CreateFileMapping C:\Windows\System32\en-US\tzres.dll.mui FILE LOCKED WITH ONLY READERS
CreateFileMapping C:\Windows\System32\tzres.dll FILE LOCKED WITH ONLY READERS
CreateFileMapping C:\Windows\System32\en-US\tzres.dll.mui FILE LOCKED WITH ONLY READERS
ReadFile C:\Program Files\Calibre2\app\pylib.zip END OF FILE
RegOpenKey HKCU\Software\Python\PythonCore\2.7\Modules\os NAME NOT FOUND
RegOpenKey HKLM\Software\Python\PythonCore\2.7\Modules\os NAME NOT FOUND
RegOpenKey HKCU\Software\Python\PythonCore\2.7\Modules\ntpath NAME NOT FOUND
RegOpenKey HKLM\Software\Python\PythonCore\2.7\Modules\ntpath NAME NOT FOUND
RegOpenKey HKCU\Software\Python\PythonCore\2.7\Modules\stat NAME NOT FOUND
RegOpenKey HKLM\Software\Python\PythonCore\2.7\Modules\stat NAME NOT FOUND
RegOpenKey HKCU\Software\Python\PythonCore\2.7\Modules\generi cpath NAME NOT FOUND
RegOpenKey HKLM\Software\Python\PythonCore\2.7\Modules\generi cpath NAME NOT FOUND
RegOpenKey HKCU\Software\Python\PythonCore\2.7\Modules\warnin gs NAME NOT FOUND
RegOpenKey HKLM\Software\Python\PythonCore\2.7\Modules\warnin gs NAME NOT FOUND
RegOpenKey HKCU\Software\Python\PythonCore\2.7\Modules\lineca che NAME NOT FOUND
RegOpenKey HKLM\Software\Python\PythonCore\2.7\Modules\lineca che NAME NOT FOUND
RegOpenKey HKCU\Software\Python\PythonCore\2.7\Modules\types NAME NOT FOUND
RegOpenKey HKLM\Software\Python\PythonCore\2.7\Modules\types NAME NOT FOUND
RegOpenKey HKCU\Software\Python\PythonCore\2.7\Modules\UserDi ct NAME NOT FOUND
RegOpenKey HKLM\Software\Python\PythonCore\2.7\Modules\UserDi ct NAME NOT FOUND
RegOpenKey HKCU\Software\Python\PythonCore\2.7\Modules\_abcol l NAME NOT FOUND
RegOpenKey HKLM\Software\Python\PythonCore\2.7\Modules\_abcol l NAME NOT FOUND
RegOpenKey HKCU\Software\Python\PythonCore\2.7\Modules\abc NAME NOT FOUND
RegOpenKey HKLM\Software\Python\PythonCore\2.7\Modules\abc NAME NOT FOUND
RegOpenKey HKCU\Software\Python\PythonCore\2.7\Modules\_weakr efset NAME NOT FOUND
RegOpenKey HKLM\Software\Python\PythonCore\2.7\Modules\_weakr efset NAME NOT FOUND
RegOpenKey HKCU\Software\Python\PythonCore\2.7\Modules\copy_r eg NAME NOT FOUND
RegOpenKey HKLM\Software\Python\PythonCore\2.7\Modules\copy_r eg NAME NOT FOUND
RegOpenKey HKCU\Software\Python\PythonCore\2.7\Modules\encodi ngs NAME NOT FOUND
RegOpenKey HKLM\Software\Python\PythonCore\2.7\Modules\encodi ngs NAME NOT FOUND
CreateFile C:\Program Files\Calibre2\app\pylib.zip\encodings PATH NOT FOUND
QueryInformationVolume C:\Program Files\Calibre2\app\pylib.zip BUFFER OVERFLOW
QueryAllInformationFile C:\Program Files\Calibre2\app\pylib.zip BUFFER OVERFLOW
RegOpenKey HKCU\Software\Python\PythonCore\2.7\Modules\codecs NAME NOT FOUND
RegOpenKey HKLM\Software\Python\PythonCore\2.7\Modules\codecs NAME NOT FOUND
RegOpenKey HKCU\Software\Python\PythonCore\2.7\Modules\locale NAME NOT FOUND
RegOpenKey HKLM\Software\Python\PythonCore\2.7\Modules\locale NAME NOT FOUND
RegOpenKey HKCU\Software\Python\PythonCore\2.7\Modules\re NAME NOT FOUND
RegOpenKey HKLM\Software\Python\PythonCore\2.7\Modules\re NAME NOT FOUND
RegOpenKey HKCU\Software\Python\PythonCore\2.7\Modules\sre_co mpile NAME NOT FOUND
RegOpenKey HKLM\Software\Python\PythonCore\2.7\Modules\sre_co mpile NAME NOT FOUND
RegOpenKey HKCU\Software\Python\PythonCore\2.7\Modules\sre_pa rse NAME NOT FOUND
RegOpenKey HKLM\Software\Python\PythonCore\2.7\Modules\sre_pa rse NAME NOT FOUND
RegOpenKey HKCU\Software\Python\PythonCore\2.7\Modules\sre_co nstants NAME NOT FOUND
RegOpenKey HKLM\Software\Python\PythonCore\2.7\Modules\sre_co nstants NAME NOT FOUND
RegOpenKey HKCU\Software\Python\PythonCore\2.7\Modules\functo ols NAME NOT FOUND
RegOpenKey HKLM\Software\Python\PythonCore\2.7\Modules\functo ols NAME NOT FOUND
RegOpenKey HKLM\System\CurrentControlSet\Control\Nls\CustomLo cale REPARSE
RegQueryValue HKLM\System\CurrentControlSet\Control\Nls\CustomLo cale\en-US NAME NOT FOUND
RegOpenKey HKLM\System\CurrentControlSet\Control\Nls\Extended Locale REPARSE
RegQueryValue HKLM\System\CurrentControlSet\Control\Nls\Extended Locale\en-US NAME NOT FOUND
QueryDirectory C:\Program Files\Calibre2\app\DLLs NO MORE FILES
RegOpenKey HKCU\Software\Python\PythonCore\2.7\Modules\calibr e NAME NOT FOUND
RegOpenKey HKLM\Software\Python\PythonCore\2.7\Modules\calibr e NAME NOT FOUND
QueryInformationVolume C:\Program Files\Calibre2\app\pylib.zip BUFFER OVERFLOW
QueryAllInformationFile C:\Program Files\Calibre2\app\pylib.zip BUFFER OVERFLOW
CreateFile C:\Program Files\Calibre2\app\pylib.zip\calibre PATH NOT FOUND
QueryInformationVolume C:\Program Files\Calibre2\app\pylib.zip BUFFER OVERFLOW
QueryAllInformationFile C:\Program Files\Calibre2\app\pylib.zip BUFFER OVERFLOW
RegOpenKey HKCU\Software\Python\PythonCore\2.7\Modules\random NAME NOT FOUND
RegOpenKey HKLM\Software\Python\PythonCore\2.7\Modules\random NAME NOT FOUND
RegOpenKey HKCU\Software\Python\PythonCore\2.7\Modules\__futu re__ NAME NOT FOUND
RegOpenKey HKLM\Software\Python\PythonCore\2.7\Modules\__futu re__ NAME NOT FOUND
RegOpenKey HKCU\Software\Python\PythonCore\2.7\Modules\hashli b NAME NOT FOUND
RegOpenKey HKLM\Software\Python\PythonCore\2.7\Modules\hashli b NAME NOT FOUND
CreateFileMapping C:\Program Files\Calibre2\app\DLLs\_hashlib.pyd FILE LOCKED WITH ONLY READERS
RegQueryValue HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Sid eBySide\PreferExternalManifest NAME NOT FOUND
RegOpenKey HKCU\Software\Python\PythonCore\2.7\Modules\import lib NAME NOT FOUND
RegOpenKey HKLM\Software\Python\PythonCore\2.7\Modules\import lib NAME NOT FOUND
CreateFile C:\Program Files\Calibre2\app\pylib.zip\importlib PATH NOT FOUND
QueryInformationVolume C:\Program Files\Calibre2\app\pylib.zip BUFFER OVERFLOW
QueryAllInformationFile C:\Program Files\Calibre2\app\pylib.zip BUFFER OVERFLOW
RegOpenKey HKCU\Software\Python\PythonCore\2.7\Modules\collec tions NAME NOT FOUND
RegOpenKey HKLM\Software\Python\PythonCore\2.7\Modules\collec tions NAME NOT FOUND
RegOpenKey HKCU\Software\Python\PythonCore\2.7\Modules\keywor d NAME NOT FOUND
RegOpenKey HKLM\Software\Python\PythonCore\2.7\Modules\keywor d NAME NOT FOUND
RegOpenKey HKCU\Software\Python\PythonCore\2.7\Modules\heapq NAME NOT FOUND
RegOpenKey HKLM\Software\Python\PythonCore\2.7\Modules\heapq NAME NOT FOUND
CreateFileMapping C:\Program Files\Calibre2\app\DLLs\win32event.pyd FILE LOCKED WITH ONLY READERS
CreateFileMapping C:\Program Files\Calibre2\app\DLLs\pywintypes27.dll FILE LOCKED WITH ONLY READERS
RegOpenKey HKLM\Software\Microsoft\OLE\Tracing NAME NOT FOUND
RegOpenKey HKLM\SOFTWARE\Microsoft\OLEAUT NAME NOT FOUND
RegOpenKey HKCU\Software\Python\PythonCore\2.7\Modules\winerr or NAME NOT FOUND
RegOpenKey HKLM\Software\Python\PythonCore\2.7\Modules\winerr or NAME NOT FOUND
CreateFileMapping C:\Program Files\Calibre2\app\DLLs\win32api.pyd FILE LOCKED WITH ONLY READERS
QueryOpen C:\Program Files\Calibre2\app\DLLs\VERSION.dll NAME NOT FOUND
QueryOpen C:\Program Files\Calibre2\app\DLLs\VERSION.dll NAME NOT FOUND
CreateFileMapping C:\Windows\System32\version.dll FILE LOCKED WITH ONLY READERS
QueryOpen C:\Program Files\Calibre2\secur32.dll NAME NOT FOUND
QueryOpen C:\Program Files\Calibre2\app\DLLs\secur32.dll NAME NOT FOUND
CreateFileMapping C:\Windows\System32\secur32.dll FILE LOCKED WITH ONLY READERS
QueryOpen C:\Program Files\Calibre2\SSPICLI.DLL NAME NOT FOUND
QueryOpen C:\Program Files\Calibre2\app\DLLs\SSPICLI.DLL NAME NOT FOUND
CreateFileMapping C:\Windows\System32\sspicli.dll FILE LOCKED WITH ONLY READERS
CreateFile C:\Program Files\Calibre2\app\pylib.zip\encodings PATH NOT FOUND
QueryInformationVolume C:\Program Files\Calibre2\app\pylib.zip BUFFER OVERFLOW
QueryAllInformationFile C:\Program Files\Calibre2\app\pylib.zip BUFFER OVERFLOW
CreateFileMapping C:\Program Files\Calibre2\app\DLLs\winutil.pyd FILE LOCKED WITH ONLY READERS
QueryOpen C:\Program Files\Calibre2\app\DLLs\WININET.dll NAME NOT FOUND
QueryOpen C:\Program Files\Calibre2\app\DLLs\WININET.dll NAME NOT FOUND
CreateFileMapping C:\Windows\System32\wininet.dll FILE LOCKED WITH ONLY READERS
RegQueryValue HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Exp lorer\FolderDescriptions\{3EB685DB-65F9-4CF6-A03A-E3EF65729F3D}\ParentFolder NAME NOT FOUND
RegQueryValue HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Exp lorer\FolderDescriptions\{3EB685DB-65F9-4CF6-A03A-E3EF65729F3D}\Description NAME NOT FOUND
RegQueryValue HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Exp lorer\FolderDescriptions\{3EB685DB-65F9-4CF6-A03A-E3EF65729F3D}\ParsingName NAME NOT FOUND
RegQueryValue HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Exp lorer\FolderDescriptions\{3EB685DB-65F9-4CF6-A03A-E3EF65729F3D}\InfoTip NAME NOT FOUND
RegQueryValue HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Exp lorer\FolderDescriptions\{3EB685DB-65F9-4CF6-A03A-E3EF65729F3D}\LocalizedName NAME NOT FOUND
RegQueryValue HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Exp lorer\FolderDescriptions\{3EB685DB-65F9-4CF6-A03A-E3EF65729F3D}\Icon NAME NOT FOUND
RegQueryValue HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Exp lorer\FolderDescriptions\{3EB685DB-65F9-4CF6-A03A-E3EF65729F3D}\Security NAME NOT FOUND
RegQueryValue HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Exp lorer\FolderDescriptions\{3EB685DB-65F9-4CF6-A03A-E3EF65729F3D}\StreamResource NAME NOT FOUND
RegQueryValue HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Exp lorer\FolderDescriptions\{3EB685DB-65F9-4CF6-A03A-E3EF65729F3D}\StreamResourceType NAME NOT FOUND
RegQueryValue HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Exp lorer\FolderDescriptions\{3EB685DB-65F9-4CF6-A03A-E3EF65729F3D}\LocalRedirectOnly NAME NOT FOUND
RegQueryValue HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Exp lorer\FolderDescriptions\{3EB685DB-65F9-4CF6-A03A-E3EF65729F3D}\Roamable NAME NOT FOUND
RegQueryValue HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Exp lorer\FolderDescriptions\{3EB685DB-65F9-4CF6-A03A-E3EF65729F3D}\PreCreate NAME NOT FOUND
RegQueryValue HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Exp lorer\FolderDescriptions\{3EB685DB-65F9-4CF6-A03A-E3EF65729F3D}\Stream NAME NOT FOUND
RegQueryValue HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Exp lorer\FolderDescriptions\{3EB685DB-65F9-4CF6-A03A-E3EF65729F3D}\PublishExpandedPath NAME NOT FOUND
RegQueryValue HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Exp lorer\FolderDescriptions\{3EB685DB-65F9-4CF6-A03A-E3EF65729F3D}\DefinitionFlags NAME NOT FOUND
RegQueryValue HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Exp lorer\FolderDescriptions\{3EB685DB-65F9-4CF6-A03A-E3EF65729F3D}\Attributes NAME NOT FOUND
RegQueryValue HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Exp lorer\FolderDescriptions\{3EB685DB-65F9-4CF6-A03A-E3EF65729F3D}\FolderTypeID NAME NOT FOUND
RegQueryValue HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Exp lorer\FolderDescriptions\{3EB685DB-65F9-4CF6-A03A-E3EF65729F3D}\InitFolderHandler NAME NOT FOUND
RegOpenKey HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Exp lorer\FolderDescriptions\{3EB685DB-65F9-4CF6-A03A-E3EF65729F3D}\PropertyBag NAME NOT FOUND
RegOpenKey HKCU\Software\Microsoft\Windows\CurrentVersion\Exp lorer\SessionInfo\2\KnownFolders NAME NOT FOUND
RegQueryValue HKLM\System\CurrentControlSet\Control\Nls\Sorting\ Ids\en-US NAME NOT FOUND
RegQueryValue HKLM\System\CurrentControlSet\Control\Nls\Sorting\ Ids\en NAME NOT FOUND
RegOpenKey HKLM\Software\Microsoft\Windows\CurrentVersion\Exp lorer\KnownFolderSettings NAME NOT FOUND
RegOpenKey HKLM\Software\Microsoft\Windows\CurrentVersion\Exp lorer\KnownFolderSettings NAME NOT FOUND
RegOpenKey HKCU\Software\Python\PythonCore\2.7\Modules\tempfi le NAME NOT FOUND
RegOpenKey HKLM\Software\Python\PythonCore\2.7\Modules\tempfi le NAME NOT FOUND
RegOpenKey HKCU\Software\Python\PythonCore\2.7\Modules\io NAME NOT FOUND
RegOpenKey HKLM\Software\Python\PythonCore\2.7\Modules\io NAME NOT FOUND
RegOpenKey HKCU\Software\Python\PythonCore\2.7\Modules\fcntl NAME NOT FOUND
RegOpenKey HKLM\Software\Python\PythonCore\2.7\Modules\fcntl NAME NOT FOUND
QueryInformationVolume C:\Program Files\Calibre2\app\DLLs BUFFER OVERFLOW
QueryAllInformationFile C:\Program Files\Calibre2\app\DLLs BUFFER OVERFLOW
QueryOpen C:\Program Files\Calibre2\app\DLLs\fcntl NAME NOT FOUND
CreateFile C:\Program Files\Calibre2\app\DLLs\fcntl.pyd NAME NOT FOUND
CreateFile C:\Program Files\Calibre2\app\DLLs\fcntl.py NAME NOT FOUND
CreateFile C:\Program Files\Calibre2\app\DLLs\fcntl.pyw NAME NOT FOUND
CreateFile C:\Program Files\Calibre2\app\DLLs\fcntl.pyo NAME NOT FOUND
RegOpenKey HKCU\Software\Python\PythonCore\2.7\Modules\atexit NAME NOT FOUND
RegOpenKey HKLM\Software\Python\PythonCore\2.7\Modules\atexit NAME NOT FOUND
RegOpenKey HKCU\Software\Python\PythonCore\2.7\Modules\ctypes NAME NOT FOUND
RegOpenKey HKLM\Software\Python\PythonCore\2.7\Modules\ctypes NAME NOT FOUND
CreateFile C:\Program Files\Calibre2\app\pylib.zip\ctypes PATH NOT FOUND
QueryInformationVolume C:\Program Files\Calibre2\app\pylib.zip BUFFER OVERFLOW
QueryAllInformationFile C:\Program Files\Calibre2\app\pylib.zip BUFFER OVERFLOW
CreateFileMapping C:\Program Files\Calibre2\app\DLLs\_ctypes.pyd FILE LOCKED WITH ONLY READERS
RegQueryValue HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Sid eBySide\PreferExternalManifest NAME NOT FOUND
RegOpenKey HKCU\Software\Python\PythonCore\2.7\Modules\struct NAME NOT FOUND
RegOpenKey HKLM\Software\Python\PythonCore\2.7\Modules\struct NAME NOT FOUND
RegOpenKey HKLM\System\CurrentControlSet\Control\FileSystem\ REPARSE
QueryInformationVolume C:\Users\digiman\AppData\Local\Temp\2\kvwuzg BUFFER OVERFLOW
QueryAllInformationFile C:\Users\digiman\AppData\Local\Temp\2\kvwuzg BUFFER OVERFLOW
QueryInformationVolume C:\Users\digiman\AppData\Local\Temp\2\kvwuzg BUFFER OVERFLOW
QueryAllInformationFile C:\Users\digiman\AppData\Local\Temp\2\kvwuzg BUFFER OVERFLOW
CreateFile C:\Program Files\Calibre2\app\pylib.zip\calibre\utils PATH NOT FOUND
CreateFile C:\Program Files\Calibre2\app\pylib.zip\calibre PATH NOT FOUND
QueryInformationVolume C:\Program Files\Calibre2\app\pylib.zip BUFFER OVERFLOW
QueryAllInformationFile C:\Program Files\Calibre2\app\pylib.zip BUFFER OVERFLOW
QueryOpen C:\Users\digiman\AppData\Roaming\calibre\resources NAME NOT FOUND
RegOpenKey HKCU\Software\Python\PythonCore\2.7\Modules\gettex t NAME NOT FOUND
RegOpenKey HKLM\Software\Python\PythonCore\2.7\Modules\gettex t NAME NOT FOUND
RegOpenKey HKCU\Software\Python\PythonCore\2.7\Modules\copy NAME NOT FOUND
RegOpenKey HKLM\Software\Python\PythonCore\2.7\Modules\copy NAME NOT FOUND
RegOpenKey HKCU\Software\Python\PythonCore\2.7\Modules\weakre f NAME NOT FOUND
RegOpenKey HKLM\Software\Python\PythonCore\2.7\Modules\weakre f NAME NOT FOUND
RegOpenKey HKCU\Software\Python\PythonCore\2.7\Modules\org NAME NOT FOUND
RegOpenKey HKLM\Software\Python\PythonCore\2.7\Modules\org NAME NOT FOUND
QueryOpen C:\Program Files\Calibre2\app\DLLs\org NAME NOT FOUND
CreateFile C:\Program Files\Calibre2\app\DLLs\org.pyd NAME NOT FOUND
CreateFile C:\Program Files\Calibre2\app\DLLs\org.py NAME NOT FOUND
CreateFile C:\Program Files\Calibre2\app\DLLs\org.pyw NAME NOT FOUND
CreateFile C:\Program Files\Calibre2\app\DLLs\org.pyo NAME NOT FOUND
RegOpenKey HKCU\Software\Python\PythonCore\2.7\Modules\traceb ack NAME NOT FOUND
RegOpenKey HKLM\Software\Python\PythonCore\2.7\Modules\traceb ack NAME NOT FOUND
CreateFileMapping C:\Program Files\Calibre2\app\DLLs\monotonic.pyd FILE LOCKED WITH ONLY READERS
CreateFileMapping C:\Program Files\Calibre2\app\DLLs\speedup.pyd FILE LOCKED WITH ONLY READERS
CreateFileMapping C:\Program Files\Calibre2\app\DLLs\win32file.pyd FILE LOCKED WITH ONLY READERS
QueryOpen C:\Program Files\Calibre2\app\DLLs\MSWSOCK.dll NAME NOT FOUND
QueryOpen C:\Program Files\Calibre2\app\DLLs\MSWSOCK.dll NAME NOT FOUND
CreateFileMapping C:\Windows\System32\mswsock.dll FILE LOCKED WITH ONLY READERS
QueryOpen C:\Program Files\Calibre2\sfc.dll NAME NOT FOUND
QueryOpen C:\Program Files\Calibre2\app\DLLs\sfc.dll NAME NOT FOUND
CreateFileMapping C:\Windows\System32\sfc.dll FILE LOCKED WITH ONLY READERS
QueryOpen C:\Program Files\Calibre2\sfc_os.DLL NAME NOT FOUND
QueryOpen C:\Program Files\Calibre2\app\DLLs\sfc_os.DLL NAME NOT FOUND
CreateFileMapping C:\Windows\System32\sfc_os.dll FILE LOCKED WITH ONLY READERS
RegOpenKey HKCU\Software\Python\PythonCore\2.7\Modules\pywint ypes NAME NOT FOUND
RegOpenKey HKLM\Software\Python\PythonCore\2.7\Modules\pywint ypes NAME NOT FOUND
QueryOpen C:\Program Files\Calibre2\app\pywintypes27.dll NAME NOT FOUND
QueryInformationVolume C:\Users\digiman\AppData\Roaming\calibre\global.py BUFFER OVERFLOW
QueryAllInformationFile C:\Users\digiman\AppData\Roaming\calibre\global.py BUFFER OVERFLOW
QueryInformationVolume C:\Users\digiman\AppData\Roaming\calibre\global.py BUFFER OVERFLOW
QueryAllInformationFile C:\Users\digiman\AppData\Roaming\calibre\global.py BUFFER OVERFLOW
ReadFile C:\Users\digiman\AppData\Roaming\calibre\global.py END OF FILE
QueryInformationVolume C:\Program Files\Calibre2\app\resources\default_tweaks.py BUFFER OVERFLOW
QueryAllInformationFile C:\Program Files\Calibre2\app\resources\default_tweaks.py BUFFER OVERFLOW
QueryInformationVolume C:\Program Files\Calibre2\app\resources\default_tweaks.py BUFFER OVERFLOW
QueryAllInformationFile C:\Program Files\Calibre2\app\resources\default_tweaks.py BUFFER OVERFLOW
ReadFile C:\Program Files\Calibre2\app\resources\default_tweaks.py END OF FILE
QueryInformationVolume C:\Users\digiman\AppData\Roaming\calibre\tweaks.py BUFFER OVERFLOW
QueryAllInformationFile C:\Users\digiman\AppData\Roaming\calibre\tweaks.py BUFFER OVERFLOW
QueryInformationVolume C:\Users\digiman\AppData\Roaming\calibre\tweaks.py BUFFER OVERFLOW
QueryAllInformationFile C:\Users\digiman\AppData\Roaming\calibre\tweaks.py BUFFER OVERFLOW
ReadFile C:\Users\digiman\AppData\Roaming\calibre\tweaks.py END OF FILE
QueryInformationVolume C:\Program Files\Calibre2\app\resources\localization\stats.pi ckle BUFFER OVERFLOW
QueryAllInformationFile C:\Program Files\Calibre2\app\resources\localization\stats.pi ckle BUFFER OVERFLOW
RegOpenKey HKCU\Software\Python\PythonCore\2.7\Modules\string NAME NOT FOUND
RegOpenKey HKLM\Software\Python\PythonCore\2.7\Modules\string NAME NOT FOUND
CreateFileMapping C:\Program Files\Calibre2\app\DLLs\icu.pyd FILE LOCKED WITH ONLY READERS
CreateFileMapping C:\Program Files\Calibre2\app\DLLs\icuin57.dll FILE LOCKED WITH ONLY READERS
CreateFileMapping C:\Program Files\Calibre2\app\DLLs\icuuc57.dll FILE LOCKED WITH ONLY READERS
CreateFileMapping C:\Program Files\Calibre2\app\DLLs\icudt57.dll FILE LOCKED WITH ONLY READERS
RegOpenKey HKCU\Software\Python\PythonCore\2.7\Modules\base64 NAME NOT FOUND
RegOpenKey HKLM\Software\Python\PythonCore\2.7\Modules\base64 NAME NOT FOUND
RegOpenKey HKCU\Software\Python\PythonCore\2.7\Modules\json NAME NOT FOUND
RegOpenKey HKLM\Software\Python\PythonCore\2.7\Modules\json NAME NOT FOUND
CreateFile C:\Program Files\Calibre2\app\pylib.zip\json PATH NOT FOUND
QueryInformationVolume C:\Program Files\Calibre2\app\pylib.zip BUFFER OVERFLOW
QueryAllInformationFile C:\Program Files\Calibre2\app\pylib.zip BUFFER OVERFLOW
RegOpenKey HKCU\Software\Python\PythonCore\2.7\Modules\plistl ib NAME NOT FOUND
RegOpenKey HKLM\Software\Python\PythonCore\2.7\Modules\plistl ib NAME NOT FOUND
RegOpenKey HKCU\Software\Python\PythonCore\2.7\Modules\optpar se NAME NOT FOUND
RegOpenKey HKLM\Software\Python\PythonCore\2.7\Modules\optpar se NAME NOT FOUND
RegOpenKey HKCU\Software\Python\PythonCore\2.7\Modules\textwr ap NAME NOT FOUND
RegOpenKey HKLM\Software\Python\PythonCore\2.7\Modules\textwr ap NAME NOT FOUND
QueryOpen C:\Users\digiman\AppData\Roaming\calibre\dynamic.p ickle NAME NOT FOUND
RegOpenKey HKCU\Software\Python\PythonCore\2.7\Modules\PyQt5 NAME NOT FOUND
RegOpenKey HKLM\Software\Python\PythonCore\2.7\Modules\PyQt5 NAME NOT FOUND
CreateFileMapping C:\Program Files\Calibre2\app\DLLs\pyqt5.QtGui.pyd FILE LOCKED WITH ONLY READERS
CreateFileMapping C:\Program Files\Calibre2\app\DLLs\Qt5Core.dll FILE LOCKED WITH ONLY READERS
CreateFileMapping C:\Program Files\Calibre2\app\DLLs\Qt5Gui.dll FILE LOCKED WITH ONLY READERS
RegQueryValue HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Sid eBySide\PreferExternalManifest NAME NOT FOUND
RegQueryValue HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Sid eBySide\PreferExternalManifest NAME NOT FOUND
QueryOpen C:\Program Files\Calibre2\app\DLLs\OPENGL32.dll NAME NOT FOUND
CreateFileMapping C:\Program Files\Calibre2\app\DLLs\zlib1.dll FILE LOCKED WITH ONLY READERS
QueryOpen C:\Program Files\Calibre2\app\DLLs\OPENGL32.dll NAME NOT FOUND
QueryOpen C:\Program Files\Calibre2\app\DLLs\MPR.dll NAME NOT FOUND
CreateFileMapping C:\Program Files\Calibre2\app\DLLs\msvcp140.dll FILE LOCKED WITH ONLY READERS
QueryOpen C:\Windows\System32\OPENGL32.dll NAME NOT FOUND
QueryOpen C:\Program Files\Calibre2\app\DLLs\MPR.dll NAME NOT FOUND
QueryOpen C:\Windows\System\OPENGL32.dll NAME NOT FOUND
QueryOpen C:\Windows\OPENGL32.dll NAME NOT FOUND
QueryOpen C:\Windows\System32\OPENGL32.dll NAME NOT FOUND
QueryOpen C:\Windows\OPENGL32.dll NAME NOT FOUND
CreateFileMapping C:\Windows\System32\mpr.dll FILE LOCKED WITH ONLY READERS
QueryOpen C:\Windows\System32\wbem\OPENGL32.dll NAME NOT FOUND
QueryOpen C:\Windows\System32\WindowsPowerShell\v1.0\OPENGL3 2.dll NAME NOT FOUND
QueryOpen C:\Program Files\Calibre2\OPENGL32.dll NAME NOT FOUND
QueryOpen C:\Users\digiman\AppData\Local\Microsoft\WindowsAp ps\OPENGL32.dll NAME NOT FOUND
CreateFile C:\Program Files\Calibre2\site.py NAME NOT FOUND
CreateFile C:\Program Files\Calibre2\app\pylib.zip\site.py PATH NOT FOUND
CreateFile C:\Program Files\Calibre2\site.py NAME NOT FOUND
CreateFile C:\Program Files\Calibre2\app\pylib.zip\site.py PATH NOT FOUND
CreateFile C:\Program Files\Calibre2\site-packages\calibre\debug.py PATH NOT FOUND
CreateFile C:\Program Files\Calibre2\app\pylib.zip\debug.py PATH NOT FOUND
CreateFile C:\Program Files\Calibre2\<string> NAME INVALID
CreateFile C:\Program Files\Calibre2\app\pylib.zip\<string> PATH NOT FOUND
CreateFile C:\Program Files\Calibre2\site.py NAME NOT FOUND
CreateFile C:\Program Files\Calibre2\app\pylib.zip\site.py PATH NOT FOUND
RegOpenKey HKCU\Software\Python\PythonCore\2.7\Modules\shutil NAME NOT FOUND
RegOpenKey HKLM\Software\Python\PythonCore\2.7\Modules\shutil NAME NOT FOUND
RegOpenKey HKCU\Software\Python\PythonCore\2.7\Modules\fnmatc h NAME NOT FOUND
RegOpenKey HKLM\Software\Python\PythonCore\2.7\Modules\fnmatc h NAME NOT FOUND
RegOpenKey HKCU\Software\Python\PythonCore\2.7\Modules\pwd NAME NOT FOUND
RegOpenKey HKLM\Software\Python\PythonCore\2.7\Modules\pwd NAME NOT FOUND
QueryOpen C:\Program Files\Calibre2\app\DLLs\pwd NAME NOT FOUND
CreateFile C:\Program Files\Calibre2\app\DLLs\pwd.pyd NAME NOT FOUND
CreateFile C:\Program Files\Calibre2\app\DLLs\pwd.py NAME NOT FOUND
CreateFile C:\Program Files\Calibre2\app\DLLs\pwd.pyw NAME NOT FOUND
CreateFile C:\Program Files\Calibre2\app\DLLs\pwd.pyo NAME NOT FOUND
RegOpenKey HKCU\Software\Python\PythonCore\2.7\Modules\grp NAME NOT FOUND
RegOpenKey HKLM\Software\Python\PythonCore\2.7\Modules\grp NAME NOT FOUND
QueryOpen C:\Program Files\Calibre2\app\DLLs\grp NAME NOT FOUND
CreateFile C:\Program Files\Calibre2\app\DLLs\grp.pyd NAME NOT FOUND
CreateFile C:\Program Files\Calibre2\app\DLLs\grp.py NAME NOT FOUND
CreateFile C:\Program Files\Calibre2\app\DLLs\grp.pyw NAME NOT FOUND
CreateFile C:\Program Files\Calibre2\app\DLLs\grp.pyo NAME NOT FOUND
QueryDirectory C:\Users\digiman\AppData\Local\Temp\2\calibre_bwqx qi NO MORE FILES
RegQueryValue HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\GRE_Initialize\DisableMetaFiles NAME NOT FOUND

Last edited by chaley; 06-09-2017 at 07:48 AM. Reason: Added "spoiler"
aCIDsLAM is offline   Reply With Quote
Old 06-09-2017, 07:44 AM   #432
chaley
Grand Sorcerer
chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.
 
Posts: 12,447
Karma: 8012886
Join Date: Jan 2010
Location: Notts, England
Device: Kobo Libra 2
Quote:
Originally Posted by kovidgoyal View Post
@chaley: My intention is to make saved searches less discoverable. There are virtual libraries that perform the same function in a much user-friendlier manner. The only case where saved searches are useful is if you want to use both VLs and Saved searches. And for such use cases (which are relatively rare) the tweak exists to restore the saved search box.
I use both saved searches and VLs and I don't think they are at all equivalent. Saved searches don't change the tag browser. They don't change the counts or average ratings. They don't affect QuickView. I can compose them trivially with "or", something that can't be done with VLs because VLs support "and" composition of searches only as long as the primary search is the VL itself. Saved searches are trivially editable, or at least they were until you removed the "Copy current search" button. And as far as I can tell, the new browser pushes users hard toward using saved searches instead of VLs because of user restrictions.

It seems that you are moving toward what lots of Android apps are doing, "simplifying" the interface to the point that no one has a clue what the app can do. One must guess to find the functions: tap, press, squeeze, shake, swipe, rotate, double-tap, and other stuff. Yes, this works for people who want only the functions that are easily visible. Others simply give up. I have several relatives who refuse to use their phones because they can't figure out how the apps work, and once they *do* figure it out then the app changes.

On the other hand, calibre *is* yours to change as you wish. And perhaps you are correct and the changes will increase happiness with calibre. I hope so.
chaley is offline   Reply With Quote
Old 06-09-2017, 08:08 AM   #433
aCIDsLAM
Enthusiast
aCIDsLAM began at the beginning.
 
Posts: 28
Karma: 10
Join Date: Oct 2016
Device: Xiaomi MI Pad 1, LineageOS14.1
Quote:
Originally Posted by kovidgoyal View Post
@acidslam: You can use procmon.exe to figure out what DLL it is trying to load when failing. Unfortunately I dont know of a non-GUI way to do that on windows.
The same way as a gui server. if its not a nano server, you can run minimal gui programms such as procmon.exe

Here is the output of calibre-debug, excluding success and runngin with the debug command and parameter. Acutally its hard to read and is missing alot of stuff, so it pasted it completly, without taskname, time etc
Spoiler:

RegOpenKey HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Segment Heap REPARSE
RegOpenKey HKLM\System\CurrentControlSet\Control\Session Manager\Segment Heap NAME NOT FOUND
RegOpenKey HKLM\System\CurrentControlSet\Control\SafeBoot\Opt ion REPARSE
RegOpenKey HKLM\System\CurrentControlSet\Control\SafeBoot\Opt ion NAME NOT FOUND
RegOpenKey HKLM\System\CurrentControlSet\Control\Srp\GP\DLL REPARSE
RegOpenKey HKLM\System\CurrentControlSet\Control\Srp\GP\DLL NAME NOT FOUND
RegQueryValue HKLM\SOFTWARE\Policies\Microsoft\Windows\safer\cod eidentifiers\TransparentEnabled NAME NOT FOUND
RegOpenKey HKCU\Software\Policies\Microsoft\Windows\Safer\Cod eIdentifiers NAME NOT FOUND
CreateFileMapping C:\Windows\System32\imm32.dll FILE LOCKED WITH ONLY READERS
RegOpenKey HKLM\System\CurrentControlSet\Control\Error Message Instrument\ REPARSE
RegOpenKey HKLM\System\CurrentControlSet\Control\Error Message Instrument NAME NOT FOUND
RegQueryValue HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\GRE_Initialize\DisableMetaFiles NAME NOT FOUND
RegQueryValue HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Compatibility32\calibre-debug NAME NOT FOUND
RegOpenKey HKLM\Software\Microsoft\Windows NT\CurrentVersion\IME Compatibility NAME NOT FOUND
RegOpenKey HKCU\Control Panel\Desktop\MuiCached\MachineLanguageConfigurati on NAME NOT FOUND
RegOpenKey HKLM\Software\Policies\Microsoft\MUI\Settings NAME NOT FOUND
RegOpenKey HKCU\Software\Policies\Microsoft\Control Panel\Desktop NAME NOT FOUND
RegEnumValue HKCU\Control Panel\Desktop\LanguageConfiguration NO MORE ENTRIES
RegOpenKey HKLM\Software\Policies\Microsoft\MUI\Settings NAME NOT FOUND
RegOpenKey HKCU\Software\Policies\Microsoft\Control Panel\Desktop NAME NOT FOUND
RegQueryValue HKCU\Control Panel\Desktop\PreferredUILanguages NAME NOT FOUND
RegOpenKey HKLM\Software\Policies\Microsoft\MUI\Settings NAME NOT FOUND
RegQueryValue HKCU\Control Panel\Desktop\MuiCached\MachinePreferredUILanguage s BUFFER OVERFLOW
RegOpenKey HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\calibre-debug.exe NAME NOT FOUND
RegOpenKey HKLM\SYSTEM\CurrentControlSet\Control\Session Manager REPARSE
RegQueryValue HKLM\System\CurrentControlSet\Control\Session Manager\ResourcePolicies NAME NOT FOUND
RegOpenKey HKLM\System\CurrentControlSet\Control\Nls\Sorting\ Versions REPARSE
QueryOpen C:\Program Files\Calibre2\calibre-launcher.dll NAME NOT FOUND
CreateFileMapping C:\Program Files\Calibre2\app\DLLs\calibre-launcher.dll FILE LOCKED WITH ONLY READERS
QueryOpen C:\Program Files\Calibre2\VCRUNTIME140.dll NAME NOT FOUND
CreateFileMapping C:\Program Files\Calibre2\app\DLLs\vcruntime140.dll FILE LOCKED WITH ONLY READERS
RegOpenKey HKLM\SYSTEM\CurrentControlSet\Control\Session Manager REPARSE
RegQueryValue HKLM\System\CurrentControlSet\Control\Session Manager\ResourcePolicies NAME NOT FOUND
RegOpenKey HKLM\System\CurrentControlSet\Control\Lsa\FipsAlgo rithmPolicy REPARSE
RegOpenKey HKLM\System\CurrentControlSet\Control\Lsa REPARSE
RegQueryValue HKLM\System\CurrentControlSet\Control\Lsa\FipsAlgo rithmPolicy NAME NOT FOUND
RegQueryValue HKLM\System\CurrentControlSet\Control\Lsa\FipsAlgo rithmPolicy\MDMEnabled NAME NOT FOUND
RegOpenKey HKLM\SYSTEM\CurrentControlSet\Policies\Microsoft\C ryptography\Configuration REPARSE
RegOpenKey HKLM\System\CurrentControlSet\Policies\Microsoft\C ryptography\Configuration NAME NOT FOUND
RegQueryValue HKLM\SOFTWARE\Microsoft\Ole\PageAllocatorUseSystem Heap NAME NOT FOUND
RegQueryValue HKLM\SOFTWARE\Microsoft\Ole\PageAllocatorSystemHea pIsPrivate NAME NOT FOUND
RegQueryValue HKLM\SOFTWARE\Microsoft\Ole\AggressiveMTATesting NAME NOT FOUND
RegOpenKey HKLM\Software\Microsoft\OLE\Tracing NAME NOT FOUND
QueryOpen C:\Program Files\Calibre2\python27.dll NAME NOT FOUND
CreateFileMapping C:\Program Files\Calibre2\app\DLLs\python27.dll FILE LOCKED WITH ONLY READERS
RegQueryValue HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Sid eBySide\PreferExternalManifest NAME NOT FOUND
QueryOpen C:\Program Files\Calibre2\CRYPTSP.dll NAME NOT FOUND
QueryOpen C:\Program Files\Calibre2\app\DLLs\CRYPTSP.dll NAME NOT FOUND
CreateFileMapping C:\Windows\System32\cryptsp.dll FILE LOCKED WITH ONLY READERS
CreateFileMapping C:\Windows\System32\rsaenh.dll FILE LOCKED WITH ONLY READERS
QueryOpen C:\Program Files\Calibre2\bcrypt.dll NAME NOT FOUND
QueryOpen C:\Program Files\Calibre2\app\DLLs\bcrypt.dll NAME NOT FOUND
CreateFileMapping C:\Windows\System32\bcrypt.dll FILE LOCKED WITH ONLY READERS
RegQueryValue HKLM\SOFTWARE\Policies\Microsoft\Cryptography\Priv KeyCacheMaxItems NAME NOT FOUND
RegQueryValue HKLM\SOFTWARE\Policies\Microsoft\Cryptography\Priv KeyCachePurgeIntervalSeconds NAME NOT FOUND
RegQueryValue HKLM\SOFTWARE\Policies\Microsoft\Cryptography\Priv ateKeyLifetimeSeconds NAME NOT FOUND
RegOpenKey HKLM\Software\Microsoft\Cryptography\Offload NAME NOT FOUND
CreateFileMapping C:\Windows\Globalization\Sorting\SortDefault.nls FILE LOCKED WITH ONLY READERS
RegOpenKey HKLM\System\CurrentControlSet\Control\Nls\Sorting\ Ids REPARSE
QueryOpen C:\Program Files\Calibre2\CRYPTBASE.dll NAME NOT FOUND
QueryOpen C:\Program Files\Calibre2\app\DLLs\CRYPTBASE.dll NAME NOT FOUND
CreateFileMapping C:\Windows\System32\cryptbase.dll FILE LOCKED WITH ONLY READERS
RegOpenKey HKLM\Software\Python\PythonCore\2.7\PythonPath NAME NOT FOUND
RegOpenKey HKCU\Software\Python\PythonCore\2.7\PythonPath NAME NOT FOUND
RegOpenKey HKCU\Software\Python\PythonCore\2.7\Modules\site NAME NOT FOUND
RegOpenKey HKLM\Software\Python\PythonCore\2.7\Modules\site NAME NOT FOUND
QueryInformationVolume C:\Program Files\Calibre2\app\pylib.zip BUFFER OVERFLOW
QueryAllInformationFile C:\Program Files\Calibre2\app\pylib.zip BUFFER OVERFLOW
RegQueryValue HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Pacific Standard Time\Dynamic DST\2017 NAME NOT FOUND
CreateFileMapping C:\Windows\System32\tzres.dll FILE LOCKED WITH ONLY READERS
CreateFileMapping C:\Windows\System32\en-US\tzres.dll.mui FILE LOCKED WITH ONLY READERS
CreateFileMapping C:\Windows\System32\tzres.dll FILE LOCKED WITH ONLY READERS
CreateFileMapping C:\Windows\System32\en-US\tzres.dll.mui FILE LOCKED WITH ONLY READERS
ReadFile C:\Program Files\Calibre2\app\pylib.zip END OF FILE
RegOpenKey HKCU\Software\Python\PythonCore\2.7\Modules\os NAME NOT FOUND
RegOpenKey HKLM\Software\Python\PythonCore\2.7\Modules\os NAME NOT FOUND
RegOpenKey HKCU\Software\Python\PythonCore\2.7\Modules\ntpath NAME NOT FOUND
RegOpenKey HKLM\Software\Python\PythonCore\2.7\Modules\ntpath NAME NOT FOUND
RegOpenKey HKCU\Software\Python\PythonCore\2.7\Modules\stat NAME NOT FOUND
RegOpenKey HKLM\Software\Python\PythonCore\2.7\Modules\stat NAME NOT FOUND
RegOpenKey HKCU\Software\Python\PythonCore\2.7\Modules\generi cpath NAME NOT FOUND
RegOpenKey HKLM\Software\Python\PythonCore\2.7\Modules\generi cpath NAME NOT FOUND
RegOpenKey HKCU\Software\Python\PythonCore\2.7\Modules\warnin gs NAME NOT FOUND
RegOpenKey HKLM\Software\Python\PythonCore\2.7\Modules\warnin gs NAME NOT FOUND
RegOpenKey HKCU\Software\Python\PythonCore\2.7\Modules\lineca che NAME NOT FOUND
RegOpenKey HKLM\Software\Python\PythonCore\2.7\Modules\lineca che NAME NOT FOUND
RegOpenKey HKCU\Software\Python\PythonCore\2.7\Modules\types NAME NOT FOUND
RegOpenKey HKLM\Software\Python\PythonCore\2.7\Modules\types NAME NOT FOUND
RegOpenKey HKCU\Software\Python\PythonCore\2.7\Modules\UserDi ct NAME NOT FOUND
RegOpenKey HKLM\Software\Python\PythonCore\2.7\Modules\UserDi ct NAME NOT FOUND
RegOpenKey HKCU\Software\Python\PythonCore\2.7\Modules\_abcol l NAME NOT FOUND
RegOpenKey HKLM\Software\Python\PythonCore\2.7\Modules\_abcol l NAME NOT FOUND
RegOpenKey HKCU\Software\Python\PythonCore\2.7\Modules\abc NAME NOT FOUND
RegOpenKey HKLM\Software\Python\PythonCore\2.7\Modules\abc NAME NOT FOUND
RegOpenKey HKCU\Software\Python\PythonCore\2.7\Modules\_weakr efset NAME NOT FOUND
RegOpenKey HKLM\Software\Python\PythonCore\2.7\Modules\_weakr efset NAME NOT FOUND
RegOpenKey HKCU\Software\Python\PythonCore\2.7\Modules\copy_r eg NAME NOT FOUND
RegOpenKey HKLM\Software\Python\PythonCore\2.7\Modules\copy_r eg NAME NOT FOUND
RegOpenKey HKCU\Software\Python\PythonCore\2.7\Modules\encodi ngs NAME NOT FOUND
RegOpenKey HKLM\Software\Python\PythonCore\2.7\Modules\encodi ngs NAME NOT FOUND
CreateFile C:\Program Files\Calibre2\app\pylib.zip\encodings PATH NOT FOUND
QueryInformationVolume C:\Program Files\Calibre2\app\pylib.zip BUFFER OVERFLOW
QueryAllInformationFile C:\Program Files\Calibre2\app\pylib.zip BUFFER OVERFLOW
RegOpenKey HKCU\Software\Python\PythonCore\2.7\Modules\codecs NAME NOT FOUND
RegOpenKey HKLM\Software\Python\PythonCore\2.7\Modules\codecs NAME NOT FOUND
RegOpenKey HKCU\Software\Python\PythonCore\2.7\Modules\locale NAME NOT FOUND
RegOpenKey HKLM\Software\Python\PythonCore\2.7\Modules\locale NAME NOT FOUND
RegOpenKey HKCU\Software\Python\PythonCore\2.7\Modules\re NAME NOT FOUND
RegOpenKey HKLM\Software\Python\PythonCore\2.7\Modules\re NAME NOT FOUND
RegOpenKey HKCU\Software\Python\PythonCore\2.7\Modules\sre_co mpile NAME NOT FOUND
RegOpenKey HKLM\Software\Python\PythonCore\2.7\Modules\sre_co mpile NAME NOT FOUND
RegOpenKey HKCU\Software\Python\PythonCore\2.7\Modules\sre_pa rse NAME NOT FOUND
RegOpenKey HKLM\Software\Python\PythonCore\2.7\Modules\sre_pa rse NAME NOT FOUND
RegOpenKey HKCU\Software\Python\PythonCore\2.7\Modules\sre_co nstants NAME NOT FOUND
RegOpenKey HKLM\Software\Python\PythonCore\2.7\Modules\sre_co nstants NAME NOT FOUND
RegOpenKey HKCU\Software\Python\PythonCore\2.7\Modules\functo ols NAME NOT FOUND
RegOpenKey HKLM\Software\Python\PythonCore\2.7\Modules\functo ols NAME NOT FOUND
RegOpenKey HKLM\System\CurrentControlSet\Control\Nls\CustomLo cale REPARSE
RegQueryValue HKLM\System\CurrentControlSet\Control\Nls\CustomLo cale\en-US NAME NOT FOUND
RegOpenKey HKLM\System\CurrentControlSet\Control\Nls\Extended Locale REPARSE
RegQueryValue HKLM\System\CurrentControlSet\Control\Nls\Extended Locale\en-US NAME NOT FOUND
QueryDirectory C:\Program Files\Calibre2\app\DLLs NO MORE FILES
RegOpenKey HKCU\Software\Python\PythonCore\2.7\Modules\calibr e NAME NOT FOUND
RegOpenKey HKLM\Software\Python\PythonCore\2.7\Modules\calibr e NAME NOT FOUND
QueryInformationVolume C:\Program Files\Calibre2\app\pylib.zip BUFFER OVERFLOW
QueryAllInformationFile C:\Program Files\Calibre2\app\pylib.zip BUFFER OVERFLOW
CreateFile C:\Program Files\Calibre2\app\pylib.zip\calibre PATH NOT FOUND
QueryInformationVolume C:\Program Files\Calibre2\app\pylib.zip BUFFER OVERFLOW
QueryAllInformationFile C:\Program Files\Calibre2\app\pylib.zip BUFFER OVERFLOW
RegOpenKey HKCU\Software\Python\PythonCore\2.7\Modules\random NAME NOT FOUND
RegOpenKey HKLM\Software\Python\PythonCore\2.7\Modules\random NAME NOT FOUND
RegOpenKey HKCU\Software\Python\PythonCore\2.7\Modules\__futu re__ NAME NOT FOUND
RegOpenKey HKLM\Software\Python\PythonCore\2.7\Modules\__futu re__ NAME NOT FOUND
RegOpenKey HKCU\Software\Python\PythonCore\2.7\Modules\hashli b NAME NOT FOUND
RegOpenKey HKLM\Software\Python\PythonCore\2.7\Modules\hashli b NAME NOT FOUND
CreateFileMapping C:\Program Files\Calibre2\app\DLLs\_hashlib.pyd FILE LOCKED WITH ONLY READERS
RegQueryValue HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Sid eBySide\PreferExternalManifest NAME NOT FOUND
RegOpenKey HKCU\Software\Python\PythonCore\2.7\Modules\import lib NAME NOT FOUND
RegOpenKey HKLM\Software\Python\PythonCore\2.7\Modules\import lib NAME NOT FOUND
CreateFile C:\Program Files\Calibre2\app\pylib.zip\importlib PATH NOT FOUND
QueryInformationVolume C:\Program Files\Calibre2\app\pylib.zip BUFFER OVERFLOW
QueryAllInformationFile C:\Program Files\Calibre2\app\pylib.zip BUFFER OVERFLOW
RegOpenKey HKCU\Software\Python\PythonCore\2.7\Modules\collec tions NAME NOT FOUND
RegOpenKey HKLM\Software\Python\PythonCore\2.7\Modules\collec tions NAME NOT FOUND
RegOpenKey HKCU\Software\Python\PythonCore\2.7\Modules\keywor d NAME NOT FOUND
RegOpenKey HKLM\Software\Python\PythonCore\2.7\Modules\keywor d NAME NOT FOUND
RegOpenKey HKCU\Software\Python\PythonCore\2.7\Modules\heapq NAME NOT FOUND
RegOpenKey HKLM\Software\Python\PythonCore\2.7\Modules\heapq NAME NOT FOUND
CreateFileMapping C:\Program Files\Calibre2\app\DLLs\win32event.pyd FILE LOCKED WITH ONLY READERS
CreateFileMapping C:\Program Files\Calibre2\app\DLLs\pywintypes27.dll FILE LOCKED WITH ONLY READERS
RegOpenKey HKLM\Software\Microsoft\OLE\Tracing NAME NOT FOUND
RegOpenKey HKLM\SOFTWARE\Microsoft\OLEAUT NAME NOT FOUND
RegOpenKey HKCU\Software\Python\PythonCore\2.7\Modules\winerr or NAME NOT FOUND
RegOpenKey HKLM\Software\Python\PythonCore\2.7\Modules\winerr or NAME NOT FOUND
CreateFileMapping C:\Program Files\Calibre2\app\DLLs\win32api.pyd FILE LOCKED WITH ONLY READERS
QueryOpen C:\Program Files\Calibre2\app\DLLs\VERSION.dll NAME NOT FOUND
QueryOpen C:\Program Files\Calibre2\app\DLLs\VERSION.dll NAME NOT FOUND
CreateFileMapping C:\Windows\System32\version.dll FILE LOCKED WITH ONLY READERS
QueryOpen C:\Program Files\Calibre2\secur32.dll NAME NOT FOUND
QueryOpen C:\Program Files\Calibre2\app\DLLs\secur32.dll NAME NOT FOUND
CreateFileMapping C:\Windows\System32\secur32.dll FILE LOCKED WITH ONLY READERS
QueryOpen C:\Program Files\Calibre2\SSPICLI.DLL NAME NOT FOUND
QueryOpen C:\Program Files\Calibre2\app\DLLs\SSPICLI.DLL NAME NOT FOUND
CreateFileMapping C:\Windows\System32\sspicli.dll FILE LOCKED WITH ONLY READERS
CreateFile C:\Program Files\Calibre2\app\pylib.zip\encodings PATH NOT FOUND
QueryInformationVolume C:\Program Files\Calibre2\app\pylib.zip BUFFER OVERFLOW
QueryAllInformationFile C:\Program Files\Calibre2\app\pylib.zip BUFFER OVERFLOW
CreateFileMapping C:\Program Files\Calibre2\app\DLLs\winutil.pyd FILE LOCKED WITH ONLY READERS
QueryOpen C:\Program Files\Calibre2\app\DLLs\WININET.dll NAME NOT FOUND
QueryOpen C:\Program Files\Calibre2\app\DLLs\WININET.dll NAME NOT FOUND
CreateFileMapping C:\Windows\System32\wininet.dll FILE LOCKED WITH ONLY READERS
RegQueryValue HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Exp lorer\FolderDescriptions\{3EB685DB-65F9-4CF6-A03A-E3EF65729F3D}\ParentFolder NAME NOT FOUND
RegQueryValue HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Exp lorer\FolderDescriptions\{3EB685DB-65F9-4CF6-A03A-E3EF65729F3D}\Description NAME NOT FOUND
RegQueryValue HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Exp lorer\FolderDescriptions\{3EB685DB-65F9-4CF6-A03A-E3EF65729F3D}\ParsingName NAME NOT FOUND
RegQueryValue HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Exp lorer\FolderDescriptions\{3EB685DB-65F9-4CF6-A03A-E3EF65729F3D}\InfoTip NAME NOT FOUND
RegQueryValue HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Exp lorer\FolderDescriptions\{3EB685DB-65F9-4CF6-A03A-E3EF65729F3D}\LocalizedName NAME NOT FOUND
RegQueryValue HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Exp lorer\FolderDescriptions\{3EB685DB-65F9-4CF6-A03A-E3EF65729F3D}\Icon NAME NOT FOUND
RegQueryValue HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Exp lorer\FolderDescriptions\{3EB685DB-65F9-4CF6-A03A-E3EF65729F3D}\Security NAME NOT FOUND
RegQueryValue HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Exp lorer\FolderDescriptions\{3EB685DB-65F9-4CF6-A03A-E3EF65729F3D}\StreamResource NAME NOT FOUND
RegQueryValue HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Exp lorer\FolderDescriptions\{3EB685DB-65F9-4CF6-A03A-E3EF65729F3D}\StreamResourceType NAME NOT FOUND
RegQueryValue HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Exp lorer\FolderDescriptions\{3EB685DB-65F9-4CF6-A03A-E3EF65729F3D}\LocalRedirectOnly NAME NOT FOUND
RegQueryValue HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Exp lorer\FolderDescriptions\{3EB685DB-65F9-4CF6-A03A-E3EF65729F3D}\Roamable NAME NOT FOUND
RegQueryValue HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Exp lorer\FolderDescriptions\{3EB685DB-65F9-4CF6-A03A-E3EF65729F3D}\PreCreate NAME NOT FOUND
RegQueryValue HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Exp lorer\FolderDescriptions\{3EB685DB-65F9-4CF6-A03A-E3EF65729F3D}\Stream NAME NOT FOUND
RegQueryValue HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Exp lorer\FolderDescriptions\{3EB685DB-65F9-4CF6-A03A-E3EF65729F3D}\PublishExpandedPath NAME NOT FOUND
RegQueryValue HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Exp lorer\FolderDescriptions\{3EB685DB-65F9-4CF6-A03A-E3EF65729F3D}\DefinitionFlags NAME NOT FOUND
RegQueryValue HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Exp lorer\FolderDescriptions\{3EB685DB-65F9-4CF6-A03A-E3EF65729F3D}\Attributes NAME NOT FOUND
RegQueryValue HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Exp lorer\FolderDescriptions\{3EB685DB-65F9-4CF6-A03A-E3EF65729F3D}\FolderTypeID NAME NOT FOUND
RegQueryValue HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Exp lorer\FolderDescriptions\{3EB685DB-65F9-4CF6-A03A-E3EF65729F3D}\InitFolderHandler NAME NOT FOUND
RegOpenKey HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Exp lorer\FolderDescriptions\{3EB685DB-65F9-4CF6-A03A-E3EF65729F3D}\PropertyBag NAME NOT FOUND
RegOpenKey HKCU\Software\Microsoft\Windows\CurrentVersion\Exp lorer\SessionInfo\2\KnownFolders NAME NOT FOUND
RegQueryValue HKLM\System\CurrentControlSet\Control\Nls\Sorting\ Ids\en-US NAME NOT FOUND
RegQueryValue HKLM\System\CurrentControlSet\Control\Nls\Sorting\ Ids\en NAME NOT FOUND
RegOpenKey HKLM\Software\Microsoft\Windows\CurrentVersion\Exp lorer\KnownFolderSettings NAME NOT FOUND
RegOpenKey HKLM\Software\Microsoft\Windows\CurrentVersion\Exp lorer\KnownFolderSettings NAME NOT FOUND
RegOpenKey HKCU\Software\Python\PythonCore\2.7\Modules\tempfi le NAME NOT FOUND
RegOpenKey HKLM\Software\Python\PythonCore\2.7\Modules\tempfi le NAME NOT FOUND
RegOpenKey HKCU\Software\Python\PythonCore\2.7\Modules\io NAME NOT FOUND
RegOpenKey HKLM\Software\Python\PythonCore\2.7\Modules\io NAME NOT FOUND
RegOpenKey HKCU\Software\Python\PythonCore\2.7\Modules\fcntl NAME NOT FOUND
RegOpenKey HKLM\Software\Python\PythonCore\2.7\Modules\fcntl NAME NOT FOUND
QueryInformationVolume C:\Program Files\Calibre2\app\DLLs BUFFER OVERFLOW
QueryAllInformationFile C:\Program Files\Calibre2\app\DLLs BUFFER OVERFLOW
QueryOpen C:\Program Files\Calibre2\app\DLLs\fcntl NAME NOT FOUND
CreateFile C:\Program Files\Calibre2\app\DLLs\fcntl.pyd NAME NOT FOUND
CreateFile C:\Program Files\Calibre2\app\DLLs\fcntl.py NAME NOT FOUND
CreateFile C:\Program Files\Calibre2\app\DLLs\fcntl.pyw NAME NOT FOUND
CreateFile C:\Program Files\Calibre2\app\DLLs\fcntl.pyo NAME NOT FOUND
RegOpenKey HKCU\Software\Python\PythonCore\2.7\Modules\atexit NAME NOT FOUND
RegOpenKey HKLM\Software\Python\PythonCore\2.7\Modules\atexit NAME NOT FOUND
RegOpenKey HKCU\Software\Python\PythonCore\2.7\Modules\ctypes NAME NOT FOUND
RegOpenKey HKLM\Software\Python\PythonCore\2.7\Modules\ctypes NAME NOT FOUND
CreateFile C:\Program Files\Calibre2\app\pylib.zip\ctypes PATH NOT FOUND
QueryInformationVolume C:\Program Files\Calibre2\app\pylib.zip BUFFER OVERFLOW
QueryAllInformationFile C:\Program Files\Calibre2\app\pylib.zip BUFFER OVERFLOW
CreateFileMapping C:\Program Files\Calibre2\app\DLLs\_ctypes.pyd FILE LOCKED WITH ONLY READERS
RegQueryValue HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Sid eBySide\PreferExternalManifest NAME NOT FOUND
RegOpenKey HKCU\Software\Python\PythonCore\2.7\Modules\struct NAME NOT FOUND
RegOpenKey HKLM\Software\Python\PythonCore\2.7\Modules\struct NAME NOT FOUND
RegOpenKey HKLM\System\CurrentControlSet\Control\FileSystem\ REPARSE
QueryInformationVolume C:\Users\digiman\AppData\Local\Temp\2\kvwuzg BUFFER OVERFLOW
QueryAllInformationFile C:\Users\digiman\AppData\Local\Temp\2\kvwuzg BUFFER OVERFLOW
QueryInformationVolume C:\Users\digiman\AppData\Local\Temp\2\kvwuzg BUFFER OVERFLOW
QueryAllInformationFile C:\Users\digiman\AppData\Local\Temp\2\kvwuzg BUFFER OVERFLOW
CreateFile C:\Program Files\Calibre2\app\pylib.zip\calibre\utils PATH NOT FOUND
CreateFile C:\Program Files\Calibre2\app\pylib.zip\calibre PATH NOT FOUND
QueryInformationVolume C:\Program Files\Calibre2\app\pylib.zip BUFFER OVERFLOW
QueryAllInformationFile C:\Program Files\Calibre2\app\pylib.zip BUFFER OVERFLOW
QueryOpen C:\Users\digiman\AppData\Roaming\calibre\resources NAME NOT FOUND
RegOpenKey HKCU\Software\Python\PythonCore\2.7\Modules\gettex t NAME NOT FOUND
RegOpenKey HKLM\Software\Python\PythonCore\2.7\Modules\gettex t NAME NOT FOUND
RegOpenKey HKCU\Software\Python\PythonCore\2.7\Modules\copy NAME NOT FOUND
RegOpenKey HKLM\Software\Python\PythonCore\2.7\Modules\copy NAME NOT FOUND
RegOpenKey HKCU\Software\Python\PythonCore\2.7\Modules\weakre f NAME NOT FOUND
RegOpenKey HKLM\Software\Python\PythonCore\2.7\Modules\weakre f NAME NOT FOUND
RegOpenKey HKCU\Software\Python\PythonCore\2.7\Modules\org NAME NOT FOUND
RegOpenKey HKLM\Software\Python\PythonCore\2.7\Modules\org NAME NOT FOUND
QueryOpen C:\Program Files\Calibre2\app\DLLs\org NAME NOT FOUND
CreateFile C:\Program Files\Calibre2\app\DLLs\org.pyd NAME NOT FOUND
CreateFile C:\Program Files\Calibre2\app\DLLs\org.py NAME NOT FOUND
CreateFile C:\Program Files\Calibre2\app\DLLs\org.pyw NAME NOT FOUND
CreateFile C:\Program Files\Calibre2\app\DLLs\org.pyo NAME NOT FOUND
RegOpenKey HKCU\Software\Python\PythonCore\2.7\Modules\traceb ack NAME NOT FOUND
RegOpenKey HKLM\Software\Python\PythonCore\2.7\Modules\traceb ack NAME NOT FOUND
CreateFileMapping C:\Program Files\Calibre2\app\DLLs\monotonic.pyd FILE LOCKED WITH ONLY READERS
CreateFileMapping C:\Program Files\Calibre2\app\DLLs\speedup.pyd FILE LOCKED WITH ONLY READERS
CreateFileMapping C:\Program Files\Calibre2\app\DLLs\win32file.pyd FILE LOCKED WITH ONLY READERS
QueryOpen C:\Program Files\Calibre2\app\DLLs\MSWSOCK.dll NAME NOT FOUND
QueryOpen C:\Program Files\Calibre2\app\DLLs\MSWSOCK.dll NAME NOT FOUND
CreateFileMapping C:\Windows\System32\mswsock.dll FILE LOCKED WITH ONLY READERS
QueryOpen C:\Program Files\Calibre2\sfc.dll NAME NOT FOUND
QueryOpen C:\Program Files\Calibre2\app\DLLs\sfc.dll NAME NOT FOUND
CreateFileMapping C:\Windows\System32\sfc.dll FILE LOCKED WITH ONLY READERS
QueryOpen C:\Program Files\Calibre2\sfc_os.DLL NAME NOT FOUND
QueryOpen C:\Program Files\Calibre2\app\DLLs\sfc_os.DLL NAME NOT FOUND
CreateFileMapping C:\Windows\System32\sfc_os.dll FILE LOCKED WITH ONLY READERS
RegOpenKey HKCU\Software\Python\PythonCore\2.7\Modules\pywint ypes NAME NOT FOUND
RegOpenKey HKLM\Software\Python\PythonCore\2.7\Modules\pywint ypes NAME NOT FOUND
QueryOpen C:\Program Files\Calibre2\app\pywintypes27.dll NAME NOT FOUND
QueryInformationVolume C:\Users\digiman\AppData\Roaming\calibre\global.py BUFFER OVERFLOW
QueryAllInformationFile C:\Users\digiman\AppData\Roaming\calibre\global.py BUFFER OVERFLOW
QueryInformationVolume C:\Users\digiman\AppData\Roaming\calibre\global.py BUFFER OVERFLOW
QueryAllInformationFile C:\Users\digiman\AppData\Roaming\calibre\global.py BUFFER OVERFLOW
ReadFile C:\Users\digiman\AppData\Roaming\calibre\global.py END OF FILE
QueryInformationVolume C:\Program Files\Calibre2\app\resources\default_tweaks.py BUFFER OVERFLOW
QueryAllInformationFile C:\Program Files\Calibre2\app\resources\default_tweaks.py BUFFER OVERFLOW
QueryInformationVolume C:\Program Files\Calibre2\app\resources\default_tweaks.py BUFFER OVERFLOW
QueryAllInformationFile C:\Program Files\Calibre2\app\resources\default_tweaks.py BUFFER OVERFLOW
ReadFile C:\Program Files\Calibre2\app\resources\default_tweaks.py END OF FILE
QueryInformationVolume C:\Users\digiman\AppData\Roaming\calibre\tweaks.py BUFFER OVERFLOW
QueryAllInformationFile C:\Users\digiman\AppData\Roaming\calibre\tweaks.py BUFFER OVERFLOW
QueryInformationVolume C:\Users\digiman\AppData\Roaming\calibre\tweaks.py BUFFER OVERFLOW
QueryAllInformationFile C:\Users\digiman\AppData\Roaming\calibre\tweaks.py BUFFER OVERFLOW
ReadFile C:\Users\digiman\AppData\Roaming\calibre\tweaks.py END OF FILE
QueryInformationVolume C:\Program Files\Calibre2\app\resources\localization\stats.pi ckle BUFFER OVERFLOW
QueryAllInformationFile C:\Program Files\Calibre2\app\resources\localization\stats.pi ckle BUFFER OVERFLOW
RegOpenKey HKCU\Software\Python\PythonCore\2.7\Modules\string NAME NOT FOUND
RegOpenKey HKLM\Software\Python\PythonCore\2.7\Modules\string NAME NOT FOUND
CreateFileMapping C:\Program Files\Calibre2\app\DLLs\icu.pyd FILE LOCKED WITH ONLY READERS
CreateFileMapping C:\Program Files\Calibre2\app\DLLs\icuin57.dll FILE LOCKED WITH ONLY READERS
CreateFileMapping C:\Program Files\Calibre2\app\DLLs\icuuc57.dll FILE LOCKED WITH ONLY READERS
CreateFileMapping C:\Program Files\Calibre2\app\DLLs\icudt57.dll FILE LOCKED WITH ONLY READERS
RegOpenKey HKCU\Software\Python\PythonCore\2.7\Modules\base64 NAME NOT FOUND
RegOpenKey HKLM\Software\Python\PythonCore\2.7\Modules\base64 NAME NOT FOUND
RegOpenKey HKCU\Software\Python\PythonCore\2.7\Modules\json NAME NOT FOUND
RegOpenKey HKLM\Software\Python\PythonCore\2.7\Modules\json NAME NOT FOUND
CreateFile C:\Program Files\Calibre2\app\pylib.zip\json PATH NOT FOUND
QueryInformationVolume C:\Program Files\Calibre2\app\pylib.zip BUFFER OVERFLOW
QueryAllInformationFile C:\Program Files\Calibre2\app\pylib.zip BUFFER OVERFLOW
RegOpenKey HKCU\Software\Python\PythonCore\2.7\Modules\plistl ib NAME NOT FOUND
RegOpenKey HKLM\Software\Python\PythonCore\2.7\Modules\plistl ib NAME NOT FOUND
RegOpenKey HKCU\Software\Python\PythonCore\2.7\Modules\optpar se NAME NOT FOUND
RegOpenKey HKLM\Software\Python\PythonCore\2.7\Modules\optpar se NAME NOT FOUND
RegOpenKey HKCU\Software\Python\PythonCore\2.7\Modules\textwr ap NAME NOT FOUND
RegOpenKey HKLM\Software\Python\PythonCore\2.7\Modules\textwr ap NAME NOT FOUND
QueryOpen C:\Users\digiman\AppData\Roaming\calibre\dynamic.p ickle NAME NOT FOUND
RegOpenKey HKCU\Software\Python\PythonCore\2.7\Modules\PyQt5 NAME NOT FOUND
RegOpenKey HKLM\Software\Python\PythonCore\2.7\Modules\PyQt5 NAME NOT FOUND
CreateFileMapping C:\Program Files\Calibre2\app\DLLs\pyqt5.QtGui.pyd FILE LOCKED WITH ONLY READERS
CreateFileMapping C:\Program Files\Calibre2\app\DLLs\Qt5Core.dll FILE LOCKED WITH ONLY READERS
CreateFileMapping C:\Program Files\Calibre2\app\DLLs\Qt5Gui.dll FILE LOCKED WITH ONLY READERS
RegQueryValue HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Sid eBySide\PreferExternalManifest NAME NOT FOUND
RegQueryValue HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Sid eBySide\PreferExternalManifest NAME NOT FOUND
QueryOpen C:\Program Files\Calibre2\app\DLLs\OPENGL32.dll NAME NOT FOUND
CreateFileMapping C:\Program Files\Calibre2\app\DLLs\zlib1.dll FILE LOCKED WITH ONLY READERS
QueryOpen C:\Program Files\Calibre2\app\DLLs\OPENGL32.dll NAME NOT FOUND
QueryOpen C:\Program Files\Calibre2\app\DLLs\MPR.dll NAME NOT FOUND
CreateFileMapping C:\Program Files\Calibre2\app\DLLs\msvcp140.dll FILE LOCKED WITH ONLY READERS
QueryOpen C:\Windows\System32\OPENGL32.dll NAME NOT FOUND
QueryOpen C:\Program Files\Calibre2\app\DLLs\MPR.dll NAME NOT FOUND
QueryOpen C:\Windows\System\OPENGL32.dll NAME NOT FOUND
QueryOpen C:\Windows\OPENGL32.dll NAME NOT FOUND
QueryOpen C:\Windows\System32\OPENGL32.dll NAME NOT FOUND
QueryOpen C:\Windows\OPENGL32.dll NAME NOT FOUND
CreateFileMapping C:\Windows\System32\mpr.dll FILE LOCKED WITH ONLY READERS
QueryOpen C:\Windows\System32\wbem\OPENGL32.dll NAME NOT FOUND
QueryOpen C:\Windows\System32\WindowsPowerShell\v1.0\OPENGL3 2.dll NAME NOT FOUND
QueryOpen C:\Program Files\Calibre2\OPENGL32.dll NAME NOT FOUND
QueryOpen C:\Users\digiman\AppData\Local\Microsoft\WindowsAp ps\OPENGL32.dll NAME NOT FOUND
CreateFile C:\Program Files\Calibre2\site.py NAME NOT FOUND
CreateFile C:\Program Files\Calibre2\app\pylib.zip\site.py PATH NOT FOUND
CreateFile C:\Program Files\Calibre2\site.py NAME NOT FOUND
CreateFile C:\Program Files\Calibre2\app\pylib.zip\site.py PATH NOT FOUND
CreateFile C:\Program Files\Calibre2\site-packages\calibre\debug.py PATH NOT FOUND
CreateFile C:\Program Files\Calibre2\app\pylib.zip\debug.py PATH NOT FOUND
CreateFile C:\Program Files\Calibre2\<string> NAME INVALID
CreateFile C:\Program Files\Calibre2\app\pylib.zip\<string> PATH NOT FOUND
CreateFile C:\Program Files\Calibre2\site.py NAME NOT FOUND
CreateFile C:\Program Files\Calibre2\app\pylib.zip\site.py PATH NOT FOUND
RegOpenKey HKCU\Software\Python\PythonCore\2.7\Modules\shutil NAME NOT FOUND
RegOpenKey HKLM\Software\Python\PythonCore\2.7\Modules\shutil NAME NOT FOUND
RegOpenKey HKCU\Software\Python\PythonCore\2.7\Modules\fnmatc h NAME NOT FOUND
RegOpenKey HKLM\Software\Python\PythonCore\2.7\Modules\fnmatc h NAME NOT FOUND
RegOpenKey HKCU\Software\Python\PythonCore\2.7\Modules\pwd NAME NOT FOUND
RegOpenKey HKLM\Software\Python\PythonCore\2.7\Modules\pwd NAME NOT FOUND
QueryOpen C:\Program Files\Calibre2\app\DLLs\pwd NAME NOT FOUND
CreateFile C:\Program Files\Calibre2\app\DLLs\pwd.pyd NAME NOT FOUND
CreateFile C:\Program Files\Calibre2\app\DLLs\pwd.py NAME NOT FOUND
CreateFile C:\Program Files\Calibre2\app\DLLs\pwd.pyw NAME NOT FOUND
CreateFile C:\Program Files\Calibre2\app\DLLs\pwd.pyo NAME NOT FOUND
RegOpenKey HKCU\Software\Python\PythonCore\2.7\Modules\grp NAME NOT FOUND
RegOpenKey HKLM\Software\Python\PythonCore\2.7\Modules\grp NAME NOT FOUND
QueryOpen C:\Program Files\Calibre2\app\DLLs\grp NAME NOT FOUND
CreateFile C:\Program Files\Calibre2\app\DLLs\grp.pyd NAME NOT FOUND
CreateFile C:\Program Files\Calibre2\app\DLLs\grp.py NAME NOT FOUND
CreateFile C:\Program Files\Calibre2\app\DLLs\grp.pyw NAME NOT FOUND
CreateFile C:\Program Files\Calibre2\app\DLLs\grp.pyo NAME NOT FOUND
QueryDirectory C:\Users\digiman\AppData\Local\Temp\2\calibre_bwqx qi NO MORE FILES
RegQueryValue HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\GRE_Initialize\DisableMetaFiles NAME NOT FOUND

Last edited by chaley; 06-09-2017 at 08:09 AM. Reason: Add spoiler
aCIDsLAM is offline   Reply With Quote
Old 06-09-2017, 08:57 AM   #434
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,355
Karma: 27182818
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
@chaley: Take it easy, I have no intention of appifying calibre's interface. And editing saved searches remains pretty easy even if you dont use the tweak to restore the saved search box. You can right click on the add search button and manage saved searches.

In fact, I think I will add the existing saved searches to that right click menu, so you dont even have to use the tag browser to launch a saved search.

The one thing the change does do is make the feature less discovereable. That is indeed an unaviodable tradeoff.
kovidgoyal is offline   Reply With Quote
Old 06-09-2017, 09:00 AM   #435
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,355
Karma: 27182818
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
@acidslam: As best as I can tell, it looks like its looking for opengl32.dll and failing.
kovidgoyal is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Beta testers needed kovidgoyal Calibre 54 05-20-2016 12:34 PM
Windows beta testers needed kovidgoyal Calibre 19 02-08-2016 04:38 PM
Beta testers for calibre 2.0 needed kovidgoyal Calibre 142 05-08-2015 04:44 AM
Arc Updated Jelly Bean release - Beta testers needed kobo-adrian Kobo Tablets 19 05-23-2013 09:32 PM
Web Browsing from the Ebw-1150 - BETA Testers needed Nate the great Fictionwise eBookwise 26 09-21-2008 11:52 PM


All times are GMT -4. The time now is 02:01 PM.


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