http://bugs.winehq.org/show_bug.cgi?id=27587
Summary: Calibre fails to add/convert books etc.. Product: Wine Version: 1.3.22 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: atsia2003@yahoo.gr
Hi,
I have installed Calibre using wine 1.3.22 . The program is not usable since adding/converting ebooks is not working.
Running wine calibre-debug -g I get the following error:
Exception in thread Thread-4: Traceback (most recent call last): File "threading.py", line 530, in __bootstrap_inner File "site-packages\calibre\utils\ipc\server.py", line 221, in run File "site-packages\calibre\utils\ipc\server.py", line 139, in launch_worker CriticalError: Failed to launch worker process: Traceback (most recent call last): File "site-packages\calibre\utils\ipc\server.py", line 149, in do_launch File "multiprocessing\connection.py", line 121, in accept File "multiprocessing\connection.py", line 373, in deliver_challenge IOError: [Errno 233] Pipe not connected
It seems to me a bug with python. Firstly, I installed Python 2.7 and then 3.2... Still the same problem.
I even deleted the wine directory and i installed calibre WITHOUT python and I still get the same error!!!!!!!!
You can download the program at http://calibre-ebook.com/download
http://bugs.winehq.org/show_bug.cgi?id=27587
Andrew Nguyen arethusa26@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |DUPLICATE
--- Comment #1 from Andrew Nguyen arethusa26@gmail.com 2011-06-24 16:56:05 CDT --- The Calibre IPC server startup fails when Python wants to change a named pipe into message mode. Hacking SetNamedPipeHandleState to return success seems to be good enough for Calibre though, from cursory checking.
*** This bug has been marked as a duplicate of bug 17273 ***
http://bugs.winehq.org/show_bug.cgi?id=27587
Andrew Nguyen arethusa26@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #2 from Andrew Nguyen arethusa26@gmail.com 2011-06-24 16:56:20 CDT --- Closing the bug.