daid / LegacyCura

Read this, it's important! NEW CURA DEVELOPMENT IS HAPPENING AT https://github.com/Ultimaker/Cura, this is the Cura 15.04 archive. Cura 2.1 and newer is on the Ultimaker github.
https://www.ultimaker.com/pages/our-software
585 stars 429 forks source link

Slice Engine fails to start / connect #792

Open art103 opened 10 years ago

art103 commented 10 years ago

Using Linux Mint (64 bit) with v14.03 update, the slicer engine fails to accept a connection. This means that slicing does not happen and the progress bar stays at 0%. The 13.11.2 release is OK.

Console log below: ~ $ cura load preferences from /home/user/.cura/14.03/preferences.ini Listening for engine communications on 49674 Exception in thread Thread-2: Traceback (most recent call last): File "/usr/lib/python2.7/threading.py", line 810, in bootstrap_inner self.run() File "/usr/lib/python2.7/threading.py", line 763, in run self.__target(_self.args, *_self.__kwargs) File "/usr/share/cura/Cura/util/sliceEngine.py", line 204, in socketListenThread sock, = self._serversocket.accept() File "/usr/lib/python2.7/socket.py", line 202, in accept sock, addr = self._sock.accept() error: [Errno 4] Interrupted system call

~ $ python --version Python 2.7.4

art103 commented 10 years ago

Pull request sent for fix: https://github.com/daid/Cura/pull/793