Wine cannot find windows system32

Ubuntu Wine — не удается найти C:\\windows\\system32?

Я установил wine 1.8 и winetricks на свой Xubuntu 16.04, но у меня появляется ошибка ниже, когда я пытаюсь установить exe-файл:

Есть идеи, почему и как я могу это исправить?

4 ответа

Запустите приложение Configure Wine из панели запуска или откройте терминал с помощью Ctrl Alt T и введите команду winecfg В любом случае вы получите окно конфигурации для Wine. Убедитесь, что вы эмулируете правильную версию Windows для своего приложения и что настройки на всех вкладках являются нормальными. Пример подключения диска ниже:

Примечание: в типичной установке Wine Каталог, указанный в вашем вопросе, можно найти по адресу

/.wine/drive_c/windows/system32 и вы можете проверить содержимое с помощью команды.

Вы можете найти расположение файла Set-up.exe в вашем вопросе с помощью команды терминала find

/.wine -name Set-up.exe при условии, что это где-то близко к тому, где он должен быть.

Если вы разместили его где-то за пределами среды отображения винного диска, вы сможете найти его с помощью команды. sudo find / -name Set-up.exe

Если что-то в этом ответе неясно, пожалуйста, оставьте мне комментарий, и я сделаю все возможное, чтобы уточнить.

Если вы не укажете полный путь (или относительный путь), wine будет искать только в «c:\windows\system32»

Просто запустите ваш файл вместе с путем

замещать ./ с другим путем, если файл не находится в вашем текущем пути.

Запустите winecfg и убедитесь, что на вкладке «Диски» установлены / и../drive_c.

Относится к этой проблеме> Это касается винной ошибки https://bugs.winehq.org/show_bug.cgi?id=39403 описанной по этой ссылке https://www.reddit.com/r/wine_gaming/comments/3vuuu9/steam_store_cant_connect_giving_me_black_screen/. Я хочу показать, что установка паровых игр Wine / Windows из Linux Terminal возможна, несмотря на черный экран. Это позволяет им появляться в вашей библиотеке паровых игр.

Существует одна проблема, которая должна быть решена в первую очередь и показана моя работа / исследование:

В терминальном выпуске:

вы получаете это: wine: не могу найти L «C: \ windows \ system32 \ steam.exe»

Wine хочет, чтобы по какой-либо причине там устанавливались исполняемые программы для Windows. В моем случае steam.exe

wine start / d «C: \ nameoffoldercontainsexecutable» example.exe

steamsetup.exe установлен в C:\Program Files, где мне это нравится.

Поэтому магический ключ для выдачи команды для установки любой игры для Windows с терминала Linux в Wine Steam:

wine start / d «C:\Program Files \ steamfoldername» steam.exe — запуск steamappID#

Идентификатор приложения Steam находится в URL веб-страницы игры Steam.

wine start / d — устанавливает рабочий каталог для исполняемого файла.

Я прошу прощения за объединение нескольких предметов, но для меня это мой первый пост, чтобы помочь другим, и это сложный вопрос, но я надеюсь, что моя идея может быть эффективно использована в посте.

ПРИМЕЧАНИЕ. По какой-то очень смешной причине, когда я заканчиваю редактировать этот пост, строки командной строки Windows показывают только 1 \ за один раз. У них должно быть по 2 на каждый набранный. Я не могу объяснить это иначе.

Ubuntu Wine — cannot find C:\\windows\\system32?

I have installed wine 1.8 and winetricks on my Xubuntu 16.04 but I have the error below when I try to install an exe file:

Any ideas why and how I can fix it?

/Desktop/folder-name/Set-up.exe – muru Dec 26 ’16 at 15:14

4 Answers 4

Run the Configure Wine application from the launcher or open a terminal with Ctrl Alt T and issue the command winecfg Either way you will get a Configuration Window for Wine. Insure that you are emulating the right version of Windows for your application and that the settings on all the tabs are sane. Drive Mapping Example Below:

Note: In a typical installation of Wine The directory noted in your question can be found at

/.wine/drive_c/windows/system32 and you can examine the content with the command.

You can find the location of the Set-up.exe file in your question with the terminal command find

/.wine -name Set-up.exe provided it’s anywhere close to where it’s supposed to be.

On the off chance you’ve placed it somewhere outside the Wine drive mapping environment you should be able to locate it with the command sudo find / -name Set-up.exe

If anything in this answer is unclear please leave me a comment and I’ll do my best to clarify.

Run winecfg and ensure you have / and ../drive_c mounted in the Drives tab.

If you don’t provide full path (or relative path), wine will only search in «c:\windows\system32»

Just execute your file along with the path

Replace ./ with another path if the file is not in your current path.

Related to this issue> This is regarding a wine bug https://bugs.winehq.org/show_bug.cgi?id=39403 described in this link https://www.reddit.com/r/wine_gaming/comments/3vuuu9/steam_store_cant_connect_giving_me_black_screen/ . I want to show installing wine/windows steam games from The Linux Terminal is possible despite the black screen.This allows them to appear in your steam games Library.

There is one problem that must be fixed first and is shown is my work/ research:

In terminal issue:

you get this: wine: cannot find L»C:\windows\system32\steam.exe»

Wine wants any windows executable programs to be installed there for some reason. In my case steam.exe

wine start /d «C:\nameoffoldercontainingexecutable» example.exe

steamsetup.exe is installed in C:\Program Files where i like it to be.

Therefore the magic key to issue a command for installing any windows game from the Linux terminal in wine steam is:

Читайте также:  Планировщик задач windows 10 как удалить задачу

wine start /d «C:\Program Files\steamfoldername» steam.exe -applaunch steamappID#

The steam app ID is found in the URL of the steam game’s web page.

wine start /d — Sets the working directory for the executable.

I apologise for combining multiple subjects but to me this is my first post to help others and this is a complicated issue but I hope my idea can be used effectively in a post.

NOTE For some very rediculous reason when i finish editing this post the windows command line bars shows only 1 \ at a time. They should have 2 for each typed. I can’t explain this otherwise.

Wine cannot find windows system32

Post by bflojoe6 » Thu Mar 31, 2011 1:09 pm

