-
Notifications
You must be signed in to change notification settings - Fork 26
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
Issue after new instal #70
Comments
Need help here. Don't have a Windows PC. Can't test in a VM since a different CPU architecture (Apple silicon). Which Python version is installed and used? |
Do you have the Platformio Plugin installed? If yes disable or uninstall it. If you need this plugin for other projects keep it and do not install the pioarduino VSC plugin. |
I install new VScode on PC where wasnt instaled VS before. After install it, add pioarduino Plugin to VScode. After automatic install plugin VS write me restart VScode. Then i want open main page and this error. My python is 3.13.0 64bit |
I've just tried it in a MacOs VM (Apple silicon as well), and it fails there as well with a similar issue. (Fresh install of VSCode and Python 3.13). VSCode: 1.95.3 Error log
|
same error, Mac 15.1.1 , Python 3.13 or Python 3.9.6 |
same error, Mac 12.7.5, Python 3.11 but if switch to |
@Basoil This finding is great help! Need to investigate why this slightly changed way of "finding" and downloading the last stable version is not working when installing from scratch. |
Please can all other, having this issue, try the workaround from Basoil?
|
As @koficek1 said, can't open PIO Home page, or create project , when click this button, the errors are shown. |
Should be solved. Now pioarduino provides only Arduino builds based on IDF 5.3.x and Arduino Core 3.1.x In short issue should be solved now. |
Should wait for the new version release of vsc ext? I just try delete .platformio dir, and reinstall ext, still same error. |
@xsbear Did pioarduino a fresh download? If the old cached version was used it will not work. |
@Jason2866 It seems PIO Home relevant error:
in
may be |
Ahh, pio home that's possible. Please open an new issue "Pio home crash at initial install" |
Does it work when you open an existing Platformio / pioarduino project? |
Yes, it works on existing project clone from your 'matter_test', compile successful. |
@xsbear Thx for testing. So the problem is "Pio home" |
Hello, I test today this project and end with this error Linking .pio\build\esp32dev\firmware.elf C:/Users/Vojtěch Kofroň/Documents/PlatformIO/Projects/matter_test-main/.pio/build/esp32dev/firmware.map: No such file or directory collect2.exe: error: ld returned 1 exit status |
This is caused from Windows path length limit. Install and use WSL to workaround this Windows only problem. |
You can also set the Just make sure that path is also mentioned in your Drawback is that it will take up extra space on your harddrive if you have multiple checkouts of your repository. |
I have long patches enabled in registry value. |
@koficek1 Does not fix the problem completely. |
In other words. The tools and toolchains are ported from the Unix / Linux Universe to the Microsoft OS. |
Maybe the issue is with the non standard ascii characters in the pathname? This is also a known PIO bug. |
I have this problem only with pioarduino platform with original platform is compile done, when i create new project |
You can't compare since it is not possible to compile Arduino core 3.1.0 with orig Platformio |
I tested same steps on other PC and compile is done. Problem is maybe non standart ASCII in patch. Now i try it in WSL remote ubuntu 24.04. |
Don't forget to install Edit: Edit2: |
I think my case is similar.
compilation and upload is going fine
Switch back to other releases nothing changes - error is still in |
Locked conversation. There is an open issue for the known bug with crashing Pio Home |
Hello. I have problem after instal step by step PIOArduino. When i instal to new vscode extension PIOarduino. After instal core i restart Vscode and when pio want to load home page it show me this error.
%23 Description of problem
Leave a comment...
BEFORE SUBMITTING, PLEASE SEARCH FOR DUPLICATES IN
%23 Configuration
VSCode: 1.95.3
PIO IDE: v1.0.4
System: Windows_NT, 10.0.19045, x64
%23 Exception
The text was updated successfully, but these errors were encountered: