IDE always unnecessarily offers application update and fails to install libraries

I can't even get 2.3.2 installed properly.
Every time I try to open a window it tells me to update to the latest version: 2.3.2. Then it tells me it is already installed. Then it wants to update all the libraries, and they all fail.
I restart my laptop,try to open Arduino 2.3.2 and the cycle repeats - conclusion Arduino 2.3.2 is usesless.

Dell Workstation
Ultra 7 16-core
32GB RAM
1TB drive

Please don't hijack threads @pimienta0. I have split your post out to its own topic.

Hijacking is against the Arduino forum rules. The reason is that it may sidetrack the discussion, even preventing the creator of the topic from getting the assistance they need. It also reduces your own chances of getting assistance.

This is basic forum etiquette, as explained in the "How to get the best out of this forum" guide. It contains a lot of other useful information. Please read it.

Thanks in advance for your cooperation.

Hi @pimienta0. Please add a forum reply here to tell us which operating system you are using (e.g., "Windows")?

I ask because I would like to give you the appropriate instructions for your operating system.

Windows 11 Pro

I'm going to ask you to provide some additional information that might help us to identify the problem.


:exclamation: This procedure is not intended to solve the problem. The purpose is to gather more information.


Please do this:

  1. Select File > Quit from the Arduino IDE menus if it is running.
    All Arduino IDE windows will close.
  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.
    A context menu will open.
  5. Select "Open PowerShell window here" from the menu.
    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, for the spurious update offer to appear, and for the library installations to fail.
  9. Switch back to the PowerShell window.
  10. Press the Ctrl+Shift+A keyboard shortcut.
    This will select all the text in the PowerShell window.
  11. Press the Ctrl+C keyboard shortcut.
    This will copy the contents of the PowerShell window to the clipboard.
  12. Open a forum reply here by clicking the "Reply" button.
  13. 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 block icon on toolbar
  14. Press the Ctrl+V keyboard shortcut.
    This will paste the output into the code block.
  15. Move the cursor outside of the code block markup before you add any additional text to your reply.
  16. Click the "Reply" button to post the output.

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

Been working fine for me for months.

@sonofcy

Since when are you using Win11? Sick and tired of the Mac?

I have one of each, plus a *nix box plus a Pi5.

I am very grateful for your help but I’m sorry, I have no idea what the post composer toolbar is, or where the icon is. I eventually found PowerShell after clicking on “Open in Terminal”. (Using Office 2021)

Charles

Windows PowerShell

Copyright (C) Microsoft Corporation. All rights reserved.

Install the latest PowerShell for new features and improvements! https://aka.ms/PSWindows

PS C:\Program Files\Arduino IDE> & ".\Arduino IDE"

PS C:\Program Files\Arduino IDE>

Arduino IDE 2.3.2

Checking for frontend application configuration customizations. Module path: C:\Program Files\Arduino IDE\resources\app\lib\backend\electron-main.js, destination 'package.json': C:\Program Files\Arduino IDE\resources\app\package.json

Setting 'theia.frontend.config.appVersion' application configuration value to: "2.3.2" (type of string)

Setting 'theia.frontend.config.cliVersion' application configuration value to: "0.35.3" (type of string)

Setting 'theia.frontend.config.buildDate' application configuration value to: "2024-02-20T10:04:35.814Z" (type of string)

Frontend application configuration after modifications: {"applicationName":"Arduino IDE","defaultTheme":{"light":"arduino-theme","dark":"arduino-theme-dark"},"defaultIconTheme":"none","electron":{"windowOptions":{}},"defaultLocale":"","validatePreferencesSchema":false,"preferences":{"window.title":"${rootName}${activeEditorShort}${appName}","files.autoSave":"afterDelay","editor.minimap.enabled":false,"editor.tabSize":2,"editor.scrollBeyondLastLine":false,"editor.quickSuggestions":{"other":false,"comments":false,"strings":false},"editor.maxTokenizationLineLength":500,"editor.bracketPairColorization.enabled":false,"breadcrumbs.enabled":false,"workbench.tree.renderIndentGuides":"none","explorer.compactFolders":false},"appVersion":"2.3.2","cliVersion":"0.35.3","buildDate":"2024-02-20T10:04:35.814Z"}

Starting backend process. PID: 16816

Using browser-only version of superagent in non-browser environment

Configuration directory URI: 'file:///c%3A/Users/cduck/.arduinoIDE'

Configuring to accept webviews on '^.+\.webview\..+$' hostname.

2024-08-13T10:17:41.553Z root INFO Backend Object.initialize: 3.0 ms [Finished 0.652 s after backend start]

2024-08-13T10:17:41.554Z root INFO Backend Object.configure: 2.4 ms [Finished 0.652 s after backend start]

2024-08-13T10:17:41.554Z root INFO Backend s.onStart: 1.2 ms [Finished 0.653 s after backend start]

2024-08-13T10:17:41.554Z root INFO Backend s.configure: 0.4 ms [Finished 0.668 s after backend start]

2024-08-13T10:17:41.555Z root INFO Backend d.onStart: 0.3 ms [Finished 0.668 s after backend start]

2024-08-13T10:17:41.555Z root INFO Backend d.configure: 0.1 ms [Finished 0.668 s after backend start]

2024-08-13T10:17:41.556Z root INFO Backend d.initialize: 15.6 ms [Finished 0.668 s after backend start]

2024-08-13T10:17:41.556Z root INFO Backend c.onStart: 0.2 ms [Finished 0.668 s after backend start]

2024-08-13T10:17:41.556Z root INFO Backend a.configure: 0.9 ms [Finished 0.669 s after backend start]

2024-08-13T10:17:41.557Z config INFO >>> Initializing CLI configuration...

2024-08-13T10:17:41.557Z root INFO Backend c.initialize: 0.3 ms [Finished 0.669 s after backend start]

2024-08-13T10:17:41.558Z root INFO Backend R.onStart: 0.5 ms [Finished 0.670 s after backend start]

2024-08-13T10:17:41.558Z config INFO Loading CLI configuration from c:\Users\cduck\.arduinoIDE\arduino-cli.yaml...

2024-08-13T10:17:41.558Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...

2024-08-13T10:17:41.558Z root INFO Backend a.initialize: 0.2 ms [Finished 0.670 s after backend start]

2024-08-13T10:17:41.558Z root INFO Backend w.onStart: 0.8 ms [Finished 0.671 s after backend start]

2024-08-13T10:17:41.558Z root INFO Backend r.configure: 1.2 ms [Finished 0.671 s after backend start]

2024-08-13T10:17:41.559Z discovery-log INFO start

2024-08-13T10:17:41.559Z discovery-log INFO start new deferred

2024-08-13T10:17:41.559Z root INFO Backend d.initialize: 0.3 ms [Finished 0.671 s after backend start]

2024-08-13T10:17:41.559Z root INFO Backend y.onStart: 1.6 ms [Finished 0.673 s after backend start]

2024-08-13T10:17:41.559Z root INFO Backend r.configure: 1.4 ms [Finished 0.673 s after backend start]

2024-08-13T10:17:41.559Z root INFO Backend a.onStart: 0.3 ms [Finished 0.674 s after backend start]

2024-08-13T10:17:41.559Z root INFO Backend h.configure: 0.3 ms [Finished 0.674 s after backend start]

2024-08-13T10:17:41.559Z root INFO Backend s.configure: 0.1 ms [Finished 0.674 s after backend start]

2024-08-13T10:17:41.559Z root INFO Backend l.configure: 0.0 ms [Finished 0.674 s after backend start]

2024-08-13T10:17:41.560Z root INFO Theia app listening on http://127.0.0.1:64306.

2024-08-13T10:17:41.560Z root INFO Finished starting backend application: 1.7 ms [Finished 0.675 s after backend start]

2024-08-13T10:17:41.561Z root WARN The local plugin referenced by local-dir:/c%3A/Users/cduck/.arduinoIDE/plugins does not exist.

2024-08-13T10:17:41.561Z root WARN The local plugin referenced by local-dir:/c%3A/Users/cduck/.arduinoIDE/extensions does not exist.

2024-08-13T10:17:41.561Z root WARN The local plugin referenced by local-dir:C:\Users\cduck\.arduinoIDE\plugins does not exist.

2024-08-13T10:17:41.567Z config INFO Loaded CLI configuration: {"board_manager":{"additional_urls":[]},"daemon":{"port":"50051"},"directories":{"data":"C:\\Users\\cduck\\AppData\\Local\\Arduino15","downloads":"C:\\Users\\cduck\\AppData\\Local\\Arduino15\\staging","user":"C:\\Users\\cduck\\Documents\\Arduino"},"library":{"enable_unsafe_install":false},"logging":{"file":"","format":"text","level":"info"},"metrics":{"addr":":9090","enabled":true},"output":{"no_color":false},"sketch":{"always_export_binaries":false},"updater":{"enable_notification":true}}

2024-08-13T10:17:41.567Z config INFO 'directories.data' and 'directories.user' are set in the CLI configuration model.

2024-08-13T10:17:41.567Z config INFO Loaded the CLI configuration.

2024-08-13T10:17:42.141Z config INFO Mapped the CLI configuration: {"dataDirUri":"file:///c%3A/Users/cduck/AppData/Local/Arduino15","sketchDirUri":"file:///c%3A/Users/cduck/Documents/Arduino","additionalUrls":[],"network":"none","locale":"en"}

2024-08-13T10:17:42.141Z config INFO Validating the CLI configuration...

2024-08-13T10:17:42.141Z config INFO The CLI config is valid.

2024-08-13T10:17:42.141Z config INFO <<< Initialized the CLI configuration.

2024-08-13T10:17:42.159Z root INFO Resolve plugins list: 600.9 ms [Finished 1.274 s after backend start]

2024-08-13T10:17:42.165Z daemon INFO time="2024-08-13T11:17:42+01:00" level=info msg="Using config file: c:\\Users\\cduck\\.arduinoIDE\\arduino-cli.yaml"

time="2024-08-13T11:17:42+01:00" level=info msg="arduino-cli.exe version 0.35.3"

time="2024-08-13T11:17:42+01:00" level=info msg="Executing `arduino-cli daemon`"

Daemon is now listening on 127.0.0.1:64307

{"IP":"127.0.0.1","Port":"64307"}

2024-08-13T10:17:42.165Z daemon INFO Daemon is running.

2024-08-13T10:17:42.197Z daemon INFO time="2024-08-13T11:17:42+01:00" level=info msg="Checking signature" index="C:\\Users\\cduck\\AppData\\Local\\Arduino15\\package_index.json" signatureFile="C:\\Users\\cduck\\AppData\\Local\\Arduino15\\package_index.json.sig" trusted=true

2024-08-13T10:17:42.197Z daemon INFO time="2024-08-13T11:17:42+01:00" level=info msg="Loading hardware from: C:\\Users\\cduck\\AppData\\Local\\Arduino15\\packages"

2024-08-13T10:17:42.199Z daemon INFO time="2024-08-13T11:17:42+01:00" level=info msg="Loading package Arrow from: C:\\Users\\cduck\\AppData\\Local\\Arduino15\\packages\\Arrow\\hardware"

2024-08-13T10:17:42.199Z daemon INFO time="2024-08-13T11:17:42+01:00" level=info msg="Missing signature file" index="C:\\Users\\cduck\\AppData\\Local\\Arduino15\\packages\\Arrow\\hardware\\samd\\2.1.0\\installed.json"

2024-08-13T10:17:42.200Z daemon INFO time="2024-08-13T11:17:42+01:00" level=info msg="Adding monitor tool" protocol=serial tool="builtin:serial-monitor"

time="2024-08-13T11:17:42+01:00" level=info msg="Loaded platform" platform="Arrow:samd@2.1.0"

2024-08-13T10:17:42.201Z daemon INFO time="2024-08-13T11:17:42+01:00" level=info msg="Loading package Intel from: C:\\Users\\cduck\\AppData\\Local\\Arduino15\\packages\\Intel\\hardware"

2024-08-13T10:17:42.201Z daemon INFO time="2024-08-13T11:17:42+01:00" level=info msg="Missing signature file" index="C:\\Users\\cduck\\AppData\\Local\\Arduino15\\packages\\Intel\\hardware\\arc32\\2.0.6\\installed.json"

2024-08-13T10:17:42.202Z daemon INFO time="2024-08-13T11:17:42+01:00" level=info msg="Adding monitor tool" protocol=serial tool="builtin:serial-monitor"

time="2024-08-13T11:17:42+01:00" level=info msg="Loaded platform" platform="Intel:arc32@2.0.6"

2024-08-13T10:17:42.202Z daemon INFO time="2024-08-13T11:17:42+01:00" level=info msg="Missing signature file" index="C:\\Users\\cduck\\AppData\\Local\\Arduino15\\packages\\Intel\\hardware\\i586\\1.6.7+1.0\\installed.json"

2024-08-13T10:17:42.203Z daemon INFO time="2024-08-13T11:17:42+01:00" level=info msg="Adding monitor tool" protocol=serial tool="builtin:serial-monitor"

2024-08-13T10:17:42.203Z daemon INFO time="2024-08-13T11:17:42+01:00" level=info msg="Loaded platform" platform="Intel:i586@1.6.7+1.0"

2024-08-13T10:17:42.203Z daemon INFO time="2024-08-13T11:17:42+01:00" level=info msg="Missing signature file" index="C:\\Users\\cduck\\AppData\\Local\\Arduino15\\packages\\Intel\\hardware\\i686\\1.6.7+1.0\\installed.json"

2024-08-13T10:17:42.203Z daemon INFO time="2024-08-13T11:17:42+01:00" level=info msg="Adding monitor tool" protocol=serial tool="builtin:serial-monitor"

2024-08-13T10:17:42.203Z daemon INFO time="2024-08-13T11:17:42+01:00" level=info msg="Loaded platform" platform="Intel:i686@1.6.7+1.0"

2024-08-13T10:17:42.204Z daemon INFO time="2024-08-13T11:17:42+01:00" level=info msg="Checking existence of 'tools' path: C:\\Users\\cduck\\AppData\\Local\\Arduino15\\packages\\Intel\\tools"

time="2024-08-13T11:17:42+01:00" level=info msg="Loading tools from dir: C:\\Users\\cduck\\AppData\\Local\\Arduino15\\packages\\Intel\\tools"

2024-08-13T10:17:42.205Z daemon INFO time="2024-08-13T11:17:42+01:00" level=info msg="Loaded tool" tool="Intel:arc-elf32@1.6.9+1.0.1"

2024-08-13T10:17:42.205Z daemon INFO time="2024-08-13T11:17:42+01:00" level=info msg="Loaded tool" tool="Intel:arduino101load@2.3.0"

2024-08-13T10:17:42.205Z daemon INFO time="2024-08-13T11:17:42+01:00" level=info msg="Loaded tool" tool="Intel:core2-32-poky-linux@1.6.2+1.0"

2024-08-13T10:17:42.205Z daemon INFO time="2024-08-13T11:17:42+01:00" level=info msg="Loaded tool" tool="Intel:flashpack@2.0.0"

2024-08-13T10:17:42.206Z daemon INFO time="2024-08-13T11:17:42+01:00" level=info msg="Loaded tool" tool="Intel:i586-poky-linux-uclibc@1.6.2+1.0"

2024-08-13T10:17:42.206Z daemon INFO time="2024-08-13T11:17:42+01:00" level=info msg="Loaded tool" tool="Intel:openocd@0.9.0+0.1"

2024-08-13T10:17:42.206Z daemon INFO time="2024-08-13T11:17:42+01:00" level=info msg="Loaded tool" tool="Intel:sketchUploader@1.6.2+1.0"

2024-08-13T10:17:42.207Z daemon INFO time="2024-08-13T11:17:42+01:00" level=info msg="Loading package Microsoft from: C:\\Users\\cduck\\AppData\\Local\\Arduino15\\packages\\Microsoft\\hardware"

2024-08-13T10:17:42.207Z daemon INFO time="2024-08-13T11:17:42+01:00" level=info msg="Missing signature file" index="C:\\Users\\cduck\\AppData\\Local\\Arduino15\\packages\\Microsoft\\hardware\\win10\\1.1.2\\installed.json"

2024-08-13T10:17:42.208Z daemon INFO time="2024-08-13T11:17:42+01:00" level=info msg="Adding monitor tool" protocol=serial tool="builtin:serial-monitor"

2024-08-13T10:17:42.208Z daemon INFO time="2024-08-13T11:17:42+01:00" level=info msg="Loaded platform" platform="Microsoft:win10@1.1.2"

2024-08-13T10:17:42.209Z daemon INFO time="2024-08-13T11:17:42+01:00" level=info msg="Loading package arduino from: C:\\Users\\cduck\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware"

2024-08-13T10:17:42.212Z daemon INFO time="2024-08-13T11:17:42+01:00" level=info msg="Missing signature file" index="C:\\Users\\cduck\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\installed.json"

2024-08-13T10:17:42.213Z daemon INFO time="2024-08-13T11:17:42+01:00" level=info msg="Adding monitor tool" protocol=serial tool="builtin:serial-monitor"

time="2024-08-13T11:17:42+01:00" level=info msg="Loaded platform" platform="arduino:avr@1.8.6"

2024-08-13T10:17:42.214Z daemon INFO time="2024-08-13T11:17:42+01:00" level=info msg="Missing signature file" index="C:\\Users\\cduck\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13\\installed.json"

2024-08-13T10:17:42.215Z daemon INFO time="2024-08-13T11:17:42+01:00" level=info msg="Adding monitor tool" protocol=serial tool="builtin:serial-monitor"

time="2024-08-13T11:17:42+01:00" level=info msg="Loaded platform" platform="arduino:esp32@2.0.13"

2024-08-13T10:17:42.216Z daemon INFO time="2024-08-13T11:17:42+01:00" level=info msg="Missing signature file" index="C:\\Users\\cduck\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\mbed\\3.3.0\\installed.json"

2024-08-13T10:17:42.216Z daemon INFO time="2024-08-13T11:17:42+01:00" level=info msg="Adding monitor tool" protocol=serial tool="builtin:serial-monitor"

time="2024-08-13T11:17:42+01:00" level=info msg="Loaded platform" platform="arduino:mbed@3.3.0"

2024-08-13T10:17:42.218Z daemon INFO time="2024-08-13T11:17:42+01:00" level=info msg="Missing signature file" index="C:\\Users\\cduck\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\mbed_nicla\\4.1.5\\installed.json"

2024-08-13T10:17:42.219Z daemon INFO time="2024-08-13T11:17:42+01:00" level=info msg="Adding monitor tool" protocol=serial tool="builtin:serial-monitor"

time="2024-08-13T11:17:42+01:00" level=info msg="Loaded platform" platform="arduino:mbed_nicla@4.1.5"

2024-08-13T10:17:42.220Z daemon INFO time="2024-08-13T11:17:42+01:00" level=info msg="Missing signature file" index="C:\\Users\\cduck\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\mbed_opta\\4.1.6\\installed.json"

2024-08-13T10:17:42.221Z daemon INFO time="2024-08-13T11:17:42+01:00" level=info msg="Adding monitor tool" protocol=serial tool="builtin:serial-monitor"

time="2024-08-13T11:17:42+01:00" level=info msg="Loaded platform" platform="arduino:mbed_opta@4.1.6"

2024-08-13T10:17:42.222Z daemon INFO time="2024-08-13T11:17:42+01:00" level=info msg="Missing signature file" index="C:\\Users\\cduck\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\mbed_portenta\\4.1.5\\installed.json"

2024-08-13T10:17:42.222Z daemon INFO time="2024-08-13T11:17:42+01:00" level=info msg="Adding monitor tool" protocol=serial tool="builtin:serial-monitor"

time="2024-08-13T11:17:42+01:00" level=info msg="Loaded platform" platform="arduino:mbed_portenta@4.1.5"

2024-08-13T10:17:42.223Z daemon INFO time="2024-08-13T11:17:42+01:00" level=info msg="Missing signature file" index="C:\\Users\\cduck\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\mbed_rp2040\\4.1.5\\installed.json"

2024-08-13T10:17:42.224Z daemon INFO time="2024-08-13T11:17:42+01:00" level=info msg="Adding monitor tool" protocol=serial tool="builtin:serial-monitor"

time="2024-08-13T11:17:42+01:00" level=info msg="Loaded platform" platform="arduino:mbed_rp2040@4.1.5"

2024-08-13T10:17:42.225Z daemon INFO time="2024-08-13T11:17:42+01:00" level=info msg="Missing signature file" index="C:\\Users\\cduck\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\installed.json"

2024-08-13T10:17:42.225Z daemon INFO time="2024-08-13T11:17:42+01:00" level=info msg="Adding monitor tool" protocol=serial tool="builtin:serial-monitor"

time="2024-08-13T11:17:42+01:00" level=info msg="Loaded platform" platform="arduino:megaavr@1.8.8"

2024-08-13T10:17:42.227Z daemon INFO time="2024-08-13T11:17:42+01:00" level=info msg="Missing signature file" index="C:\\Users\\cduck\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\nrf52\\1.0.2\\installed.json"

time="2024-08-13T11:17:42+01:00" level=info msg="Adding monitor tool" protocol=serial tool="builtin:serial-monitor"

time="2024-08-13T11:17:42+01:00" level=info msg="Loaded platform" platform="arduino:nrf52@1.0.2"

2024-08-13T10:17:42.229Z daemon INFO time="2024-08-13T11:17:42+01:00" level=info msg="Missing signature file" index="C:\\Users\\cduck\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\renesas_portenta\\1.2.0\\installed.json"

2024-08-13T10:17:42.229Z daemon INFO time="2024-08-13T11:17:42+01:00" level=info msg="Adding monitor tool" protocol=serial tool="builtin:serial-monitor"

time="2024-08-13T11:17:42+01:00" level=info msg="Loaded platform" platform="arduino:renesas_portenta@1.2.0"

2024-08-13T10:17:42.230Z daemon INFO time="2024-08-13T11:17:42+01:00" level=info msg="Missing signature file" index="C:\\Users\\cduck\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\renesas_uno\\1.2.0\\installed.json"

2024-08-13T10:17:42.231Z daemon INFO time="2024-08-13T11:17:42+01:00" level=info msg="Adding monitor tool" protocol=serial tool="builtin:serial-monitor"

time="2024-08-13T11:17:42+01:00" level=info msg="Loaded platform" platform="arduino:renesas_uno@1.2.0"

2024-08-13T10:17:42.231Z daemon INFO time="2024-08-13T11:17:42+01:00" level=info msg="Missing signature file" index="C:\\Users\\cduck\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\sam\\1.6.12\\installed.json"

2024-08-13T10:17:42.232Z daemon INFO time="2024-08-13T11:17:42+01:00" level=info msg="Adding monitor tool" protocol=serial tool="builtin:serial-monitor"

time="2024-08-13T11:17:42+01:00" level=info msg="Loaded platform" platform="arduino:sam@1.6.12"

2024-08-13T10:17:42.233Z daemon INFO time="2024-08-13T11:17:42+01:00" level=info msg="Missing signature file" index="C:\\Users\\cduck\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\samd\\1.8.14\\installed.json"

2024-08-13T10:17:42.234Z daemon INFO time="2024-08-13T11:17:42+01:00" level=info msg="Adding monitor tool" protocol=serial tool="builtin:serial-monitor"

time="2024-08-13T11:17:42+01:00" level=info msg="Loaded platform" platform="arduino:samd@1.8.14"

2024-08-13T10:17:42.234Z daemon INFO time="2024-08-13T11:17:42+01:00" level=info msg="Checking existence of 'tools' path: C:\\Users\\cduck\\AppData\\Local\\Arduino15\\packages\\arduino\\tools"

time="2024-08-13T11:17:42+01:00" level=info msg="Loading tools from dir: C:\\Users\\cduck\\AppData\\Local\\Arduino15\\packages\\arduino\\tools"

2024-08-13T10:17:42.235Z daemon INFO time="2024-08-13T11:17:42+01:00" level=info msg="Loaded tool" tool="arduino:CMSIS@4.5.0"

2024-08-13T10:17:42.235Z daemon INFO time="2024-08-13T11:17:42+01:00" level=info msg="Loaded tool" tool="arduino:CMSIS-Atmel@1.0.0"

2024-08-13T10:17:42.235Z daemon INFO time="2024-08-13T11:17:42+01:00" level=info msg="Loaded tool" tool="arduino:CMSIS-Atmel@1.2.0"

2024-08-13T10:17:42.235Z daemon INFO time="2024-08-13T11:17:42+01:00" level=info msg="Loaded tool" tool="arduino:adb@32.0.0"

2024-08-13T10:17:42.235Z daemon INFO time="2024-08-13T11:17:42+01:00" level=info msg="Loaded tool" tool="arduino:arduinoOTA@1.2.1"

2024-08-13T10:17:42.236Z daemon INFO time="2024-08-13T11:17:42+01:00" level=info msg="Loaded tool" tool="arduino:arduinoOTA@1.3.0"

2024-08-13T10:17:42.236Z daemon INFO time="2024-08-13T11:17:42+01:00" level=info msg="Loaded tool" tool="arduino:arm-none-eabi-gcc@4.8.3-2014q1"

2024-08-13T10:17:42.236Z daemon INFO time="2024-08-13T11:17:42+01:00" level=info msg="Loaded tool" tool="arduino:arm-none-eabi-gcc@7-2017q4"

2024-08-13T10:17:42.236Z daemon INFO time="2024-08-13T11:17:42+01:00" level=info msg="Loaded tool" tool="arduino:avr-gcc@4.8.1-arduino5"

2024-08-13T10:17:42.236Z daemon INFO time="2024-08-13T11:17:42+01:00" level=info msg="Loaded tool" tool="arduino:avr-gcc@7.3.0-atmel3.6.1-arduino5"

time="2024-08-13T11:17:42+01:00" level=info msg="Loaded tool" tool="arduino:avr-gcc@7.3.0-atmel3.6.1-arduino7"

2024-08-13T10:17:42.236Z daemon INFO time="2024-08-13T11:17:42+01:00" level=info msg="Loaded tool" tool="arduino:avrdude@6.0.1-arduino5"

time="2024-08-13T11:17:42+01:00" level=info msg="Loaded tool" tool="arduino:avrdude@6.3.0-arduino17"

time="2024-08-13T11:17:42+01:00" level=info msg="Loaded tool" tool="arduino:avrdude@6.3.0-arduino8"

2024-08-13T10:17:42.236Z daemon INFO time="2024-08-13T11:17:42+01:00" level=info msg="Loaded tool" tool="arduino:bossac@1.6.1-arduino"

time="2024-08-13T11:17:42+01:00" level=info msg="Loaded tool" tool="arduino:bossac@1.7.0-arduino3"

2024-08-13T10:17:42.236Z daemon INFO time="2024-08-13T11:17:42+01:00" level=info msg="Loaded tool" tool="arduino:bossac@1.9.1-arduino2"

time="2024-08-13T11:17:42+01:00" level=info msg="Loaded tool" tool="arduino:bossac@1.9.1-arduino5"

2024-08-13T10:17:42.237Z daemon INFO time="2024-08-13T11:17:42+01:00" level=info msg="Loaded tool" tool="arduino:dfu-util@0.10.0-arduino1"

time="2024-08-13T11:17:42+01:00" level=info msg="Loaded tool" tool="arduino:dfu-util@0.11.0-arduino5"

2024-08-13T10:17:42.237Z daemon INFO time="2024-08-13T11:17:42+01:00" level=info msg="Loaded tool" tool="arduino:dfu-util@0.9.0-arduino1"

2024-08-13T10:17:42.237Z daemon INFO time="2024-08-13T11:17:42+01:00" level=info msg="Loaded tool" tool="arduino:imgtool@1.8.0-arduino.2"

2024-08-13T10:17:42.237Z daemon INFO time="2024-08-13T11:17:42+01:00" level=info msg="Loaded tool" tool="arduino:nrf5x-cl-tools@9.3.1"

2024-08-13T10:17:42.237Z daemon INFO time="2024-08-13T11:17:42+01:00" level=info msg="Loaded tool" tool="arduino:openocd@0.10.0-arduino1-static"

2024-08-13T10:17:42.237Z daemon INFO time="2024-08-13T11:17:42+01:00" level=info msg="Loaded tool" tool="arduino:openocd@0.10.0-arduino7"

time="2024-08-13T11:17:42+01:00" level=info msg="Loaded tool" tool="arduino:openocd@0.11.0-arduino2"

time="2024-08-13T11:17:42+01:00" level=info msg="Loaded tool" tool="arduino:openocd@0.9.0-arduino"

2024-08-13T10:17:42.238Z daemon INFO time="2024-08-13T11:17:42+01:00" level=info msg="Loaded tool" tool="arduino:rp2040tools@1.0.6"

2024-08-13T10:17:42.238Z daemon INFO time="2024-08-13T11:17:42+01:00" level=info msg="Loading package atmel-avr-xminis from: C:\\Users\\cduck\\AppData\\Local\\Arduino15\\packages\\atmel-avr-xminis\\hardware"

2024-08-13T10:17:42.239Z daemon INFO time="2024-08-13T11:17:42+01:00" level=info msg="Missing signature file" index="C:\\Users\\cduck\\AppData\\Local\\Arduino15\\packages\\atmel-avr-xminis\\hardware\\avr\\0.6.0\\installed.json"

2024-08-13T10:17:42.239Z daemon INFO time="2024-08-13T11:17:42+01:00" level=info msg="Adding monitor tool" protocol=serial tool="builtin:serial-monitor"

time="2024-08-13T11:17:42+01:00" level=info msg="Loaded platform" platform="atmel-avr-xminis:avr@0.6.0"

2024-08-13T10:17:42.240Z daemon INFO time="2024-08-13T11:17:42+01:00" level=info msg="Loading package builtin from: C:\\Users\\cduck\\AppData\\Local\\Arduino15\\packages\\builtin"

2024-08-13T10:17:42.240Z daemon INFO time="2024-08-13T11:17:42+01:00" level=info msg="Checking existence of 'tools' path: C:\\Users\\cduck\\AppData\\Local\\Arduino15\\packages\\builtin\\tools"

time="2024-08-13T11:17:42+01:00" level=info msg="Loading tools from dir: C:\\Users\\cduck\\AppData\\Local\\Arduino15\\packages\\builtin\\tools"

2024-08-13T10:17:42.240Z daemon INFO time="2024-08-13T11:17:42+01:00" level=info msg="Loaded tool" tool="builtin:ctags@5.8-arduino11"

2024-08-13T10:17:42.240Z daemon INFO time="2024-08-13T11:17:42+01:00" level=info msg="Loaded tool" tool="builtin:dfu-discovery@0.1.2"

2024-08-13T10:17:42.241Z daemon INFO time="2024-08-13T11:17:42+01:00" level=info msg="Loaded tool" tool="builtin:mdns-discovery@1.0.9"

2024-08-13T10:17:42.241Z daemon INFO time="2024-08-13T11:17:42+01:00" level=info msg="Loaded tool" tool="builtin:serial-discovery@1.4.1"

2024-08-13T10:17:42.241Z daemon INFO time="2024-08-13T11:17:42+01:00" level=info msg="Loaded tool" tool="builtin:serial-monitor@0.14.1"

2024-08-13T10:17:42.242Z daemon INFO time="2024-08-13T11:17:42+01:00" level=info msg="Loading package emoro from: C:\\Users\\cduck\\AppData\\Local\\Arduino15\\packages\\emoro\\hardware"

2024-08-13T10:17:42.242Z daemon INFO time="2024-08-13T11:17:42+01:00" level=info msg="Missing signature file" index="C:\\Users\\cduck\\AppData\\Local\\Arduino15\\packages\\emoro\\hardware\\avr\\3.2.2\\installed.json"

2024-08-13T10:17:42.243Z daemon INFO time="2024-08-13T11:17:42+01:00" level=info msg="Adding monitor tool" protocol=serial tool="builtin:serial-monitor"

time="2024-08-13T11:17:42+01:00" level=info msg="Loaded platform" platform="emoro:avr@3.2.2"

2024-08-13T10:17:42.243Z daemon INFO time="2024-08-13T11:17:42+01:00" level=info msg="Loading package esp32 from: C:\\Users\\cduck\\AppData\\Local\\Arduino15\\packages\\esp32"

2024-08-13T10:17:42.244Z daemon INFO time="2024-08-13T11:17:42+01:00" level=info msg="Checking existence of 'tools' path: C:\\Users\\cduck\\AppData\\Local\\Arduino15\\packages\\esp32\\tools"

time="2024-08-13T11:17:42+01:00" level=info msg="Loading tools from dir: C:\\Users\\cduck\\AppData\\Local\\Arduino15\\packages\\esp32\\tools"

2024-08-13T10:17:42.244Z daemon INFO time="2024-08-13T11:17:42+01:00" level=info msg="Loaded tool" tool="esp32:esptool_py@4.5.1"

2024-08-13T10:17:42.244Z daemon INFO time="2024-08-13T11:17:42+01:00" level=info msg="Loaded tool" tool="esp32:mklittlefs@3.0.0-gnu12-dc7f933"

2024-08-13T10:17:42.245Z daemon INFO time="2024-08-13T11:17:42+01:00" level=info msg="Loaded tool" tool="esp32:mkspiffs@0.2.3"

2024-08-13T10:17:42.245Z daemon INFO time="2024-08-13T11:17:42+01:00" level=info msg="Loaded tool" tool="esp32:openocd-esp32@v0.11.0-esp32-20221026"

2024-08-13T10:17:42.245Z daemon INFO time="2024-08-13T11:17:42+01:00" level=info msg="Loaded tool" tool="esp32:xtensa-esp-elf-gdb@11.2_20220823"

2024-08-13T10:17:42.246Z daemon INFO time="2024-08-13T11:17:42+01:00" level=info msg="Loaded tool" tool="esp32:xtensa-esp32s3-elf-gcc@esp-2021r2-patch5-8.4.0"

2024-08-13T10:17:42.246Z daemon INFO time="2024-08-13T11:17:42+01:00" level=info msg="Loading package industruino from: C:\\Users\\cduck\\AppData\\Local\\Arduino15\\packages\\industruino\\hardware"

2024-08-13T10:17:42.248Z daemon INFO time="2024-08-13T11:17:42+01:00" level=info msg="Missing signature file" index="C:\\Users\\cduck\\AppData\\Local\\Arduino15\\packages\\industruino\\hardware\\samd\\1.0.1\\installed.json"

2024-08-13T10:17:42.248Z daemon INFO time="2024-08-13T11:17:42+01:00" level=info msg="Adding monitor tool" protocol=serial tool="builtin:serial-monitor"

2024-08-13T10:17:42.248Z daemon INFO time="2024-08-13T11:17:42+01:00" level=info msg="Loaded platform" platform="industruino:samd@1.0.1"

2024-08-13T10:17:42.248Z daemon INFO time="2024-08-13T11:17:42+01:00" level=info msg="Checking existence of 'tools' path: C:\\Users\\cduck\\AppData\\Local\\Arduino15\\packages\\industruino\\tools"

time="2024-08-13T11:17:42+01:00" level=info msg="Loading tools from dir: C:\\Users\\cduck\\AppData\\Local\\Arduino15\\packages\\industruino\\tools"

2024-08-13T10:17:42.249Z daemon INFO time="2024-08-13T11:17:42+01:00" level=info msg="Loaded tool" tool="industruino:bossac@1.7.0-industruino"

2024-08-13T10:17:42.249Z daemon INFO time="2024-08-13T11:17:42+01:00" level=info msg="Loading package littleBits from: C:\\Users\\cduck\\AppData\\Local\\Arduino15\\packages\\littleBits\\hardware"

2024-08-13T10:17:42.250Z daemon INFO time="2024-08-13T11:17:42+01:00" level=info msg="Missing signature file" index="C:\\Users\\cduck\\AppData\\Local\\Arduino15\\packages\\littleBits\\hardware\\avr\\1.0.0\\installed.json"

2024-08-13T10:17:42.250Z daemon INFO time="2024-08-13T11:17:42+01:00" level=info msg="Adding monitor tool" protocol=serial tool="builtin:serial-monitor"

time="2024-08-13T11:17:42+01:00" level=info msg="Loaded platform" platform="littleBits:avr@1.0.0"

2024-08-13T10:17:42.251Z daemon INFO time="2024-08-13T11:17:42+01:00" level=info msg="Loading package renesas from: C:\\Users\\cduck\\AppData\\Local\\Arduino15\\packages\\renesas\\hardware"

2024-08-13T10:17:42.251Z daemon INFO time="2024-08-13T11:17:42+01:00" level=info msg="Missing signature file" index="C:\\Users\\cduck\\AppData\\Local\\Arduino15\\packages\\renesas\\hardware\\rl78g22_fpb\\2.2.1\\installed.json"

2024-08-13T10:17:42.252Z daemon INFO time="2024-08-13T11:17:42+01:00" level=info msg="Adding monitor tool" protocol=serial tool="builtin:serial-monitor"

time="2024-08-13T11:17:42+01:00" level=info msg="Loaded platform" platform="renesas:rl78g22_fpb@2.2.1"

2024-08-13T10:17:42.252Z daemon INFO time="2024-08-13T11:17:42+01:00" level=info msg="Missing signature file" index="C:\\Users\\cduck\\AppData\\Local\\Arduino15\\packages\\renesas\\hardware\\rl78g23_fpb_p64\\2.3.2\\installed.json"

2024-08-13T10:17:42.253Z daemon INFO time="2024-08-13T11:17:42+01:00" level=info msg="Adding monitor tool" protocol=serial tool="builtin:serial-monitor"

time="2024-08-13T11:17:42+01:00" level=info msg="Loaded platform" platform="renesas:rl78g23_fpb_p64@2.3.2"

2024-08-13T10:17:42.253Z daemon INFO time="2024-08-13T11:17:42+01:00" level=info msg="Checking existence of 'tools' path: C:\\Users\\cduck\\AppData\\Local\\Arduino15\\packages\\renesas\\tools"

time="2024-08-13T11:17:42+01:00" level=info msg="Loading tools from dir: C:\\Users\\cduck\\AppData\\Local\\Arduino15\\packages\\renesas\\tools"

2024-08-13T10:17:42.253Z daemon INFO time="2024-08-13T11:17:42+01:00" level=info msg="Loaded tool" tool="renesas:llvm-rl78@10.0.0.202312"

2024-08-13T10:17:42.253Z daemon INFO time="2024-08-13T11:17:42+01:00" level=info msg="Loaded tool" tool="renesas:rl78@1.2.1-g2x"

time="2024-08-13T11:17:42+01:00" level=info msg="Loading hardware from: C:\\Users\\cduck\\Documents\\Arduino\\hardware"

2024-08-13T10:17:42.257Z daemon INFO time="2024-08-13T11:17:42+01:00" level=info msg="Adding libraries dir" dir="C:\\Users\\cduck\\AppData\\Local\\Arduino15\\packages\\Arrow\\hardware\\samd\\2.1.0\\libraries" location=platform

2024-08-13T10:17:42.259Z daemon INFO time="2024-08-13T11:17:42+01:00" level=info msg="Adding libraries dir" dir="C:\\Users\\cduck\\AppData\\Local\\Arduino15\\packages\\atmel-avr-xminis\\hardware\\avr\\0.6.0\\libraries" location=platform

2024-08-13T10:17:42.262Z daemon INFO time="2024-08-13T11:17:42+01:00" level=info msg="Adding libraries dir" dir="C:\\Users\\cduck\\AppData\\Local\\Arduino15\\packages\\emoro\\hardware\\avr\\3.2.2\\libraries" location=platform

2024-08-13T10:17:42.267Z daemon INFO time="2024-08-13T11:17:42+01:00" level=info msg="Adding libraries dir" dir="C:\\Users\\cduck\\AppData\\Local\\Arduino15\\packages\\renesas\\hardware\\rl78g22_fpb\\2.2.1\\libraries" location=platform

2024-08-13T10:17:42.269Z daemon INFO time="2024-08-13T11:17:42+01:00" level=info msg="Adding libraries dir" dir="C:\\Users\\cduck\\AppData\\Local\\Arduino15\\packages\\renesas\\hardware\\rl78g23_fpb_p64\\2.3.2\\libraries" location=platform

2024-08-13T10:17:42.272Z daemon INFO time="2024-08-13T11:17:42+01:00" level=info msg="Adding libraries dir" dir="C:\\Users\\cduck\\AppData\\Local\\Arduino15\\packages\\industruino\\hardware\\samd\\1.0.1\\libraries" location=platform

2024-08-13T10:17:42.275Z daemon INFO time="2024-08-13T11:17:42+01:00" level=info msg="Adding libraries dir" dir="C:\\Users\\cduck\\AppData\\Local\\Arduino15\\packages\\Intel\\hardware\\arc32\\2.0.6\\libraries" location=platform

2024-08-13T10:17:42.279Z daemon INFO time="2024-08-13T11:17:42+01:00" level=info msg="Adding libraries dir" dir="C:\\Users\\cduck\\AppData\\Local\\Arduino15\\packages\\Intel\\hardware\\i586\\1.6.7+1.0\\libraries" location=platform

2024-08-13T10:17:42.282Z daemon INFO time="2024-08-13T11:17:42+01:00" level=info msg="Adding libraries dir" dir="C:\\Users\\cduck\\AppData\\Local\\Arduino15\\packages\\Intel\\hardware\\i686\\1.6.7+1.0\\libraries" location=platform

2024-08-13T10:17:42.285Z daemon INFO time="2024-08-13T11:17:42+01:00" level=info msg="Adding libraries dir" dir="C:\\Users\\cduck\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\mbed_opta\\4.1.6\\libraries" location=platform

2024-08-13T10:17:42.289Z daemon INFO time="2024-08-13T11:17:42+01:00" level=info msg="Adding libraries dir" dir="C:\\Users\\cduck\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\libraries" location=platform

2024-08-13T10:17:42.292Z daemon INFO time="2024-08-13T11:17:42+01:00" level=info msg="Adding libraries dir" dir="C:\\Users\\cduck\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\nrf52\\1.0.2\\libraries" location=platform

2024-08-13T10:17:42.297Z daemon INFO time="2024-08-13T11:17:42+01:00" level=info msg="Adding libraries dir" dir="C:\\Users\\cduck\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\mbed_portenta\\4.1.5\\libraries" location=platform

2024-08-13T10:17:42.301Z daemon INFO time="2024-08-13T11:17:42+01:00" level=info msg="Adding libraries dir" dir="C:\\Users\\cduck\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\mbed_rp2040\\4.1.5\\libraries" location=platform

2024-08-13T10:17:42.305Z daemon INFO time="2024-08-13T11:17:42+01:00" level=info msg="Adding libraries dir" dir="C:\\Users\\cduck\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\mbed\\3.3.0\\libraries" location=platform

2024-08-13T10:17:42.309Z daemon INFO time="2024-08-13T11:17:42+01:00" level=info msg="Adding libraries dir" dir="C:\\Users\\cduck\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\renesas_portenta\\1.2.0\\libraries" location=platform

2024-08-13T10:17:42.314Z daemon INFO time="2024-08-13T11:17:42+01:00" level=info msg="Adding libraries dir" dir="C:\\Users\\cduck\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\sam\\1.6.12\\libraries" location=platform

2024-08-13T10:17:42.318Z daemon INFO time="2024-08-13T11:17:42+01:00" level=info msg="Adding libraries dir" dir="C:\\Users\\cduck\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\samd\\1.8.14\\libraries" location=platform

2024-08-13T10:17:42.322Z daemon INFO time="2024-08-13T11:17:42+01:00" level=info msg="Adding libraries dir" dir="C:\\Users\\cduck\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\libraries" location=platform

2024-08-13T10:17:42.327Z daemon INFO time="2024-08-13T11:17:42+01:00" level=info msg="Adding libraries dir" dir="C:\\Users\\cduck\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13\\libraries" location=platform

2024-08-13T10:17:42.334Z daemon INFO time="2024-08-13T11:17:42+01:00" level=info msg="Adding libraries dir" dir="C:\\Users\\cduck\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\mbed_nicla\\4.1.5\\libraries" location=platform

2024-08-13T10:17:42.340Z daemon INFO time="2024-08-13T11:17:42+01:00" level=info msg="Adding libraries dir" dir="C:\\Users\\cduck\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\renesas_uno\\1.2.0\\libraries" location=platform

time="2024-08-13T11:17:42+01:00" level=info msg="Loading libraries index file" index="C:\\Users\\cduck\\AppData\\Local\\Arduino15\\library_index.json"

2024-08-13T10:17:42.474Z daemon INFO time="2024-08-13T11:17:42+01:00" level=info msg="Adding libraries dir" dir="C:\\Users\\cduck\\AppData\\Local\\Arduino15\\libraries" location=ide

2024-08-13T10:17:42.477Z daemon INFO time="2024-08-13T11:17:42+01:00" level=info msg="Adding libraries dir" dir="C:\\Users\\cduck\\Documents\\Arduino\\libraries" location=user

Opening channel for service path '/services/electron-window'.

Opening channel for service path '/services/ide-updater'.

2024-08-13T10:17:43.683Z root WARN Frontend a.configure took longer than the expected maximum 100 milliseconds: 497.7 ms [Finished 1.952 s after frontend start]

2024-08-13T10:17:43.686Z root WARN A command editor.action.toggleStickyScroll is already registered.

2024-08-13T10:17:44.331Z root WARN Frontend D.onStart took longer than the expected maximum 100 milliseconds: 578.9 ms [Finished 2.594 s after frontend start]

2024-08-13T10:17:45.055Z discovery-log INFO start resolved watching

2024-08-13T10:17:45.055Z daemon INFO time="2024-08-13T11:17:45+01:00" level=info msg="starting discovery builtin:serial-discovery process"

2024-08-13T10:17:45.056Z daemon INFO time="2024-08-13T11:17:45+01:00" level=info msg="starting discovery builtin:mdns-discovery process"

2024-08-13T10:17:45.057Z daemon INFO time="2024-08-13T11:17:45+01:00" level=info msg="starting discovery builtin:dfu-discovery process"

2024-08-13T10:17:45.060Z daemon INFO time="2024-08-13T11:17:45+01:00" level=info msg="started discovery builtin:serial-discovery process"

time="2024-08-13T11:17:45+01:00" level=info msg="sending command HELLO 1 \"arduino-cli 0.35.3\" to discovery builtin:serial-discovery"

2024-08-13T10:17:45.069Z daemon INFO time="2024-08-13T11:17:45+01:00" level=info msg="started discovery builtin:dfu-discovery process"

time="2024-08-13T11:17:45+01:00" level=info msg="sending command HELLO 1 \"arduino-cli 0.35.3\" to discovery builtin:dfu-discovery"

2024-08-13T10:17:45.071Z daemon INFO time="2024-08-13T11:17:45+01:00" level=info msg="from discovery builtin:serial-discovery received message type: hello, message: OK, protocol version: 1"

2024-08-13T10:17:45.071Z daemon INFO time="2024-08-13T11:17:45+01:00" level=info msg="sending command START_SYNC to discovery builtin:serial-discovery"

2024-08-13T10:17:45.071Z daemon INFO time="2024-08-13T11:17:45+01:00" level=info msg="from discovery builtin:serial-discovery received message type: start_sync, message: OK"

2024-08-13T10:17:45.072Z daemon INFO time="2024-08-13T11:17:45+01:00" level=info msg="started discovery builtin:mdns-discovery process"

time="2024-08-13T11:17:45+01:00" level=info msg="sending command HELLO 1 \"arduino-cli 0.35.3\" to discovery builtin:mdns-discovery"

2024-08-13T10:17:45.093Z daemon INFO time="2024-08-13T11:17:45+01:00" level=info msg="from discovery builtin:dfu-discovery received message type: hello, message: OK, protocol version: 1"

2024-08-13T10:17:45.093Z daemon INFO time="2024-08-13T11:17:45+01:00" level=info msg="sending command START_SYNC to discovery builtin:dfu-discovery"

2024-08-13T10:17:45.100Z daemon INFO time="2024-08-13T11:17:45+01:00" level=info msg="from discovery builtin:mdns-discovery received message type: hello, message: OK, protocol version: 1"

2024-08-13T10:17:45.100Z daemon INFO time="2024-08-13T11:17:45+01:00" level=info msg="from discovery builtin:dfu-discovery received message type: start_sync, message: OK"

2024-08-13T10:17:45.100Z daemon INFO time="2024-08-13T11:17:45+01:00" level=info msg="sending command START_SYNC to discovery builtin:mdns-discovery"

2024-08-13T10:17:45.102Z daemon INFO time="2024-08-13T11:17:45+01:00" level=info msg="from discovery builtin:mdns-discovery received message type: start_sync, message: OK"

2024-08-13T10:17:45.475Z root WARN Frontend c.onStart took longer than the expected maximum 100 milliseconds: 1158.8 ms [Finished 3.753 s after frontend start]

2024-08-13T10:17:45.490Z root INFO Start frontend contributions: 2344.1 ms [Finished 3.757 s after frontend start]

2024-08-13T10:17:45.490Z root INFO Changed application state from 'init' to 'started_contributions'.

2024-08-13T10:17:45.497Z root INFO Changed application state from 'started_contributions' to 'attached_shell'.

2024-08-13T10:17:45.497Z root INFO >>> Restoring the layout state...

2024-08-13T10:17:45.497Z root INFO <<< Nothing to restore.

2024-08-13T10:17:45.518Z root INFO Initialize the workbench layout: 18.0 ms [Finished 3.797 s after frontend start]

2024-08-13T10:17:45.526Z root INFO Changed application state from 'attached_shell' to 'initialized_layout'.

2024-08-13T10:17:46.486Z root INFO Frontend application start: 2823.5 ms [Finished 5.601 s after backend start]

Checking for update

2024-08-13T10:17:46.710Z root INFO Replace loading indicator with ready workbench UI (animation): 847.2 ms [Finished 4.656 s after frontend start]

2024-08-13T10:17:46.712Z root INFO Changed application state from 'initialized_layout' to 'ready'.

2024-08-13T10:17:46.712Z root WARN Linked preference "workbench.colorCustomizations" not found.

Update for version 2.3.2 is not available (latest version: 2.3.2, downgrade is allowed).

2024-08-13T10:17:47.230Z root ERROR ---- !!!SLOW!!! DURATION: search took 518.060 ms. Args: [{"type":"Updatable"}] ----

2024-08-13T10:17:47.234Z root WARN A command arduino-include-library--WebSockets:Markus Sattler is already registered.

2024-08-13T10:17:47.234Z root WARN A command arduino-include-library--Time:Michael Margolis is already registered.

2024-08-13T10:17:47.234Z root WARN A command arduino-include-library--ESP8266 Microgear:Chavee Issariyapat <i@chavee.com> is already registered.

2024-08-13T10:17:47.234Z root WARN A command arduino-include-library--RTClib:Adafruit is already registered.

2024-08-13T10:17:47.234Z root WARN A command arduino-include-library--RGB:WILMOUTH Steven is already registered.

2024-08-13T10:17:47.234Z root WARN A command arduino-include-library--Adafruit Zero DMA Library:Adafruit is already registered.

2024-08-13T10:17:47.234Z root WARN A command arduino-include-library--DHT sensor library:Adafruit is already registered.

2024-08-13T10:17:47.234Z root WARN A command arduino-include-library--DHT sensor library:Adafruit is already registered.

2024-08-13T10:17:47.234Z root WARN A command arduino-include-library--DHT sensor library:Adafruit is already registered.

2024-08-13T10:17:47.234Z root WARN A command arduino-include-library--Adafruit PWM Servo Driver Library:Adafruit is already registered.

2024-08-13T10:17:47.234Z root WARN A command arduino-include-library--FastLED:Daniel Garcia is already registered.

2024-08-13T10:17:47.234Z root WARN A command arduino-include-library--tcs3200:Panjkrc is already registered.

2024-08-13T10:17:47.234Z root WARN A command arduino-include-library--ArduinoGraphics:Arduino is already registered.

2024-08-13T10:17:47.234Z root WARN A command arduino-include-library--ArduinoGraphics:Arduino is already registered.

2024-08-13T10:17:47.234Z root WARN A command arduino-include-library--Adafruit LED Backpack Library:Adafruit is already registered.

2024-08-13T10:17:47.234Z root WARN A command arduino-include-library--Adafruit LED Backpack Library:Adafruit is already registered.

2024-08-13T10:17:47.234Z root WARN A command arduino-include-library--USB Host Shield Library 2.0:Oleg Mazurov <mazurov@gmail.com>, Kristian Sloth Lauszus <lauszus@gmail.com>, Andrew Kroll <xxxajk@gmail.com>, Alexei Glushchenko <alex-gl@mail.ru> is already registered.

2024-08-13T10:17:47.234Z root WARN A command arduino-include-library--DallasTemperature:Miles Burton <miles@mnetcs.com>, Tim Newsome <nuisance@casualhacker.net>, Guil Barros <gfbarros@bappos.com>, Rob Tillaart <rob.tillaart@gmail.com> is already registered.

2024-08-13T10:17:47.234Z root WARN A command arduino-include-library--ESP Async WebServer:Me-No-Dev is already registered.

2024-08-13T10:17:47.234Z root WARN A command arduino-include-library--ESP Async WebServer:Me-No-Dev is already registered.

2024-08-13T10:17:47.234Z root WARN A command arduino-include-library--Keyboard:Arduino is already registered.

2024-08-13T10:17:47.234Z root WARN A command arduino-include-library--LedControl:Eberhard Fahle <e.fahle@wayoda.org> is already registered.

2024-08-13T10:17:47.234Z root WARN A command arduino-include-library--LedControl:Eberhard Fahle <e.fahle@wayoda.org> is already registered.

2024-08-13T10:17:47.234Z root WARN A command arduino-include-library--hd44780:Bill Perry <bperrybap@opensource.billsworld.billandterrie.com> is already registered.

2024-08-13T10:17:47.234Z root WARN A command arduino-include-library--hd44780:Bill Perry <bperrybap@opensource.billsworld.billandterrie.com> is already registered.

2024-08-13T10:17:47.234Z root WARN A command arduino-include-library--hd44780:Bill Perry <bperrybap@opensource.billsworld.billandterrie.com> is already registered.

2024-08-13T10:17:47.234Z root WARN A command arduino-include-library--Adafruit BMP085 Library:Adafruit is already registered.

2024-08-13T10:17:47.234Z root WARN A command arduino-include-library--ESPAsyncWebSrv:dvarrel is already registered.

2024-08-13T10:17:47.234Z root WARN A command arduino-include-library--PCA9685 16-Channel PWM Driver Module Library:NachtRaveVL <nachtravevl@gmail.com>, Vitska, Kasper Skürhøj <kasperskaarhoj@gmail.com> is already registered.

2024-08-13T10:17:47.234Z root WARN A command arduino-include-library--SerialTransfer:PowerBroker2 <gitstuff2@gmail.com> is already registered.

2024-08-13T10:17:47.234Z root WARN A command arduino-include-library--IRremoteESP8266:David Conran, Sebastien Warin, Mark Szabo, Ken Shirriff is already registered.

2024-08-13T10:17:47.234Z root WARN A command arduino-include-library--BlynkESP32_BT_WF:Khoi Hoang is already registered.

2024-08-13T10:17:47.234Z root WARN A command arduino-include-library--PS4Controller:Albert III is already registered.

2024-08-13T10:17:47.234Z root WARN A command arduino-include-library--PS4Controller:Juan Pablo Marquez is already registered.

2024-08-13T10:17:47.234Z root WARN A command arduino-include-library--PS4Controller:Juan Pablo Marquez is already registered.

2024-08-13T10:17:47.234Z root WARN A command arduino-include-library--WiFiWebServer:Khoi Hoang is already registered.

2024-08-13T10:17:47.234Z root WARN A command arduino-include-library--Adafruit NeoPixel:Adafruit is already registered.

2024-08-13T10:17:47.234Z root WARN A command arduino-include-library--Adafruit NeoPixel:Adafruit is already registered.

2024-08-13T10:17:47.234Z root WARN A command arduino-include-library--Adafruit TouchScreen:Adafruit is already registered.

2024-08-13T10:17:47.234Z root WARN A command arduino-include-library--Adafruit Unified Sensor:Adafruit <info@adafruit.com> is already registered.

2024-08-13T10:17:47.234Z root WARN A command arduino-include-library--ESP8266 and ESP32 OLED driver for SSD1306 displays:ThingPulse, Fabrice Weinberg is already registered.

2024-08-13T10:17:47.234Z root WARN A command arduino-include-library--HID-Project:NicoHood is already registered.

2024-08-13T10:17:47.234Z root WARN A command arduino-include-library--MPU6050:Electronic Cats is already registered.

2024-08-13T10:17:47.234Z root WARN A command arduino-include-library--MPU6050:Electronic Cats is already registered.

2024-08-13T10:17:47.234Z root WARN A command arduino-include-library--MPU6050:Electronic Cats is already registered.

2024-08-13T10:17:47.234Z root WARN A command arduino-include-library--MPU6050:Electronic Cats is already registered.

2024-08-13T10:17:47.234Z root WARN A command arduino-include-library--MPU6050:Electronic Cats is already registered.

2024-08-13T10:17:47.234Z root WARN A command arduino-include-library--Rtc by Makuna:Michael C. Miller (makuna@live.com) is already registered.

2024-08-13T10:17:47.234Z root WARN A command arduino-include-library--BluetoothSerial:Henry Abrahamsen is already registered.

2024-08-13T10:17:47.234Z root WARN A command arduino-include-library--ESP32Servo:Kevin Harrington,John K. Bennett is already registered.

2024-08-13T10:17:47.234Z root WARN A command arduino-include-library--TinyWireM:Adafruit is already registered.

2024-08-13T10:17:47.234Z root WARN A command arduino-include-library--Adafruit GFX Library:Adafruit is already registered.

2024-08-13T10:17:47.234Z root WARN A command arduino-include-library--Adafruit SGP30 Sensor:Adafruit is already registered.

2024-08-13T10:17:47.234Z root WARN A command arduino-include-library--Adafruit SI1145 Library:Adafruit is already registered.

2024-08-13T10:17:47.234Z root WARN A command arduino-include-library--Adafruit SI1145 Library:Adafruit is already registered.

2024-08-13T10:17:47.234Z root WARN A command arduino-include-library--Adafruit BMP280 Library:Adafruit is already registered.

2024-08-13T10:17:47.234Z root WARN A command arduino-include-library--Adafruit BMP280 Library:Adafruit is already registered.

2024-08-13T10:17:47.234Z root WARN A command arduino-include-library--DS3232RTC:Jack Christensen <jack.christensen@outlook.com> is already registered.

2024-08-13T10:17:47.234Z root WARN A command arduino-include-library--ESP32MX1508:Richard Salmon (ElectroMagus) is already registered.

2024-08-13T10:17:47.234Z root WARN A command arduino-include-library--ArduinoBLE:Arduino is already registered.

2024-08-13T10:17:47.234Z root WARN A command arduino-include-library--Servo:Michael Margolis, Arduino is already registered.

2024-08-13T10:17:47.234Z root WARN A command arduino-include-library--Servo:Michael Margolis, Arduino is already registered.

2024-08-13T10:17:47.234Z root WARN A command arduino-include-library--Arduino Cloud Provider Examples:Arduino is already registered.

2024-08-13T10:17:47.234Z root WARN A command arduino-include-library--Adafruit BME280 Library:Adafruit is already registered.

2024-08-13T10:17:47.234Z root WARN A command arduino-include-library--NeoPatterns:Armin Joachimsmeyer is already registered.

2024-08-13T10:17:47.234Z root WARN A command arduino-include-library--DabbleESP32:STEMpedia <contact@thestempedia.com> is already registered.

2024-08-13T10:17:47.234Z root WARN A command arduino-include-library--OneWire:Jim Studt, Tom Pollard, Robin James, Glenn Trewitt, Jason Dangel, Guillermo Lovato, Paul Stoffregen, Scott Roberts, Bertrik Sikken, Mark Tillotson, Ken Butcher, Roger Clark, Love Nystrom is already registered.

2024-08-13T10:17:47.592Z root INFO Deploy plugins list: 600.9 ms [Finished 6.707 s after backend start]

2024-08-13T10:17:47.594Z root INFO [ed648547-a290-4bb7-9be7-8ee4db6823a4] Waiting for backend deployment: 2122.0 ms [Finished 5.876 s after frontend start]

2024-08-13T10:17:47.970Z root INFO [hosted-plugin: 7528] PLUGIN_HOST(7528) starting instance

2024-08-13T10:17:48.902Z root INFO [ed648547-a290-4bb7-9be7-8ee4db6823a4] Sync of 23 plugins: 1269.0 ms [Finished 7.145 s after frontend start]

2024-08-13T10:17:48.902Z root INFO [ed648547-a290-4bb7-9be7-8ee4db6823a4] Loading plugin contributions

2024-08-13T10:17:48.902Z root INFO [ed648547-a290-4bb7-9be7-8ee4db6823a4] Load contributions of 23 plugins: 38.8 ms [Finished 7.184 s after frontend start]

2024-08-13T10:17:48.918Z root WARN 'cpp' language is remapped from 'source.cpp.embedded.macro' to 'source.cpp' scope

2024-08-13T10:17:48.918Z root WARN a registered grammar configuration for 'cpp' language is overridden

2024-08-13T10:17:49.130Z root ERROR [hosted-plugin: 7528] Conflict in settings file Default: Ignoring cortex-debug.armToolchainPath.linux as cortex-debug.armToolchainPath is null

2024-08-13T10:17:49.130Z root ERROR [hosted-plugin: 7528] Conflict in settings file Default: Ignoring cortex-debug.armToolchainPath.osx as cortex-debug.armToolchainPath is null

Conflict in settings file Default: Ignoring cortex-debug.armToolchainPath.windows as cortex-debug.armToolchainPath is null

Conflict in settings file Default: Ignoring cortex-debug.JLinkGDBServerPath.linux as cortex-debug.JLinkGDBServerPath is null

Conflict in settings file Default: Ignoring cortex-debug.JLinkGDBServerPath.osx as cortex-debug.JLinkGDBServerPath is null

Conflict in settings file Default: Ignoring cortex-debug.JLinkGDBServerPath.windows as cortex-debug.JLinkGDBServerPath is null

Conflict in settings file Default: Ignoring cortex-debug.openocdPath.linux as cortex-debug.openocdPath is null

Conflict in settings file Default: Ignoring cortex-debug.openocdPath.osx as cortex-debug.openocdPath is null

Conflict in settings file Default: Ignoring cortex-debug.openocdPath.windows as cortex-debug.openocdPath is null

2024-08-13T10:17:49.130Z root ERROR [hosted-plugin: 7528] Conflict in settings file Default: Ignoring cortex-debug.pyocdPath.linux as cortex-debug.pyocdPath is null

Conflict in settings file Default: Ignoring cortex-debug.pyocdPath.osx as cortex-debug.pyocdPath is null

Conflict in settings file Default: Ignoring cortex-debug.pyocdPath.windows as cortex-debug.pyocdPath is null

Conflict in settings file Default: Ignoring cortex-debug.PEGDBServerPath.linux as cortex-debug.PEGDBServerPath is null

2024-08-13T10:17:49.130Z root ERROR [hosted-plugin: 7528] Conflict in settings file Default: Ignoring cortex-debug.PEGDBServerPath.osx as cortex-debug.PEGDBServerPath is null

Conflict in settings file Default: Ignoring cortex-debug.PEGDBServerPath.windows as cortex-debug.PEGDBServerPath is null

Conflict in settings file Default: Ignoring cortex-debug.stutilPath.linux as cortex-debug.stutilPath is null

Conflict in settings file Default: Ignoring cortex-debug.stutilPath.osx as cortex-debug.stutilPath is null

2024-08-13T10:17:49.130Z root ERROR [hosted-plugin: 7528] Conflict in settings file Default: Ignoring cortex-debug.stutilPath.windows as cortex-debug.stutilPath is null

Conflict in settings file Default: Ignoring cortex-debug.stlinkPath.linux as cortex-debug.stlinkPath is null

Conflict in settings file Default: Ignoring cortex-debug.stlinkPath.osx as cortex-debug.stlinkPath is null

2024-08-13T10:17:49.130Z root ERROR [hosted-plugin: 7528] Conflict in settings file Default: Ignoring cortex-debug.stlinkPath.windows as cortex-debug.stlinkPath is null

Conflict in settings file Default: Ignoring cortex-debug.stm32cubeprogrammer.linux as cortex-debug.stm32cubeprogrammer is null

Conflict in settings file Default: Ignoring cortex-debug.stm32cubeprogrammer.osx as cortex-debug.stm32cubeprogrammer is null

Conflict in settings file Default: Ignoring cortex-debug.stm32cubeprogrammer.windows as cortex-debug.stm32cubeprogrammer is null

2024-08-13T10:17:49.135Z root INFO [hosted-plugin: 7528] PLUGIN_HOST(7528): PluginManagerExtImpl/init()

2024-08-13T10:17:49.138Z root INFO [hosted-plugin: 7528] PLUGIN_HOST(7528): initializing(vscode-arduino-api@0.1.2 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)

2024-08-13T10:17:49.261Z root INFO [hosted-plugin: 7528] PLUGIN_HOST(7528): initializing(cortex-debug@1.5.1 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)

2024-08-13T10:17:49.261Z root INFO [hosted-plugin: 7528] Debugger contribution has been registered: cortex-debug

2024-08-13T10:17:49.262Z root INFO [hosted-plugin: 7528] PLUGIN_HOST(7528): initializing(vscode-arduino-tools@0.1.3 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)

2024-08-13T10:17:49.265Z root INFO [hosted-plugin: 7528] PLUGIN_HOST(7528): initializing(cpp@1.52.1 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)

2024-08-13T10:17:49.268Z root INFO [hosted-plugin: 7528] PLUGIN_HOST(7528): initializing(json@1.46.1 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)

2024-08-13T10:17:49.270Z root INFO [hosted-plugin: 7528] PLUGIN_HOST(7528): initializing(json-language-features@1.46.1 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)

2024-08-13T10:17:49.271Z root INFO [hosted-plugin: 7528] PLUGIN_HOST(7528): initializing(vscode-language-pack-bg@1.48.3 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)

2024-08-13T10:17:49.271Z root INFO [hosted-plugin: 7528] PLUGIN_HOST(7528): initializing(vscode-language-pack-cs@1.80.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)

2024-08-13T10:17:49.272Z root INFO [hosted-plugin: 7528] PLUGIN_HOST(7528): initializing(vscode-language-pack-de@1.80.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)

2024-08-13T10:17:49.272Z root INFO [hosted-plugin: 7528] PLUGIN_HOST(7528): initializing(vscode-language-pack-es@1.80.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)

2024-08-13T10:17:49.273Z root INFO [hosted-plugin: 7528] PLUGIN_HOST(7528): initializing(vscode-language-pack-fr@1.80.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)

2024-08-13T10:17:49.273Z root INFO [hosted-plugin: 7528] PLUGIN_HOST(7528): initializing(vscode-language-pack-hu@1.48.3 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)

2024-08-13T10:17:49.274Z root INFO [hosted-plugin: 7528] PLUGIN_HOST(7528): initializing(vscode-language-pack-it@1.80.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)

2024-08-13T10:17:49.275Z root INFO [hosted-plugin: 7528] PLUGIN_HOST(7528): initializing(vscode-language-pack-ja@1.80.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)

2024-08-13T10:17:49.275Z root INFO [hosted-plugin: 7528] PLUGIN_HOST(7528): initializing(vscode-language-pack-ko@1.80.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)

2024-08-13T10:17:49.276Z root INFO [hosted-plugin: 7528] PLUGIN_HOST(7528): initializing(vscode-language-pack-nl@1.48.3 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)

2024-08-13T10:17:49.276Z root INFO [hosted-plugin: 7528] PLUGIN_HOST(7528): initializing(vscode-language-pack-pl@1.80.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)

2024-08-13T10:17:49.276Z root INFO [hosted-plugin: 7528] PLUGIN_HOST(7528): initializing(vscode-language-pack-pt-BR@1.80.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)

2024-08-13T10:17:49.277Z root INFO [hosted-plugin: 7528] PLUGIN_HOST(7528): initializing(vscode-language-pack-ru@1.80.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)

2024-08-13T10:17:49.277Z root INFO [hosted-plugin: 7528] PLUGIN_HOST(7528): initializing(vscode-language-pack-tr@1.80.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)

2024-08-13T10:17:49.277Z root INFO [hosted-plugin: 7528] PLUGIN_HOST(7528): initializing(vscode-language-pack-uk@1.48.3 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)

2024-08-13T10:17:49.280Z root INFO [hosted-plugin: 7528] PLUGIN_HOST(7528): initializing(vscode-language-pack-zh-hans@1.80.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)

2024-08-13T10:17:49.280Z root INFO [hosted-plugin: 7528] PLUGIN_HOST(7528): initializing(vscode-language-pack-zh-hant@1.80.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)

2024-08-13T10:17:49.284Z root INFO [hosted-plugin: 7528] PLUGIN_HOST(7528): PluginManagerExtImpl/loadPlugin(C:\Program Files\Arduino IDE\resources\app\plugins\vscode-arduino-api\extension\dist\extension.js)

2024-08-13T10:17:49.303Z root INFO [hosted-plugin: 7528] calling activation function on Arduino IDE API for VS Code extensions

2024-08-13T10:17:49.306Z root INFO [hosted-plugin: 7528] PLUGIN_HOST(7528): PluginManagerExtImpl/loadPlugin(C:\Program Files\Arduino IDE\resources\app\plugins\vscode-builtin-json-language-features\extension\client\dist\jsonMain)

2024-08-13T10:17:49.405Z root INFO [hosted-plugin: 7528] calling activation function on JSON Language Features (built-in)

2024-08-13T10:17:49.521Z root INFO [hosted-plugin: 7528] PLUGIN_HOST(7528): PluginManagerExtImpl/loadPlugin(C:\Program Files\Arduino IDE\resources\app\plugins\vscode-arduino-tools\extension\dist\extension.js)

2024-08-13T10:17:49.570Z root INFO [hosted-plugin: 7528] calling activation function on VS Code Arduino Tools

2024-08-13T10:17:49.583Z root INFO [ed648547-a290-4bb7-9be7-8ee4db6823a4] Starting plugins.

2024-08-13T10:17:49.586Z root INFO [hosted-plugin: 7528] PLUGIN_HOST(7528): PluginManagerExtImpl/loadPlugin(C:\Program Files\Arduino IDE\resources\app\plugins\cortex-debug\extension\dist\extension.js)

2024-08-13T10:17:49.658Z root INFO [hosted-plugin: 7528] Debug configuration provider has been registered: cortex-debug, trigger: 1

2024-08-13T10:17:49.658Z root INFO [hosted-plugin: 7528] calling activation function on Cortex-Debug

2024-08-13T10:17:49.660Z root INFO [hosted-plugin: 7528] GDB server console created

2024-08-13T10:17:49.664Z root INFO [ed648547-a290-4bb7-9be7-8ee4db6823a4] Start of 23 plugins: 753.7 ms [Finished 7.947 s after frontend start]

2024-08-13T10:17:49.669Z root INFO [ed648547-a290-4bb7-9be7-8ee4db6823a4] Waiting for backend deployment: 4.3 ms [Finished 7.952 s after frontend start]

2024-08-13T10:17:49.670Z root INFO [ed648547-a290-4bb7-9be7-8ee4db6823a4] Sync of 0 plugins: 0.0 ms [Finished 7.952 s after frontend start]

2024-08-13T10:17:49.670Z root INFO [ed648547-a290-4bb7-9be7-8ee4db6823a4] Loading plugin contributions

2024-08-13T10:17:49.670Z root INFO [ed648547-a290-4bb7-9be7-8ee4db6823a4] Load contributions of 0 plugins: 0.0 ms [Finished 7.952 s after frontend start]

2024-08-13T10:17:49.685Z root INFO [ed648547-a290-4bb7-9be7-8ee4db6823a4] Start of 0 plugins: 14.1 ms [Finished 7.968 s after frontend start]

My first real foray into your forum; I won’t bother you again.

Here it is:

image

Here it is:

image

Are you certain Arduino IDE offered to update during the session from which the logs you shared were collected? The log entry here is what we expect to see when Arduino IDE checked for an update and determined that you already have the newest version installed.

This is my computer screen when I press Reply.

I can’t find any dialog box like yours in any of the options on the Ribbon. I simply can’t find it, and don’t know how to get to it. (I have attached a screenshot so you can see what I see.)

Is there a step missing, maybe?

I think I may understand the Arduino IDE message. I updated the Arduino IDE from 2.0.3 to 2.3.2 and was running it from the Arduino icon on my quick launch bar. It was launching Arduino IDE 2.0.3, and telling me to carry out the update. On the occasion, to follow your instructions, I ran Arduino IDE from the Programs folder, and now I find it does run 2.3.2. However, it is still telling my to update the libraries, and failing to update them with a code 3 error.

I have deleted the old quick launch icon (2.0.3) and added the new one, so it is launching 2.3.2 now, but still complains about the libraries.

Charles

(attachments)

Don't use email, use the website.

1 Like

You are replying via email. You must open the Arduino Forum website in your web browser and compose your replies here via the forum's web interface.

You can get to it from the link in the email, or this one here:

https://forum.arduino.cc/t/ide-always-unnecessarily-offers-application-update-and-fails-to-install-libraries/1291352

That is the only way to make sure your posts will be correctly formatted. Email is fine for getting notifications of new activity on the forum topics you are watching, but you should never respond via email.

Great work of identifying the cause of the unexpected update offers! That's one of two problems solved.

Please copy the full and exact text of the messages you see about the libraries and then paste that text in a reply here.

I was hoping to obtain those messages from the PowerShell output, but I didn't find it there so it might only be displayed in the Arduino IDE's "Output" panel.

Output panel .. a new challenge. Let me see what I can do ....

Right, I'm guessing that Arduino 1.8.19 has installed multiple copies of various libraries. I don't know how or why, or if Arduino 2.3.2 hes installed duplicares, but it seems to be complaining about them. What to do about it .... ?

Failed to install library: 'Arduino Cloud Provider Examples:1.2.1'.
Error: 3 INVALID_ARGUMENT: The library Arduino Cloud Provider Examples has multiple installations:
- C:\Users\cduck\Documents\Arduino\libraries\Arduino_Cloud_Provider_Examples
- C:\Users\cduck\Documents\Arduino\libraries\arduino_149995
Automatic library install can't be performed in this case, please manually remove all duplicates and retry.
Failed to install library: 'ArduinoBLE:1.3.7'.
Error: 3 INVALID_ARGUMENT: The library ArduinoBLE has multiple installations:
- C:\Users\cduck\Documents\Arduino\libraries\ArduinoBLE
- C:\Users\cduck\Documents\Arduino\libraries\arduino_419826
Automatic library install can't be performed in this case, please manually remove all duplicates and retry.
Failed to install library: 'ArduinoGraphics:1.1.2'.
Error: 3 INVALID_ARGUMENT: The library ArduinoGraphics has multiple installations:
- C:\Users\cduck\Documents\Arduino\libraries\ArduinoGraphics
- C:\Users\cduck\Documents\Arduino\libraries\arduino_237090
- C:\Users\cduck\Documents\Arduino\libraries\arduino_50176
Automatic library install can't be performed in this case, please manually remove all duplicates and retry.
Failed to install library: 'Keyboard:1.0.6'.
Error: 3 INVALID_ARGUMENT: The library Keyboard has multiple installations:
- C:\Users\cduck\Documents\Arduino\libraries\Keyboard
- C:\Users\cduck\Documents\Arduino\libraries\arduino_705853
Automatic library install can't be performed in this case, please manually remove all duplicates and retry.
Failed to install library: 'Servo:1.2.2'.
Error: 3 INVALID_ARGUMENT: The library Servo has multiple installations:
- C:\Users\cduck\Documents\Arduino\libraries\Servo
- C:\Users\cduck\Documents\Arduino\libraries\arduino_632470
Automatic library install can't be performed in this case, please manually remove all duplicates and retry.
Failed to install library: 'Adafruit BMP280 Library:2.6.8'.
Error: 3 INVALID_ARGUMENT: The library Adafruit BMP280 Library has multiple installations:
- C:\Users\cduck\Documents\Arduino\libraries\Adafruit_BMP280_Library
- C:\Users\cduck\Documents\Arduino\libraries\arduino_191503
Automatic library install can't be performed in this case, please manually remove all duplicates and retry.
Failed to install library: 'Adafruit GFX Library:1.11.10'.
Error: 3 INVALID_ARGUMENT: The library Adafruit GFX Library has multiple installations:
- C:\Users\cduck\Documents\Arduino\libraries\Adafruit_GFX_Library
- C:\Users\cduck\Documents\Arduino\libraries\arduino_204171
Automatic library install can't be performed in this case, please manually remove all duplicates and retry.
Failed to install library: 'Adafruit LED Backpack Library:1.5.1'.
Error: 3 INVALID_ARGUMENT: The library Adafruit LED Backpack Library has multiple installations:
- C:\Users\cduck\Documents\Arduino\libraries\Adafruit_LED_Backpack_Library
- C:\Users\cduck\Documents\Arduino\libraries\arduino_151507
- C:\Users\cduck\Documents\Arduino\libraries\arduino_208852
Automatic library install can't be performed in this case, please manually remove all duplicates and retry.
Failed to install library: 'Adafruit NeoPixel:1.12.3'.
Error: 3 INVALID_ARGUMENT: The library Adafruit NeoPixel has multiple installations:
- C:\Users\cduck\Documents\Arduino\libraries\Adafruit_NeoPixel
- C:\Users\cduck\Documents\Arduino\libraries\arduino_209036
Automatic library install can't be performed in this case, please manually remove all duplicates and retry.
Failed to install library: 'Adafruit SI1145 Library:1.2.2'.
Error: 3 INVALID_ARGUMENT: The library Adafruit SI1145 Library has multiple installations:
- C:\Users\cduck\Documents\Arduino\libraries\Adafruit_SI1145_Library
- C:\Users\cduck\Documents\Arduino\libraries\arduino_275979
Automatic library install can't be performed in this case, please manually remove all duplicates and retry.
Failed to install library: 'Adafruit TouchScreen:1.1.5'.
Error: 3 INVALID_ARGUMENT: The library Adafruit TouchScreen has multiple installations:
- C:\Users\cduck\Documents\Arduino\libraries\Adafruit_TouchScreen
- C:\Users\cduck\Documents\Arduino\libraries\arduino_463321
Automatic library install can't be performed in this case, please manually remove all duplicates and retry.
Failed to install library: 'BluetoothSerial:1.1.0'.
Error: 3 INVALID_ARGUMENT: The library BluetoothSerial has multiple installations:
- C:\Users\cduck\Documents\Arduino\libraries\BluetoothSerial
- C:\Users\cduck\Documents\Arduino\libraries\BluetoothSerial-1.0.1
Automatic library install can't be performed in this case, please manually remove all duplicates and retry.
Failed to install library: 'DHT sensor library:1.4.6'.
Error: 3 INVALID_ARGUMENT: The library DHT sensor library has multiple installations:
- C:\Users\cduck\Documents\Arduino\libraries\DHT-sensor-library-master
- C:\Users\cduck\Documents\Arduino\libraries\DHT_library
- C:\Users\cduck\Documents\Arduino\libraries\DHT_sensor_library
- C:\Users\cduck\Documents\Arduino\libraries\DHT_sensor_library-1.3.7
Automatic library install can't be performed in this case, please manually remove all duplicates and retry.
Failed to install library: 'ESP32Servo:3.0.5'.
Error: 3 INVALID_ARGUMENT: The library ESP32Servo has multiple installations:
- C:\Users\cduck\Documents\Arduino\libraries\ESP32Servo
- C:\Users\cduck\Documents\Arduino\libraries\ESP32Servo-1.1.1
Automatic library install can't be performed in this case, please manually remove all duplicates and retry.
Failed to install library: 'ESP8266 and ESP32 OLED driver for SSD1306 displays:4.6.1'.
Error: 3 INVALID_ARGUMENT: The library ESP8266 and ESP32 OLED driver for SSD1306 displays has multiple installations:
- C:\Users\cduck\Documents\Arduino\libraries\ESP8266_and_ESP32_OLED_driver_for_SSD1306_displays
- C:\Users\cduck\Documents\Arduino\libraries\esp8266-oled-ssd1306-master
Automatic library install can't be performed in this case, please manually remove all duplicates and retry.
Failed to install library: 'ESPAsyncWebSrv:1.2.8'.
Error: 3 INVALID_ARGUMENT: The library ESPAsyncWebSrv has multiple installations:
- C:\Users\cduck\Documents\Arduino\libraries\ESPAsyncWebSrv
- C:\Users\cduck\Documents\Arduino\libraries\ESPAsyncWebSrv-1.2.7
Automatic library install can't be performed in this case, please manually remove all duplicates and retry.
Failed to install library: 'FastLED:3.7.1'.
Error: 3 INVALID_ARGUMENT: The library FastLED has multiple installations:
- C:\Users\cduck\Documents\Arduino\libraries\FastLED
- C:\Users\cduck\Documents\Arduino\libraries\FastLED-master
Automatic library install can't be performed in this case, please manually remove all duplicates and retry.
Failed to install library: 'HID-Project:2.8.4'.
Error: 3 INVALID_ARGUMENT: The library HID-Project has multiple installations:
- C:\Users\cduck\Documents\Arduino\libraries\HID-Project
- C:\Users\cduck\Documents\Arduino\libraries\HID-master
Automatic library install can't be performed in this case, please manually remove all duplicates and retry.
Failed to install library: 'IRremote:4.4.0'.
Error: 3 INVALID_ARGUMENT: The library IRremote has multiple installations:
- C:\Users\cduck\Documents\Arduino\libraries\IRremote
- C:\Users\cduck\Documents\Arduino\libraries\IRremote-2.2.3
Automatic library install can't be performed in this case, please manually remove all duplicates and retry.
Failed to install library: 'MPU6050:1.3.1'.
Error: 3 INVALID_ARGUMENT: The library MPU6050 has multiple installations:
- C:\Users\cduck\Documents\Arduino\libraries\MPU6050
- C:\Users\cduck\Documents\Arduino\libraries\arduino_279725
- C:\Users\cduck\Documents\Arduino\libraries\arduino_281301
- C:\Users\cduck\Documents\Arduino\libraries\arduino_579741
- C:\Users\cduck\Documents\Arduino\libraries\arduino_774724
- C:\Users\cduck\Documents\Arduino\libraries\mpu6050-master
Automatic library install can't be performed in this case, please manually remove all duplicates and retry.
Failed to install library: 'NeoPatterns:3.1.1'.
Error: 3 INVALID_ARGUMENT: The library NeoPatterns has multiple installations:
- C:\Users\cduck\Documents\Arduino\libraries\NeoPatterns
- C:\Users\cduck\Documents\Arduino\libraries\NeoPatterns-1.0.0
Automatic library install can't be performed in this case, please manually remove all duplicates and retry.
Failed to install library: 'NewPing:1.9.7'.
Error: 3 INVALID_ARGUMENT: The library NewPing has multiple installations:
- C:\Users\cduck\Documents\Arduino\libraries\NewPing
- C:\Users\cduck\Documents\Arduino\libraries\teckel12-arduino-new-ping-2ebf391d9be2
Automatic library install can't be performed in this case, please manually remove all duplicates and retry.
Failed to install library: 'PS4Controller:1.0.8'.
Error: 3 INVALID_ARGUMENT: The library PS4Controller has multiple installations:
- C:\Users\cduck\Documents\Arduino\libraries\PS4-esp32-d23311c8489f2538c8e49d6e39dc33b19e0edbcb
- C:\Users\cduck\Documents\Arduino\libraries\PS4-esp32-master
- C:\Users\cduck\Documents\Arduino\libraries\PS4Controller
- C:\Users\cduck\Documents\Arduino\libraries\PS4Controller-1.0.8
- C:\Users\cduck\Documents\Arduino\libraries\PS4_Controller_Host-main
Automatic library install can't be performed in this case, please manually remove all duplicates and retry.
Failed to install library: 'RGB:1.0.10'.
Error: 3 INVALID_ARGUMENT: The library RGB has multiple installations:
- C:\Users\cduck\Documents\Arduino\libraries\RGB
- C:\Users\cduck\Documents\Arduino\libraries\RGB-1.0.2
Automatic library install can't be performed in this case, please manually remove all duplicates and retry.
Failed to install library: 'STM32duino RTC:1.4.0'.
Error: 3 INVALID_ARGUMENT: The library STM32duino RTC has multiple installations:
- C:\Users\cduck\Documents\Arduino\libraries\STM32duino_RTC
- C:\Users\cduck\Documents\Arduino\libraries\arduino_270941
Automatic library install can't be performed in this case, please manually remove all duplicates and retry.
Failed to install library: 'SerialTransfer:3.1.3'.
Error: 3 INVALID_ARGUMENT: The library SerialTransfer has multiple installations:
- C:\Users\cduck\Documents\Arduino\libraries\SerialTransfer
- C:\Users\cduck\Documents\Arduino\libraries\arduino_336369
Automatic library install can't be performed in this case, please manually remove all duplicates and retry.
Failed to install library: 'TinyWireM:1.1.3'.
Error: 3 INVALID_ARGUMENT: The library TinyWireM has multiple installations:
- C:\Users\cduck\Documents\Arduino\libraries\TinyWireM
- C:\Users\cduck\Documents\Arduino\libraries\TinyWireM-master
Automatic library install can't be performed in this case, please manually remove all duplicates and retry.
Failed to install library: 'WebSockets:2.5.2'.
Error: 3 INVALID_ARGUMENT: The library WebSockets has multiple installations:
- C:\Users\cduck\Documents\Arduino\libraries\WebSockets
- C:\Users\cduck\Documents\Arduino\libraries\WebSockets-2.4.0
Automatic library install can't be performed in this case, please manually remove all duplicates and retry.
Failed to install library: 'hd44780:1.3.2'.
Error: 3 INVALID_ARGUMENT: The library hd44780 has multiple installations:
- C:\Users\cduck\Documents\Arduino\libraries\arduino_162688
- C:\Users\cduck\Documents\Arduino\libraries\hd44780
- C:\Users\cduck\Documents\Arduino\libraries\hd44780-1.1.0
- C:\Users\cduck\Documents\Arduino\libraries\hd44780-master
Automatic library install can't be performed in this case, please manually remove all duplicates and retry.
Failed to install library: 'tcs3200:1.3.1'.
Error: 3 INVALID_ARGUMENT: The library tcs3200 has multiple installations:
- C:\Users\cduck\Documents\Arduino\libraries\tcs3200
- C:\Users\cduck\Documents\Arduino\libraries\tcs3200-1.2.0
Automatic library install can't be performed in this case, please manually remove all duplicates and retry.

Either go thru one at a time and remove the 'funny' libraries (ending in _nnnnnn) OR remove all the libraries and install libraries as you need them. We all start with zero libraries in the 'Sketchbook location'

I can't search now, but the _nnnn has come along before. If not mistaken, it has something to do with OneDrive synchronisation.

Do a search on the forum, I will do so as well tomorrow.

I do everything I can to avoid OneDrive, and as far as I know, have never had it enabled, so that shouldn't be anything to do with any duplicate libraries that I have.

The IDE does not create _nnnnn libraries by itself; something is happening on your system that creates those files.

Any backup software that can cause this?