Is anybody else encountering the same problem or am i really dumb i have installed the the Arduino Create Agent 5 maybe 10 times
and i am still getting this message
WHAT AM I DOING WRONG i have been trying to use the Cloud for 2 months i don't know what to do & i almost at that point of giving up so if anybody AND I MEAN ANYBODY knows what i am doing wrong please let me know
Did you follow this link...
Hi @capt-dogbeard. I'm going to ask you to provide some additional information:
- Which operating system are you using (e.g., "Windows")?
- Which web browser are you using (e.g., "Safari")?
3 posts were split to a new topic: Cloud Editor tells me to install Create Agent even though it is already
I'm using a Windows operating system and the web browser I'm using is Google Chrome
Do you see the Arduino Create Agent icon in the Windows "notification area"?:
The color of the icon on your computer might be different than in the graphic above, but it will look like an Arduino logo.
No, I do not see it
I'm going to ask you to run Arduino Create Agent from the command line, then post the output in a reply here.
This procedure is not intended to solve the problem. The purpose is to gather more information.
Please do this:
- If Arduino Create Agent is running, terminate it by clicking the Arduino icon in the Windows "notification area" and then selecting "Quit Agent" from the menu.
- Right click the Windows "Start" button.
A context menu will open. - Select "Search" from the menu.
The Windows "Start" menu will open with a search field selected. - Type
windows powershell ise
in the search field. - Select "Windows PowerShell ISE" from the search results.
A "Windows PowerShell ISE" window will open. - Type the following command:
& "$Env:APPDATA\ArduinoCreateAgent\Arduino_Create_Agent.exe" 2>&1 | Out-String -Stream
- Press the Enter key.
- Repeat the operation in Arduino Cloud, just as you did before when you encountered the problem.
- Switch back to the "Windows PowerShell ISE" window.
- Select Edit > Select All from the Windows PowerShell ISE menus.
All the text in the terminal panel of the window will be selected. - Select Edit > Copy from the Windows PowerShell ISE menus.
This will copy the selected text to the clipboard. - Open a forum reply here by clicking the "Reply" button.
- Click the
<CODE/>
icon on the post composer toolbar.
This will add the forum's code block markup (```
) to your reply to make sure the error messages are correctly formatted.
- Press the Ctrl+V keyboard shortcut.
This will paste the output into the code block. - Move the cursor outside of the code block markup before you add any additional text to your reply.
- Click the "Reply" button to post the output.
Please let me know if you have any questions or problems while following those instructions.
PS C:\Users\user345> & "$Env:APPDATA\ArduinoCreateAgent\Arduino_Create_Agent.exe" 2>&1 | Out-String -Stream
Program 'Arduino_Create_Agent.exe' failed to run: The requested operation requires elevationAt line:1 char:1
+ & "$Env:APPDATA\ArduinoCreateAgent\Arduino_Create_Agent.exe" 2>&1 | O ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~.
At line:1 char:1
+ & "$Env:APPDATA\ArduinoCreateAgent\Arduino_Create_Agent.exe" 2>&1 | O ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ResourceUnavailable: (:) [], ApplicationFailedException
+ FullyQualifiedErrorId : NativeCommandFailed
Still trying to find out why the Arduino Create Agent not working
Do you have any idea about why this error might have occurred? I just tried it on a non-administrator Windows account on my computer and I was still able to run the command without any problems.
Is there anything notable about the configuration of your computer? Is it being managed by a system administrator (as might be done with a computer provided at your workplace)?
Which version of Windows are you using (e.g., "Windows 11")?
The version of Windows i am using is Edition) Windows 10 Home. Version)22H2
& i do not have any idea about why this error might have occurred and Is it not being managed by a system administrator
I tried it on my Windows 10 machine and it works fine for me there too.
I'm wondering whether it is trying to run Arduino Create Agent itself that is causing the "The requested operation requires elevation
" error, or the additional parts of the command that are necessary in order to cause it to print the debug logs.
As an experiment to determine which it is, please try this modified version of the procedure for starting Arduino Create Agent from a PowerShell terminal:
This procedure is not intended to solve the problem. The purpose is to gather more information.
Please do this:
- If Arduino Create Agent is running, terminate it by clicking the Arduino icon in the Windows "notification area" and then selecting "Quit Agent" from the menu.
- Right click the Windows "Start" button.
A context menu will open. - Select "Search" from the menu.
The Windows "Start" menu will open with a search field selected. - Type
windows powershell ise
in the search field. - Select "Windows PowerShell ISE" from the search results.
A "Windows PowerShell ISE" window will open. - Type the following command:
& "$Env:APPDATA\ArduinoCreateAgent\Arduino_Create_Agent.exe"
- Press the Enter key.
Does Arduino Create Agent run successfully when you do that (as indicated by the persistent presence of the icon in the Windows "notification area")?
Do you see any error messages in the PowerShell terminal when you do that?
Please let me know if you have any questions or problems while following those instructions.
I do not see any error messages in the PowerShell terminal when i did do that.
and it is still not showing up, Did i not follow the direction correctly or did i installed it (Arduino Create Agent) incorrectly or something?
Let's try going at it in a different direction:
Arduino Create Agent has a "crash report" mode where it generates a log file. I'm going to ask you to enable this "crash report" feature and then post the log file that is produced by Arduino Create Agent when you experience this problem. Unfortunately the crash report is not as informative as the logs we would get from the other procedure but hopefully they will provide the clue we need to understand why it is crashing.
This procedure is not intended to solve the problem. The purpose is to gather more information.
Please do this:
A. Enable "Crash Report" Feature
- If Arduino Create Agent is running, terminate it by clicking the Arduino icon in the Windows "notification area" and then selecting "Quit Agent" from the menu.
- Use any text editor to open the Arduino Create Agent configuration file at this path:
C:\Users\user345\AppData\Roaming\ArduinoCreateAgent\config.ini
If looking for it with your file manager or command line, note that the
AppData
folder is hidden by default. On Windows "File Explorer", you can make it visible by opening the "View" menu, then checking the box next to "☐ Hidden items". - Change this line in the file:
to this:crashreport = false # enable crashreport logging
crashreport = true # enable crashreport logging
- Save the file.
B. Gather Logs
- Start Arduino Create Agent as usual.
- Perform the actions that create the problem, just as you did before.
- Attach the
.log
file from the folder at the following path to a reply here on this forum thread:
You can do this by drag and dropping the file onto a reply, copy/pasting the file, or by clicking the upward pointing arrow icon ("Upload") on the post composer toolbar.C:\Users\user345\.arduino-create\logs\
Please let me know if you have any questions or problems while following those instructions.
I can not find the arduino-create\logs\ even after Changing this line in the file:
crashreport = false # enable crashreport logging
to this:
crashreport = true # enable crashreport logging

What did I do wrong & sorry if this it too much trouble for you and confusing as it is for me
was i supposes to do it in "Windows PowerShell ISE " & again sorry if this it too much trouble
how was i support to do this properly?
Just uninstalled and re-installed Arduino Create Agent to see if uninstalling and re-installing would work but it did not, again sorry if this it too much trouble for you and confusing as it is for me
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.