Replies: 1 comment
-
Try this auto-release version of DeDRM: https://github.com/noDRM/DeDRM_tools_autorelease/releases/tag/autorelease_bf2471e65b1f52bb5292caeba70a9aea31bf6653 It has the latest changes and includes a fix for this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using DeDRM 10.0.9 (although I did also try 7.2.1) and trying to get it working on Calibre.
When I click the configuration option "Kindle for Android ebooks" and choose a backup file, I get a message that says it cannot open it as a temp file is already running. The full error is:.
Things I've done to remedy this (based largely on results from somewhat related help threads):
set CALIBRE_TEMP_DIR=D:\Software\calibre_temp\Temporary\Calibre\temp
None of this has worked. Not only has it not fixed the issue, it seems that my adjustments to the environment variables didn't do anything either. Calibre is still creating the troublesome files in C:\Users\MyName\AppData\Local\Temp, and I'm not even sure if that's the actual issue or not in the end.
Not sure how to proceed from here.
edit: Also tried running all this in Safe Mode. Got this addition to the error:
ERROR: Cannot open file or folder as it is in use: The file "C:\Users\MyName\AppData\Local\Temp\tmpe8gjs9ji" is opened in another program, so calibre cannot access it.This is usually caused by software such as antivirus or file sync (aka DropBox and similar) accessing files in the calibre library folder at the same time as calibre. Try excluding the calibre library folder from such software.
However, as can be seen in the initial error message, the problem is that:
It is already opened in the following programs:<div>The main calibre program: C:\Program Files\Calibre2\calibre.exe
Calibre itself is apparently the problem.
Edit 2: Following advice in this thread, I renamed the temp file that was generated as map_data_storage.db and applied that to "Kindle for Android ebooks". Then I grabbed the prc file and copied it to calibre and tried to convert it. However it failed, telling me that it was DRM protected.
Beta Was this translation helpful? Give feedback.
All reactions