platformio-core-installer icon indicating copy to clipboard operation
platformio-core-installer copied to clipboard

Installation Manager

Open Wittimich opened this issue 1 year ago • 0 comments

%23 Description of problem Leave a comment...

BEFORE SUBMITTING, PLEASE SEARCH FOR DUPLICATES IN

  • https://github.com/platformio/platformio-vscode-ide/issues%3Fq=is%3Aissue

%23 Configuration

VSCode: 1.89.0 PIO IDE: v3.3.3 System: Windows_NT, 10.0.19045, x64

%23 Exception

Error: Traceback (most recent call last):
File "C:\Users\amfwi\.platformio\.cache\tmp\get-platformio-1.2.2.py", line 71, in <module>
  main()
File "C:\Users\amfwi\.platformio\.cache\tmp\get-platformio-1.2.2.py", line 63, in main
  bootstrap()
File "C:\Users\amfwi\.platformio\.cache\tmp\get-platformio-1.2.2.py", line 49, in bootstrap
  pioinstaller.__main__.main()
File "C:\Users\amfwi\.platformio\.cache\tmp\.piocore-installer-5r1xw80n\tmpiuqyzkey\pioinstaller.zip\pioinstaller\__main__.py", line 133, in main
File "C:\Users\amfwi\.platformio\.cache\tmp\.piocore-installer-5r1xw80n\tmpiuqyzkey\pioinstaller.zip\click\core.py", line 1128, in __call__
File "C:\Users\amfwi\.platformio\.cache\tmp\.piocore-installer-5r1xw80n\tmpiuqyzkey\pioinstaller.zip\click\core.py", line 1053, in main
File "C:\Users\amfwi\.platformio\.cache\tmp\.piocore-installer-5r1xw80n\tmpiuqyzkey\pioinstaller.zip\click\core.py", line 1659, in invoke
File "C:\Users\amfwi\.platformio\.cache\tmp\.piocore-installer-5r1xw80n\tmpiuqyzkey\pioinstaller.zip\click\core.py", line 1659, in invoke
File "C:\Users\amfwi\.platformio\.cache\tmp\.piocore-installer-5r1xw80n\tmpiuqyzkey\pioinstaller.zip\click\core.py", line 1395, in invoke
File "C:\Users\amfwi\.platformio\.cache\tmp\.piocore-installer-5r1xw80n\tmpiuqyzkey\pioinstaller.zip\click\core.py", line 754, in invoke
File "C:\Users\amfwi\.platformio\.cache\tmp\.piocore-installer-5r1xw80n\tmpiuqyzkey\pioinstaller.zip\click\decorators.py", line 26, in new_func
File "C:\Users\amfwi\.platformio\.cache\tmp\.piocore-installer-5r1xw80n\tmpiuqyzkey\pioinstaller.zip\pioinstaller\__main__.py", line 113, in core_check
File "C:\Users\amfwi\.platformio\.cache\tmp\.piocore-installer-5r1xw80n\tmpiuqyzkey\pioinstaller.zip\pioinstaller\core.py", line 172, in check
File "C:\Users\amfwi\.platformio\python3\Lib\subprocess.py", line 466, in check_output
  return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\amfwi\.platformio\python3\Lib\subprocess.py", line 548, in run
  with Popen(*popenargs, **kwargs) as process:
       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\amfwi\.platformio\python3\Lib\subprocess.py", line 1026, in __init__
  self._execute_child(args, executable, preexec_fn, close_fds,
File "C:\Users\amfwi\.platformio\python3\Lib\subprocess.py", line 1538, in _execute_child
  hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [WinError 87] Falscher Parameter

  at c:\Users\amfwi\.vscode\extensions\platformio.platformio-ide-3.3.3-win32-x64\node_modules\platformio-node-helpers\dist\index.js:1:5323
  at ChildProcess.i (c:\Users\amfwi\.vscode\extensions\platformio.platformio-ide-3.3.3-win32-x64\node_modules\platformio-node-helpers\dist\index.js:1:4621)
  at ChildProcess.emit (node:events:517:28)
  at ChildProcess.emit (node:domain:489:12)
  at maybeClose (node:internal/child_process:1098:16)
  at Process.ChildProcess._handle.onexit (node:internal/child_process:303:5)

Wittimich avatar May 04 '24 13:05 Wittimich