I left my machine running fine last night. I don't turn it off. It was working fine, I could compile and load. I use the USB connection because it's faster than OTA. This morning the USB connection was lost. Checking the Task Manager, I found that the Cloud Agent process was not running. Running the app, it appears in the Task Manager for a second, then disappears. I'm running Windows 11 Pro with Processor 12th Gen Intel(R) Core(TM) i7-12700H, 2700 Mhz, 14 Core(s), 20 Logical Processor(s).
I have rebooted, tried starting with and without the board connected.
Does anyone have any ideas?
TIA
Hi @jacksoncolin. 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.