No ports discovered

I have just installed Arduino 2.1.1 on my new laptop. It currently works on my old laptop. I'm getting a "no ports discovered" notification when I try to set the port. After reading through posts related to the same problem, I checked that my anti virus wasn't preventing serial-discovery.exe from running, but it wasn't in the quarantine list. I deleted the directory the where serial-discovery,exe resides and relaunched the IDE with no change. I tried to launch the IDE from powershell but I get this response:

`PS C:\Users\mopar\appdata\local\programs> dir


    Directory: C:\Users\mopar\appdata\local\programs


Mode                 LastWriteTime         Length Name
----                 -------------         ------ ----
d-----         8/22/2023  12:25 PM                Arduino IDE


PS C:\Users\mopar\appdata\local\programs> & ".\Arduino IDE"
& : The term '.\Arduino IDE' is not recognized as the name of a cmdlet, function, script file, or operable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:3
+ & ".\Arduino IDE"
+   ~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (.\Arduino IDE:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

PS C:\Users\mopar\appdata\local\programs>

Any guidance on what to do next?`

Hi @gottliebgreg. I think you had a good idea to start the IDE from the PowerShell terminal in order to get information about the cause of the problem from the logs it prints there. So let's start by fixing the problem you are having with starting the IDE from PowerShell. Once you are able to do that, we can take a look at the logs and see what we can do about the "no ports discovered" problem.

You need to run the command from the folder that contains the Arduino IDE installation. It looks like you are instead running it from the folder above that. You opened the PowerShell terminal in the folder at this path:

C:\Users\mopar\appdata\local\programs\

A common place for Arduino IDE to be installed is this path:

C:\Users\mopar\appdata\local\programs\Arduino IDE\

Note that there is an extra folder level in the latter path and that is a subfolder named Arduino IDE.

So please try again, but this time open the PowerShell terminal inside the Arduino IDE folder.

I'll provide the full instructions in case they will be useful to you:

  1. Close all Arduino IDE windows if the IDE is already running.
  2. Start Windows "File Explorer".
  3. Open the Arduino IDE installation folder.
    The default installation location is at one of the following paths:
    • C:\Program Files\Arduino IDE
      
    • C:\Users\<username>\AppData\Local\Programs\Arduino IDE
      
      (where <username> is your Windows username)
      :exclamation: 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".
  4. In the folder listing of the Arduino IDE installation folder, hold the Shift key while clicking the right hand button on the mouse.
  5. From the context menu, click "Open PowerShell window here".
    Windows PowerShell will now open with the current directory set to the Arduino IDE installation folder.
  6. Type the following command:
    & ".\Arduino IDE"
    
  7. Press the Enter key.
    Debug output should now be printed to the PowerShell window as Arduino IDE starts.
  8. Wait for Arduino IDE to finish starting.
  9. Perform whatever action is required to produce that "no ports discovered" notification.
  10. Switch back to the PowerShell window if the Arduino IDE window took the focus.
  11. Right click on the title bar of the PowerShell window.
    This will open a context menu.
  12. Select Edit > Select All from the context menu.
    This will select all the text in the PowerShell window.
  13. Press Ctrl+C.
    This will copy the contents of the PowerShell window to the clipboard.
  14. Open a forum reply here by clicking the Reply button.
  15. 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.
    Code tags icon on toolbar
  16. Press Ctrl+V.
    This will paste the output into the code block.
  17. Move the cursor outside of the code block markup before you add any additional text to your reply.
  18. Click the Reply button to post the output.

Please let me know if you have any questions or problems while following those instructions.

After starting Arduino IDE in powershell i get this:

dException

PS C:\Users\mopar\AppData\Local\Programs\Arduino IDE> & ".\Arduino IDE"
PS C:\Users\mopar\AppData\Local\Programs\Arduino IDE>
Arduino IDE 2.1.1
Starting backend process. PID: 25884
Using browser-only version of superagent in non-browser environment
Configuration directory URI: 'file:///c%3A/Users/mopar/.theia'
Configuring to accept webviews on '^.+\.webview\..+$' hostname.
2023-08-24T03:51:16.354Z root INFO Backend Object.initialize: 4.4 ms [Finished 1.425 s after backend start]
2023-08-24T03:51:16.354Z root INFO Backend Object.configure: 3.7 ms [Finished 1.425 s after backend start]
2023-08-24T03:51:16.354Z root INFO Backend MessagingContribution.onStart: 1.4 ms [Finished 1.425 s after backend start]
2023-08-24T03:51:16.355Z root INFO Backend OSBackendApplicationContribution.configure: 0.5 ms [Finished 1.464 s after backend start]
2023-08-24T03:51:16.356Z root INFO Backend DefaultWorkspaceServer.onStart: 0.3 ms [Finished 1.464 s after backend start]2023-08-24T03:51:16.357Z root INFO Backend PluginLocalizationBackendContribution.configure: 0.1 ms [Finished 1.464 s after backend start]
2023-08-24T03:51:16.358Z root INFO Backend PluginLocalizationBackendContribution.initialize: 39.0 ms [Finished 1.464 s after backend start]
2023-08-24T03:51:16.358Z root INFO Backend TaskBackendApplicationContribution.onStart: 0.2 ms [Finished 1.464 s after backend start]
2023-08-24T03:51:16.359Z root INFO Backend ElectronTokenBackendContribution.configure: 1.0 ms [Finished 1.465 s after backend start]
2023-08-24T03:51:16.360Z config INFO >>> Initializing CLI configuration...
2023-08-24T03:51:16.360Z root INFO Backend PluginDeployerContribution.initialize: 0.6 ms [Finished 1.466 s after backend start]
2023-08-24T03:51:16.361Z root INFO Backend ConfigServiceImpl.onStart: 1.2 ms [Finished 1.467 s after backend start]
2023-08-24T03:51:16.362Z config INFO Loading CLI configuration from c:\Users\mopar\.arduinoIDE\arduino-cli.yaml...
2023-08-24T03:51:16.362Z root INFO Backend WebviewBackendSecurityWarnings.initialize: 0.4 ms [Finished 1.468 s after backend start]
2023-08-24T03:51:16.363Z root INFO Backend ArduinoDaemonImpl.onStart: 1.1 ms [Finished 1.468 s after backend start]
2023-08-24T03:51:16.363Z root INFO Backend NodeFileUploadService.configure: 2.3 ms [Finished 1.469 s after backend start]
2023-08-24T03:51:16.363Z daemon INFO Starting daemon from C:\Users\mopar\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-08-24T03:51:16.364Z discovery-log INFO start
2023-08-24T03:51:16.364Z discovery-log INFO start new deferred
2023-08-24T03:51:16.364Z root INFO Backend HostedPluginLocalizationService.initialize: 0.4 ms [Finished 1.470 s after backend start]
2023-08-24T03:51:16.364Z root INFO Backend BoardDiscovery.onStart: 1.3 ms [Finished 1.471 s after backend start]
2023-08-24T03:51:16.365Z root INFO Backend FileDownloadEndpoint.configure: 1.2 ms [Finished 1.471 s after backend start]2023-08-24T03:51:16.365Z root INFO Backend AuthenticationServiceImpl.onStart: 0.4 ms [Finished 1.473 s after backend start]
2023-08-24T03:51:16.365Z root INFO Backend PluginApiContribution.configure: 0.7 ms [Finished 1.473 s after backend start]
2023-08-24T03:51:16.366Z root INFO Backend HostedPluginReader.configure: 1.0 ms [Finished 1.475 s after backend start]
2023-08-24T03:51:16.366Z root INFO Backend HostedPluginReader.configure: 0.1 ms [Finished 1.475 s after backend start]
2023-08-24T03:51:16.367Z root INFO Backend PlotterBackendContribution.configure: 0.8 ms [Finished 1.477 s after backend start]
2023-08-24T03:51:16.369Z root INFO Theia app listening on http://localhost:53617.
2023-08-24T03:51:16.370Z root INFO Finished starting backend application: 6.0 ms [Finished 1.480 s after backend start]
2023-08-24T03:51:16.371Z root WARN The local plugin referenced by local-dir:/c%3A/Users/mopar/.arduinoIDE/plugins does not exist.
2023-08-24T03:51:16.372Z root WARN The local plugin referenced by local-dir:/c%3A/Users/mopar/.arduinoIDE/extensions does not exist.
2023-08-24T03:51:16.378Z root WARN The local plugin referenced by local-dir:C:\Users\mopar\.arduinoIDE\plugins does not exist.
Restoring workspace roots: c:\Users\mopar\OneDrive\Documents\Arduino\sketch_aug22b
isTempSketch: false. Input was c:\Users\mopar\OneDrive\Documents\Arduino\sketch_aug22b\sketch_aug22b.ino
2023-08-24T03:51:16.401Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-24T03:51:16.401Z root INFO Resolved "cortex-debug" to a VS Code extension "cortex-debug@1.5.1" with engines:
2023-08-24T03:51:16.401Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-24T03:51:16.402Z root INFO Resolved "vscode-arduino-tools" to a VS Code extension "vscode-arduino-tools@0.0.2-beta.8" with engines:
2023-08-24T03:51:16.402Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-24T03:51:16.402Z root INFO Resolved "vscode-builtin-cpp" to a VS Code extension "cpp@1.52.1" with engines:
2023-08-24T03:51:16.402Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-24T03:51:16.403Z root INFO Resolved "vscode-builtin-json" to a VS Code extension "json@1.46.1" with engines:
2023-08-24T03:51:16.403Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-24T03:51:16.403Z root INFO Resolved "vscode-builtin-json-language-features" to a VS Code extension "json-language-features@1.46.1" with engines:
2023-08-24T03:51:16.403Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-24T03:51:16.403Z root INFO Resolved "vscode-language-pack-bg" to a VS Code extension "vscode-language-pack-bg@1.48.3" with engines:
2023-08-24T03:51:16.403Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-24T03:51:16.403Z root INFO Resolved "vscode-language-pack-cs" to a VS Code extension "vscode-language-pack-cs@1.53.2" with engines:
2023-08-24T03:51:16.404Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-24T03:51:16.404Z root INFO Resolved "vscode-language-pack-de" to a VS Code extension "vscode-language-pack-de@1.53.2" with engines:
2023-08-24T03:51:16.404Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-24T03:51:16.404Z root INFO Resolved "vscode-language-pack-es" to a VS Code extension "vscode-language-pack-es@1.53.2" with engines:
2023-08-24T03:51:16.404Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-24T03:51:16.404Z root INFO Resolved "vscode-language-pack-fr" to a VS Code extension "vscode-language-pack-fr@1.53.2" with engines:
2023-08-24T03:51:16.450Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-24T03:51:16.458Z root INFO Resolved "vscode-language-pack-hu" to a VS Code extension "vscode-language-pack-hu@1.48.3" with engines:
2023-08-24T03:51:16.463Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-24T03:51:16.465Z root INFO Resolved "vscode-language-pack-it" to a VS Code extension "vscode-language-pack-it@1.53.2" with engines:
2023-08-24T03:51:16.471Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-24T03:51:16.473Z root INFO Resolved "vscode-language-pack-ja" to a VS Code extension "vscode-language-pack-ja@1.53.2" with engines:
2023-08-24T03:51:16.473Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-24T03:51:16.474Z root INFO Resolved "vscode-language-pack-ko" to a VS Code extension "vscode-language-pack-ko@1.53.2" with engines:
2023-08-24T03:51:16.474Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-24T03:51:16.474Z root INFO Resolved "vscode-language-pack-nl" to a VS Code extension "vscode-language-pack-nl@1.48.3" with engines:
2023-08-24T03:51:16.474Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-24T03:51:16.474Z root INFO Resolved "vscode-language-pack-pl" to a VS Code extension "vscode-language-pack-pl@1.53.2" with engines:
2023-08-24T03:51:16.474Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-24T03:51:16.475Z root INFO Resolved "vscode-language-pack-pt-BR" to a VS Code extension "vscode-language-pack-pt-BR@1.53.2" with engines:
2023-08-24T03:51:16.475Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-24T03:51:16.475Z root INFO Resolved "vscode-language-pack-ru" to a VS Code extension "vscode-language-pack-ru@1.53.2" with engines:
2023-08-24T03:51:16.475Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-24T03:51:16.475Z root INFO Resolved "vscode-language-pack-tr" to a VS Code extension "vscode-language-pack-tr@1.53.2" with engines:
2023-08-24T03:51:16.475Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-24T03:51:16.475Z root INFO Resolved "vscode-language-pack-uk" to a VS Code extension "vscode-language-pack-uk@1.48.3" with engines:
2023-08-24T03:51:16.476Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-24T03:51:16.476Z root INFO Resolved "vscode-language-pack-zh-hans" to a VS Code extension "vscode-language-pack-zh-hans@1.53.2" with engines:
2023-08-24T03:51:16.480Z config INFO Loaded CLI configuration: {"board_manager":{"additional_urls":["https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json"]},"build_cache":{"compilations_before_purge":10,"ttl":"720h0m0s"},"daemon":{"port":"50051"},"directories":{"builtin":{"libraries":"C:\\Users\\mopar\\AppData\\Local\\Arduino15\\libraries"},"data":"c:\\Users\\mopar\\AppData\\Local\\Arduino15","downloads":"C:\\Users\\mopar\\AppData\\Local\\Arduino15\\staging","user":"c:\\Users\\mopar\\OneDrive\\Documents\\Arduino"},"library":{"enable_unsafe_install":false},"locale":"en","logging":{"file":"","format":"text","level":"info"},"metrics":{"addr":":9090","enabled":true},"output":{"no_color":false},"sketch":{"always_export_binaries":false},"updater":{"enable_notification":true}}
2023-08-24T03:51:16.481Z config INFO 'directories.data' and 'directories.user' are set in the CLI configuration model.
2023-08-24T03:51:16.481Z config INFO Loaded the CLI configuration.
2023-08-24T03:51:16.496Z config INFO Mapped the CLI configuration: {"dataDirUri":"file:///c%3A/Users/mopar/AppData/Local/Arduino15","sketchDirUri":"file:///c%3A/Users/mopar/OneDrive/Documents/Arduino","additionalUrls":["https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json"],"network":"none","locale":"en"}
2023-08-24T03:51:16.497Z config INFO Validating the CLI configuration...
2023-08-24T03:51:16.498Z config INFO The CLI config is valid.
2023-08-24T03:51:16.499Z config INFO <<< Initialized the CLI configuration.
2023-08-24T03:51:16.511Z root INFO Resolve plugins list: 149.4 ms [Finished 1.621 s after backend start]
2023-08-24T03:51:16.517Z root INFO Deployed backend plugin "marus25.cortex-debug@1.5.1" from "C:\Users\mopar\AppData\Local\Programs\Arduino IDE\resources\app\plugins\cortex-debug\extension\dist\extension.js": 5.4 ms [Finished 1.627 s after backend start]
2023-08-24T03:51:16.519Z root INFO Deployed backend plugin "arduino.vscode-arduino-tools@0.0.2-beta.8" from "C:\Users\mopar\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-arduino-tools\extension\dist\bundle": 2.3 ms [Finished 1.629 s after backend start]
2023-08-24T03:51:16.530Z root INFO Deployed backend plugin "vscode.cpp@1.52.1" from "C:\Users\mopar\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-builtin-cpp\extension": 10.9 ms [Finished 1.640 s after backend start]
2023-08-24T03:51:16.532Z root INFO Deployed backend plugin "vscode.json@1.46.1" from "C:\Users\mopar\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-builtin-json\extension": 2.0 ms [Finished 1.642 s after backend start]
2023-08-24T03:51:16.536Z root INFO Deployed backend plugin "vscode.json-language-features@1.46.1" from "C:\Users\mopar\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-builtin-json-language-features\extension\client\dist\jsonMain": 4.5 ms [Finished 1.647 s after backend start]
2023-08-24T03:51:16.622Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-bg@1.48.3" from "C:\Users\mopar\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-language-pack-bg\extension": 86.0 ms [Finished 1.733 s after backend start]
2023-08-24T03:51:16.652Z daemon INFO INFO[0000] Using config file: c:\Users\mopar\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.3
INFO[0000] Executing `arduino-cli daemon`
Daemon is now listening on 127.0.0.1:53618
{"IP":"127.0.0.1","Port":"53618"}


2023-08-24T03:51:16.653Z daemon INFO Daemon is running.
2023-08-24T03:51:16.731Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-cs@1.53.2" from "C:\Users\mopar\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-language-pack-cs\extension": 108.3 ms [Finished 1.841 s after backend start]
2023-08-24T03:51:16.737Z daemon INFO INFO[0000] Loading hardware from: c:\Users\mopar\AppData\Local\Arduino15\packages

2023-08-24T03:51:16.819Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-de@1.53.2" from "C:\Users\mopar\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-language-pack-de\extension": 88.2 ms [Finished 1.929 s after backend start]
2023-08-24T03:51:16.820Z daemon INFO INFO[0000] Loading package arduino from: C:\Users\mopar\AppData\Local\Arduino15\packages\arduino\hardware
INFO[0000] Checking signature                            error="opening signature file: open C:\\Users\\mopar\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\installed.json.sig: The system cannot find the file specified." index="C:\\Users\\mopar\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\installed.json" signatureFile="C:\\Users\\mopar\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\installed.json.sig"
INFO[0000] Adding monitor tool                           protocol=serial tool="builtin:serial-monitor"
INFO[0000] Loaded platform                               platform="arduino:avr@1.8.6"
INFO[0000] Checking existence of 'tools' path: C:\Users\mopar\AppData\Local\Arduino15\packages\arduino\tools
INFO[0000] Loading tools from dir: C:\Users\mopar\AppData\Local\Arduino15\packages\arduino\tools
INFO[0000] Loaded tool                                   tool="arduino:arduinoOTA@1.3.0"
INFO[0000] Loaded tool                                   tool="arduino:avr-gcc@7.3.0-atmel3.6.1-arduino7"
INFO[0000] Loaded tool                                   tool="arduino:avrdude@6.3.0-arduino17"
INFO[0000] Loaded tool                                   tool="arduino:dfu-util@0.11.0-arduino5"
INFO[0000] Loading package builtin from: C:\Users\mopar\AppData\Local\Arduino15\packages\builtin
INFO[0000] Checking existence of 'tools' path: C:\Users\mopar\AppData\Local\Arduino15\packages\builtin\tools
INFO[0000] Loading tools from dir: C:\Users\mopar\AppData\Local\Arduino15\packages\builtin\tools
INFO[0000] Loaded tool                                   tool="builtin:ctags@5.8-arduino11"
INFO[0000] Loaded tool                                   tool="builtin:dfu-discovery@0.1.2"
INFO[0000] Loaded tool                                   tool="builtin:mdns-discovery@1.0.9"
INFO[0000] Loaded tool                                   tool="builtin:serial-discovery@1.4.0"
INFO[0000] Loaded tool                                   tool="builtin:serial-monitor@0.13.0"
INFO[0000] Loading package esp32 from: C:\Users\mopar\AppData\Local\Arduino15\packages\esp32\hardware
INFO[0000] Checking signature                            error="opening signature file: open C:\\Users\\mopar\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware\\esp32\\2.0.11\\installed.json.sig: The system cannot find the file specified." index="C:\\Users\\mopar\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware\\esp32\\2.0.11\\installed.json" signatureFile="C:\\Users\\mopar\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware\\esp32\\2.0.11\\installed.json.sig"
INFO[0000] Adding monitor tool                           protocol=serial tool="builtin:serial-monitor"
INFO[0000] Loaded platform                               platform="esp32:esp32@2.0.11"
INFO[0000] Checking existence of 'tools' path: C:\Users\mopar\AppData\Local\Arduino15\packages\esp32\tools
INFO[0000] Loading tools from dir: C:\Users\mopar\AppData\Local\Arduino15\packages\esp32\tools

2023-08-24T03:51:16.890Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-es@1.53.2" from "C:\Users\mopar\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-language-pack-es\extension": 70.7 ms [Finished 2.000 s after backend start]
2023-08-24T03:51:16.891Z daemon INFO INFO[0000] Loaded tool                                   tool="esp32:esptool_py@4.5.1"
INFO[0000] Loaded tool                                   tool="esp32:mklittlefs@3.0.0-gnu12-dc7f933"
INFO[0000] Loaded tool                                   tool="esp32:mkspiffs@0.2.3"
INFO[0000] Loaded tool                                   tool="esp32:openocd-esp32@v0.11.0-esp32-20221026"
INFO[0000] Loaded tool                                   tool="esp32:riscv32-esp-elf-gcc@esp-2021r2-patch5-8.4.0"
INFO[0000] Loaded tool                                   tool="esp32:riscv32-esp-elf-gdb@11.2_20220823"
INFO[0000] Loaded tool                                   tool="esp32:xtensa-esp-elf-gdb@11.2_20220823"
INFO[0000] Loaded tool                                   tool="esp32:xtensa-esp32-elf-gcc@esp-2021r2-patch5-8.4.0"
INFO[0000] Loaded tool                                   tool="esp32:xtensa-esp32s2-elf-gcc@esp-2021r2-patch5-8.4.0"
INFO[0000] Loaded tool                                   tool="esp32:xtensa-esp32s3-elf-gcc@esp-2021r2-patch5-8.4.0"
INFO[0000] Checking signature                            index="c:\\Users\\mopar\\AppData\\Local\\Arduino15\\package_index.json" signatureFile="c:\\Users\\mopar\\AppData\\Local\\Arduino15\\package_index.json.sig" trusted=true
INFO[0000] Checking signature                            error="opening signature file: open c:\\Users\\mopar\\AppData\\Local\\Arduino15\\package_esp32_index.json.sig: The system cannot find the file specified." index="c:\\Users\\mopar\\AppData\\Local\\Arduino15\\package_esp32_index.json" signatureFile="c:\\Users\\mopar\\AppData\\Local\\Arduino15\\package_esp32_index.json.sig"
INFO[0000] Adding libraries dir                          dir="C:\\Users\\mopar\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\libraries" location=platform
INFO[0000] Adding libraries dir                          dir="C:\\Users\\mopar\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware\\esp32\\2.0.11\\libraries" location=platform
INFO[0000] Loading libraries index file                  index="c:\\Users\\mopar\\AppData\\Local\\Arduino15\\library_index.json"

2023-08-24T03:51:16.936Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-fr@1.53.2" from "C:\Users\mopar\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-language-pack-fr\extension": 46.1 ms [Finished 2.046 s after backend start]
2023-08-24T03:51:16.972Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-hu@1.48.3" from "C:\Users\mopar\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-language-pack-hu\extension": 36.4 ms [Finished 2.083 s after backend start]
2023-08-24T03:51:17.024Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-it@1.53.2" from "C:\Users\mopar\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-language-pack-it\extension": 51.4 ms [Finished 2.134 s after backend start]
2023-08-24T03:51:17.025Z daemon INFO INFO[0000] Adding libraries dir                          dir="C:\\Users\\mopar\\AppData\\Local\\Arduino15\\libraries" location=ide
INFO[0000] Adding libraries dir                          dir="c:\\Users\\mopar\\OneDrive\\Documents\\Arduino\\libraries" location=user

2023-08-24T03:51:17.070Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-ja@1.53.2" from "C:\Users\mopar\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-language-pack-ja\extension": 46.0 ms [Finished 2.180 s after backend start]
2023-08-24T03:51:17.123Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-ko@1.53.2" from "C:\Users\mopar\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-language-pack-ko\extension": 52.8 ms [Finished 2.233 s after backend start]
2023-08-24T03:51:17.142Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-nl@1.48.3" from "C:\Users\mopar\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-language-pack-nl\extension": 19.5 ms [Finished 2.253 s after backend start]
2023-08-24T03:51:17.191Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-pl@1.53.2" from "C:\Users\mopar\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-language-pack-pl\extension": 48.0 ms [Finished 2.301 s after backend start]
2023-08-24T03:51:17.237Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-pt-br@1.53.2" from "C:\Users\mopar\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-language-pack-pt-BR\extension": 46.4 ms [Finished 2.347 s after backend start]
2023-08-24T03:51:17.291Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-ru@1.53.2" from "C:\Users\mopar\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-language-pack-ru\extension": 54.0 ms [Finished 2.401 s after backend start]
2023-08-24T03:51:17.342Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-tr@1.53.2" from "C:\Users\mopar\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-language-pack-tr\extension": 50.8 ms [Finished 2.452 s after backend start]
2023-08-24T03:51:17.374Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-uk@1.48.3" from "C:\Users\mopar\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-language-pack-uk\extension": 31.8 ms [Finished 2.484 s after backend start]
2023-08-24T03:51:17.423Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-zh-hans@1.53.2" from "C:\Users\mopar\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-language-pack-zh-hans\extension": 41.1 ms [Finished 2.525 s after backend start]
2023-08-24T03:51:17.423Z root INFO Deploy plugins list: 149.4 ms [Finished 2.533 s after backend start]
2023-08-24T03:51:17.468Z discovery-log INFO start request start watch
2023-08-24T03:51:17.469Z discovery-log INFO start requested start watch
2023-08-24T03:51:17.469Z discovery-log INFO start resolved watching
2023-08-24T03:51:17.470Z daemon INFO INFO[0000] starting discovery builtin:dfu-discovery process

2023-08-24T03:51:17.470Z daemon INFO INFO[0000] starting discovery builtin:serial-discovery process
INFO[0000] starting discovery builtin:mdns-discovery process

2023-08-24T03:51:17.477Z daemon INFO INFO[0000] started discovery builtin:serial-discovery process
INFO[0000] sending command HELLO 1 "arduino-cli 0.32.3" to discovery builtin:serial-discovery

2023-08-24T03:51:17.477Z daemon INFO INFO[0000] started discovery builtin:mdns-discovery process
INFO[0000] sending command HELLO 1 "arduino-cli 0.32.3" to discovery builtin:mdns-discovery

2023-08-24T03:51:17.494Z daemon INFO INFO[0000] from discovery builtin:serial-discovery received message type: hello, message: OK, protocol version: 1
INFO[0000] sending command START_SYNC to discovery builtin:serial-discovery
INFO[0000] from discovery builtin:mdns-discovery received message type: hello, message: OK, protocol version: 1

2023-08-24T03:51:17.495Z daemon INFO INFO[0000] sending command START_SYNC to discovery builtin:mdns-discovery
INFO[0000] from discovery builtin:serial-discovery received message type: start_sync, message: OK
INFO[0000] from discovery builtin:mdns-discovery received message type: start_sync, message: OK

2023-08-24T03:51:17.501Z daemon INFO INFO[0000] started discovery builtin:dfu-discovery process
INFO[0000] sending command HELLO 1 "arduino-cli 0.32.3" to discovery builtin:dfu-discovery

2023-08-24T03:51:17.519Z daemon INFO INFO[0000] from discovery builtin:dfu-discovery received message type: hello, message: OK, protocol version: 1

2023-08-24T03:51:17.520Z daemon INFO INFO[0000] sending command START_SYNC to discovery builtin:dfu-discovery

2023-08-24T03:51:17.523Z daemon INFO INFO[0000] from discovery builtin:dfu-discovery received message type: start_sync, message: OK

Opening channel for service path '/services/electron-window-ext'.
Opening channel for service path '/services/electron-window'.
Opening channel for service path '/services/ide-updater'.
2023-08-24T03:51:18.141Z root WARN Frontend a.configure took longer than the expected maximum 100 milliseconds: 198.1 ms [Finished 1.700 s after frontend start]
2023-08-24T03:51:18.230Z sketches-service WARN Warning! The request sketch path was different than the response sketch path from the CLI. This could be a potential bug. Request: <c:\Users\mopar\OneDrive\Documents\Arduino\sketch_aug22b\sketch_aug22b.ino>, response: <c:\Users\mopar\OneDrive\Documents\Arduino\sketch_aug22b>.
2023-08-24T03:51:18.379Z root WARN Frontend c.onStart took longer than the expected maximum 100 milliseconds: 178.1 ms [Finished 1.961 s after frontend start]
2023-08-24T03:51:18.399Z root INFO Start frontend contributions: 528.8 ms [Finished 1.966 s after frontend start]
2023-08-24T03:51:18.400Z root INFO Changed application state from 'init' to 'started_contributions'.
2023-08-24T03:51:18.415Z root INFO Changed application state from 'started_contributions' to 'attached_shell'.
2023-08-24T03:51:18.415Z root INFO >>> Restoring the layout state...
2023-08-24T03:51:18.417Z root INFO ------- SERIALIZED LAYOUT DATA -------
2023-08-24T03:51:18.418Z root INFO {"version":5,"mainPanel":{"main":{"type":"tab-area","widgets":[{"constructionOptions":{"factoryId":"code-editor-opener","options":{"counter":0,"kind":"navigatable","uri":"file:///c%3A/Users/mopar/OneDrive/Documents/Arduino/sketch_aug22b/sketch_aug22b.ino"}},"innerWidgetState":"{\"cursorState\":[{\"inSelectionMode\":false,\"selectionStart\":{\"lineNumber\":12,\"column\":1},\"position\":{\"lineNumber\":12,\"column\":1}}],\"viewState\":{\"scrollLeft\":0,\"firstPosition\":{\"lineNumber\":1,\"column\":1},\"firstPositionDeltaTop\":0},\"contributionsState\":{\"editor.contrib.folding\":{\"lineCount\":14,\"provider\":\"indent\",\"foldedImports\":false},\"editor.contrib.wordHighlighter\":false}}"}],"currentIndex":0}},"mainPanelPinned":[false],"bottomPanel":{"config":{"main":{"type":"tab-area","widgets":[{"constructionOptions":{"factoryId":"outputView"},"innerWidgetState":"{\"locked\":false}"},{"constructionOptions":{"factoryId":"serial-monitor"}}],"currentIndex":1}},"pinned":[false,false],"size":308,"expanded":true},"leftPanel":{"type":"sidepanel","items":[{"widget":{"constructionOptions":{"factoryId":"arduino-sketchbook-widget"}},"rank":1,"expanded":false,"pinned":false},{"widget":{"constructionOptions":{"factoryId":"boards-list-widget"}},"rank":2,"expanded":false,"pinned":false},{"widget":{"constructionOptions":{"factoryId":"library-list-widget"}},"rank":3,"expanded":false,"pinned":false},{"widget":{"constructionOptions":{"factoryId":"debug"},"innerWidgetState":"{\"parts\":[{\"partId\":\"debug:threads:-1\",\"collapsed\":false,\"hidden\":false,\"originalContainerId\":\"debug:view-container:-1\",\"originalContainerTitle\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true},\"widget\":{\"constructionOptions\":{\"factoryId\":\"debug:threads\"},\"innerWidgetState\":\"{}\"}},{\"partId\":\"debug:frames:-1\",\"collapsed\":false,\"hidden\":false,\"originalContainerId\":\"debug:view-container:-1\",\"originalContainerTitle\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true},\"widget\":{\"constructionOptions\":{\"factoryId\":\"debug:frames\"},\"innerWidgetState\":\"{}\"}},{\"partId\":\"debug:variables:-1\",\"collapsed\":false,\"hidden\":false,\"originalContainerId\":\"debug:view-container:-1\",\"originalContainerTitle\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true},\"widget\":{\"constructionOptions\":{\"factoryId\":\"debug:variables\"},\"innerWidgetState\":\"{}\"}},{\"partId\":\"debug:watch:-1\",\"collapsed\":false,\"hidden\":false,\"originalContainerId\":\"debug:view-container:-1\",\"originalContainerTitle\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true},\"widget\":{\"constructionOptions\":{\"factoryId\":\"debug:watch\"},\"innerWidgetState\":\"{}\"}},{\"partId\":\"debug:breakpoints:-1\",\"collapsed\":false,\"hidden\":false,\"originalContainerId\":\"debug:view-container:-1\",\"originalContainerTitle\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true},\"widget\":{\"constructionOptions\":{\"factoryId\":\"debug:breakpoints\"},\"innerWidgetState\":\"{}\"}},{\"partId\":\"plugin-view:cortex-debug.peripherals\",\"collapsed\":true,\"hidden\":true,\"originalContainerId\":\"debug:view-container:-1\",\"originalContainerTitle\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true},\"widget\":{\"constructionOptions\":{\"factoryId\":\"plugin-view\",\"options\":{\"id\":\"plugin-view:cortex-debug.peripherals\",\"viewId\":\"cortex-debug.peripherals\"}},\"innerWidgetState\":\"{\\\"label\\\":\\\"Cortex Peripherals\\\",\\\"widgets\\\":[],\\\"suppressUpdateViewVisibility\\\":false,\\\"currentViewContainerId\\\":\\\"debug\\\"}\"}},{\"partId\":\"plugin-view:cortex-debug.registers\",\"collapsed\":true,\"hidden\":true,\"originalContainerId\":\"debug:view-container:-1\",\"originalContainerTitle\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true},\"widget\":{\"constructionOptions\":{\"factoryId\":\"plugin-view\",\"options\":{\"id\":\"plugin-view:cortex-debug.registers\",\"viewId\":\"cortex-debug.registers\"}},\"innerWidgetState\":\"{\\\"label\\\":\\\"Cortex Registers\\\",\\\"widgets\\\":[],\\\"suppressUpdateViewVisibility\\\":false,\\\"currentViewContainerId\\\":\\\"debug\\\"}\"}}],\"title\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true}}"},"rank":4,"expanded":false,"pinned":false},{"widget":{"constructionOptions":{"factoryId":"search-view-container"},"innerWidgetState":"{\"parts\":[{\"partId\":\"search-in-workspace\",\"collapsed\":false,\"hidden\":false,\"originalContainerId\":\"search-view-container\",\"originalContainerTitle\":{\"label\":\"Search\",\"iconClass\":\"codicon codicon-search\",\"closeable\":true},\"widget\":{\"constructionOptions\":{\"factoryId\":\"search-in-workspace\"},\"innerWidgetState\":\"{\\\"matchCaseState\\\":{\\\"className\\\":\\\"codicon codicon-case-sensitive\\\",\\\"enabled\\\":false,\\\"title\\\":\\\"Match Case\\\"},\\\"wholeWordState\\\":{\\\"className\\\":\\\"codicon codicon-whole-word\\\",\\\"enabled\\\":false,\\\"title\\\":\\\"Match Whole Word\\\"},\\\"regExpState\\\":{\\\"className\\\":\\\"codicon codicon-regex\\\",\\\"enabled\\\":false,\\\"title\\\":\\\"Use Regular Expression\\\"},\\\"includeIgnoredState\\\":{\\\"className\\\":\\\"codicon codicon-eye\\\",\\\"enabled\\\":false,\\\"title\\\":\\\"Include Ignored Files\\\"},\\\"showSearchDetails\\\":false,\\\"searchInWorkspaceOptions\\\":{\\\"matchCase\\\":false,\\\"matchWholeWord\\\":false,\\\"useRegExp\\\":false,\\\"includeIgnored\\\":false,\\\"include\\\":[],\\\"exclude\\\":[],\\\"maxResults\\\":2000},\\\"searchTerm\\\":\\\"\\\",\\\"replaceTerm\\\":\\\"\\\",\\\"showReplaceField\\\":false,\\\"searchHistoryState\\\":{\\\"history\\\":[],\\\"index\\\":0},\\\"replaceHistoryState\\\":{\\\"history\\\":[],\\\"index\\\":0},\\\"includeHistoryState\\\":{\\\"history\\\":[],\\\"index\\\":0},\\\"excludeHistoryState\\\":{\\\"history\\\":[],\\\"index\\\":0}}\"}}],\"title\":{\"label\":\"Search\",\"iconClass\":\"fa fa-arduino-search\",\"closeable\":true}}"},"rank":5,"expanded":false,"pinned":false}]},"rightPanel":{"type":"sidepanel","items":[]},"activeWidgetId":"serial-monitor"}
2023-08-24T03:51:18.419Z root INFO ------- END SERIALIZED LAYOUT DATA -------
2023-08-24T03:51:18.456Z root INFO [c9af14ff-3e01-4ceb-a3b7-1ee54af6bb33] Waiting for backend deployment: 79.0 ms [Finished 2.041 s after frontend start]
2023-08-24T03:51:18.742Z root INFO [hosted-plugin: 25660] PLUGIN_HOST(25660) starting instance
2023-08-24T03:51:19.116Z root INFO [c9af14ff-3e01-4ceb-a3b7-1ee54af6bb33] Sync of 21 plugins: 660.7 ms [Finished 2.702 s after frontend start]
2023-08-24T03:51:19.275Z root INFO <<< The layout has been successfully restored.
2023-08-24T03:51:19.339Z root INFO Initialize the workbench layout: 870.2 ms [Finished 2.860 s after frontend start]
2023-08-24T03:51:19.341Z root INFO Changed application state from 'attached_shell' to 'initialized_layout'.
2023-08-24T03:51:19.341Z root INFO [c9af14ff-3e01-4ceb-a3b7-1ee54af6bb33][marus25.cortex-debug]: Loaded contributions.
2023-08-24T03:51:19.342Z root INFO [c9af14ff-3e01-4ceb-a3b7-1ee54af6bb33][arduino.vscode-arduino-tools]: Loaded contributions.
2023-08-24T03:51:19.343Z root INFO [c9af14ff-3e01-4ceb-a3b7-1ee54af6bb33][vscode.cpp]: Loaded contributions.
2023-08-24T03:51:19.343Z root INFO [c9af14ff-3e01-4ceb-a3b7-1ee54af6bb33][vscode.json]: Loaded contributions.
2023-08-24T03:51:19.343Z root INFO [c9af14ff-3e01-4ceb-a3b7-1ee54af6bb33][vscode.json-language-features]: Loaded contributions.
2023-08-24T03:51:19.343Z root INFO [c9af14ff-3e01-4ceb-a3b7-1ee54af6bb33][ms-ceintl.vscode-language-pack-bg]: Loaded contributions.
2023-08-24T03:51:19.344Z root INFO [c9af14ff-3e01-4ceb-a3b7-1ee54af6bb33][ms-ceintl.vscode-language-pack-cs]: Loaded contributions.
2023-08-24T03:51:19.344Z root INFO [c9af14ff-3e01-4ceb-a3b7-1ee54af6bb33][ms-ceintl.vscode-language-pack-de]: Loaded contributions.
2023-08-24T03:51:19.344Z root INFO [c9af14ff-3e01-4ceb-a3b7-1ee54af6bb33][ms-ceintl.vscode-language-pack-es]: Loaded contributions.
2023-08-24T03:51:19.345Z root INFO [c9af14ff-3e01-4ceb-a3b7-1ee54af6bb33][ms-ceintl.vscode-language-pack-fr]: Loaded contributions.
2023-08-24T03:51:19.346Z root INFO [c9af14ff-3e01-4ceb-a3b7-1ee54af6bb33][ms-ceintl.vscode-language-pack-hu]: Loaded contributions.
2023-08-24T03:51:19.346Z root INFO [c9af14ff-3e01-4ceb-a3b7-1ee54af6bb33][ms-ceintl.vscode-language-pack-it]: Loaded contributions.
2023-08-24T03:51:19.347Z root INFO [c9af14ff-3e01-4ceb-a3b7-1ee54af6bb33][ms-ceintl.vscode-language-pack-ja]: Loaded contributions.
2023-08-24T03:51:19.347Z root INFO [c9af14ff-3e01-4ceb-a3b7-1ee54af6bb33][ms-ceintl.vscode-language-pack-ko]: Loaded contributions.
2023-08-24T03:51:19.347Z root INFO [c9af14ff-3e01-4ceb-a3b7-1ee54af6bb33][ms-ceintl.vscode-language-pack-nl]: Loaded contributions.
2023-08-24T03:51:19.347Z root INFO [c9af14ff-3e01-4ceb-a3b7-1ee54af6bb33][ms-ceintl.vscode-language-pack-pl]: Loaded contributions.
2023-08-24T03:51:19.348Z root INFO [c9af14ff-3e01-4ceb-a3b7-1ee54af6bb33][ms-ceintl.vscode-language-pack-pt-br]: Loaded contributions.
2023-08-24T03:51:19.348Z root INFO [c9af14ff-3e01-4ceb-a3b7-1ee54af6bb33][ms-ceintl.vscode-language-pack-ru]: Loaded contributions.
2023-08-24T03:51:19.348Z root INFO [c9af14ff-3e01-4ceb-a3b7-1ee54af6bb33][ms-ceintl.vscode-language-pack-tr]: Loaded contributions.
2023-08-24T03:51:19.349Z root INFO [c9af14ff-3e01-4ceb-a3b7-1ee54af6bb33][ms-ceintl.vscode-language-pack-uk]: Loaded contributions.
2023-08-24T03:51:19.349Z root INFO [c9af14ff-3e01-4ceb-a3b7-1ee54af6bb33][ms-ceintl.vscode-language-pack-zh-hans]: Loaded contributions.
2023-08-24T03:51:19.349Z root INFO [c9af14ff-3e01-4ceb-a3b7-1ee54af6bb33] Load contributions of 21 plugins: 62.3 ms [Finished 2.924 s after frontend start]
2023-08-24T03:51:19.383Z root WARN 'cpp' language is remapped from 'source.cpp.embedded.macro' to 'source.cpp' scope
2023-08-24T03:51:19.383Z root WARN a registered grammar configuration for 'cpp' language is overridden
2023-08-24T03:51:19.613Z root INFO [hosted-plugin: 25660] PLUGIN_HOST(25660): PluginManagerExtImpl/init()
2023-08-24T03:51:19.616Z root INFO [hosted-plugin: 25660] PLUGIN_HOST(25660): initializing(cortex-debug@1.5.1 with C:\Users\mopar\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-08-24T03:51:19.621Z root INFO [hosted-plugin: 25660] Debugger contribution has been registered: cortex-debug
2023-08-24T03:51:19.623Z root INFO [hosted-plugin: 25660] PLUGIN_HOST(25660): initializing(vscode-arduino-tools@0.0.2-beta.8 with C:\Users\mopar\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-08-24T03:51:19.624Z root INFO [hosted-plugin: 25660] PLUGIN_HOST(25660): initializing(cpp@1.52.1 with C:\Users\mopar\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-08-24T03:51:19.625Z root INFO [hosted-plugin: 25660] PLUGIN_HOST(25660): initializing(json@1.46.1 with C:\Users\mopar\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-08-24T03:51:19.626Z root INFO [hosted-plugin: 25660] PLUGIN_HOST(25660): initializing(json-language-features@1.46.1 with C:\Users\mopar\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-08-24T03:51:19.627Z root INFO [hosted-plugin: 25660] PLUGIN_HOST(25660): initializing(vscode-language-pack-bg@1.48.3 with C:\Users\mopar\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-08-24T03:51:19.628Z root INFO [hosted-plugin: 25660] PLUGIN_HOST(25660): initializing(vscode-language-pack-cs@1.53.2 with C:\Users\mopar\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-08-24T03:51:19.629Z root INFO [hosted-plugin: 25660] PLUGIN_HOST(25660): initializing(vscode-language-pack-de@1.53.2 with C:\Users\mopar\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-08-24T03:51:19.630Z root INFO [hosted-plugin: 25660] PLUGIN_HOST(25660): initializing(vscode-language-pack-es@1.53.2 with C:\Users\mopar\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-08-24T03:51:19.631Z root INFO [hosted-plugin: 25660] PLUGIN_HOST(25660): initializing(vscode-language-pack-fr@1.53.2 with C:\Users\mopar\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-08-24T03:51:19.632Z root INFO [hosted-plugin: 25660] PLUGIN_HOST(25660): initializing(vscode-language-pack-hu@1.48.3 with C:\Users\mopar\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-08-24T03:51:19.633Z root INFO [hosted-plugin: 25660] PLUGIN_HOST(25660): initializing(vscode-language-pack-it@1.53.2 with C:\Users\mopar\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-08-24T03:51:19.634Z root INFO [hosted-plugin: 25660] PLUGIN_HOST(25660): initializing(vscode-language-pack-ja@1.53.2 with C:\Users\mopar\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-08-24T03:51:19.635Z root INFO [hosted-plugin: 25660] PLUGIN_HOST(25660): initializing(vscode-language-pack-ko@1.53.2 with C:\Users\mopar\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-08-24T03:51:19.635Z root INFO [hosted-plugin: 25660] PLUGIN_HOST(25660): initializing(vscode-language-pack-nl@1.48.3 with C:\Users\mopar\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-08-24T03:51:19.636Z root INFO [hosted-plugin: 25660] PLUGIN_HOST(25660): initializing(vscode-language-pack-pl@1.53.2 with C:\Users\mopar\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-08-24T03:51:19.637Z root INFO [hosted-plugin: 25660] PLUGIN_HOST(25660): initializing(vscode-language-pack-pt-BR@1.53.2 with C:\Users\mopar\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-08-24T03:51:19.638Z root INFO [hosted-plugin: 25660] PLUGIN_HOST(25660): initializing(vscode-language-pack-ru@1.53.2 with C:\Users\mopar\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-08-24T03:51:19.639Z root INFO [hosted-plugin: 25660] PLUGIN_HOST(25660): initializing(vscode-language-pack-tr@1.53.2 with C:\Users\mopar\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-08-24T03:51:19.639Z root INFO [hosted-plugin: 25660] PLUGIN_HOST(25660): initializing(vscode-language-pack-uk@1.48.3 with C:\Users\mopar\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-08-24T03:51:19.640Z root INFO [hosted-plugin: 25660] PLUGIN_HOST(25660): initializing(vscode-language-pack-zh-hans@1.53.2 with C:\Users\mopar\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-08-24T03:51:19.645Z root INFO [hosted-plugin: 25660] PLUGIN_HOST(25660): PluginManagerExtImpl/loadPlugin(C:\Users\mopar\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-builtin-json-language-features\extension\client\dist\jsonMain)
2023-08-24T03:51:19.711Z root INFO [hosted-plugin: 25660] PLUGIN_HOST(25660): PluginManagerExtImpl/loadPlugin(C:\Users\mopar\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-arduino-tools\extension\dist\bundle)
2023-08-24T03:51:19.735Z root INFO [c9af14ff-3e01-4ceb-a3b7-1ee54af6bb33][marus25.cortex-debug]: Started plugin.
2023-08-24T03:51:19.735Z root INFO [c9af14ff-3e01-4ceb-a3b7-1ee54af6bb33][arduino.vscode-arduino-tools]: Started plugin.2023-08-24T03:51:19.737Z root INFO [c9af14ff-3e01-4ceb-a3b7-1ee54af6bb33][vscode.cpp]: Started plugin.
2023-08-24T03:51:19.738Z root INFO [c9af14ff-3e01-4ceb-a3b7-1ee54af6bb33][vscode.json]: Started plugin.
2023-08-24T03:51:19.738Z root INFO [c9af14ff-3e01-4ceb-a3b7-1ee54af6bb33][vscode.json-language-features]: Started plugin.
2023-08-24T03:51:19.738Z root INFO [c9af14ff-3e01-4ceb-a3b7-1ee54af6bb33][ms-ceintl.vscode-language-pack-bg]: Started plugin.
2023-08-24T03:51:19.739Z root INFO [c9af14ff-3e01-4ceb-a3b7-1ee54af6bb33][ms-ceintl.vscode-language-pack-cs]: Started plugin.
2023-08-24T03:51:19.739Z root INFO [c9af14ff-3e01-4ceb-a3b7-1ee54af6bb33][ms-ceintl.vscode-language-pack-de]: Started plugin.
2023-08-24T03:51:19.739Z root INFO [c9af14ff-3e01-4ceb-a3b7-1ee54af6bb33][ms-ceintl.vscode-language-pack-es]: Started plugin.
2023-08-24T03:51:19.739Z root INFO [c9af14ff-3e01-4ceb-a3b7-1ee54af6bb33][ms-ceintl.vscode-language-pack-fr]: Started plugin.
2023-08-24T03:51:19.740Z root INFO [c9af14ff-3e01-4ceb-a3b7-1ee54af6bb33][ms-ceintl.vscode-language-pack-hu]: Started plugin.
2023-08-24T03:51:19.740Z root INFO [c9af14ff-3e01-4ceb-a3b7-1ee54af6bb33][ms-ceintl.vscode-language-pack-it]: Started plugin.
2023-08-24T03:51:19.741Z root INFO [c9af14ff-3e01-4ceb-a3b7-1ee54af6bb33][ms-ceintl.vscode-language-pack-ja]: Started plugin.
2023-08-24T03:51:19.741Z root INFO [c9af14ff-3e01-4ceb-a3b7-1ee54af6bb33][ms-ceintl.vscode-language-pack-ko]: Started plugin.
2023-08-24T03:51:19.741Z root INFO [c9af14ff-3e01-4ceb-a3b7-1ee54af6bb33][ms-ceintl.vscode-language-pack-nl]: Started plugin.
2023-08-24T03:51:19.742Z root INFO [c9af14ff-3e01-4ceb-a3b7-1ee54af6bb33][ms-ceintl.vscode-language-pack-pl]: Started plugin.
2023-08-24T03:51:19.742Z root INFO [c9af14ff-3e01-4ceb-a3b7-1ee54af6bb33][ms-ceintl.vscode-language-pack-pt-br]: Started plugin.
2023-08-24T03:51:19.742Z root INFO [c9af14ff-3e01-4ceb-a3b7-1ee54af6bb33][ms-ceintl.vscode-language-pack-ru]: Started plugin.
2023-08-24T03:51:19.743Z root INFO [c9af14ff-3e01-4ceb-a3b7-1ee54af6bb33][ms-ceintl.vscode-language-pack-tr]: Started plugin.
2023-08-24T03:51:19.743Z root INFO [c9af14ff-3e01-4ceb-a3b7-1ee54af6bb33][ms-ceintl.vscode-language-pack-uk]: Started plugin.
2023-08-24T03:51:19.743Z root INFO [c9af14ff-3e01-4ceb-a3b7-1ee54af6bb33][ms-ceintl.vscode-language-pack-zh-hans]: Started plugin.
2023-08-24T03:51:19.749Z root INFO [hosted-plugin: 25660] PLUGIN_HOST(25660): PluginManagerExtImpl/loadPlugin(C:\Users\mopar\AppData\Local\Programs\Arduino IDE\resources\app\plugins\cortex-debug\extension\dist\extension.js)
2023-08-24T03:51:19.781Z root INFO [hosted-plugin: 25660] Debug configuration provider has been registered: cortex-debug, trigger: 1
2023-08-24T03:51:19.784Z root INFO [hosted-plugin: 25660] GDB server console created
2023-08-24T03:51:19.794Z root INFO [c9af14ff-3e01-4ceb-a3b7-1ee54af6bb33] Start of 21 plugins: 448.6 ms [Finished 3.379 s after frontend start]
2023-08-24T03:51:20.505Z root INFO Replace loading indicator with ready workbench UI (animation): 840.8 ms [Finished 3.766 s after frontend start]
2023-08-24T03:51:20.506Z root INFO Changed application state from 'initialized_layout' to 'ready'.
2023-08-24T03:51:20.506Z root WARN Linked preference "workbench.colorCustomizations" not found. Source: "editor.bracketPairColorization.enabled"
2023-08-24T03:51:20.531Z root INFO Frontend application start: 2395.0 ms [Finished 5.612 s after backend start]
Checking for update
2023-08-24T03:51:20.584Z daemon INFO INFO[0004] Required tool                                 tool="arduino:dfu-util@0.11.0-arduino5"
INFO[0004] Required tool                                 tool="esp32:esptool_py@4.5.1"

2023-08-24T03:51:20.591Z daemon INFO INFO[0004] Required tool                                 tool="esp32:mklittlefs@3.0.0-gnu12-dc7f933"
INFO[0004] Required tool                                 tool="esp32:mkspiffs@0.2.3"
INFO[0004] Required tool                                 tool="esp32:openocd-esp32@v0.11.0-esp32-20221026"
INFO[0004] Required tool                                 tool="esp32:riscv32-esp-elf-gcc@esp-2021r2-patch5-8.4.0"
INFO[0004] Required tool                                 tool="esp32:riscv32-esp-elf-gdb@11.2_20220823"
INFO[0004] Required tool                                 tool="esp32:xtensa-esp-elf-gdb@11.2_20220823"
INFO[0004] Required tool                                 tool="esp32:xtensa-esp32-elf-gcc@esp-2021r2-patch5-8.4.0"
INFO[0004] Required tool                                 tool="esp32:xtensa-esp32s2-elf-gcc@esp-2021r2-patch5-8.4.0"
INFO[0004] Required tool                                 tool="esp32:xtensa-esp32s3-elf-gcc@esp-2021r2-patch5-8.4.0"
INFO[0004] Required tool                                 tool="arduino:dfu-util@0.11.0-arduino5"
INFO[0004] Required tool                                 tool="esp32:esptool_py@4.5.1"
INFO[0004] Required tool                                 tool="esp32:mklittlefs@3.0.0-gnu12-dc7f933"
INFO[0004] Required tool                                 tool="esp32:mkspiffs@0.2.3"
INFO[0004] Required tool                                 tool="esp32:openocd-esp32@v0.11.0-esp32-20221026"
INFO[0004] Required tool                                 tool="esp32:riscv32-esp-elf-gcc@esp-2021r2-patch5-8.4.0"
INFO[0004] Required tool                                 tool="esp32:riscv32-esp-elf-gdb@11.2_20220823"
INFO[0004] Required tool                                 tool="esp32:xtensa-esp-elf-gdb@11.2_20220823"
INFO[0004] Required tool                                 tool="esp32:xtensa-esp32-elf-gcc@esp-2021r2-patch5-8.4.0"
INFO[0004] Required tool                                 tool="esp32:xtensa-esp32s2-elf-gcc@esp-2021r2-patch5-8.4.0"
INFO[0004] Required tool                                 tool="esp32:xtensa-esp32s3-elf-gcc@esp-2021r2-patch5-8.4.0"

2023-08-24T03:51:20.650Z daemon INFO INFO[0004] Required tool                                 tool="arduino:dfu-util@0.11.0-arduino5"
INFO[0004] Required tool                                 tool="esp32:esptool_py@4.5.1"
INFO[0004] Required tool                                 tool="esp32:mklittlefs@3.0.0-gnu12-dc7f933"
INFO[0004] Required tool                                 tool="esp32:mkspiffs@0.2.3"
INFO[0004] Required tool                                 tool="esp32:openocd-esp32@v0.11.0-esp32-20221026"
INFO[0004] Required tool                                 tool="esp32:riscv32-esp-elf-gcc@esp-2021r2-patch5-8.4.0"
INFO[0004] Required tool                                 tool="esp32:riscv32-esp-elf-gdb@11.2_20220823"
INFO[0004] Required tool                                 tool="esp32:xtensa-esp-elf-gdb@11.2_20220823"
INFO[0004] Required tool                                 tool="esp32:xtensa-esp32-elf-gcc@esp-2021r2-patch5-8.4.0"
INFO[0004] Required tool                                 tool="esp32:xtensa-esp32s2-elf-gcc@esp-2021r2-patch5-8.4.0"
INFO[0004] Required tool                                 tool="esp32:xtensa-esp32s3-elf-gcc@esp-2021r2-patch5-8.4.0"

2023-08-24T03:51:20.659Z daemon INFO INFO[0004] Required tool                                 tool="arduino:dfu-util@0.11.0-arduino5"
INFO[0004] Required tool                                 tool="esp32:esptool_py@4.5.1"

2023-08-24T03:51:20.666Z daemon INFO INFO[0004] Required tool                                 tool="esp32:mklittlefs@3.0.0-gnu12-dc7f933"
INFO[0004] Required tool                                 tool="esp32:mkspiffs@0.2.3"
INFO[0004] Required tool                                 tool="esp32:openocd-esp32@v0.11.0-esp32-20221026"
INFO[0004] Required tool                                 tool="esp32:riscv32-esp-elf-gcc@esp-2021r2-patch5-8.4.0"
INFO[0004] Required tool                                 tool="esp32:riscv32-esp-elf-gdb@11.2_20220823"
INFO[0004] Required tool                                 tool="esp32:xtensa-esp-elf-gdb@11.2_20220823"
INFO[0004] Required tool                                 tool="esp32:xtensa-esp32-elf-gcc@esp-2021r2-patch5-8.4.0"
INFO[0004] Required tool                                 tool="esp32:xtensa-esp32s2-elf-gcc@esp-2021r2-patch5-8.4.0"
INFO[0004] Required tool                                 tool="esp32:xtensa-esp32s3-elf-gcc@esp-2021r2-patch5-8.4.0"

2023-08-24T03:51:20.721Z daemon INFO INFO[0004] Required tool                                 tool="arduino:dfu-util@0.11.0-arduino5"
INFO[0004] Required tool                                 tool="esp32:esptool_py@4.5.1"
INFO[0004] Required tool                                 tool="esp32:mklittlefs@3.0.0-gnu12-dc7f933"
INFO[0004] Required tool                                 tool="esp32:mkspiffs@0.2.3"
INFO[0004] Required tool                                 tool="esp32:openocd-esp32@v0.11.0-esp32-20221026"
INFO[0004] Required tool                                 tool="esp32:riscv32-esp-elf-gcc@esp-2021r2-patch5-8.4.0"
INFO[0004] Required tool                                 tool="esp32:riscv32-esp-elf-gdb@11.2_20220823"
INFO[0004] Required tool                                 tool="esp32:xtensa-esp-elf-gdb@11.2_20220823"
INFO[0004] Required tool                                 tool="esp32:xtensa-esp32-elf-gcc@esp-2021r2-patch5-8.4.0"
INFO[0004] Required tool                                 tool="esp32:xtensa-esp32s2-elf-gcc@esp-2021r2-patch5-8.4.0"
INFO[0004] Required tool                                 tool="esp32:xtensa-esp32s3-elf-gcc@esp-2021r2-patch5-8.4.0"
INFO[0004] Required tool                                 tool="arduino:dfu-util@0.11.0-arduino5"
INFO[0004] Required tool                                 tool="esp32:esptool_py@4.5.1"
INFO[0004] Required tool                                 tool="esp32:mklittlefs@3.0.0-gnu12-dc7f933"
INFO[0004] Required tool                                 tool="esp32:mkspiffs@0.2.3"
INFO[0004] Required tool                                 tool="esp32:openocd-esp32@v0.11.0-esp32-20221026"
INFO[0004] Required tool                                 tool="esp32:riscv32-esp-elf-gcc@esp-2021r2-patch5-8.4.0"
INFO[0004] Required tool                                 tool="esp32:riscv32-esp-elf-gdb@11.2_20220823"
INFO[0004] Required tool                                 tool="esp32:xtensa-esp-elf-gdb@11.2_20220823"
INFO[0004] Required tool                                 tool="esp32:xtensa-esp32-elf-gcc@esp-2021r2-patch5-8.4.0"
INFO[0004] Required tool                                 tool="esp32:xtensa-esp32s2-elf-gcc@esp-2021r2-patch5-8.4.0"
INFO[0004] Required tool                                 tool="esp32:xtensa-esp32s3-elf-gcc@esp-2021r2-patch5-8.4.0"

2023-08-24T03:51:20.741Z daemon INFO INFO[0004] Required tool                                 tool="arduino:dfu-util@0.11.0-arduino5"
INFO[0004] Required tool                                 tool="esp32:esptool_py@4.5.1"
INFO[0004] Required tool                                 tool="esp32:mklittlefs@3.0.0-gnu12-dc7f933"
INFO[0004] Required tool                                 tool="esp32:mkspiffs@0.2.3"
INFO[0004] Required tool                                 tool="esp32:openocd-esp32@v0.11.0-esp32-20221026"
INFO[0004] Required tool                                 tool="esp32:riscv32-esp-elf-gcc@esp-2021r2-patch5-8.4.0"
INFO[0004] Required tool                                 tool="esp32:riscv32-esp-elf-gdb@11.2_20220823"
INFO[0004] Required tool                                 tool="esp32:xtensa-esp-elf-gdb@11.2_20220823"
INFO[0004] Required tool                                 tool="esp32:xtensa-esp32-elf-gcc@esp-2021r2-patch5-8.4.0"
INFO[0004] Required tool                                 tool="esp32:xtensa-esp32s2-elf-gcc@esp-2021r2-patch5-8.4.0"
INFO[0004] Required tool                                 tool="esp32:xtensa-esp32s3-elf-gcc@esp-2021r2-patch5-8.4.0"

2023-08-24T03:51:20.927Z root ERROR ---- !!!SLOW!!! DURATION: search took 354.620 ms. Args: [{"type":"Updatable"}] ----
2023-08-24T03:51:21.056Z root INFO Starting language server: esp32:esp32:esp32s3:JTAGAdapter=default,PSRAM=disabled,FlashMode=qio,FlashSize=4M,LoopCore=1,EventsCore=1,USBMode=hwcdc,CDCOnBoot=default,MSCOnBoot=default,DFUOnBoot=default,UploadMode=default,PartitionScheme=default,CPUFreq=240,UploadSpeed=921600,DebugLevel=none,EraseFlash=none
Update for version 2.1.1 is not available (latest version: 2.1.1, downgrade is allowed).
2023-08-24T03:51:21.604Z daemon INFO INFO[0005] Required tool                                 tool="arduino:dfu-util@0.11.0-arduino5"
INFO[0005] Required tool                                 tool="esp32:esptool_py@4.5.1"
INFO[0005] Required tool                                 tool="esp32:mklittlefs@3.0.0-gnu12-dc7f933"
INFO[0005] Required tool                                 tool="esp32:mkspiffs@0.2.3"
INFO[0005] Required tool                                 tool="esp32:openocd-esp32@v0.11.0-esp32-20221026"
INFO[0005] Required tool                                 tool="esp32:riscv32-esp-elf-gcc@esp-2021r2-patch5-8.4.0"
INFO[0005] Required tool                                 tool="esp32:riscv32-esp-elf-gdb@11.2_20220823"
INFO[0005] Required tool                                 tool="esp32:xtensa-esp-elf-gdb@11.2_20220823"
INFO[0005] Required tool                                 tool="esp32:xtensa-esp32-elf-gcc@esp-2021r2-patch5-8.4.0"
INFO[0005] Required tool                                 tool="esp32:xtensa-esp32s2-elf-gcc@esp-2021r2-patch5-8.4.0"
INFO[0005] Required tool                                 tool="esp32:xtensa-esp32s3-elf-gcc@esp-2021r2-patch5-8.4.0"

2023-08-24T03:51:21.614Z daemon INFO INFO[0005] Required tool                                 tool="arduino:dfu-util@0.11.0-arduino5"
INFO[0005] Required tool                                 tool="esp32:esptool_py@4.5.1"
INFO[0005] Required tool                                 tool="esp32:mklittlefs@3.0.0-gnu12-dc7f933"
INFO[0005] Required tool                                 tool="esp32:mkspiffs@0.2.3"
INFO[0005] Required tool                                 tool="esp32:openocd-esp32@v0.11.0-esp32-20221026"
INFO[0005] Required tool                                 tool="esp32:riscv32-esp-elf-gcc@esp-2021r2-patch5-8.4.0"
INFO[0005] Required tool                                 tool="esp32:riscv32-esp-elf-gdb@11.2_20220823"
INFO[0005] Required tool                                 tool="esp32:xtensa-esp-elf-gdb@11.2_20220823"
INFO[0005] Required tool                                 tool="esp32:xtensa-esp32-elf-gcc@esp-2021r2-patch5-8.4.0"
INFO[0005] Required tool                                 tool="esp32:xtensa-esp32s2-elf-gcc@esp-2021r2-patch5-8.4.0"
INFO[0005] Required tool                                 tool="esp32:xtensa-esp32s3-elf-gcc@esp-2021r2-patch5-8.4.0"

2023-08-24T03:51:21.618Z daemon INFO INFO[0005] Required tool                                 tool="arduino:dfu-util@0.11.0-arduino5"
INFO[0005] Required tool                                 tool="esp32:esptool_py@4.5.1"
INFO[0005] Required tool                                 tool="esp32:mklittlefs@3.0.0-gnu12-dc7f933"
INFO[0005] Required tool                                 tool="esp32:mkspiffs@0.2.3"
INFO[0005] Required tool                                 tool="esp32:openocd-esp32@v0.11.0-esp32-20221026"
INFO[0005] Required tool                                 tool="esp32:riscv32-esp-elf-gcc@esp-2021r2-patch5-8.4.0"
INFO[0005] Required tool                                 tool="esp32:riscv32-esp-elf-gdb@11.2_20220823"
INFO[0005] Required tool                                 tool="esp32:xtensa-esp-elf-gdb@11.2_20220823"
INFO[0005] Required tool                                 tool="esp32:xtensa-esp32-elf-gcc@esp-2021r2-patch5-8.4.0"
INFO[0005] Required tool                                 tool="esp32:xtensa-esp32s2-elf-gcc@esp-2021r2-patch5-8.4.0"
INFO[0005] Required tool                                 tool="esp32:xtensa-esp32s3-elf-gcc@esp-2021r2-patch5-8.4.0"
INFO[0005] Adding libraries dir                          dir="C:\\Users\\mopar\\AppData\\Local\\Arduino15\\libraries" location=ide

2023-08-24T03:51:21.618Z daemon INFO INFO[0005] Adding libraries dir                          dir="C:\\Users\\mopar\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware\\esp32\\2.0.11\\libraries" location=platform
INFO[0005] Adding libraries dir                          dir="c:\\Users\\mopar\\OneDrive\\Documents\\Arduino\\libraries" location=user

2023-08-24T03:51:26.097Z daemon INFO INFO[0009] Required tool                                 tool="arduino:dfu-util@0.11.0-arduino5"
INFO[0009] Required tool                                 tool="esp32:esptool_py@4.5.1"
INFO[0009] Required tool                                 tool="esp32:mklittlefs@3.0.0-gnu12-dc7f933"
INFO[0009] Required tool                                 tool="esp32:mkspiffs@0.2.3"
INFO[0009] Required tool                                 tool="esp32:openocd-esp32@v0.11.0-esp32-20221026"
INFO[0009] Required tool                                 tool="esp32:riscv32-esp-elf-gcc@esp-2021r2-patch5-8.4.0"
INFO[0009] Required tool                                 tool="esp32:riscv32-esp-elf-gdb@11.2_20220823"
INFO[0009] Required tool                                 tool="esp32:xtensa-esp-elf-gdb@11.2_20220823"
INFO[0009] Required tool                                 tool="esp32:xtensa-esp32-elf-gcc@esp-2021r2-patch5-8.4.0"
INFO[0009] Required tool                                 tool="esp32:xtensa-esp32s2-elf-gcc@esp-2021r2-patch5-8.4.0"
INFO[0009] Required tool                                 tool="esp32:xtensa-esp32s3-elf-gcc@esp-2021r2-patch5-8.4.0"

2023-08-24T03:51:26.110Z daemon INFO INFO[0009] Required tool                                 tool="arduino:dfu-util@0.11.0-arduino5"

2023-08-24T03:51:26.111Z daemon INFO INFO[0009] Required tool                                 tool="esp32:esptool_py@4.5.1"
INFO[0009] Required tool                                 tool="esp32:mklittlefs@3.0.0-gnu12-dc7f933"
INFO[0009] Required tool                                 tool="esp32:mkspiffs@0.2.3"
INFO[0009] Required tool                                 tool="esp32:openocd-esp32@v0.11.0-esp32-20221026"
INFO[0009] Required tool                                 tool="esp32:riscv32-esp-elf-gcc@esp-2021r2-patch5-8.4.0"
INFO[0009] Required tool                                 tool="esp32:riscv32-esp-elf-gdb@11.2_20220823"
INFO[0009] Required tool                                 tool="esp32:xtensa-esp-elf-gdb@11.2_20220823"
INFO[0009] Required tool                                 tool="esp32:xtensa-esp32-elf-gcc@esp-2021r2-patch5-8.4.0"
INFO[0009] Required tool                                 tool="esp32:xtensa-esp32s2-elf-gcc@esp-2021r2-patch5-8.4.0"
INFO[0009] Required tool                                 tool="esp32:xtensa-esp32s3-elf-gcc@esp-2021r2-patch5-8.4.0"

2023-08-24T03:51:26.115Z daemon INFO INFO[0009] Required tool                                 tool="arduino:dfu-util@0.11.0-arduino5"
INFO[0009] Required tool                                 tool="esp32:esptool_py@4.5.1"
INFO[0009] Required tool                                 tool="esp32:mklittlefs@3.0.0-gnu12-dc7f933"
INFO[0009] Required tool                                 tool="esp32:mkspiffs@0.2.3"
INFO[0009] Required tool                                 tool="esp32:openocd-esp32@v0.11.0-esp32-20221026"
INFO[0009] Required tool                                 tool="esp32:riscv32-esp-elf-gcc@esp-2021r2-patch5-8.4.0"
INFO[0009] Required tool                                 tool="esp32:riscv32-esp-elf-gdb@11.2_20220823"
INFO[0009] Required tool                                 tool="esp32:xtensa-esp-elf-gdb@11.2_20220823"
INFO[0009] Required tool                                 tool="esp32:xtensa-esp32-elf-gcc@esp-2021r2-patch5-8.4.0"
INFO[0009] Required tool                                 tool="esp32:xtensa-esp32s2-elf-gcc@esp-2021r2-patch5-8.4.0"
INFO[0009] Required tool                                 tool="esp32:xtensa-esp32s3-elf-gcc@esp-2021r2-patch5-8.4.0"

Everything looks good in the logs.

Please provide a detailed description of what you mean by "set the port".

Do you have an Arduino board connected to your computer?

This was my biggest problem when I started using Arduino. It was eventually fixed by changing the micro USB cable out with several others I found in my desk to find one that works. Since then, I have found online how to fix some of the non-working cables. Also some times you may have to restart the computer to get the USB ports to work again.

When I use the drop down for selecting a board, a dialog box opens with available board selections and com ports. On my other laptop, I had to select (highlight) the com port for it to connect. The dialog box on my new laptop says "no port discovered".
However I have figured out what my issue was. I forgot to install the CP2102 USB to UART driver. After installing the driver and rebooting, the com port is discovered and I'm able to download. Thanks for the help.

I'm glad it is working now. Thanks for taking the time to post an update with your solution!

Regards,
Per

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.