Version 2.3.5 Restart Bug

The latest update, version 2.3.5, always restarts the application after a library installation or update. Am on Windows 11 24H2 Canary Build 27823.1000

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


:red_exclamation_mark: 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)
      :red_exclamation_mark: 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.
  9. Install a library, just as you did before when you encountered the problem.
  10. Wait for Arduino IDE to restart.
  11. Switch back to the PowerShell window.
  12. Press the Ctrl+Shift+A keyboard shortcut.
    This will select all the text in the PowerShell window.
  13. Press the Ctrl+C keyboard shortcut.
    This will copy the contents of the PowerShell window to the clipboard.
  14. Open a forum reply here by clicking the "Reply" button.
  15. Click the <CODE/> icon on the post composer toolbar.
    This will add the forum's code block markup (```) to your reply to make sure the error messages are correctly formatted.
  16. Press the Ctrl+V keyboard shortcut.
    This will paste the output into the code block.
  17. Move the cursor outside of the code block markup before you add any additional text to your reply.
  18. Click the "Reply" button to post the output.

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

I tested this in both Linux and Windows, and the funny thing is that it really restarts the IDE when I install a library, except for @robtillaart 's libraries?!

No of course not, no restarts at all. :grin:

Yes, I've experienced 'random' restarts while I was in the middle of working. (I had, much earlier in the day, agreed to updating libraries. I assumed they would have finished considering how long they had been running.)

At the very least, we need a dialogbox popup saying "A restart is required. Would you like to restart now?"

If you use Windows, take a look at post #2 and start IDE like that. Maybe that will reveal what's going on.

PS C:\Program Files\Arduino IDE> & ".\Arduino IDE"
PS C:\Program Files\Arduino IDE>
Arduino IDE 2.3.5
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.5" (type of string)
Setting 'theia.frontend.config.cliVersion' application configuration value to: "1.2.0" (type of string)
Setting 'theia.frontend.config.buildDate' application configuration value to: "2025-04-02T13:16:49.885Z" (type of string)
Frontend application configuration after modifications: {"applicationName":"Arduino IDE","defaultTheme":{"light":"arduino-theme","dark":"arduino-theme-dark"},"defaultIconTheme":"none","electron":{"windowOptions":{},"showWindowEarly":true,"splashScreenOptions":{},"uriScheme":"theia"},"defaultLocale":"","validatePreferencesSchema":false,"reloadOnReconnect":true,"uriScheme":"theia","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.5","cliVersion":"1.2.0","buildDate":"2025-04-02T13:16:49.885Z"}
Starting backend process. PID: 13576
Showing main window early
Using browser-only version of superagent in non-browser environment
Configuration directory URI: 'file:///c%3A/Users/MECHE/.arduinoIDE'
Configuring to accept webviews on '^.+\.webview\..+$' hostname.
2025-04-07T03:08:14.502Z root INFO Backend u.initialize: 47.2 ms [Finished 1.501 s after backend start]
2025-04-07T03:08:14.504Z root INFO Backend Object.initialize: 44.9 ms [Finished 1.501 s after backend start]
2025-04-07T03:08:14.504Z root INFO Backend a.initialize: 1.9 ms [Finished 1.501 s after backend start]
2025-04-07T03:08:14.504Z root INFO Backend a.initialize: 1.5 ms [Finished 1.501 s after backend start]
2025-04-07T03:08:14.504Z root INFO Backend u.initialize: 2.1 ms [Finished 1.502 s after backend start]
2025-04-07T03:08:14.507Z root INFO Backend l.initialize: 47.1 ms [Finished 1.503 s after backend start]
2025-04-07T03:08:14.517Z root INFO configured all backend app contributions
2025-04-07T03:08:14.518Z root INFO Backend l.onStart: 2.5 ms [Finished 1.519 s after backend start]
2025-04-07T03:08:14.519Z root INFO Backend d.onStart: 0.2 ms [Finished 1.519 s after backend start]
2025-04-07T03:08:14.520Z root INFO Backend a.onStart: 0.7 ms [Finished 1.520 s after backend start]
2025-04-07T03:08:14.520Z config INFO >>> Initializing CLI configuration...
2025-04-07T03:08:14.520Z root INFO Backend x.onStart: 0.6 ms [Finished 1.521 s after backend start]
2025-04-07T03:08:14.520Z config INFO Loading CLI configuration from c:\Users\MECHE\.arduinoIDE\arduino-cli.yaml...
2025-04-07T03:08:14.520Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2025-04-07T03:08:14.520Z root INFO Backend w.onStart: 0.7 ms [Finished 1.522 s after backend start]
2025-04-07T03:08:14.520Z discovery-log INFO start
2025-04-07T03:08:14.521Z discovery-log INFO start new deferred
2025-04-07T03:08:14.521Z root INFO Backend v.onStart: 0.3 ms [Finished 1.522 s after backend start]
2025-04-07T03:08:14.521Z root INFO Backend a.onStart: 0.1 ms [Finished 1.522 s after backend start]
2025-04-07T03:08:14.528Z root INFO Theia app listening on http://127.0.0.1:54874.
2025-04-07T03:08:14.528Z root INFO Finished starting backend application: 7.3 ms [Finished 1.530 s after backend start]
2025-04-07T03:08:14.529Z root WARN The local plugin referenced by local-dir:/c%3A/Users/MECHE/.arduinoIDE/plugins does not exist.
2025-04-07T03:08:14.529Z root WARN The local plugin referenced by local-dir:/c%3A/Users/MECHE/.arduinoIDE/deployedPlugins does not exist.
2025-04-07T03:08:14.530Z root WARN The local plugin referenced by local-dir:C:\Users\MECHE\.arduinoIDE\plugins does not exist.
2025-04-07T03:08:14.534Z config INFO Loaded CLI configuration: {"board_manager":{"additional_urls":[]},"directories":{"builtin":{"libraries":"C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\libraries"},"data":"c:\\Users\\MECHE\\AppData\\Local\\Arduino15","user":"d:\\PROGMS\\ARDUiNO\\LIBRARIES"},"locale":"en"}
2025-04-07T03:08:14.534Z config INFO 'directories.data' and 'directories.user' are set in the CLI configuration model.
2025-04-07T03:08:14.534Z config INFO Loaded the CLI configuration.
2025-04-07T03:08:14.556Z config INFO Mapped the CLI configuration: {"dataDirUri":"file:///c%3A/Users/MECHE/AppData/Local/Arduino15","sketchDirUri":"file:///d%3A/PROGMS/ARDUiNO/LIBRARIES","additionalUrls":[],"network":"none","locale":"en"}
2025-04-07T03:08:14.556Z config INFO Validating the CLI configuration...
2025-04-07T03:08:14.557Z config INFO The CLI config is valid.
2025-04-07T03:08:14.557Z config INFO <<< Initialized the CLI configuration.
2025-04-07T03:08:14.783Z daemon INFO time="2025-04-06T20:08:14-07:00" level=info msg="arduino-cli version 1.2.0"
2025-04-07T03:08:14.784Z daemon INFO time="2025-04-06T20:08:14-07:00" level=info msg="Using config file: c:\\Users\\MECHE\\.arduinoIDE\\arduino-cli.yaml"
2025-04-07T03:08:14.784Z daemon INFO time="2025-04-06T20:08:14-07:00" level=info msg="Executing `arduino-cli daemon`"
2025-04-07T03:08:14.808Z daemon INFO Daemon is now listening on 127.0.0.1:54876
{"IP":"127.0.0.1","Port":"54876"}
2025-04-07T03:08:14.808Z daemon INFO Daemon is running.
2025-04-07T03:08:14.871Z root INFO Resolve plugins list: 347.8 ms [Finished 1.872 s after backend start]
2025-04-07T03:08:14.879Z daemon INFO time="2025-04-06T20:08:14-07:00" level=info msg="Checking signature" index="c:\\Users\\MECHE\\AppData\\Local\\Arduino15\\package_index.json" signatureFile="c:\\Users\\MECHE\\AppData\\Local\\Arduino15\\package_index.json.sig" trusted=true
2025-04-07T03:08:14.885Z daemon INFO time="2025-04-06T20:08:14-07:00" level=info msg="Loading hardware from: c:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages"
2025-04-07T03:08:14.890Z daemon INFO time="2025-04-06T20:08:14-07:00" level=info msg="Loading package arduino from: C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware"
2025-04-07T03:08:14.894Z daemon INFO time="2025-04-06T20:08:14-07:00" level=info msg="Missing signature file" index="C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\installed.json"
2025-04-07T03:08:14.907Z daemon INFO time="2025-04-06T20:08:14-07:00" level=info msg="Adding monitor tool" protocol=serial tool="builtin:serial-monitor"
time="2025-04-06T20:08:14-07:00" level=info msg="Loaded platform" platform="arduino:avr@1.8.6"
time="2025-04-06T20:08:14-07:00" level=info msg="Checking existence of 'tools' path: C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages\\arduino\\tools"
time="2025-04-06T20:08:14-07:00" level=info msg="Loading tools from dir: C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages\\arduino\\tools"
2025-04-07T03:08:14.909Z daemon INFO time="2025-04-06T20:08:14-07:00" level=info msg="Loaded tool" tool="arduino:arduinoOTA@1.3.0"
time="2025-04-06T20:08:14-07:00" level=info msg="Loaded tool" tool="arduino:avr-gcc@7.3.0-atmel3.6.1-arduino7"
time="2025-04-06T20:08:14-07:00" level=info msg="Loaded tool" tool="arduino:avrdude@6.3.0-arduino17"
2025-04-07T03:08:14.915Z daemon INFO time="2025-04-06T20:08:14-07:00" level=info msg="Loading package builtin from: C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages\\builtin"
time="2025-04-06T20:08:14-07:00" level=info msg="Checking existence of 'tools' path: C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages\\builtin\\tools"
time="2025-04-06T20:08:14-07:00" level=info msg="Loading tools from dir: C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages\\builtin\\tools"
time="2025-04-06T20:08:14-07:00" level=info msg="Loaded tool" tool="builtin:ctags@5.8-arduino11"
time="2025-04-06T20:08:14-07:00" level=info msg="Loaded tool" tool="builtin:dfu-discovery@0.1.2"
2025-04-07T03:08:14.915Z daemon INFO time="2025-04-06T20:08:14-07:00" level=info msg="Loaded tool" tool="builtin:mdns-discovery@1.0.9"
2025-04-07T03:08:14.926Z daemon INFO time="2025-04-06T20:08:14-07:00" level=info msg="Loaded tool" tool="builtin:serial-discovery@1.4.1"
2025-04-07T03:08:14.927Z daemon INFO time="2025-04-06T20:08:14-07:00" level=info msg="Loaded tool" tool="builtin:serial-monitor@0.15.0"
2025-04-07T03:08:15.128Z daemon INFO time="2025-04-06T20:08:15-07:00" level=info msg="Adding libraries dir" dir="C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\libraries" isSingleLibrary=false location=platform
time="2025-04-06T20:08:15-07:00" level=info msg="Loading libraries index file" index="c:\\Users\\MECHE\\AppData\\Local\\Arduino15\\library_index.json"
2025-04-07T03:08:15.739Z daemon INFO time="2025-04-06T20:08:15-07:00" level=info msg="Adding libraries dir" dir="C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\libraries" isSingleLibrary=false location=ide
2025-04-07T03:08:15.740Z daemon INFO time="2025-04-06T20:08:15-07:00" level=info msg="Adding libraries dir" dir="d:\\PROGMS\\ARDUiNO\\LIBRARIES\\libraries" isSingleLibrary=false location=user
2025-04-07T03:08:16.266Z root INFO creating connection for 1
2025-04-07T03:08:18.195Z root WARN Frontend a.configure took longer than the expected maximum 100 milliseconds: 153.2 ms [Finished 3.492 s after frontend start]
2025-04-07T03:08:18.195Z root WARN A command editor.action.toggleStickyScroll is already registered.
2025-04-07T03:08:18.229Z root INFO Deploy plugins list: 3706.9 ms [Finished 5.231 s after backend start]
Opening channel for service path '/services/electron-window'.
2025-04-07T03:08:18.296Z root WARN Frontend keybindings.onStart took longer than the expected maximum 100 milliseconds: 108.2 ms [Finished 3.664 s after frontend start]
2025-04-07T03:08:18.421Z root INFO Start frontend contributions: 609.1 ms [Finished 3.787 s after frontend start]
2025-04-07T03:08:18.422Z root INFO Changed application state from 'init' to 'started_contributions'.
2025-04-07T03:08:18.438Z root INFO Changed application state from 'started_contributions' to 'attached_shell'.
2025-04-07T03:08:18.439Z root INFO >>> Restoring the layout state...
2025-04-07T03:08:18.515Z root INFO [8a287be3-b42e-4bb1-a246-72674f53a5e1] Waiting for backend deployment: 125.7 ms [Finished 3.901 s after frontend start]
2025-04-07T03:08:20.019Z root INFO [hosted-plugin: 4016] PLUGIN_HOST(4016) starting instance
[Object: null prototype] {}
2025-04-07T03:08:21.332Z root INFO [8a287be3-b42e-4bb1-a246-72674f53a5e1] Sync of 23 plugins: 2822.9 ms [Finished 6.724 s after frontend start]
2025-04-07T03:11:26.282Z discovery-log INFO start resolved watching
2025-04-07T03:11:26.482Z root INFO <<< Nothing to restore.
2025-04-07T03:11:26.599Z root WARN Frontend a.initializeLayout took longer than the expected maximum 100 milliseconds: 111.5 ms [Finished 191.986 s after frontend start]
2025-04-07T03:11:26.743Z root INFO Initialize the workbench layout: 188190.6 ms [Finished 192.021 s after frontend start]
2025-04-07T03:11:26.746Z root INFO Changed application state from 'attached_shell' to 'initialized_layout'.
2025-04-07T03:11:26.748Z root INFO [8a287be3-b42e-4bb1-a246-72674f53a5e1] Loading plugin contributions
2025-04-07T03:11:26.749Z root INFO [8a287be3-b42e-4bb1-a246-72674f53a5e1] Load contributions of 23 plugins: 89.0 ms [Finished 192.132 s after frontend start]
2025-04-07T03:11:26.944Z root WARN 'cpp' language is remapped from 'source.cpp.embedded.macro' to 'source.cpp' scope
2025-04-07T03:11:26.945Z root WARN a registered grammar configuration for 'cpp' language is overridden
2025-04-07T03:11:28.446Z root INFO Frontend application start: 190397.1 ms [Finished 195.446 s after backend start]
2025-04-07T03:11:36.927Z root INFO Replace loading indicator with ready workbench UI (animation): 1132.8 ms [Finished 193.273 s after frontend start]
2025-04-07T03:11:36.927Z root INFO Changed application state from 'initialized_layout' to 'ready'.
2025-04-07T03:11:36.927Z root WARN Linked preference "workbench.colorCustomizations" not found.
2025-04-07T03:11:37.218Z root INFO core-client-provider [library-index] Downloading index: library_index.tar.bz2

2025-04-07T03:11:37.222Z root INFO core-client-provider [platform-index] Downloading index: package_index.tar.bz2

2025-04-07T03:11:37.227Z daemon INFO time="2025-04-06T20:11:37-07:00" level=info msg="Starting download" url="https://downloads.arduino.cc/libraries/library_index.tar.bz2"
time="2025-04-06T20:11:37-07:00" level=info msg="Updating index" url="https://downloads.arduino.cc/packages/package_index.tar.bz2"
time="2025-04-06T20:11:37-07:00" level=info msg="Starting download" url="https://downloads.arduino.cc/packages/package_index.tar.bz2"
2025-04-07T03:11:37.677Z root ERROR [hosted-plugin: 4016] Conflict in settings file Default: Ignoring cortex-debug.armToolchainPath.linux as cortex-debug.armToolchainPath is null
2025-04-07T03:11:37.677Z root ERROR [hosted-plugin: 4016] 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
2025-04-07T03:11:37.677Z root ERROR [hosted-plugin: 4016] Conflict in settings file Default: Ignoring cortex-debug.JLinkGDBServerPath.linux as cortex-debug.JLinkGDBServerPath is null
2025-04-07T03:11:37.678Z root ERROR [hosted-plugin: 4016] Conflict in settings file Default: Ignoring cortex-debug.JLinkGDBServerPath.osx as cortex-debug.JLinkGDBServerPath is null
2025-04-07T03:11:37.678Z root ERROR [hosted-plugin: 4016] Conflict in settings file Default: Ignoring cortex-debug.JLinkGDBServerPath.windows as cortex-debug.JLinkGDBServerPath is null
2025-04-07T03:11:37.678Z root ERROR [hosted-plugin: 4016] Conflict in settings file Default: Ignoring cortex-debug.openocdPath.linux as cortex-debug.openocdPath is null
2025-04-07T03:11:37.678Z root ERROR [hosted-plugin: 4016] 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
2025-04-07T03:11:37.678Z root ERROR [hosted-plugin: 4016] 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
2025-04-07T03:11:37.678Z root ERROR [hosted-plugin: 4016] Conflict in settings file Default: Ignoring cortex-debug.PEGDBServerPath.linux as cortex-debug.PEGDBServerPath is null
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 nullConflict in settings file Default: Ignoring cortex-debug.stutilPath.linux as cortex-debug.stutilPath is null
2025-04-07T03:11:37.678Z root ERROR [hosted-plugin: 4016] Conflict in settings file Default: Ignoring cortex-debug.stutilPath.osx as cortex-debug.stutilPath is null
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
2025-04-07T03:11:37.679Z root ERROR [hosted-plugin: 4016] Conflict in settings file Default: Ignoring cortex-debug.stlinkPath.osx as cortex-debug.stlinkPath is null
2025-04-07T03:11:37.679Z root ERROR [hosted-plugin: 4016] Conflict in settings file Default: Ignoring cortex-debug.stlinkPath.windows as cortex-debug.stlinkPath is null
2025-04-07T03:11:37.679Z root ERROR [hosted-plugin: 4016] 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
2025-04-07T03:11:37.679Z root ERROR [hosted-plugin: 4016] Conflict in settings file Default: Ignoring cortex-debug.stm32cubeprogrammer.windows as cortex-debug.stm32cubeprogrammer is null
2025-04-07T03:11:37.728Z root INFO [hosted-plugin: 4016] PLUGIN_HOST(4016): PluginManagerExtImpl/init()
2025-04-07T03:11:37.741Z root INFO [hosted-plugin: 4016] PLUGIN_HOST(4016): initializing(vscode-arduino-api@0.1.2 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-07T03:11:40.013Z root INFO [hosted-plugin: 4016] PLUGIN_HOST(4016): initializing(json-language-features@1.88.1 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-07T03:11:40.019Z root INFO [hosted-plugin: 4016] PLUGIN_HOST(4016): initializing(cortex-debug@1.5.1 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-07T03:11:40.020Z root INFO [hosted-plugin: 4016] Debugger contribution has been registered: cortex-debug
2025-04-07T03:11:40.023Z root INFO [hosted-plugin: 4016] PLUGIN_HOST(4016): initializing(vscode-arduino-tools@0.1.3 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-07T03:11:40.028Z root INFO [hosted-plugin: 4016] PLUGIN_HOST(4016): initializing(cpp@1.88.1 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-07T03:11:40.032Z root INFO [hosted-plugin: 4016] PLUGIN_HOST(4016): initializing(json@1.88.1 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-07T03:11:40.036Z root INFO [hosted-plugin: 4016] PLUGIN_HOST(4016): initializing(vscode-language-pack-bg@1.48.3 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-07T03:11:40.039Z root INFO [hosted-plugin: 4016] PLUGIN_HOST(4016): initializing(vscode-language-pack-cs@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-07T03:11:40.047Z root INFO [hosted-plugin: 4016] PLUGIN_HOST(4016): initializing(vscode-language-pack-de@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-07T03:11:40.056Z root INFO [hosted-plugin: 4016] PLUGIN_HOST(4016): initializing(vscode-language-pack-es@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-07T03:11:40.062Z root INFO [hosted-plugin: 4016] PLUGIN_HOST(4016): initializing(vscode-language-pack-fr@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-07T03:11:40.068Z root INFO [hosted-plugin: 4016] PLUGIN_HOST(4016): initializing(vscode-language-pack-hu@1.48.3 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-07T03:11:40.077Z root INFO [hosted-plugin: 4016] PLUGIN_HOST(4016): initializing(vscode-language-pack-it@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-07T03:11:40.079Z root INFO [hosted-plugin: 4016] PLUGIN_HOST(4016): initializing(vscode-language-pack-ja@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-07T03:11:40.081Z root INFO [hosted-plugin: 4016] PLUGIN_HOST(4016): initializing(vscode-language-pack-ko@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-07T03:11:40.082Z root INFO [hosted-plugin: 4016] PLUGIN_HOST(4016): initializing(vscode-language-pack-nl@1.48.3 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-07T03:11:40.158Z root INFO [hosted-plugin: 4016] PLUGIN_HOST(4016): initializing(vscode-language-pack-pl@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-07T03:11:40.219Z root INFO [hosted-plugin: 4016] PLUGIN_HOST(4016): initializing(vscode-language-pack-pt-BR@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-07T03:11:40.419Z root INFO [hosted-plugin: 4016] PLUGIN_HOST(4016): initializing(vscode-language-pack-ru@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-07T03:11:40.423Z root INFO [hosted-plugin: 4016] PLUGIN_HOST(4016): initializing(vscode-language-pack-tr@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-07T03:11:40.424Z root INFO [hosted-plugin: 4016] PLUGIN_HOST(4016): initializing(vscode-language-pack-uk@1.48.3 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-07T03:11:40.776Z root INFO [hosted-plugin: 4016] PLUGIN_HOST(4016): initializing(vscode-language-pack-zh-hans@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-07T03:11:40.777Z root INFO [hosted-plugin: 4016] PLUGIN_HOST(4016): initializing(vscode-language-pack-zh-hant@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-07T03:11:40.784Z root INFO [hosted-plugin: 4016] PLUGIN_HOST(4016): PluginManagerExtImpl/loadPlugin(C:\Program Files\Arduino IDE\resources\app\plugins\vscode-builtin-json-language-features\extension\client\dist\node\jsonClientMain)
2025-04-07T03:11:41.848Z root INFO [hosted-plugin: 4016] PLUGIN_HOST(4016): PluginManagerExtImpl/loadPlugin(C:\Program Files\Arduino IDE\resources\app\plugins\vscode-arduino-api\extension\dist\extension.js)
2025-04-07T03:11:42.013Z root INFO [hosted-plugin: 4016] calling activation function on Arduino IDE API for VS Code extensions
2025-04-07T03:11:42.028Z root INFO [8a287be3-b42e-4bb1-a246-72674f53a5e1] Starting plugins.
2025-04-07T03:11:42.206Z root INFO [hosted-plugin: 4016] PLUGIN_HOST(4016): PluginManagerExtImpl/loadPlugin(C:\Program Files\Arduino IDE\resources\app\plugins\cortex-debug\extension\dist\extension.js)
2025-04-07T03:11:42.775Z root INFO [hosted-plugin: 4016] Debug configuration provider has been registered: cortex-debug, trigger: 1
2025-04-07T03:11:42.775Z root INFO [hosted-plugin: 4016] calling activation function on Cortex-Debug
2025-04-07T03:11:42.784Z root INFO [hosted-plugin: 4016] GDB server console created
2025-04-07T03:11:42.847Z root INFO [8a287be3-b42e-4bb1-a246-72674f53a5e1] Start of 23 plugins: 15738.7 ms [Finished 208.235 s after frontend start]
2025-04-07T03:11:42.889Z root INFO [8a287be3-b42e-4bb1-a246-72674f53a5e1] Waiting for backend deployment: 33.7 ms [Finished 208.273 s after frontend start]
2025-04-07T03:11:42.890Z root INFO [8a287be3-b42e-4bb1-a246-72674f53a5e1] Loading plugin contributions
2025-04-07T03:11:44.391Z root INFO [hosted-plugin: 4016] calling activation function on JSON Language Features (built-in)
2025-04-07T03:11:50.339Z root ERROR ---- !!!SLOW!!! DURATION: search took 13086.381 ms. Args: [{"query":"Arduino_BuiltIn"}] ----
2025-04-07T03:11:51.823Z root ERROR ---- !!!SLOW!!! DURATION: search took 14897.198 ms. Args: [{"type":"Updatable"}] ----
2025-04-07T03:11:55.200Z daemon INFO time="2025-04-06T20:11:55-07:00" level=info msg="Checking signature" index="c:\\Users\\MECHE\\AppData\\Local\\Arduino15\\package_index.json" signatureFile="c:\\Users\\MECHE\\AppData\\Local\\Arduino15\\package_index.json.sig" trusted=true
2025-04-07T03:11:55.207Z daemon INFO time="2025-04-06T20:11:55-07:00" level=info msg="Loading hardware from: c:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages"
2025-04-07T03:11:55.210Z daemon INFO time="2025-04-06T20:11:55-07:00" level=info msg="Loading package arduino from: C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware"
2025-04-07T03:11:55.214Z daemon INFO time="2025-04-06T20:11:55-07:00" level=info msg="Missing signature file" index="C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\installed.json"
2025-04-07T03:11:55.222Z daemon INFO time="2025-04-06T20:11:55-07:00" level=info msg="Adding monitor tool" protocol=serial tool="builtin:serial-monitor"
2025-04-07T03:11:55.222Z daemon INFO time="2025-04-06T20:11:55-07:00" level=info msg="Loaded platform" platform="arduino:avr@1.8.6"
2025-04-07T03:11:55.222Z daemon INFO time="2025-04-06T20:11:55-07:00" level=info msg="Checking existence of 'tools' path: C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages\\arduino\\tools"
time="2025-04-06T20:11:55-07:00" level=info msg="Loading tools from dir: C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages\\arduino\\tools"
2025-04-07T03:11:55.223Z daemon INFO time="2025-04-06T20:11:55-07:00" level=info msg="Loaded tool" tool="arduino:arduinoOTA@1.3.0"
2025-04-07T03:11:55.224Z daemon INFO time="2025-04-06T20:11:55-07:00" level=info msg="Loaded tool" tool="arduino:avr-gcc@7.3.0-atmel3.6.1-arduino7"
2025-04-07T03:11:55.226Z daemon INFO time="2025-04-06T20:11:55-07:00" level=info msg="Loaded tool" tool="arduino:avrdude@6.3.0-arduino17"
2025-04-07T03:11:55.228Z daemon INFO time="2025-04-06T20:11:55-07:00" level=info msg="Loading package builtin from: C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages\\builtin"
2025-04-07T03:11:55.229Z daemon INFO time="2025-04-06T20:11:55-07:00" level=info msg="Checking existence of 'tools' path: C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages\\builtin\\tools"
2025-04-07T03:11:55.229Z daemon INFO time="2025-04-06T20:11:55-07:00" level=info msg="Loading tools from dir: C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages\\builtin\\tools"
2025-04-07T03:11:55.231Z daemon INFO time="2025-04-06T20:11:55-07:00" level=info msg="Loaded tool" tool="builtin:ctags@5.8-arduino11"
2025-04-07T03:11:55.231Z daemon INFO time="2025-04-06T20:11:55-07:00" level=info msg="Loaded tool" tool="builtin:dfu-discovery@0.1.2"
2025-04-07T03:11:55.234Z daemon INFO time="2025-04-06T20:11:55-07:00" level=info msg="Loaded tool" tool="builtin:mdns-discovery@1.0.9"
2025-04-07T03:11:55.236Z daemon INFO time="2025-04-06T20:11:55-07:00" level=info msg="Loaded tool" tool="builtin:serial-discovery@1.4.1"
2025-04-07T03:11:55.237Z daemon INFO time="2025-04-06T20:11:55-07:00" level=info msg="Loaded tool" tool="builtin:serial-monitor@0.15.0"
2025-04-07T03:11:55.337Z daemon INFO time="2025-04-06T20:11:55-07:00" level=info msg="Discovery event channel closed builtin:mdns-discovery. Exiting goroutine."
2025-04-07T03:11:55.338Z daemon INFO time="2025-04-06T20:11:55-07:00" level=error msg="Killing discovery process: TerminateProcess: Access is denied." discovery="builtin:mdns-discovery"
2025-04-07T03:11:55.343Z daemon INFO time="2025-04-06T20:11:55-07:00" level=info msg="Closed and removed discovery builtin:mdns-discovery"
2025-04-07T03:11:55.343Z daemon INFO time="2025-04-06T20:11:55-07:00" level=error msg="Stopped decode loop: EOF" discovery="builtin:mdns-discovery"
2025-04-07T03:11:55.344Z daemon INFO time="2025-04-06T20:11:55-07:00" level=info msg="Discovery event channel closed builtin:serial-discovery. Exiting goroutine."
2025-04-07T03:11:55.355Z daemon INFO time="2025-04-06T20:11:55-07:00" level=error msg="Waiting discovery process termination: exit status 1" discovery="builtin:serial-discovery"
time="2025-04-06T20:11:55-07:00" level=info msg="Closed and removed discovery builtin:serial-discovery"
2025-04-07T03:11:55.355Z daemon INFO time="2025-04-06T20:11:55-07:00" level=error msg="Stopped decode loop: EOF" discovery="builtin:serial-discovery"
2025-04-07T03:11:55.540Z daemon INFO time="2025-04-06T20:11:55-07:00" level=info msg="Adding libraries dir" dir="C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\libraries" isSingleLibrary=false location=platform
2025-04-07T03:11:55.540Z daemon INFO time="2025-04-06T20:11:55-07:00" level=info msg="Loading libraries index file" index="c:\\Users\\MECHE\\AppData\\Local\\Arduino15\\library_index.json"
2025-04-07T03:11:56.639Z daemon INFO time="2025-04-06T20:11:56-07:00" level=info msg="Adding libraries dir" dir="C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\libraries" isSingleLibrary=false location=ide
2025-04-07T03:11:56.640Z daemon INFO time="2025-04-06T20:11:56-07:00" level=info msg="Adding libraries dir" dir="d:\\PROGMS\\ARDUiNO\\LIBRARIES\\libraries" isSingleLibrary=false location=user
2025-04-07T03:12:02.421Z root INFO >>> Starting boards package installation... {
  id: 'arduino:avr',
  name: 'Arduino AVR Boards',
  summary: 'Boards included in this package:',
  description: 'Arduino BT, Arduino Industrial 101, Arduino Leonardo, Arduino Leonardo ETH, Arduino Esplora, LilyPad Arduino USB, Arduino Ethernet, Arduino NG or older, Arduino Mega or Mega 2560, Arduino Mini, Arduino YĂșn Mini, Arduino Uno Mini, Arduino Duemilanove or Diecimila, Arduino Fio, Arduino Pro or Pro Mini, Arduino YĂșn, Arduino Nano, Arduino Mega ADK, Arduino Robot Motor, LilyPad Arduino, Arduino Gemma, Arduino Uno WiFi, Linino One, Arduino Uno, Arduino Micro, Arduino Robot Control, Adafruit Circuit Playground',
  boards: [
    { name: 'Arduino BT', fqbn: 'arduino:avr:bt' },
    { name: 'Arduino Industrial 101', fqbn: 'arduino:avr:chiwawa' },
    { name: 'Arduino Leonardo', fqbn: 'arduino:avr:leonardo' },
    { name: 'Arduino Leonardo ETH', fqbn: 'arduino:avr:leonardoeth' },
    { name: 'Arduino Esplora', fqbn: 'arduino:avr:esplora' },
    { name: 'LilyPad Arduino USB', fqbn: 'arduino:avr:LilyPadUSB' },
    { name: 'Arduino Ethernet', fqbn: 'arduino:avr:ethernet' },
    { name: 'Arduino NG or older', fqbn: 'arduino:avr:atmegang' },
    { name: 'Arduino Mega or Mega 2560', fqbn: 'arduino:avr:mega' },
    { name: 'Arduino Mini', fqbn: 'arduino:avr:mini' },
    { name: 'Arduino YĂșn Mini', fqbn: 'arduino:avr:yunmini' },
    { name: 'Arduino Uno Mini', fqbn: 'arduino:avr:unomini' },
    {
      name: 'Arduino Duemilanove or Diecimila',
      fqbn: 'arduino:avr:diecimila'
    },
    { name: 'Arduino Fio', fqbn: 'arduino:avr:fio' },
    { name: 'Arduino Pro or Pro Mini', fqbn: 'arduino:avr:pro' },
    { name: 'Arduino YĂșn', fqbn: 'arduino:avr:yun' },
    { name: 'Arduino Nano', fqbn: 'arduino:avr:nano' },
    { name: 'Arduino Mega ADK', fqbn: 'arduino:avr:megaADK' },
    { name: 'Arduino Robot Motor', fqbn: 'arduino:avr:robotMotor' },
    { name: 'LilyPad Arduino', fqbn: 'arduino:avr:lilypad' },
    { name: 'Arduino Gemma', fqbn: 'arduino:avr:gemma' },
    { name: 'Arduino Uno WiFi', fqbn: 'arduino:avr:unowifi' },
    { name: 'Linino One', fqbn: 'arduino:avr:one' },
    { name: 'Arduino Uno', fqbn: 'arduino:avr:uno' },
    { name: 'Arduino Micro', fqbn: 'arduino:avr:micro' },
    { name: 'Arduino Robot Control', fqbn: 'arduino:avr:robotControl' },
    {
      name: 'Adafruit Circuit Playground',
      fqbn: 'arduino:avr:circuitplay32u4cat'
    }
  ],
  types: [ 'Arduino' ],
  moreInfoLink: 'https://www.arduino.cc/',
  author: 'Arduino',
  deprecated: false,
  availableVersions: [
    '1.8.6',  '1.8.5',  '1.8.4',
    '1.8.3',  '1.8.2',  '1.8.1',
    '1.6.23', '1.6.22', '1.6.21',
    '1.6.20', '1.6.19', '1.6.18',
    '1.6.17', '1.6.16', '1.6.15',
    '1.6.14', '1.6.13', '1.6.12',
    '1.6.11', '1.6.10', '1.6.9',
    '1.6.8',  '1.6.7',  '1.6.6',
    '1.6.5',  '1.6.4',  '1.6.3',
    '1.6.2'
  ],
  installedVersion: '1.8.6',
  index: 0
}
2025-04-07T03:12:02.476Z discovery-log INFO stop
2025-04-07T03:12:02.476Z discovery-log INFO >>> Stopping boards watcher...
2025-04-07T03:12:02.476Z discovery-log INFO Canceling boards watcher...
2025-04-07T03:12:02.476Z discovery-log INFO disposing requesting cancel
2025-04-07T03:12:02.476Z discovery-log INFO disposing canceled
2025-04-07T03:12:02.478Z discovery-log INFO error received
2025-04-07T03:12:02.478Z discovery-log INFO cancel error received!
2025-04-07T03:12:02.478Z discovery-log INFO stop received event: either end or cancel
2025-04-07T03:12:02.478Z discovery-log INFO stop stopped
2025-04-07T03:12:02.478Z discovery-log INFO received end
2025-04-07T03:12:02.901Z daemon INFO time="2025-04-06T20:12:02-07:00" level=info msg="Checking signature" index="c:\\Users\\MECHE\\AppData\\Local\\Arduino15\\package_index.json" signatureFile="c:\\Users\\MECHE\\AppData\\Local\\Arduino15\\package_index.json.sig" trusted=true
2025-04-07T03:12:02.903Z daemon INFO time="2025-04-06T20:12:02-07:00" level=info msg="Loading hardware from: c:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages"
2025-04-07T03:12:02.905Z daemon INFO time="2025-04-06T20:12:02-07:00" level=info msg="Loading package arduino from: C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware"
2025-04-07T03:12:03.313Z daemon INFO time="2025-04-06T20:12:03-07:00" level=info msg="Missing signature file" index="C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\installed.json"
2025-04-07T03:12:03.920Z daemon INFO time="2025-04-06T20:12:03-07:00" level=info msg="Adding monitor tool" protocol=serial tool="builtin:serial-monitor"
2025-04-07T03:12:03.920Z daemon INFO time="2025-04-06T20:12:03-07:00" level=info msg="Loaded platform" platform="arduino:avr@1.8.6"
2025-04-07T03:12:03.921Z daemon INFO time="2025-04-06T20:12:03-07:00" level=info msg="Checking existence of 'tools' path: C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages\\arduino\\tools"
time="2025-04-06T20:12:03-07:00" level=info msg="Loading tools from dir: C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages\\arduino\\tools"
2025-04-07T03:12:03.921Z daemon INFO time="2025-04-06T20:12:03-07:00" level=info msg="Loaded tool" tool="arduino:arduinoOTA@1.3.0"
2025-04-07T03:12:03.922Z daemon INFO time="2025-04-06T20:12:03-07:00" level=info msg="Loaded tool" tool="arduino:avr-gcc@7.3.0-atmel3.6.1-arduino7"
2025-04-07T03:12:03.922Z daemon INFO time="2025-04-06T20:12:03-07:00" level=info msg="Loaded tool" tool="arduino:avrdude@6.3.0-arduino17"
2025-04-07T03:12:03.929Z daemon INFO time="2025-04-06T20:12:03-07:00" level=info msg="Loading package builtin from: C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages\\builtin"
2025-04-07T03:12:03.930Z daemon INFO time="2025-04-06T20:12:03-07:00" level=info msg="Checking existence of 'tools' path: C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages\\builtin\\tools"
2025-04-07T03:12:03.930Z daemon INFO time="2025-04-06T20:12:03-07:00" level=info msg="Loading tools from dir: C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages\\builtin\\tools"
2025-04-07T03:12:03.931Z daemon INFO time="2025-04-06T20:12:03-07:00" level=info msg="Loaded tool" tool="builtin:ctags@5.8-arduino11"
2025-04-07T03:12:03.932Z daemon INFO time="2025-04-06T20:12:03-07:00" level=info msg="Loaded tool" tool="builtin:dfu-discovery@0.1.2"
2025-04-07T03:12:03.933Z daemon INFO time="2025-04-06T20:12:03-07:00" level=info msg="Loaded tool" tool="builtin:mdns-discovery@1.0.9"
2025-04-07T03:12:03.934Z daemon INFO time="2025-04-06T20:12:03-07:00" level=info msg="Loaded tool" tool="builtin:serial-discovery@1.4.1"
2025-04-07T03:12:03.934Z daemon INFO time="2025-04-06T20:12:03-07:00" level=info msg="Loaded tool" tool="builtin:serial-monitor@0.15.0"
2025-04-07T03:12:11.376Z root WARN A command arduino-include-library--ADS1110:Nadav Matalon <nadav.matalon@gmail.com> is already registered.
2025-04-07T03:12:11.378Z root WARN A command arduino-include-library--LTC1392 library:Christoph Jurczyk is already registered.
2025-04-07T03:12:11.378Z root WARN A command arduino-include-library--Arduino Low Power:Arduino is already registered.
2025-04-07T03:12:11.378Z root WARN A command arduino-include-library--Arduino SigFox for MKRFox1200:Arduino is already registered.
2025-04-07T03:12:11.378Z root WARN A command arduino-include-library--MKRMotorCarrier:Arduino is already registered.
2025-04-07T03:12:11.378Z root WARN A command arduino-include-library--AD7390 DAC library:Christoph Jurczyk is already registered.
2025-04-07T03:12:11.379Z root WARN A command arduino-include-library--Madgwick:Arduino is already registered.
2025-04-07T03:13:12.527Z daemon INFO time="2025-04-06T20:13:12-07:00" level=info msg="Discovery event channel closed builtin:serial-discovery. Exiting goroutine."
2025-04-07T03:13:12.535Z daemon INFO time="2025-04-06T20:13:12-07:00" level=error msg="Waiting discovery process termination: exit status 1" discovery="builtin:serial-discovery"
2025-04-07T03:13:12.535Z daemon INFO time="2025-04-06T20:13:12-07:00" level=info msg="Closed and removed discovery builtin:serial-discovery"
2025-04-07T03:13:12.535Z daemon INFO time="2025-04-06T20:13:12-07:00" level=error msg="Stopped decode loop: EOF" discovery="builtin:serial-discovery"
2025-04-07T03:13:12.539Z daemon INFO time="2025-04-06T20:13:12-07:00" level=error msg="Killing discovery process: TerminateProcess: Access is denied." discovery="builtin:mdns-discovery"
2025-04-07T03:13:12.539Z daemon INFO time="2025-04-06T20:13:12-07:00" level=info msg="Discovery event channel closed builtin:mdns-discovery. Exiting goroutine."
2025-04-07T03:13:12.545Z daemon INFO time="2025-04-06T20:13:12-07:00" level=info msg="Closed and removed discovery builtin:mdns-discovery"
2025-04-07T03:13:12.545Z daemon INFO time="2025-04-06T20:13:12-07:00" level=error msg="Stopped decode loop: EOF" discovery="builtin:mdns-discovery"
2025-04-07T03:13:12.645Z daemon INFO time="2025-04-06T20:13:12-07:00" level=info msg="Adding libraries dir" dir="C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\libraries" isSingleLibrary=false location=platform
2025-04-07T03:13:12.645Z daemon INFO time="2025-04-06T20:13:12-07:00" level=info msg="Loading libraries index file" index="c:\\Users\\MECHE\\AppData\\Local\\Arduino15\\library_index.json"
2025-04-07T03:13:14.283Z daemon INFO time="2025-04-06T20:13:14-07:00" level=info msg="Adding libraries dir" dir="C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\libraries" isSingleLibrary=false location=ide
2025-04-07T03:13:14.284Z daemon INFO time="2025-04-06T20:13:14-07:00" level=info msg="Adding libraries dir" dir="d:\\PROGMS\\ARDUiNO\\LIBRARIES\\libraries" isSingleLibrary=false location=user
2025-04-07T03:13:54.226Z root INFO >>> Starting library package installation... {
  name: 'ACANFD_STM32',
  exampleUris: [],
  location: 0,
  installedVersion: '1.0.1',
  author: 'Pierre Molinaro',
  availableVersions: [ '1.1.2-rc1', '1.0.1', '1.0.0' ],
  includes: [],
  description: 'This library is a FDCAN network driver for NUCLEO-G431KC, NUCLEO-G474RE, WeActStudio G474 (experimental), NUCLEO-H723ZG and NUCLEO-H743ZI2 boards. Default configuration enables reception of all frames. Reception filters can be easily defined. SystemClock can be redefined in order to match a givendata bit rate. Compatible with ACAN2517FD library.',
  moreInfoLink: 'https://github.com/pierremolinaro/acanfd-stm32',
  summary: 'A STM32 FDCAN driver.',
  category: 'Communication',
  types: [ 'Contributed' ],
  index: 0
}
2025-04-07T03:13:54.226Z discovery-log INFO stop
2025-04-07T03:14:24.232Z discovery-log INFO start
2025-04-07T03:14:24.232Z discovery-log INFO start new deferred
2025-04-07T03:14:24.232Z discovery-log INFO start resolved watching
2025-04-07T03:14:24.272Z root INFO <<< Boards package installation done. {
  id: 'arduino:avr',
  name: 'Arduino AVR Boards',
  summary: 'Boards included in this package:',
  description: 'Arduino BT, Arduino Industrial 101, Arduino Leonardo, Arduino Leonardo ETH, Arduino Esplora, LilyPad Arduino USB, Arduino Ethernet, Arduino NG or older, Arduino Mega or Mega 2560, Arduino Mini, Arduino YĂșn Mini, Arduino Uno Mini, Arduino Duemilanove or Diecimila, Arduino Fio, Arduino Pro or Pro Mini, Arduino YĂșn, Arduino Nano, Arduino Mega ADK, Arduino Robot Motor, LilyPad Arduino, Arduino Gemma, Arduino Uno WiFi, Linino One, Arduino Uno, Arduino Micro, Arduino Robot Control, Adafruit Circuit Playground',
  boards: [
    { name: 'Arduino BT', fqbn: 'arduino:avr:bt' },
    { name: 'Arduino Industrial 101', fqbn: 'arduino:avr:chiwawa' },
    { name: 'Arduino Leonardo', fqbn: 'arduino:avr:leonardo' },
    { name: 'Arduino Leonardo ETH', fqbn: 'arduino:avr:leonardoeth' },
    { name: 'Arduino Esplora', fqbn: 'arduino:avr:esplora' },
    { name: 'LilyPad Arduino USB', fqbn: 'arduino:avr:LilyPadUSB' },
    { name: 'Arduino Ethernet', fqbn: 'arduino:avr:ethernet' },
    { name: 'Arduino NG or older', fqbn: 'arduino:avr:atmegang' },
    { name: 'Arduino Mega or Mega 2560', fqbn: 'arduino:avr:mega' },
    { name: 'Arduino Mini', fqbn: 'arduino:avr:mini' },
    { name: 'Arduino YĂșn Mini', fqbn: 'arduino:avr:yunmini' },
    { name: 'Arduino Uno Mini', fqbn: 'arduino:avr:unomini' },
    {
      name: 'Arduino Duemilanove or Diecimila',
      fqbn: 'arduino:avr:diecimila'
    },
    { name: 'Arduino Fio', fqbn: 'arduino:avr:fio' },
    { name: 'Arduino Pro or Pro Mini', fqbn: 'arduino:avr:pro' },
    { name: 'Arduino YĂșn', fqbn: 'arduino:avr:yun' },
    { name: 'Arduino Nano', fqbn: 'arduino:avr:nano' },
    { name: 'Arduino Mega ADK', fqbn: 'arduino:avr:megaADK' },
    { name: 'Arduino Robot Motor', fqbn: 'arduino:avr:robotMotor' },
    { name: 'LilyPad Arduino', fqbn: 'arduino:avr:lilypad' },
    { name: 'Arduino Gemma', fqbn: 'arduino:avr:gemma' },
    { name: 'Arduino Uno WiFi', fqbn: 'arduino:avr:unowifi' },
    { name: 'Linino One', fqbn: 'arduino:avr:one' },
    { name: 'Arduino Uno', fqbn: 'arduino:avr:uno' },
    { name: 'Arduino Micro', fqbn: 'arduino:avr:micro' },
    { name: 'Arduino Robot Control', fqbn: 'arduino:avr:robotControl' },
    {
      name: 'Adafruit Circuit Playground',
      fqbn: 'arduino:avr:circuitplay32u4cat'
    }
  ],
  types: [ 'Arduino' ],
  moreInfoLink: 'https://www.arduino.cc/',
  author: 'Arduino',
  deprecated: false,
  availableVersions: [
    '1.8.6',  '1.8.5',  '1.8.4',
    '1.8.3',  '1.8.2',  '1.8.1',
    '1.6.23', '1.6.22', '1.6.21',
    '1.6.20', '1.6.19', '1.6.18',
    '1.6.17', '1.6.16', '1.6.15',
    '1.6.14', '1.6.13', '1.6.12',
    '1.6.11', '1.6.10', '1.6.9',
    '1.6.8',  '1.6.7',  '1.6.6',
    '1.6.5',  '1.6.4',  '1.6.3',
    '1.6.2'
  ],
  installedVersion: '1.8.6',
  index: 0
}
2025-04-07T03:14:24.286Z root INFO >>> Starting library package installation... {
  name: 'Arduino_BuiltIn',
  exampleUris: [],
  location: 0,
  installedVersion: '1.0.0',
  author: 'Arduino',
  availableVersions: [ '1.0.0' ],
  includes: [],
  description: 'The sole purpose of this library is to install the standard Arduino libraries which are typically included with the Arduino IDE.',
  moreInfoLink: 'https://github.com/arduino-libraries/Arduino_BuiltIn',
  summary: 'Shell Arduino library to provide the standard built-in libraries',
  category: 'Other',
  types: [ 'Arduino' ],
  index: 0
}
2025-04-07T03:14:24.286Z discovery-log INFO stop
2025-04-07T03:14:24.286Z discovery-log INFO >>> Stopping boards watcher...
2025-04-07T03:14:24.286Z discovery-log INFO Canceling boards watcher...
2025-04-07T03:14:24.286Z discovery-log INFO disposing requesting cancel
2025-04-07T03:14:24.286Z discovery-log INFO disposing canceled
2025-04-07T03:14:24.288Z discovery-log INFO error received
2025-04-07T03:14:24.289Z discovery-log INFO cancel error received!
2025-04-07T03:14:24.289Z discovery-log INFO stop received event: either end or cancel
2025-04-07T03:14:24.289Z discovery-log INFO stop stopped
2025-04-07T03:14:24.289Z discovery-log INFO received end
2025-04-07T03:14:44.757Z daemon INFO time="2025-04-06T20:14:44-07:00" level=info msg="Starting download" url="https://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACANFD_STM32-1.1.2-rc1.zip?query=upgrade"
2025-04-07T03:14:46.930Z daemon INFO time="2025-04-06T20:14:46-07:00" level=info msg="Installing library" library=ACANFD_STM32@1.1.2-rc1
2025-04-07T03:14:50.125Z root INFO New sketch 'H743ZI2-LoopBackDemo-CAN1-StandardFilters' was created in sketchbook 'file:///d%3A/PROGMS/ARDUiNO/LIBRARIES'.
2025-04-07T03:14:50.175Z root INFO New sketch 'H743ZI2-LoopBackDemoIntensive-CAN1' was created in sketchbook 'file:///d%3A/PROGMS/ARDUiNO/LIBRARIES'.
2025-04-07T03:14:52.281Z daemon INFO time="2025-04-06T20:14:52-07:00" level=info msg="Checking signature" index="c:\\Users\\MECHE\\AppData\\Local\\Arduino15\\package_index.json" signatureFile="c:\\Users\\MECHE\\AppData\\Local\\Arduino15\\package_index.json.sig" trusted=true
2025-04-07T03:14:52.283Z daemon INFO time="2025-04-06T20:14:52-07:00" level=info msg="Loading hardware from: c:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages"
2025-04-07T03:14:52.286Z daemon INFO time="2025-04-06T20:14:52-07:00" level=info msg="Loading package arduino from: C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware"
2025-04-07T03:14:52.436Z daemon INFO time="2025-04-06T20:14:52-07:00" level=info msg="Missing signature file" index="C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\installed.json"
2025-04-07T03:14:53.248Z daemon INFO time="2025-04-06T20:14:53-07:00" level=info msg="Adding monitor tool" protocol=serial tool="builtin:serial-monitor"
time="2025-04-06T20:14:53-07:00" level=info msg="Loaded platform" platform="arduino:avr@1.8.6"
2025-04-07T03:14:53.248Z daemon INFO time="2025-04-06T20:14:53-07:00" level=info msg="Checking existence of 'tools' path: C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages\\arduino\\tools"
time="2025-04-06T20:14:53-07:00" level=info msg="Loading tools from dir: C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages\\arduino\\tools"
2025-04-07T03:14:53.248Z daemon INFO time="2025-04-06T20:14:53-07:00" level=info msg="Loaded tool" tool="arduino:arduinoOTA@1.3.0"
2025-04-07T03:14:53.249Z daemon INFO time="2025-04-06T20:14:53-07:00" level=info msg="Loaded tool" tool="arduino:avr-gcc@7.3.0-atmel3.6.1-arduino7"
2025-04-07T03:14:53.249Z daemon INFO time="2025-04-06T20:14:53-07:00" level=info msg="Loaded tool" tool="arduino:avrdude@6.3.0-arduino17"
2025-04-07T03:14:53.250Z daemon INFO time="2025-04-06T20:14:53-07:00" level=info msg="Loading package builtin from: C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages\\builtin"
2025-04-07T03:14:53.250Z daemon INFO time="2025-04-06T20:14:53-07:00" level=info msg="Checking existence of 'tools' path: C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages\\builtin\\tools"
time="2025-04-06T20:14:53-07:00" level=info msg="Loading tools from dir: C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages\\builtin\\tools"
2025-04-07T03:14:53.251Z daemon INFO time="2025-04-06T20:14:53-07:00" level=info msg="Loaded tool" tool="builtin:ctags@5.8-arduino11"
2025-04-07T03:14:53.251Z daemon INFO time="2025-04-06T20:14:53-07:00" level=info msg="Loaded tool" tool="builtin:dfu-discovery@0.1.2"
2025-04-07T03:14:53.252Z daemon INFO time="2025-04-06T20:14:53-07:00" level=info msg="Loaded tool" tool="builtin:mdns-discovery@1.0.9"
2025-04-07T03:14:53.252Z daemon INFO time="2025-04-06T20:14:53-07:00" level=info msg="Loaded tool" tool="builtin:serial-discovery@1.4.1"
2025-04-07T03:14:53.252Z daemon INFO time="2025-04-06T20:14:53-07:00" level=info msg="Loaded tool" tool="builtin:serial-monitor@0.15.0"
2025-04-07T03:14:53.291Z daemon INFO time="2025-04-06T20:14:53-07:00" level=info msg="Discovery event channel closed builtin:serial-discovery. Exiting goroutine."
2025-04-07T03:14:53.292Z daemon INFO time="2025-04-06T20:14:53-07:00" level=error msg="Killing discovery process: TerminateProcess: Access is denied." discovery="builtin:serial-discovery"
2025-04-07T03:14:53.303Z daemon INFO time="2025-04-06T20:14:53-07:00" level=info msg="Closed and removed discovery builtin:serial-discovery"
2025-04-07T03:14:53.303Z daemon INFO time="2025-04-06T20:14:53-07:00" level=error msg="Stopped decode loop: EOF" discovery="builtin:serial-discovery"
2025-04-07T03:14:53.304Z daemon INFO time="2025-04-06T20:14:53-07:00" level=error msg="Killing discovery process: TerminateProcess: Access is denied." discovery="builtin:mdns-discovery"
2025-04-07T03:14:53.304Z daemon INFO time="2025-04-06T20:14:53-07:00" level=info msg="Discovery event channel closed builtin:mdns-discovery. Exiting goroutine."
2025-04-07T03:14:53.315Z daemon INFO time="2025-04-06T20:14:53-07:00" level=info msg="Closed and removed discovery builtin:mdns-discovery"
2025-04-07T03:14:53.322Z daemon INFO time="2025-04-06T20:14:53-07:00" level=error msg="Stopped decode loop: EOF" discovery="builtin:mdns-discovery"
2025-04-07T03:14:53.474Z daemon INFO time="2025-04-06T20:14:53-07:00" level=info msg="Adding libraries dir" dir="C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\libraries" isSingleLibrary=false location=platform
2025-04-07T03:14:53.475Z daemon INFO time="2025-04-06T20:14:53-07:00" level=info msg="Loading libraries index file" index="c:\\Users\\MECHE\\AppData\\Local\\Arduino15\\library_index.json"
2025-04-07T03:14:54.285Z daemon INFO time="2025-04-06T20:14:54-07:00" level=info msg="Adding libraries dir" dir="C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\libraries" isSingleLibrary=false location=ide
2025-04-07T03:14:54.286Z daemon INFO time="2025-04-06T20:14:54-07:00" level=info msg="Adding libraries dir" dir="d:\\PROGMS\\ARDUiNO\\LIBRARIES\\libraries" isSingleLibrary=false location=user
2025-04-07T03:16:11.038Z discovery-log INFO start
2025-04-07T03:16:11.038Z discovery-log INFO start new deferred
2025-04-07T03:16:11.038Z discovery-log INFO start resolved watching
2025-04-07T03:16:13.662Z root ERROR ---- !!!SLOW!!! DURATION: search took 2624.632 ms. Args: [{}] ----
2025-04-07T03:16:13.662Z root INFO <<< Library package installation done. {
  name: 'ACANFD_STM32',
  exampleUris: [],
  location: 0,
  installedVersion: '1.0.1',
  author: 'Pierre Molinaro',
  availableVersions: [ '1.1.2-rc1', '1.0.1', '1.0.0' ],
  includes: [],
  description: 'This library is a FDCAN network driver for NUCLEO-G431KC, NUCLEO-G474RE, WeActStudio G474 (experimental), NUCLEO-H723ZG and NUCLEO-H743ZI2 boards. Default configuration enables reception of all frames. Reception filters can be easily defined. SystemClock can be redefined in order to match a givendata bit rate. Compatible with ACAN2517FD library.',
  moreInfoLink: 'https://github.com/pierremolinaro/acanfd-stm32',
  summary: 'A STM32 FDCAN driver.',
  category: 'Communication',
  types: [ 'Contributed' ],
  index: 0
}
2025-04-07T03:17:16.343Z root INFO socked closed
2025-04-07T03:17:16.343Z root INFO closing connection for 1
2025-04-07T03:17:16.343Z root INFO Closing channel on service path '/localization-server'.
2025-04-07T03:17:16.343Z root INFO Closing channel on service path '/os'.
2025-04-07T03:17:16.343Z root INFO Closing channel on service path '/services/commands'.
2025-04-07T03:17:16.343Z root INFO Closing channel on service path '/services/keyboard'.
2025-04-07T03:17:16.343Z root INFO Closing channel on service path '/services/logger'.
2025-04-07T03:17:16.343Z root INFO Closing channel on service path '/services/messageService'.
2025-04-07T03:17:16.344Z root INFO Closing channel on service path '/services/ChannelCloseService'.
2025-04-07T03:17:16.344Z root INFO Closing channel on service path '/services/remote-filesystem'.
2025-04-07T03:17:16.344Z root INFO Closing channel on service path '/services/envs'.
2025-04-07T03:17:16.344Z root INFO Closing channel on service path '/services/authentication-service'.
2025-04-07T03:17:16.344Z root INFO Closing channel on service path '/services/sketches-service'.
2025-04-07T03:17:16.344Z root INFO Closing channel on service path '/services/config-service'.
2025-04-07T03:17:16.344Z root INFO Closing channel on service path '/services/workspace'.
2025-04-07T03:17:16.344Z root INFO Closing channel on service path '/services/notification-service'.
2025-04-07T03:17:16.344Z root INFO Closing channel on service path '/services/arduino-daemon'.
2025-04-07T03:17:16.344Z root INFO Closing channel on service path '/services/stopwatch'.
2025-04-07T03:17:16.344Z root INFO Closing channel on service path '/services/application'.
2025-04-07T03:17:16.344Z root INFO Closing channel on service path '/services/i18n'.
2025-04-07T03:17:16.344Z root INFO Closing channel on service path '/services/quickInput'.
2025-04-07T03:17:16.344Z root INFO Closing channel on service path '/services/debug'.
2025-04-07T03:17:16.344Z root INFO Closing channel on service path '/services/shell-terminal'.
2025-04-07T03:17:16.344Z root INFO Closing channel on service path '/services/quickPick'.
2025-04-07T03:17:16.344Z root INFO Closing channel on service path '/services/task'.
2025-04-07T03:17:16.344Z root INFO Closing channel on service path '/services/search'.
2025-04-07T03:17:16.344Z root INFO Closing channel on service path '/services/hostedPlugin'.
2025-04-07T03:17:16.344Z root INFO Closing channel on service path '/services/plugin-ext'.
2025-04-07T03:17:16.344Z root INFO Closing channel on service path '/services/plugin-paths'.
2025-04-07T03:17:16.344Z root INFO Closing channel on service path '/services/cli-preferences'.
2025-04-07T03:17:16.344Z root INFO Closing channel on service path '/services/boards-service'.
2025-04-07T03:17:16.344Z root INFO Closing channel on service path '/services/response-service'.
2025-04-07T03:17:16.344Z root INFO Closing channel on service path '/services/file-system-ext'.
2025-04-07T03:17:16.344Z root INFO Closing channel on service path '/services/core-service'.
2025-04-07T03:17:16.344Z root INFO Closing channel on service path '/services/example-service'.
2025-04-07T03:17:16.344Z root INFO Closing channel on service path '/services/library-service'.
2025-04-07T03:17:16.344Z root INFO Closing channel on service path '/services/executable-service'.
2025-04-07T03:17:16.344Z root INFO Closing channel on service path '/services/arduino-firmware-uploader'.
2025-04-07T03:17:16.344Z root INFO Closing channel on service path '/services/formatter'.
2025-04-07T03:17:16.344Z root INFO Closing channel on service path '/services/search-in-workspace'.
2025-04-07T03:17:16.344Z root INFO Closing channel on service path '/services/request-service'.
2025-04-07T03:17:16.344Z root INFO Closing channel on service path '/services/keyStore'.
2025-04-07T03:17:16.344Z root INFO Closing channel on service path '/services/languagePackService'.
2025-04-07T03:17:16.345Z root ERROR Uncaught Exception:  Error: ping timeout
2025-04-07T03:17:16.346Z root ERROR Error: ping timeout
    at C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:6813396
    at Map.forEach (<anonymous>)
    at C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:6813375
    at C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:1018551
    at s.invoke (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:1018641)
    at a.fire (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:1020444)
    at C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:2680888
    at Map.forEach (<anonymous>)
    at Object.<anonymous> (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:2680858)
    at e.dispose (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:3741352)
2025-04-07T03:17:16.623Z root ERROR Uncaught Exception:  Error: spawn wmic.exe ENOENT
2025-04-07T03:17:16.623Z root ERROR Error: spawn wmic.exe ENOENT
    at ChildProcess._handle.onexit (node:internal/child_process:286:19)
    at onErrorNT (node:internal/child_process:484:16)
    at process.processTicksAndRejections (node:internal/process/task_queues:82:21)
2025-04-07T03:17:16.623Z root ERROR Uncaught Exception:  TypeError: Cannot read properties of undefined (reading 'forEach')
2025-04-07T03:17:16.623Z root ERROR TypeError: Cannot read properties of undefined (reading 'forEach')
    at Stream.<anonymous> (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:148402)
    at Stream.emit (node:events:519:28)
    at Stream.i (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:1132403)
    at Stream.emit (node:events:531:35)
    at f (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:5824091)
    at o.write (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:5824448)
    at Stream.ondata (node:internal/streams/legacy:21:31)
    at Stream.emit (node:events:519:28)
    at l (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:6847934)
    at c.queue.c.push (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:6848151)
2025-04-07T03:20:09.061Z root INFO Reconnecting failed for 1
Closing channel on service path '/services/electron-window'.
2025-04-07T03:20:13.249Z root INFO creating connection for 1
2025-04-07T03:20:17.454Z root WARN Frontend a.configure took longer than the expected maximum 100 milliseconds: 2076.2 ms [Finished 8.383 s after frontend start]
2025-04-07T03:20:17.604Z root WARN A command editor.action.toggleStickyScroll is already registered.
2025-04-07T03:20:17.604Z root WARN Frontend commands.onStart took longer than the expected maximum 100 milliseconds: 104.3 ms [Finished 8.493 s after frontend start]
Opening channel for service path '/services/electron-window'.
2025-04-07T03:20:19.006Z root WARN Frontend keybindings.onStart took longer than the expected maximum 100 milliseconds: 1401.0 ms [Finished 9.895 s after frontend start]
2025-04-07T03:20:19.159Z root INFO Start frontend contributions: 3872.6 ms [Finished 10.071 s after frontend start]
2025-04-07T03:20:19.159Z root INFO Changed application state from 'init' to 'started_contributions'.
2025-04-07T03:20:19.173Z root INFO Changed application state from 'started_contributions' to 'attached_shell'.
2025-04-07T03:20:19.173Z root INFO >>> Restoring the layout state...
2025-04-07T03:20:19.256Z root INFO [e56d7f27-e4d3-4757-8093-bc7ba2e348d8] Waiting for backend deployment: 125.2 ms [Finished 10.185 s after frontend start]
2025-04-07T03:20:20.448Z root INFO ------- SERIALIZED LAYOUT DATA -------
2025-04-07T03:20:20.448Z root INFO {"version":5,"mainPanel":{"main":{"type":"tab-area","widgets":[{"constructionOptions":{"factoryId":"code-editor-opener","options":{"counter":0,"kind":"navigatable","uri":"file:///c%3A/Users/MECHE/AppData/Local/Temp/.arduinoIDE-unsaved202536-13576-1gh7u5g.sxhw/sketch_apr6a/sketch_apr6a.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\":10,\"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":232,"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\":[{\"widget\":{\"constructionOptions\":{\"factoryId\":\"debug:threads\"},\"innerWidgetState\":\"{}\"},\"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:frames\"},\"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:variables\"},\"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:watch\"},\"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:breakpoints\"},\"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\":\"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.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.registers\",\"viewId\":\"cortex-debug.registers\"}},\"innerWidgetState\":\"{\\\"label\\\":\\\"Cortex Registers\\\",\\\"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}}],\"title\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true}}"},"rank":4,"expanded":false,"pinned":false},{"widget":{"constructionOptions":{"factoryId":"search-view-container"},"innerWidgetState":"{\"parts\":[{\"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,\\\"multiline\\\":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}}\"},\"partId\":\"search-in-workspace\",\"collapsed\":false,\"hidden\":false,\"originalContainerId\":\"search-view-container\",\"originalContainerTitle\":{\"label\":\"Search\",\"iconClass\":\"codicon codicon-search\",\"closeable\":true}}],\"title\":{\"label\":\"Search\",\"iconClass\":\"fa fa-arduino-search\",\"closeable\":true}}"},"rank":5,"expanded":false,"pinned":false}]},"rightPanel":{"type":"sidepanel","items":[]}}
2025-04-07T03:20:20.448Z root INFO ------- END SERIALIZED LAYOUT DATA -------
2025-04-07T03:20:22.813Z root INFO <<< The layout has been successfully restored.
2025-04-07T03:20:22.815Z root INFO Initialize the workbench layout: 2003.3 ms [Finished 12.111 s after frontend start]
2025-04-07T03:20:22.815Z root INFO Changed application state from 'attached_shell' to 'initialized_layout'.
2025-04-07T03:20:22.820Z root INFO Replace loading indicator with ready workbench UI (animation): 888.4 ms [Finished 13.006 s after frontend start]
2025-04-07T03:20:22.820Z root INFO Changed application state from 'initialized_layout' to 'ready'.
2025-04-07T03:20:22.820Z root WARN Linked preference "workbench.colorCustomizations" not found.
2025-04-07T03:20:22.828Z root INFO Frontend application start: 5421.7 ms [Finished 729.742 s after backend start]
2025-04-07T03:20:22.829Z root INFO [hosted-plugin: 9584] PLUGIN_HOST(9584) starting instance
[Object: null prototype] {}
2025-04-07T03:20:26.260Z root ERROR ---- !!!SLOW!!! DURATION: search took 3445.190 ms. Args: [{"type":"Updatable"}] ----
2025-04-07T03:20:26.264Z root INFO [e56d7f27-e4d3-4757-8093-bc7ba2e348d8] Sync of 23 plugins: 5422.0 ms [Finished 15.607 s after frontend start]
2025-04-07T03:20:26.264Z root INFO [e56d7f27-e4d3-4757-8093-bc7ba2e348d8] Loading plugin contributions
2025-04-07T03:20:26.265Z root INFO [e56d7f27-e4d3-4757-8093-bc7ba2e348d8] Load contributions of 23 plugins: 324.6 ms [Finished 15.932 s after frontend start]
2025-04-07T03:20:26.265Z root WARN 'cpp' language is remapped from 'source.cpp.embedded.macro' to 'source.cpp' scope
2025-04-07T03:20:26.265Z root WARN a registered grammar configuration for 'cpp' language is overridden
2025-04-07T03:20:26.424Z root ERROR [hosted-plugin: 9584] Conflict in settings file Default: Ignoring cortex-debug.armToolchainPath.linux as cortex-debug.armToolchainPath is null
2025-04-07T03:20:26.424Z root ERROR [hosted-plugin: 9584] 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
2025-04-07T03:20:26.425Z root ERROR [hosted-plugin: 9584] 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
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
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
Conflict in settings file Default: Ignoring cortex-debug.stutilPath.windows as cortex-debug.stutilPath is null
2025-04-07T03:20:26.426Z root ERROR [hosted-plugin: 9584] 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
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
2025-04-07T03:20:26.447Z root INFO [hosted-plugin: 9584] PLUGIN_HOST(9584): PluginManagerExtImpl/init()
2025-04-07T03:20:26.452Z root INFO [hosted-plugin: 9584] PLUGIN_HOST(9584): initializing(vscode-arduino-api@0.1.2 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-07T03:20:28.145Z root INFO [hosted-plugin: 9584] PLUGIN_HOST(9584): initializing(json-language-features@1.88.1 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
PLUGIN_HOST(9584): initializing(cortex-debug@1.5.1 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
Debugger contribution has been registered: cortex-debug
PLUGIN_HOST(9584): initializing(vscode-arduino-tools@0.1.3 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
PLUGIN_HOST(9584): initializing(cpp@1.88.1 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
PLUGIN_HOST(9584): initializing(json@1.88.1 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
PLUGIN_HOST(9584): initializing(vscode-language-pack-bg@1.48.3 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
PLUGIN_HOST(9584): initializing(vscode-language-pack-cs@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
PLUGIN_HOST(9584): initializing(vscode-language-pack-de@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
PLUGIN_HOST(9584): initializing(vscode-language-pack-es@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
PLUGIN_HOST(9584): initializing(vscode-language-pack-fr@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
PLUGIN_HOST(9584): initializing(vscode-language-pack-hu@1.48.3 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
PLUGIN_HOST(9584): initializing(vscode-language-pack-it@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
PLUGIN_HOST(9584): initializing(vscode-language-pack-ja@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
PLUGIN_HOST(9584): initializing(vscode-language-pack-ko@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
PLUGIN_HOST(9584): initializing(vscode-language-pack-nl@1.48.3 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
PLUGIN_HOST(9584): initializing(vscode-language-pack-pl@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
PLUGIN_HOST(9584): initializing(vscode-language-pack-pt-BR@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
PLUGIN_HOST(9584): initializing(vscode-language-pack-ru@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
PLUGIN_HOST(9584): initializing(vscode-language-pack-tr@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
PLUGIN_HOST(9584): initializing(vscode-language-pack-uk@1.48.3 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
PLUGIN_HOST(9584): initializing(vscode-language-pack-zh-hans@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
PLUGIN_HOST(9584): initializing(vscode-language-pack-zh-hant@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-07T03:20:30.321Z root ERROR ---- !!!SLOW!!! DURATION: search took 4056.801 ms. Args: [{"query":"Arduino_BuiltIn"}] ----
2025-04-07T03:20:36.950Z root INFO [hosted-plugin: 9584] PLUGIN_HOST(9584): PluginManagerExtImpl/loadPlugin(C:\Program Files\Arduino IDE\resources\app\plugins\vscode-builtin-json-language-features\extension\client\dist\node\jsonClientMain)
2025-04-07T03:20:37.302Z root INFO [hosted-plugin: 9584] PLUGIN_HOST(9584): PluginManagerExtImpl/loadPlugin(C:\Program Files\Arduino IDE\resources\app\plugins\vscode-arduino-tools\extension\dist\extension.js)
2025-04-07T03:20:37.580Z root INFO [hosted-plugin: 9584] PLUGIN_HOST(9584): PluginManagerExtImpl/loadPlugin(C:\Program Files\Arduino IDE\resources\app\plugins\vscode-arduino-api\extension\dist\extension.js)
2025-04-07T03:20:37.590Z root INFO [hosted-plugin: 9584] calling activation function on VS Code Arduino Tools
2025-04-07T03:20:37.590Z root INFO [hosted-plugin: 9584] calling activation function on Arduino IDE API for VS Code extensions
2025-04-07T03:20:38.559Z root INFO [hosted-plugin: 9584] calling activation function on JSON Language Features (built-in)
2025-04-07T03:20:45.028Z root WARN A command arduino-include-library--Arduino SigFox for MKRFox1200:Arduino is already registered.
2025-04-07T03:20:45.029Z root WARN A command arduino-include-library--AD7390 DAC library:Christoph Jurczyk is already registered.
2025-04-07T03:20:45.030Z root WARN A command arduino-include-library--MKRMotorCarrier:Arduino is already registered.
2025-04-07T03:20:45.030Z root WARN A command arduino-include-library--Arduino Low Power:Arduino is already registered.
2025-04-07T03:20:45.030Z root WARN A command arduino-include-library--ADS1110:Nadav Matalon <nadav.matalon@gmail.com> is already registered.
2025-04-07T03:20:45.030Z root WARN A command arduino-include-library--LTC1392 library:Christoph Jurczyk is already registered.
2025-04-07T03:20:45.030Z root WARN A command arduino-include-library--Madgwick:Arduino is already registered.
2025-04-07T03:20:45.033Z root INFO >>> Starting boards package installation... {
  id: 'arduino:avr',
  name: 'Arduino AVR Boards',
  summary: 'Boards included in this package:',
  description: 'Arduino Esplora, Linino One, Arduino Mega ADK, Arduino YĂșn Mini, Arduino Robot Control, Arduino Leonardo ETH, Arduino Pro or Pro Mini, Arduino Duemilanove or Diecimila, Arduino Ethernet, Arduino Fio, LilyPad Arduino, Arduino Mega or Mega 2560, Arduino Robot Motor, Arduino Uno WiFi, Arduino Nano, Arduino Mini, Arduino BT, Arduino Gemma, Arduino Uno, LilyPad Arduino USB, Arduino NG or older, Arduino Industrial 101, Arduino Uno Mini, Arduino Leonardo, Arduino Micro, Adafruit Circuit Playground, Arduino YĂșn',
  boards: [
    { name: 'Arduino Esplora', fqbn: 'arduino:avr:esplora' },
    { name: 'Linino One', fqbn: 'arduino:avr:one' },
    { name: 'Arduino Mega ADK', fqbn: 'arduino:avr:megaADK' },
    { name: 'Arduino YĂșn Mini', fqbn: 'arduino:avr:yunmini' },
    { name: 'Arduino Robot Control', fqbn: 'arduino:avr:robotControl' },
    { name: 'Arduino Leonardo ETH', fqbn: 'arduino:avr:leonardoeth' },
    { name: 'Arduino Pro or Pro Mini', fqbn: 'arduino:avr:pro' },
    {
      name: 'Arduino Duemilanove or Diecimila',
      fqbn: 'arduino:avr:diecimila'
    },
    { name: 'Arduino Ethernet', fqbn: 'arduino:avr:ethernet' },
    { name: 'Arduino Fio', fqbn: 'arduino:avr:fio' },
    { name: 'LilyPad Arduino', fqbn: 'arduino:avr:lilypad' },
    { name: 'Arduino Mega or Mega 2560', fqbn: 'arduino:avr:mega' },
    { name: 'Arduino Robot Motor', fqbn: 'arduino:avr:robotMotor' },
    { name: 'Arduino Uno WiFi', fqbn: 'arduino:avr:unowifi' },
    { name: 'Arduino Nano', fqbn: 'arduino:avr:nano' },
    { name: 'Arduino Mini', fqbn: 'arduino:avr:mini' },
    { name: 'Arduino BT', fqbn: 'arduino:avr:bt' },
    { name: 'Arduino Gemma', fqbn: 'arduino:avr:gemma' },
    { name: 'Arduino Uno', fqbn: 'arduino:avr:uno' },
    { name: 'LilyPad Arduino USB', fqbn: 'arduino:avr:LilyPadUSB' },
    { name: 'Arduino NG or older', fqbn: 'arduino:avr:atmegang' },
    { name: 'Arduino Industrial 101', fqbn: 'arduino:avr:chiwawa' },
    { name: 'Arduino Uno Mini', fqbn: 'arduino:avr:unomini' },
    { name: 'Arduino Leonardo', fqbn: 'arduino:avr:leonardo' },
    { name: 'Arduino Micro', fqbn: 'arduino:avr:micro' },
    {
      name: 'Adafruit Circuit Playground',
      fqbn: 'arduino:avr:circuitplay32u4cat'
    },
    { name: 'Arduino YĂșn', fqbn: 'arduino:avr:yun' }
  ],
  types: [ 'Arduino' ],
  moreInfoLink: 'https://www.arduino.cc/',
  author: 'Arduino',
  deprecated: false,
  availableVersions: [
    '1.8.6',  '1.8.5',  '1.8.4',
    '1.8.3',  '1.8.2',  '1.8.1',
    '1.6.23', '1.6.22', '1.6.21',
    '1.6.20', '1.6.19', '1.6.18',
    '1.6.17', '1.6.16', '1.6.15',
    '1.6.14', '1.6.13', '1.6.12',
    '1.6.11', '1.6.10', '1.6.9',
    '1.6.8',  '1.6.7',  '1.6.6',
    '1.6.5',  '1.6.4',  '1.6.3',
    '1.6.2'
  ],
  installedVersion: '1.8.6',
  index: 0
}
2025-04-07T03:20:45.034Z discovery-log INFO stop
2025-04-07T03:20:45.034Z discovery-log INFO >>> Stopping boards watcher...
2025-04-07T03:20:45.034Z discovery-log INFO Canceling boards watcher...
2025-04-07T03:20:45.034Z discovery-log INFO disposing requesting cancel
2025-04-07T03:20:45.034Z discovery-log INFO disposing canceled
2025-04-07T03:20:45.037Z discovery-log INFO error received
2025-04-07T03:20:45.037Z discovery-log INFO cancel error received!
2025-04-07T03:20:45.037Z discovery-log INFO stop received event: either end or cancel
2025-04-07T03:20:45.037Z discovery-log INFO stop stopped
2025-04-07T03:20:45.037Z discovery-log INFO received end
2025-04-07T03:20:45.135Z daemon INFO time="2025-04-06T20:20:45-07:00" level=info msg="Checking signature" index="c:\\Users\\MECHE\\AppData\\Local\\Arduino15\\package_index.json" signatureFile="c:\\Users\\MECHE\\AppData\\Local\\Arduino15\\package_index.json.sig" trusted=true
2025-04-07T03:20:45.146Z daemon INFO time="2025-04-06T20:20:45-07:00" level=info msg="Loading hardware from: c:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages"
2025-04-07T03:20:45.154Z daemon INFO time="2025-04-06T20:20:45-07:00" level=info msg="Loading package arduino from: C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware"
2025-04-07T03:20:45.169Z root INFO [e56d7f27-e4d3-4757-8093-bc7ba2e348d8] Starting plugins.
2025-04-07T03:20:45.172Z daemon INFO time="2025-04-06T20:20:45-07:00" level=info msg="Missing signature file" index="C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\installed.json"
2025-04-07T03:20:45.200Z daemon INFO time="2025-04-06T20:20:45-07:00" level=info msg="Adding monitor tool" protocol=serial tool="builtin:serial-monitor"
time="2025-04-06T20:20:45-07:00" level=info msg="Loaded platform" platform="arduino:avr@1.8.6"
2025-04-07T03:20:45.201Z daemon INFO time="2025-04-06T20:20:45-07:00" level=info msg="Checking existence of 'tools' path: C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages\\arduino\\tools"
time="2025-04-06T20:20:45-07:00" level=info msg="Loading tools from dir: C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages\\arduino\\tools"
2025-04-07T03:20:45.206Z daemon INFO time="2025-04-06T20:20:45-07:00" level=info msg="Loaded tool" tool="arduino:arduinoOTA@1.3.0"
2025-04-07T03:20:45.207Z daemon INFO time="2025-04-06T20:20:45-07:00" level=info msg="Loaded tool" tool="arduino:avr-gcc@7.3.0-atmel3.6.1-arduino7"
2025-04-07T03:20:45.207Z daemon INFO time="2025-04-06T20:20:45-07:00" level=info msg="Loaded tool" tool="arduino:avrdude@6.3.0-arduino17"
2025-04-07T03:20:45.215Z daemon INFO time="2025-04-06T20:20:45-07:00" level=info msg="Loading package builtin from: C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages\\builtin"
2025-04-07T03:20:45.216Z daemon INFO time="2025-04-06T20:20:45-07:00" level=info msg="Checking existence of 'tools' path: C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages\\builtin\\tools"
2025-04-07T03:20:45.216Z daemon INFO time="2025-04-06T20:20:45-07:00" level=info msg="Loading tools from dir: C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages\\builtin\\tools"
2025-04-07T03:20:45.221Z daemon INFO time="2025-04-06T20:20:45-07:00" level=info msg="Loaded tool" tool="builtin:ctags@5.8-arduino11"
2025-04-07T03:20:45.222Z daemon INFO time="2025-04-06T20:20:45-07:00" level=info msg="Loaded tool" tool="builtin:dfu-discovery@0.1.2"
2025-04-07T03:20:45.222Z daemon INFO time="2025-04-06T20:20:45-07:00" level=info msg="Loaded tool" tool="builtin:mdns-discovery@1.0.9"
2025-04-07T03:20:45.222Z daemon INFO time="2025-04-06T20:20:45-07:00" level=info msg="Loaded tool" tool="builtin:serial-discovery@1.4.1"
2025-04-07T03:20:45.223Z daemon INFO time="2025-04-06T20:20:45-07:00" level=info msg="Loaded tool" tool="builtin:serial-monitor@0.15.0"
2025-04-07T03:20:45.343Z root INFO [hosted-plugin: 9584] PLUGIN_HOST(9584): PluginManagerExtImpl/loadPlugin(C:\Program Files\Arduino IDE\resources\app\plugins\cortex-debug\extension\dist\extension.js)
2025-04-07T03:20:45.376Z daemon INFO time="2025-04-06T20:20:45-07:00" level=error msg="Killing discovery process: TerminateProcess: Access is denied." discovery="builtin:serial-discovery"
2025-04-07T03:20:45.377Z daemon INFO time="2025-04-06T20:20:45-07:00" level=info msg="Discovery event channel closed builtin:serial-discovery. Exiting goroutine."
2025-04-07T03:20:45.386Z daemon INFO time="2025-04-06T20:20:45-07:00" level=info msg="Closed and removed discovery builtin:serial-discovery"
2025-04-07T03:20:45.386Z daemon INFO time="2025-04-06T20:20:45-07:00" level=error msg="Stopped decode loop: EOF" discovery="builtin:serial-discovery"
2025-04-07T03:20:45.396Z daemon INFO time="2025-04-06T20:20:45-07:00" level=error msg="Killing discovery process: TerminateProcess: Access is denied." discovery="builtin:mdns-discovery"
2025-04-07T03:20:45.403Z daemon INFO time="2025-04-06T20:20:45-07:00" level=error msg="Stopped decode loop: EOF" discovery="builtin:mdns-discovery"
time="2025-04-06T20:20:45-07:00" level=info msg="Discovery event channel closed builtin:mdns-discovery. Exiting goroutine."
2025-04-07T03:20:45.403Z daemon INFO time="2025-04-06T20:20:45-07:00" level=info msg="Closed and removed discovery builtin:mdns-discovery"
2025-04-07T03:20:45.521Z root INFO [hosted-plugin: 9584] Debug configuration provider has been registered: cortex-debug, trigger: 1
2025-04-07T03:20:45.523Z root INFO [hosted-plugin: 9584] calling activation function on Cortex-Debug
2025-04-07T03:20:45.587Z root INFO [hosted-plugin: 9584] GDB server console created
2025-04-07T03:20:45.612Z root INFO [e56d7f27-e4d3-4757-8093-bc7ba2e348d8] Start of 23 plugins: 20602.2 ms [Finished 36.543 s after frontend start]
2025-04-07T03:20:45.801Z daemon INFO time="2025-04-06T20:20:45-07:00" level=info msg="Adding libraries dir" dir="C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\libraries" isSingleLibrary=false location=platform
2025-04-07T03:20:45.802Z daemon INFO time="2025-04-06T20:20:45-07:00" level=info msg="Loading libraries index file" index="c:\\Users\\MECHE\\AppData\\Local\\Arduino15\\library_index.json"
2025-04-07T03:20:46.731Z daemon INFO time="2025-04-06T20:20:46-07:00" level=info msg="Adding libraries dir" dir="C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\libraries" isSingleLibrary=false location=ide
2025-04-07T03:20:46.731Z daemon INFO time="2025-04-06T20:20:46-07:00" level=info msg="Adding libraries dir" dir="d:\\PROGMS\\ARDUiNO\\LIBRARIES\\libraries" isSingleLibrary=false location=user

I think this is the relevant part:

I'm going to ask you to provide some additional information that might allow us to understand why this error is occurring on your system:

  1. Right click on the Windows "Start" icon on the taskbar.
    A menu will open.
  2. Select "System" from the menu.
    The Windows "System > About" window will open.
  3. Click the "Copy" button that is in the "Windows specifications" section of that window.
    This will copy the information about the version of Windows you are using to the system clipboard.
  4. Open a forum reply here by clicking the "Reply" button.
  5. Press the Ctrl+V keyboard shortcut.
    This will paste the information you copied in step 3 into the reply.
  6. Click the "Reply" button to post the output.
Edition Windows 11 Pro Insider Preview
Version Dev
Installed on ‎3/‎27/‎2025
Evaluation expires on ‎9/‎15/‎2025 2:16 PM
OS build 27823.1000
Experience Windows Feature Experience Pack 1000.26100.64.0

OK, great. This explains it. The wmic.exe mentioned in the error message is a tool that is part of the Windows operating system:

This tool is present in the release version of Windows, but since it is deprecated, it has been removed from the "Insiders Preview" version of Windows, which you are using:

https://techcommunity.microsoft.com/blog/windows-itpro-blog/wmi-command-line-wmic-utility-deprecation-next-steps/4039242

I found these instructions for installing WMIC as an "optional feature":

https://techcommunity.microsoft.com/blog/windows-itpro-blog/how-to-install-wmic-feature-on-demand-on-windows-11/4189530

Please try following those instructions. Hopefully Microsoft is still providing it as an "optional" feature". If so, after installing it try installing a library again in Arduino IDE, just as you did before when you encountered the restart problem. Hopefully this time the problem will be solved.

2 Likes

I'm silently applauding, you shouldn't be hanging around here but have a well paid job in IT. Ok, maybe you do, but still :upside_down_face:

1 Like

I wasn't able to install WMIC with the given tutorial link, as the feature doesn't appear on the list.

However, I was able to install it through PowerShell with the command:

DISM /Online /Add-Capability /CapabilityName:WMIC~~~~​

But running the Arduino IDE after the installation still produced the same results.

I realized that even after being able to install the WMIC through the DISM command, the feature didn't appear in the list of optional features at "Settings Page." Perhaps because Windows somehow still has it disabled due to its deprecation status.

Reading more into the WMIC deprecation, some forums said the support for the WMIC commands and its dependencies has all been handed over to PowerShell. Thus, I suggest the Arduino IDE dev team refactor their codebase to match the changes.

A key note: Previous version 2.3.4 appears to run alright without the WMIC hitches.

1 Like

Well you have Win 11 Pro Insider preview. I have Win 11 Pro 23H2, and as far as I can tell it works just fine. Maybe things will change in 24H2, but that's just good ol' Microsofts way of take away the daily dullness.

Arduino is now aware of it so better starts preparing :wink:

1 Like

I read that M$ is rolling out 24H2, so if this bug (I call it a bug, an intentionally introduced bug) is present in the latest release, I'm strapped in. I use Linux anyway... and Win 11 in a VM for programs not available for Linux :upside_down_face:

I'm on 24H2 and not affected.

I was afraid of that because I did find one report of this while I was researching the subject, but there were some other things about that report that made me doubt the information shared so I hoped the tutorial would still be usable.

Great work!

That is unfortunate. I wonder if maybe that "Error: spawn wmic.exe ENOENT" was a "red herring". Please post the terminal logs you get from Arduino IDE now.

PS C:\Program Files\Arduino IDE> & ".\Arduino IDE"
PS C:\Program Files\Arduino IDE>
Arduino IDE 2.3.5
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.5" (type of string)
Setting 'theia.frontend.config.cliVersion' application configuration value to: "1.2.0" (type of string)
Setting 'theia.frontend.config.buildDate' application configuration value to: "2025-04-02T13:16:49.885Z" (type of string)
Frontend application configuration after modifications: {"applicationName":"Arduino IDE","defaultTheme":{"light":"arduino-theme","dark":"arduino-theme-dark"},"defaultIconTheme":"none","electron":{"windowOptions":{},"showWindowEarly":true,"splashScreenOptions":{},"uriScheme":"theia"},"defaultLocale":"","validatePreferencesSchema":false,"reloadOnReconnect":true,"uriScheme":"theia","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.5","cliVersion":"1.2.0","buildDate":"2025-04-02T13:16:49.885Z"}
Starting backend process. PID: 19948
Showing main window early
Using browser-only version of superagent in non-browser environment
Configuration directory URI: 'file:///c%3A/Users/MECHE/.arduinoIDE'
Configuring to accept webviews on '^.+\.webview\..+$' hostname.
2025-04-13T03:01:48.022Z root WARN Backend u.initialize took longer than the expected maximum 50 milliseconds: 101.2 ms [Finished 2.529 s after backend start]
2025-04-13T03:01:48.024Z root WARN Backend Object.initialize took longer than the expected maximum 50 milliseconds: 95.8 ms [Finished 2.529 s after backend start]
2025-04-13T03:01:48.025Z root INFO Backend a.initialize: 3.6 ms [Finished 2.530 s after backend start]
2025-04-13T03:01:48.025Z root INFO Backend a.initialize: 2.9 ms [Finished 2.530 s after backend start]
2025-04-13T03:01:48.025Z root INFO Backend u.initialize: 3.9 ms [Finished 2.531 s after backend start]
2025-04-13T03:01:48.031Z root WARN Backend l.initialize took longer than the expected maximum 50 milliseconds: 99.4 ms [Finished 2.533 s after backend start]
2025-04-13T03:01:48.052Z root INFO configured all backend app contributions
2025-04-13T03:01:48.054Z root INFO Backend l.onStart: 3.6 ms [Finished 2.564 s after backend start]
2025-04-13T03:01:48.055Z root INFO Backend d.onStart: 0.4 ms [Finished 2.564 s after backend start]
2025-04-13T03:01:48.058Z root INFO Backend a.onStart: 1.8 ms [Finished 2.566 s after backend start]
2025-04-13T03:01:48.059Z config INFO >>> Initializing CLI configuration...
2025-04-13T03:01:48.059Z root INFO Backend x.onStart: 1.3 ms [Finished 2.567 s after backend start]
2025-04-13T03:01:48.059Z config INFO Loading CLI configuration from c:\Users\MECHE\.arduinoIDE\arduino-cli.yaml...
2025-04-13T03:01:48.059Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2025-04-13T03:01:48.059Z root INFO Backend w.onStart: 1.3 ms [Finished 2.570 s after backend start]
2025-04-13T03:01:48.059Z discovery-log INFO start
2025-04-13T03:01:48.060Z discovery-log INFO start new deferred
2025-04-13T03:01:48.060Z root INFO Backend v.onStart: 0.9 ms [Finished 2.571 s after backend start]
2025-04-13T03:01:48.060Z root INFO Backend a.onStart: 0.3 ms [Finished 2.571 s after backend start]
2025-04-13T03:01:48.075Z root INFO Theia app listening on http://127.0.0.1:64413.
2025-04-13T03:01:48.075Z root INFO Finished starting backend application: 15.2 ms [Finished 2.587 s after backend start]
2025-04-13T03:01:48.094Z root WARN The local plugin referenced by local-dir:/c%3A/Users/MECHE/.arduinoIDE/plugins does not exist.
2025-04-13T03:01:48.094Z root WARN The local plugin referenced by local-dir:C:\Users\MECHE\.arduinoIDE\plugins does not exist.
2025-04-13T03:01:48.095Z root WARN The local plugin referenced by local-dir:/c%3A/Users/MECHE/.arduinoIDE/deployedPlugins does not exist.
2025-04-13T03:01:48.110Z config INFO Loaded CLI configuration: {"board_manager":{"additional_urls":[]},"directories":{"builtin":{"libraries":"C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\libraries"},"data":"c:\\Users\\MECHE\\AppData\\Local\\Arduino15","user":"d:\\PROGMS\\ARDUiNO\\LIBRARIES"},"locale":"en"}
2025-04-13T03:01:48.110Z config INFO 'directories.data' and 'directories.user' are set in the CLI configuration model.
2025-04-13T03:01:48.110Z config INFO Loaded the CLI configuration.
2025-04-13T03:01:50.757Z config INFO Mapped the CLI configuration: {"dataDirUri":"file:///c%3A/Users/MECHE/AppData/Local/Arduino15","sketchDirUri":"file:///d%3A/PROGMS/ARDUiNO/LIBRARIES","additionalUrls":[],"network":"none","locale":"en"}
2025-04-13T03:01:50.757Z config INFO Validating the CLI configuration...
2025-04-13T03:01:50.822Z config INFO The CLI config is valid.
2025-04-13T03:01:50.822Z config INFO <<< Initialized the CLI configuration.
2025-04-13T03:01:50.835Z daemon INFO time="2025-04-12T20:01:50-07:00" level=info msg="arduino-cli version 1.2.0"
2025-04-13T03:01:50.853Z root INFO Resolve plugins list: 2789.9 ms [Finished 5.365 s after backend start]
2025-04-13T03:01:50.932Z daemon INFO time="2025-04-12T20:01:50-07:00" level=info msg="Using config file: c:\\Users\\MECHE\\.arduinoIDE\\arduino-cli.yaml"
time="2025-04-12T20:01:50-07:00" level=info msg="Executing `arduino-cli daemon`"
2025-04-13T03:01:50.957Z daemon INFO Daemon is now listening on 127.0.0.1:64415
{"IP":"127.0.0.1","Port":"64415"}
2025-04-13T03:01:50.957Z daemon INFO Daemon is running.
2025-04-13T03:01:50.987Z daemon INFO time="2025-04-12T20:01:50-07:00" level=info msg="Starting download" url="https://downloads.arduino.cc/libraries/library_index.tar.bz2"
2025-04-13T03:01:53.117Z root INFO creating connection for 1
2025-04-13T03:01:55.115Z root WARN Frontend a.configure took longer than the expected maximum 100 milliseconds: 160.4 ms [Finished 4.044 s after frontend start]
2025-04-13T03:01:55.175Z root WARN A command editor.action.toggleStickyScroll is already registered.
Opening channel for service path '/services/electron-window'.
2025-04-13T03:01:55.291Z root WARN Frontend keybindings.onStart took longer than the expected maximum 100 milliseconds: 100.7 ms [Finished 4.198 s after frontend start]
2025-04-13T03:01:55.438Z root INFO Start frontend contributions: 588.0 ms [Finished 4.338 s after frontend start]
2025-04-13T03:01:55.440Z root INFO Changed application state from 'init' to 'started_contributions'.
2025-04-13T03:01:55.460Z root INFO Changed application state from 'started_contributions' to 'attached_shell'.
2025-04-13T03:01:55.461Z root INFO >>> Restoring the layout state...
2025-04-13T03:02:02.314Z daemon INFO time="2025-04-12T20:02:02-07:00" level=info msg="Updating index" url="https://downloads.arduino.cc/packages/package_index.tar.bz2"
time="2025-04-12T20:02:02-07:00" level=info msg="Starting download" url="https://downloads.arduino.cc/packages/package_index.tar.bz2"
2025-04-13T03:02:02.516Z root INFO Deploy plugins list: 14452.5 ms [Finished 17.027 s after backend start]
2025-04-13T03:02:02.522Z root INFO [5c791a2b-311b-4694-ab43-80795856c4ea] Waiting for backend deployment: 7126.7 ms [Finished 11.450 s after frontend start]
2025-04-13T03:02:03.466Z root INFO [hosted-plugin: 12280] PLUGIN_HOST(12280) starting instance
[Object: null prototype] {}
2025-04-13T03:02:03.466Z daemon INFO time="2025-04-12T20:02:03-07:00" level=info msg="Checking signature" index="c:\\Users\\MECHE\\AppData\\Local\\Arduino15\\package_index.json" signatureFile="c:\\Users\\MECHE\\AppData\\Local\\Arduino15\\package_index.json.sig" trusted=true
time="2025-04-12T20:02:03-07:00" level=info msg="Loading hardware from: c:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages"
time="2025-04-12T20:02:03-07:00" level=info msg="Loading package arduino from: C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware"
time="2025-04-12T20:02:03-07:00" level=info msg="Missing signature file" index="C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\installed.json"
time="2025-04-12T20:02:03-07:00" level=info msg="Adding monitor tool" protocol=serial tool="builtin:serial-monitor"
time="2025-04-12T20:02:03-07:00" level=info msg="Loaded platform" platform="arduino:avr@1.8.6"
time="2025-04-12T20:02:03-07:00" level=info msg="Checking existence of 'tools' path: C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages\\arduino\\tools"
time="2025-04-12T20:02:03-07:00" level=info msg="Loading tools from dir: C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages\\arduino\\tools"
2025-04-13T03:02:03.498Z daemon INFO time="2025-04-12T20:02:03-07:00" level=info msg="Loaded tool" tool="arduino:arduinoOTA@1.3.0"
2025-04-13T03:02:03.513Z daemon INFO time="2025-04-12T20:02:03-07:00" level=info msg="Loaded tool" tool="arduino:avr-gcc@7.3.0-atmel3.6.1-arduino7"
2025-04-13T03:02:03.575Z daemon INFO time="2025-04-12T20:02:03-07:00" level=info msg="Loaded tool" tool="arduino:avrdude@6.3.0-arduino17"
2025-04-13T03:02:03.576Z daemon INFO time="2025-04-12T20:02:03-07:00" level=info msg="Loading package builtin from: C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages\\builtin"
2025-04-13T03:02:03.622Z daemon INFO time="2025-04-12T20:02:03-07:00" level=info msg="Checking existence of 'tools' path: C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages\\builtin\\tools"
2025-04-13T03:02:03.623Z daemon INFO time="2025-04-12T20:02:03-07:00" level=info msg="Loading tools from dir: C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages\\builtin\\tools"
2025-04-13T03:02:03.689Z daemon INFO time="2025-04-12T20:02:03-07:00" level=info msg="Loaded tool" tool="builtin:ctags@5.8-arduino11"
2025-04-13T03:02:03.690Z daemon INFO time="2025-04-12T20:02:03-07:00" level=info msg="Loaded tool" tool="builtin:dfu-discovery@0.1.2"
2025-04-13T03:02:03.691Z daemon INFO time="2025-04-12T20:02:03-07:00" level=info msg="Loaded tool" tool="builtin:mdns-discovery@1.0.9"
2025-04-13T03:02:03.691Z daemon INFO time="2025-04-12T20:02:03-07:00" level=info msg="Loaded tool" tool="builtin:serial-discovery@1.4.1"
2025-04-13T03:02:03.692Z daemon INFO time="2025-04-12T20:02:03-07:00" level=info msg="Loaded tool" tool="builtin:serial-monitor@0.15.0"
2025-04-13T03:02:03.870Z daemon INFO time="2025-04-12T20:02:03-07:00" level=info msg="Adding libraries dir" dir="C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\libraries" isSingleLibrary=false location=platform
2025-04-13T03:02:03.870Z daemon INFO time="2025-04-12T20:02:03-07:00" level=info msg="Loading libraries index file" index="c:\\Users\\MECHE\\AppData\\Local\\Arduino15\\library_index.json"
2025-04-13T03:02:04.297Z daemon INFO time="2025-04-12T20:02:04-07:00" level=info msg="Adding libraries dir" dir="C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\libraries" isSingleLibrary=false location=ide
2025-04-13T03:02:04.375Z daemon INFO time="2025-04-12T20:02:04-07:00" level=info msg="Adding libraries dir" dir="d:\\PROGMS\\ARDUiNO\\LIBRARIES\\libraries" isSingleLibrary=false location=user
2025-04-13T03:02:04.544Z root INFO [5c791a2b-311b-4694-ab43-80795856c4ea] Sync of 23 plugins: 2025.1 ms [Finished 13.475 s after frontend start]
2025-04-13T03:11:42.779Z discovery-log INFO start resolved watching
2025-04-13T03:11:42.951Z root INFO <<< Nothing to restore.
2025-04-13T03:11:43.174Z root INFO Initialize the workbench layout: 587563.7 ms [Finished 591.955 s after frontend start]
2025-04-13T03:11:43.179Z root INFO Changed application state from 'attached_shell' to 'initialized_layout'.
2025-04-13T03:11:43.181Z root INFO [5c791a2b-311b-4694-ab43-80795856c4ea] Loading plugin contributions
2025-04-13T03:11:43.185Z root INFO [5c791a2b-311b-4694-ab43-80795856c4ea] Load contributions of 23 plugins: 123.0 ms [Finished 592.101 s after frontend start]
2025-04-13T03:11:43.359Z root WARN 'cpp' language is remapped from 'source.cpp.embedded.macro' to 'source.cpp' scope
2025-04-13T03:11:43.359Z root WARN a registered grammar configuration for 'cpp' language is overridden
2025-04-13T03:11:45.379Z root INFO Frontend application start: 590280.8 ms [Finished 599.891 s after backend start]
2025-04-13T03:12:02.043Z root INFO Replace loading indicator with ready workbench UI (animation): 1467.5 ms [Finished 593.580 s after frontend start]
2025-04-13T03:12:02.043Z root INFO Changed application state from 'initialized_layout' to 'ready'.
2025-04-13T03:12:02.043Z root WARN Linked preference "workbench.colorCustomizations" not found.
2025-04-13T03:12:02.273Z daemon INFO time="2025-04-12T20:12:02-07:00" level=info msg="Starting download" url="https://downloads.arduino.cc/libraries/library_index.tar.bz2"
time="2025-04-12T20:12:02-07:00" level=info msg="Updating index" url="https://downloads.arduino.cc/packages/package_index.tar.bz2"
time="2025-04-12T20:12:02-07:00" level=info msg="Starting download" url="https://downloads.arduino.cc/packages/package_index.tar.bz2"
2025-04-13T03:12:02.312Z root INFO core-client-provider [library-index] Downloading index: library_index.tar.bz2

2025-04-13T03:12:02.316Z root INFO core-client-provider [platform-index] Downloading index: package_index.tar.bz2

2025-04-13T03:12:02.733Z root ERROR [hosted-plugin: 12280] Conflict in settings file Default: Ignoring cortex-debug.armToolchainPath.linux as cortex-debug.armToolchainPath is null
2025-04-13T03:12:02.733Z root ERROR [hosted-plugin: 12280] 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
2025-04-13T03:12:02.733Z root ERROR [hosted-plugin: 12280] 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
2025-04-13T03:12:02.733Z root ERROR [hosted-plugin: 12280] 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
Conflict in settings file Default: Ignoring cortex-debug.pyocdPath.linux as cortex-debug.pyocdPath is null
2025-04-13T03:12:02.733Z root ERROR [hosted-plugin: 12280] 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
Conflict in settings file Default: Ignoring cortex-debug.PEGDBServerPath.osx as cortex-debug.PEGDBServerPath is null
2025-04-13T03:12:02.734Z root ERROR [hosted-plugin: 12280] 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
2025-04-13T03:12:02.734Z root ERROR [hosted-plugin: 12280] 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
Conflict in settings file Default: Ignoring cortex-debug.stlinkPath.windows as cortex-debug.stlinkPath is null
2025-04-13T03:12:02.740Z root ERROR [hosted-plugin: 12280] 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
2025-04-13T03:12:02.760Z root INFO [hosted-plugin: 12280] PLUGIN_HOST(12280): PluginManagerExtImpl/init()
2025-04-13T03:12:02.767Z root INFO [hosted-plugin: 12280] PLUGIN_HOST(12280): initializing(vscode-arduino-api@0.1.2 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-13T03:12:04.174Z root INFO [hosted-plugin: 12280] PLUGIN_HOST(12280): initializing(json-language-features@1.88.1 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-13T03:12:04.177Z root INFO [hosted-plugin: 12280] PLUGIN_HOST(12280): initializing(cortex-debug@1.5.1 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-13T03:12:04.178Z root INFO [hosted-plugin: 12280] Debugger contribution has been registered: cortex-debug
2025-04-13T03:12:04.180Z root INFO [hosted-plugin: 12280] PLUGIN_HOST(12280): initializing(vscode-arduino-tools@0.1.3 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-13T03:12:04.192Z root INFO [hosted-plugin: 12280] PLUGIN_HOST(12280): initializing(cpp@1.88.1 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-13T03:12:04.194Z root INFO [hosted-plugin: 12280] PLUGIN_HOST(12280): initializing(json@1.88.1 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-13T03:12:04.195Z root INFO [hosted-plugin: 12280] PLUGIN_HOST(12280): initializing(vscode-language-pack-bg@1.48.3 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-13T03:12:04.197Z root INFO [hosted-plugin: 12280] PLUGIN_HOST(12280): initializing(vscode-language-pack-cs@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-13T03:12:04.205Z root INFO [hosted-plugin: 12280] PLUGIN_HOST(12280): initializing(vscode-language-pack-de@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-13T03:12:04.209Z root INFO [hosted-plugin: 12280] PLUGIN_HOST(12280): initializing(vscode-language-pack-es@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-13T03:12:04.213Z root INFO [hosted-plugin: 12280] PLUGIN_HOST(12280): initializing(vscode-language-pack-fr@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-13T03:12:04.217Z root INFO [hosted-plugin: 12280] PLUGIN_HOST(12280): initializing(vscode-language-pack-hu@1.48.3 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-13T03:12:04.226Z root INFO [hosted-plugin: 12280] PLUGIN_HOST(12280): initializing(vscode-language-pack-it@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-13T03:12:04.230Z root INFO [hosted-plugin: 12280] PLUGIN_HOST(12280): initializing(vscode-language-pack-ja@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-13T03:12:04.233Z root INFO [hosted-plugin: 12280] PLUGIN_HOST(12280): initializing(vscode-language-pack-ko@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-13T03:12:04.234Z root INFO [hosted-plugin: 12280] PLUGIN_HOST(12280): initializing(vscode-language-pack-nl@1.48.3 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-13T03:12:04.236Z root INFO [hosted-plugin: 12280] PLUGIN_HOST(12280): initializing(vscode-language-pack-pl@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-13T03:12:04.241Z root INFO [hosted-plugin: 12280] PLUGIN_HOST(12280): initializing(vscode-language-pack-pt-BR@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-13T03:12:04.242Z root INFO [hosted-plugin: 12280] PLUGIN_HOST(12280): initializing(vscode-language-pack-ru@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-13T03:12:04.244Z root INFO [hosted-plugin: 12280] PLUGIN_HOST(12280): initializing(vscode-language-pack-tr@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-13T03:12:04.249Z root INFO [hosted-plugin: 12280] PLUGIN_HOST(12280): initializing(vscode-language-pack-uk@1.48.3 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-13T03:12:04.251Z root INFO [hosted-plugin: 12280] PLUGIN_HOST(12280): initializing(vscode-language-pack-zh-hans@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-13T03:12:04.252Z root INFO [hosted-plugin: 12280] PLUGIN_HOST(12280): initializing(vscode-language-pack-zh-hant@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-13T03:12:04.264Z root INFO [hosted-plugin: 12280] PLUGIN_HOST(12280): PluginManagerExtImpl/loadPlugin(C:\Program Files\Arduino IDE\resources\app\plugins\vscode-builtin-json-language-features\extension\client\dist\node\jsonClientMain)
2025-04-13T03:12:04.810Z root INFO [hosted-plugin: 12280] PLUGIN_HOST(12280): PluginManagerExtImpl/loadPlugin(C:\Program Files\Arduino IDE\resources\app\plugins\vscode-arduino-api\extension\dist\extension.js)
2025-04-13T03:12:05.085Z root INFO [hosted-plugin: 12280] calling activation function on Arduino IDE API for VS Code extensions
2025-04-13T03:12:05.098Z root INFO [5c791a2b-311b-4694-ab43-80795856c4ea] Starting plugins.
2025-04-13T03:12:05.153Z root INFO [hosted-plugin: 12280] PLUGIN_HOST(12280): PluginManagerExtImpl/loadPlugin(C:\Program Files\Arduino IDE\resources\app\plugins\cortex-debug\extension\dist\extension.js)
2025-04-13T03:12:05.487Z root INFO [hosted-plugin: 12280] Debug configuration provider has been registered: cortex-debug, trigger: 1
2025-04-13T03:12:05.491Z root INFO [hosted-plugin: 12280] calling activation function on Cortex-Debug
2025-04-13T03:12:05.503Z root INFO [hosted-plugin: 12280] GDB server console created
2025-04-13T03:12:05.550Z root INFO [5c791a2b-311b-4694-ab43-80795856c4ea] Start of 23 plugins: 22001.2 ms [Finished 614.479 s after frontend start]
2025-04-13T03:12:05.566Z root INFO [5c791a2b-311b-4694-ab43-80795856c4ea] Waiting for backend deployment: 14.0 ms [Finished 614.497 s after frontend start]
2025-04-13T03:12:05.569Z root INFO [5c791a2b-311b-4694-ab43-80795856c4ea] Loading plugin contributions
2025-04-13T03:12:06.484Z root INFO [hosted-plugin: 12280] calling activation function on JSON Language Features (built-in)
2025-04-13T03:12:13.694Z daemon INFO time="2025-04-12T20:12:13-07:00" level=info msg="Checking signature" index="c:\\Users\\MECHE\\AppData\\Local\\Arduino15\\package_index.json" signatureFile="c:\\Users\\MECHE\\AppData\\Local\\Arduino15\\package_index.json.sig" trusted=true
2025-04-13T03:12:13.698Z daemon INFO time="2025-04-12T20:12:13-07:00" level=info msg="Loading hardware from: c:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages"
2025-04-13T03:12:13.702Z daemon INFO time="2025-04-12T20:12:13-07:00" level=info msg="Loading package arduino from: C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware"
2025-04-13T03:12:13.706Z daemon INFO time="2025-04-12T20:12:13-07:00" level=info msg="Missing signature file" index="C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\installed.json"
2025-04-13T03:12:13.714Z daemon INFO time="2025-04-12T20:12:13-07:00" level=info msg="Adding monitor tool" protocol=serial tool="builtin:serial-monitor"
time="2025-04-12T20:12:13-07:00" level=info msg="Loaded platform" platform="arduino:avr@1.8.6"
2025-04-13T03:12:13.714Z daemon INFO time="2025-04-12T20:12:13-07:00" level=info msg="Checking existence of 'tools' path: C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages\\arduino\\tools"
time="2025-04-12T20:12:13-07:00" level=info msg="Loading tools from dir: C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages\\arduino\\tools"
2025-04-13T03:12:13.716Z daemon INFO time="2025-04-12T20:12:13-07:00" level=info msg="Loaded tool" tool="arduino:arduinoOTA@1.3.0"
2025-04-13T03:12:13.717Z daemon INFO time="2025-04-12T20:12:13-07:00" level=info msg="Loaded tool" tool="arduino:avr-gcc@7.3.0-atmel3.6.1-arduino7"
2025-04-13T03:12:13.717Z daemon INFO time="2025-04-12T20:12:13-07:00" level=info msg="Loaded tool" tool="arduino:avrdude@6.3.0-arduino17"
2025-04-13T03:12:13.720Z daemon INFO time="2025-04-12T20:12:13-07:00" level=info msg="Loading package builtin from: C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages\\builtin"
2025-04-13T03:12:13.720Z daemon INFO time="2025-04-12T20:12:13-07:00" level=info msg="Checking existence of 'tools' path: C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages\\builtin\\tools"
time="2025-04-12T20:12:13-07:00" level=info msg="Loading tools from dir: C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages\\builtin\\tools"
2025-04-13T03:12:13.722Z daemon INFO time="2025-04-12T20:12:13-07:00" level=info msg="Loaded tool" tool="builtin:ctags@5.8-arduino11"
2025-04-13T03:12:13.722Z daemon INFO time="2025-04-12T20:12:13-07:00" level=info msg="Loaded tool" tool="builtin:dfu-discovery@0.1.2"
2025-04-13T03:12:13.723Z daemon INFO time="2025-04-12T20:12:13-07:00" level=info msg="Loaded tool" tool="builtin:mdns-discovery@1.0.9"
2025-04-13T03:12:13.724Z daemon INFO time="2025-04-12T20:12:13-07:00" level=info msg="Loaded tool" tool="builtin:serial-discovery@1.4.1"
2025-04-13T03:12:13.724Z daemon INFO time="2025-04-12T20:12:13-07:00" level=info msg="Loaded tool" tool="builtin:serial-monitor@0.15.0"
2025-04-13T03:12:37.130Z daemon INFO time="2025-04-12T20:12:37-07:00" level=error msg="Killing discovery process: TerminateProcess: Access is denied." discovery="builtin:serial-discovery"
2025-04-13T03:12:37.131Z daemon INFO time="2025-04-12T20:12:37-07:00" level=error msg="Stopped decode loop: EOF" discovery="builtin:serial-discovery"
time="2025-04-12T20:12:37-07:00" level=info msg="Discovery event channel closed builtin:serial-discovery. Exiting goroutine."
time="2025-04-12T20:12:37-07:00" level=info msg="Closed and removed discovery builtin:serial-discovery"
2025-04-13T03:12:37.157Z daemon INFO time="2025-04-12T20:12:37-07:00" level=error msg="Killing discovery process: TerminateProcess: Access is denied." discovery="builtin:mdns-discovery"
2025-04-13T03:12:37.161Z daemon INFO time="2025-04-12T20:12:37-07:00" level=error msg="Stopped decode loop: EOF" discovery="builtin:mdns-discovery"
2025-04-13T03:12:37.161Z daemon INFO time="2025-04-12T20:12:37-07:00" level=info msg="Discovery event channel closed builtin:mdns-discovery. Exiting goroutine."
2025-04-13T03:12:37.161Z daemon INFO time="2025-04-12T20:12:37-07:00" level=info msg="Closed and removed discovery builtin:mdns-discovery"
2025-04-13T03:12:37.378Z daemon INFO time="2025-04-12T20:12:37-07:00" level=info msg="Adding libraries dir" dir="C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\libraries" isSingleLibrary=false location=platform
time="2025-04-12T20:12:37-07:00" level=info msg="Loading libraries index file" index="c:\\Users\\MECHE\\AppData\\Local\\Arduino15\\library_index.json"
2025-04-13T03:12:41.369Z daemon INFO time="2025-04-12T20:12:38-07:00" level=info msg="Adding libraries dir" dir="C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\libraries" isSingleLibrary=false location=ide
time="2025-04-12T20:12:38-07:00" level=info msg="Adding libraries dir" dir="d:\\PROGMS\\ARDUiNO\\LIBRARIES\\libraries" isSingleLibrary=false location=user
2025-04-13T03:12:42.974Z root ERROR ---- !!!SLOW!!! DURATION: search took 40940.918 ms. Args: [{"type":"Updatable"}] ----
2025-04-13T03:12:42.989Z root ERROR ---- !!!SLOW!!! DURATION: search took 40404.681 ms. Args: [{"query":"Arduino_BuiltIn"}] ----
2025-04-13T03:12:45.695Z root WARN A command arduino-include-library--Arduino Low Power:Arduino is already registered.
2025-04-13T03:12:45.695Z root WARN A command arduino-include-library--ADS1110:Nadav Matalon <nadav.matalon@gmail.com> is already registered.
2025-04-13T03:12:45.695Z root WARN A command arduino-include-library--LTC1392 library:Christoph Jurczyk is already registered.
2025-04-13T03:12:45.695Z root WARN A command arduino-include-library--Arduino SigFox for MKRFox1200:Arduino is already registered.
2025-04-13T03:12:45.695Z root WARN A command arduino-include-library--MKRMotorCarrier:Arduino is already registered.
2025-04-13T03:12:45.696Z root WARN A command arduino-include-library--AD7390 DAC library:Christoph Jurczyk is already registered.
2025-04-13T03:12:45.697Z root WARN A command arduino-include-library--Madgwick:Arduino is already registered.
2025-04-13T03:12:56.442Z root INFO >>> Starting boards package installation... {
  id: 'arduino:avr',
  name: 'Arduino AVR Boards',
  summary: 'Boards included in this package:',
  description: 'Arduino BT, Arduino NG or older, Arduino YĂșn Mini, Arduino Industrial 101, Linino One, Arduino Mega or Mega 2560, Arduino Mega ADK, Arduino Robot Motor, Arduino Gemma, Arduino YĂșn, Arduino Leonardo ETH, Arduino Esplora, Arduino Pro or Pro Mini, Arduino Robot Control, Arduino Ethernet, Arduino Uno WiFi, Arduino Mini, LilyPad Arduino, Arduino Duemilanove or Diecimila, Arduino Nano, Arduino Micro, Arduino Fio, Arduino Uno, Adafruit Circuit Playground, LilyPad Arduino USB, Arduino Uno Mini, Arduino Leonardo',
  boards: [
    { name: 'Arduino BT', fqbn: 'arduino:avr:bt' },
    { name: 'Arduino NG or older', fqbn: 'arduino:avr:atmegang' },
    { name: 'Arduino YĂșn Mini', fqbn: 'arduino:avr:yunmini' },
    { name: 'Arduino Industrial 101', fqbn: 'arduino:avr:chiwawa' },
    { name: 'Linino One', fqbn: 'arduino:avr:one' },
    { name: 'Arduino Mega or Mega 2560', fqbn: 'arduino:avr:mega' },
    { name: 'Arduino Mega ADK', fqbn: 'arduino:avr:megaADK' },
    { name: 'Arduino Robot Motor', fqbn: 'arduino:avr:robotMotor' },
    { name: 'Arduino Gemma', fqbn: 'arduino:avr:gemma' },
    { name: 'Arduino YĂșn', fqbn: 'arduino:avr:yun' },
    { name: 'Arduino Leonardo ETH', fqbn: 'arduino:avr:leonardoeth' },
    { name: 'Arduino Esplora', fqbn: 'arduino:avr:esplora' },
    { name: 'Arduino Pro or Pro Mini', fqbn: 'arduino:avr:pro' },
    { name: 'Arduino Robot Control', fqbn: 'arduino:avr:robotControl' },
    { name: 'Arduino Ethernet', fqbn: 'arduino:avr:ethernet' },
    { name: 'Arduino Uno WiFi', fqbn: 'arduino:avr:unowifi' },
    { name: 'Arduino Mini', fqbn: 'arduino:avr:mini' },
    { name: 'LilyPad Arduino', fqbn: 'arduino:avr:lilypad' },
    {
      name: 'Arduino Duemilanove or Diecimila',
      fqbn: 'arduino:avr:diecimila'
    },
    { name: 'Arduino Nano', fqbn: 'arduino:avr:nano' },
    { name: 'Arduino Micro', fqbn: 'arduino:avr:micro' },
    { name: 'Arduino Fio', fqbn: 'arduino:avr:fio' },
    { name: 'Arduino Uno', fqbn: 'arduino:avr:uno' },
    {
      name: 'Adafruit Circuit Playground',
      fqbn: 'arduino:avr:circuitplay32u4cat'
    },
    { name: 'LilyPad Arduino USB', fqbn: 'arduino:avr:LilyPadUSB' },
    { name: 'Arduino Uno Mini', fqbn: 'arduino:avr:unomini' },
    { name: 'Arduino Leonardo', fqbn: 'arduino:avr:leonardo' }
  ],
  types: [ 'Arduino' ],
  moreInfoLink: 'https://www.arduino.cc/',
  author: 'Arduino',
  deprecated: false,
  availableVersions: [
    '1.8.6',  '1.8.5',  '1.8.4',
    '1.8.3',  '1.8.2',  '1.8.1',
    '1.6.23', '1.6.22', '1.6.21',
    '1.6.20', '1.6.19', '1.6.18',
    '1.6.17', '1.6.16', '1.6.15',
    '1.6.14', '1.6.13', '1.6.12',
    '1.6.11', '1.6.10', '1.6.9',
    '1.6.8',  '1.6.7',  '1.6.6',
    '1.6.5',  '1.6.4',  '1.6.3',
    '1.6.2'
  ],
  installedVersion: '1.8.6',
  index: 0
}
2025-04-13T03:12:56.465Z discovery-log INFO stop
2025-04-13T03:12:56.465Z discovery-log INFO >>> Stopping boards watcher...
2025-04-13T03:12:56.465Z discovery-log INFO Canceling boards watcher...
2025-04-13T03:12:56.465Z discovery-log INFO disposing requesting cancel
2025-04-13T03:12:56.465Z discovery-log INFO disposing canceled
2025-04-13T03:12:56.485Z discovery-log INFO error received
2025-04-13T03:12:56.485Z discovery-log INFO cancel error received!
2025-04-13T03:12:56.485Z discovery-log INFO stop received event: either end or cancel
2025-04-13T03:12:56.485Z discovery-log INFO stop stopped
2025-04-13T03:12:56.486Z discovery-log INFO received end
2025-04-13T03:12:56.545Z daemon INFO time="2025-04-12T20:12:56-07:00" level=info msg="Checking signature" index="c:\\Users\\MECHE\\AppData\\Local\\Arduino15\\package_index.json" signatureFile="c:\\Users\\MECHE\\AppData\\Local\\Arduino15\\package_index.json.sig" trusted=true
2025-04-13T03:12:56.552Z daemon INFO time="2025-04-12T20:12:56-07:00" level=info msg="Loading hardware from: c:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages"
2025-04-13T03:12:56.558Z daemon INFO time="2025-04-12T20:12:56-07:00" level=info msg="Loading package arduino from: C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware"
2025-04-13T03:12:56.564Z daemon INFO time="2025-04-12T20:12:56-07:00" level=info msg="Missing signature file" index="C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\installed.json"
2025-04-13T03:12:56.579Z daemon INFO time="2025-04-12T20:12:56-07:00" level=info msg="Adding monitor tool" protocol=serial tool="builtin:serial-monitor"
2025-04-13T03:12:56.583Z daemon INFO time="2025-04-12T20:12:56-07:00" level=info msg="Loaded platform" platform="arduino:avr@1.8.6"
2025-04-13T03:12:56.597Z daemon INFO time="2025-04-12T20:12:56-07:00" level=info msg="Checking existence of 'tools' path: C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages\\arduino\\tools"
2025-04-13T03:12:56.597Z daemon INFO time="2025-04-12T20:12:56-07:00" level=info msg="Loading tools from dir: C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages\\arduino\\tools"
2025-04-13T03:12:56.610Z daemon INFO time="2025-04-12T20:12:56-07:00" level=info msg="Loaded tool" tool="arduino:arduinoOTA@1.3.0"
2025-04-13T03:12:56.613Z daemon INFO time="2025-04-12T20:12:56-07:00" level=info msg="Loaded tool" tool="arduino:avr-gcc@7.3.0-atmel3.6.1-arduino7"
2025-04-13T03:12:56.617Z daemon INFO time="2025-04-12T20:12:56-07:00" level=info msg="Loaded tool" tool="arduino:avrdude@6.3.0-arduino17"
2025-04-13T03:12:56.633Z daemon INFO time="2025-04-12T20:12:56-07:00" level=info msg="Loading package builtin from: C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages\\builtin"
2025-04-13T03:12:56.634Z daemon INFO time="2025-04-12T20:12:56-07:00" level=info msg="Checking existence of 'tools' path: C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages\\builtin\\tools"
time="2025-04-12T20:12:56-07:00" level=info msg="Loading tools from dir: C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages\\builtin\\tools"
2025-04-13T03:12:56.636Z daemon INFO time="2025-04-12T20:12:56-07:00" level=info msg="Loaded tool" tool="builtin:ctags@5.8-arduino11"
2025-04-13T03:12:56.636Z daemon INFO time="2025-04-12T20:12:56-07:00" level=info msg="Loaded tool" tool="builtin:dfu-discovery@0.1.2"
2025-04-13T03:12:56.636Z daemon INFO time="2025-04-12T20:12:56-07:00" level=info msg="Loaded tool" tool="builtin:mdns-discovery@1.0.9"
2025-04-13T03:12:56.637Z daemon INFO time="2025-04-12T20:12:56-07:00" level=info msg="Loaded tool" tool="builtin:serial-discovery@1.4.1"
2025-04-13T03:12:56.639Z daemon INFO time="2025-04-12T20:12:56-07:00" level=info msg="Loaded tool" tool="builtin:serial-monitor@0.15.0"
2025-04-13T03:13:45.571Z daemon INFO time="2025-04-12T20:13:45-07:00" level=info msg="Discovery event channel closed builtin:serial-discovery. Exiting goroutine."
2025-04-13T03:13:45.593Z daemon INFO time="2025-04-12T20:13:45-07:00" level=error msg="Waiting discovery process termination: exit status 1" discovery="builtin:serial-discovery"
time="2025-04-12T20:13:45-07:00" level=info msg="Closed and removed discovery builtin:serial-discovery"
2025-04-13T03:13:45.594Z daemon INFO time="2025-04-12T20:13:45-07:00" level=error msg="Stopped decode loop: EOF" discovery="builtin:serial-discovery"
2025-04-13T03:13:45.598Z daemon INFO time="2025-04-12T20:13:45-07:00" level=info msg="Discovery event channel closed builtin:mdns-discovery. Exiting goroutine."
2025-04-13T03:13:45.598Z daemon INFO time="2025-04-12T20:13:45-07:00" level=error msg="Killing discovery process: TerminateProcess: Access is denied." discovery="builtin:mdns-discovery"
2025-04-13T03:13:45.615Z daemon INFO time="2025-04-12T20:13:45-07:00" level=info msg="Closed and removed discovery builtin:mdns-discovery"
time="2025-04-12T20:13:45-07:00" level=error msg="Stopped decode loop: EOF" discovery="builtin:mdns-discovery"
2025-04-13T03:13:45.753Z daemon INFO time="2025-04-12T20:13:45-07:00" level=info msg="Adding libraries dir" dir="C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\libraries" isSingleLibrary=false location=platform
2025-04-13T03:13:45.753Z daemon INFO time="2025-04-12T20:13:45-07:00" level=info msg="Loading libraries index file" index="c:\\Users\\MECHE\\AppData\\Local\\Arduino15\\library_index.json"
2025-04-13T03:13:46.146Z daemon INFO time="2025-04-12T20:13:46-07:00" level=info msg="Adding libraries dir" dir="C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\libraries" isSingleLibrary=false location=ide
2025-04-13T03:13:46.146Z daemon INFO time="2025-04-12T20:13:46-07:00" level=info msg="Adding libraries dir" dir="d:\\PROGMS\\ARDUiNO\\LIBRARIES\\libraries" isSingleLibrary=false location=user
2025-04-13T03:14:39.353Z discovery-log INFO start
2025-04-13T03:14:39.353Z discovery-log INFO start new deferred
2025-04-13T03:14:39.353Z discovery-log INFO start resolved watching
2025-04-13T03:14:39.393Z root INFO <<< Boards package installation done. {
  id: 'arduino:avr',
  name: 'Arduino AVR Boards',
  summary: 'Boards included in this package:',
  description: 'Arduino BT, Arduino NG or older, Arduino YĂșn Mini, Arduino Industrial 101, Linino One, Arduino Mega or Mega 2560, Arduino Mega ADK, Arduino Robot Motor, Arduino Gemma, Arduino YĂșn, Arduino Leonardo ETH, Arduino Esplora, Arduino Pro or Pro Mini, Arduino Robot Control, Arduino Ethernet, Arduino Uno WiFi, Arduino Mini, LilyPad Arduino, Arduino Duemilanove or Diecimila, Arduino Nano, Arduino Micro, Arduino Fio, Arduino Uno, Adafruit Circuit Playground, LilyPad Arduino USB, Arduino Uno Mini, Arduino Leonardo',
  boards: [
    { name: 'Arduino BT', fqbn: 'arduino:avr:bt' },
    { name: 'Arduino NG or older', fqbn: 'arduino:avr:atmegang' },
    { name: 'Arduino YĂșn Mini', fqbn: 'arduino:avr:yunmini' },
    { name: 'Arduino Industrial 101', fqbn: 'arduino:avr:chiwawa' },
    { name: 'Linino One', fqbn: 'arduino:avr:one' },
    { name: 'Arduino Mega or Mega 2560', fqbn: 'arduino:avr:mega' },
    { name: 'Arduino Mega ADK', fqbn: 'arduino:avr:megaADK' },
    { name: 'Arduino Robot Motor', fqbn: 'arduino:avr:robotMotor' },
    { name: 'Arduino Gemma', fqbn: 'arduino:avr:gemma' },
    { name: 'Arduino YĂșn', fqbn: 'arduino:avr:yun' },
    { name: 'Arduino Leonardo ETH', fqbn: 'arduino:avr:leonardoeth' },
    { name: 'Arduino Esplora', fqbn: 'arduino:avr:esplora' },
    { name: 'Arduino Pro or Pro Mini', fqbn: 'arduino:avr:pro' },
    { name: 'Arduino Robot Control', fqbn: 'arduino:avr:robotControl' },
    { name: 'Arduino Ethernet', fqbn: 'arduino:avr:ethernet' },
    { name: 'Arduino Uno WiFi', fqbn: 'arduino:avr:unowifi' },
    { name: 'Arduino Mini', fqbn: 'arduino:avr:mini' },
    { name: 'LilyPad Arduino', fqbn: 'arduino:avr:lilypad' },
    {
      name: 'Arduino Duemilanove or Diecimila',
      fqbn: 'arduino:avr:diecimila'
    },
    { name: 'Arduino Nano', fqbn: 'arduino:avr:nano' },
    { name: 'Arduino Micro', fqbn: 'arduino:avr:micro' },
    { name: 'Arduino Fio', fqbn: 'arduino:avr:fio' },
    { name: 'Arduino Uno', fqbn: 'arduino:avr:uno' },
    {
      name: 'Adafruit Circuit Playground',
      fqbn: 'arduino:avr:circuitplay32u4cat'
    },
    { name: 'LilyPad Arduino USB', fqbn: 'arduino:avr:LilyPadUSB' },
    { name: 'Arduino Uno Mini', fqbn: 'arduino:avr:unomini' },
    { name: 'Arduino Leonardo', fqbn: 'arduino:avr:leonardo' }
  ],
  types: [ 'Arduino' ],
  moreInfoLink: 'https://www.arduino.cc/',
  author: 'Arduino',
  deprecated: false,
  availableVersions: [
    '1.8.6',  '1.8.5',  '1.8.4',
    '1.8.3',  '1.8.2',  '1.8.1',
    '1.6.23', '1.6.22', '1.6.21',
    '1.6.20', '1.6.19', '1.6.18',
    '1.6.17', '1.6.16', '1.6.15',
    '1.6.14', '1.6.13', '1.6.12',
    '1.6.11', '1.6.10', '1.6.9',
    '1.6.8',  '1.6.7',  '1.6.6',
    '1.6.5',  '1.6.4',  '1.6.3',
    '1.6.2'
  ],
  installedVersion: '1.8.6',
  index: 0
}
2025-04-13T03:14:39.447Z root INFO >>> Starting library package installation... {
  name: 'Arduino_BuiltIn',
  exampleUris: [],
  location: 0,
  installedVersion: '1.0.0',
  author: 'Arduino',
  availableVersions: [ '1.0.0' ],
  includes: [],
  description: 'The sole purpose of this library is to install the standard Arduino libraries which are typically included with the Arduino IDE.',
  moreInfoLink: 'https://github.com/arduino-libraries/Arduino_BuiltIn',
  summary: 'Shell Arduino library to provide the standard built-in libraries',
  category: 'Other',
  types: [ 'Arduino' ],
  index: 0
}
2025-04-13T03:14:39.448Z discovery-log INFO stop
2025-04-13T03:14:39.448Z discovery-log INFO >>> Stopping boards watcher...
2025-04-13T03:14:39.448Z discovery-log INFO Canceling boards watcher...
2025-04-13T03:14:39.448Z discovery-log INFO disposing requesting cancel
2025-04-13T03:14:39.448Z discovery-log INFO disposing canceled
2025-04-13T03:14:39.450Z discovery-log INFO error received
2025-04-13T03:14:39.450Z discovery-log INFO cancel error received!
2025-04-13T03:14:39.450Z discovery-log INFO stop received event: either end or cancel
2025-04-13T03:14:39.450Z discovery-log INFO stop stopped
2025-04-13T03:14:39.450Z discovery-log INFO received end
2025-04-13T03:15:55.067Z root INFO >>> Starting library package installation... {
  name: 'ArduinoBearSSL',
  exampleUris: [],
  location: 0,
  installedVersion: '1.7.4',
  author: 'Arduino',
  availableVersions: [
    '1.7.5', '1.7.4',
    '1.7.3', '1.7.2',
    '1.7.1', '1.7.0',
    '1.6.0', '1.5.0',
    '1.4.0', '1.3.0',
    '1.2.0', '1.1.0',
    '1.0.1', '1.0.0'
  ],
  includes: [ 'ArduinoBearSSL.h' ],
  description: 'This library depends on ArduinoECCX08.',
  moreInfoLink: 'https://github.com/arduino-libraries/ArduinoBearSSL',
  summary: 'Port of BearSSL to Arduino.',
  category: 'Communication',
  types: [ 'Arduino' ],
  index: 5
}
2025-04-13T03:15:55.067Z discovery-log INFO stop
2025-04-13T03:24:36.111Z daemon INFO time="2025-04-12T20:24:36-07:00" level=info msg="Checking signature" index="c:\\Users\\MECHE\\AppData\\Local\\Arduino15\\package_index.json" signatureFile="c:\\Users\\MECHE\\AppData\\Local\\Arduino15\\package_index.json.sig" trusted=true
2025-04-13T03:24:36.114Z daemon INFO time="2025-04-12T20:24:36-07:00" level=info msg="Loading hardware from: c:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages"
2025-04-13T03:24:36.116Z daemon INFO time="2025-04-12T20:24:36-07:00" level=info msg="Loading package arduino from: C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware"
2025-04-13T03:24:36.123Z daemon INFO time="2025-04-12T20:24:36-07:00" level=info msg="Missing signature file" index="C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\installed.json"
2025-04-13T03:24:36.128Z daemon INFO time="2025-04-12T20:24:36-07:00" level=info msg="Adding monitor tool" protocol=serial tool="builtin:serial-monitor"
time="2025-04-12T20:24:36-07:00" level=info msg="Loaded platform" platform="arduino:avr@1.8.6"
2025-04-13T03:24:36.129Z daemon INFO time="2025-04-12T20:24:36-07:00" level=info msg="Checking existence of 'tools' path: C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages\\arduino\\tools"
time="2025-04-12T20:24:36-07:00" level=info msg="Loading tools from dir: C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages\\arduino\\tools"
2025-04-13T03:24:36.130Z daemon INFO time="2025-04-12T20:24:36-07:00" level=info msg="Loaded tool" tool="arduino:arduinoOTA@1.3.0"
2025-04-13T03:24:36.131Z daemon INFO time="2025-04-12T20:24:36-07:00" level=info msg="Loaded tool" tool="arduino:avr-gcc@7.3.0-atmel3.6.1-arduino7"
2025-04-13T03:24:36.131Z daemon INFO time="2025-04-12T20:24:36-07:00" level=info msg="Loaded tool" tool="arduino:avrdude@6.3.0-arduino17"
2025-04-13T03:24:36.133Z daemon INFO time="2025-04-12T20:24:36-07:00" level=info msg="Loading package builtin from: C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages\\builtin"
2025-04-13T03:24:36.136Z daemon INFO time="2025-04-12T20:24:36-07:00" level=info msg="Checking existence of 'tools' path: C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages\\builtin\\tools"
2025-04-13T03:24:36.136Z daemon INFO time="2025-04-12T20:24:36-07:00" level=info msg="Loading tools from dir: C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages\\builtin\\tools"
2025-04-13T03:24:36.138Z daemon INFO time="2025-04-12T20:24:36-07:00" level=info msg="Loaded tool" tool="builtin:ctags@5.8-arduino11"
2025-04-13T03:24:36.139Z daemon INFO time="2025-04-12T20:24:36-07:00" level=info msg="Loaded tool" tool="builtin:dfu-discovery@0.1.2"
2025-04-13T03:24:36.141Z daemon INFO time="2025-04-12T20:24:36-07:00" level=info msg="Loaded tool" tool="builtin:mdns-discovery@1.0.9"
2025-04-13T03:24:36.141Z daemon INFO time="2025-04-12T20:24:36-07:00" level=info msg="Loaded tool" tool="builtin:serial-discovery@1.4.1"
2025-04-13T03:24:36.142Z daemon INFO time="2025-04-12T20:24:36-07:00" level=info msg="Loaded tool" tool="builtin:serial-monitor@0.15.0"
2025-04-13T03:24:36.178Z daemon INFO time="2025-04-12T20:24:36-07:00" level=info msg="Discovery event channel closed builtin:serial-discovery. Exiting goroutine."
2025-04-13T03:24:36.181Z daemon INFO time="2025-04-12T20:24:36-07:00" level=error msg="Killing discovery process: TerminateProcess: Access is denied." discovery="builtin:serial-discovery"
2025-04-13T03:24:36.201Z daemon INFO time="2025-04-12T20:24:36-07:00" level=info msg="Closed and removed discovery builtin:serial-discovery"
2025-04-13T03:24:36.201Z daemon INFO time="2025-04-12T20:24:36-07:00" level=error msg="Stopped decode loop: EOF" discovery="builtin:serial-discovery"
2025-04-13T03:24:36.202Z daemon INFO time="2025-04-12T20:24:36-07:00" level=info msg="Discovery event channel closed builtin:mdns-discovery. Exiting goroutine."
2025-04-13T03:24:36.203Z daemon INFO time="2025-04-12T20:24:36-07:00" level=error msg="Killing discovery process: TerminateProcess: Access is denied." discovery="builtin:mdns-discovery"
2025-04-13T03:24:36.215Z daemon INFO time="2025-04-12T20:24:36-07:00" level=info msg="Closed and removed discovery builtin:mdns-discovery"
2025-04-13T03:24:36.215Z daemon INFO time="2025-04-12T20:24:36-07:00" level=error msg="Stopped decode loop: EOF" discovery="builtin:mdns-discovery"
2025-04-13T03:24:36.298Z daemon INFO time="2025-04-12T20:24:36-07:00" level=info msg="Adding libraries dir" dir="C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\libraries" isSingleLibrary=false location=platform
2025-04-13T03:24:36.298Z daemon INFO time="2025-04-12T20:24:36-07:00" level=info msg="Loading libraries index file" index="c:\\Users\\MECHE\\AppData\\Local\\Arduino15\\library_index.json"
2025-04-13T03:24:36.791Z daemon INFO time="2025-04-12T20:24:36-07:00" level=info msg="Adding libraries dir" dir="C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\libraries" isSingleLibrary=false location=ide
2025-04-13T03:24:36.792Z daemon INFO time="2025-04-12T20:24:36-07:00" level=info msg="Adding libraries dir" dir="d:\\PROGMS\\ARDUiNO\\LIBRARIES\\libraries" isSingleLibrary=false location=user
2025-04-13T03:25:30.793Z discovery-log INFO start
2025-04-13T03:25:30.793Z discovery-log INFO start new deferred
2025-04-13T03:25:30.793Z discovery-log INFO start resolved watching
2025-04-13T03:25:33.554Z root ERROR ---- !!!SLOW!!! DURATION: search took 2760.741 ms. Args: [{}] ----
2025-04-13T03:25:33.554Z root INFO <<< Library package installation done. {
  name: 'Arduino_BuiltIn',
  exampleUris: [],
  location: 0,
  installedVersion: '1.0.0',
  author: 'Arduino',
  availableVersions: [ '1.0.0' ],
  includes: [],
  description: 'The sole purpose of this library is to install the standard Arduino libraries which are typically included with the Arduino IDE.',
  moreInfoLink: 'https://github.com/arduino-libraries/Arduino_BuiltIn',
  summary: 'Shell Arduino library to provide the standard built-in libraries',
  category: 'Other',
  types: [ 'Arduino' ],
  index: 0
}
2025-04-13T03:26:45.311Z daemon INFO time="2025-04-12T20:26:45-07:00" level=info msg="Starting download" url="https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoBearSSL-1.7.5.zip?query=upgrade"
2025-04-13T03:26:46.837Z daemon INFO time="2025-04-12T20:26:46-07:00" level=info msg="Installing library" library=ArduinoBearSSL@1.7.5
2025-04-13T03:27:00.968Z daemon INFO time="2025-04-12T20:27:00-07:00" level=info msg="Checking signature" index="c:\\Users\\MECHE\\AppData\\Local\\Arduino15\\package_index.json" signatureFile="c:\\Users\\MECHE\\AppData\\Local\\Arduino15\\package_index.json.sig" trusted=true
2025-04-13T03:27:00.972Z daemon INFO time="2025-04-12T20:27:00-07:00" level=info msg="Loading hardware from: c:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages"
2025-04-13T03:27:00.976Z daemon INFO time="2025-04-12T20:27:00-07:00" level=info msg="Loading package arduino from: C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware"
2025-04-13T03:27:00.981Z daemon INFO time="2025-04-12T20:27:00-07:00" level=info msg="Missing signature file" index="C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\installed.json"
2025-04-13T03:27:00.987Z daemon INFO time="2025-04-12T20:27:00-07:00" level=info msg="Adding monitor tool" protocol=serial tool="builtin:serial-monitor"
time="2025-04-12T20:27:00-07:00" level=info msg="Loaded platform" platform="arduino:avr@1.8.6"
2025-04-13T03:27:00.987Z daemon INFO time="2025-04-12T20:27:00-07:00" level=info msg="Checking existence of 'tools' path: C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages\\arduino\\tools"
time="2025-04-12T20:27:00-07:00" level=info msg="Loading tools from dir: C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages\\arduino\\tools"
2025-04-13T03:27:00.988Z daemon INFO time="2025-04-12T20:27:00-07:00" level=info msg="Loaded tool" tool="arduino:arduinoOTA@1.3.0"
2025-04-13T03:27:00.988Z daemon INFO time="2025-04-12T20:27:00-07:00" level=info msg="Loaded tool" tool="arduino:avr-gcc@7.3.0-atmel3.6.1-arduino7"
2025-04-13T03:27:00.989Z daemon INFO time="2025-04-12T20:27:00-07:00" level=info msg="Loaded tool" tool="arduino:avrdude@6.3.0-arduino17"
2025-04-13T03:27:00.991Z daemon INFO time="2025-04-12T20:27:00-07:00" level=info msg="Loading package builtin from: C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages\\builtin"
2025-04-13T03:27:00.992Z daemon INFO time="2025-04-12T20:27:00-07:00" level=info msg="Checking existence of 'tools' path: C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages\\builtin\\tools"
time="2025-04-12T20:27:00-07:00" level=info msg="Loading tools from dir: C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages\\builtin\\tools"
2025-04-13T03:27:00.993Z daemon INFO time="2025-04-12T20:27:00-07:00" level=info msg="Loaded tool" tool="builtin:ctags@5.8-arduino11"
2025-04-13T03:27:00.993Z daemon INFO time="2025-04-12T20:27:00-07:00" level=info msg="Loaded tool" tool="builtin:dfu-discovery@0.1.2"
2025-04-13T03:27:00.993Z daemon INFO time="2025-04-12T20:27:00-07:00" level=info msg="Loaded tool" tool="builtin:mdns-discovery@1.0.9"
2025-04-13T03:27:00.994Z daemon INFO time="2025-04-12T20:27:00-07:00" level=info msg="Loaded tool" tool="builtin:serial-discovery@1.4.1"
2025-04-13T03:27:00.996Z daemon INFO time="2025-04-12T20:27:00-07:00" level=info msg="Loaded tool" tool="builtin:serial-monitor@0.15.0"
2025-04-13T03:27:01.032Z daemon INFO time="2025-04-12T20:27:01-07:00" level=info msg="Discovery event channel closed builtin:mdns-discovery. Exiting goroutine."
2025-04-13T03:27:01.048Z daemon INFO time="2025-04-12T20:27:01-07:00" level=error msg="Waiting discovery process termination: exit status 1" discovery="builtin:mdns-discovery"
time="2025-04-12T20:27:01-07:00" level=info msg="Closed and removed discovery builtin:mdns-discovery"
2025-04-13T03:27:01.048Z daemon INFO time="2025-04-12T20:27:01-07:00" level=error msg="Stopped decode loop: EOF" discovery="builtin:mdns-discovery"
2025-04-13T03:27:01.050Z daemon INFO time="2025-04-12T20:27:01-07:00" level=info msg="Discovery event channel closed builtin:serial-discovery. Exiting goroutine."
2025-04-13T03:27:01.070Z daemon INFO time="2025-04-12T20:27:01-07:00" level=error msg="Waiting discovery process termination: exit status 1" discovery="builtin:serial-discovery"
time="2025-04-12T20:27:01-07:00" level=info msg="Closed and removed discovery builtin:serial-discovery"
2025-04-13T03:27:01.070Z daemon INFO time="2025-04-12T20:27:01-07:00" level=error msg="Stopped decode loop: EOF" discovery="builtin:serial-discovery"
2025-04-13T03:27:01.181Z daemon INFO time="2025-04-12T20:27:01-07:00" level=info msg="Adding libraries dir" dir="C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\libraries" isSingleLibrary=false location=platform
2025-04-13T03:27:01.181Z daemon INFO time="2025-04-12T20:27:01-07:00" level=info msg="Loading libraries index file" index="c:\\Users\\MECHE\\AppData\\Local\\Arduino15\\library_index.json"
2025-04-13T03:27:01.753Z daemon INFO time="2025-04-12T20:27:01-07:00" level=info msg="Adding libraries dir" dir="C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\libraries" isSingleLibrary=false location=ide
2025-04-13T03:27:01.756Z daemon INFO time="2025-04-12T20:27:01-07:00" level=info msg="Adding libraries dir" dir="d:\\PROGMS\\ARDUiNO\\LIBRARIES\\libraries" isSingleLibrary=false location=user
2025-04-13T03:27:02.720Z root INFO socked closed
2025-04-13T03:27:02.721Z root INFO closing connection for 1
2025-04-13T03:27:02.721Z root INFO Closing channel on service path '/localization-server'.
2025-04-13T03:27:02.721Z root INFO Closing channel on service path '/os'.
2025-04-13T03:27:02.721Z root INFO Closing channel on service path '/services/commands'.
2025-04-13T03:27:02.721Z root INFO Closing channel on service path '/services/keyboard'.
2025-04-13T03:27:02.721Z root INFO Closing channel on service path '/services/logger'.
2025-04-13T03:27:02.721Z root INFO Closing channel on service path '/services/messageService'.
2025-04-13T03:27:02.721Z root INFO Closing channel on service path '/services/ChannelCloseService'.
2025-04-13T03:27:02.721Z root INFO Closing channel on service path '/services/remote-filesystem'.
2025-04-13T03:27:02.721Z root INFO Closing channel on service path '/services/envs'.
2025-04-13T03:27:02.721Z root INFO Closing channel on service path '/services/authentication-service'.
2025-04-13T03:27:02.721Z root INFO Closing channel on service path '/services/sketches-service'.
2025-04-13T03:27:02.721Z root INFO Closing channel on service path '/services/config-service'.
2025-04-13T03:27:02.721Z root INFO Closing channel on service path '/services/workspace'.
2025-04-13T03:27:02.721Z root INFO Closing channel on service path '/services/notification-service'.
2025-04-13T03:27:02.721Z root INFO Closing channel on service path '/services/arduino-daemon'.
2025-04-13T03:27:02.721Z root INFO Closing channel on service path '/services/stopwatch'.
2025-04-13T03:27:02.721Z root INFO Closing channel on service path '/services/application'.
2025-04-13T03:27:02.721Z root INFO Closing channel on service path '/services/i18n'.
2025-04-13T03:27:02.721Z root INFO Closing channel on service path '/services/quickInput'.
2025-04-13T03:27:02.722Z root INFO Closing channel on service path '/services/debug'.
2025-04-13T03:27:02.722Z root INFO Closing channel on service path '/services/shell-terminal'.
2025-04-13T03:27:02.722Z root INFO Closing channel on service path '/services/quickPick'.
2025-04-13T03:27:02.722Z root INFO Closing channel on service path '/services/task'.
2025-04-13T03:27:02.722Z root INFO Closing channel on service path '/services/search'.
2025-04-13T03:27:02.722Z root INFO Closing channel on service path '/services/hostedPlugin'.
2025-04-13T03:27:02.722Z root INFO Closing channel on service path '/services/plugin-ext'.
2025-04-13T03:27:02.722Z root INFO Closing channel on service path '/services/plugin-paths'.
2025-04-13T03:27:02.722Z root INFO Closing channel on service path '/services/cli-preferences'.
2025-04-13T03:27:02.722Z root INFO Closing channel on service path '/services/boards-service'.
2025-04-13T03:27:02.722Z root INFO Closing channel on service path '/services/response-service'.
2025-04-13T03:27:02.722Z root INFO Closing channel on service path '/services/file-system-ext'.
2025-04-13T03:27:02.722Z root INFO Closing channel on service path '/services/core-service'.
2025-04-13T03:27:02.722Z root INFO Closing channel on service path '/services/example-service'.
2025-04-13T03:27:02.722Z root INFO Closing channel on service path '/services/library-service'.
2025-04-13T03:27:02.722Z root INFO Closing channel on service path '/services/executable-service'.
2025-04-13T03:27:02.722Z root INFO Closing channel on service path '/services/arduino-firmware-uploader'.
2025-04-13T03:27:02.722Z root INFO Closing channel on service path '/services/formatter'.
2025-04-13T03:27:02.722Z root INFO Closing channel on service path '/services/search-in-workspace'.
2025-04-13T03:27:02.722Z root INFO Closing channel on service path '/services/request-service'.
2025-04-13T03:27:02.723Z root INFO Closing channel on service path '/services/keyStore'.
2025-04-13T03:27:02.723Z root INFO Closing channel on service path '/services/languagePackService'.
2025-04-13T03:27:02.724Z root ERROR Uncaught Exception:  Error: ping timeout
2025-04-13T03:27:02.724Z root ERROR Error: ping timeout
    at C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:6813396
    at Map.forEach (<anonymous>)
    at C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:6813375
    at C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:1018551
    at s.invoke (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:1018641)
    at a.fire (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:1020444)
    at C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:2680888
    at Map.forEach (<anonymous>)
    at Object.<anonymous> (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:2680858)
    at e.dispose (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:3741352)
2025-04-13T03:27:02.725Z root ERROR Uncaught Exception:  Error: ping timeout
2025-04-13T03:27:02.725Z root ERROR Error: ping timeout
    at C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:6813396
    at Map.forEach (<anonymous>)
    at C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:6813375
    at C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:1018551
    at s.invoke (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:1018641)
    at a.fire (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:1020444)
    at C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:2680888
    at Map.forEach (<anonymous>)
    at Object.<anonymous> (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:2680858)
    at e.dispose (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:3741352)
2025-04-13T03:27:02.725Z root ERROR Uncaught Exception:  Error: ping timeout
2025-04-13T03:27:02.725Z root ERROR Error: ping timeout
    at C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:6813396
    at Map.forEach (<anonymous>)
    at C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:6813375
    at C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:1018551
    at s.invoke (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:1018641)
    at a.fire (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:1020444)
    at C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:2680888
    at Map.forEach (<anonymous>)
    at Object.<anonymous> (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:2680858)
    at e.dispose (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:3741352)
2025-04-13T03:27:02.725Z root ERROR Uncaught Exception:  Error: ping timeout
2025-04-13T03:27:02.725Z root ERROR Error: ping timeout
    at C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:6813396
    at Map.forEach (<anonymous>)
    at C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:6813375
    at C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:1018551
    at s.invoke (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:1018641)
    at a.fire (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:1020444)
    at C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:2680888
    at Map.forEach (<anonymous>)
    at Object.<anonymous> (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:2680858)
    at e.dispose (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:3741352)
2025-04-13T03:27:02.726Z root ERROR Uncaught Exception:  Error: ping timeout
2025-04-13T03:27:02.726Z root ERROR Error: ping timeout
    at C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:6813396
    at Map.forEach (<anonymous>)
    at C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:6813375
    at C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:1018551
    at s.invoke (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:1018641)
    at a.fire (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:1020444)
    at C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:2680888
    at Map.forEach (<anonymous>)
    at Object.<anonymous> (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:2680858)
    at e.dispose (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:3741352)
2025-04-13T03:27:02.726Z root ERROR Uncaught Exception:  Error: ping timeout
2025-04-13T03:27:02.726Z root ERROR Error: ping timeout
    at C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:6813396
    at Map.forEach (<anonymous>)
    at C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:6813375
    at C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:1018551
    at s.invoke (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:1018641)
    at a.fire (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:1020444)
    at C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:2680888
    at Map.forEach (<anonymous>)
    at Object.<anonymous> (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:2680858)
    at e.dispose (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:3741352)
2025-04-13T03:27:02.726Z root ERROR Uncaught Exception:  Error: ping timeout
2025-04-13T03:27:02.726Z root ERROR Error: ping timeout
    at C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:6813396
    at Map.forEach (<anonymous>)
    at C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:6813375
    at C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:1018551
    at s.invoke (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:1018641)
    at a.fire (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:1020444)
    at C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:2680888
    at Map.forEach (<anonymous>)
    at Object.<anonymous> (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:2680858)
    at e.dispose (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:3741352)
2025-04-13T03:27:02.726Z root ERROR Uncaught Exception:  Error: ping timeout
2025-04-13T03:27:02.726Z root ERROR Error: ping timeout
    at C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:6813396
    at Map.forEach (<anonymous>)
    at C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:6813375
    at C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:1018551
    at s.invoke (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:1018641)
    at a.fire (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:1020444)
    at C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:2680888
    at Map.forEach (<anonymous>)
    at Object.<anonymous> (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:2680858)
    at e.dispose (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:3741352)
2025-04-13T03:27:02.727Z root ERROR Uncaught Exception:  Error: ping timeout
2025-04-13T03:27:02.727Z root ERROR Error: ping timeout
    at C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:6813396
    at Map.forEach (<anonymous>)
    at C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:6813375
    at C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:1018551
    at s.invoke (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:1018641)
    at a.fire (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:1020444)
    at C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:2680888
    at Map.forEach (<anonymous>)
    at Object.<anonymous> (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:2680858)
    at e.dispose (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:3741352)
2025-04-13T03:27:02.727Z root ERROR Uncaught Exception:  Error: ping timeout
2025-04-13T03:27:02.727Z root ERROR Error: ping timeout
    at C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:6813396
    at Map.forEach (<anonymous>)
    at C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:6813375
    at C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:1018551
    at s.invoke (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:1018641)
    at a.fire (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:1020444)
    at C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:2680888
    at Map.forEach (<anonymous>)
    at Object.<anonymous> (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:2680858)
    at e.dispose (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:3741352)
2025-04-13T03:27:02.727Z root ERROR Uncaught Exception:  Error: ping timeout
2025-04-13T03:27:02.727Z root ERROR Error: ping timeout
    at C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:6813396
    at Map.forEach (<anonymous>)
    at C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:6813375
    at C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:1018551
    at s.invoke (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:1018641)
    at a.fire (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:1020444)
    at C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:2680888
    at Map.forEach (<anonymous>)
    at Object.<anonymous> (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:2680858)
    at e.dispose (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:3741352)
2025-04-13T03:28:03.957Z discovery-log INFO start
2025-04-13T03:28:03.958Z discovery-log INFO start already watching
2025-04-13T03:28:05.982Z root ERROR ---- !!!SLOW!!! DURATION: search took 2025.088 ms. Args: [{}] ----
2025-04-13T03:28:05.982Z root INFO <<< Library package installation done. {
  name: 'ArduinoBearSSL',
  exampleUris: [],
  location: 0,
  installedVersion: '1.7.4',
  author: 'Arduino',
  availableVersions: [
    '1.7.5', '1.7.4',
    '1.7.3', '1.7.2',
    '1.7.1', '1.7.0',
    '1.6.0', '1.5.0',
    '1.4.0', '1.3.0',
    '1.2.0', '1.1.0',
    '1.0.1', '1.0.0'
  ],
  includes: [ 'ArduinoBearSSL.h' ],
  description: 'This library depends on ArduinoECCX08.',
  moreInfoLink: 'https://github.com/arduino-libraries/ArduinoBearSSL',
  summary: 'Port of BearSSL to Arduino.',
  category: 'Communication',
  types: [ 'Arduino' ],
  index: 5
}
2025-04-13T03:29:58.283Z root INFO Reconnecting failed for 1
Closing channel on service path '/services/electron-window'.
2025-04-13T03:29:59.382Z root INFO creating connection for 1
2025-04-13T03:30:01.222Z root WARN Frontend a.configure took longer than the expected maximum 100 milliseconds: 207.3 ms [Finished 2.932 s after frontend start]
2025-04-13T03:30:01.282Z root WARN A command editor.action.toggleStickyScroll is already registered.
Opening channel for service path '/services/electron-window'.
2025-04-13T03:30:01.543Z root INFO Start frontend contributions: 642.7 ms [Finished 3.209 s after frontend start]
2025-04-13T03:30:01.544Z root INFO Changed application state from 'init' to 'started_contributions'.
2025-04-13T03:30:01.551Z root INFO Changed application state from 'started_contributions' to 'attached_shell'.
2025-04-13T03:30:01.552Z root INFO >>> Restoring the layout state...
2025-04-13T03:30:01.728Z root INFO [51cd71a2-537e-4ce2-a18f-960f19d3a63b] Waiting for backend deployment: 239.5 ms [Finished 3.434 s after frontend start]
2025-04-13T03:30:02.577Z root INFO ------- SERIALIZED LAYOUT DATA -------
2025-04-13T03:30:02.578Z root INFO {"version":5,"mainPanel":{"main":{"type":"tab-area","widgets":[{"constructionOptions":{"factoryId":"code-editor-opener","options":{"counter":0,"kind":"navigatable","uri":"file:///c%3A/Users/MECHE/AppData/Local/Temp/.arduinoIDE-unsaved2025312-19948-16i6195.yepq/sketch_apr12a/sketch_apr12a.ino"}},"innerWidgetState":"{\"cursorState\":[{\"inSelectionMode\":false,\"selectionStart\":{\"lineNumber\":10,\"column\":1},\"position\":{\"lineNumber\":10,\"column\":1}}],\"viewState\":{\"scrollLeft\":0,\"firstPosition\":{\"lineNumber\":1,\"column\":1},\"firstPositionDeltaTop\":0},\"contributionsState\":{\"editor.contrib.folding\":{\"lineCount\":10,\"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":231,"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\":[{\"widget\":{\"constructionOptions\":{\"factoryId\":\"debug:threads\"},\"innerWidgetState\":\"{}\"},\"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:frames\"},\"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:variables\"},\"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:watch\"},\"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:breakpoints\"},\"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\":\"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.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.registers\",\"viewId\":\"cortex-debug.registers\"}},\"innerWidgetState\":\"{\\\"label\\\":\\\"Cortex Registers\\\",\\\"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}}],\"title\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true}}"},"rank":4,"expanded":false,"pinned":false},{"widget":{"constructionOptions":{"factoryId":"search-view-container"},"innerWidgetState":"{\"parts\":[{\"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,\\\"multiline\\\":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}}\"},\"partId\":\"search-in-workspace\",\"collapsed\":false,\"hidden\":false,\"originalContainerId\":\"search-view-container\",\"originalContainerTitle\":{\"label\":\"Search\",\"iconClass\":\"codicon codicon-search\",\"closeable\":true}}],\"title\":{\"label\":\"Search\",\"iconClass\":\"fa fa-arduino-search\",\"closeable\":true}}"},"rank":5,"expanded":false,"pinned":false}]},"rightPanel":{"type":"sidepanel","items":[]}}
2025-04-13T03:30:02.578Z root INFO ------- END SERIALIZED LAYOUT DATA -------
2025-04-13T03:30:02.583Z root INFO [hosted-plugin: 10008] PLUGIN_HOST(10008) starting instance
2025-04-13T03:30:02.636Z root INFO [hosted-plugin: 10008] [Object: null prototype] {}
2025-04-13T03:30:04.794Z root INFO [51cd71a2-537e-4ce2-a18f-960f19d3a63b] Sync of 23 plugins: 3069.8 ms [Finished 6.504 s after frontend start]
2025-04-13T03:30:05.222Z root INFO <<< The layout has been successfully restored.
2025-04-13T03:30:05.410Z root INFO Initialize the workbench layout: 3671.0 ms [Finished 6.933 s after frontend start]
2025-04-13T03:30:05.416Z root INFO Changed application state from 'attached_shell' to 'initialized_layout'.
2025-04-13T03:30:05.419Z root INFO [51cd71a2-537e-4ce2-a18f-960f19d3a63b] Loading plugin contributions
2025-04-13T03:30:05.419Z root INFO [51cd71a2-537e-4ce2-a18f-960f19d3a63b] Load contributions of 23 plugins: 182.0 ms [Finished 7.118 s after frontend start]
2025-04-13T03:30:05.502Z root WARN 'cpp' language is remapped from 'source.cpp.embedded.macro' to 'source.cpp' scope
2025-04-13T03:30:05.503Z root WARN a registered grammar configuration for 'cpp' language is overridden
2025-04-13T03:30:05.737Z root ERROR [hosted-plugin: 10008] Conflict in settings file Default: Ignoring cortex-debug.armToolchainPath.linux as cortex-debug.armToolchainPath is null
2025-04-13T03:30:05.737Z root ERROR [hosted-plugin: 10008] 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
2025-04-13T03:30:05.737Z root ERROR [hosted-plugin: 10008] 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
2025-04-13T03:30:05.737Z root ERROR [hosted-plugin: 10008] Conflict in settings file Default: Ignoring cortex-debug.JLinkGDBServerPath.windows as cortex-debug.JLinkGDBServerPath is null
2025-04-13T03:30:05.737Z root ERROR [hosted-plugin: 10008] 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
2025-04-13T03:30:05.738Z root ERROR [hosted-plugin: 10008] Conflict in settings file Default: Ignoring cortex-debug.openocdPath.windows as cortex-debug.openocdPath is null
2025-04-13T03:30:05.738Z root ERROR [hosted-plugin: 10008] 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
2025-04-13T03:30:05.738Z root ERROR [hosted-plugin: 10008] Conflict in settings file Default: Ignoring cortex-debug.PEGDBServerPath.linux as cortex-debug.PEGDBServerPath is null
Conflict in settings file Default: Ignoring cortex-debug.PEGDBServerPath.osx as cortex-debug.PEGDBServerPath is null
2025-04-13T03:30:05.738Z root ERROR [hosted-plugin: 10008] 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
2025-04-13T03:30:05.738Z root ERROR [hosted-plugin: 10008] Conflict in settings file Default: Ignoring cortex-debug.stutilPath.osx as cortex-debug.stutilPath is null
Conflict in settings file Default: Ignoring cortex-debug.stutilPath.windows as cortex-debug.stutilPath is null
2025-04-13T03:30:05.738Z root ERROR [hosted-plugin: 10008] 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
2025-04-13T03:30:05.738Z root ERROR [hosted-plugin: 10008] 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
2025-04-13T03:30:05.765Z root INFO [hosted-plugin: 10008] PLUGIN_HOST(10008): PluginManagerExtImpl/init()
2025-04-13T03:30:05.771Z root INFO [hosted-plugin: 10008] PLUGIN_HOST(10008): initializing(vscode-arduino-api@0.1.2 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-13T03:30:05.920Z root INFO [hosted-plugin: 10008] PLUGIN_HOST(10008): initializing(json-language-features@1.88.1 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-13T03:30:05.928Z root INFO [hosted-plugin: 10008] PLUGIN_HOST(10008): initializing(cortex-debug@1.5.1 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-13T03:30:05.937Z root INFO [hosted-plugin: 10008] Debugger contribution has been registered: cortex-debug
2025-04-13T03:30:05.955Z root INFO [hosted-plugin: 10008] PLUGIN_HOST(10008): initializing(vscode-arduino-tools@0.1.3 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-13T03:30:05.958Z root INFO [hosted-plugin: 10008] PLUGIN_HOST(10008): initializing(cpp@1.88.1 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-13T03:30:05.960Z root INFO [hosted-plugin: 10008] PLUGIN_HOST(10008): initializing(json@1.88.1 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-13T03:30:05.965Z root INFO [hosted-plugin: 10008] PLUGIN_HOST(10008): initializing(vscode-language-pack-bg@1.48.3 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-13T03:30:05.966Z root INFO [hosted-plugin: 10008] PLUGIN_HOST(10008): initializing(vscode-language-pack-cs@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-13T03:30:05.968Z root INFO [hosted-plugin: 10008] PLUGIN_HOST(10008): initializing(vscode-language-pack-de@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-13T03:30:05.971Z root INFO [hosted-plugin: 10008] PLUGIN_HOST(10008): initializing(vscode-language-pack-es@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-13T03:30:05.973Z root INFO [hosted-plugin: 10008] PLUGIN_HOST(10008): initializing(vscode-language-pack-fr@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-13T03:30:05.974Z root INFO [hosted-plugin: 10008] PLUGIN_HOST(10008): initializing(vscode-language-pack-hu@1.48.3 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-13T03:30:05.975Z root INFO [hosted-plugin: 10008] PLUGIN_HOST(10008): initializing(vscode-language-pack-it@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-13T03:30:05.977Z root INFO [hosted-plugin: 10008] PLUGIN_HOST(10008): initializing(vscode-language-pack-ja@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-13T03:30:05.978Z root INFO [hosted-plugin: 10008] PLUGIN_HOST(10008): initializing(vscode-language-pack-ko@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-13T03:30:05.982Z root INFO [hosted-plugin: 10008] PLUGIN_HOST(10008): initializing(vscode-language-pack-nl@1.48.3 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-13T03:30:05.984Z root INFO [hosted-plugin: 10008] PLUGIN_HOST(10008): initializing(vscode-language-pack-pl@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-13T03:30:05.986Z root INFO [hosted-plugin: 10008] PLUGIN_HOST(10008): initializing(vscode-language-pack-pt-BR@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-13T03:30:05.987Z root INFO [hosted-plugin: 10008] PLUGIN_HOST(10008): initializing(vscode-language-pack-ru@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-13T03:30:05.989Z root INFO [hosted-plugin: 10008] PLUGIN_HOST(10008): initializing(vscode-language-pack-tr@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-13T03:30:05.990Z root INFO [hosted-plugin: 10008] PLUGIN_HOST(10008): initializing(vscode-language-pack-uk@1.48.3 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-13T03:30:05.991Z root INFO [hosted-plugin: 10008] PLUGIN_HOST(10008): initializing(vscode-language-pack-zh-hans@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-13T03:30:05.993Z root INFO [hosted-plugin: 10008] PLUGIN_HOST(10008): initializing(vscode-language-pack-zh-hant@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-13T03:30:06.045Z root INFO [hosted-plugin: 10008] PLUGIN_HOST(10008): PluginManagerExtImpl/loadPlugin(C:\Program Files\Arduino IDE\resources\app\plugins\vscode-builtin-json-language-features\extension\client\dist\node\jsonClientMain)
2025-04-13T03:30:06.172Z root INFO [hosted-plugin: 10008] PLUGIN_HOST(10008): PluginManagerExtImpl/loadPlugin(C:\Program Files\Arduino IDE\resources\app\plugins\vscode-arduino-tools\extension\dist\extension.js)
2025-04-13T03:30:06.342Z root INFO [hosted-plugin: 10008] PLUGIN_HOST(10008): PluginManagerExtImpl/loadPlugin(C:\Program Files\Arduino IDE\resources\app\plugins\vscode-arduino-api\extension\dist\extension.js)
2025-04-13T03:30:06.356Z root INFO [hosted-plugin: 10008] calling activation function on VS Code Arduino Tools
2025-04-13T03:30:06.356Z root INFO [hosted-plugin: 10008] calling activation function on Arduino IDE API for VS Code extensions
2025-04-13T03:30:06.742Z root INFO Frontend application start: 5520.7 ms [Finished 1701.237 s after backend start]
2025-04-13T03:30:06.782Z root INFO Replace loading indicator with ready workbench UI (animation): 849.4 ms [Finished 7.978 s after frontend start]
2025-04-13T03:30:06.782Z root INFO Changed application state from 'initialized_layout' to 'ready'.
2025-04-13T03:30:06.783Z root WARN Linked preference "workbench.colorCustomizations" not found.
2025-04-13T03:30:06.788Z root INFO [51cd71a2-537e-4ce2-a18f-960f19d3a63b] Starting plugins.
2025-04-13T03:30:07.138Z root INFO [hosted-plugin: 10008] calling activation function on JSON Language Features (built-in)
2025-04-13T03:30:07.187Z root INFO [hosted-plugin: 10008] PLUGIN_HOST(10008): PluginManagerExtImpl/loadPlugin(C:\Program Files\Arduino IDE\resources\app\plugins\cortex-debug\extension\dist\extension.js)
2025-04-13T03:30:07.260Z root INFO [hosted-plugin: 10008] Debug configuration provider has been registered: cortex-debug, trigger: 1
calling activation function on Cortex-Debug
GDB server console created
2025-04-13T03:30:07.271Z root INFO [51cd71a2-537e-4ce2-a18f-960f19d3a63b] Start of 23 plugins: 1848.7 ms [Finished 8.980 s after frontend start]
2025-04-13T03:30:10.460Z root ERROR ---- !!!SLOW!!! DURATION: search took 3264.806 ms. Args: [{"query":"Arduino_BuiltIn"}] ----
2025-04-13T03:30:10.916Z root ERROR ---- !!!SLOW!!! DURATION: search took 4127.565 ms. Args: [{"type":"Updatable"}] ----
2025-04-13T03:30:13.069Z root WARN A command arduino-include-library--LTC1392 library:Christoph Jurczyk is already registered.
2025-04-13T03:30:13.071Z root WARN A command arduino-include-library--Madgwick:Arduino is already registered.
2025-04-13T03:30:13.071Z root WARN A command arduino-include-library--MKRMotorCarrier:Arduino is already registered.
2025-04-13T03:30:13.071Z root WARN A command arduino-include-library--Arduino SigFox for MKRFox1200:Arduino is already registered.
2025-04-13T03:30:13.071Z root WARN A command arduino-include-library--ADS1110:Nadav Matalon <nadav.matalon@gmail.com> is already registered.
2025-04-13T03:30:13.071Z root WARN A command arduino-include-library--Arduino Low Power:Arduino is already registered.
2025-04-13T03:30:13.071Z root WARN A command arduino-include-library--AD7390 DAC library:Christoph Jurczyk is already registered.
2025-04-13T03:30:19.894Z root INFO >>> Starting boards package installation... {
  id: 'arduino:avr',
  name: 'Arduino AVR Boards',
  summary: 'Boards included in this package:',
  description: 'Arduino Gemma, Adafruit Circuit Playground, Arduino Nano, Arduino Mini, Arduino Fio, Arduino NG or older, Arduino Ethernet, Arduino Robot Motor, Linino One, Arduino YĂșn Mini, Arduino YĂșn, Arduino Uno Mini, Arduino Duemilanove or Diecimila, Arduino Leonardo, LilyPad Arduino USB, Arduino Uno, Arduino Mega ADK, Arduino Micro, LilyPad Arduino, Arduino Robot Control, Arduino Mega or Mega 2560, Arduino Esplora, Arduino Industrial 101, Arduino Uno WiFi, Arduino Leonardo ETH, Arduino Pro or Pro Mini, Arduino BT',
  boards: [
    { name: 'Arduino Gemma', fqbn: 'arduino:avr:gemma' },
    {
      name: 'Adafruit Circuit Playground',
      fqbn: 'arduino:avr:circuitplay32u4cat'
    },
    { name: 'Arduino Nano', fqbn: 'arduino:avr:nano' },
    { name: 'Arduino Mini', fqbn: 'arduino:avr:mini' },
    { name: 'Arduino Fio', fqbn: 'arduino:avr:fio' },
    { name: 'Arduino NG or older', fqbn: 'arduino:avr:atmegang' },
    { name: 'Arduino Ethernet', fqbn: 'arduino:avr:ethernet' },
    { name: 'Arduino Robot Motor', fqbn: 'arduino:avr:robotMotor' },
    { name: 'Linino One', fqbn: 'arduino:avr:one' },
    { name: 'Arduino YĂșn Mini', fqbn: 'arduino:avr:yunmini' },
    { name: 'Arduino YĂșn', fqbn: 'arduino:avr:yun' },
    { name: 'Arduino Uno Mini', fqbn: 'arduino:avr:unomini' },
    {
      name: 'Arduino Duemilanove or Diecimila',
      fqbn: 'arduino:avr:diecimila'
    },
    { name: 'Arduino Leonardo', fqbn: 'arduino:avr:leonardo' },
    { name: 'LilyPad Arduino USB', fqbn: 'arduino:avr:LilyPadUSB' },
    { name: 'Arduino Uno', fqbn: 'arduino:avr:uno' },
    { name: 'Arduino Mega ADK', fqbn: 'arduino:avr:megaADK' },
    { name: 'Arduino Micro', fqbn: 'arduino:avr:micro' },
    { name: 'LilyPad Arduino', fqbn: 'arduino:avr:lilypad' },
    { name: 'Arduino Robot Control', fqbn: 'arduino:avr:robotControl' },
    { name: 'Arduino Mega or Mega 2560', fqbn: 'arduino:avr:mega' },
    { name: 'Arduino Esplora', fqbn: 'arduino:avr:esplora' },
    { name: 'Arduino Industrial 101', fqbn: 'arduino:avr:chiwawa' },
    { name: 'Arduino Uno WiFi', fqbn: 'arduino:avr:unowifi' },
    { name: 'Arduino Leonardo ETH', fqbn: 'arduino:avr:leonardoeth' },
    { name: 'Arduino Pro or Pro Mini', fqbn: 'arduino:avr:pro' },
    { name: 'Arduino BT', fqbn: 'arduino:avr:bt' }
  ],
  types: [ 'Arduino' ],
  moreInfoLink: 'https://www.arduino.cc/',
  author: 'Arduino',
  deprecated: false,
  availableVersions: [
    '1.8.6',  '1.8.5',  '1.8.4',
    '1.8.3',  '1.8.2',  '1.8.1',
    '1.6.23', '1.6.22', '1.6.21',
    '1.6.20', '1.6.19', '1.6.18',
    '1.6.17', '1.6.16', '1.6.15',
    '1.6.14', '1.6.13', '1.6.12',
    '1.6.11', '1.6.10', '1.6.9',
    '1.6.8',  '1.6.7',  '1.6.6',
    '1.6.5',  '1.6.4',  '1.6.3',
    '1.6.2'
  ],
  installedVersion: '1.8.6',
  index: 0
}
2025-04-13T03:30:19.895Z discovery-log INFO stop
2025-04-13T03:30:19.895Z discovery-log INFO >>> Stopping boards watcher...
2025-04-13T03:30:19.895Z discovery-log INFO Canceling boards watcher...
2025-04-13T03:30:19.895Z discovery-log INFO disposing requesting cancel
2025-04-13T03:30:19.895Z discovery-log INFO disposing canceled
2025-04-13T03:30:19.904Z discovery-log INFO error received
2025-04-13T03:30:19.904Z discovery-log INFO cancel error received!
2025-04-13T03:30:19.904Z discovery-log INFO stop received event: either end or cancel
2025-04-13T03:30:19.904Z discovery-log INFO stop stopped
2025-04-13T03:30:19.904Z discovery-log INFO received end
2025-04-13T03:30:19.999Z daemon INFO time="2025-04-12T20:30:19-07:00" level=info msg="Checking signature" index="c:\\Users\\MECHE\\AppData\\Local\\Arduino15\\package_index.json" signatureFile="c:\\Users\\MECHE\\AppData\\Local\\Arduino15\\package_index.json.sig" trusted=true
2025-04-13T03:30:20.005Z daemon INFO time="2025-04-12T20:30:20-07:00" level=info msg="Loading hardware from: c:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages"
2025-04-13T03:30:20.014Z daemon INFO time="2025-04-12T20:30:20-07:00" level=info msg="Loading package arduino from: C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware"
2025-04-13T03:30:20.031Z daemon INFO time="2025-04-12T20:30:20-07:00" level=info msg="Missing signature file" index="C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\installed.json"
2025-04-13T03:30:20.043Z daemon INFO time="2025-04-12T20:30:20-07:00" level=info msg="Adding monitor tool" protocol=serial tool="builtin:serial-monitor"
2025-04-13T03:30:20.045Z daemon INFO time="2025-04-12T20:30:20-07:00" level=info msg="Loaded platform" platform="arduino:avr@1.8.6"
2025-04-13T03:30:20.046Z daemon INFO time="2025-04-12T20:30:20-07:00" level=info msg="Checking existence of 'tools' path: C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages\\arduino\\tools"
2025-04-13T03:30:20.047Z daemon INFO time="2025-04-12T20:30:20-07:00" level=info msg="Loading tools from dir: C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages\\arduino\\tools"
2025-04-13T03:30:20.048Z daemon INFO time="2025-04-12T20:30:20-07:00" level=info msg="Loaded tool" tool="arduino:arduinoOTA@1.3.0"
2025-04-13T03:30:20.051Z daemon INFO time="2025-04-12T20:30:20-07:00" level=info msg="Loaded tool" tool="arduino:avr-gcc@7.3.0-atmel3.6.1-arduino7"
2025-04-13T03:30:20.052Z daemon INFO time="2025-04-12T20:30:20-07:00" level=info msg="Loaded tool" tool="arduino:avrdude@6.3.0-arduino17"
2025-04-13T03:30:20.058Z daemon INFO time="2025-04-12T20:30:20-07:00" level=info msg="Loading package builtin from: C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages\\builtin"
2025-04-13T03:30:20.062Z daemon INFO time="2025-04-12T20:30:20-07:00" level=info msg="Checking existence of 'tools' path: C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages\\builtin\\tools"
time="2025-04-12T20:30:20-07:00" level=info msg="Loading tools from dir: C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages\\builtin\\tools"
2025-04-13T03:30:20.063Z daemon INFO time="2025-04-12T20:30:20-07:00" level=info msg="Loaded tool" tool="builtin:ctags@5.8-arduino11"
2025-04-13T03:30:20.064Z daemon INFO time="2025-04-12T20:30:20-07:00" level=info msg="Loaded tool" tool="builtin:dfu-discovery@0.1.2"
2025-04-13T03:30:20.065Z daemon INFO time="2025-04-12T20:30:20-07:00" level=info msg="Loaded tool" tool="builtin:mdns-discovery@1.0.9"
2025-04-13T03:30:20.066Z daemon INFO time="2025-04-12T20:30:20-07:00" level=info msg="Loaded tool" tool="builtin:serial-discovery@1.4.1"
2025-04-13T03:30:20.066Z daemon INFO time="2025-04-12T20:30:20-07:00" level=info msg="Loaded tool" tool="builtin:serial-monitor@0.15.0"
2025-04-13T03:30:20.132Z daemon INFO time="2025-04-12T20:30:20-07:00" level=info msg="Discovery event channel closed builtin:mdns-discovery. Exiting goroutine."
2025-04-13T03:30:20.133Z daemon INFO time="2025-04-12T20:30:20-07:00" level=error msg="Killing discovery process: TerminateProcess: Access is denied." discovery="builtin:mdns-discovery"
2025-04-13T03:30:20.149Z daemon INFO time="2025-04-12T20:30:20-07:00" level=info msg="Closed and removed discovery builtin:mdns-discovery"
2025-04-13T03:30:20.149Z daemon INFO time="2025-04-12T20:30:20-07:00" level=error msg="Stopped decode loop: EOF" discovery="builtin:mdns-discovery"
2025-04-13T03:30:20.151Z daemon INFO time="2025-04-12T20:30:20-07:00" level=info msg="Discovery event channel closed builtin:serial-discovery. Exiting goroutine."
2025-04-13T03:30:20.172Z daemon INFO time="2025-04-12T20:30:20-07:00" level=error msg="Waiting discovery process termination: exit status 1" discovery="builtin:serial-discovery"
time="2025-04-12T20:30:20-07:00" level=info msg="Closed and removed discovery builtin:serial-discovery"
2025-04-13T03:30:20.172Z daemon INFO time="2025-04-12T20:30:20-07:00" level=error msg="Stopped decode loop: EOF" discovery="builtin:serial-discovery"
2025-04-13T03:30:20.335Z daemon INFO time="2025-04-12T20:30:20-07:00" level=info msg="Adding libraries dir" dir="C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\libraries" isSingleLibrary=false location=platform
2025-04-13T03:30:20.336Z daemon INFO time="2025-04-12T20:30:20-07:00" level=info msg="Loading libraries index file" index="c:\\Users\\MECHE\\AppData\\Local\\Arduino15\\library_index.json"
2025-04-13T03:30:21.601Z daemon INFO time="2025-04-12T20:30:21-07:00" level=info msg="Adding libraries dir" dir="C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\libraries" isSingleLibrary=false location=ide
2025-04-13T03:30:21.602Z daemon INFO time="2025-04-12T20:30:21-07:00" level=info msg="Adding libraries dir" dir="d:\\PROGMS\\ARDUiNO\\LIBRARIES\\libraries" isSingleLibrary=false location=user
2025-04-13T03:31:19.834Z discovery-log INFO start
2025-04-13T03:31:19.834Z discovery-log INFO start new deferred
2025-04-13T03:31:19.834Z discovery-log INFO start resolved watching
2025-04-13T03:31:19.894Z root INFO <<< Boards package installation done. {
  id: 'arduino:avr',
  name: 'Arduino AVR Boards',
  summary: 'Boards included in this package:',
  description: 'Arduino Gemma, Adafruit Circuit Playground, Arduino Nano, Arduino Mini, Arduino Fio, Arduino NG or older, Arduino Ethernet, Arduino Robot Motor, Linino One, Arduino YĂșn Mini, Arduino YĂșn, Arduino Uno Mini, Arduino Duemilanove or Diecimila, Arduino Leonardo, LilyPad Arduino USB, Arduino Uno, Arduino Mega ADK, Arduino Micro, LilyPad Arduino, Arduino Robot Control, Arduino Mega or Mega 2560, Arduino Esplora, Arduino Industrial 101, Arduino Uno WiFi, Arduino Leonardo ETH, Arduino Pro or Pro Mini, Arduino BT',
  boards: [
    { name: 'Arduino Gemma', fqbn: 'arduino:avr:gemma' },
    {
      name: 'Adafruit Circuit Playground',
      fqbn: 'arduino:avr:circuitplay32u4cat'
    },
    { name: 'Arduino Nano', fqbn: 'arduino:avr:nano' },
    { name: 'Arduino Mini', fqbn: 'arduino:avr:mini' },
    { name: 'Arduino Fio', fqbn: 'arduino:avr:fio' },
    { name: 'Arduino NG or older', fqbn: 'arduino:avr:atmegang' },
    { name: 'Arduino Ethernet', fqbn: 'arduino:avr:ethernet' },
    { name: 'Arduino Robot Motor', fqbn: 'arduino:avr:robotMotor' },
    { name: 'Linino One', fqbn: 'arduino:avr:one' },
    { name: 'Arduino YĂșn Mini', fqbn: 'arduino:avr:yunmini' },
    { name: 'Arduino YĂșn', fqbn: 'arduino:avr:yun' },
    { name: 'Arduino Uno Mini', fqbn: 'arduino:avr:unomini' },
    {
      name: 'Arduino Duemilanove or Diecimila',
      fqbn: 'arduino:avr:diecimila'
    },
    { name: 'Arduino Leonardo', fqbn: 'arduino:avr:leonardo' },
    { name: 'LilyPad Arduino USB', fqbn: 'arduino:avr:LilyPadUSB' },
    { name: 'Arduino Uno', fqbn: 'arduino:avr:uno' },
    { name: 'Arduino Mega ADK', fqbn: 'arduino:avr:megaADK' },
    { name: 'Arduino Micro', fqbn: 'arduino:avr:micro' },
    { name: 'LilyPad Arduino', fqbn: 'arduino:avr:lilypad' },
    { name: 'Arduino Robot Control', fqbn: 'arduino:avr:robotControl' },
    { name: 'Arduino Mega or Mega 2560', fqbn: 'arduino:avr:mega' },
    { name: 'Arduino Esplora', fqbn: 'arduino:avr:esplora' },
    { name: 'Arduino Industrial 101', fqbn: 'arduino:avr:chiwawa' },
    { name: 'Arduino Uno WiFi', fqbn: 'arduino:avr:unowifi' },
    { name: 'Arduino Leonardo ETH', fqbn: 'arduino:avr:leonardoeth' },
    { name: 'Arduino Pro or Pro Mini', fqbn: 'arduino:avr:pro' },
    { name: 'Arduino BT', fqbn: 'arduino:avr:bt' }
  ],
  types: [ 'Arduino' ],
  moreInfoLink: 'https://www.arduino.cc/',
  author: 'Arduino',
  deprecated: false,
  availableVersions: [
    '1.8.6',  '1.8.5',  '1.8.4',
    '1.8.3',  '1.8.2',  '1.8.1',
    '1.6.23', '1.6.22', '1.6.21',
    '1.6.20', '1.6.19', '1.6.18',
    '1.6.17', '1.6.16', '1.6.15',
    '1.6.14', '1.6.13', '1.6.12',
    '1.6.11', '1.6.10', '1.6.9',
    '1.6.8',  '1.6.7',  '1.6.6',
    '1.6.5',  '1.6.4',  '1.6.3',
    '1.6.2'
  ],
  installedVersion: '1.8.6',
  index: 0                     > & ".\Arduino IDE"
}
2025-04-13T03:31:19.966Z root INFO >>> Starting library package installation... {
  name: 'Arduino_BuiltIn',
  exampleUris: [],
  location: 0,
  installedVersion: '1.0.0',
  author: 'Arduino',
  availableVersions: [ '1.0.0' ],
  includes: [],
  description: 'The sole purpose of this library is to install the standard Arduino libraries which are typically included with the Arduino IDE.',
  moreInfoLink: 'https://github.com/arduino-libraries/Arduino_BuiltIn',
  summary: 'Shell Arduino library to provide the standard built-in libraries',
  category: 'Other',
  types: [ 'Arduino' ],
  index: 0
}
2025-04-13T03:31:19.966Z discovery-log INFO stop
2025-04-13T03:31:19.966Z discovery-log INFO >>> Stopping boards watcher...
2025-04-13T03:31:19.966Z discovery-log INFO Canceling boards watcher...
2025-04-13T03:31:19.966Z discovery-log INFO disposing requesting cancel
2025-04-13T03:31:19.966Z discovery-log INFO disposing canceled
2025-04-13T03:31:19.974Z discovery-log INFO error received
2025-04-13T03:31:19.974Z discovery-log INFO cancel error received!
2025-04-13T03:31:19.974Z discovery-log INFO stop received event: either end or cancel
2025-04-13T03:31:19.974Z discovery-log INFO stop stopped
2025-04-13T03:31:19.974Z discovery-log INFO received end

Running the latest version, 2.3.6, of the Arduino IDE, and it keeps restarting itself at launch and at updating libraries.

I am running Windows 11 Insider Preview with the info below.

======================================================================

Edition Windows 11 Pro Insider Preview
Version Dev
Installed on ‎3/‎27/‎2025
Evaluation expires on ‎9/‎15/‎2025 2:16 PM
OS build 27823.1000
Experience Windows Feature Experience Pack 1000.26100.64.0
======================================================================

Previous update 2.3.5 also behaves the same way with an error pertaining to "WMIC" feature removed from insider previews.

The newest update however doesn't seem to have the "wmic" error from logs but still keeps misbehaving.

I have included the PowerShell logs.

PS C:\Program Files\Arduino IDE> & ".\Arduino IDE"
PS C:\Program Files\Arduino IDE>
Arduino IDE 2.3.6
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.6" (type of string)
Setting 'theia.frontend.config.cliVersion' application configuration value to: "1.2.0" (type of string)
Setting 'theia.frontend.config.buildDate' application configuration value to: "2025-04-09T11:26:55.498Z" (type of string)
Frontend application configuration after modifications: {"applicationName":"Arduino IDE","defaultTheme":{"light":"arduino-theme","dark":"arduino-theme-dark"},"defaultIconTheme":"none","electron":{"windowOptions":{},"showWindowEarly":true,"splashScreenOptions":{},"uriScheme":"arduino-ide"},"defaultLocale":"","validatePreferencesSchema":false,"reloadOnReconnect":true,"uriScheme":"theia","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.6","cliVersion":"1.2.0","buildDate":"2025-04-09T11:26:55.498Z"}
Starting backend process. PID: 2984
Showing main window early
Using browser-only version of superagent in non-browser environment
Configuration directory URI: 'file:///c%3A/Users/MECHE/.arduinoIDE'
Configuring to accept webviews on '^.+\.webview\..+$' hostname.
2025-04-14T15:24:49.288Z root WARN Backend u.initialize took longer than the expected maximum 50 milliseconds: 61.0 ms [Finished 1.362 s after backend start]
2025-04-14T15:24:49.290Z root WARN Backend Object.initialize took longer than the expected maximum 50 milliseconds: 57.6 ms [Finished 1.362 s after backend start]
2025-04-14T15:24:49.290Z root INFO Backend a.initialize: 3.0 ms [Finished 1.362 s after backend start]
2025-04-14T15:24:49.290Z root INFO Backend a.initialize: 2.5 ms [Finished 1.362 s after backend start]
2025-04-14T15:24:49.290Z root INFO Backend u.initialize: 3.1 ms [Finished 1.362 s after backend start]
2025-04-14T15:24:49.294Z root WARN Backend l.initialize took longer than the expected maximum 50 milliseconds: 59.8 ms [Finished 1.364 s after backend start]
2025-04-14T15:24:49.306Z root INFO configured all backend app contributions
2025-04-14T15:24:49.307Z root INFO Backend l.onStart: 2.1 ms [Finished 1.383 s after backend start]
2025-04-14T15:24:49.308Z root INFO Backend d.onStart: 0.2 ms [Finished 1.383 s after backend start]
2025-04-14T15:24:49.309Z root INFO Backend a.onStart: 0.6 ms [Finished 1.384 s after backend start]
2025-04-14T15:24:49.310Z config INFO >>> Initializing CLI configuration...
2025-04-14T15:24:49.310Z root INFO Backend x.onStart: 0.6 ms [Finished 1.385 s after backend start]
2025-04-14T15:24:49.310Z config INFO Loading CLI configuration from c:\Users\MECHE\.arduinoIDE\arduino-cli.yaml...
2025-04-14T15:24:49.310Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2025-04-14T15:24:49.310Z root INFO Backend w.onStart: 0.7 ms [Finished 1.386 s after backend start]
2025-04-14T15:24:49.310Z discovery-log INFO start
2025-04-14T15:24:49.310Z discovery-log INFO start new deferred
2025-04-14T15:24:49.310Z root INFO Backend v.onStart: 0.4 ms [Finished 1.386 s after backend start]
2025-04-14T15:24:49.310Z root INFO Backend a.onStart: 0.2 ms [Finished 1.387 s after backend start]
2025-04-14T15:24:49.319Z root INFO Theia app listening on http://127.0.0.1:57783.
2025-04-14T15:24:49.319Z root INFO Finished starting backend application: 9.2 ms [Finished 1.396 s after backend start]
2025-04-14T15:24:49.321Z root WARN The local plugin referenced by local-dir:/c%3A/Users/MECHE/.arduinoIDE/plugins does not exist.
2025-04-14T15:24:49.321Z root WARN The local plugin referenced by local-dir:/c%3A/Users/MECHE/.arduinoIDE/deployedPlugins does not exist.
2025-04-14T15:24:49.321Z root WARN The local plugin referenced by local-dir:C:\Users\MECHE\.arduinoIDE\plugins does not exist.
2025-04-14T15:24:49.332Z config INFO Loaded CLI configuration: {"board_manager":{"additional_urls":[]},"directories":{"builtin":{"libraries":"C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\libraries"},"data":"c:\\Users\\MECHE\\AppData\\Local\\Arduino15","user":"d:\\PROGMS\\ARDUiNO\\LIBRARIES"},"locale":"en"}
2025-04-14T15:24:49.332Z config INFO 'directories.data' and 'directories.user' are set in the CLI configuration model.
2025-04-14T15:24:49.332Z config INFO Loaded the CLI configuration.
2025-04-14T15:24:49.363Z config INFO Mapped the CLI configuration: {"dataDirUri":"file:///c%3A/Users/MECHE/AppData/Local/Arduino15","sketchDirUri":"file:///d%3A/PROGMS/ARDUiNO/LIBRARIES","additionalUrls":[],"network":"none","locale":"en"}
2025-04-14T15:24:49.363Z config INFO Validating the CLI configuration...
2025-04-14T15:24:49.363Z config INFO The CLI config is valid.
2025-04-14T15:24:49.363Z config INFO <<< Initialized the CLI configuration.
2025-04-14T15:24:49.552Z root INFO Resolve plugins list: 238.4 ms [Finished 1.627 s after backend start]
2025-04-14T15:24:49.557Z daemon INFO time="2025-04-14T08:24:49-07:00" level=info msg="arduino-cli version 1.2.0"
time="2025-04-14T08:24:49-07:00" level=info msg="Using config file: c:\\Users\\MECHE\\.arduinoIDE\\arduino-cli.yaml"
time="2025-04-14T08:24:49-07:00" level=info msg="Executing `arduino-cli daemon`"
2025-04-14T15:24:49.582Z daemon INFO Daemon is now listening on 127.0.0.1:57784
{"IP":"127.0.0.1","Port":"57784"}
2025-04-14T15:24:49.582Z daemon INFO Daemon is running.
2025-04-14T15:24:49.698Z daemon INFO time="2025-04-14T08:24:49-07:00" level=info msg="Checking signature" index="c:\\Users\\MECHE\\AppData\\Local\\Arduino15\\package_index.json" signatureFile="c:\\Users\\MECHE\\AppData\\Local\\Arduino15\\package_index.json.sig" trusted=true
2025-04-14T15:24:49.705Z daemon INFO time="2025-04-14T08:24:49-07:00" level=info msg="Loading hardware from: c:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages"
2025-04-14T15:24:49.708Z daemon INFO time="2025-04-14T08:24:49-07:00" level=info msg="Loading package arduino from: C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware"
2025-04-14T15:24:49.717Z daemon INFO time="2025-04-14T08:24:49-07:00" level=info msg="Missing signature file" index="C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\installed.json"
2025-04-14T15:24:49.743Z daemon INFO time="2025-04-14T08:24:49-07:00" level=info msg="Adding monitor tool" protocol=serial tool="builtin:serial-monitor"
time="2025-04-14T08:24:49-07:00" level=info msg="Loaded platform" platform="arduino:avr@1.8.6"
time="2025-04-14T08:24:49-07:00" level=info msg="Checking existence of 'tools' path: C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages\\arduino\\tools"
time="2025-04-14T08:24:49-07:00" level=info msg="Loading tools from dir: C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages\\arduino\\tools"
time="2025-04-14T08:24:49-07:00" level=info msg="Loaded tool" tool="arduino:arduinoOTA@1.3.0"
time="2025-04-14T08:24:49-07:00" level=info msg="Loaded tool" tool="arduino:avr-gcc@7.3.0-atmel3.6.1-arduino7"
time="2025-04-14T08:24:49-07:00" level=info msg="Loaded tool" tool="arduino:avrdude@6.3.0-arduino17"
time="2025-04-14T08:24:49-07:00" level=info msg="Loading package builtin from: C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages\\builtin"
time="2025-04-14T08:24:49-07:00" level=info msg="Checking existence of 'tools' path: C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages\\builtin\\tools"
time="2025-04-14T08:24:49-07:00" level=info msg="Loading tools from dir: C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages\\builtin\\tools"
2025-04-14T15:24:49.747Z daemon INFO time="2025-04-14T08:24:49-07:00" level=info msg="Loaded tool" tool="builtin:ctags@5.8-arduino11"
2025-04-14T15:24:49.754Z daemon INFO time="2025-04-14T08:24:49-07:00" level=info msg="Loaded tool" tool="builtin:dfu-discovery@0.1.2"
2025-04-14T15:24:49.784Z daemon INFO time="2025-04-14T08:24:49-07:00" level=info msg="Loaded tool" tool="builtin:mdns-discovery@1.0.9"
time="2025-04-14T08:24:49-07:00" level=info msg="Loaded tool" tool="builtin:serial-discovery@1.4.1"
time="2025-04-14T08:24:49-07:00" level=info msg="Loaded tool" tool="builtin:serial-monitor@0.15.0"
2025-04-14T15:24:49.930Z daemon INFO time="2025-04-14T08:24:49-07:00" level=info msg="Adding libraries dir" dir="C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\libraries" isSingleLibrary=false location=platform
time="2025-04-14T08:24:49-07:00" level=info msg="Loading libraries index file" index="c:\\Users\\MECHE\\AppData\\Local\\Arduino15\\library_index.json"
2025-04-14T15:24:50.623Z daemon INFO time="2025-04-14T08:24:50-07:00" level=info msg="Adding libraries dir" dir="C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\libraries" isSingleLibrary=false location=ide
time="2025-04-14T08:24:50-07:00" level=info msg="Adding libraries dir" dir="d:\\PROGMS\\ARDUiNO\\LIBRARIES\\libraries" isSingleLibrary=false location=user
2025-04-14T15:24:50.886Z root INFO Deploy plugins list: 1573.1 ms [Finished 2.962 s after backend start]
2025-04-14T15:24:50.989Z root INFO creating connection for 1
2025-04-14T15:24:52.757Z root WARN Frontend a.configure took longer than the expected maximum 100 milliseconds: 230.9 ms [Finished 3.420 s after frontend start]
2025-04-14T15:24:52.814Z root WARN A command editor.action.toggleStickyScroll is already registered.
Opening channel for service path '/services/electron-window'.
Opening channel for service path '/services/ide-updater'.
2025-04-14T15:24:53.024Z root INFO Start frontend contributions: 622.2 ms [Finished 3.661 s after frontend start]
2025-04-14T15:24:53.025Z root INFO Changed application state from 'init' to 'started_contributions'.
2025-04-14T15:24:53.045Z root INFO Changed application state from 'started_contributions' to 'attached_shell'.
2025-04-14T15:24:53.045Z root INFO >>> Restoring the layout state...
2025-04-14T15:24:53.263Z root INFO [b8af0c2c-04ea-40c3-9f45-5cc522ccd5c7] Waiting for backend deployment: 122.8 ms [Finished 3.774 s after frontend start]
2025-04-14T15:24:54.539Z root INFO [hosted-plugin: 10032] PLUGIN_HOST(10032) starting instance
[Object: null prototype] {}
2025-04-14T15:24:55.827Z root INFO [b8af0c2c-04ea-40c3-9f45-5cc522ccd5c7] Sync of 23 plugins: 2717.9 ms [Finished 6.492 s after frontend start]
2025-04-14T15:27:33.470Z discovery-log INFO start resolved watching
2025-04-14T15:27:33.580Z root INFO <<< Nothing to restore.
2025-04-14T15:27:33.746Z root INFO Initialize the workbench layout: 160592.0 ms [Finished 164.300 s after frontend start]
2025-04-14T15:27:33.750Z root INFO Changed application state from 'attached_shell' to 'initialized_layout'.
2025-04-14T15:27:33.752Z root INFO [b8af0c2c-04ea-40c3-9f45-5cc522ccd5c7] Loading plugin contributions
2025-04-14T15:27:33.753Z root INFO [b8af0c2c-04ea-40c3-9f45-5cc522ccd5c7] Load contributions of 23 plugins: 84.2 ms [Finished 164.407 s after frontend start]
2025-04-14T15:27:33.876Z root WARN 'cpp' language is remapped from 'source.cpp.embedded.macro' to 'source.cpp' scope
2025-04-14T15:27:33.877Z root WARN a registered grammar configuration for 'cpp' language is overridden
2025-04-14T15:27:39.927Z root INFO Frontend application start: 167183.0 ms [Finished 172.002 s after backend start]
2025-04-14T15:27:39.989Z root INFO Replace loading indicator with ready workbench UI (animation): 5692.6 ms [Finished 170.110 s after frontend start]
2025-04-14T15:27:39.993Z root INFO Changed application state from 'initialized_layout' to 'ready'.
2025-04-14T15:27:39.993Z root WARN Linked preference "workbench.colorCustomizations" not found.
2025-04-14T15:27:40.143Z root WARN Timeout after 5000 millis. The editor has not shown up in time. URI: file:///c%3A/Users/MECHE/AppData/Local/Temp/.arduinoIDE-unsaved2025314-2984-1qp8ltq.rn25/sketch_apr14a/sketch_apr14a.ino
Checking for update
2025-04-14T15:27:40.662Z daemon INFO time="2025-04-14T08:27:40-07:00" level=info msg="Starting download" url="https://downloads.arduino.cc/libraries/library_index.tar.bz2"
2025-04-14T15:27:40.694Z daemon INFO time="2025-04-14T08:27:40-07:00" level=info msg="Updating index" url="https://downloads.arduino.cc/packages/package_index.tar.bz2"
2025-04-14T15:27:40.697Z daemon INFO time="2025-04-14T08:27:40-07:00" level=info msg="Starting download" url="https://downloads.arduino.cc/packages/package_index.tar.bz2"
2025-04-14T15:27:40.718Z root ERROR [hosted-plugin: 10032] Conflict in settings file Default: Ignoring cortex-debug.armToolchainPath.linux as cortex-debug.armToolchainPath is null
2025-04-14T15:27:40.718Z root ERROR [hosted-plugin: 10032] 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
2025-04-14T15:27:40.720Z root ERROR [hosted-plugin: 10032] 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
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
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
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
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
2025-04-14T15:27:40.771Z root INFO [hosted-plugin: 10032] PLUGIN_HOST(10032): PluginManagerExtImpl/init()
2025-04-14T15:27:40.902Z root INFO core-client-provider [library-index] Downloading index: library_index.tar.bz2

2025-04-14T15:27:40.903Z root INFO core-client-provider [platform-index] Downloading index: package_index.tar.bz2

2025-04-14T15:27:40.905Z root INFO [hosted-plugin: 10032] PLUGIN_HOST(10032): initializing(vscode-arduino-api@0.1.2 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-14T15:27:41.808Z root INFO [hosted-plugin: 10032] PLUGIN_HOST(10032): initializing(json-language-features@1.88.1 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-14T15:27:41.926Z root INFO [hosted-plugin: 10032] PLUGIN_HOST(10032): initializing(cortex-debug@1.5.1 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-14T15:27:41.927Z root INFO [hosted-plugin: 10032] Debugger contribution has been registered: cortex-debug
2025-04-14T15:27:41.946Z root INFO [hosted-plugin: 10032] PLUGIN_HOST(10032): initializing(vscode-arduino-tools@0.1.3 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-14T15:27:42.066Z root INFO [hosted-plugin: 10032] PLUGIN_HOST(10032): initializing(cpp@1.88.1 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-14T15:27:42.078Z root INFO [hosted-plugin: 10032] PLUGIN_HOST(10032): initializing(json@1.88.1 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-14T15:27:42.094Z root INFO [hosted-plugin: 10032] PLUGIN_HOST(10032): initializing(vscode-language-pack-bg@1.48.3 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-14T15:27:42.096Z root INFO [hosted-plugin: 10032] PLUGIN_HOST(10032): initializing(vscode-language-pack-cs@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-14T15:27:42.097Z root INFO [hosted-plugin: 10032] PLUGIN_HOST(10032): initializing(vscode-language-pack-de@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-14T15:27:42.101Z root INFO [hosted-plugin: 10032] PLUGIN_HOST(10032): initializing(vscode-language-pack-es@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-14T15:27:42.103Z root INFO [hosted-plugin: 10032] PLUGIN_HOST(10032): initializing(vscode-language-pack-fr@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-14T15:27:42.105Z root INFO [hosted-plugin: 10032] PLUGIN_HOST(10032): initializing(vscode-language-pack-hu@1.48.3 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-14T15:27:42.140Z root INFO [hosted-plugin: 10032] PLUGIN_HOST(10032): initializing(vscode-language-pack-it@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-14T15:27:42.177Z root INFO [hosted-plugin: 10032] PLUGIN_HOST(10032): initializing(vscode-language-pack-ja@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-14T15:27:42.203Z root INFO [hosted-plugin: 10032] PLUGIN_HOST(10032): initializing(vscode-language-pack-ko@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-14T15:27:42.213Z root INFO [hosted-plugin: 10032] PLUGIN_HOST(10032): initializing(vscode-language-pack-nl@1.48.3 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-14T15:27:42.226Z root INFO [hosted-plugin: 10032] PLUGIN_HOST(10032): initializing(vscode-language-pack-pl@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-14T15:27:42.245Z root INFO [hosted-plugin: 10032] PLUGIN_HOST(10032): initializing(vscode-language-pack-pt-BR@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-14T15:27:42.255Z root INFO [hosted-plugin: 10032] PLUGIN_HOST(10032): initializing(vscode-language-pack-ru@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-14T15:27:42.277Z root INFO [hosted-plugin: 10032] PLUGIN_HOST(10032): initializing(vscode-language-pack-tr@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-14T15:27:42.302Z root INFO [hosted-plugin: 10032] PLUGIN_HOST(10032): initializing(vscode-language-pack-uk@1.48.3 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-14T15:27:42.326Z root INFO [hosted-plugin: 10032] PLUGIN_HOST(10032): initializing(vscode-language-pack-zh-hans@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-14T15:27:42.388Z root INFO [hosted-plugin: 10032] PLUGIN_HOST(10032): initializing(vscode-language-pack-zh-hant@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-14T15:27:42.406Z root INFO [hosted-plugin: 10032] PLUGIN_HOST(10032): PluginManagerExtImpl/loadPlugin(C:\Program Files\Arduino IDE\resources\app\plugins\vscode-builtin-json-language-features\extension\client\dist\node\jsonClientMain)
2025-04-14T15:27:42.590Z root INFO [hosted-plugin: 10032] PLUGIN_HOST(10032): PluginManagerExtImpl/loadPlugin(C:\Program Files\Arduino IDE\resources\app\plugins\vscode-arduino-api\extension\dist\extension.js)
2025-04-14T15:27:42.606Z root INFO [hosted-plugin: 10032] calling activation function on Arduino IDE API for VS Code extensions
2025-04-14T15:27:42.611Z root INFO [b8af0c2c-04ea-40c3-9f45-5cc522ccd5c7] Starting plugins.
2025-04-14T15:27:42.764Z root INFO [hosted-plugin: 10032] PLUGIN_HOST(10032): PluginManagerExtImpl/loadPlugin(C:\Program Files\Arduino IDE\resources\app\plugins\cortex-debug\extension\dist\extension.js)
2025-04-14T15:27:42.873Z root INFO [hosted-plugin: 10032] Debug configuration provider has been registered: cortex-debug, trigger: 1
2025-04-14T15:27:42.873Z root INFO [hosted-plugin: 10032] calling activation function on Cortex-Debug
2025-04-14T15:27:42.883Z root INFO [hosted-plugin: 10032] GDB server console created
2025-04-14T15:27:42.901Z root INFO [b8af0c2c-04ea-40c3-9f45-5cc522ccd5c7] Start of 23 plugins: 8843.5 ms [Finished 173.562 s after frontend start]
2025-04-14T15:27:43.194Z root INFO [hosted-plugin: 10032] calling activation function on JSON Language Features (built-in)
Update for version 2.3.6 is not available (latest version: 2.3.6, downgrade is allowed).
2025-04-14T15:27:52.218Z daemon INFO time="2025-04-14T08:27:52-07:00" level=info msg="Checking signature" index="c:\\Users\\MECHE\\AppData\\Local\\Arduino15\\package_index.json" signatureFile="c:\\Users\\MECHE\\AppData\\Local\\Arduino15\\package_index.json.sig" trusted=true
2025-04-14T15:27:52.221Z daemon INFO time="2025-04-14T08:27:52-07:00" level=info msg="Loading hardware from: c:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages"
2025-04-14T15:27:52.223Z daemon INFO time="2025-04-14T08:27:52-07:00" level=info msg="Loading package arduino from: C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware"
2025-04-14T15:27:52.227Z daemon INFO time="2025-04-14T08:27:52-07:00" level=info msg="Missing signature file" index="C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\installed.json"
2025-04-14T15:27:52.233Z daemon INFO time="2025-04-14T08:27:52-07:00" level=info msg="Adding monitor tool" protocol=serial tool="builtin:serial-monitor"
time="2025-04-14T08:27:52-07:00" level=info msg="Loaded platform" platform="arduino:avr@1.8.6"
2025-04-14T15:27:52.233Z daemon INFO time="2025-04-14T08:27:52-07:00" level=info msg="Checking existence of 'tools' path: C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages\\arduino\\tools"
time="2025-04-14T08:27:52-07:00" level=info msg="Loading tools from dir: C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages\\arduino\\tools"
2025-04-14T15:27:52.234Z daemon INFO time="2025-04-14T08:27:52-07:00" level=info msg="Loaded tool" tool="arduino:arduinoOTA@1.3.0"
2025-04-14T15:27:52.235Z daemon INFO time="2025-04-14T08:27:52-07:00" level=info msg="Loaded tool" tool="arduino:avr-gcc@7.3.0-atmel3.6.1-arduino7"
2025-04-14T15:27:52.236Z daemon INFO time="2025-04-14T08:27:52-07:00" level=info msg="Loaded tool" tool="arduino:avrdude@6.3.0-arduino17"
2025-04-14T15:27:52.237Z daemon INFO time="2025-04-14T08:27:52-07:00" level=info msg="Loading package builtin from: C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages\\builtin"
2025-04-14T15:27:52.238Z daemon INFO time="2025-04-14T08:27:52-07:00" level=info msg="Checking existence of 'tools' path: C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages\\builtin\\tools"
time="2025-04-14T08:27:52-07:00" level=info msg="Loading tools from dir: C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages\\builtin\\tools"
2025-04-14T15:27:52.239Z daemon INFO time="2025-04-14T08:27:52-07:00" level=info msg="Loaded tool" tool="builtin:ctags@5.8-arduino11"
2025-04-14T15:27:52.240Z daemon INFO time="2025-04-14T08:27:52-07:00" level=info msg="Loaded tool" tool="builtin:dfu-discovery@0.1.2"
2025-04-14T15:27:52.240Z daemon INFO time="2025-04-14T08:27:52-07:00" level=info msg="Loaded tool" tool="builtin:mdns-discovery@1.0.9"
2025-04-14T15:27:52.241Z daemon INFO time="2025-04-14T08:27:52-07:00" level=info msg="Loaded tool" tool="builtin:serial-discovery@1.4.1"
2025-04-14T15:27:52.241Z daemon INFO time="2025-04-14T08:27:52-07:00" level=info msg="Loaded tool" tool="builtin:serial-monitor@0.15.0"
2025-04-14T15:28:06.948Z daemon INFO time="2025-04-14T08:28:06-07:00" level=error msg="Killing discovery process: TerminateProcess: Access is denied." discovery="builtin:serial-discovery"
2025-04-14T15:28:06.948Z daemon INFO time="2025-04-14T08:28:06-07:00" level=info msg="Discovery event channel closed builtin:serial-discovery. Exiting goroutine."
2025-04-14T15:28:06.959Z daemon INFO time="2025-04-14T08:28:06-07:00" level=info msg="Closed and removed discovery builtin:serial-discovery"
2025-04-14T15:28:06.959Z daemon INFO time="2025-04-14T08:28:06-07:00" level=error msg="Stopped decode loop: EOF" discovery="builtin:serial-discovery"
2025-04-14T15:28:06.971Z daemon INFO time="2025-04-14T08:28:06-07:00" level=error msg="Killing discovery process: TerminateProcess: Access is denied." discovery="builtin:mdns-discovery"
2025-04-14T15:28:06.977Z daemon INFO time="2025-04-14T08:28:06-07:00" level=info msg="Discovery event channel closed builtin:mdns-discovery. Exiting goroutine."
2025-04-14T15:28:06.980Z daemon INFO time="2025-04-14T08:28:06-07:00" level=error msg="Stopped decode loop: EOF" discovery="builtin:mdns-discovery"
2025-04-14T15:28:06.981Z daemon INFO time="2025-04-14T08:28:06-07:00" level=info msg="Closed and removed discovery builtin:mdns-discovery"
2025-04-14T15:28:07.236Z daemon INFO time="2025-04-14T08:28:07-07:00" level=info msg="Adding libraries dir" dir="C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\libraries" isSingleLibrary=false location=platform
2025-04-14T15:28:07.236Z daemon INFO time="2025-04-14T08:28:07-07:00" level=info msg="Loading libraries index file" index="c:\\Users\\MECHE\\AppData\\Local\\Arduino15\\library_index.json"
2025-04-14T15:28:08.848Z daemon INFO time="2025-04-14T08:28:07-07:00" level=info msg="Adding libraries dir" dir="C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\libraries" isSingleLibrary=false location=ide
time="2025-04-14T08:28:07-07:00" level=info msg="Adding libraries dir" dir="d:\\PROGMS\\ARDUiNO\\LIBRARIES\\libraries" isSingleLibrary=false location=user
2025-04-14T15:28:08.859Z root ERROR ---- !!!SLOW!!! DURATION: search took 28287.653 ms. Args: [{"query":"Arduino_BuiltIn"}] ----
2025-04-14T15:28:11.431Z root ERROR ---- !!!SLOW!!! DURATION: search took 31143.797 ms. Args: [{"type":"Updatable"}] ----
2025-04-14T15:28:14.411Z root WARN A command arduino-include-library--LTC1392 library:Christoph Jurczyk is already registered.
2025-04-14T15:28:14.411Z root WARN A command arduino-include-library--Arduino Low Power:Arduino is already registered.
2025-04-14T15:28:14.411Z root WARN A command arduino-include-library--Madgwick:Arduino is already registered.
2025-04-14T15:28:14.412Z root WARN A command arduino-include-library--Arduino SigFox for MKRFox1200:Arduino is already registered.
2025-04-14T15:28:14.412Z root WARN A command arduino-include-library--MKRMotorCarrier:Arduino is already registered.
2025-04-14T15:28:14.412Z root WARN A command arduino-include-library--AD7390 DAC library:Christoph Jurczyk is already registered.
2025-04-14T15:28:14.412Z root WARN A command arduino-include-library--ADS1110:Nadav Matalon <nadav.matalon@gmail.com> is already registered.
2025-04-14T15:28:14.458Z root INFO >>> Starting boards package installation... {
  id: 'arduino:avr',
  name: 'Arduino AVR Boards',
  summary: 'Boards included in this package:',
  description: 'Arduino YĂșn, Arduino Uno Mini, Arduino Ethernet, Arduino Fio, Adafruit Circuit Playground, Arduino Leonardo, Arduino Leonardo ETH, Arduino Robot Control, Arduino Duemilanove or Diecimila, Arduino Mega ADK, Arduino BT, Arduino Robot Motor, Arduino YĂșn Mini, Arduino Industrial 101, Arduino Uno WiFi, Arduino Uno, Arduino Pro or Pro Mini, Arduino Nano, Arduino Mega or Mega 2560, LilyPad Arduino, Arduino Gemma, Linino One, Arduino Esplora, Arduino Mini, LilyPad Arduino USB, Arduino Micro, Arduino NG or older',
  boards: [
    { name: 'Arduino YĂșn', fqbn: 'arduino:avr:yun' },
    { name: 'Arduino Uno Mini', fqbn: 'arduino:avr:unomini' },
    { name: 'Arduino Ethernet', fqbn: 'arduino:avr:ethernet' },
    { name: 'Arduino Fio', fqbn: 'arduino:avr:fio' },
    {
      name: 'Adafruit Circuit Playground',
      fqbn: 'arduino:avr:circuitplay32u4cat'
    },
    { name: 'Arduino Leonardo', fqbn: 'arduino:avr:leonardo' },
    { name: 'Arduino Leonardo ETH', fqbn: 'arduino:avr:leonardoeth' },
    { name: 'Arduino Robot Control', fqbn: 'arduino:avr:robotControl' },
    {
      name: 'Arduino Duemilanove or Diecimila',
      fqbn: 'arduino:avr:diecimila'
    },
    { name: 'Arduino Mega ADK', fqbn: 'arduino:avr:megaADK' },
    { name: 'Arduino BT', fqbn: 'arduino:avr:bt' },
    { name: 'Arduino Robot Motor', fqbn: 'arduino:avr:robotMotor' },
    { name: 'Arduino YĂșn Mini', fqbn: 'arduino:avr:yunmini' },
    { name: 'Arduino Industrial 101', fqbn: 'arduino:avr:chiwawa' },
    { name: 'Arduino Uno WiFi', fqbn: 'arduino:avr:unowifi' },
    { name: 'Arduino Uno', fqbn: 'arduino:avr:uno' },
    { name: 'Arduino Pro or Pro Mini', fqbn: 'arduino:avr:pro' },
    { name: 'Arduino Nano', fqbn: 'arduino:avr:nano' },
    { name: 'Arduino Mega or Mega 2560', fqbn: 'arduino:avr:mega' },
    { name: 'LilyPad Arduino', fqbn: 'arduino:avr:lilypad' },
    { name: 'Arduino Gemma', fqbn: 'arduino:avr:gemma' },
    { name: 'Linino One', fqbn: 'arduino:avr:one' },
    { name: 'Arduino Esplora', fqbn: 'arduino:avr:esplora' },
    { name: 'Arduino Mini', fqbn: 'arduino:avr:mini' },
    { name: 'LilyPad Arduino USB', fqbn: 'arduino:avr:LilyPadUSB' },
    { name: 'Arduino Micro', fqbn: 'arduino:avr:micro' },
    { name: 'Arduino NG or older', fqbn: 'arduino:avr:atmegang' }
  ],
  types: [ 'Arduino' ],
  moreInfoLink: 'https://www.arduino.cc/',
  author: 'Arduino',
  deprecated: false,
  availableVersions: [
    '1.8.6',  '1.8.5',  '1.8.4',
    '1.8.3',  '1.8.2',  '1.8.1',
    '1.6.23', '1.6.22', '1.6.21',
    '1.6.20', '1.6.19', '1.6.18',
    '1.6.17', '1.6.16', '1.6.15',
    '1.6.14', '1.6.13', '1.6.12',
    '1.6.11', '1.6.10', '1.6.9',
    '1.6.8',  '1.6.7',  '1.6.6',
    '1.6.5',  '1.6.4',  '1.6.3',
    '1.6.2'
  ],
  installedVersion: '1.8.6',
  index: 0
}
2025-04-14T15:28:14.474Z discovery-log INFO stop
2025-04-14T15:28:14.474Z discovery-log INFO >>> Stopping boards watcher...
2025-04-14T15:28:14.474Z discovery-log INFO Canceling boards watcher...
2025-04-14T15:28:14.474Z discovery-log INFO disposing requesting cancel
2025-04-14T15:28:14.474Z discovery-log INFO disposing canceled
2025-04-14T15:28:14.497Z discovery-log INFO error received
2025-04-14T15:28:14.497Z discovery-log INFO cancel error received!
2025-04-14T15:28:14.497Z discovery-log INFO stop received event: either end or cancel
2025-04-14T15:28:14.497Z discovery-log INFO stop stopped
2025-04-14T15:28:14.497Z discovery-log INFO received end
2025-04-14T15:28:14.686Z daemon INFO time="2025-04-14T08:28:14-07:00" level=info msg="Checking signature" index="c:\\Users\\MECHE\\AppData\\Local\\Arduino15\\package_index.json" signatureFile="c:\\Users\\MECHE\\AppData\\Local\\Arduino15\\package_index.json.sig" trusted=true
2025-04-14T15:28:14.706Z daemon INFO time="2025-04-14T08:28:14-07:00" level=info msg="Loading hardware from: c:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages"
2025-04-14T15:28:14.719Z daemon INFO time="2025-04-14T08:28:14-07:00" level=info msg="Loading package arduino from: C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware"
2025-04-14T15:28:14.731Z daemon INFO time="2025-04-14T08:28:14-07:00" level=info msg="Missing signature file" index="C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\installed.json"
2025-04-14T15:28:14.744Z daemon INFO time="2025-04-14T08:28:14-07:00" level=info msg="Adding monitor tool" protocol=serial tool="builtin:serial-monitor"
time="2025-04-14T08:28:14-07:00" level=info msg="Loaded platform" platform="arduino:avr@1.8.6"
2025-04-14T15:28:14.744Z daemon INFO time="2025-04-14T08:28:14-07:00" level=info msg="Checking existence of 'tools' path: C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages\\arduino\\tools"
2025-04-14T15:28:14.745Z daemon INFO time="2025-04-14T08:28:14-07:00" level=info msg="Loading tools from dir: C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages\\arduino\\tools"
2025-04-14T15:28:14.745Z daemon INFO time="2025-04-14T08:28:14-07:00" level=info msg="Loaded tool" tool="arduino:arduinoOTA@1.3.0"
2025-04-14T15:28:14.752Z daemon INFO time="2025-04-14T08:28:14-07:00" level=info msg="Loaded tool" tool="arduino:avr-gcc@7.3.0-atmel3.6.1-arduino7"
2025-04-14T15:28:14.753Z daemon INFO time="2025-04-14T08:28:14-07:00" level=info msg="Loaded tool" tool="arduino:avrdude@6.3.0-arduino17"
2025-04-14T15:28:14.758Z daemon INFO time="2025-04-14T08:28:14-07:00" level=info msg="Loading package builtin from: C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages\\builtin"
2025-04-14T15:28:14.759Z daemon INFO time="2025-04-14T08:28:14-07:00" level=info msg="Checking existence of 'tools' path: C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages\\builtin\\tools"
time="2025-04-14T08:28:14-07:00" level=info msg="Loading tools from dir: C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages\\builtin\\tools"
2025-04-14T15:28:14.760Z daemon INFO time="2025-04-14T08:28:14-07:00" level=info msg="Loaded tool" tool="builtin:ctags@5.8-arduino11"
2025-04-14T15:28:14.760Z daemon INFO time="2025-04-14T08:28:14-07:00" level=info msg="Loaded tool" tool="builtin:dfu-discovery@0.1.2"
2025-04-14T15:28:14.764Z daemon INFO time="2025-04-14T08:28:14-07:00" level=info msg="Loaded tool" tool="builtin:mdns-discovery@1.0.9"
2025-04-14T15:28:14.766Z daemon INFO time="2025-04-14T08:28:14-07:00" level=info msg="Loaded tool" tool="builtin:serial-discovery@1.4.1"
2025-04-14T15:28:14.767Z daemon INFO time="2025-04-14T08:28:14-07:00" level=info msg="Loaded tool" tool="builtin:serial-monitor@0.15.0"
2025-04-14T15:29:04.584Z daemon INFO time="2025-04-14T08:29:04-07:00" level=info msg="Discovery event channel closed builtin:mdns-discovery. Exiting goroutine."
time="2025-04-14T08:29:04-07:00" level=error msg="Killing discovery process: TerminateProcess: Access is denied." discovery="builtin:mdns-discovery"
2025-04-14T15:29:04.600Z daemon INFO time="2025-04-14T08:29:04-07:00" level=info msg="Closed and removed discovery builtin:mdns-discovery"
2025-04-14T15:29:04.600Z daemon INFO time="2025-04-14T08:29:04-07:00" level=error msg="Stopped decode loop: EOF" discovery="builtin:mdns-discovery"
2025-04-14T15:29:04.609Z daemon INFO time="2025-04-14T08:29:04-07:00" level=info msg="Discovery event channel closed builtin:serial-discovery. Exiting goroutine."
2025-04-14T15:29:04.609Z daemon INFO time="2025-04-14T08:29:04-07:00" level=error msg="Killing discovery process: TerminateProcess: Access is denied." discovery="builtin:serial-discovery"
2025-04-14T15:29:04.620Z daemon INFO time="2025-04-14T08:29:04-07:00" level=info msg="Closed and removed discovery builtin:serial-discovery"
2025-04-14T15:29:04.620Z daemon INFO time="2025-04-14T08:29:04-07:00" level=error msg="Stopped decode loop: EOF" discovery="builtin:serial-discovery"
2025-04-14T15:29:04.715Z daemon INFO time="2025-04-14T08:29:04-07:00" level=info msg="Adding libraries dir" dir="C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\libraries" isSingleLibrary=false location=platform
time="2025-04-14T08:29:04-07:00" level=info msg="Loading libraries index file" index="c:\\Users\\MECHE\\AppData\\Local\\Arduino15\\library_index.json"
2025-04-14T15:29:05.183Z daemon INFO time="2025-04-14T08:29:05-07:00" level=info msg="Adding libraries dir" dir="C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\libraries" isSingleLibrary=false location=ide
2025-04-14T15:29:05.184Z daemon INFO time="2025-04-14T08:29:05-07:00" level=info msg="Adding libraries dir" dir="d:\\PROGMS\\ARDUiNO\\LIBRARIES\\libraries" isSingleLibrary=false location=user
2025-04-14T15:29:59.406Z discovery-log INFO start
2025-04-14T15:29:59.406Z discovery-log INFO start new deferred
2025-04-14T15:29:59.406Z discovery-log INFO start resolved watching
2025-04-14T15:29:59.451Z root INFO <<< Boards package installation done. {
  id: 'arduino:avr',
  name: 'Arduino AVR Boards',
  summary: 'Boards included in this package:',
  description: 'Arduino YĂșn, Arduino Uno Mini, Arduino Ethernet, Arduino Fio, Adafruit Circuit Playground, Arduino Leonardo, Arduino Leonardo ETH, Arduino Robot Control, Arduino Duemilanove or Diecimila, Arduino Mega ADK, Arduino BT, Arduino Robot Motor, Arduino YĂșn Mini, Arduino Industrial 101, Arduino Uno WiFi, Arduino Uno, Arduino Pro or Pro Mini, Arduino Nano, Arduino Mega or Mega 2560, LilyPad Arduino, Arduino Gemma, Linino One, Arduino Esplora, Arduino Mini, LilyPad Arduino USB, Arduino Micro, Arduino NG or older',
  boards: [
    { name: 'Arduino YĂșn', fqbn: 'arduino:avr:yun' },
    { name: 'Arduino Uno Mini', fqbn: 'arduino:avr:unomini' },
    { name: 'Arduino Ethernet', fqbn: 'arduino:avr:ethernet' },
    { name: 'Arduino Fio', fqbn: 'arduino:avr:fio' },
    {
      name: 'Adafruit Circuit Playground',
      fqbn: 'arduino:avr:circuitplay32u4cat'
    },
    { name: 'Arduino Leonardo', fqbn: 'arduino:avr:leonardo' },
    { name: 'Arduino Leonardo ETH', fqbn: 'arduino:avr:leonardoeth' },
    { name: 'Arduino Robot Control', fqbn: 'arduino:avr:robotControl' },
    {
      name: 'Arduino Duemilanove or Diecimila',
      fqbn: 'arduino:avr:diecimila'
    },
    { name: 'Arduino Mega ADK', fqbn: 'arduino:avr:megaADK' },
    { name: 'Arduino BT', fqbn: 'arduino:avr:bt' },
    { name: 'Arduino Robot Motor', fqbn: 'arduino:avr:robotMotor' },
    { name: 'Arduino YĂșn Mini', fqbn: 'arduino:avr:yunmini' },
    { name: 'Arduino Industrial 101', fqbn: 'arduino:avr:chiwawa' },
    { name: 'Arduino Uno WiFi', fqbn: 'arduino:avr:unowifi' },
    { name: 'Arduino Uno', fqbn: 'arduino:avr:uno' },
    { name: 'Arduino Pro or Pro Mini', fqbn: 'arduino:avr:pro' },
    { name: 'Arduino Nano', fqbn: 'arduino:avr:nano' },
    { name: 'Arduino Mega or Mega 2560', fqbn: 'arduino:avr:mega' },
    { name: 'LilyPad Arduino', fqbn: 'arduino:avr:lilypad' },
    { name: 'Arduino Gemma', fqbn: 'arduino:avr:gemma' },
    { name: 'Linino One', fqbn: 'arduino:avr:one' },
    { name: 'Arduino Esplora', fqbn: 'arduino:avr:esplora' },
    { name: 'Arduino Mini', fqbn: 'arduino:avr:mini' },
    { name: 'LilyPad Arduino USB', fqbn: 'arduino:avr:LilyPadUSB' },
    { name: 'Arduino Micro', fqbn: 'arduino:avr:micro' },
    { name: 'Arduino NG or older', fqbn: 'arduino:avr:atmegang' }
  ],
  types: [ 'Arduino' ],
  moreInfoLink: 'https://www.arduino.cc/',
  author: 'Arduino',
  deprecated: false,
  availableVersions: [
    '1.8.6',  '1.8.5',  '1.8.4',
    '1.8.3',  '1.8.2',  '1.8.1',
    '1.6.23', '1.6.22', '1.6.21',
    '1.6.20', '1.6.19', '1.6.18',
    '1.6.17', '1.6.16', '1.6.15',
    '1.6.14', '1.6.13', '1.6.12',
    '1.6.11', '1.6.10', '1.6.9',
    '1.6.8',  '1.6.7',  '1.6.6',
    '1.6.5',  '1.6.4',  '1.6.3',
    '1.6.2'
  ],
  installedVersion: '1.8.6',
  index: 0
}
2025-04-14T15:29:59.518Z root INFO >>> Starting library package installation... {
  name: 'Arduino_BuiltIn',
  exampleUris: [],
  location: 0,
  installedVersion: '1.0.0',
  author: 'Arduino',
  availableVersions: [ '1.0.0' ],
  includes: [],
  description: 'The sole purpose of this library is to install the standard Arduino libraries which are typically included with the Arduino IDE.',
  moreInfoLink: 'https://github.com/arduino-libraries/Arduino_BuiltIn',
  summary: 'Shell Arduino library to provide the standard built-in libraries',
  category: 'Other',
  types: [ 'Arduino' ],
  index: 0
}
2025-04-14T15:29:59.520Z discovery-log INFO stop
2025-04-14T15:29:59.520Z discovery-log INFO >>> Stopping boards watcher...
2025-04-14T15:29:59.520Z discovery-log INFO Canceling boards watcher...
2025-04-14T15:29:59.520Z discovery-log INFO disposing requesting cancel
2025-04-14T15:29:59.520Z discovery-log INFO disposing canceled
2025-04-14T15:29:59.526Z discovery-log INFO error received
2025-04-14T15:29:59.526Z discovery-log INFO cancel error received!
2025-04-14T15:29:59.526Z discovery-log INFO stop received event: either end or cancel
2025-04-14T15:29:59.526Z discovery-log INFO stop stopped
2025-04-14T15:29:59.526Z discovery-log INFO received end
2025-04-14T15:38:35.963Z daemon INFO time="2025-04-14T08:38:35-07:00" level=info msg="Checking signature" index="c:\\Users\\MECHE\\AppData\\Local\\Arduino15\\package_index.json" signatureFile="c:\\Users\\MECHE\\AppData\\Local\\Arduino15\\package_index.json.sig" trusted=true
2025-04-14T15:38:35.966Z daemon INFO time="2025-04-14T08:38:35-07:00" level=info msg="Loading hardware from: c:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages"
2025-04-14T15:38:35.967Z daemon INFO time="2025-04-14T08:38:35-07:00" level=info msg="Loading package arduino from: C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware"
2025-04-14T15:38:35.971Z daemon INFO time="2025-04-14T08:38:35-07:00" level=info msg="Missing signature file" index="C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\installed.json"
2025-04-14T15:38:35.974Z daemon INFO time="2025-04-14T08:38:35-07:00" level=info msg="Adding monitor tool" protocol=serial tool="builtin:serial-monitor"
time="2025-04-14T08:38:35-07:00" level=info msg="Loaded platform" platform="arduino:avr@1.8.6"
2025-04-14T15:38:35.974Z daemon INFO time="2025-04-14T08:38:35-07:00" level=info msg="Checking existence of 'tools' path: C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages\\arduino\\tools"
time="2025-04-14T08:38:35-07:00" level=info msg="Loading tools from dir: C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages\\arduino\\tools"
2025-04-14T15:38:35.975Z daemon INFO time="2025-04-14T08:38:35-07:00" level=info msg="Loaded tool" tool="arduino:arduinoOTA@1.3.0"
2025-04-14T15:38:35.975Z daemon INFO time="2025-04-14T08:38:35-07:00" level=info msg="Loaded tool" tool="arduino:avr-gcc@7.3.0-atmel3.6.1-arduino7"
2025-04-14T15:38:35.975Z daemon INFO time="2025-04-14T08:38:35-07:00" level=info msg="Loaded tool" tool="arduino:avrdude@6.3.0-arduino17"
2025-04-14T15:38:35.977Z daemon INFO time="2025-04-14T08:38:35-07:00" level=info msg="Loading package builtin from: C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages\\builtin"
2025-04-14T15:38:35.977Z daemon INFO time="2025-04-14T08:38:35-07:00" level=info msg="Checking existence of 'tools' path: C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages\\builtin\\tools"
time="2025-04-14T08:38:35-07:00" level=info msg="Loading tools from dir: C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages\\builtin\\tools"
2025-04-14T15:38:35.978Z daemon INFO time="2025-04-14T08:38:35-07:00" level=info msg="Loaded tool" tool="builtin:ctags@5.8-arduino11"
2025-04-14T15:38:35.978Z daemon INFO time="2025-04-14T08:38:35-07:00" level=info msg="Loaded tool" tool="builtin:dfu-discovery@0.1.2"
2025-04-14T15:38:35.979Z daemon INFO time="2025-04-14T08:38:35-07:00" level=info msg="Loaded tool" tool="builtin:mdns-discovery@1.0.9"
2025-04-14T15:38:35.980Z daemon INFO time="2025-04-14T08:38:35-07:00" level=info msg="Loaded tool" tool="builtin:serial-discovery@1.4.1"
2025-04-14T15:38:35.980Z daemon INFO time="2025-04-14T08:38:35-07:00" level=info msg="Loaded tool" tool="builtin:serial-monitor@0.15.0"
2025-04-14T15:38:36.020Z daemon INFO time="2025-04-14T08:38:36-07:00" level=info msg="Discovery event channel closed builtin:serial-discovery. Exiting goroutine."
2025-04-14T15:38:36.029Z daemon INFO time="2025-04-14T08:38:36-07:00" level=error msg="Waiting discovery process termination: exit status 1" discovery="builtin:serial-discovery"
time="2025-04-14T08:38:36-07:00" level=info msg="Closed and removed discovery builtin:serial-discovery"
2025-04-14T15:38:36.029Z daemon INFO time="2025-04-14T08:38:36-07:00" level=error msg="Stopped decode loop: EOF" discovery="builtin:serial-discovery"
2025-04-14T15:38:36.030Z daemon INFO time="2025-04-14T08:38:36-07:00" level=info msg="Discovery event channel closed builtin:mdns-discovery. Exiting goroutine."
2025-04-14T15:38:36.030Z daemon INFO time="2025-04-14T08:38:36-07:00" level=error msg="Killing discovery process: TerminateProcess: Access is denied." discovery="builtin:mdns-discovery"
2025-04-14T15:38:36.038Z daemon INFO time="2025-04-14T08:38:36-07:00" level=info msg="Closed and removed discovery builtin:mdns-discovery"
2025-04-14T15:38:36.038Z daemon INFO time="2025-04-14T08:38:36-07:00" level=error msg="Stopped decode loop: EOF" discovery="builtin:mdns-discovery"
2025-04-14T15:38:36.103Z daemon INFO time="2025-04-14T08:38:36-07:00" level=info msg="Adding libraries dir" dir="C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\libraries" isSingleLibrary=false location=platform
2025-04-14T15:38:36.103Z daemon INFO time="2025-04-14T08:38:36-07:00" level=info msg="Loading libraries index file" index="c:\\Users\\MECHE\\AppData\\Local\\Arduino15\\library_index.json"
2025-04-14T15:38:36.585Z daemon INFO time="2025-04-14T08:38:36-07:00" level=info msg="Adding libraries dir" dir="C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\libraries" isSingleLibrary=false location=ide
2025-04-14T15:38:36.585Z daemon INFO time="2025-04-14T08:38:36-07:00" level=info msg="Adding libraries dir" dir="d:\\PROGMS\\ARDUiNO\\LIBRARIES\\libraries" isSingleLibrary=false location=user
2025-04-14T15:39:25.961Z discovery-log INFO start
2025-04-14T15:39:25.961Z discovery-log INFO start new deferred
2025-04-14T15:39:25.961Z discovery-log INFO start resolved watching
2025-04-14T15:39:27.958Z root ERROR ---- !!!SLOW!!! DURATION: search took 19236.895 ms. Args: [{"query":"","type":"All","topic":"All"}] ----
2025-04-14T15:39:28.639Z root ERROR ---- !!!SLOW!!! DURATION: search took 2678.461 ms. Args: [{}] ----
2025-04-14T15:39:28.639Z root INFO <<< Library package installation done. {
  name: 'Arduino_BuiltIn',
  exampleUris: [],
  location: 0,
  installedVersion: '1.0.0',
  author: 'Arduino',
  availableVersions: [ '1.0.0' ],
  includes: [],
  description: 'The sole purpose of this library is to install the standard Arduino libraries which are typically included with the Arduino IDE.',
  moreInfoLink: 'https://github.com/arduino-libraries/Arduino_BuiltIn',
  summary: 'Shell Arduino library to provide the standard built-in libraries',
  category: 'Other',
  types: [ 'Arduino' ],
  index: 0
}
2025-04-14T15:40:54.708Z root INFO socked closed
2025-04-14T15:40:54.708Z root INFO closing connection for 1
2025-04-14T15:40:54.708Z root INFO Closing channel on service path '/localization-server'.
2025-04-14T15:40:54.708Z root INFO Closing channel on service path '/os'.
2025-04-14T15:40:54.708Z root INFO Closing channel on service path '/services/commands'.
2025-04-14T15:40:54.708Z root INFO Closing channel on service path '/services/keyboard'.
2025-04-14T15:40:54.708Z root INFO Closing channel on service path '/services/logger'.
2025-04-14T15:40:54.708Z root INFO Closing channel on service path '/services/messageService'.
2025-04-14T15:40:54.708Z root INFO Closing channel on service path '/services/ChannelCloseService'.
2025-04-14T15:40:54.708Z root INFO Closing channel on service path '/services/remote-filesystem'.
2025-04-14T15:40:54.708Z root INFO Closing channel on service path '/services/envs'.
2025-04-14T15:40:54.708Z root INFO Closing channel on service path '/services/authentication-service'.
2025-04-14T15:40:54.708Z root INFO Closing channel on service path '/services/sketches-service'.
2025-04-14T15:40:54.708Z root INFO Closing channel on service path '/services/config-service'.
2025-04-14T15:40:54.708Z root INFO Closing channel on service path '/services/workspace'.
2025-04-14T15:40:54.708Z root INFO Closing channel on service path '/services/notification-service'.
2025-04-14T15:40:54.709Z root INFO Closing channel on service path '/services/arduino-daemon'.
2025-04-14T15:40:54.709Z root INFO Closing channel on service path '/services/stopwatch'.
2025-04-14T15:40:54.709Z root INFO Closing channel on service path '/services/application'.
2025-04-14T15:40:54.709Z root INFO Closing channel on service path '/services/i18n'.
2025-04-14T15:40:54.709Z root INFO Closing channel on service path '/services/quickInput'.
2025-04-14T15:40:54.709Z root INFO Closing channel on service path '/services/debug'.
2025-04-14T15:40:54.709Z root INFO Closing channel on service path '/services/shell-terminal'.
2025-04-14T15:40:54.709Z root INFO Closing channel on service path '/services/quickPick'.
2025-04-14T15:40:54.709Z root INFO Closing channel on service path '/services/task'.
2025-04-14T15:40:54.709Z root INFO Closing channel on service path '/services/search'.
2025-04-14T15:40:54.709Z root INFO Closing channel on service path '/services/hostedPlugin'.
2025-04-14T15:40:54.709Z root INFO Closing channel on service path '/services/plugin-ext'.
2025-04-14T15:40:54.709Z root INFO Closing channel on service path '/services/plugin-paths'.
2025-04-14T15:40:54.710Z root INFO Closing channel on service path '/services/cli-preferences'.
2025-04-14T15:40:54.710Z root INFO Closing channel on service path '/services/boards-service'.
2025-04-14T15:40:54.710Z root INFO Closing channel on service path '/services/response-service'.
2025-04-14T15:40:54.710Z root INFO Closing channel on service path '/services/file-system-ext'.
2025-04-14T15:40:54.710Z root INFO Closing channel on service path '/services/core-service'.
2025-04-14T15:40:54.710Z root INFO Closing channel on service path '/services/example-service'.
2025-04-14T15:40:54.710Z root INFO Closing channel on service path '/services/library-service'.
2025-04-14T15:40:54.710Z root INFO Closing channel on service path '/services/executable-service'.
2025-04-14T15:40:54.710Z root INFO Closing channel on service path '/services/arduino-firmware-uploader'.
2025-04-14T15:40:54.710Z root INFO Closing channel on service path '/services/formatter'.
2025-04-14T15:40:54.710Z root INFO Closing channel on service path '/services/search-in-workspace'.
2025-04-14T15:40:54.710Z root INFO Closing channel on service path '/services/request-service'.
2025-04-14T15:40:54.710Z root INFO Closing channel on service path '/services/keyStore'.
2025-04-14T15:40:54.710Z root INFO Closing channel on service path '/services/languagePackService'.
2025-04-14T15:42:04.973Z root INFO Reconnecting failed for 1
Closing channel on service path '/services/electron-window'.
Closing channel on service path '/services/ide-updater'.
2025-04-14T15:42:05.888Z root INFO creating connection for 1
2025-04-14T15:42:07.779Z root WARN Frontend a.configure took longer than the expected maximum 100 milliseconds: 238.5 ms [Finished 2.800 s after frontend start]
2025-04-14T15:42:07.843Z root WARN A command editor.action.toggleStickyScroll is already registered.
Opening channel for service path '/services/electron-window'.
Opening channel for service path '/services/ide-updater'.
2025-04-14T15:42:08.090Z root INFO Start frontend contributions: 660.3 ms [Finished 3.092 s after frontend start]
2025-04-14T15:42:08.091Z root INFO Changed application state from 'init' to 'started_contributions'.
2025-04-14T15:42:08.107Z root INFO Changed application state from 'started_contributions' to 'attached_shell'.
2025-04-14T15:42:08.108Z root INFO >>> Restoring the layout state...
2025-04-14T15:42:08.188Z root INFO [ef2adc57-64fd-4453-a013-dbbb59bc2a67] Waiting for backend deployment: 132.0 ms [Finished 3.209 s after frontend start]
2025-04-14T15:42:09.990Z root INFO ------- SERIALIZED LAYOUT DATA -------
2025-04-14T15:42:09.990Z root INFO {"version":5,"mainPanel":{"main":{"type":"tab-area","widgets":[{"constructionOptions":{"factoryId":"code-editor-opener","options":{"counter":0,"kind":"navigatable","uri":"file:///c%3A/Users/MECHE/AppData/Local/Temp/.arduinoIDE-unsaved2025314-2984-1qp8ltq.rn25/sketch_apr14a/sketch_apr14a.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\":10,\"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":354,"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":true,"pinned":false},{"widget":{"constructionOptions":{"factoryId":"debug"},"innerWidgetState":"{\"parts\":[{\"widget\":{\"constructionOptions\":{\"factoryId\":\"debug:threads\"},\"innerWidgetState\":\"{}\"},\"partId\":\"debug:threads:-1\",\"collapsed\":false,\"hidden\":false,\"relativeSize\":1.384,\"originalContainerId\":\"debug:view-container:-1\",\"originalContainerTitle\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true}},{\"widget\":{\"constructionOptions\":{\"factoryId\":\"debug:frames\"},\"innerWidgetState\":\"{}\"},\"partId\":\"debug:frames:-1\",\"collapsed\":false,\"hidden\":false,\"relativeSize\":1.384,\"originalContainerId\":\"debug:view-container:-1\",\"originalContainerTitle\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true}},{\"widget\":{\"constructionOptions\":{\"factoryId\":\"debug:variables\"},\"innerWidgetState\":\"{}\"},\"partId\":\"debug:variables:-1\",\"collapsed\":false,\"hidden\":false,\"relativeSize\":1.384,\"originalContainerId\":\"debug:view-container:-1\",\"originalContainerTitle\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true}},{\"widget\":{\"constructionOptions\":{\"factoryId\":\"debug:watch\"},\"innerWidgetState\":\"{}\"},\"partId\":\"debug:watch:-1\",\"collapsed\":false,\"hidden\":false,\"relativeSize\":1.384,\"originalContainerId\":\"debug:view-container:-1\",\"originalContainerTitle\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true}},{\"widget\":{\"constructionOptions\":{\"factoryId\":\"debug:breakpoints\"},\"innerWidgetState\":\"{}\"},\"partId\":\"debug:breakpoints:-1\",\"collapsed\":false,\"hidden\":false,\"relativeSize\":1.384,\"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.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.registers\",\"viewId\":\"cortex-debug.registers\"}},\"innerWidgetState\":\"{\\\"label\\\":\\\"Cortex Registers\\\",\\\"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}}],\"title\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true}}"},"rank":4,"expanded":false,"pinned":false},{"widget":{"constructionOptions":{"factoryId":"search-view-container"},"innerWidgetState":"{\"parts\":[{\"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,\\\"multiline\\\":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}}\"},\"partId\":\"search-in-workspace\",\"collapsed\":false,\"hidden\":false,\"originalContainerId\":\"search-view-container\",\"originalContainerTitle\":{\"label\":\"Search\",\"iconClass\":\"codicon codicon-search\",\"closeable\":true}}],\"title\":{\"label\":\"Search\",\"iconClass\":\"fa fa-arduino-search\",\"closeable\":true}}"},"rank":5,"expanded":false,"pinned":false}],"size":367},"rightPanel":{"type":"sidepanel","items":[]}}
2025-04-14T15:42:09.990Z root INFO ------- END SERIALIZED LAYOUT DATA -------
2025-04-14T15:42:09.993Z root INFO [hosted-plugin: 5060] PLUGIN_HOST(5060) starting instance
[Object: null prototype] {}
2025-04-14T15:42:12.219Z root INFO [ef2adc57-64fd-4453-a013-dbbb59bc2a67] Sync of 23 plugins: 4033.1 ms [Finished 7.242 s after frontend start]
2025-04-14T15:42:12.590Z root INFO <<< The layout has been successfully restored.
2025-04-14T15:42:12.738Z root INFO Initialize the workbench layout: 4483.2 ms [Finished 7.613 s after frontend start]
2025-04-14T15:42:12.741Z root INFO Changed application state from 'attached_shell' to 'initialized_layout'.
2025-04-14T15:42:12.745Z root INFO [ef2adc57-64fd-4453-a013-dbbb59bc2a67] Loading plugin contributions
2025-04-14T15:42:12.745Z root INFO [ef2adc57-64fd-4453-a013-dbbb59bc2a67] Load contributions of 23 plugins: 144.0 ms [Finished 7.759 s after frontend start]
2025-04-14T15:42:12.809Z root WARN 'cpp' language is remapped from 'source.cpp.embedded.macro' to 'source.cpp' scope
2025-04-14T15:42:12.810Z root WARN a registered grammar configuration for 'cpp' language is overridden
2025-04-14T15:42:12.916Z root ERROR [hosted-plugin: 5060] Conflict in settings file Default: Ignoring cortex-debug.armToolchainPath.linux as cortex-debug.armToolchainPath is null
2025-04-14T15:42:12.916Z root ERROR [hosted-plugin: 5060] 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
2025-04-14T15:42:12.916Z root ERROR [hosted-plugin: 5060] 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
2025-04-14T15:42:12.918Z root ERROR [hosted-plugin: 5060] 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
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
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
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
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
2025-04-14T15:42:12.943Z root INFO [hosted-plugin: 5060] PLUGIN_HOST(5060): PluginManagerExtImpl/init()
2025-04-14T15:42:12.948Z root INFO [hosted-plugin: 5060] PLUGIN_HOST(5060): initializing(vscode-arduino-api@0.1.2 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-14T15:42:13.076Z root INFO [hosted-plugin: 5060] PLUGIN_HOST(5060): initializing(json-language-features@1.88.1 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-14T15:42:13.095Z root INFO [hosted-plugin: 5060] PLUGIN_HOST(5060): initializing(cortex-debug@1.5.1 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-14T15:42:13.096Z root INFO [hosted-plugin: 5060] Debugger contribution has been registered: cortex-debug
2025-04-14T15:42:13.109Z root INFO [hosted-plugin: 5060] PLUGIN_HOST(5060): initializing(vscode-arduino-tools@0.1.3 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-14T15:42:13.110Z root INFO [hosted-plugin: 5060] PLUGIN_HOST(5060): initializing(cpp@1.88.1 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-14T15:42:13.112Z root INFO [hosted-plugin: 5060] PLUGIN_HOST(5060): initializing(json@1.88.1 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-14T15:42:13.115Z root INFO [hosted-plugin: 5060] PLUGIN_HOST(5060): initializing(vscode-language-pack-bg@1.48.3 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-14T15:42:13.117Z root INFO [hosted-plugin: 5060] PLUGIN_HOST(5060): initializing(vscode-language-pack-cs@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-14T15:42:13.126Z root INFO [hosted-plugin: 5060] PLUGIN_HOST(5060): initializing(vscode-language-pack-de@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-14T15:42:13.445Z root INFO [hosted-plugin: 5060] PLUGIN_HOST(5060): initializing(vscode-language-pack-es@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
PLUGIN_HOST(5060): initializing(vscode-language-pack-fr@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
PLUGIN_HOST(5060): initializing(vscode-language-pack-hu@1.48.3 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
PLUGIN_HOST(5060): initializing(vscode-language-pack-it@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
PLUGIN_HOST(5060): initializing(vscode-language-pack-ja@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
PLUGIN_HOST(5060): initializing(vscode-language-pack-ko@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
PLUGIN_HOST(5060): initializing(vscode-language-pack-nl@1.48.3 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
PLUGIN_HOST(5060): initializing(vscode-language-pack-pl@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
PLUGIN_HOST(5060): initializing(vscode-language-pack-pt-BR@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
PLUGIN_HOST(5060): initializing(vscode-language-pack-ru@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
PLUGIN_HOST(5060): initializing(vscode-language-pack-tr@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
PLUGIN_HOST(5060): initializing(vscode-language-pack-uk@1.48.3 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
PLUGIN_HOST(5060): initializing(vscode-language-pack-zh-hans@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
PLUGIN_HOST(5060): initializing(vscode-language-pack-zh-hant@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-14T15:42:13.453Z root INFO [hosted-plugin: 5060] PLUGIN_HOST(5060): PluginManagerExtImpl/loadPlugin(C:\Program Files\Arduino IDE\resources\app\plugins\vscode-builtin-json-language-features\extension\client\dist\node\jsonClientMain)
2025-04-14T15:42:13.553Z root INFO [hosted-plugin: 5060] PLUGIN_HOST(5060): PluginManagerExtImpl/loadPlugin(C:\Program Files\Arduino IDE\resources\app\plugins\vscode-arduino-tools\extension\dist\extension.js)
2025-04-14T15:42:13.609Z root INFO [hosted-plugin: 5060] PLUGIN_HOST(5060): PluginManagerExtImpl/loadPlugin(C:\Program Files\Arduino IDE\resources\app\plugins\vscode-arduino-api\extension\dist\extension.js)
2025-04-14T15:42:13.621Z root INFO [hosted-plugin: 5060] calling activation function on VS Code Arduino Tools
2025-04-14T15:42:13.622Z root INFO [hosted-plugin: 5060] calling activation function on Arduino IDE API for VS Code extensions
2025-04-14T15:42:14.375Z root ERROR ---- !!!SLOW!!! DURATION: search took 1359.606 ms. Args: [{"query":"","type":"All","topic":"All"}] ----
2025-04-14T15:42:14.405Z root INFO Replace loading indicator with ready workbench UI (animation): 840.2 ms [Finished 8.606 s after frontend start]
2025-04-14T15:42:14.405Z root INFO Changed application state from 'initialized_layout' to 'ready'.
2025-04-14T15:42:14.406Z root WARN Linked preference "workbench.colorCustomizations" not found.
2025-04-14T15:42:14.406Z root INFO [ef2adc57-64fd-4453-a013-dbbb59bc2a67] Starting plugins.
2025-04-14T15:42:14.408Z root INFO Frontend application start: 6613.4 ms [Finished 1046.458 s after backend start]
2025-04-14T15:42:14.409Z root INFO [hosted-plugin: 5060] calling activation function on JSON Language Features (built-in)
2025-04-14T15:42:14.701Z root INFO [hosted-plugin: 5060] PLUGIN_HOST(5060): PluginManagerExtImpl/loadPlugin(C:\Program Files\Arduino IDE\resources\app\plugins\cortex-debug\extension\dist\extension.js)
2025-04-14T15:42:14.797Z root INFO [hosted-plugin: 5060] Debug configuration provider has been registered: cortex-debug, trigger: 1
calling activation function on Cortex-Debug
2025-04-14T15:42:14.804Z root INFO [hosted-plugin: 5060] GDB server console created
2025-04-14T15:42:14.828Z root INFO [ef2adc57-64fd-4453-a013-dbbb59bc2a67] Start of 23 plugins: 2083.2 ms [Finished 9.850 s after frontend start]
2025-04-14T15:42:17.622Z root ERROR ---- !!!SLOW!!! DURATION: search took 3216.241 ms. Args: [{"type":"Updatable"}] ----
2025-04-14T15:42:17.626Z root ERROR ---- !!!SLOW!!! DURATION: search took 2941.954 ms. Args: [{"query":"Arduino_BuiltIn"}] ----
2025-04-14T15:42:19.874Z root WARN A command arduino-include-library--AD7390 DAC library:Christoph Jurczyk is already registered.
2025-04-14T15:42:19.875Z root WARN A command arduino-include-library--Arduino Low Power:Arduino is already registered.
2025-04-14T15:42:19.875Z root WARN A command arduino-include-library--ADS1110:Nadav Matalon <nadav.matalon@gmail.com> is already registered.
2025-04-14T15:42:19.875Z root WARN A command arduino-include-library--MKRMotorCarrier:Arduino is already registered.
2025-04-14T15:42:19.875Z root WARN A command arduino-include-library--Arduino SigFox for MKRFox1200:Arduino is already registered.
2025-04-14T15:42:19.876Z root WARN A command arduino-include-library--Madgwick:Arduino is already registered.
2025-04-14T15:42:19.876Z root WARN A command arduino-include-library--LTC1392 library:Christoph Jurczyk is already registered.
2025-04-14T15:42:26.241Z root INFO >>> Starting boards package installation... {
  id: 'arduino:avr',
  name: 'Arduino AVR Boards',
  summary: 'Boards included in this package:',
  description: 'Arduino Robot Motor, Arduino YĂșn Mini, Arduino Industrial 101, Arduino YĂșn, Arduino Pro or Pro Mini, Arduino NG or older, Arduino Mega ADK, Arduino Leonardo ETH, Arduino Micro, Arduino Mini, Arduino Mega or Mega 2560, Arduino Robot Control, Arduino Leonardo, Arduino Nano, LilyPad Arduino, Linino One, Arduino Uno WiFi, Arduino Uno, Arduino Duemilanove or Diecimila, Arduino Esplora, Arduino Ethernet, Arduino Uno Mini, Adafruit Circuit Playground, Arduino Fio, Arduino BT, Arduino Gemma, LilyPad Arduino USB',
  boards: [
    { name: 'Arduino Robot Motor', fqbn: 'arduino:avr:robotMotor' },
    { name: 'Arduino YĂșn Mini', fqbn: 'arduino:avr:yunmini' },
    { name: 'Arduino Industrial 101', fqbn: 'arduino:avr:chiwawa' },
    { name: 'Arduino YĂșn', fqbn: 'arduino:avr:yun' },
    { name: 'Arduino Pro or Pro Mini', fqbn: 'arduino:avr:pro' },
    { name: 'Arduino NG or older', fqbn: 'arduino:avr:atmegang' },
    { name: 'Arduino Mega ADK', fqbn: 'arduino:avr:megaADK' },
    { name: 'Arduino Leonardo ETH', fqbn: 'arduino:avr:leonardoeth' },
    { name: 'Arduino Micro', fqbn: 'arduino:avr:micro' },
    { name: 'Arduino Mini', fqbn: 'arduino:avr:mini' },
    { name: 'Arduino Mega or Mega 2560', fqbn: 'arduino:avr:mega' },
    { name: 'Arduino Robot Control', fqbn: 'arduino:avr:robotControl' },
    { name: 'Arduino Leonardo', fqbn: 'arduino:avr:leonardo' },
    { name: 'Arduino Nano', fqbn: 'arduino:avr:nano' },
    { name: 'LilyPad Arduino', fqbn: 'arduino:avr:lilypad' },
    { name: 'Linino One', fqbn: 'arduino:avr:one' },
    { name: 'Arduino Uno WiFi', fqbn: 'arduino:avr:unowifi' },
    { name: 'Arduino Uno', fqbn: 'arduino:avr:uno' },
    {
      name: 'Arduino Duemilanove or Diecimila',
      fqbn: 'arduino:avr:diecimila'
    },
    { name: 'Arduino Esplora', fqbn: 'arduino:avr:esplora' },
    { name: 'Arduino Ethernet', fqbn: 'arduino:avr:ethernet' },
    { name: 'Arduino Uno Mini', fqbn: 'arduino:avr:unomini' },
    {
      name: 'Adafruit Circuit Playground',
      fqbn: 'arduino:avr:circuitplay32u4cat'
    },
    { name: 'Arduino Fio', fqbn: 'arduino:avr:fio' },
    { name: 'Arduino BT', fqbn: 'arduino:avr:bt' },
    { name: 'Arduino Gemma', fqbn: 'arduino:avr:gemma' },
    { name: 'LilyPad Arduino USB', fqbn: 'arduino:avr:LilyPadUSB' }
  ],
  types: [ 'Arduino' ],
  moreInfoLink: 'https://www.arduino.cc/',
  author: 'Arduino',
  deprecated: false,
  availableVersions: [
    '1.8.6',  '1.8.5',  '1.8.4',
    '1.8.3',  '1.8.2',  '1.8.1',
    '1.6.23', '1.6.22', '1.6.21',
    '1.6.20', '1.6.19', '1.6.18',
    '1.6.17', '1.6.16', '1.6.15',
    '1.6.14', '1.6.13', '1.6.12',
    '1.6.11', '1.6.10', '1.6.9',
    '1.6.8',  '1.6.7',  '1.6.6',
    '1.6.5',  '1.6.4',  '1.6.3',
    '1.6.2'
  ],
  installedVersion: '1.8.6',
  index: 0
}
2025-04-14T15:42:26.242Z discovery-log INFO stop
2025-04-14T15:42:26.242Z discovery-log INFO >>> Stopping boards watcher...
2025-04-14T15:42:26.242Z discovery-log INFO Canceling boards watcher...
2025-04-14T15:42:26.242Z discovery-log INFO disposing requesting cancel
2025-04-14T15:42:26.242Z discovery-log INFO disposing canceled
2025-04-14T15:42:26.244Z discovery-log INFO error received
2025-04-14T15:42:26.244Z discovery-log INFO cancel error received!
2025-04-14T15:42:26.244Z discovery-log INFO stop received event: either end or cancel
2025-04-14T15:42:26.244Z discovery-log INFO stop stopped
2025-04-14T15:42:26.244Z discovery-log INFO received end
2025-04-14T15:42:26.306Z daemon INFO time="2025-04-14T08:42:26-07:00" level=info msg="Checking signature" index="c:\\Users\\MECHE\\AppData\\Local\\Arduino15\\package_index.json" signatureFile="c:\\Users\\MECHE\\AppData\\Local\\Arduino15\\package_index.json.sig" trusted=true
2025-04-14T15:42:26.308Z daemon INFO time="2025-04-14T08:42:26-07:00" level=info msg="Loading hardware from: c:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages"
2025-04-14T15:42:26.310Z daemon INFO time="2025-04-14T08:42:26-07:00" level=info msg="Loading package arduino from: C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware"
2025-04-14T15:42:26.317Z daemon INFO time="2025-04-14T08:42:26-07:00" level=info msg="Missing signature file" index="C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\installed.json"
2025-04-14T15:42:26.323Z daemon INFO time="2025-04-14T08:42:26-07:00" level=info msg="Adding monitor tool" protocol=serial tool="builtin:serial-monitor"
time="2025-04-14T08:42:26-07:00" level=info msg="Loaded platform" platform="arduino:avr@1.8.6"
2025-04-14T15:42:26.323Z daemon INFO time="2025-04-14T08:42:26-07:00" level=info msg="Checking existence of 'tools' path: C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages\\arduino\\tools"
time="2025-04-14T08:42:26-07:00" level=info msg="Loading tools from dir: C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages\\arduino\\tools"
2025-04-14T15:42:26.324Z daemon INFO time="2025-04-14T08:42:26-07:00" level=info msg="Loaded tool" tool="arduino:arduinoOTA@1.3.0"
2025-04-14T15:42:26.324Z daemon INFO time="2025-04-14T08:42:26-07:00" level=info msg="Loaded tool" tool="arduino:avr-gcc@7.3.0-atmel3.6.1-arduino7"
2025-04-14T15:42:26.325Z daemon INFO time="2025-04-14T08:42:26-07:00" level=info msg="Loaded tool" tool="arduino:avrdude@6.3.0-arduino17"
2025-04-14T15:42:26.326Z daemon INFO time="2025-04-14T08:42:26-07:00" level=info msg="Loading package builtin from: C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages\\builtin"
2025-04-14T15:42:26.326Z daemon INFO time="2025-04-14T08:42:26-07:00" level=info msg="Checking existence of 'tools' path: C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages\\builtin\\tools"
time="2025-04-14T08:42:26-07:00" level=info msg="Loading tools from dir: C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages\\builtin\\tools"
2025-04-14T15:42:26.328Z daemon INFO time="2025-04-14T08:42:26-07:00" level=info msg="Loaded tool" tool="builtin:ctags@5.8-arduino11"
2025-04-14T15:42:26.329Z daemon INFO time="2025-04-14T08:42:26-07:00" level=info msg="Loaded tool" tool="builtin:dfu-discovery@0.1.2"
2025-04-14T15:42:26.329Z daemon INFO time="2025-04-14T08:42:26-07:00" level=info msg="Loaded tool" tool="builtin:mdns-discovery@1.0.9"
2025-04-14T15:42:26.329Z daemon INFO time="2025-04-14T08:42:26-07:00" level=info msg="Loaded tool" tool="builtin:serial-discovery@1.4.1"
2025-04-14T15:42:26.330Z daemon INFO time="2025-04-14T08:42:26-07:00" level=info msg="Loaded tool" tool="builtin:serial-monitor@0.15.0"
2025-04-14T15:42:26.361Z daemon INFO time="2025-04-14T08:42:26-07:00" level=info msg="Discovery event channel closed builtin:serial-discovery. Exiting goroutine."
2025-04-14T15:42:26.369Z daemon INFO time="2025-04-14T08:42:26-07:00" level=error msg="Waiting discovery process termination: exit status 1" discovery="builtin:serial-discovery"
time="2025-04-14T08:42:26-07:00" level=info msg="Closed and removed discovery builtin:serial-discovery"
2025-04-14T15:42:26.370Z daemon INFO time="2025-04-14T08:42:26-07:00" level=error msg="Stopped decode loop: EOF" discovery="builtin:serial-discovery"
2025-04-14T15:42:26.370Z daemon INFO time="2025-04-14T08:42:26-07:00" level=info msg="Discovery event channel closed builtin:mdns-discovery. Exiting goroutine."
2025-04-14T15:42:26.370Z daemon INFO time="2025-04-14T08:42:26-07:00" level=error msg="Killing discovery process: TerminateProcess: Access is denied." discovery="builtin:mdns-discovery"
2025-04-14T15:42:26.380Z daemon INFO time="2025-04-14T08:42:26-07:00" level=info msg="Closed and removed discovery builtin:mdns-discovery"
2025-04-14T15:42:26.381Z daemon INFO time="2025-04-14T08:42:26-07:00" level=error msg="Stopped decode loop: EOF" discovery="builtin:mdns-discovery"
2025-04-14T15:42:26.490Z daemon INFO time="2025-04-14T08:42:26-07:00" level=info msg="Adding libraries dir" dir="C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\libraries" isSingleLibrary=false location=platform
2025-04-14T15:42:26.490Z daemon INFO time="2025-04-14T08:42:26-07:00" level=info msg="Loading libraries index file" index="c:\\Users\\MECHE\\AppData\\Local\\Arduino15\\library_index.json"
2025-04-14T15:42:26.926Z daemon INFO time="2025-04-14T08:42:26-07:00" level=info msg="Adding libraries dir" dir="C:\\Users\\MECHE\\AppData\\Local\\Arduino15\\libraries" isSingleLibrary=false location=ide
2025-04-14T15:42:26.927Z daemon INFO time="2025-04-14T08:42:26-07:00" level=info msg="Adding libraries dir" dir="d:\\PROGMS\\ARDUiNO\\LIBRARIES\\libraries" isSingleLibrary=false location=user
2025-04-14T15:42:31.233Z root INFO >>> Starting library package installation... {
  name: 'Adafruit INA228 Library',
  exampleUris: [],
  location: 0,
  installedVersion: '2.0.0',
  author: 'Adafruit',
  availableVersions: [ '2.0.1', '2.0.0', '1.1.0', '1.0.0' ],
  includes: [],
  description: 'Arduino library for the INA228 sensors in the Adafruit shop',
  moreInfoLink: 'https://github.com/adafruit/Adafruit_INA228',
  summary: 'Arduino library for the INA228 sensors in the Adafruit shop',
  category: 'Sensors',
  types: [ 'Contributed' ],
  index: 0
}
2025-04-14T15:42:31.234Z discovery-log INFO stop

Can you provide a better description? It has been reported before that when the PC falls asleep (with IDE open) and wakes up again the IDE basically "resets" (no idea what happens under the hood). Is that what you are referring to?

The last version where the issue did not happen is IDE 2.3.4.

I'm experiencing the same in 2.3.6 and have changed the PC settings so the PC does not fall asleep every 5 minutes.

I have merged your forum topics due to them having too much overlap on the same subject matter @richappow.

In the future, please only create one topic for each distinct subject matter and be careful not to cause them to converge into parallel discussions.

The reason is that generating multiple forum topics on the same subject matter can waste the time of the people trying to help. Someone might spend a lot of time investigating and writing a detailed answer on one topic, without knowing that someone else already did the same in the other topic.

Thanks in advance for your cooperation.

2 Likes