-
Notifications
You must be signed in to change notification settings - Fork 18
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
Extension fails to create projects when display language is not English #136
Comments
I just saw that there is another issue with similar errors: #34 This gave me the idea to switch my language settings. This actually worked. Changing my default language settings from German to English (US) seems to be a work around for the issue. |
I can confirm that I can reproduce this if I change my VS Code display language from English to German, then install the extension and try to create an example project. Unfortunately, I cannot see what would cause this, so labelling this as a known issue for now
Note that this error is not actually a problem, it's the Generator Process error that's the actual issue |
I don't seem to be able to reproduce this bug anymore with the latest VS Code version (1.96.2) - @jnull could you see if this bug still occurs for you with the latest VS Code in German (might need to uninstall and reinstall the extension)? |
I reinstalled the extension and tried again with VSS Code version 1.96.2 and System language settings in German it unfortunately did not work. It run into the same issue as before:
It still looks for a wired config: |
Hello everyone,
I wanted to test this extension but run into issues early on. I followed the recommendations in the pdf and installed the extension. Then I tried to create a new project from an example, but the project could not be created. I tried it with the Pico 2, Pico 2W and the Pico 1W to no avail.
I was greeted by the following messages in the dev console for the Pico 2W:
ERR [Extension Host] [�[31mERROR�[0m] [raspberry-pi-pico - downloadHelper] Extracting archive file failed: ENOENT: no such file or directory, chmod 'C:\Users\<username>\.pico-sdk\openocd\0.12.0+dev\scripts\target\?1879x?1?.cfg'
followed by
ERR [Extension Host] [�[31mERROR�[0m] [raspberry-pi-pico - NewProjectPanel] Generator Process error: Command failed: "c:\Program Files\Python\Python313\python.exe" "c:/Users/<username>/.vscode/extensions/raspberry-pi.raspberry-pi-pico-0.17.2/scripts/pico_project.py" -board pico2_w -exam -d 0 --project vscode --projectRoot "c:\Users\<username>\IDE\rbPico2W" --sdkVersion 2.1.0 --toolchainVersion 13_3_Rel1 --picotoolVersion 2.1.0 --openOCDVersion 0.12.0+dev --ninjaPath "C:/Users/<username>/.pico-sdk/ninja/v1.12.1/ninja" --cmakePath "C:/Users/<username>/.pico-sdk/cmake/v3.29.9/bin/cmake" "blink"
and finally
ERR [Extension Host] [�[31mERROR�[0m] [raspberry-pi-pico - NewProjectPanel] Generator Process exited with code: 4294967295
I am running on Win11Pro x64 Version 24H2 with an up-to-date Vs Code. I also could not find any logs.
Any advise or help is much appreciated.
The text was updated successfully, but these errors were encountered: