You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can you set log in the IDE to be more verbose, so it actually shows the script in question?
Is it portable IDE (.zip), Microsoft Store, or globally installed one (.exe / .msi installer)?
python3.exe actually works, in console / Win+R, there is an interactive shell launched?
Previously reported at #8945, but not actually resolved
Can you set log in the IDE to be more verbose, so it actually shows the script in question? Is it portable IDE (.zip), Microsoft Store, or globally installed one (.exe / .msi installer)? python3.exe actually works, in console / Win+R, there is an interactive shell launched?
Previously reported at #8945, but not actually resolved
Thanks for your quick reply.
It is installed globally with an EXE file.
I found out that the problem, because of your answer in #8945
The reason is a feature of Comodo Firewall (Auto-Containment).
The program blocks/isolates executable files that are indirectly executed by other files. Normally the program asks whether an isolated file should be executed or further isolated. In this case the program may not give a message because it is taking place within Sketch.
It is also strange that the problem did not exist in version 2.1.1.
The problem is solved when I add an exception for the Arduino Folder in Comodo.
So it is probably not a bug, but an incompatibility.
Platform
Settings in IDE
Problem Description
When checking/compiling, the following error occurs immediately:
fork/exec C:\Users\xx\AppData\Local\Arduino15\packages\esp8266\tools\python3\3.7.2-post1/python3.exe: The parameter is incorrect.
Compilation error: fork/exec C:\Users\xx\AppData\Local\Arduino15\packages\esp8266\tools\python3\3.7.2-post1/python3.exe: The parameter is incorrect.
This problem did not exist in Arduino IDE 2.1.1. It occurs in version 2.3.4 and in version 2.2.1.
It occurs with every .ino file. Even if it is only equipped with an empty setup/loop.
MCVE Sketch
The text was updated successfully, but these errors were encountered: