Greyed port - is there a definitive solution

I've searched this forum and the Web for days now. I'm running Windows 10
I've tried many different boards from Uno to ESP32, with different cables. They all work on version 1.8 and in the Device Manager a com port is showing. My, several, ESP32s all use the CP210x chip.
At some point it was working as I remember the better feature with version 2.1.1
I read it might be the serial communication program not loading when installing the IDE. I've re-installed with the firewall disabled. No change. Is it possible to load this interface separately?

Hi @barrold. I'm going to ask you to post some additional information that might help us to identify the problem.

Please do this:

  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. Switch back to the PowerShell window.
  10. Right click on the title bar of the PowerShell window.
    This will open a context menu.
  11. Select Edit > Select All from the context menu.
    This will select all the text in the PowerShell window.
  12. Press Ctrl+C.
    This will copy the contents of the PowerShell window to the clipboard.
  13. Open a forum reply here by clicking the Reply button.
  14. 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
  15. Press Ctrl+V.
    This will paste the output into the code block.
  16. Move the cursor outside of the code block markup before you add any additional text to your reply.
  17. 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:\Program Files\Arduino IDE> & ".\Arduino IDE"
PS C:\Program Files\Arduino IDE>
Arduino IDE 2.1.1
Starting backend process. PID: 27196
Using browser-only version of superagent in non-browser environment
Configuration directory URI: 'file:///c%3A/Users/john/.theia'
Configuring to accept webviews on '^.+\.webview\..+$' hostname.
2023-08-04T07:58:34.999Z root INFO Backend Object.initialize: 4.4 ms [Finished 2.542 s after backend start]
2023-08-04T07:58:34.999Z root INFO Backend Object.configure: 3.5 ms [Finished 2.542 s after backend start]
2023-08-04T07:58:35.000Z root INFO Backend MessagingContribution.onStart: 1.6 ms [Finished 2.542 s after backend start]
2023-08-04T07:58:35.001Z root INFO Backend OSBackendApplicationContribution.configure: 0.4 ms [Finished 2.592 s after backend start]
2023-08-04T07:58:35.002Z root INFO Backend DefaultWorkspaceServer.onStart: 0.4 ms [Finished 2.592 s after backend start]
2023-08-04T07:58:35.003Z root INFO Backend PluginLocalizationBackendContribution.configure: 0.1 ms [Finished 2.592 s after backend start]
2023-08-04T07:58:35.004Z root WARN Backend PluginLocalizationBackendContribution.initialize took longer than the expected maximum 50 milliseconds: 50.0 ms [Finished 2.592 s after backend start]
2023-08-04T07:58:35.004Z root INFO Backend TaskBackendApplicationContribution.onStart: 0.3 ms [Finished 2.592 s after backend start]
2023-08-04T07:58:35.005Z root INFO Backend ElectronTokenBackendContribution.configure: 1.3 ms [Finished 2.594 s after backend start]
2023-08-04T07:58:35.005Z config INFO >>> Initializing CLI configuration...
2023-08-04T07:58:35.005Z root INFO Backend PluginDeployerContribution.initialize: 0.7 ms [Finished 2.594 s after backend start]
2023-08-04T07:58:35.006Z root INFO Backend ConfigServiceImpl.onStart: 1.1 ms [Finished 2.595 s after backend start]
2023-08-04T07:58:35.007Z config INFO Loading CLI configuration from c:\Users\john\.arduinoIDE\arduino-cli.yaml...
2023-08-04T07:58:35.007Z root INFO Backend WebviewBackendSecurityWarnings.initialize: 0.4 ms [Finished 2.596 s after backend start]
2023-08-04T07:58:35.007Z root INFO Backend ArduinoDaemonImpl.onStart: 1.2 ms [Finished 2.597 s after backend start]
2023-08-04T07:58:35.008Z root INFO Backend NodeFileUploadService.configure: 2.4 ms [Finished 2.597 s after backend start]
2023-08-04T07:58:35.008Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-08-04T07:58:35.008Z discovery-log INFO start
2023-08-04T07:58:35.008Z discovery-log INFO start new deferred
2023-08-04T07:58:35.008Z root INFO Backend HostedPluginLocalizationService.initialize: 0.4 ms [Finished 2.598 s after backend start]
2023-08-04T07:58:35.008Z root INFO Backend BoardDiscovery.onStart: 1.1 ms [Finished 2.599 s after backend start]
2023-08-04T07:58:35.008Z root INFO Backend FileDownloadEndpoint.configure: 0.9 ms [Finished 2.599 s after backend start]
2023-08-04T07:58:35.009Z root INFO Backend AuthenticationServiceImpl.onStart: 0.4 ms [Finished 2.601 s after backend start]
2023-08-04T07:58:35.009Z root INFO Backend PluginApiContribution.configure: 0.5 ms [Finished 2.601 s after backend start]
2023-08-04T07:58:35.010Z root INFO Backend HostedPluginReader.configure: 0.4 ms [Finished 2.602 s after backend start]
2023-08-04T07:58:35.010Z root INFO Backend HostedPluginReader.configure: 0.1 ms [Finished 2.602 s after backend start]
2023-08-04T07:58:35.010Z root INFO Backend PlotterBackendContribution.configure: 1.6 ms [Finished 2.604 s after backend start]
2023-08-04T07:58:35.015Z root INFO Theia app listening on http://localhost:61962.
2023-08-04T07:58:35.015Z root INFO Finished starting backend application: 7.3 ms [Finished 2.608 s after backend start]
2023-08-04T07:58:35.017Z root WARN The local plugin referenced by local-dir:/c%3A/Users/john/.arduinoIDE/plugins does not exist.
2023-08-04T07:58:35.017Z root WARN The local plugin referenced by local-dir:/c%3A/Users/john/.arduinoIDE/extensions does not exist.
2023-08-04T07:58:35.018Z root WARN The local plugin referenced by local-dir:C:\Users\john\.arduinoIDE\plugins does not exist.
Restoring workspace roots: c:\arduino\projects\tft_dice_touch_v30
isTempSketch: false. Input was c:\arduino\projects\tft_dice_touch_v30\tft_dice_touch_v30.ino
2023-08-04T07:58:35.066Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-04T07:58:35.067Z root INFO Resolved "cortex-debug" to a VS Code extension "cortex-debug@1.5.1" with engines:
2023-08-04T07:58:35.070Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-04T07:58:35.072Z root INFO Resolved "vscode-arduino-tools" to a VS Code extension "vscode-arduino-tools@0.0.2-beta.8" with engines:
2023-08-04T07:58:35.074Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-04T07:58:35.075Z root INFO Resolved "vscode-builtin-cpp" to a VS Code extension "cpp@1.52.1" with engines:
2023-08-04T07:58:35.077Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-04T07:58:35.077Z root INFO Resolved "vscode-builtin-json" to a VS Code extension "json@1.46.1" with engines:
2023-08-04T07:58:35.078Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-04T07:58:35.078Z root INFO Resolved "vscode-builtin-json-language-features" to a VS Code extension "json-language-features@1.46.1" with engines:
2023-08-04T07:58:35.080Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-04T07:58:35.082Z root INFO Resolved "vscode-language-pack-bg" to a VS Code extension "vscode-language-pack-bg@1.48.3" with engines:
2023-08-04T07:58:35.083Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-04T07:58:35.084Z root INFO Resolved "vscode-language-pack-cs" to a VS Code extension "vscode-language-pack-cs@1.53.2" with engines:
2023-08-04T07:58:35.085Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-04T07:58:35.085Z root INFO Resolved "vscode-language-pack-de" to a VS Code extension "vscode-language-pack-de@1.53.2" with engines:
2023-08-04T07:58:35.086Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-04T07:58:35.087Z root INFO Resolved "vscode-language-pack-es" to a VS Code extension "vscode-language-pack-es@1.53.2" with engines:
2023-08-04T07:58:35.087Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-04T07:58:35.088Z root INFO Resolved "vscode-language-pack-fr" to a VS Code extension "vscode-language-pack-fr@1.53.2" with engines:
2023-08-04T07:58:35.089Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-04T07:58:35.090Z root INFO Resolved "vscode-language-pack-hu" to a VS Code extension "vscode-language-pack-hu@1.48.3" with engines:
2023-08-04T07:58:35.091Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-04T07:58:35.091Z root INFO Resolved "vscode-language-pack-it" to a VS Code extension "vscode-language-pack-it@1.53.2" with engines:
2023-08-04T07:58:35.092Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-04T07:58:35.093Z root INFO Resolved "vscode-language-pack-ja" to a VS Code extension "vscode-language-pack-ja@1.53.2" with engines:
2023-08-04T07:58:35.093Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-04T07:58:35.094Z root INFO Resolved "vscode-language-pack-ko" to a VS Code extension "vscode-language-pack-ko@1.53.2" with engines:
2023-08-04T07:58:35.094Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-04T07:58:35.095Z root INFO Resolved "vscode-language-pack-nl" to a VS Code extension "vscode-language-pack-nl@1.48.3" with engines:
2023-08-04T07:58:35.095Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-04T07:58:35.099Z root INFO Resolved "vscode-language-pack-pl" to a VS Code extension "vscode-language-pack-pl@1.53.2" with engines:
2023-08-04T07:58:35.099Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-04T07:58:35.099Z 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-04T07:58:35.100Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-04T07:58:35.100Z root INFO Resolved "vscode-language-pack-ru" to a VS Code extension "vscode-language-pack-ru@1.53.2" with engines:
2023-08-04T07:58:35.101Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-04T07:58:35.101Z root INFO Resolved "vscode-language-pack-tr" to a VS Code extension "vscode-language-pack-tr@1.53.2" with engines:
2023-08-04T07:58:35.102Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-04T07:58:35.102Z root INFO Resolved "vscode-language-pack-uk" to a VS Code extension "vscode-language-pack-uk@1.48.3" with engines:
2023-08-04T07:58:35.103Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-04T07:58:35.103Z 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-04T07:58:35.110Z 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\\john\\AppData\\Local\\Arduino15\\libraries"},"data":"c:\\Users\\john\\AppData\\Local\\Arduino15","downloads":"C:\\Users\\john\\AppData\\Local\\Arduino15\\staging","user":"c:\\arduino\\projects"},"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-04T07:58:35.110Z config INFO 'directories.data' and 'directories.user' are set in the CLI configuration model.
2023-08-04T07:58:35.110Z config INFO Loaded the CLI configuration.
2023-08-04T07:58:35.125Z config INFO Mapped the CLI configuration: {"dataDirUri":"file:///c%3A/Users/john/AppData/Local/Arduino15","sketchDirUri":"file:///c%3A/arduino/projects","additionalUrls":["https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json"],"network":"none","locale":"en"}
2023-08-04T07:58:35.126Z config INFO Validating the CLI configuration...
2023-08-04T07:58:35.128Z config INFO The CLI config is valid.
2023-08-04T07:58:35.130Z config INFO <<< Initialized the CLI configuration.
2023-08-04T07:58:35.155Z root INFO Resolve plugins list: 148.1 ms [Finished 2.748 s after backend start]
2023-08-04T07:58:35.162Z root INFO Deployed backend plugin "marus25.cortex-debug@1.5.1" from "C:\Program Files\Arduino IDE\resources\app\plugins\cortex-debug\extension\dist\extension.js": 7.0 ms [Finished 2.755 s after backend start]
2023-08-04T07:58:35.167Z root INFO Deployed backend plugin "arduino.vscode-arduino-tools@0.0.2-beta.8" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-arduino-tools\extension\dist\bundle": 5.0 ms [Finished 2.760 s after backend start]
2023-08-04T07:58:35.180Z root INFO Deployed backend plugin "vscode.cpp@1.52.1" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-builtin-cpp\extension": 13.1 ms [Finished 2.774 s after backend start]
2023-08-04T07:58:35.183Z root INFO Deployed backend plugin "vscode.json@1.46.1" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-builtin-json\extension": 3.2 ms [Finished 2.777 s after backend start]
2023-08-04T07:58:35.184Z root INFO Deployed backend plugin "vscode.json-language-features@1.46.1" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-builtin-json-language-features\extension\client\dist\jsonMain": 0.7 ms [Finished 2.778 s after backend start]
[15912:0804/085835.251:ERROR:command_buffer_proxy_impl.cc(125)] ContextResult::kTransientFailure: Failed to send GpuControl.CreateCommandBuffer.
2023-08-04T07:58:35.297Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-bg@1.48.3" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-bg\extension": 112.3 ms [Finished 2.890 s after backend start]
2023-08-04T07:58:35.321Z daemon INFO INFO[0000] Using config file: c:\Users\john\.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:61963
{"IP":"127.0.0.1","Port":"61963"}


2023-08-04T07:58:35.322Z daemon INFO Daemon is running.
2023-08-04T07:58:35.472Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-cs@1.53.2" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-cs\extension": 175.2 ms [Finished 3.065 s after backend start]
2023-08-04T07:58:35.644Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-de@1.53.2" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-de\extension": 172.1 ms [Finished 3.237 s after backend start]
2023-08-04T07:58:35.644Z daemon INFO INFO[0000] Loading hardware from: c:\Users\john\AppData\Local\Arduino15\packages
INFO[0000] Loading package arduino from: C:\Users\john\AppData\Local\Arduino15\packages\arduino\hardware
INFO[0000] Checking signature                            error="opening signature file: open C:\\Users\\john\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\installed.json.sig: The system cannot find the file specified." index="C:\\Users\\john\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\installed.json" signatureFile="C:\\Users\\john\\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 signature                            error="opening signature file: open C:\\Users\\john\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\installed.json.sig: The system cannot find the file specified." index="C:\\Users\\john\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\installed.json" signatureFile="C:\\Users\\john\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\installed.json.sig"
INFO[0000] Adding monitor tool                           protocol=serial tool="builtin:serial-monitor"
INFO[0000] Loaded platform                               platform="arduino:megaavr@1.8.8"
INFO[0000] Checking signature                            error="opening signature file: open C:\\Users\\john\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\samd\\1.8.13\\installed.json.sig: The system cannot find the file specified." index="C:\\Users\\john\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\samd\\1.8.13\\installed.json" signatureFile="C:\\Users\\john\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\samd\\1.8.13\\installed.json.sig"
INFO[0000] Adding monitor tool                           protocol=serial tool="builtin:serial-monitor"
INFO[0000] Loaded platform                               platform="arduino:samd@1.8.13"
INFO[0000] Checking existence of 'tools' path: C:\Users\john\AppData\Local\Arduino15\packages\arduino\tools
INFO[0000] Loading tools from dir: C:\Users\john\AppData\Local\Arduino15\packages\arduino\tools
INFO[0000] Loaded tool                                   tool="arduino:CMSIS@4.5.0"
INFO[0000] Loaded tool                                   tool="arduino:CMSIS-Atmel@1.2.0"
INFO[0000] Loaded tool                                   tool="arduino:arduinoOTA@1.2.1"
INFO[0000] Loaded tool                                   tool="arduino:arduinoOTA@1.3.0"
INFO[0000] Loaded tool                                   tool="arduino:arm-none-eabi-gcc@7-2017q4"
INFO[0000] Loaded tool                                   tool="arduino:avr-gcc@7.3.0-atmel3.6.1-arduino5"
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:bossac@1.7.0-arduino3"
INFO[0000] Loaded tool                                   tool="arduino:dfu-util@0.11.0-arduino5"
INFO[0000] Loaded tool                                   tool="arduino:openocd@0.10.0-arduino7"
INFO[0000] Loading package builtin from: C:\Users\john\AppData\Local\Arduino15\packages\builtin
INFO[0000] Checking existence of 'tools' path: C:\Users\john\AppData\Local\Arduino15\packages\builtin\tools
INFO[0000] Loading tools from dir: C:\Users\john\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.6"
INFO[0000] Loaded tool                                   tool="builtin:mdns-discovery@1.0.8"
INFO[0000] Loaded tool                                   tool="builtin:mdns-discovery@1.0.9"
INFO[0000] Loaded tool                                   tool="builtin:serial-discovery@1.3.3"
INFO[0000] Loaded tool                                   tool="builtin:serial-discovery@1.3.5"
INFO[0000] Loaded tool                                   tool="builtin:serial-discovery@1.4.0"
INFO[0000] Loaded tool                                   tool="builtin:serial-monitor@0.12.0"
INFO[0000] Loaded tool                                   tool="builtin:serial-monitor@0.13.0"
INFO[0000] Loading package esp32 from: C:\Users\john\AppData\Local\Arduino15\packages\esp32\hardware
INFO[0000] Checking signature                            error="opening signature file: open C:\\Users\\john\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware\\esp32\\2.0.11\\installed.json.sig: The system cannot find the file specified." index="C:\\Users\\john\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware\\esp32\\2.0.11\\installed.json" signatureFile="C:\\Users\\john\\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\john\AppData\Local\Arduino15\packages\esp32\tools
INFO[0000] Loading tools from dir: C:\Users\john\AppData\Local\Arduino15\packages\esp32\tools
INFO[0000] Loaded tool                                   tool="esp32:esptool_py@3.0.0"
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@1.22.0-97-gc752ad5-5.2.0"
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\\john\\AppData\\Local\\Arduino15\\package_index.json" signatureFile="c:\\Users\\john\\AppData\\Local\\Arduino15\\package_index.json.sig" trusted=true

2023-08-04T07:58:35.648Z daemon INFO INFO[0000] Checking signature                            error="opening signature file: open c:\\Users\\john\\AppData\\Local\\Arduino15\\package_esp32_index.json.sig: The system cannot find the file specified." index="c:\\Users\\john\\AppData\\Local\\Arduino15\\package_esp32_index.json" signatureFile="c:\\Users\\john\\AppData\\Local\\Arduino15\\package_esp32_index.json.sig"

2023-08-04T07:58:35.786Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-es@1.53.2" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-es\extension": 142.3 ms [Finished 3.380 s after backend start]
2023-08-04T07:58:35.787Z daemon INFO INFO[0000] Adding libraries dir                          dir="C:\\Users\\john\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\libraries" location=platform
INFO[0000] Adding libraries dir                          dir="C:\\Users\\john\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\libraries" location=platform
INFO[0000] Adding libraries dir                          dir="C:\\Users\\john\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\samd\\1.8.13\\libraries" location=platform
INFO[0000] Adding libraries dir                          dir="C:\\Users\\john\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware\\esp32\\2.0.11\\libraries" location=platform
INFO[0000] Loading libraries index file                  index="c:\\Users\\john\\AppData\\Local\\Arduino15\\library_index.json"

2023-08-04T07:58:35.885Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-fr@1.53.2" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-fr\extension": 98.4 ms [Finished 3.478 s after backend start]
2023-08-04T07:58:35.955Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-hu@1.48.3" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-hu\extension": 69.8 ms [Finished 3.548 s after backend start]
2023-08-04T07:58:35.955Z daemon INFO INFO[0000] Adding libraries dir                          dir="C:\\Users\\john\\AppData\\Local\\Arduino15\\libraries" location=ide
INFO[0000] Adding libraries dir                          dir="c:\\arduino\\projects\\libraries" location=user

2023-08-04T07:58:36.052Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-it@1.53.2" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-it\extension": 97.0 ms [Finished 3.645 s after backend start]
2023-08-04T07:58:36.166Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-ja@1.53.2" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-ja\extension": 113.8 ms [Finished 3.759 s after backend start]
2023-08-04T07:58:36.277Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-ko@1.53.2" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-ko\extension": 111.1 ms [Finished 3.870 s after backend start]
2023-08-04T07:58:36.320Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-nl@1.48.3" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-nl\extension": 43.7 ms [Finished 3.914 s after backend start]
2023-08-04T07:58:36.429Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-pl@1.53.2" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-pl\extension": 108.4 ms [Finished 4.022 s after backend start]
2023-08-04T07:58:36.532Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-pt-br@1.53.2" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-pt-BR\extension": 103.2 ms [Finished 4.125 s after backend start]
2023-08-04T07:58:36.646Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-ru@1.53.2" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-ru\extension": 114.3 ms [Finished 4.240 s after backend start]
2023-08-04T07:58:36.746Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-tr@1.53.2" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-tr\extension": 99.5 ms [Finished 4.339 s after backend start]
2023-08-04T07:58:36.815Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-uk@1.48.3" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-uk\extension": 68.6 ms [Finished 4.408 s after backend start]
Opening channel for service path '/services/electron-window-ext'.
Opening channel for service path '/services/electron-window'.
2023-08-04T07:58:36.931Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-zh-hans@1.53.2" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-zh-hans\extension": 116.4 ms [Finished 4.524 s after backend start]
2023-08-04T07:58:36.932Z root INFO Deploy plugins list: 148.1 ms [Finished 4.525 s after backend start]
Opening channel for service path '/services/ide-updater'.
2023-08-04T07:58:38.409Z root WARN Frontend a.configure took longer than the expected maximum 100 milliseconds: 250.6 ms [Finished 3.296 s after frontend start]
2023-08-04T07:58:41.101Z discovery-log INFO start request start watch
2023-08-04T07:58:41.101Z discovery-log INFO start requested start watch
2023-08-04T07:58:41.102Z discovery-log INFO start resolved watching
2023-08-04T07:58:41.103Z daemon INFO INFO[0005] starting discovery builtin:dfu-discovery process

2023-08-04T07:58:41.104Z daemon INFO INFO[0005] starting discovery builtin:mdns-discovery process
INFO[0005] starting discovery builtin:serial-discovery process

2023-08-04T07:58:41.106Z daemon INFO ERRO[0005] Discovery builtin:mdns-discovery failed to run: discovery builtin:mdns-discovery process not started: fork/exec C:\Users\john\AppData\Local\Arduino15\packages\builtin\tools\mdns-discovery\1.0.9\mdns-discovery.exe: %1 is not a valid Win32 application.

2023-08-04T07:58:41.107Z daemon INFO ERRO[0005] Discovery builtin:serial-discovery failed to run: discovery builtin:serial-discovery process not started: fork/exec C:\Users\john\AppData\Local\Arduino15\packages\builtin\tools\serial-discovery\1.4.0\serial-discovery.exe: %1 is not a valid Win32 application.

2023-08-04T07:58:41.108Z daemon INFO INFO[0005] started discovery builtin:dfu-discovery process

2023-08-04T07:58:41.109Z daemon INFO INFO[0005] sending command HELLO 1 "arduino-cli 0.32.3" to discovery builtin:dfu-discovery

2023-08-04T07:58:41.111Z 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:\arduino\projects\tft_dice_touch_v30\tft_dice_touch_v30.ino>, response: <c:\arduino\projects\tft_dice_touch_v30>.
2023-08-04T07:58:41.134Z root WARN Frontend c.onStart took longer than the expected maximum 100 milliseconds: 2637.5 ms [Finished 6.058 s after frontend start]
2023-08-04T07:58:41.156Z daemon INFO INFO[0005] from discovery builtin:dfu-discovery received message type: hello, message: OK, protocol version: 1
INFO[0005] sending command START_SYNC to discovery builtin:dfu-discovery
INFO[0005] from discovery builtin:dfu-discovery received message type: start_sync, message: OK

2023-08-04T07:58:41.207Z root INFO Start frontend contributions: 4237.5 ms [Finished 6.066 s after frontend start]
2023-08-04T07:58:41.209Z root INFO Changed application state from 'init' to 'started_contributions'.
2023-08-04T07:58:41.227Z root INFO Changed application state from 'started_contributions' to 'attached_shell'.
2023-08-04T07:58:41.228Z root INFO >>> Restoring the layout state...
2023-08-04T07:58:41.231Z root INFO ------- SERIALIZED LAYOUT DATA -------
2023-08-04T07:58:41.232Z root INFO {"version":5,"mainPanel":{"main":{"type":"tab-area","widgets":[{"constructionOptions":{"factoryId":"code-editor-opener","options":{"counter":0,"kind":"navigatable","uri":"file:///c%3A/arduino/projects/tft_dice_touch_v30/tft_dice_touch_v30.ino"}},"innerWidgetState":"{\"cursorState\":[{\"inSelectionMode\":false,\"selectionStart\":{\"lineNumber\":1,\"column\":1},\"position\":{\"lineNumber\":1,\"column\":1}}],\"viewState\":{\"scrollLeft\":0,\"firstPosition\":{\"lineNumber\":1,\"column\":1},\"firstPositionDeltaTop\":0},\"contributionsState\":{\"editor.contrib.folding\":{\"lineCount\":1,\"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}"}],"currentIndex":0}},"pinned":[false],"size":259,"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}],"size":268},"rightPanel":{"type":"sidepanel","items":[]}}
2023-08-04T07:58:41.233Z root INFO ------- END SERIALIZED LAYOUT DATA -------
2023-08-04T07:58:41.260Z root INFO [7cbe9af1-e526-4bfb-869b-ac7b30df40cd] Waiting for backend deployment: 126.4 ms [Finished 6.186 s after frontend start]
2023-08-04T07:58:41.799Z root INFO [hosted-plugin: 25060] PLUGIN_HOST(25060) starting instance
2023-08-04T07:58:42.142Z root INFO [7cbe9af1-e526-4bfb-869b-ac7b30df40cd] Sync of 21 plugins: 883.6 ms [Finished 7.070 s after frontend start]
2023-08-04T07:58:42.466Z root INFO <<< The layout has been successfully restored.
2023-08-04T07:58:42.575Z root INFO Initialize the workbench layout: 1251.2 ms [Finished 7.395 s after frontend start]
2023-08-04T07:58:42.579Z root INFO Changed application state from 'attached_shell' to 'initialized_layout'.
2023-08-04T07:58:42.580Z root INFO [7cbe9af1-e526-4bfb-869b-ac7b30df40cd][marus25.cortex-debug]: Loaded contributions.
2023-08-04T07:58:42.580Z root INFO [7cbe9af1-e526-4bfb-869b-ac7b30df40cd][arduino.vscode-arduino-tools]: Loaded contributions.
2023-08-04T07:58:42.582Z root INFO [7cbe9af1-e526-4bfb-869b-ac7b30df40cd][vscode.cpp]: Loaded contributions.
2023-08-04T07:58:42.582Z root INFO [7cbe9af1-e526-4bfb-869b-ac7b30df40cd][vscode.json]: Loaded contributions.
2023-08-04T07:58:42.583Z root INFO [7cbe9af1-e526-4bfb-869b-ac7b30df40cd][vscode.json-language-features]: Loaded contributions.
2023-08-04T07:58:42.583Z root INFO [7cbe9af1-e526-4bfb-869b-ac7b30df40cd][ms-ceintl.vscode-language-pack-bg]: Loaded contributions.
2023-08-04T07:58:42.584Z root INFO [7cbe9af1-e526-4bfb-869b-ac7b30df40cd][ms-ceintl.vscode-language-pack-cs]: Loaded contributions.
2023-08-04T07:58:42.584Z root INFO [7cbe9af1-e526-4bfb-869b-ac7b30df40cd][ms-ceintl.vscode-language-pack-de]: Loaded contributions.
2023-08-04T07:58:42.584Z root INFO [7cbe9af1-e526-4bfb-869b-ac7b30df40cd][ms-ceintl.vscode-language-pack-es]: Loaded contributions.
2023-08-04T07:58:42.585Z root INFO [7cbe9af1-e526-4bfb-869b-ac7b30df40cd][ms-ceintl.vscode-language-pack-fr]: Loaded contributions.
2023-08-04T07:58:42.585Z root INFO [7cbe9af1-e526-4bfb-869b-ac7b30df40cd][ms-ceintl.vscode-language-pack-hu]: Loaded contributions.
2023-08-04T07:58:42.586Z root INFO [7cbe9af1-e526-4bfb-869b-ac7b30df40cd][ms-ceintl.vscode-language-pack-it]: Loaded contributions.
2023-08-04T07:58:42.586Z root INFO [7cbe9af1-e526-4bfb-869b-ac7b30df40cd][ms-ceintl.vscode-language-pack-ja]: Loaded contributions.
2023-08-04T07:58:42.587Z root INFO [7cbe9af1-e526-4bfb-869b-ac7b30df40cd][ms-ceintl.vscode-language-pack-ko]: Loaded contributions.
2023-08-04T07:58:42.588Z root INFO [7cbe9af1-e526-4bfb-869b-ac7b30df40cd][ms-ceintl.vscode-language-pack-nl]: Loaded contributions.
2023-08-04T07:58:42.588Z root INFO [7cbe9af1-e526-4bfb-869b-ac7b30df40cd][ms-ceintl.vscode-language-pack-pl]: Loaded contributions.
2023-08-04T07:58:42.588Z root INFO [7cbe9af1-e526-4bfb-869b-ac7b30df40cd][ms-ceintl.vscode-language-pack-pt-br]: Loaded contributions.
2023-08-04T07:58:42.593Z root INFO [7cbe9af1-e526-4bfb-869b-ac7b30df40cd][ms-ceintl.vscode-language-pack-ru]: Loaded contributions.
2023-08-04T07:58:42.593Z root INFO [7cbe9af1-e526-4bfb-869b-ac7b30df40cd][ms-ceintl.vscode-language-pack-tr]: Loaded contributions.
2023-08-04T07:58:42.593Z root INFO [7cbe9af1-e526-4bfb-869b-ac7b30df40cd][ms-ceintl.vscode-language-pack-uk]: Loaded contributions.
2023-08-04T07:58:42.594Z root INFO [7cbe9af1-e526-4bfb-869b-ac7b30df40cd][ms-ceintl.vscode-language-pack-zh-hans]: Loaded contributions.
2023-08-04T07:58:42.594Z root INFO [7cbe9af1-e526-4bfb-869b-ac7b30df40cd] Load contributions of 21 plugins: 106.7 ms [Finished 7.502 s after frontend start]
2023-08-04T07:58:42.665Z root WARN 'cpp' language is remapped from 'source.cpp.embedded.macro' to 'source.cpp' scope
2023-08-04T07:58:42.665Z root WARN a registered grammar configuration for 'cpp' language is overridden
2023-08-04T07:58:42.947Z root INFO [hosted-plugin: 25060] PLUGIN_HOST(25060): PluginManagerExtImpl/init()
2023-08-04T07:58:42.950Z root INFO [hosted-plugin: 25060] PLUGIN_HOST(25060): initializing(cortex-debug@1.5.1 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-08-04T07:58:42.961Z root INFO [hosted-plugin: 25060] Debugger contribution has been registered: cortex-debug
2023-08-04T07:58:42.963Z root INFO [hosted-plugin: 25060] PLUGIN_HOST(25060): initializing(vscode-arduino-tools@0.0.2-beta.8 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-08-04T07:58:42.964Z root INFO [hosted-plugin: 25060] PLUGIN_HOST(25060): initializing(cpp@1.52.1 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-08-04T07:58:42.965Z root INFO [hosted-plugin: 25060] PLUGIN_HOST(25060): initializing(json@1.46.1 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-08-04T07:58:42.966Z root INFO [hosted-plugin: 25060] PLUGIN_HOST(25060): initializing(json-language-features@1.46.1 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-08-04T07:58:42.968Z root INFO [hosted-plugin: 25060] PLUGIN_HOST(25060): initializing(vscode-language-pack-bg@1.48.3 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-08-04T07:58:42.969Z root INFO [hosted-plugin: 25060] PLUGIN_HOST(25060): initializing(vscode-language-pack-cs@1.53.2 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-08-04T07:58:42.970Z root INFO [hosted-plugin: 25060] PLUGIN_HOST(25060): initializing(vscode-language-pack-de@1.53.2 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-08-04T07:58:42.971Z root INFO [hosted-plugin: 25060] PLUGIN_HOST(25060): initializing(vscode-language-pack-es@1.53.2 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-08-04T07:58:42.973Z root INFO [hosted-plugin: 25060] PLUGIN_HOST(25060): initializing(vscode-language-pack-fr@1.53.2 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-08-04T07:58:42.976Z root INFO [hosted-plugin: 25060] PLUGIN_HOST(25060): initializing(vscode-language-pack-hu@1.48.3 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-08-04T07:58:42.976Z root INFO [hosted-plugin: 25060] PLUGIN_HOST(25060): initializing(vscode-language-pack-it@1.53.2 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-08-04T07:58:42.977Z root INFO [hosted-plugin: 25060] PLUGIN_HOST(25060): initializing(vscode-language-pack-ja@1.53.2 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-08-04T07:58:42.978Z root INFO [hosted-plugin: 25060] PLUGIN_HOST(25060): initializing(vscode-language-pack-ko@1.53.2 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-08-04T07:58:42.979Z root INFO [hosted-plugin: 25060] PLUGIN_HOST(25060): initializing(vscode-language-pack-nl@1.48.3 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-08-04T07:58:42.979Z root INFO [hosted-plugin: 25060] PLUGIN_HOST(25060): initializing(vscode-language-pack-pl@1.53.2 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-08-04T07:58:42.980Z root INFO [hosted-plugin: 25060] PLUGIN_HOST(25060): initializing(vscode-language-pack-pt-BR@1.53.2 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-08-04T07:58:42.981Z root INFO [hosted-plugin: 25060] PLUGIN_HOST(25060): initializing(vscode-language-pack-ru@1.53.2 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-08-04T07:58:42.981Z root INFO [hosted-plugin: 25060] PLUGIN_HOST(25060): initializing(vscode-language-pack-tr@1.53.2 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-08-04T07:58:42.982Z root INFO [hosted-plugin: 25060] PLUGIN_HOST(25060): initializing(vscode-language-pack-uk@1.48.3 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-08-04T07:58:42.983Z root INFO [hosted-plugin: 25060] PLUGIN_HOST(25060): initializing(vscode-language-pack-zh-hans@1.53.2 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-08-04T07:58:42.986Z root INFO [hosted-plugin: 25060] PLUGIN_HOST(25060): PluginManagerExtImpl/loadPlugin(C:\Program Files\Arduino IDE\resources\app\plugins\vscode-builtin-json-language-features\extension\client\dist\jsonMain)
2023-08-04T07:58:43.057Z root INFO [hosted-plugin: 25060] PLUGIN_HOST(25060): PluginManagerExtImpl/loadPlugin(C:\Program Files\Arduino IDE\resources\app\plugins\vscode-arduino-tools\extension\dist\bundle)
2023-08-04T07:58:43.090Z root INFO [7cbe9af1-e526-4bfb-869b-ac7b30df40cd][marus25.cortex-debug]: Started plugin.
2023-08-04T07:58:43.093Z root INFO [7cbe9af1-e526-4bfb-869b-ac7b30df40cd][arduino.vscode-arduino-tools]: Started plugin.
2023-08-04T07:58:43.093Z root INFO [7cbe9af1-e526-4bfb-869b-ac7b30df40cd][vscode.cpp]: Started plugin.
2023-08-04T07:58:43.094Z root INFO [7cbe9af1-e526-4bfb-869b-ac7b30df40cd][vscode.json]: Started plugin.
2023-08-04T07:58:43.094Z root INFO [7cbe9af1-e526-4bfb-869b-ac7b30df40cd][vscode.json-language-features]: Started plugin.
2023-08-04T07:58:43.095Z root INFO [7cbe9af1-e526-4bfb-869b-ac7b30df40cd][ms-ceintl.vscode-language-pack-bg]: Started plugin.
2023-08-04T07:58:43.095Z root INFO [7cbe9af1-e526-4bfb-869b-ac7b30df40cd][ms-ceintl.vscode-language-pack-cs]: Started plugin.
2023-08-04T07:58:43.096Z root INFO [7cbe9af1-e526-4bfb-869b-ac7b30df40cd][ms-ceintl.vscode-language-pack-de]: Started plugin.
2023-08-04T07:58:43.096Z root INFO [7cbe9af1-e526-4bfb-869b-ac7b30df40cd][ms-ceintl.vscode-language-pack-es]: Started plugin.
2023-08-04T07:58:43.097Z root INFO [7cbe9af1-e526-4bfb-869b-ac7b30df40cd][ms-ceintl.vscode-language-pack-fr]: Started plugin.
2023-08-04T07:58:43.097Z root INFO [7cbe9af1-e526-4bfb-869b-ac7b30df40cd][ms-ceintl.vscode-language-pack-hu]: Started plugin.
2023-08-04T07:58:43.098Z root INFO [7cbe9af1-e526-4bfb-869b-ac7b30df40cd][ms-ceintl.vscode-language-pack-it]: Started plugin.
2023-08-04T07:58:43.098Z root INFO [7cbe9af1-e526-4bfb-869b-ac7b30df40cd][ms-ceintl.vscode-language-pack-ja]: Started plugin.
2023-08-04T07:58:43.099Z root INFO [7cbe9af1-e526-4bfb-869b-ac7b30df40cd][ms-ceintl.vscode-language-pack-ko]: Started plugin.
2023-08-04T07:58:43.099Z root INFO [7cbe9af1-e526-4bfb-869b-ac7b30df40cd][ms-ceintl.vscode-language-pack-nl]: Started plugin.
2023-08-04T07:58:43.100Z root INFO [7cbe9af1-e526-4bfb-869b-ac7b30df40cd][ms-ceintl.vscode-language-pack-pl]: Started plugin.
2023-08-04T07:58:43.100Z root INFO [7cbe9af1-e526-4bfb-869b-ac7b30df40cd][ms-ceintl.vscode-language-pack-pt-br]: Started plugin.
2023-08-04T07:58:43.105Z root INFO [7cbe9af1-e526-4bfb-869b-ac7b30df40cd][ms-ceintl.vscode-language-pack-ru]: Started plugin.
2023-08-04T07:58:43.105Z root INFO [7cbe9af1-e526-4bfb-869b-ac7b30df40cd][ms-ceintl.vscode-language-pack-tr]: Started plugin.
2023-08-04T07:58:43.106Z root INFO [7cbe9af1-e526-4bfb-869b-ac7b30df40cd][ms-ceintl.vscode-language-pack-uk]: Started plugin.
2023-08-04T07:58:43.107Z root INFO [7cbe9af1-e526-4bfb-869b-ac7b30df40cd][ms-ceintl.vscode-language-pack-zh-hans]: Started plugin.
2023-08-04T07:58:43.110Z root INFO [hosted-plugin: 25060] PLUGIN_HOST(25060): PluginManagerExtImpl/loadPlugin(C:\Program Files\Arduino IDE\resources\app\plugins\cortex-debug\extension\dist\extension.js)
2023-08-04T07:58:43.161Z root INFO [hosted-plugin: 25060] Debug configuration provider has been registered: cortex-debug, trigger: 1
2023-08-04T07:58:43.166Z root INFO [hosted-plugin: 25060] GDB server console created
2023-08-04T07:58:43.177Z root INFO [7cbe9af1-e526-4bfb-869b-ac7b30df40cd] Start of 21 plugins: 592.0 ms [Finished 8.104 s after frontend start]
2023-08-04T07:58:43.863Z root INFO Frontend application start: 5503.1 ms [Finished 11.455 s after backend start]
2023-08-04T07:58:43.870Z root INFO Replace loading indicator with ready workbench UI (animation): 884.1 ms [Finished 8.388 s after frontend start]
2023-08-04T07:58:43.870Z root INFO Changed application state from 'initialized_layout' to 'ready'.
2023-08-04T07:58:43.870Z root WARN Linked preference "workbench.colorCustomizations" not found. Source: "editor.bracketPairColorization.enabled"
Checking for update
2023-08-04T07:58:44.078Z daemon INFO INFO[0008] Required tool                                 tool="arduino:dfu-util@0.11.0-arduino5"
INFO[0008] Required tool                                 tool="esp32:esptool_py@4.5.1"
INFO[0008] Required tool                                 tool="esp32:mklittlefs@3.0.0-gnu12-dc7f933"
INFO[0008] Required tool                                 tool="esp32:mkspiffs@0.2.3"
INFO[0008] Required tool                                 tool="esp32:openocd-esp32@v0.11.0-esp32-20221026"
INFO[0008] Required tool                                 tool="esp32:riscv32-esp-elf-gcc@esp-2021r2-patch5-8.4.0"
INFO[0008] Required tool                                 tool="esp32:riscv32-esp-elf-gdb@11.2_20220823"
INFO[0008] Required tool                                 tool="esp32:xtensa-esp-elf-gdb@11.2_20220823"
INFO[0008] Required tool                                 tool="esp32:xtensa-esp32-elf-gcc@esp-2021r2-patch5-8.4.0"
INFO[0008] Required tool                                 tool="esp32:xtensa-esp32s2-elf-gcc@esp-2021r2-patch5-8.4.0"
INFO[0008] Required tool                                 tool="esp32:xtensa-esp32s3-elf-gcc@esp-2021r2-patch5-8.4.0"
INFO[0008] Required tool                                 tool="arduino:dfu-util@0.11.0-arduino5"
INFO[0008] Required tool                                 tool="esp32:esptool_py@4.5.1"
INFO[0008] Required tool                                 tool="esp32:mklittlefs@3.0.0-gnu12-dc7f933"
INFO[0008] Required tool                                 tool="esp32:mkspiffs@0.2.3"
INFO[0008] Required tool                                 tool="esp32:openocd-esp32@v0.11.0-esp32-20221026"
INFO[0008] Required tool                                 tool="esp32:riscv32-esp-elf-gcc@esp-2021r2-patch5-8.4.0"
INFO[0008] Required tool                                 tool="esp32:riscv32-esp-elf-gdb@11.2_20220823"
INFO[0008] Required tool                                 tool="esp32:xtensa-esp-elf-gdb@11.2_20220823"
INFO[0008] Required tool                                 tool="esp32:xtensa-esp32-elf-gcc@esp-2021r2-patch5-8.4.0"
INFO[0008] Required tool                                 tool="esp32:xtensa-esp32s2-elf-gcc@esp-2021r2-patch5-8.4.0"
INFO[0008] Required tool                                 tool="esp32:xtensa-esp32s3-elf-gcc@esp-2021r2-patch5-8.4.0"

2023-08-04T07:58:44.227Z daemon INFO INFO[0008] Required tool                                 tool="arduino:dfu-util@0.11.0-arduino5"
INFO[0008] Required tool                                 tool="esp32:esptool_py@4.5.1"
INFO[0008] Required tool                                 tool="esp32:mklittlefs@3.0.0-gnu12-dc7f933"
INFO[0008] Required tool                                 tool="esp32:mkspiffs@0.2.3"
INFO[0008] Required tool                                 tool="esp32:openocd-esp32@v0.11.0-esp32-20221026"
INFO[0008] Required tool                                 tool="esp32:riscv32-esp-elf-gcc@esp-2021r2-patch5-8.4.0"
INFO[0008] Required tool                                 tool="esp32:riscv32-esp-elf-gdb@11.2_20220823"
INFO[0008] Required tool                                 tool="esp32:xtensa-esp-elf-gdb@11.2_20220823"
INFO[0008] Required tool                                 tool="esp32:xtensa-esp32-elf-gcc@esp-2021r2-patch5-8.4.0"
INFO[0008] Required tool                                 tool="esp32:xtensa-esp32s2-elf-gcc@esp-2021r2-patch5-8.4.0"
INFO[0008] Required tool                                 tool="esp32:xtensa-esp32s3-elf-gcc@esp-2021r2-patch5-8.4.0"
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-04T07:58:44.230Z root WARN A command arduino-include-library--Blynk:Volodymyr Shymanskyy is already registered.
2023-08-04T07:58:44.297Z sketches-service WARN Mismatching sketch file <fred.ino> and sketch folder name <2023_esp32_heating_v1>. Skipping
2023-08-04T07:58:44.298Z sketches-service WARN Mismatching sketch file <eeprom_jbp_v3.ino> and sketch folder name <eeprom_jbp_v2>. Skipping
2023-08-04T07:58:44.300Z sketches-service WARN Mismatching sketch file <internet time.ino> and sketch folder name <internet_time>. Skipping
2023-08-04T07:58:44.300Z sketches-service WARN Mismatching sketch file <blink_blynk_02a.ino> and sketch folder name <blink_blynk_03>. Skipping
2023-08-04T07:58:44.300Z sketches-service WARN Mismatching sketch file <keypad_with_lcd.ino> and sketch folder name <MM74C922N_Demo_jbp>. Skipping
2023-08-04T07:58:44.301Z sketches-service WARN Mismatching sketch file <blink_blynk_02.ino> and sketch folder name <blink_blynk_02 - Copy>. Skipping
2023-08-04T07:58:44.302Z sketches-service WARN Mismatching sketch file <blink_blynk_05.ino> and sketch folder name <blink_blynk_05 - Copy>. Skipping
2023-08-04T07:58:44.302Z sketches-service WARN Mismatching sketch file <heating_05.ino> and sketch folder name <heating_05 - Copy>. Skipping
2023-08-04T07:58:44.303Z sketches-service WARN Mismatching sketch file <blink_blynk_05.ino> and sketch folder name <blink_blynk_05 - Copy (2)>. Skipping
2023-08-04T07:58:44.304Z sketches-service WARN Mismatching sketch file <blink_blynk_05.ino> and sketch folder name <blink_blynk_05 - Copy (3)>. Skipping
2023-08-04T07:58:44.304Z sketches-service WARN Mismatching sketch file <i2c_definitive_eeprom.ino> and sketch folder name <i2c definitive eeprom>. Skipping
2023-08-04T07:58:44.305Z sketches-service WARN Mismatching sketch file <tft_dice_touch_v9a - Copy.ino> and sketch folder name <tft_dice_touch_v9a>. Skipping
2023-08-04T07:58:44.305Z sketches-service WARN Mismatching sketch file <tft_dice_touch_v9a - Copy (2).ino> and sketch folder name <tft_dice_touch_v9a>. Skipping
2023-08-04T07:58:44.306Z sketches-service WARN Mismatching sketch file <tft_dice_touch_v9a - Copy (3).ino> and sketch folder name <tft_dice_touch_v9a>. Skipping
2023-08-04T07:58:44.306Z sketches-service WARN Mismatching sketch file <trying_daylight_saving - Copy.ino> and sketch folder name <trying_daylight_saving>. Skipping
2023-08-04T07:58:44.307Z sketches-service WARN Mismatching sketch file <i2c_address_detect.ino> and sketch folder name <i2c_address_detect_1>. Skipping
2023-08-04T07:58:44.310Z 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-04T07:58:44.394Z 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-04T07:58:44.397Z root ERROR Error: Could not find menu with menu-path: ["menubar","1_file","0_sketch","2_examples","3_user_libs","Blynk","Widgets","WebHook"].
    at t.unregisterSubmenu (file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/bundle.js:2:8210643)
    at Object.<anonymous> (file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/bundle.js:2:8020254)
    at Object.e.dispose (file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/bundle.js:2:2273444)
    at t.DisposableCollection.dispose (file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/bundle.js:2:2273161)
    at file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/bundle.js:2:8022869
    at o (file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/bundle.js:2:9484197)
    at e.exports._next (file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/bundle.js:2:9483983)
    at file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/bundle.js:2:9484222
2023-08-04T07:58:44.397Z root ERROR Error: Could not find menu with menu-path: ["menubar","1_file","0_sketch","2_examples","3_user_libs","Blynk","Widgets","Table"].
    at t.unregisterSubmenu (file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/bundle.js:2:8210643)
    at Object.<anonymous> (file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/bundle.js:2:8020254)
    at Object.e.dispose (file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/bundle.js:2:2273444)
    at t.DisposableCollection.dispose (file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/bundle.js:2:2273161)
    at file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/bundle.js:2:8022869
    at o (file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/bundle.js:2:9484197)
    at e.exports._next (file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/bundle.js:2:9483983)
    at file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/bundle.js:2:9484222
2023-08-04T07:58:44.398Z root ERROR Error: Could not find menu with menu-path: ["menubar","1_file","0_sketch","2_examples","3_user_libs","Blynk","Widgets","LED"].
    at t.unregisterSubmenu (file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/bundle.js:2:8210643)
    at Object.<anonymous> (file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/bundle.js:2:8020254)
    at Object.e.dispose (file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/bundle.js:2:2273444)
    at t.DisposableCollection.dispose (file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/bundle.js:2:2273161)
    at file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/bundle.js:2:8022869
    at o (file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/bundle.js:2:9484197)
    at e.exports._next (file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/bundle.js:2:9483983)
    at file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/bundle.js:2:9484222
2023-08-04T07:58:44.399Z root ERROR Error: Could not find menu with menu-path: ["menubar","1_file","0_sketch","2_examples","3_user_libs","Blynk","Widgets","LCD"].
    at t.unregisterSubmenu (file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/bundle.js:2:8210643)
    at Object.<anonymous> (file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/bundle.js:2:8020254)
    at Object.e.dispose (file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/bundle.js:2:2273444)
    at t.DisposableCollection.dispose (file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/bundle.js:2:2273161)
    at file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/bundle.js:2:8022869
    at o (file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/bundle.js:2:9484197)
    at e.exports._next (file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/bundle.js:2:9483983)
    at file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/bundle.js:2:9484222
2023-08-04T07:58:44.399Z root ERROR Error: Could not find menu with menu-path: ["menubar","1_file","0_sketch","2_examples","3_user_libs","Blynk","More","Sync"].
    at t.unregisterSubmenu (file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/bundle.js:2:8210643)
    at Object.<anonymous> (file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/bundle.js:2:8020254)
    at Object.e.dispose (file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/bundle.js:2:2273444)
    at t.DisposableCollection.dispose (file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/bundle.js:2:2273161)
    at file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/bundle.js:2:8022869
    at o (file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/bundle.js:2:9484197)
    at e.exports._next (file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/bundle.js:2:9483983)
    at file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/bundle.js:2:9484222
2023-08-04T07:58:44.400Z root ERROR Error: Could not find menu with menu-path: ["menubar","1_file","0_sketch","2_examples","3_user_libs","Blynk","More","SetProperty"].
    at t.unregisterSubmenu (file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/bundle.js:2:8210643)
    at Object.<anonymous> (file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/bundle.js:2:8020254)
    at Object.e.dispose (file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/bundle.js:2:2273444)
    at t.DisposableCollection.dispose (file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/bundle.js:2:2273161)
    at file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/bundle.js:2:8022869
    at o (file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/bundle.js:2:9484197)
    at e.exports._next (file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/bundle.js:2:9483983)
    at file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/bundle.js:2:9484222
2023-08-04T07:58:44.400Z root ERROR Error: Could not find menu with menu-path: ["menubar","1_file","0_sketch","2_examples","3_user_libs","Blynk","More","ServerAsDataStorage"].
    at t.unregisterSubmenu (file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/bundle.js:2:8210643)
    at Object.<anonymous> (file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/bundle.js:2:8020254)
    at Object.e.dispose (file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/bundle.js:2:2273444)
    at t.DisposableCollection.dispose (file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/bundle.js:2:2273161)
    at file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/bundle.js:2:8022869
    at o (file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/bundle.js:2:9484197)
    at e.exports._next (file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/bundle.js:2:9483983)
    at file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/bundle.js:2:9484222
2023-08-04T07:58:44.401Z root ERROR Error: Could not find menu with menu-path: ["menubar","1_file","0_sketch","2_examples","3_user_libs","Blynk","More","DirectConnect"].
    at t.unregisterSubmenu (file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/bundle.js:2:8210643)
    at Object.<anonymous> (file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/bundle.js:2:8020254)
    at Object.e.dispose (file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/bundle.js:2:2273444)
    at t.DisposableCollection.dispose (file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/bundle.js:2:2273161)
    at file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/bundle.js:2:8022869
    at o (file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/bundle.js:2:9484197)
    at e.exports._next (file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/bundle.js:2:9483983)
    at file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/bundle.js:2:9484222
2023-08-04T07:58:44.401Z root ERROR Error: Could not find menu with menu-path: ["menubar","1_file","0_sketch","2_examples","3_user_libs","Blynk","More","ArduinoClient"].
    at t.unregisterSubmenu (file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/bundle.js:2:8210643)
    at Object.<anonymous> (file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/bundle.js:2:8020254)
    at Object.e.dispose (file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/bundle.js:2:2273444)
    at t.DisposableCollection.dispose (file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/bundle.js:2:2273161)
    at file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/bundle.js:2:8022869
    at o (file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/bundle.js:2:9484197)
    at e.exports._next (file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/bundle.js:2:9483983)
    at file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/bundle.js:2:9484222
2023-08-04T07:58:44.402Z root ERROR Error: Could not find menu with menu-path: ["menubar","1_file","0_sketch","2_examples","3_user_libs","Blynk","GettingStarted"].
    at t.unregisterSubmenu (file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/bundle.js:2:8210643)
    at Object.<anonymous> (file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/bundle.js:2:8020254)
    at Object.e.dispose (file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/bundle.js:2:2273444)
    at t.DisposableCollection.dispose (file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/bundle.js:2:2273161)
    at file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/bundle.js:2:8022869
    at o (file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/bundle.js:2:9484197)
    at e.exports._next (file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/bundle.js:2:9483983)
    at file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/bundle.js:2:9484222
2023-08-04T07:58:44.402Z root ERROR Error: Could not find menu with menu-path: ["menubar","1_file","0_sketch","2_examples","3_user_libs","Blynk","Boards_With_HTTP_API"].
    at t.unregisterSubmenu (file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/bundle.js:2:8210643)
    at Object.<anonymous> (file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/bundle.js:2:8020254)
    at Object.e.dispose (file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/bundle.js:2:2273444)
    at t.DisposableCollection.dispose (file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/bundle.js:2:2273161)
    at file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/bundle.js:2:8022869
    at o (file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/bundle.js:2:9484197)
    at e.exports._next (file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/bundle.js:2:9483983)
    at file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/bundle.js:2:9484222
2023-08-04T07:58:44.403Z root ERROR Error: Could not find menu with menu-path: ["menubar","1_file","0_sketch","2_examples","3_user_libs","Blynk","Boards_WiFi"].
    at t.unregisterSubmenu (file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/bundle.js:2:8210643)
    at Object.<anonymous> (file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/bundle.js:2:8020254)
    at Object.e.dispose (file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/bundle.js:2:2273444)
    at t.DisposableCollection.dispose (file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/bundle.js:2:2273161)
    at file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/bundle.js:2:8022869
    at o (file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/bundle.js:2:9484197)
    at e.exports._next (file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/bundle.js:2:9483983)
    at file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/bundle.js:2:9484222
2023-08-04T07:58:44.403Z root ERROR Error: Could not find menu with menu-path: ["menubar","1_file","0_sketch","2_examples","3_user_libs","Blynk","Boards_USB_Serial"].
    at t.unregisterSubmenu (file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/bundle.js:2:8210643)
    at Object.<anonymous> (file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/bundle.js:2:8020254)
    at Object.e.dispose (file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/bundle.js:2:2273444)
    at t.DisposableCollection.dispose (file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/bundle.js:2:2273161)
    at file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/bundle.js:2:8022869
    at o (file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/bundle.js:2:9484197)
    at e.exports._next (file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/bundle.js:2:9483983)
    at file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/bundle.js:2:9484222
2023-08-04T07:58:44.404Z root ERROR Error: Could not find menu with menu-path: ["menubar","1_file","0_sketch","2_examples","3_user_libs","Blynk","Boards_GSM"].
    at t.unregisterSubmenu (file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/bundle.js:2:8210643)
    at Object.<anonymous> (file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/bundle.js:2:8020254)
    at Object.e.dispose (file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/bundle.js:2:2273444)
    at t.DisposableCollection.dispose (file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/bundle.js:2:2273161)
    at file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/bundle.js:2:8022869
    at o (file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/bundle.js:2:9484197)
    at e.exports._next (file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/bundle.js:2:9483983)
    at file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/bundle.js:2:9484222
2023-08-04T07:58:44.404Z root ERROR Error: Could not find menu with menu-path: ["menubar","1_file","0_sketch","2_examples","3_user_libs","Blynk","Boards_Ethernet"].
    at t.unregisterSubmenu (file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/bundle.js:2:8210643)
    at Object.<anonymous> (file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/bundle.js:2:8020254)
    at Object.e.dispose (file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/bundle.js:2:2273444)
    at t.DisposableCollection.dispose (file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/bundle.js:2:2273161)
    at file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/bundle.js:2:8022869
    at o (file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/bundle.js:2:9484197)
    at e.exports._next (file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/bundle.js:2:9483983)
    at file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/bundle.js:2:9484222
2023-08-04T07:58:44.405Z root ERROR Error: Could not find menu with menu-path: ["menubar","1_file","0_sketch","2_examples","3_user_libs","Blynk","Boards_Bluetooth"].
    at t.unregisterSubmenu (file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/bundle.js:2:8210643)
    at Object.<anonymous> (file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/bundle.js:2:8020254)
    at Object.e.dispose (file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/bundle.js:2:2273444)
    at t.DisposableCollection.dispose (file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/bundle.js:2:2273161)
    at file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/bundle.js:2:8022869
    at o (file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/bundle.js:2:9484197)
    at e.exports._next (file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/bundle.js:2:9483983)
    at file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/bundle.js:2:9484222
2023-08-04T07:58:44.405Z root ERROR Error: Could not find menu with menu-path: ["menubar","1_file","0_sketch","2_examples","3_user_libs","Blynk","Blynk.Edgent"].
    at t.unregisterSubmenu (file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/bundle.js:2:8210643)
    at Object.<anonymous> (file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/bundle.js:2:8020254)
    at Object.e.dispose (file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/bundle.js:2:2273444)
    at t.DisposableCollection.dispose (file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/bundle.js:2:2273161)
    at file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/bundle.js:2:8022869
    at o (file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/bundle.js:2:9484197)
    at e.exports._next (file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/bundle.js:2:9483983)
    at file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/bundle.js:2:9484222
2023-08-04T07:58:44.426Z sketches-service WARN Mismatching sketch file <fred.ino> and sketch folder name <2023_esp32_heating_v1>. Skipping
2023-08-04T07:58:44.426Z sketches-service WARN Mismatching sketch file <eeprom_jbp_v3.ino> and sketch folder name <eeprom_jbp_v2>. Skipping
2023-08-04T07:58:44.426Z sketches-service WARN Mismatching sketch file <internet time.ino> and sketch folder name <internet_time>. Skipping
2023-08-04T07:58:44.427Z sketches-service WARN Mismatching sketch file <blink_blynk_02a.ino> and sketch folder name <blink_blynk_03>. Skipping
2023-08-04T07:58:44.427Z sketches-service WARN Mismatching sketch file <keypad_with_lcd.ino> and sketch folder name <MM74C922N_Demo_jbp>. Skipping
2023-08-04T07:58:44.428Z sketches-service WARN Mismatching sketch file <blink_blynk_02.ino> and sketch folder name <blink_blynk_02 - Copy>. Skipping
2023-08-04T07:58:44.428Z sketches-service WARN Mismatching sketch file <blink_blynk_05.ino> and sketch folder name <blink_blynk_05 - Copy>. Skipping
2023-08-04T07:58:44.428Z sketches-service WARN Mismatching sketch file <heating_05.ino> and sketch folder name <heating_05 - Copy>. Skipping
2023-08-04T07:58:44.429Z sketches-service WARN Mismatching sketch file <blink_blynk_05.ino> and sketch folder name <blink_blynk_05 - Copy (2)>. Skipping
2023-08-04T07:58:44.429Z sketches-service WARN Mismatching sketch file <blink_blynk_05.ino> and sketch folder name <blink_blynk_05 - Copy (3)>. Skipping
2023-08-04T07:58:44.430Z sketches-service WARN Mismatching sketch file <i2c_definitive_eeprom.ino> and sketch folder name <i2c definitive eeprom>. Skipping
2023-08-04T07:58:44.430Z sketches-service WARN Mismatching sketch file <tft_dice_touch_v9a - Copy.ino> and sketch folder name <tft_dice_touch_v9a>. Skipping
2023-08-04T07:58:44.431Z sketches-service WARN Mismatching sketch file <tft_dice_touch_v9a - Copy (2).ino> and sketch folder name <tft_dice_touch_v9a>. Skipping
2023-08-04T07:58:44.431Z sketches-service WARN Mismatching sketch file <tft_dice_touch_v9a - Copy (3).ino> and sketch folder name <tft_dice_touch_v9a>. Skipping
2023-08-04T07:58:44.433Z sketches-service WARN Mismatching sketch file <trying_daylight_saving - Copy.ino> and sketch folder name <trying_daylight_saving>. Skipping
2023-08-04T07:58:44.434Z sketches-service WARN Mismatching sketch file <i2c_address_detect.ino> and sketch folder name <i2c_address_detect_1>. Skipping
2023-08-04T07:58:44.434Z sketches-service WARN Mismatching sketch file <fred.ino> and sketch folder name <2023_esp32_heating_v1>. Skipping
2023-08-04T07:58:44.435Z sketches-service WARN Mismatching sketch file <eeprom_jbp_v3.ino> and sketch folder name <eeprom_jbp_v2>. Skipping
2023-08-04T07:58:44.435Z sketches-service WARN Mismatching sketch file <internet time.ino> and sketch folder name <internet_time>. Skipping
2023-08-04T07:58:44.435Z sketches-service WARN Mismatching sketch file <blink_blynk_02a.ino> and sketch folder name <blink_blynk_03>. Skipping
2023-08-04T07:58:44.436Z sketches-service WARN Mismatching sketch file <keypad_with_lcd.ino> and sketch folder name <MM74C922N_Demo_jbp>. Skipping
2023-08-04T07:58:44.436Z sketches-service WARN Mismatching sketch file <blink_blynk_02.ino> and sketch folder name <blink_blynk_02 - Copy>. Skipping
2023-08-04T07:58:44.437Z sketches-service WARN Mismatching sketch file <blink_blynk_05.ino> and sketch folder name <blink_blynk_05 - Copy>. Skipping
2023-08-04T07:58:44.437Z sketches-service WARN Mismatching sketch file <heating_05.ino> and sketch folder name <heating_05 - Copy>. Skipping
2023-08-04T07:58:44.438Z sketches-service WARN Mismatching sketch file <blink_blynk_05.ino> and sketch folder name <blink_blynk_05 - Copy (2)>. Skipping
2023-08-04T07:58:44.438Z sketches-service WARN Mismatching sketch file <blink_blynk_05.ino> and sketch folder name <blink_blynk_05 - Copy (3)>. Skipping
2023-08-04T07:58:44.438Z sketches-service WARN Mismatching sketch file <i2c_definitive_eeprom.ino> and sketch folder name <i2c definitive eeprom>. Skipping
2023-08-04T07:58:44.439Z sketches-service WARN Mismatching sketch file <tft_dice_touch_v9a - Copy.ino> and sketch folder name <tft_dice_touch_v9a>. Skipping
2023-08-04T07:58:44.439Z sketches-service WARN Mismatching sketch file <tft_dice_touch_v9a - Copy (2).ino> and sketch folder name <tft_dice_touch_v9a>. Skipping
2023-08-04T07:58:44.440Z sketches-service WARN Mismatching sketch file <tft_dice_touch_v9a - Copy (3).ino> and sketch folder name <tft_dice_touch_v9a>. Skipping
2023-08-04T07:58:44.440Z sketches-service WARN Mismatching sketch file <trying_daylight_saving - Copy.ino> and sketch folder name <trying_daylight_saving>. Skipping
2023-08-04T07:58:44.441Z sketches-service WARN Mismatching sketch file <i2c_address_detect.ino> and sketch folder name <i2c_address_detect_1>. Skipping
2023-08-04T07:58:44.458Z 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"

Update for version 2.1.1 is not available (latest version: 2.1.1, downgrade is allowed).
2023-08-04T07:58:44.840Z root ERROR ---- !!!SLOW!!! DURATION: search took 750.748 ms. Args: [{"type":"Updatable"}] ----
2023-08-04T07:58:44.966Z root INFO Starting language server: esp32:esp32:esp32:JTAGAdapter=default,PSRAM=disabled,PartitionScheme=default,CPUFreq=240,FlashMode=qio,FlashFreq=80,FlashSize=4M,UploadSpeed=115200,LoopCore=1,EventsCore=1,DebugLevel=none,EraseFlash=none
2023-08-04T07:58:45.996Z daemon INFO INFO[0010] Required tool                                 tool="arduino:dfu-util@0.11.0-arduino5"
INFO[0010] Required tool                                 tool="esp32:esptool_py@4.5.1"
INFO[0010] Required tool                                 tool="esp32:mklittlefs@3.0.0-gnu12-dc7f933"
INFO[0010] Required tool                                 tool="esp32:mkspiffs@0.2.3"
INFO[0010] Required tool                                 tool="esp32:openocd-esp32@v0.11.0-esp32-20221026"

2023-08-04T07:58:45.997Z daemon INFO INFO[0010] Required tool                                 tool="esp32:riscv32-esp-elf-gcc@esp-2021r2-patch5-8.4.0"
INFO[0010] Required tool                                 tool="esp32:riscv32-esp-elf-gdb@11.2_20220823"
INFO[0010] Required tool                                 tool="esp32:xtensa-esp-elf-gdb@11.2_20220823"
INFO[0010] Required tool                                 tool="esp32:xtensa-esp32-elf-gcc@esp-2021r2-patch5-8.4.0"
INFO[0010] Required tool                                 tool="esp32:xtensa-esp32s2-elf-gcc@esp-2021r2-patch5-8.4.0"
INFO[0010] Required tool                                 tool="esp32:xtensa-esp32s3-elf-gcc@esp-2021r2-patch5-8.4.0"

2023-08-04T07:58:46.040Z daemon INFO INFO[0010] Required tool                                 tool="arduino:dfu-util@0.11.0-arduino5"
INFO[0010] Required tool                                 tool="esp32:esptool_py@4.5.1"
INFO[0010] Required tool                                 tool="esp32:mklittlefs@3.0.0-gnu12-dc7f933"
INFO[0010] Required tool                                 tool="esp32:mkspiffs@0.2.3"

2023-08-04T07:58:46.040Z daemon INFO INFO[0010] Required tool                                 tool="esp32:openocd-esp32@v0.11.0-esp32-20221026"
INFO[0010] Required tool                                 tool="esp32:riscv32-esp-elf-gcc@esp-2021r2-patch5-8.4.0"
INFO[0010] Required tool                                 tool="esp32:riscv32-esp-elf-gdb@11.2_20220823"
INFO[0010] Required tool                                 tool="esp32:xtensa-esp-elf-gdb@11.2_20220823"
INFO[0010] Required tool                                 tool="esp32:xtensa-esp32-elf-gcc@esp-2021r2-patch5-8.4.0"
INFO[0010] Required tool                                 tool="esp32:xtensa-esp32s2-elf-gcc@esp-2021r2-patch5-8.4.0"
INFO[0010] Required tool                                 tool="esp32:xtensa-esp32s3-elf-gcc@esp-2021r2-patch5-8.4.0"

2023-08-04T07:58:46.058Z daemon INFO INFO[0010] Required tool                                 tool="arduino:dfu-util@0.11.0-arduino5"
INFO[0010] Required tool                                 tool="esp32:esptool_py@4.5.1"
INFO[0010] Required tool                                 tool="esp32:mklittlefs@3.0.0-gnu12-dc7f933"
INFO[0010] Required tool                                 tool="esp32:mkspiffs@0.2.3"
INFO[0010] Required tool                                 tool="esp32:openocd-esp32@v0.11.0-esp32-20221026"

2023-08-04T07:58:46.058Z daemon INFO INFO[0010] Required tool                                 tool="esp32:riscv32-esp-elf-gcc@esp-2021r2-patch5-8.4.0"
INFO[0010] Required tool                                 tool="esp32:riscv32-esp-elf-gdb@11.2_20220823"
INFO[0010] Required tool                                 tool="esp32:xtensa-esp-elf-gdb@11.2_20220823"
INFO[0010] Required tool                                 tool="esp32:xtensa-esp32-elf-gcc@esp-2021r2-patch5-8.4.0"
INFO[0010] Required tool                                 tool="esp32:xtensa-esp32s2-elf-gcc@esp-2021r2-patch5-8.4.0"
INFO[0010] Required tool                                 tool="esp32:xtensa-esp32s3-elf-gcc@esp-2021r2-patch5-8.4.0"
INFO[0010] Adding libraries dir                          dir="C:\\Users\\john\\AppData\\Local\\Arduino15\\libraries" location=ide
INFO[0010] Adding libraries dir                          dir="C:\\Users\\john\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware\\esp32\\2.0.11\\libraries" location=platform

2023-08-04T07:58:46.059Z daemon INFO INFO[0010] Adding libraries dir                          dir="c:\\arduino\\projects\\libraries" location=user

2023-08-04T07:59:00.416Z daemon INFO INFO[0025] Required tool                                 tool="arduino:dfu-util@0.11.0-arduino5"
INFO[0025] Required tool                                 tool="esp32:esptool_py@4.5.1"
INFO[0025] Required tool                                 tool="esp32:mklittlefs@3.0.0-gnu12-dc7f933"
INFO[0025] Required tool                                 tool="esp32:mkspiffs@0.2.3"
INFO[0025] Required tool                                 tool="esp32:openocd-esp32@v0.11.0-esp32-20221026"

2023-08-04T07:59:00.417Z daemon INFO INFO[0025] Required tool                                 tool="esp32:riscv32-esp-elf-gcc@esp-2021r2-patch5-8.4.0"
INFO[0025] Required tool                                 tool="esp32:riscv32-esp-elf-gdb@11.2_20220823"
INFO[0025] Required tool                                 tool="esp32:xtensa-esp-elf-gdb@11.2_20220823"
INFO[0025] Required tool                                 tool="esp32:xtensa-esp32-elf-gcc@esp-2021r2-patch5-8.4.0"
INFO[0025] Required tool                                 tool="esp32:xtensa-esp32s2-elf-gcc@esp-2021r2-patch5-8.4.0"
INFO[0025] Required tool                                 tool="esp32:xtensa-esp32s3-elf-gcc@esp-2021r2-patch5-8.4.0"

2023-08-04T07:59:00.460Z daemon INFO INFO[0025] Required tool                                 tool="arduino:dfu-util@0.11.0-arduino5"
INFO[0025] Required tool                                 tool="esp32:esptool_py@4.5.1"
INFO[0025] Required tool                                 tool="esp32:mklittlefs@3.0.0-gnu12-dc7f933"
INFO[0025] Required tool                                 tool="esp32:mkspiffs@0.2.3"
INFO[0025] Required tool                                 tool="esp32:openocd-esp32@v0.11.0-esp32-20221026"
INFO[0025] Required tool                                 tool="esp32:riscv32-esp-elf-gcc@esp-2021r2-patch5-8.4.0"

2023-08-04T07:59:00.460Z daemon INFO INFO[0025] Required tool                                 tool="esp32:riscv32-esp-elf-gdb@11.2_20220823"
INFO[0025] Required tool                                 tool="esp32:xtensa-esp-elf-gdb@11.2_20220823"
INFO[0025] Required tool                                 tool="esp32:xtensa-esp32-elf-gcc@esp-2021r2-patch5-8.4.0"
INFO[0025] Required tool                                 tool="esp32:xtensa-esp32s2-elf-gcc@esp-2021r2-patch5-8.4.0"
INFO[0025] Required tool                                 tool="esp32:xtensa-esp32s3-elf-gcc@esp-2021r2-patch5-8.4.0"

2023-08-04T07:59:00.478Z daemon INFO INFO[0025] Required tool                                 tool="arduino:dfu-util@0.11.0-arduino5"
INFO[0025] Required tool                                 tool="esp32:esptool_py@4.5.1"
INFO[0025] Required tool                                 tool="esp32:mklittlefs@3.0.0-gnu12-dc7f933"
INFO[0025] Required tool                                 tool="esp32:mkspiffs@0.2.3"

2023-08-04T07:59:00.479Z daemon INFO INFO[0025] Required tool                                 tool="esp32:openocd-esp32@v0.11.0-esp32-20221026"
INFO[0025] Required tool                                 tool="esp32:riscv32-esp-elf-gcc@esp-2021r2-patch5-8.4.0"
INFO[0025] Required tool                                 tool="esp32:riscv32-esp-elf-gdb@11.2_20220823"
INFO[0025] Required tool                                 tool="esp32:xtensa-esp-elf-gdb@11.2_20220823"
INFO[0025] Required tool                                 tool="esp32:xtensa-esp32-elf-gcc@esp-2021r2-patch5-8.4.0"
INFO[0025] Required tool                                 tool="esp32:xtensa-esp32s2-elf-gcc@esp-2021r2-patch5-8.4.0"
INFO[0025] Required tool                                 tool="esp32:xtensa-esp32s3-elf-gcc@esp-2021r2-patch5-8.4.0"

I see the problem here:

serial-discovery is the tool that provides Arduino IDE 2.x with the list of serial ports on your computer. Arduino IDE automatically installs this tool dependency the first time you start the IDE, and also installs updates whenever Arduino makes a new release.

Something went wrong during the installation or update, which caused the file at this path to be corrupted in some way:

C:\Users\john\AppData\Local\Arduino15\packages\builtin\tools\serial-discovery\1.4.0\serial-discovery.exe

The reason for the missing file is likely a false positive by your antivirus or security software. Please check your security software's quarantine. If you can restore the file from quarantine and then restart Arduino IDE, you should find that the ports are detected as expected.

I also recommend adjusting the configuration of your security software so that it won't interfere with any future updates of the tool that will occur when Arduino makes new releases of it.

If you are unable to restore the file from quarantine, just comment here to let me know and I'll provide some alternative instructions you can follow to force Arduino IDE to make a fresh installation of the tool.

There was nothing in the virus quarantine that related to this.

I thought I would uninstall v2.1.1, make sure the virus scanner was off and re-install. Unfortunately port is still greyed.

Any further help would be most welcome

John

OK, the next thing you can try is to force Arduino IDE to make a fresh installation of the serial-discovery tool. I'll provide instructions you can follow to do that:

OK, I'll provide the instructions for forcing a reinstall then.

  1. Configure your antivirus software so that it will not interfere with the installation.
  2. Select File > Quit from the Arduino IDE menus if it is running.
  3. Delete the folder at the following path:
    C:\Users\john\AppData\Local\Arduino15\packages\builtin\tools\serial-discovery\1.4.0
    
    :exclamation: If looking for it with your file browser 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".
    :warning: Please be very careful when deleting things from your computer. When in doubt, back up!
  4. Delete the folder at the following path:
    C:\Users\john\AppData\Local\Arduino15\packages\builtin\tools\mdns-discovery\1.0.9
    
  5. Start Arduino IDE.

Now check to see whether the port of your Arduino board is shown under the Tools > Port menu in Arduino IDE.

On every startup, Arduino IDE checks to see whether the tool is installed and installs it if it is not found. So if you delete the installation of serial-discovery, this will cause Arduino IDE to install it again. Hopefully the installation will have been successful this time

Good initiative, and certainly worth a try, but uninstalling Arduino IDE only uninstalls the application, while the serial-discovery tool is installed in a separate location and so is not affected by uninstalling and reinstalling Arduino IDE. So it is not expected that this would have fixed the problem.

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