I’m running Wine1.2.2 on Ubuntu 10.04 (Lucid). In my file manager, I can get to the /.wine/drive_c folder, so I know it exists in my file system. However, when I open the Wine Configuration window (either via apps/wine/configuration or via terminal (winecfg), on the Drives tab it shows
C: ../drive_c
D: /media UDISK
(and a few other drives).

However, the C drive ‘browse’ button is greyed out, so I cannot link Wine to this drive, which in fact does appear in my file system

When I try to bring up the wine configure page or the ../drive_c file in terminal I get the message: wine cannot find L «C/windows/system/32/plugplay.exe»

What is wrong and how can I fix this problem? Thanks.

wine cannot find L «c:/windows/system32/plugplay.exe

Post by James McKenzie » Thu Mar 31, 2011 1:35 pm

I’m running Wine1.2.2 on Ubuntu 10.04 (Lucid). In my file manager, I can get to the /.wine/drive_c folder, so I know it exists in my file system.
However, when I open the Wine Configuration window (either via apps/wine/configuration or via terminal (winecfg), on the Drives tab it shows
C: ../drive_c
D: /media UDISK
(and a few other drives).

However, the C drive ‘browse’ button is greyed out, so I cannot link Wine to this drive, which in fact does appear in my file system.

Is this really what it says or is the response what you entered as the
Title of the forum thread?

Back to my original question. What is it that you are trying to do?
If you want to run programs out of your Windows directory, I will
advise against it for two reasons:
1. Wine presently does fully implement NTFS file permissions. This
can cause problems when you try to use files created under Wine in
Windows.
2. Most programs, when installed, write information to the Windows
Directory. Wine cannot use your Windows registry ‘hive’ and has one
of its own. You will need to re-install each program you want to use
in Wine. Wine is a Linux program and will use, for the moment, Linux
related file permissions. It is much better to use a Linux partition
for your programs and a FAT32 partition for your program’s data
elements so you can move them to a Windows partition if needed.

Post by bflojoe6 » Thu Mar 31, 2011 9:11 pm

$ cd Desktop
joseph@joseph-laptop:

/Desktop$ wine msmoney.exe
wine: cannot find L»C:\\windows\\system32\\plugplay.exe»
fixme:actctx:parse_depend_manifests Could not find dependent assembly L»Microsoft.VC80.CRT» (8.0.50608.0)
err:module:import_dll Library UTLSRF08.DLL (which is needed by L»Z:\\home\\joseph\\Desktop\\msmoney.exe») not found
err:module:import_dll Library MNYSL08.dll (which is needed by L»Z:\\home\\joseph\\Desktop\\msmoney.exe») not found
err:module:LdrInitializeThunk Main exe initialization for L»Z:\\home\\joseph\\Desktop\\msmoney.exe» failed, status c0000135
joseph@joseph-laptop:

/Desktop$ When I then add msmoney.exe through the wine configuration page, click OK, it does not stay there when I re-open the config page. The issue seems related to wine not finding c/windows/system32/plugplay.exe.This .exe does not seem to be in the Windows/system32 folder anywhere.Any suggestions?

Post by DanKegel » Thu Mar 31, 2011 11:12 pm

I think
wine: cannot find L»C:\\windows\\system32\\plugplay.exe»
happens when you revert back to an older wine, or something.
It’s probably harmless. Your real problem may be elsewhere.

Which version of msmoney?
http://appdb.winehq.org/objectManager.p . ion&iId=79
suggests trying the freely downloadable Sunset version.

Post by André H. » Fri Apr 01, 2011 1:12 pm

Post by bflojoe6 » Sat Apr 02, 2011 10:58 am

OK. But I’m having trouble installing apps via Wine. Following the Ubuntu Documentation directions, I download a Windowss app (USMoneyDixSunset.exe) and save it to my Desktop (I’m using Firefox & Chrome browsers and perhaps I need to use IE? for Microsoft apps?). Then I open a Terminal and change to Desktop directory. I then type «wine USMoneyDixSunset.exe» (without the quotes of course) and I get: «wine cannot find L «C:\\windws\\system32\\USMoneyDixSunset.exe» I don’t know why wine looks in that folder instead of on the desktop? Again, I’m using the wine 1.2.2 that came with Ubuntu 10.04 (Lucid). I noticed that when I installed wine via SPM, the hidden /.wine folder was established as it was supposed to. But there appears to be 2 locations for drive c:

/home/user/.wine/dosdevices/c (which contains pgm files, users, windows)
and
/home/user.wine
dos devices (c d e z)
drive c (pgm files, users, windows)

Is this a problem with installing wine or is this how it should be? Thanks for your patience. I’d love to get the MM Sunset program working so I can leave Windows forever!

Читайте также:  Mac fan control mac os sierra

Post by André H. » Sat Apr 02, 2011 11:05 am

/.winemmsunset wine USMoneyDixSunset.exe
on your desktop

Post by DanKegel » Sat Apr 02, 2011 1:05 pm

Probably because you typed the filename wrong. Use tab completion,
that frees you from accidental typos. e.g. do wine US and it should
fill out the line with the execuable’s full filename. If it doesn’t autocomplete,
you either typed the wrong first few letters, or you’re in the wrong directory and the file isn’t there.

I just tried this:

and it installed fine. I also had to do ‘winetricks ie6’ to get the app to
behave, as noted in the appdb. Haven’t really used it, though.

Post by bflojoe6 » Sun Apr 03, 2011 10:22 pm

Tried WINEPREFIX and got message wine mmsunset has been updated. But it did not help. Using tab auto completion trick worked, since the actual file name required was different from the downloded file name! Anyway, it did install but is still not working. I downloaded and installed the MM file from your link. It installed. I downloaded and installed IE6. All seems ok.

Looking in apps/wine/configuration/apps tab I see Default Settings, IEXPLORE.EXE and msmoney.exe; I set Windows Version as XP (not global).

Looking in appls/wine/uninstall wine apps I see Microsoft IE 6, MM Plus and MM Shared Libraries

However, if I try to run one of these programs thru apps/wine/browse drive c, I get message that an error has occurred and needs to close. If I type ‘winefile’ in Terminal, and get to .exe file, same thing. (I noticed that if I clicked the same .exe program file a second time I get a message «Money is already running», and I have to kill its process to end it.

With winefile in browser it opens and at top it says winefile Z:\NTFS and contains a lot of typical Ubuntu folders (bin, etc, etc). Is this supposed to be Z drive? It seems like I’ve installed everything correctly, but some little thing is blocking my opening/running these programs (MM and IE). Any thoughts?

wine: cannot find L”C:\\windows\\system32\\python.exe” #53

Comments

atipico commented Dec 29, 2015

Wine 1.9.0 Installed following steps from http://wiki.winehq.org/Ubuntu

This time, ActivePython installer was able to create

I don’t know if this is a problem related to Calibre or the DeDRM script, but, as we can see in the debug below, python.exe is called from the wrong path:
wine: cannot find L”C:\windows\system32\python.exe”
As I said above, the 64bit version installs the «python.exe» file under: «

Don’t know what I can do any further.

Would be a way to define the correct path to python.exe inside the DeDRM script?

rgr@atipico64: calibre-debug -g
calibre 1.25 isfrozen: False is64bit: True
Linux-3.13.0-74-generic-x86_64-with-Ubuntu-14.04-trusty Linux (’64bit’, ‘ELF’)
(‘Linux’, ‘3.13.0-74-generic’, ‘#118-Ubuntu SMP Thu Dec 17 22:52:10 UTC 2015’)
Python 2.7.6
Linux: (‘Ubuntu’, ‘14.04’, ‘trusty’)
Starting up…
DEBUG: 0.0 obok::utilities.py – loading translations
DEBUG: 0.0 obok::dialogs.py – loading translations
DEBUG: 0.0 obok::config.py – loading translations
DEBUG: 0.0 using xml.etree for xml parsing
DEBUG: 0.0 obok::action_err.py – loading translations
Unable to open

/.mtpz-data for reading, MTPZ disabled.Started up in 1.37 seconds with 11 books
Worker Launch took: 0.0650780200958
Job: 1 Read metadata (0 of 1) finished
Read metadata (0 of 1)
DeDRM v6.3.4: Trying to decrypt B00BMWEFR4_EBOK.azw
Using Library AlfCrypto DLL/DYLIB/SO
MobiDeDrm v0.41.
Copyright © 2008-2012 The Dark Reverser et al.
MOBI header version 8, header length 264
Extra Data Flags: 3
Decrypting Kindle Format 8 ebook: The Boron Letters
Found 0 keys to try after 0.0 seconds
Crypto Type is: 2
DeDRM v6.3.4: Failed to decrypt with error: No key found in 0 keys tried.
DeDRM v6.3.4: Looking for new default Kindle Key after 0.0 seconds
DeDRM v6.3.4: Running kindlekey.py under Wine
DeDRM v6.3.4: Command line: “WINEPREFIX=”/home/rgr” wine python.exe “/home/rgr/.config/calibre/plugins/DeDRM/libraryfiles/kindlekey.py” “/home/rgr/.config/calibre/plugins/DeDRM/libraryfiles/winekeysdir””
wine: cannot find L”C:\windows\system32\python.exe”
DeDRM v6.3.4: Found and decrypted 0 key files
DeDRM v6.3.4: Ultimately failed to decrypt after 1.1 seconds.
Read the FAQs at Alf’s blog: https://apprenticealf.wordpress.com/
Running file type plugin DeDRM failed with traceback:
Traceback (most recent call last):
File “/usr/lib/calibre/calibre/customize/ui.py”, line 154, in _run_filetype_plugins
nfp = plugin.run(path_to_file)
File “calibre_plugins.dedrm.init”, line 590, in run
File “calibre_plugins.dedrm.init”, line 540, in KindleMobiDecrypt
DeDRMError: DeDRM v6.3.4: Ultimately failed to decrypt after 1.1 seconds

Added The Boron Letters to db in: 1.74273991585 seconds

The text was updated successfully, but these errors were encountered:

atipico commented Jan 4, 2016

Changing the 2 occurrences of «python.exe» in the file «wineutils.py» by the correct path «C:\Python27\python.exe» I was able to overcome the error «wine: cannot find L”C:\windows\system32\python.exe”». However I continue to receive this error:

rgr@atipico64: calibre-debug -g
calibre 1.25 isfrozen: False is64bit: True
Linux-3.13.0-74-generic-x86_64-with-Ubuntu-14.04-trusty Linux (’64bit’, ‘ELF’)
(‘Linux’, ‘3.13.0-74-generic’, ‘#118-Ubuntu SMP Thu Dec 17 22:52:10 UTC 2015’)
Python 2.7.6
Linux: (‘Ubuntu’, ‘14.04’, ‘trusty’)
Starting up.
DEBUG: 0.0 obok::utilities.py — loading translations
DEBUG: 0.0 obok::dialogs.py — loading translations
DEBUG: 0.0 obok::config.py — loading translations
DEBUG: 0.0 using xml.etree for xml parsing
DEBUG: 0.0 obok::action_err.py — loading translations
Unable to open

/.mtpz-data for reading, MTPZ disabled.Started up in 1.37 seconds with 11 books
Worker Launch took: 0.10120010376
Job: 1 Read metadata (0 of 1) finished
Read metadata (0 of 1)
DeDRM v6.3.4: Trying to decrypt B00BMWEFR4_EBOK.azw
Using Library AlfCrypto DLL/DYLIB/SO
MobiDeDrm v0.41.
Copyright © 2008-2012 The Dark Reverser et al.
MOBI header version 8, header length 264
Extra Data Flags: 3
Decrypting Kindle Format 8 ebook: The Boron Letters
Found 0 keys to try after 0.4 seconds
Crypto Type is: 2
DeDRM v6.3.4: Failed to decrypt with error: No key found in 0 keys tried.
DeDRM v6.3.4: Looking for new default Kindle Key after 0.4 seconds
DeDRM v6.3.4: Exception when getting default Kindle Key after 0.4 seconds
Traceback (most recent call last):
File «calibre_plugins.dedrm.init«, line 511, in KindleMobiDecrypt
File «/usr/lib/calibre/calibre/customize/zipplugin.py», line 175, in load_module
import_name), ‘exec’, dont_inherit=True)
File «calibre_plugins.dedrm.wineutils», line 31
cmdline = u»WINEPREFIX=»<2>» wine «C:\Python27\python.exe» «<0>» «<1>«».format(scriptpath,outdirpath,wineprefix)
^
SyntaxError: invalid syntax
DeDRM v6.3.4: Ultimately failed to decrypt after 0.4 seconds.
Read the FAQs at Alf’s blog: http://apprenticealf.wordpress.com/
Running file type plugin DeDRM failed with traceback:
Traceback (most recent call last):
File «/usr/lib/calibre/calibre/customize/ui.py», line 154, in _run_filetype_plugins
nfp = plugin.run(path_to_file)
File «calibre_plugins.dedrm.init«, line 590, in run
File «calibre_plugins.dedrm.init«, line 540, in KindleMobiDecrypt
DeDRMError: DeDRM v6.3.4: Ultimately failed to decrypt after 0.4 seconds

Читайте также:  Windows выделение памяти процессу

Added The Boron Letters to db in: 1.9603509903 seconds

apprenticeharper commented Jan 6, 2016

That looks like it would work, except that you have not escaped the quotation marks around the path to python.exe, or the back slashes in the path. Try changing line 31 from

cmdline = u»WINEPREFIX=»<2>» wine «C:\Python27\python.exe» «<0>» «<1>«».format(scriptpath,outdirpath,wineprefix)

cmdline = u»WINEPREFIX=»<2>» wine «C:\Python27\python.exe» «<0>» «<1>«».format(scriptpath,outdirpath,wineprefix)

atipico commented Jan 6, 2016

Python.exe appears in line 31 and 33. But I tried the suggestion you made on 31 only and both lines. This is what I got respectively:

rgr@atipico64: calibre-debug -g
calibre 1.25 isfrozen: False is64bit: True
Linux-3.13.0-74-generic-x86_64-with-Ubuntu-14.04-trusty Linux (’64bit’, ‘ELF’)
(‘Linux’, ‘3.13.0-74-generic’, ‘#118-Ubuntu SMP Thu Dec 17 22:52:10 UTC 2015’)
Python 2.7.6
Linux: (‘Ubuntu’, ‘14.04’, ‘trusty’)
Starting up.
DEBUG: 0.0 obok::utilities.py — loading translations
DEBUG: 0.0 obok::dialogs.py — loading translations
DEBUG: 0.0 obok::config.py — loading translations
DEBUG: 0.0 using xml.etree for xml parsing
DEBUG: 0.0 obok::action_err.py — loading translations
Unable to open

/.mtpz-data for reading, MTPZ disabled.Started up in 1.42 seconds with 11 books
Worker Launch took: 0.0667860507965
Job: 1 Read metadata (0 of 1) finished
Read metadata (0 of 1)
DeDRM v6.3.4: Trying to decrypt B00BMWEFR4_EBOK.azw
Using Library AlfCrypto DLL/DYLIB/SO
MobiDeDrm v0.41.
Copyright © 2008-2012 The Dark Reverser et al.
MOBI header version 8, header length 264
Extra Data Flags: 3
Decrypting Kindle Format 8 ebook: The Boron Letters
Found 0 keys to try after 0.0 seconds
Crypto Type is: 2
DeDRM v6.3.4: Failed to decrypt with error: No key found in 0 keys tried.
DeDRM v6.3.4: Looking for new default Kindle Key after 0.0 seconds
DeDRM v6.3.4: Exception when getting default Kindle Key after 0.0 seconds
Traceback (most recent call last):
File «calibre_plugins.dedrm.init«, line 511, in KindleMobiDecrypt
File «/usr/lib/calibre/calibre/customize/zipplugin.py», line 175, in load_module
import_name), ‘exec’, dont_inherit=True)
File «calibre_plugins.dedrm.wineutils», line 33
cmdline = u»wine «C:\Python27\python.exe» «<0>» «<1>«».format(scriptpath,outdirpath)
^
SyntaxError: invalid syntax
DeDRM v6.3.4: Ultimately failed to decrypt after 0.0 seconds.
Read the FAQs at Alf’s blog: http://apprenticealf.wordpress.com/
Running file type plugin DeDRM failed with traceback:
Traceback (most recent call last):
File «/usr/lib/calibre/calibre/customize/ui.py», line 154, in _run_filetype_plugins
nfp = plugin.run(path_to_file)
File «calibre_plugins.dedrm.init«, line 590, in run
File «calibre_plugins.dedrm.init«, line 540, in KindleMobiDecrypt
DeDRMError: DeDRM v6.3.4: Ultimately failed to decrypt after 0.0 seconds

Added The Boron Letters to db in: 1.99438691139 seconds

rgr@atipico64: calibre-debug -g
calibre 1.25 isfrozen: False is64bit: True
Linux-3.13.0-74-generic-x86_64-with-Ubuntu-14.04-trusty Linux (’64bit’, ‘ELF’)
(‘Linux’, ‘3.13.0-74-generic’, ‘#118-Ubuntu SMP Thu Dec 17 22:52:10 UTC 2015’)
Python 2.7.6
Linux: (‘Ubuntu’, ‘14.04’, ‘trusty’)
Starting up.
DEBUG: 0.0 obok::utilities.py — loading translations
DEBUG: 0.0 obok::dialogs.py — loading translations
DEBUG: 0.0 obok::config.py — loading translations
DEBUG: 0.0 using xml.etree for xml parsing
DEBUG: 0.0 obok::action_err.py — loading translations
Unable to open

/.mtpz-data for reading, MTPZ disabled.Started up in 1.38 seconds with 11 books
Worker Launch took: 0.0889258384705
Job: 1 Read metadata (0 of 1) finished
Read metadata (0 of 1)
DeDRM v6.3.4: Trying to decrypt B00BMWEFR4_EBOK.azw
Using Library AlfCrypto DLL/DYLIB/SO
MobiDeDrm v0.41.
Copyright © 2008-2012 The Dark Reverser et al.
MOBI header version 8, header length 264
Extra Data Flags: 3
Decrypting Kindle Format 8 ebook: The Boron Letters
Found 0 keys to try after 0.2 seconds
Crypto Type is: 2
DeDRM v6.3.4: Failed to decrypt with error: No key found in 0 keys tried.
DeDRM v6.3.4: Looking for new default Kindle Key after 0.2 seconds
DeDRM v6.3.4: Running kindlekey.py under Wine
DeDRM v6.3.4: Command line: “WINEPREFIX=»/var/www/teste.com» wine «C:\Python27\python.exe» «/home/rgr/.config/calibre/plugins/DeDRM/libraryfiles/kindlekey.py» «/home/rgr/.config/calibre/plugins/DeDRM/libraryfiles/winekeysdir»”
wine: cannot find ‘C:\Python27\python.exe’
DeDRM v6.3.4: Found and decrypted 0 key files
DeDRM v6.3.4: Ultimately failed to decrypt after 0.7 seconds.
Read the FAQs at Alf’s blog: http://apprenticealf.wordpress.com/
Running file type plugin DeDRM failed with traceback:
Traceback (most recent call last):
File «/usr/lib/calibre/calibre/customize/ui.py», line 154, in _run_filetype_plugins
nfp = plugin.run(path_to_file)
File «calibre_plugins.dedrm.init«, line 590, in run
File «calibre_plugins.dedrm.init«, line 540, in KindleMobiDecrypt
DeDRMError: DeDRM v6.3.4: Ultimately failed to decrypt after 0.7 seconds

Added The Boron Letters to db in: 2.197026968 seconds

Оцените статью