Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Octorint unable to create a process on Windows #66

Open
ArmanHayots opened this issue Nov 6, 2021 · 0 comments
Open

Octorint unable to create a process on Windows #66

ArmanHayots opened this issue Nov 6, 2021 · 0 comments

Comments

@ArmanHayots
Copy link

Exception in thread Thread-1548:
Traceback (most recent call last):
  File "C:\Program Files\Python38\lib\threading.py", line 932, in _bootstrap_inn
er
    self.run()
  File "C:\Program Files\Python38\lib\threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "c:\octoprint\venv\lib\site-packages\sarge\__init__.py", line 1205, in ru
n_node
    result = getattr(self, method)(node, input, async_)
  File "c:\octoprint\venv\lib\site-packages\sarge\__init__.py", line 1351, in ru
n_command_node
    node.cmd.run(input=input, async_=async_)
  File "c:\octoprint\venv\lib\site-packages\sarge\__init__.py", line 667, in run

    self.process = p = Popen(self.args, **self.kwargs)
  File "C:\Program Files\Python38\lib\subprocess.py", line 858, in __init__
    self._execute_child(args, executable, preexec_fn, close_fds,
  File "C:\Program Files\Python38\lib\subprocess.py", line 1311, in _execute_chi
ld
    hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
OSError: [WinError 87] The parameter is incorrect

Windows 7 x64 SP1, Slic3r 1.3.0, path to slic3r-console is correct. It has worked before, but stopped after octoprint update, while CuraEngine-Legacy still works.

What am I doing wrong?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant