Mine happens as the PC is very much active. At the moment, it appears it's only version 2.3.4 that is able to run alright without any hitches. Switching to it now.
With a standard Win 11 Pro, how does it behave?
Haven't tried. I've been on Insider Previews for quite a while now. Others report a smooth run on the main release version of Windows 11, I think.
Could you give the build number and channel of Windows 11 you're on? I reverted back to 23H2 and still the problem persists.
I doubt the problem lies with the removal of WMIC in later builds of Windows 11 where the WMIC command-line utility has been removed. If so, then why does version 2.3.4 run smoothly on those Windows 11 builds without a hitch.
| Edition | Windows 11 Pro |
|---|---|
| Version | 24H2 |
| Installed on | ā2024-ā12-ā14 |
| OS build | 26100.4351 |
| Experience | Windows Feature Experience Pack 1000.26100.107.0 |
Could you please ask the Arduino IDE Dev Team to further investigate the error?
I doubt the problem lies with the removal of the WMIC command-line utility in the latest and preview builds of Windows 11. If so, then why does version 2.3.4 run smoothly (without the restart error) on those Windows 11 builds?
I have even fresh-installed Windows 11 23H2 release build, which comes with the WMIC command-line utility preinstalled, and yet the restart bug still persists. However, the IDE runs okay without the restart bug when using IDE version 2.3.4
It is a bit difficult to interpret the logs you share in post #18 because multiple different operations were performed. It is difficult to understand what parts of the logs are relevant, and which parts where just produced by irrelevant operations performed during the session.
So I'm going to ask you to provide another set of logs in hopes they might make the situation more clear. Since you say Arduino IDE restarts at launch, you should be able to collect a set of logs that don't contain any content other than the bare minimum that is produced by the IDE launching and then resetting.
Please do this:
- Close all Arduino IDE windows if the IDE is already running.
- Start Windows "File Explorer".
- Open the Arduino IDE installation folder.
ā The default installation location is at one of the following paths:-
C:\Program Files\Arduino IDE -
(whereC:\Users\<username>\AppData\Local\Programs\Arduino IDE<username>is your Windows username)
If looking for it with your file manager or command line, note that the AppDatafolder 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".
-
- 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 - Select "Open PowerShell window here" from the menu.
Windows PowerShell will now open with the current directory set to the Arduino IDE installation folder. - Type the following command in the PowerShell window:
clear; & ".\Arduino IDE" - Press the Enter key.
Debug output should now be printed to the PowerShell window as Arduino IDE starts. - Without performing any operation at all in the Arduino IDE window, wait for the restart to occur. If the restart does not occur, you can repeat the above instructions until it does occur.
- Switch back to the PowerShell window.
- Press the Ctrl+Shift+A keyboard shortcut.
This will select all the text in the PowerShell window. - Press the Ctrl+C keyboard shortcut.
This will copy the contents of the PowerShell window to the clipboard. - Open a reply here on this forum topic by clicking the "Reply" button.
- Click the
<CODE/>icon on the post composer toolbar.
This will add the forum's code block markup (```) to your reply to make sure the error messages are correctly formatted.
- Press the Ctrl+V keyboard shortcut.
This will paste the output into the code block. - Move the cursor outside of the code block markup before you add any additional text to your reply.
- Click the "Reply" button to publish the post.
The IDE is able to launch alright. The restart bug only occurs right after a library is installed or updated. I believe it happens as a result of the IDE not being able to immediately refresh the "installed state" of the just downloaded library in the UI of the library manager.
However, version 2.3.4, after installing or updating a library, is able to immediately refresh the UI state of the library manager without restarting the whole app.
I am going to send you a bare minimum log of both version 2.3.4 and 2.3.6 for you to compare.
I believe the restart bug happens because I'm working with a dense library set, over 5,000 libraries. So I'm guessing the IDE repopulating and refreshing the UI of the library manager becomes overwhelming for it. I say this because when I change the location of my libraries to one where there aren't that many libraries, the IDE doesn't restart after updating or installing a library.
Because of the large library set I'm working with, the IDE takes several minutes to actually settle after launch.
It's however strange that with these same conditions, version 2.3.4 is able to do everything without the restart bug.
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: 6472
Showing main window early
Using browser-only version of superagent in non-browser environment
Configuration directory URI: 'file:///c%3A/Users/MACHE/.arduinoIDE'
Configuring to accept webviews on '^.+\.webview\..+$' hostname.
2025-06-25T02:16:56.787Z root WARN Backend u.initialize took longer than the expected maximum 50 milliseconds: 72.6 ms [Finished 1.211 s after backend start]
2025-06-25T02:16:56.789Z root WARN Backend Object.initialize took longer than the expected maximum 50 milliseconds: 69.2 ms [Finished 1.211 s after backend start]
2025-06-25T02:16:56.789Z root INFO Backend a.initialize: 6.7 ms [Finished 1.211 s after backend start]
2025-06-25T02:16:56.789Z root INFO Backend a.initialize: 6.3 ms [Finished 1.211 s after backend start]
2025-06-25T02:16:56.789Z root INFO Backend u.initialize: 7.2 ms [Finished 1.212 s after backend start]
2025-06-25T02:16:56.793Z root WARN Backend l.initialize took longer than the expected maximum 50 milliseconds: 72.3 ms [Finished 1.214 s after backend start]
2025-06-25T02:16:56.805Z root INFO configured all backend app contributions
2025-06-25T02:16:56.806Z root INFO Backend l.onStart: 2.4 ms [Finished 1.233 s after backend start]
2025-06-25T02:16:56.807Z root INFO Backend d.onStart: 0.2 ms [Finished 1.233 s after backend start]
2025-06-25T02:16:56.808Z root INFO Backend a.onStart: 0.7 ms [Finished 1.234 s after backend start]
2025-06-25T02:16:56.808Z config INFO >>> Initializing CLI configuration...
2025-06-25T02:16:56.808Z root INFO Backend x.onStart: 0.5 ms [Finished 1.234 s after backend start]
2025-06-25T02:16:56.808Z config INFO Loading CLI configuration from c:\Users\MACHE\.arduinoIDE\arduino-cli.yaml...
2025-06-25T02:16:56.809Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2025-06-25T02:16:56.809Z root INFO Backend w.onStart: 0.6 ms [Finished 1.235 s after backend start]
2025-06-25T02:16:56.809Z discovery-log INFO start
2025-06-25T02:16:56.809Z discovery-log INFO start new deferred
2025-06-25T02:16:56.809Z root INFO Backend v.onStart: 0.4 ms [Finished 1.236 s after backend start]
2025-06-25T02:16:56.809Z root INFO Backend a.onStart: 0.2 ms [Finished 1.236 s after backend start]
2025-06-25T02:16:56.819Z root INFO Theia app listening on http://127.0.0.1:61520.
2025-06-25T02:16:56.819Z root INFO Finished starting backend application: 10.0 ms [Finished 1.246 s after backend start]
2025-06-25T02:16:56.821Z root WARN The local plugin referenced by local-dir:/c%3A/Users/MACHE/.arduinoIDE/plugins does not exist.
2025-06-25T02:16:56.821Z root WARN The local plugin referenced by local-dir:/c%3A/Users/MACHE/.arduinoIDE/deployedPlugins does not exist.
2025-06-25T02:16:56.821Z root WARN The local plugin referenced by local-dir:C:\Users\MACHE\.arduinoIDE\plugins does not exist.
2025-06-25T02:16:56.828Z config INFO Loaded CLI configuration: {"board_manager":{"additional_urls":[]},"directories":{"builtin":{"libraries":"C:\\Users\\MACHE\\AppData\\Local\\Arduino15\\libraries"},"data":"c:\\Users\\MACHE\\AppData\\Local\\Arduino15","user":"e:\\PROGMS\\ARDUiNO\\LIBRARIES"},"locale":"en"}
2025-06-25T02:16:56.828Z config INFO 'directories.data' and 'directories.user' are set in the CLI configuration model.
2025-06-25T02:16:56.828Z config INFO Loaded the CLI configuration.
2025-06-25T02:16:56.852Z config INFO Mapped the CLI configuration: {"dataDirUri":"file:///c%3A/Users/MACHE/AppData/Local/Arduino15","sketchDirUri":"file:///e%3A/PROGMS/ARDUiNO/LIBRARIES","additionalUrls":[],"network":"none","locale":"en"}
2025-06-25T02:16:56.852Z config INFO Validating the CLI configuration...
2025-06-25T02:16:56.852Z config INFO The CLI config is valid.
2025-06-25T02:16:56.852Z config INFO <<< Initialized the CLI configuration.
2025-06-25T02:16:57.139Z root INFO Resolve plugins list: 326.4 ms [Finished 1.566 s after backend start]
2025-06-25T02:16:57.141Z daemon INFO time="2025-06-24T19:16:57-07:00" level=info msg="arduino-cli version 1.2.0"
2025-06-25T02:16:57.142Z daemon INFO time="2025-06-24T19:16:57-07:00" level=info msg="Using config file: c:\\Users\\MACHE\\.arduinoIDE\\arduino-cli.yaml"
time="2025-06-24T19:16:57-07:00" level=info msg="Executing `arduino-cli daemon`"
2025-06-25T02:16:57.166Z daemon INFO Daemon is now listening on 127.0.0.1:61521
{"IP":"127.0.0.1","Port":"61521"}
2025-06-25T02:16:57.166Z daemon INFO Daemon is running.
2025-06-25T02:16:57.265Z daemon INFO time="2025-06-24T19:16:57-07:00" level=info msg="Checking signature" index="c:\\Users\\MACHE\\AppData\\Local\\Arduino15\\package_index.json" signatureFile="c:\\Users\\MACHE\\AppData\\Local\\Arduino15\\package_index.json.sig" trusted=true
2025-06-25T02:16:57.297Z daemon INFO time="2025-06-24T19:16:57-07:00" level=info msg="Loading hardware from: c:\\Users\\MACHE\\AppData\\Local\\Arduino15\\packages"
2025-06-25T02:16:57.299Z daemon INFO time="2025-06-24T19:16:57-07:00" level=info msg="Loading package arduino from: C:\\Users\\MACHE\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware"
2025-06-25T02:16:57.302Z daemon INFO time="2025-06-24T19:16:57-07:00" level=info msg="Missing signature file" index="C:\\Users\\MACHE\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\installed.json"
2025-06-25T02:16:57.309Z daemon INFO time="2025-06-24T19:16:57-07:00" level=info msg="Adding monitor tool" protocol=serial tool="builtin:serial-monitor"
2025-06-25T02:16:57.309Z daemon INFO time="2025-06-24T19:16:57-07:00" level=info msg="Loaded platform" platform="arduino:avr@1.8.6"
time="2025-06-24T19:16:57-07:00" level=info msg="Checking existence of 'tools' path: C:\\Users\\MACHE\\AppData\\Local\\Arduino15\\packages\\arduino\\tools"
time="2025-06-24T19:16:57-07:00" level=info msg="Loading tools from dir: C:\\Users\\MACHE\\AppData\\Local\\Arduino15\\packages\\arduino\\tools"
2025-06-25T02:16:57.311Z daemon INFO time="2025-06-24T19:16:57-07:00" level=info msg="Loaded tool" tool="arduino:arduinoOTA@1.3.0"
2025-06-25T02:16:57.312Z daemon INFO time="2025-06-24T19:16:57-07:00" level=info msg="Loaded tool" tool="arduino:avr-gcc@7.3.0-atmel3.6.1-arduino7"
2025-06-25T02:16:57.312Z daemon INFO time="2025-06-24T19:16:57-07:00" level=info msg="Loaded tool" tool="arduino:avrdude@6.3.0-arduino17"
2025-06-25T02:16:57.314Z daemon INFO time="2025-06-24T19:16:57-07:00" level=info msg="Loading package builtin from: C:\\Users\\MACHE\\AppData\\Local\\Arduino15\\packages\\builtin"
2025-06-25T02:16:57.314Z daemon INFO time="2025-06-24T19:16:57-07:00" level=info msg="Checking existence of 'tools' path: C:\\Users\\MACHE\\AppData\\Local\\Arduino15\\packages\\builtin\\tools"
time="2025-06-24T19:16:57-07:00" level=info msg="Loading tools from dir: C:\\Users\\MACHE\\AppData\\Local\\Arduino15\\packages\\builtin\\tools"
2025-06-25T02:16:57.315Z daemon INFO time="2025-06-24T19:16:57-07:00" level=info msg="Loaded tool" tool="builtin:ctags@5.8-arduino11"
2025-06-25T02:16:57.317Z daemon INFO time="2025-06-24T19:16:57-07:00" level=info msg="Loaded tool" tool="builtin:dfu-discovery@0.1.2"
2025-06-25T02:16:57.318Z daemon INFO time="2025-06-24T19:16:57-07:00" level=info msg="Loaded tool" tool="builtin:mdns-discovery@1.0.9"
2025-06-25T02:16:57.318Z daemon INFO time="2025-06-24T19:16:57-07:00" level=info msg="Loaded tool" tool="builtin:serial-discovery@1.4.1"
2025-06-25T02:16:57.320Z daemon INFO time="2025-06-24T19:16:57-07:00" level=info msg="Loaded tool" tool="builtin:serial-monitor@0.15.0"
2025-06-25T02:16:57.362Z daemon INFO time="2025-06-24T19:16:57-07:00" level=info msg="Adding libraries dir" dir="C:\\Users\\MACHE\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\libraries" isSingleLibrary=false location=platform
2025-06-25T02:16:57.362Z daemon INFO time="2025-06-24T19:16:57-07:00" level=info msg="Loading libraries index file" index="c:\\Users\\MACHE\\AppData\\Local\\Arduino15\\library_index.json"
2025-06-25T02:16:57.873Z daemon INFO time="2025-06-24T19:16:57-07:00" level=info msg="Adding libraries dir" dir="C:\\Users\\MACHE\\AppData\\Local\\Arduino15\\libraries" isSingleLibrary=false location=ide
time="2025-06-24T19:16:57-07:00" level=info msg="Adding libraries dir" dir="e:\\PROGMS\\ARDUiNO\\LIBRARIES\\libraries" isSingleLibrary=false location=user
2025-06-25T02:16:59.469Z root INFO creating connection for 1
2025-06-25T02:17:00.738Z root INFO Deploy plugins list: 3926.2 ms [Finished 5.165 s after backend start]
2025-06-25T02:17:01.346Z root WARN Frontend a.configure took longer than the expected maximum 100 milliseconds: 221.4 ms [Finished 3.903 s after frontend start]
2025-06-25T02:17:01.401Z 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-06-25T02:17:01.612Z root INFO Start frontend contributions: 608.0 ms [Finished 4.146 s after frontend start]
2025-06-25T02:17:01.613Z root INFO Changed application state from 'init' to 'started_contributions'.
2025-06-25T02:17:01.629Z root INFO Changed application state from 'started_contributions' to 'attached_shell'.
2025-06-25T02:17:01.629Z root INFO >>> Restoring the layout state...
2025-06-25T02:17:01.704Z root INFO [c86ec966-dbbf-4de3-93b0-f3a4378cd7fc] Waiting for backend deployment: 121.1 ms [Finished 4.258 s after frontend start]
2025-06-25T02:17:02.962Z root INFO [hosted-plugin: 8484] PLUGIN_HOST(8484) starting instance
[Object: null prototype] {}
2025-06-25T02:17:04.201Z root INFO [c86ec966-dbbf-4de3-93b0-f3a4378cd7fc] Sync of 23 plugins: 2502.5 ms [Finished 6.761 s after frontend start]
2025-06-25T02:56:00.105Z daemon INFO time="2025-06-24T19:56:00-07:00" level=warning msg="Error loading library" error="rpc error: code = Internal desc = loading library from e:\\PROGMS\\ARDUiNO\\LIBRARIES\\libraries\\package-2865505661: invalid library: no header files found"
2025-06-25T02:56:00.124Z discovery-log INFO start resolved watching
2025-06-25T02:56:01.796Z root INFO <<< Nothing to restore.
2025-06-25T02:56:02.888Z root WARN Frontend a.initializeLayout took longer than the expected maximum 100 milliseconds: 1079.2 ms [Finished 2345.446 s after frontend start]
2025-06-25T02:56:03.684Z root INFO Initialize the workbench layout: 2341274.7 ms [Finished 2345.463 s after frontend start]
2025-06-25T02:56:03.692Z root INFO Changed application state from 'attached_shell' to 'initialized_layout'.
2025-06-25T02:56:03.696Z root INFO [c86ec966-dbbf-4de3-93b0-f3a4378cd7fc] Loading plugin contributions
2025-06-25T02:56:03.696Z root INFO [c86ec966-dbbf-4de3-93b0-f3a4378cd7fc] Load contributions of 23 plugins: 757.3 ms [Finished 2346.233 s after frontend start]
2025-06-25T02:56:04.493Z root WARN 'cpp' language is remapped from 'source.cpp.embedded.macro' to 'source.cpp' scope
2025-06-25T02:56:04.494Z root WARN a registered grammar configuration for 'cpp' language is overridden
2025-06-25T02:56:13.270Z root INFO Frontend application start: 2351934.4 ms [Finished 2357.697 s after backend start]
2025-06-25T02:56:14.674Z root INFO Replace loading indicator with ready workbench UI (animation): 1842.1 ms [Finished 2348.096 s after frontend start]
2025-06-25T02:56:14.674Z root INFO Changed application state from 'initialized_layout' to 'ready'.
2025-06-25T02:56:14.674Z root WARN Linked preference "workbench.colorCustomizations" not found.
Checking for update
2025-06-25T02:56:17.371Z root WARN Timeout after 5000 millis. The editor has not shown up in time. URI: file:///c%3A/Users/MACHE/AppData/Local/Temp/.arduinoIDE-unsaved2025524-6472-10c3q8i.bqu5/sketch_jun24a/sketch_jun24a.ino
2025-06-25T02:56:41.880Z root ERROR Error: Aborted onWillSaveTextDocument-event after 1750ms
at file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/frontend/bundle.js:2:12613923
2025-06-25T02:56:41.880Z root WARN Timeout after 5000 millis. The editor has not shown up in time. URI: file:///c%3A/Users/MACHE/AppData/Local/Temp/.arduinoIDE-unsaved2025524-6472-10c3q8i.bqu5/sketch_jun24a/sketch_jun24a.ino
2025-06-25T02:56:41.970Z root ERROR [hosted-plugin: 8484] Conflict in settings file Default: Ignoring cortex-debug.armToolchainPath.linux as cortex-debug.armToolchainPath is null
2025-06-25T02:56:41.970Z root ERROR [hosted-plugin: 8484] 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-06-25T02:56:41.971Z root ERROR [hosted-plugin: 8484] Conflict in settings file Default: Ignoring cortex-debug.JLinkGDBServerPath.windows as cortex-debug.JLinkGDBServerPath is null
2025-06-25T02:56:41.971Z root ERROR [hosted-plugin: 8484] Conflict in settings file Default: Ignoring cortex-debug.openocdPath.linux as cortex-debug.openocdPath is null
2025-06-25T02:56:41.971Z root ERROR [hosted-plugin: 8484] Conflict in settings file Default: Ignoring cortex-debug.openocdPath.osx as cortex-debug.openocdPath is null
2025-06-25T02:56:41.971Z root ERROR [hosted-plugin: 8484] 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
2025-06-25T02:56:41.971Z root ERROR [hosted-plugin: 8484] Conflict in settings file Default: Ignoring cortex-debug.PEGDBServerPath.linux as cortex-debug.PEGDBServerPath is null
2025-06-25T02:56:41.972Z root ERROR [hosted-plugin: 8484] Conflict in settings file Default: Ignoring cortex-debug.PEGDBServerPath.osx as cortex-debug.PEGDBServerPath is null
2025-06-25T02:56:41.972Z root ERROR [hosted-plugin: 8484] 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-06-25T02:56:41.972Z root ERROR [hosted-plugin: 8484] 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-06-25T02:56:41.972Z root ERROR [hosted-plugin: 8484] 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-06-25T02:56:41.972Z root ERROR [hosted-plugin: 8484] 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-06-25T02:56:41.972Z root ERROR [hosted-plugin: 8484] Conflict in settings file Default: Ignoring cortex-debug.stm32cubeprogrammer.windows as cortex-debug.stm32cubeprogrammer is null
2025-06-25T02:56:42.011Z root INFO [hosted-plugin: 8484] PLUGIN_HOST(8484): PluginManagerExtImpl/init()
Update for version 2.3.6 is not available (latest version: 2.3.6, downgrade is allowed).
2025-06-25T02:56:44.784Z root INFO [hosted-plugin: 8484] PLUGIN_HOST(8484): initializing(vscode-arduino-api@0.1.2 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-06-25T02:56:46.122Z root INFO [hosted-plugin: 8484] PLUGIN_HOST(8484): initializing(json-language-features@1.88.1 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-06-25T02:56:46.423Z root INFO [hosted-plugin: 8484] PLUGIN_HOST(8484): initializing(cortex-debug@1.5.1 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-06-25T02:56:46.425Z root INFO [hosted-plugin: 8484] Debugger contribution has been registered: cortex-debug
2025-06-25T02:56:46.514Z root INFO [hosted-plugin: 8484] PLUGIN_HOST(8484): initializing(vscode-arduino-tools@0.1.3 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-06-25T02:56:46.596Z root INFO [hosted-plugin: 8484] PLUGIN_HOST(8484): initializing(cpp@1.88.1 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-06-25T02:56:46.618Z root INFO [hosted-plugin: 8484] PLUGIN_HOST(8484): initializing(json@1.88.1 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-06-25T02:56:46.776Z root INFO [hosted-plugin: 8484] PLUGIN_HOST(8484): initializing(vscode-language-pack-bg@1.48.3 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-06-25T02:56:46.849Z root INFO [hosted-plugin: 8484] PLUGIN_HOST(8484): initializing(vscode-language-pack-cs@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-06-25T02:56:46.865Z root INFO [hosted-plugin: 8484] PLUGIN_HOST(8484): initializing(vscode-language-pack-de@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-06-25T02:56:46.902Z root INFO [hosted-plugin: 8484] PLUGIN_HOST(8484): initializing(vscode-language-pack-es@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-06-25T02:56:46.955Z root INFO [hosted-plugin: 8484] PLUGIN_HOST(8484): initializing(vscode-language-pack-fr@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-06-25T02:56:46.990Z root INFO [hosted-plugin: 8484] PLUGIN_HOST(8484): initializing(vscode-language-pack-hu@1.48.3 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-06-25T02:56:47.153Z root INFO [hosted-plugin: 8484] PLUGIN_HOST(8484): initializing(vscode-language-pack-it@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-06-25T02:56:47.181Z root INFO [hosted-plugin: 8484] PLUGIN_HOST(8484): initializing(vscode-language-pack-ja@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-06-25T02:56:47.216Z root INFO [hosted-plugin: 8484] PLUGIN_HOST(8484): initializing(vscode-language-pack-ko@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-06-25T02:56:47.235Z root INFO [hosted-plugin: 8484] PLUGIN_HOST(8484): initializing(vscode-language-pack-nl@1.48.3 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-06-25T02:56:47.278Z root INFO [hosted-plugin: 8484] PLUGIN_HOST(8484): initializing(vscode-language-pack-pl@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-06-25T02:56:47.532Z root INFO [hosted-plugin: 8484] PLUGIN_HOST(8484): initializing(vscode-language-pack-pt-BR@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-06-25T02:56:47.791Z root INFO [hosted-plugin: 8484] PLUGIN_HOST(8484): initializing(vscode-language-pack-ru@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-06-25T02:56:47.964Z root INFO [hosted-plugin: 8484] PLUGIN_HOST(8484): initializing(vscode-language-pack-tr@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-06-25T02:56:48.284Z root INFO [hosted-plugin: 8484] PLUGIN_HOST(8484): initializing(vscode-language-pack-uk@1.48.3 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-06-25T02:56:48.593Z root INFO [hosted-plugin: 8484] PLUGIN_HOST(8484): initializing(vscode-language-pack-zh-hans@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-06-25T02:56:48.779Z root INFO [hosted-plugin: 8484] PLUGIN_HOST(8484): initializing(vscode-language-pack-zh-hant@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-06-25T02:56:48.788Z root INFO [hosted-plugin: 8484] PLUGIN_HOST(8484): PluginManagerExtImpl/loadPlugin(C:\Program Files\Arduino IDE\resources\app\plugins\vscode-builtin-json-language-features\extension\client\dist\node\jsonClientMain)
2025-06-25T02:56:49.392Z root INFO [hosted-plugin: 8484] PLUGIN_HOST(8484): PluginManagerExtImpl/loadPlugin(C:\Program Files\Arduino IDE\resources\app\plugins\vscode-arduino-api\extension\dist\extension.js)
2025-06-25T02:56:49.779Z root INFO [hosted-plugin: 8484] calling activation function on Arduino IDE API for VS Code extensions
2025-06-25T02:56:49.784Z root INFO [c86ec966-dbbf-4de3-93b0-f3a4378cd7fc] Starting plugins.
2025-06-25T02:56:49.811Z root INFO [hosted-plugin: 8484] PLUGIN_HOST(8484): PluginManagerExtImpl/loadPlugin(C:\Program Files\Arduino IDE\resources\app\plugins\cortex-debug\extension\dist\extension.js)
2025-06-25T02:56:50.916Z root INFO [hosted-plugin: 8484] Debug configuration provider has been registered: cortex-debug, trigger: 1
2025-06-25T02:56:50.917Z root INFO [hosted-plugin: 8484] calling activation function on Cortex-Debug
2025-06-25T02:56:50.929Z root INFO [hosted-plugin: 8484] GDB server console created
2025-06-25T02:56:50.948Z root INFO [c86ec966-dbbf-4de3-93b0-f3a4378cd7fc] Start of 23 plugins: 46293.0 ms [Finished 2393.504 s after frontend start]
2025-06-25T02:56:52.360Z root INFO [hosted-plugin: 8484] calling activation function on JSON Language Features (built-in)
2025-06-25T02:58:18.028Z root ERROR ---- !!!SLOW!!! DURATION: search took 120687.230 ms. Args: [{"type":"Updatable"}] ----
2025-06-25T02:58:18.473Z root ERROR ---- !!!SLOW!!! DURATION: search took 11447.460 ms. Args: [{"query":"","type":"All","topic":"All"}] ----
2025-06-25T02:58:30.044Z root WARN A command arduino-include-library--MKRMotorCarrier:Arduino is already registered.
2025-06-25T02:58:30.045Z root WARN A command arduino-include-library--ADS1110:Nadav Matalon <nadav.matalon@gmail.com> is already registered.
2025-06-25T02:58:30.045Z root WARN A command arduino-include-library--AD7390 DAC library:Christoph Jurczyk is already registered.
2025-06-25T02:58:30.045Z root WARN A command arduino-include-library--Arduino SigFox for MKRFox1200:Arduino is already registered.
2025-06-25T02:58:30.045Z root WARN A command arduino-include-library--LTC1392 library:Christoph Jurczyk is already registered.
2025-06-25T02:58:51.797Z root INFO >>> Starting library package installation... {
name: 'CBUSACAN2040',
exampleUris: [],
location: 0,
installedVersion: '1.2.0',
author: 'Duncan Greenwood <duncan_greenwood@hotmail.com>',
availableVersions: [ '1.2.2', '1.2.1', '1.2.0', '0.0.2', '0.0.1' ],
includes: [],
description: 'Implements the CBUS library using the using CAN2040 driver',
moreInfoLink: 'https://github.com/MERG-DEV/CBUSACAN2040',
summary: 'Library for MERG CBUS using CAN2040 driver',
category: 'Communication',
types: [ 'Contributed' ],
index: 1327
}
2025-06-25T02:58:51.800Z discovery-log INFO stop
2025-06-25T02:58:51.800Z discovery-log INFO >>> Stopping boards watcher...
2025-06-25T02:58:51.800Z discovery-log INFO Canceling boards watcher...
2025-06-25T02:58:51.800Z discovery-log INFO disposing requesting cancel
2025-06-25T02:58:51.800Z discovery-log INFO disposing canceled
2025-06-25T02:58:51.803Z discovery-log INFO error received
2025-06-25T02:58:51.803Z discovery-log INFO cancel error received!
2025-06-25T02:58:51.803Z discovery-log INFO stop received event: either end or cancel
2025-06-25T02:58:51.803Z discovery-log INFO stop stopped
2025-06-25T02:58:51.803Z discovery-log INFO received end
2025-06-25T03:03:34.123Z daemon INFO time="2025-06-24T20:03:34-07:00" level=info msg="Starting download" url="https://downloads.arduino.cc/libraries/github.com/obdevel/CBUSACAN2040-1.2.2.zip?query=upgrade"
2025-06-25T03:03:36.651Z daemon INFO time="2025-06-24T20:03:36-07:00" level=info msg="Installing library" library=CBUSACAN2040@1.2.2
2025-06-25T03:03:37.650Z daemon INFO time="2025-06-24T20:03:37-07:00" level=info msg="Checking signature" index="c:\\Users\\MACHE\\AppData\\Local\\Arduino15\\package_index.json" signatureFile="c:\\Users\\MACHE\\AppData\\Local\\Arduino15\\package_index.json.sig" trusted=true
2025-06-25T03:03:37.655Z daemon INFO time="2025-06-24T20:03:37-07:00" level=info msg="Loading hardware from: c:\\Users\\MACHE\\AppData\\Local\\Arduino15\\packages"
2025-06-25T03:03:37.657Z daemon INFO time="2025-06-24T20:03:37-07:00" level=info msg="Loading package arduino from: C:\\Users\\MACHE\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware"
2025-06-25T03:03:37.685Z daemon INFO time="2025-06-24T20:03:37-07:00" level=info msg="Missing signature file" index="C:\\Users\\MACHE\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\installed.json"
2025-06-25T03:03:37.701Z daemon INFO time="2025-06-24T20:03:37-07:00" level=info msg="Adding monitor tool" protocol=serial tool="builtin:serial-monitor"
time="2025-06-24T20:03:37-07:00" level=info msg="Loaded platform" platform="arduino:avr@1.8.6"
2025-06-25T03:03:37.714Z daemon INFO time="2025-06-24T20:03:37-07:00" level=info msg="Checking existence of 'tools' path: C:\\Users\\MACHE\\AppData\\Local\\Arduino15\\packages\\arduino\\tools"
time="2025-06-24T20:03:37-07:00" level=info msg="Loading tools from dir: C:\\Users\\MACHE\\AppData\\Local\\Arduino15\\packages\\arduino\\tools"
2025-06-25T03:03:37.717Z daemon INFO time="2025-06-24T20:03:37-07:00" level=info msg="Loaded tool" tool="arduino:arduinoOTA@1.3.0"
2025-06-25T03:03:37.718Z daemon INFO time="2025-06-24T20:03:37-07:00" level=info msg="Loaded tool" tool="arduino:avr-gcc@7.3.0-atmel3.6.1-arduino7"
2025-06-25T03:03:37.719Z daemon INFO time="2025-06-24T20:03:37-07:00" level=info msg="Loaded tool" tool="arduino:avrdude@6.3.0-arduino17"
2025-06-25T03:03:37.724Z daemon INFO time="2025-06-24T20:03:37-07:00" level=info msg="Loading package builtin from: C:\\Users\\MACHE\\AppData\\Local\\Arduino15\\packages\\builtin"
2025-06-25T03:03:37.724Z daemon INFO time="2025-06-24T20:03:37-07:00" level=info msg="Checking existence of 'tools' path: C:\\Users\\MACHE\\AppData\\Local\\Arduino15\\packages\\builtin\\tools"
time="2025-06-24T20:03:37-07:00" level=info msg="Loading tools from dir: C:\\Users\\MACHE\\AppData\\Local\\Arduino15\\packages\\builtin\\tools"
2025-06-25T03:03:37.726Z daemon INFO time="2025-06-24T20:03:37-07:00" level=info msg="Loaded tool" tool="builtin:ctags@5.8-arduino11"
2025-06-25T03:03:37.727Z daemon INFO time="2025-06-24T20:03:37-07:00" level=info msg="Loaded tool" tool="builtin:dfu-discovery@0.1.2"
2025-06-25T03:03:37.727Z daemon INFO time="2025-06-24T20:03:37-07:00" level=info msg="Loaded tool" tool="builtin:mdns-discovery@1.0.9"
2025-06-25T03:03:37.728Z daemon INFO time="2025-06-24T20:03:37-07:00" level=info msg="Loaded tool" tool="builtin:serial-discovery@1.4.1"
2025-06-25T03:03:37.728Z daemon INFO time="2025-06-24T20:03:37-07:00" level=info msg="Loaded tool" tool="builtin:serial-monitor@0.15.0"
2025-06-25T03:03:37.762Z daemon INFO time="2025-06-24T20:03:37-07:00" level=info msg="Discovery event channel closed builtin:serial-discovery. Exiting goroutine."
2025-06-25T03:03:37.768Z daemon INFO time="2025-06-24T20:03:37-07:00" level=error msg="Waiting discovery process termination: exit status 1" discovery="builtin:serial-discovery"
time="2025-06-24T20:03:37-07:00" level=info msg="Closed and removed discovery builtin:serial-discovery"
time="2025-06-24T20:03:37-07:00" level=error msg="Stopped decode loop: EOF" discovery="builtin:serial-discovery"
2025-06-25T03:03:37.768Z daemon INFO time="2025-06-24T20:03:37-07:00" level=info msg="Discovery event channel closed builtin:mdns-discovery. Exiting goroutine."
2025-06-25T03:03:37.769Z daemon INFO time="2025-06-24T20:03:37-07:00" level=error msg="Killing discovery process: TerminateProcess: Access is denied." discovery="builtin:mdns-discovery"
2025-06-25T03:03:37.778Z daemon INFO time="2025-06-24T20:03:37-07:00" level=info msg="Closed and removed discovery builtin:mdns-discovery"
2025-06-25T03:03:37.778Z daemon INFO time="2025-06-24T20:03:37-07:00" level=error msg="Stopped decode loop: EOF" discovery="builtin:mdns-discovery"
2025-06-25T03:03:37.899Z daemon INFO time="2025-06-24T20:03:37-07:00" level=info msg="Adding libraries dir" dir="C:\\Users\\MACHE\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\libraries" isSingleLibrary=false location=platform
2025-06-25T03:03:37.899Z daemon INFO time="2025-06-24T20:03:37-07:00" level=info msg="Loading libraries index file" index="c:\\Users\\MACHE\\AppData\\Local\\Arduino15\\library_index.json"
2025-06-25T03:03:38.775Z daemon INFO time="2025-06-24T20:03:38-07:00" level=info msg="Adding libraries dir" dir="C:\\Users\\MACHE\\AppData\\Local\\Arduino15\\libraries" isSingleLibrary=false location=ide
2025-06-25T03:03:38.776Z daemon INFO time="2025-06-24T20:03:38-07:00" level=info msg="Adding libraries dir" dir="e:\\PROGMS\\ARDUiNO\\LIBRARIES\\libraries" isSingleLibrary=false location=user
2025-06-25T03:04:24.354Z daemon INFO time="2025-06-24T20:04:24-07:00" level=warning msg="Error loading library" error="rpc error: code = Internal desc = loading library from e:\\PROGMS\\ARDUiNO\\LIBRARIES\\libraries\\package-2865505661: invalid library: no header files found"
2025-06-25T03:04:24.357Z discovery-log INFO start
2025-06-25T03:04:24.357Z discovery-log INFO start new deferred
2025-06-25T03:04:24.358Z discovery-log INFO start resolved watching
2025-06-25T03:04:25.666Z root ERROR ---- !!!SLOW!!! DURATION: search took 1307.738 ms. Args: [{}] ----
2025-06-25T03:04:25.666Z root INFO <<< Library package installation done. {
name: 'CBUSACAN2040',
exampleUris: [],
location: 0,
installedVersion: '1.2.0',
author: 'Duncan Greenwood <duncan_greenwood@hotmail.com>',
availableVersions: [ '1.2.2', '1.2.1', '1.2.0', '0.0.2', '0.0.1' ],
includes: [],
description: 'Implements the CBUS library using the using CAN2040 driver',
moreInfoLink: 'https://github.com/MERG-DEV/CBUSACAN2040',
summary: 'Library for MERG CBUS using CAN2040 driver',
category: 'Communication',
types: [ 'Contributed' ],
index: 1327
}
2025-06-25T03:05:41.953Z root INFO socked closed
2025-06-25T03:05:41.953Z root INFO closing connection for 1
2025-06-25T03:05:41.954Z root INFO Closing channel on service path '/localization-server'.
2025-06-25T03:05:41.954Z root INFO Closing channel on service path '/os'.
2025-06-25T03:05:41.954Z root INFO Closing channel on service path '/services/commands'.
2025-06-25T03:05:41.954Z root INFO Closing channel on service path '/services/keyboard'.
2025-06-25T03:05:41.954Z root INFO Closing channel on service path '/services/logger'.
2025-06-25T03:05:41.954Z root INFO Closing channel on service path '/services/messageService'.
2025-06-25T03:05:41.954Z root INFO Closing channel on service path '/services/ChannelCloseService'.
2025-06-25T03:05:41.954Z root INFO Closing channel on service path '/services/remote-filesystem'.
2025-06-25T03:05:41.954Z root INFO Closing channel on service path '/services/envs'.
2025-06-25T03:05:41.954Z root INFO Closing channel on service path '/services/authentication-service'.
2025-06-25T03:05:41.954Z root INFO Closing channel on service path '/services/sketches-service'.
2025-06-25T03:05:41.954Z root INFO Closing channel on service path '/services/config-service'.
2025-06-25T03:05:41.954Z root INFO Closing channel on service path '/services/workspace'.
2025-06-25T03:05:41.954Z root INFO Closing channel on service path '/services/notification-service'.
2025-06-25T03:05:41.954Z root INFO Closing channel on service path '/services/arduino-daemon'.
2025-06-25T03:05:41.954Z root INFO Closing channel on service path '/services/stopwatch'.
2025-06-25T03:05:41.954Z root INFO Closing channel on service path '/services/application'.
2025-06-25T03:05:41.954Z root INFO Closing channel on service path '/services/i18n'.
2025-06-25T03:05:41.955Z root INFO Closing channel on service path '/services/quickInput'.
2025-06-25T03:05:41.955Z root INFO Closing channel on service path '/services/debug'.
2025-06-25T03:05:41.955Z root INFO Closing channel on service path '/services/shell-terminal'.
2025-06-25T03:05:41.955Z root INFO Closing channel on service path '/services/quickPick'.
2025-06-25T03:05:41.955Z root INFO Closing channel on service path '/services/task'.
2025-06-25T03:05:41.956Z root INFO Closing channel on service path '/services/search'.
2025-06-25T03:05:41.956Z root INFO Closing channel on service path '/services/hostedPlugin'.
2025-06-25T03:05:41.957Z root INFO Closing channel on service path '/services/plugin-ext'.
2025-06-25T03:05:41.957Z root INFO Closing channel on service path '/services/plugin-paths'.
2025-06-25T03:05:41.957Z root INFO Closing channel on service path '/services/cli-preferences'.
2025-06-25T03:05:41.957Z root INFO Closing channel on service path '/services/boards-service'.
2025-06-25T03:05:41.957Z root INFO Closing channel on service path '/services/response-service'.
2025-06-25T03:05:41.957Z root INFO Closing channel on service path '/services/file-system-ext'.
2025-06-25T03:05:41.957Z root INFO Closing channel on service path '/services/core-service'.
2025-06-25T03:05:41.957Z root INFO Closing channel on service path '/services/example-service'.
2025-06-25T03:05:41.957Z root INFO Closing channel on service path '/services/library-service'.
2025-06-25T03:05:41.957Z root INFO Closing channel on service path '/services/executable-service'.
2025-06-25T03:05:41.957Z root INFO Closing channel on service path '/services/arduino-firmware-uploader'.
2025-06-25T03:05:41.958Z root INFO Closing channel on service path '/services/formatter'.
2025-06-25T03:05:41.958Z root INFO Closing channel on service path '/services/search-in-workspace'.
2025-06-25T03:05:41.958Z root INFO Closing channel on service path '/services/request-service'.
2025-06-25T03:05:41.958Z root INFO Closing channel on service path '/services/keyStore'.
2025-06-25T03:05:41.958Z root INFO Closing channel on service path '/services/languagePackService'.
2025-06-25T03:05:42.179Z root ERROR Uncaught Exception: Error: spawn wmic.exe ENOENT
2025-06-25T03:05:42.179Z 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-06-25T03:05:42.179Z root ERROR Uncaught Exception: TypeError: Cannot read properties of undefined (reading 'forEach')
2025-06-25T03:05:42.179Z 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:6848159)
at c.queue.c.push (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:6848376)
2025-06-25T03:07:28.930Z root INFO Reconnecting failed for 1
Closing channel on service path '/services/electron-window'.
Closing channel on service path '/services/ide-updater'.
2025-06-25T03:07:30.040Z root INFO creating connection for 1
2025-06-25T03:07:32.982Z root WARN Frontend a.configure took longer than the expected maximum 100 milliseconds: 164.2 ms [Finished 4.048 s after frontend start]
2025-06-25T03:07:33.032Z 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-06-25T03:07:33.209Z root INFO Start frontend contributions: 471.6 ms [Finished 4.254 s after frontend start]
2025-06-25T03:07:33.209Z root INFO Changed application state from 'init' to 'started_contributions'.
2025-06-25T03:07:33.219Z root INFO Changed application state from 'started_contributions' to 'attached_shell'.
2025-06-25T03:07:33.219Z root INFO >>> Restoring the layout state...
2025-06-25T03:07:33.281Z root INFO [8015ddc7-6800-4b93-9e97-9c7860890136] Waiting for backend deployment: 100.9 ms [Finished 4.346 s after frontend start]
2025-06-25T03:07:34.028Z root INFO ------- SERIALIZED LAYOUT DATA -------
2025-06-25T03:07:34.028Z 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/MACHE/AppData/Local/Temp/.arduinoIDE-unsaved2025524-6472-10c3q8i.bqu5/sketch_jun24a/sketch_jun24a.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":230,"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":268},"rightPanel":{"type":"sidepanel","items":[]}}
2025-06-25T03:07:34.028Z root INFO ------- END SERIALIZED LAYOUT DATA -------
2025-06-25T03:07:35.076Z root INFO [hosted-plugin: 12912] PLUGIN_HOST(12912) starting instance
2025-06-25T03:07:35.121Z root INFO [hosted-plugin: 12912] [Object: null prototype] {}
2025-06-25T03:07:36.480Z root INFO [8015ddc7-6800-4b93-9e97-9c7860890136] Sync of 23 plugins: 3201.3 ms [Finished 7.547 s after frontend start]
2025-06-25T03:07:36.746Z root INFO <<< The layout has been successfully restored.
2025-06-25T03:07:36.866Z root INFO Initialize the workbench layout: 3528.4 ms [Finished 7.813 s after frontend start]
2025-06-25T03:07:36.867Z root INFO Changed application state from 'attached_shell' to 'initialized_layout'.
2025-06-25T03:07:36.870Z root INFO [8015ddc7-6800-4b93-9e97-9c7860890136] Loading plugin contributions
2025-06-25T03:07:36.870Z root INFO [8015ddc7-6800-4b93-9e97-9c7860890136] Load contributions of 23 plugins: 114.8 ms [Finished 7.931 s after frontend start]
2025-06-25T03:07:36.965Z root WARN 'cpp' language is remapped from 'source.cpp.embedded.macro' to 'source.cpp' scope
2025-06-25T03:07:36.965Z root WARN a registered grammar configuration for 'cpp' language is overridden
2025-06-25T03:07:37.098Z root ERROR [hosted-plugin: 12912] Conflict in settings file Default: Ignoring cortex-debug.armToolchainPath.linux as cortex-debug.armToolchainPath is null
2025-06-25T03:07:37.098Z root ERROR [hosted-plugin: 12912] 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-06-25T03:07:37.098Z root ERROR [hosted-plugin: 12912] Conflict in settings file Default: Ignoring cortex-debug.JLinkGDBServerPath.linux as cortex-debug.JLinkGDBServerPath is null
2025-06-25T03:07:37.098Z root ERROR [hosted-plugin: 12912] Conflict in settings file Default: Ignoring cortex-debug.JLinkGDBServerPath.osx as cortex-debug.JLinkGDBServerPath is null
2025-06-25T03:07:37.098Z root ERROR [hosted-plugin: 12912] Conflict in settings file Default: Ignoring cortex-debug.JLinkGDBServerPath.windows as cortex-debug.JLinkGDBServerPath is null
2025-06-25T03:07:37.098Z root ERROR [hosted-plugin: 12912] Conflict in settings file Default: Ignoring cortex-debug.openocdPath.linux as cortex-debug.openocdPath is null
2025-06-25T03:07:37.098Z root ERROR [hosted-plugin: 12912] Conflict in settings file Default: Ignoring cortex-debug.openocdPath.osx as cortex-debug.openocdPath is null
2025-06-25T03:07:37.098Z root ERROR [hosted-plugin: 12912] 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-06-25T03:07:37.098Z root ERROR [hosted-plugin: 12912] 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
2025-06-25T03:07:37.099Z root ERROR [hosted-plugin: 12912] 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
2025-06-25T03:07:37.099Z root ERROR [hosted-plugin: 12912] 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-06-25T03:07:37.099Z root ERROR [hosted-plugin: 12912] 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
2025-06-25T03:07:37.099Z root ERROR [hosted-plugin: 12912] 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-06-25T03:07:37.122Z root INFO [hosted-plugin: 12912] PLUGIN_HOST(12912): PluginManagerExtImpl/init()
2025-06-25T03:07:37.131Z root INFO [hosted-plugin: 12912] PLUGIN_HOST(12912): initializing(vscode-arduino-api@0.1.2 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-06-25T03:07:37.372Z root INFO [hosted-plugin: 12912] PLUGIN_HOST(12912): initializing(json-language-features@1.88.1 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-06-25T03:07:37.438Z root INFO [hosted-plugin: 12912] PLUGIN_HOST(12912): initializing(cortex-debug@1.5.1 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-06-25T03:07:37.438Z root INFO [hosted-plugin: 12912] Debugger contribution has been registered: cortex-debug
2025-06-25T03:07:37.447Z root INFO [hosted-plugin: 12912] PLUGIN_HOST(12912): initializing(vscode-arduino-tools@0.1.3 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-06-25T03:07:37.450Z root INFO [hosted-plugin: 12912] PLUGIN_HOST(12912): initializing(cpp@1.88.1 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-06-25T03:07:37.515Z root INFO [hosted-plugin: 12912] PLUGIN_HOST(12912): initializing(json@1.88.1 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-06-25T03:07:37.521Z root INFO [hosted-plugin: 12912] PLUGIN_HOST(12912): initializing(vscode-language-pack-bg@1.48.3 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-06-25T03:07:37.528Z root INFO [hosted-plugin: 12912] PLUGIN_HOST(12912): initializing(vscode-language-pack-cs@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-06-25T03:07:37.531Z root INFO [hosted-plugin: 12912] PLUGIN_HOST(12912): initializing(vscode-language-pack-de@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-06-25T03:07:37.533Z root INFO [hosted-plugin: 12912] PLUGIN_HOST(12912): initializing(vscode-language-pack-es@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-06-25T03:07:37.534Z root INFO [hosted-plugin: 12912] PLUGIN_HOST(12912): initializing(vscode-language-pack-fr@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-06-25T03:07:37.536Z root INFO [hosted-plugin: 12912] PLUGIN_HOST(12912): initializing(vscode-language-pack-hu@1.48.3 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-06-25T03:07:37.537Z root INFO [hosted-plugin: 12912] PLUGIN_HOST(12912): initializing(vscode-language-pack-it@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-06-25T03:07:37.538Z root INFO [hosted-plugin: 12912] PLUGIN_HOST(12912): initializing(vscode-language-pack-ja@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-06-25T03:07:37.540Z root INFO [hosted-plugin: 12912] PLUGIN_HOST(12912): initializing(vscode-language-pack-ko@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-06-25T03:07:37.541Z root INFO [hosted-plugin: 12912] PLUGIN_HOST(12912): initializing(vscode-language-pack-nl@1.48.3 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-06-25T03:07:37.544Z root INFO [hosted-plugin: 12912] PLUGIN_HOST(12912): initializing(vscode-language-pack-pl@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-06-25T03:07:37.545Z root INFO [hosted-plugin: 12912] PLUGIN_HOST(12912): initializing(vscode-language-pack-pt-BR@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-06-25T03:07:37.546Z root INFO [hosted-plugin: 12912] PLUGIN_HOST(12912): initializing(vscode-language-pack-ru@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-06-25T03:07:37.548Z root INFO [hosted-plugin: 12912] PLUGIN_HOST(12912): initializing(vscode-language-pack-tr@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-06-25T03:07:37.551Z root INFO [hosted-plugin: 12912] PLUGIN_HOST(12912): initializing(vscode-language-pack-uk@1.48.3 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-06-25T03:07:37.552Z root INFO [hosted-plugin: 12912] PLUGIN_HOST(12912): initializing(vscode-language-pack-zh-hans@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-06-25T03:07:37.554Z root INFO [hosted-plugin: 12912] PLUGIN_HOST(12912): initializing(vscode-language-pack-zh-hant@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-06-25T03:07:37.569Z root INFO [hosted-plugin: 12912] PLUGIN_HOST(12912): PluginManagerExtImpl/loadPlugin(C:\Program Files\Arduino IDE\resources\app\plugins\vscode-builtin-json-language-features\extension\client\dist\node\jsonClientMain)
2025-06-25T03:07:37.706Z root INFO [hosted-plugin: 12912] PLUGIN_HOST(12912): PluginManagerExtImpl/loadPlugin(C:\Program Files\Arduino IDE\resources\app\plugins\vscode-arduino-tools\extension\dist\extension.js)
2025-06-25T03:07:38.266Z root INFO Replace loading indicator with ready workbench UI (animation): 835.7 ms [Finished 8.771 s after frontend start]
2025-06-25T03:07:38.266Z root INFO Changed application state from 'initialized_layout' to 'ready'.
2025-06-25T03:07:38.266Z root WARN Linked preference "workbench.colorCustomizations" not found.
2025-06-25T03:07:38.270Z root INFO Frontend application start: 5245.2 ms [Finished 3042.645 s after backend start]
2025-06-25T03:07:38.280Z root INFO [hosted-plugin: 12912] PLUGIN_HOST(12912): PluginManagerExtImpl/loadPlugin(C:\Program Files\Arduino IDE\resources\app\plugins\vscode-arduino-api\extension\dist\extension.js)
calling activation function on VS Code Arduino Tools
calling activation function on Arduino IDE API for VS Code extensions
2025-06-25T03:07:38.391Z root INFO [8015ddc7-6800-4b93-9e97-9c7860890136] Starting plugins.
2025-06-25T03:07:38.530Z root INFO [hosted-plugin: 12912] PLUGIN_HOST(12912): PluginManagerExtImpl/loadPlugin(C:\Program Files\Arduino IDE\resources\app\plugins\cortex-debug\extension\dist\extension.js)
2025-06-25T03:07:38.668Z root INFO [hosted-plugin: 12912] Debug configuration provider has been registered: cortex-debug, trigger: 1
2025-06-25T03:07:38.669Z root INFO [hosted-plugin: 12912] calling activation function on Cortex-Debug
2025-06-25T03:07:38.684Z root INFO [hosted-plugin: 12912] GDB server console created
2025-06-25T03:07:38.724Z root INFO [8015ddc7-6800-4b93-9e97-9c7860890136] Start of 23 plugins: 1851.7 ms [Finished 9.789 s after frontend start]
2025-06-25T03:07:39.081Z root INFO [hosted-plugin: 12912] calling activation function on JSON Language Features (built-in)
2025-06-25T03:07:42.556Z root ERROR ---- !!!SLOW!!! DURATION: search took 5056.890 ms. Args: [{"query":"","type":"All","topic":"All"}] ----
2025-06-25T03:07:42.986Z root ERROR ---- !!!SLOW!!! DURATION: search took 4726.878 ms. Args: [{"type":"Updatable"}] ----
2025-06-25T03:07:45.044Z root WARN A command arduino-include-library--AD7390 DAC library:Christoph Jurczyk is already registered.
2025-06-25T03:07:45.045Z root WARN A command arduino-include-library--ADS1110:Nadav Matalon <nadav.matalon@gmail.com> is already registered.
2025-06-25T03:07:45.045Z root WARN A command arduino-include-library--LTC1392 library:Christoph Jurczyk is already registered.
2025-06-25T03:07:45.045Z root WARN A command arduino-include-library--MKRMotorCarrier:Arduino is already registered.
2025-06-25T03:07:45.045Z root WARN A command arduino-include-library--Arduino SigFox for MKRFox1200:Arduino is already registered.
This is the log for using IDE version 2.3.4 with the same large library set I talked about earlier. This version of the IDE is able to install and update the libraries, all without the restart hiccup.
PS C:\Program Files\Arduino IDE>
Arduino IDE 2.3.4
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.4" (type of string)
Setting 'theia.frontend.config.cliVersion' application configuration value to: "1.1.1" (type of string)
Setting 'theia.frontend.config.buildDate' application configuration value to: "2024-12-03T10:03:03.490Z" (type of string)
Frontend application configuration after modifications: {"applicationName":"Arduino IDE","defaultTheme":{"light":"arduino-theme","dark":"arduino-theme-dark"},"defaultIconTheme":"none","electron":{"windowOptions":{}},"defaultLocale":"","validatePreferencesSchema":false,"preferences":{"window.title":"${rootName}${activeEditorShort}${appName}","files.autoSave":"afterDelay","editor.minimap.enabled":false,"editor.tabSize":2,"editor.scrollBeyondLastLine":false,"editor.quickSuggestions":{"other":false,"comments":false,"strings":false},"editor.maxTokenizationLineLength":500,"editor.bracketPairColorization.enabled":false,"breadcrumbs.enabled":false,"workbench.tree.renderIndentGuides":"none","explorer.compactFolders":false},"appVersion":"2.3.4","cliVersion":"1.1.1","buildDate":"2024-12-03T10:03:03.490Z"}
Starting backend process. PID: 13644
Using browser-only version of superagent in non-browser environment
Configuration directory URI: 'file:///c%3A/Users/MACHE/.arduinoIDE'
Configuring to accept webviews on '^.+\.webview\..+$' hostname.
2025-06-25T03:35:29.153Z root INFO Backend Object.initialize: 7.8 ms [Finished 2.068 s after backend start]
2025-06-25T03:35:29.169Z root INFO Backend Object.configure: 6.7 ms [Finished 2.069 s after backend start]
2025-06-25T03:35:29.169Z root INFO Backend s.onStart: 3.9 ms [Finished 2.069 s after backend start]
2025-06-25T03:35:29.170Z root INFO Backend s.configure: 0.5 ms [Finished 2.114 s after backend start]
2025-06-25T03:35:29.171Z root INFO Backend d.onStart: 0.4 ms [Finished 2.114 s after backend start]
2025-06-25T03:35:29.172Z root INFO Backend d.configure: 0.2 ms [Finished 2.115 s after backend start]
2025-06-25T03:35:29.174Z root INFO Backend d.initialize: 45.7 ms [Finished 2.115 s after backend start]
2025-06-25T03:35:29.174Z root INFO Backend c.onStart: 0.4 ms [Finished 2.115 s after backend start]
2025-06-25T03:35:29.175Z root INFO Backend a.configure: 17.0 ms [Finished 2.132 s after backend start]
2025-06-25T03:35:29.177Z config INFO >>> Initializing CLI configuration...
2025-06-25T03:35:29.177Z root INFO Backend c.initialize: 0.9 ms [Finished 2.133 s after backend start]
2025-06-25T03:35:29.178Z root INFO Backend x.onStart: 1.3 ms [Finished 2.134 s after backend start]
2025-06-25T03:35:29.179Z config INFO Loading CLI configuration from c:\Users\MACHE\.arduinoIDE\arduino-cli.yaml...
2025-06-25T03:35:29.180Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2025-06-25T03:35:29.180Z root INFO Backend a.initialize: 0.7 ms [Finished 2.135 s after backend start]
2025-06-25T03:35:29.180Z root INFO Backend w.onStart: 2.1 ms [Finished 2.137 s after backend start]
2025-06-25T03:35:29.180Z root INFO Backend r.configure: 3.2 ms [Finished 2.137 s after backend start]
2025-06-25T03:35:29.180Z discovery-log INFO start
2025-06-25T03:35:29.180Z discovery-log INFO start new deferred
2025-06-25T03:35:29.180Z root INFO Backend d.initialize: 0.9 ms [Finished 2.138 s after backend start]
2025-06-25T03:35:29.180Z root INFO Backend y.onStart: 3.0 ms [Finished 2.140 s after backend start]
2025-06-25T03:35:29.180Z root INFO Backend r.configure: 2.4 ms [Finished 2.140 s after backend start]
2025-06-25T03:35:29.180Z root INFO Backend a.onStart: 0.8 ms [Finished 2.142 s after backend start]
2025-06-25T03:35:29.180Z root INFO Backend h.configure: 0.7 ms [Finished 2.142 s after backend start]
2025-06-25T03:35:29.180Z root INFO Backend s.configure: 0.2 ms [Finished 2.143 s after backend start]
2025-06-25T03:35:29.180Z root INFO Backend l.configure: 0.1 ms [Finished 2.143 s after backend start]
2025-06-25T03:35:29.186Z root INFO Theia app listening on http://127.0.0.1:62130.
2025-06-25T03:35:29.186Z root INFO Finished starting backend application: 5.9 ms [Finished 2.148 s after backend start]
2025-06-25T03:35:29.187Z root WARN The local plugin referenced by local-dir:/c%3A/Users/MACHE/.arduinoIDE/plugins does not exist.
2025-06-25T03:35:29.188Z root WARN The local plugin referenced by local-dir:/c%3A/Users/MACHE/.arduinoIDE/extensions does not exist.
2025-06-25T03:35:29.192Z root WARN The local plugin referenced by local-dir:C:\Users\MACHE\.arduinoIDE\plugins does not exist.
2025-06-25T03:35:29.215Z config INFO Loaded CLI configuration: {"board_manager":{"additional_urls":[]},"directories":{"builtin":{"libraries":"C:\\Users\\MACHE\\AppData\\Local\\Arduino15\\libraries"},"data":"c:\\Users\\MACHE\\AppData\\Local\\Arduino15","user":"e:\\PROGMS\\ARDUiNO\\LIBRARIES"},"locale":"en"}
2025-06-25T03:35:29.215Z config INFO 'directories.data' and 'directories.user' are set in the CLI configuration model.
2025-06-25T03:35:29.215Z config INFO Loaded the CLI configuration.
2025-06-25T03:35:32.974Z config INFO Mapped the CLI configuration: {"dataDirUri":"file:///c%3A/Users/MACHE/AppData/Local/Arduino15","sketchDirUri":"file:///e%3A/PROGMS/ARDUiNO/LIBRARIES","additionalUrls":[],"network":"none","locale":"en"}
2025-06-25T03:35:32.974Z config INFO Validating the CLI configuration...
2025-06-25T03:35:33.092Z daemon INFO time="2025-06-24T20:35:33-07:00" level=info msg="arduino-cli version 1.1.1"
2025-06-25T03:35:33.094Z daemon INFO time="2025-06-24T20:35:33-07:00" level=info msg="Using config file: c:\\Users\\MACHE\\.arduinoIDE\\arduino-cli.yaml"
2025-06-25T03:35:33.094Z daemon INFO time="2025-06-24T20:35:33-07:00" level=info msg="Executing `arduino-cli daemon`"
2025-06-25T03:35:33.096Z config INFO The CLI config is valid.
2025-06-25T03:35:33.096Z config INFO <<< Initialized the CLI configuration.
2025-06-25T03:35:33.109Z daemon INFO Daemon is now listening on 127.0.0.1:62131
{"IP":"127.0.0.1","Port":"62131"}
2025-06-25T03:35:33.110Z daemon INFO Daemon is running.
2025-06-25T03:35:33.429Z root INFO Resolve plugins list: 4250.2 ms [Finished 6.391 s after backend start]
2025-06-25T03:35:33.440Z daemon INFO time="2025-06-24T20:35:33-07:00" level=info msg="Checking signature" index="c:\\Users\\MACHE\\AppData\\Local\\Arduino15\\package_index.json" signatureFile="c:\\Users\\MACHE\\AppData\\Local\\Arduino15\\package_index.json.sig" trusted=true
2025-06-25T03:35:33.443Z daemon INFO time="2025-06-24T20:35:33-07:00" level=info msg="Loading hardware from: c:\\Users\\MACHE\\AppData\\Local\\Arduino15\\packages"
2025-06-25T03:35:33.445Z daemon INFO time="2025-06-24T20:35:33-07:00" level=info msg="Loading package arduino from: C:\\Users\\MACHE\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware"
2025-06-25T03:35:33.449Z daemon INFO time="2025-06-24T20:35:33-07:00" level=info msg="Missing signature file" index="C:\\Users\\MACHE\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\installed.json"
2025-06-25T03:35:33.453Z daemon INFO time="2025-06-24T20:35:33-07:00" level=info msg="Adding monitor tool" protocol=serial tool="builtin:serial-monitor"
2025-06-25T03:35:33.453Z daemon INFO time="2025-06-24T20:35:33-07:00" level=info msg="Loaded platform" platform="arduino:avr@1.8.6"
time="2025-06-24T20:35:33-07:00" level=info msg="Checking existence of 'tools' path: C:\\Users\\MACHE\\AppData\\Local\\Arduino15\\packages\\arduino\\tools"
time="2025-06-24T20:35:33-07:00" level=info msg="Loading tools from dir: C:\\Users\\MACHE\\AppData\\Local\\Arduino15\\packages\\arduino\\tools"
2025-06-25T03:35:33.457Z daemon INFO time="2025-06-24T20:35:33-07:00" level=info msg="Loaded tool" tool="arduino:arduinoOTA@1.3.0"
2025-06-25T03:35:33.459Z daemon INFO time="2025-06-24T20:35:33-07:00" level=info msg="Loaded tool" tool="arduino:avr-gcc@7.3.0-atmel3.6.1-arduino7"
2025-06-25T03:35:33.460Z daemon INFO time="2025-06-24T20:35:33-07:00" level=info msg="Loaded tool" tool="arduino:avrdude@6.3.0-arduino17"
2025-06-25T03:35:33.461Z daemon INFO time="2025-06-24T20:35:33-07:00" level=info msg="Loading package builtin from: C:\\Users\\MACHE\\AppData\\Local\\Arduino15\\packages\\builtin"
2025-06-25T03:35:33.461Z daemon INFO time="2025-06-24T20:35:33-07:00" level=info msg="Checking existence of 'tools' path: C:\\Users\\MACHE\\AppData\\Local\\Arduino15\\packages\\builtin\\tools"
time="2025-06-24T20:35:33-07:00" level=info msg="Loading tools from dir: C:\\Users\\MACHE\\AppData\\Local\\Arduino15\\packages\\builtin\\tools"
2025-06-25T03:35:33.463Z daemon INFO time="2025-06-24T20:35:33-07:00" level=info msg="Loaded tool" tool="builtin:ctags@5.8-arduino11"
2025-06-25T03:35:33.464Z daemon INFO time="2025-06-24T20:35:33-07:00" level=info msg="Loaded tool" tool="builtin:dfu-discovery@0.1.2"
2025-06-25T03:35:33.465Z daemon INFO time="2025-06-24T20:35:33-07:00" level=info msg="Loaded tool" tool="builtin:mdns-discovery@1.0.9"
2025-06-25T03:35:33.465Z daemon INFO time="2025-06-24T20:35:33-07:00" level=info msg="Loaded tool" tool="builtin:serial-discovery@1.4.1"
2025-06-25T03:35:33.467Z daemon INFO time="2025-06-24T20:35:33-07:00" level=info msg="Loaded tool" tool="builtin:serial-monitor@0.15.0"
2025-06-25T03:35:33.509Z daemon INFO time="2025-06-24T20:35:33-07:00" level=info msg="Adding libraries dir" dir="C:\\Users\\MACHE\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\libraries" isSingleLibrary=false location=platform
2025-06-25T03:35:33.509Z daemon INFO time="2025-06-24T20:35:33-07:00" level=info msg="Loading libraries index file" index="c:\\Users\\MACHE\\AppData\\Local\\Arduino15\\library_index.json"
2025-06-25T03:35:33.986Z daemon INFO time="2025-06-24T20:35:33-07:00" level=info msg="Adding libraries dir" dir="C:\\Users\\MACHE\\AppData\\Local\\Arduino15\\libraries" isSingleLibrary=false location=ide
2025-06-25T03:35:33.988Z daemon INFO time="2025-06-24T20:35:33-07:00" level=info msg="Adding libraries dir" dir="e:\\PROGMS\\ARDUiNO\\LIBRARIES\\libraries" isSingleLibrary=false location=user
Opening channel for service path '/services/electron-window'.
Opening channel for service path '/services/ide-updater'.
2025-06-25T03:35:35.675Z root WARN Frontend a.configure took longer than the expected maximum 100 milliseconds: 481.4 ms [Finished 5.609 s after frontend start]
2025-06-25T03:35:35.686Z root WARN A command editor.action.toggleStickyScroll is already registered.
2025-06-25T03:35:36.708Z root WARN Frontend D.onStart took longer than the expected maximum 100 milliseconds: 861.6 ms [Finished 6.684 s after frontend start]
2025-06-25T03:35:53.788Z root INFO Deploy plugins list: 4250.2 ms [Finished 26.750 s after backend start]
2025-06-25T03:36:54.041Z daemon INFO time="2025-06-24T20:36:54-07:00" level=warning msg="Error loading library" error="rpc error: code = Internal desc = loading library from e:\\PROGMS\\ARDUiNO\\LIBRARIES\\libraries\\package-2865505661: invalid library: no header files found"
2025-06-25T03:36:54.054Z discovery-log INFO start resolved watching
2025-06-25T03:36:54.174Z root WARN Frontend c.onStart took longer than the expected maximum 100 milliseconds: 77464.6 ms [Finished 84.150 s after frontend start]
2025-06-25T03:36:54.388Z root INFO Start frontend contributions: 79200.9 ms [Finished 84.168 s after frontend start]
2025-06-25T03:36:54.390Z root INFO Changed application state from 'init' to 'started_contributions'.
2025-06-25T03:36:54.463Z root INFO [d433db56-6b4c-4f79-a1fe-482bab0c2e50] Waiting for backend deployment: 283.3 ms [Finished 84.437 s after frontend start]
2025-06-25T03:36:55.366Z root INFO [hosted-plugin: 8240] PLUGIN_HOST(8240) starting instance
2025-06-25T03:36:56.852Z root INFO [d433db56-6b4c-4f79-a1fe-482bab0c2e50] Sync of 23 plugins: 2392.4 ms [Finished 86.830 s after frontend start]
2025-06-25T03:37:10.154Z root INFO Changed application state from 'started_contributions' to 'attached_shell'.
2025-06-25T03:37:10.155Z root INFO >>> Restoring the layout state...
2025-06-25T03:37:10.156Z root INFO <<< Nothing to restore.
2025-06-25T03:37:10.242Z root INFO Initialize the workbench layout: 38.8 ms [Finished 100.171 s after frontend start]
2025-06-25T03:37:10.284Z root INFO Changed application state from 'attached_shell' to 'initialized_layout'.
2025-06-25T03:37:10.285Z root INFO [d433db56-6b4c-4f79-a1fe-482bab0c2e50] Loading plugin contributions
2025-06-25T03:37:10.290Z root INFO [d433db56-6b4c-4f79-a1fe-482bab0c2e50] Load contributions of 23 plugins: 36.6 ms [Finished 100.209 s after frontend start]
2025-06-25T03:37:10.410Z root WARN 'cpp' language is remapped from 'source.cpp.embedded.macro' to 'source.cpp' scope
2025-06-25T03:37:10.410Z root WARN a registered grammar configuration for 'cpp' language is overridden
2025-06-25T03:37:18.316Z root INFO Frontend application start: 102741.9 ms [Finished 111.278 s after backend start]
Checking for update
Found version 2.3.6 (url: arduino-ide_2.3.6_Windows_64bit.exe)
2025-06-25T03:37:33.057Z root INFO Replace loading indicator with ready workbench UI (animation): 7529.8 ms [Finished 107.791 s after frontend start]
2025-06-25T03:37:33.065Z root INFO Changed application state from 'initialized_layout' to 'ready'.
2025-06-25T03:37:33.065Z root WARN Linked preference "workbench.colorCustomizations" not found.
2025-06-25T03:37:33.065Z root WARN Timeout after 5000 millis. The editor has not shown up in time. URI: file:///c%3A/Users/MACHE/AppData/Local/Temp/.arduinoIDE-unsaved2025524-13644-ewzvyd.vf7uc/sketch_jun24a/sketch_jun24a.ino
2025-06-25T03:37:35.873Z root ERROR [hosted-plugin: 8240] Conflict in settings file Default: Ignoring cortex-debug.armToolchainPath.linux as cortex-debug.armToolchainPath is null
2025-06-25T03:37:35.874Z root ERROR [hosted-plugin: 8240] Conflict in settings file Default: Ignoring cortex-debug.armToolchainPath.osx as cortex-debug.armToolchainPath is null
Conflict in settings file Default: Ignoring cortex-debug.armToolchainPath.windows as cortex-debug.armToolchainPath is null
Conflict in settings file Default: Ignoring cortex-debug.JLinkGDBServerPath.linux as cortex-debug.JLinkGDBServerPath is null
Conflict in settings file Default: Ignoring cortex-debug.JLinkGDBServerPath.osx as cortex-debug.JLinkGDBServerPath is null
Conflict in settings file Default: Ignoring cortex-debug.JLinkGDBServerPath.windows as cortex-debug.JLinkGDBServerPath is null
2025-06-25T03:37:35.874Z root ERROR [hosted-plugin: 8240] Conflict in settings file Default: Ignoring cortex-debug.openocdPath.linux as cortex-debug.openocdPath is null
2025-06-25T03:37:35.874Z root ERROR [hosted-plugin: 8240] Conflict in settings file Default: Ignoring cortex-debug.openocdPath.osx as cortex-debug.openocdPath is null
2025-06-25T03:37:35.874Z root ERROR [hosted-plugin: 8240] 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-06-25T03:37:35.874Z root ERROR [hosted-plugin: 8240] 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
2025-06-25T03:37:35.874Z root ERROR [hosted-plugin: 8240] 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-06-25T03:37:35.874Z root ERROR [hosted-plugin: 8240] 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-06-25T03:37:35.875Z root ERROR [hosted-plugin: 8240] 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-06-25T03:37:37.727Z root ERROR ---- !!!SLOW!!! DURATION: search took 4662.185 ms. Args: [{"type":"Updatable"}] ----
2025-06-25T03:37:44.348Z root WARN A command arduino-include-library--AD7390 DAC library:Christoph Jurczyk is already registered.
2025-06-25T03:37:44.349Z root WARN A command arduino-include-library--Arduino SigFox for MKRFox1200:Arduino is already registered.
2025-06-25T03:37:44.349Z root WARN A command arduino-include-library--LTC1392 library:Christoph Jurczyk is already registered.
2025-06-25T03:37:44.350Z root WARN A command arduino-include-library--MKRMotorCarrier:Arduino is already registered.
2025-06-25T03:37:44.351Z root WARN A command arduino-include-library--ADS1110:Nadav Matalon <nadav.matalon@gmail.com> is already registered.
2025-06-25T03:37:55.835Z root INFO [hosted-plugin: 8240] PLUGIN_HOST(8240): PluginManagerExtImpl/init()
2025-06-25T03:37:55.839Z root INFO [hosted-plugin: 8240] PLUGIN_HOST(8240): initializing(vscode-arduino-api@0.1.2 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-06-25T03:37:57.339Z root INFO [hosted-plugin: 8240] PLUGIN_HOST(8240): initializing(cortex-debug@1.5.1 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-06-25T03:37:57.340Z root INFO [hosted-plugin: 8240] Debugger contribution has been registered: cortex-debug
2025-06-25T03:37:57.341Z root INFO [hosted-plugin: 8240] PLUGIN_HOST(8240): initializing(vscode-arduino-tools@0.1.3 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-06-25T03:37:57.345Z root INFO [hosted-plugin: 8240] PLUGIN_HOST(8240): initializing(cpp@1.52.1 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-06-25T03:37:57.346Z root INFO [hosted-plugin: 8240] PLUGIN_HOST(8240): initializing(json@1.46.1 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-06-25T03:37:57.357Z root INFO [hosted-plugin: 8240] PLUGIN_HOST(8240): initializing(json-language-features@1.46.1 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-06-25T03:37:57.359Z root INFO [hosted-plugin: 8240] PLUGIN_HOST(8240): initializing(vscode-language-pack-bg@1.48.3 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-06-25T03:37:57.363Z root INFO [hosted-plugin: 8240] PLUGIN_HOST(8240): initializing(vscode-language-pack-cs@1.80.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-06-25T03:37:57.365Z root INFO [hosted-plugin: 8240] PLUGIN_HOST(8240): initializing(vscode-language-pack-de@1.80.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-06-25T03:37:57.370Z root INFO [hosted-plugin: 8240] PLUGIN_HOST(8240): initializing(vscode-language-pack-es@1.80.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-06-25T03:37:57.372Z root INFO [hosted-plugin: 8240] PLUGIN_HOST(8240): initializing(vscode-language-pack-fr@1.80.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-06-25T03:37:57.374Z root INFO [hosted-plugin: 8240] PLUGIN_HOST(8240): initializing(vscode-language-pack-hu@1.48.3 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-06-25T03:37:57.376Z root INFO [hosted-plugin: 8240] PLUGIN_HOST(8240): initializing(vscode-language-pack-it@1.80.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-06-25T03:37:57.377Z root INFO [hosted-plugin: 8240] PLUGIN_HOST(8240): initializing(vscode-language-pack-ja@1.80.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-06-25T03:37:57.378Z root INFO [hosted-plugin: 8240] PLUGIN_HOST(8240): initializing(vscode-language-pack-ko@1.80.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-06-25T03:37:57.381Z root INFO [hosted-plugin: 8240] PLUGIN_HOST(8240): initializing(vscode-language-pack-nl@1.48.3 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-06-25T03:37:57.386Z root INFO [hosted-plugin: 8240] PLUGIN_HOST(8240): initializing(vscode-language-pack-pl@1.80.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-06-25T03:37:57.387Z root INFO [hosted-plugin: 8240] PLUGIN_HOST(8240): initializing(vscode-language-pack-pt-BR@1.80.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-06-25T03:37:57.388Z root INFO [hosted-plugin: 8240] PLUGIN_HOST(8240): initializing(vscode-language-pack-ru@1.80.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-06-25T03:37:57.389Z root INFO [hosted-plugin: 8240] PLUGIN_HOST(8240): initializing(vscode-language-pack-tr@1.80.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-06-25T03:37:57.393Z root INFO [hosted-plugin: 8240] PLUGIN_HOST(8240): initializing(vscode-language-pack-uk@1.48.3 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-06-25T03:37:57.408Z root INFO [hosted-plugin: 8240] PLUGIN_HOST(8240): initializing(vscode-language-pack-zh-hans@1.80.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-06-25T03:37:57.419Z root INFO [hosted-plugin: 8240] PLUGIN_HOST(8240): initializing(vscode-language-pack-zh-hant@1.80.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-06-25T03:37:57.431Z root INFO [hosted-plugin: 8240] PLUGIN_HOST(8240): PluginManagerExtImpl/loadPlugin(C:\Program Files\Arduino IDE\resources\app\plugins\vscode-arduino-api\extension\dist\extension.js)
2025-06-25T03:37:57.514Z root INFO [hosted-plugin: 8240] calling activation function on Arduino IDE API for VS Code extensions
2025-06-25T03:37:57.521Z root INFO [hosted-plugin: 8240] PLUGIN_HOST(8240): PluginManagerExtImpl/loadPlugin(C:\Program Files\Arduino IDE\resources\app\plugins\vscode-builtin-json-language-features\extension\client\dist\jsonMain)
2025-06-25T03:38:01.654Z root INFO [hosted-plugin: 8240] calling activation function on JSON Language Features (built-in)
2025-06-25T03:38:01.998Z root INFO [d433db56-6b4c-4f79-a1fe-482bab0c2e50] Starting plugins.
2025-06-25T03:38:02.035Z root INFO [hosted-plugin: 8240] PLUGIN_HOST(8240): PluginManagerExtImpl/loadPlugin(C:\Program Files\Arduino IDE\resources\app\plugins\cortex-debug\extension\dist\extension.js)
2025-06-25T03:38:02.377Z root INFO [hosted-plugin: 8240] Debug configuration provider has been registered: cortex-debug, trigger: 1
2025-06-25T03:38:02.378Z root INFO [hosted-plugin: 8240] calling activation function on Cortex-Debug
2025-06-25T03:38:02.386Z root INFO [hosted-plugin: 8240] GDB server console created
2025-06-25T03:38:02.398Z root INFO [d433db56-6b4c-4f79-a1fe-482bab0c2e50] Start of 23 plugins: 52086.4 ms [Finished 152.375 s after frontend start]
2025-06-25T03:43:22.884Z root ERROR ---- !!!SLOW!!! DURATION: search took 1009.300 ms. Args: [{"query":"","type":"All","topic":"All"}] ----
2025-06-25T03:43:43.961Z root INFO >>> Starting library package installation... {
name: 'FireEsp',
exampleUris: [],
location: 0,
installedVersion: '1.0.2',
author: 'Init.io',
availableVersions: [ '1.2.1', '1.0.2', '1.0.1' ],
includes: [ 'FireEsp.h' ],
description: 'This library provides functionality for Firebase Authentication, Realtime Database, and Firestore operations using ESP8266/ESP32 boards. It includes methods for user authentication (sign up, sign in, reset password), database operations (put, update, get, remove), and more.',
moreInfoLink: 'https://github.com/Init-io/FireEsp',
summary: 'A library for connecting to Firebase using ESP boards',
category: 'Communication',
types: [ 'Contributed' ],
index: 2666
}
2025-06-25T03:43:43.967Z discovery-log INFO stop
2025-06-25T03:43:43.967Z discovery-log INFO >>> Stopping boards watcher...
2025-06-25T03:43:43.967Z discovery-log INFO Canceling boards watcher...
2025-06-25T03:43:43.967Z discovery-log INFO disposing requesting cancel
2025-06-25T03:43:43.967Z discovery-log INFO disposing canceled
2025-06-25T03:43:43.971Z discovery-log INFO error received
2025-06-25T03:43:43.971Z discovery-log INFO cancel error received!
2025-06-25T03:43:43.971Z discovery-log INFO stop received event: either end or cancel
2025-06-25T03:43:43.971Z discovery-log INFO stop stopped
2025-06-25T03:43:43.972Z discovery-log INFO received end
2025-06-25T03:44:26.188Z daemon INFO time="2025-06-24T20:44:26-07:00" level=info msg="Starting download" url="https://downloads.arduino.cc/libraries/github.com/Init-io/FireEsp-1.2.1.zip?query=upgrade"
2025-06-25T03:44:27.701Z daemon INFO time="2025-06-24T20:44:27-07:00" level=info msg="Installing library" library=FireEsp@1.2.1
2025-06-25T03:45:17.262Z root INFO New sketch 'DatabaseManagement' was created in sketchbook 'file:///e%3A/PROGMS/ARDUiNO/LIBRARIES'.
2025-06-25T03:45:17.267Z root INFO New sketch 'UserManagement' was created in sketchbook 'file:///e%3A/PROGMS/ARDUiNO/LIBRARIES'.
2025-06-25T03:45:17.441Z daemon INFO time="2025-06-24T20:45:17-07:00" level=info msg="Checking signature" index="c:\\Users\\MACHE\\AppData\\Local\\Arduino15\\package_index.json" signatureFile="c:\\Users\\MACHE\\AppData\\Local\\Arduino15\\package_index.json.sig" trusted=true
2025-06-25T03:45:17.444Z daemon INFO time="2025-06-24T20:45:17-07:00" level=info msg="Loading hardware from: c:\\Users\\MACHE\\AppData\\Local\\Arduino15\\packages"
2025-06-25T03:45:17.447Z daemon INFO time="2025-06-24T20:45:17-07:00" level=info msg="Loading package arduino from: C:\\Users\\MACHE\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware"
2025-06-25T03:45:17.451Z daemon INFO time="2025-06-24T20:45:17-07:00" level=info msg="Missing signature file" index="C:\\Users\\MACHE\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\installed.json"
2025-06-25T03:45:17.456Z daemon INFO time="2025-06-24T20:45:17-07:00" level=info msg="Adding monitor tool" protocol=serial tool="builtin:serial-monitor"
time="2025-06-24T20:45:17-07:00" level=info msg="Loaded platform" platform="arduino:avr@1.8.6"
2025-06-25T03:45:17.457Z daemon INFO time="2025-06-24T20:45:17-07:00" level=info msg="Checking existence of 'tools' path: C:\\Users\\MACHE\\AppData\\Local\\Arduino15\\packages\\arduino\\tools"
time="2025-06-24T20:45:17-07:00" level=info msg="Loading tools from dir: C:\\Users\\MACHE\\AppData\\Local\\Arduino15\\packages\\arduino\\tools"
2025-06-25T03:45:17.458Z daemon INFO time="2025-06-24T20:45:17-07:00" level=info msg="Loaded tool" tool="arduino:arduinoOTA@1.3.0"
2025-06-25T03:45:17.459Z daemon INFO time="2025-06-24T20:45:17-07:00" level=info msg="Loaded tool" tool="arduino:avr-gcc@7.3.0-atmel3.6.1-arduino7"
2025-06-25T03:45:17.460Z daemon INFO time="2025-06-24T20:45:17-07:00" level=info msg="Loaded tool" tool="arduino:avrdude@6.3.0-arduino17"
2025-06-25T03:45:17.462Z daemon INFO time="2025-06-24T20:45:17-07:00" level=info msg="Loading package builtin from: C:\\Users\\MACHE\\AppData\\Local\\Arduino15\\packages\\builtin"
2025-06-25T03:45:17.463Z daemon INFO time="2025-06-24T20:45:17-07:00" level=info msg="Checking existence of 'tools' path: C:\\Users\\MACHE\\AppData\\Local\\Arduino15\\packages\\builtin\\tools"
time="2025-06-24T20:45:17-07:00" level=info msg="Loading tools from dir: C:\\Users\\MACHE\\AppData\\Local\\Arduino15\\packages\\builtin\\tools"
2025-06-25T03:45:17.465Z daemon INFO time="2025-06-24T20:45:17-07:00" level=info msg="Loaded tool" tool="builtin:ctags@5.8-arduino11"
2025-06-25T03:45:17.465Z daemon INFO time="2025-06-24T20:45:17-07:00" level=info msg="Loaded tool" tool="builtin:dfu-discovery@0.1.2"
2025-06-25T03:45:17.466Z daemon INFO time="2025-06-24T20:45:17-07:00" level=info msg="Loaded tool" tool="builtin:mdns-discovery@1.0.9"
2025-06-25T03:45:17.467Z daemon INFO time="2025-06-24T20:45:17-07:00" level=info msg="Loaded tool" tool="builtin:serial-discovery@1.4.1"
2025-06-25T03:45:17.467Z daemon INFO time="2025-06-24T20:45:17-07:00" level=info msg="Loaded tool" tool="builtin:serial-monitor@0.15.0"
2025-06-25T03:45:17.502Z daemon INFO time="2025-06-24T20:45:17-07:00" level=info msg="Discovery event channel closed builtin:serial-discovery. Exiting goroutine."
2025-06-25T03:45:17.510Z daemon INFO time="2025-06-24T20:45:17-07:00" level=error msg="Waiting discovery process termination: exit status 1" discovery="builtin:serial-discovery"
time="2025-06-24T20:45:17-07:00" level=info msg="Closed and removed discovery builtin:serial-discovery"
2025-06-25T03:45:17.510Z daemon INFO time="2025-06-24T20:45:17-07:00" level=error msg="Stopped decode loop: EOF" discovery="builtin:serial-discovery"
2025-06-25T03:45:17.511Z daemon INFO time="2025-06-24T20:45:17-07:00" level=error msg="Killing discovery process: TerminateProcess: Access is denied." discovery="builtin:mdns-discovery"
2025-06-25T03:45:17.511Z daemon INFO time="2025-06-24T20:45:17-07:00" level=info msg="Discovery event channel closed builtin:mdns-discovery. Exiting goroutine."
2025-06-25T03:45:17.518Z daemon INFO time="2025-06-24T20:45:17-07:00" level=info msg="Closed and removed discovery builtin:mdns-discovery"
2025-06-25T03:45:17.518Z daemon INFO time="2025-06-24T20:45:17-07:00" level=error msg="Stopped decode loop: EOF" discovery="builtin:mdns-discovery"
2025-06-25T03:45:17.636Z daemon INFO time="2025-06-24T20:45:17-07:00" level=info msg="Adding libraries dir" dir="C:\\Users\\MACHE\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\libraries" isSingleLibrary=false location=platform
2025-06-25T03:45:17.636Z daemon INFO time="2025-06-24T20:45:17-07:00" level=info msg="Loading libraries index file" index="c:\\Users\\MACHE\\AppData\\Local\\Arduino15\\library_index.json"
2025-06-25T03:45:18.129Z daemon INFO time="2025-06-24T20:45:18-07:00" level=info msg="Adding libraries dir" dir="C:\\Users\\MACHE\\AppData\\Local\\Arduino15\\libraries" isSingleLibrary=false location=ide
2025-06-25T03:45:18.130Z daemon INFO time="2025-06-24T20:45:18-07:00" level=info msg="Adding libraries dir" dir="e:\\PROGMS\\ARDUiNO\\LIBRARIES\\libraries" isSingleLibrary=false location=user
2025-06-25T03:46:12.287Z daemon INFO time="2025-06-24T20:46:12-07:00" level=warning msg="Error loading library" error="rpc error: code = Internal desc = loading library from e:\\PROGMS\\ARDUiNO\\LIBRARIES\\libraries\\package-2865505661: invalid library: no header files found"
2025-06-25T03:46:12.290Z discovery-log INFO start
2025-06-25T03:46:12.290Z discovery-log INFO start new deferred
2025-06-25T03:46:12.290Z discovery-log INFO start resolved watching
2025-06-25T03:46:13.769Z root ERROR ---- !!!SLOW!!! DURATION: search took 1478.278 ms. Args: [{}] ----
2025-06-25T03:46:13.769Z root INFO <<< Library package installation done. {
name: 'FireEsp',
exampleUris: [],
location: 0,
installedVersion: '1.0.2',
author: 'Init.io',
availableVersions: [ '1.2.1', '1.0.2', '1.0.1' ],
includes: [ 'FireEsp.h' ],
description: 'This library provides functionality for Firebase Authentication, Realtime Database, and Firestore operations using ESP8266/ESP32 boards. It includes methods for user authentication (sign up, sign in, reset password), database operations (put, update, get, remove), and more.',
moreInfoLink: 'https://github.com/Init-io/FireEsp',
summary: 'A library for connecting to Firebase using ESP boards',
category: 'Communication',
types: [ 'Contributed' ],
index: 2666
}
2025-06-25T03:47:15.639Z root ERROR Uncaught Exception: Error: ping timeout
2025-06-25T03:47:15.639Z root ERROR Error: ping timeout
at C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:1253913
at Map.forEach (<anonymous>)
at C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:1253892
at C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:1221089
at i.invoke (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:1221179)
at s.fire (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:1222982)
at C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:1248775
at Map.forEach (<anonymous>)
at Object.<anonymous> (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:1248745)
at e.dispose (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:1214148)
2025-06-25T03:47:15.660Z root ERROR Uncaught Exception: Error: spawn wmic.exe ENOENT
2025-06-25T03:47:15.660Z root ERROR Error: spawn wmic.exe ENOENT
at Process.onexit (node:internal/child_process:283:19)
at onErrorNT (node:internal/child_process:476:16)
at process.processTicksAndRejections (node:internal/process/task_queues:82:21)
2025-06-25T03:47:15.664Z root ERROR Uncaught Exception: TypeError: Cannot read properties of undefined (reading 'forEach')
2025-06-25T03:47:15.664Z 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:1629286)
at Stream.emit (node:events:514:28)
at Stream.i (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:3672143)
at Stream.emit (node:events:526:35)
at f (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:3254006)
at o.write (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:3254363)
at Stream.ondata (node:internal/streams/legacy:20:31)
at Stream.emit (node:events:514:28)
at l (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:3703860)
at c.queue.c.push (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:3704077)
2025-06-25T03:49:18.093Z root ERROR ---- !!!SLOW!!! DURATION: search took 1293.676 ms. Args: [{"query":"","type":"All","topic":"All"}] ----
2025-06-25T03:49:18.096Z root INFO [hosted-plugin: 5592] PLUGIN_HOST(5592) starting instance
2025-06-25T03:49:18.098Z root INFO [d433db56-6b4c-4f79-a1fe-482bab0c2e50] Waiting for backend deployment: 169.1 ms [Finished 826.815 s after frontend start]
2025-06-25T03:49:18.098Z root INFO [d433db56-6b4c-4f79-a1fe-482bab0c2e50] Sync of 0 plugins: 0.1 ms [Finished 826.815 s after frontend start]
2025-06-25T03:49:18.098Z root INFO [d433db56-6b4c-4f79-a1fe-482bab0c2e50] Loading plugin contributions
2025-06-25T03:49:18.098Z root INFO [d433db56-6b4c-4f79-a1fe-482bab0c2e50] Load contributions of 0 plugins: 0.2 ms [Finished 826.815 s after frontend start]
2025-06-25T03:49:18.504Z root ERROR [hosted-plugin: 5592] Conflict in settings file Default: Ignoring cortex-debug.armToolchainPath.linux as cortex-debug.armToolchainPath is null
2025-06-25T03:49:18.504Z root ERROR [hosted-plugin: 5592] Conflict in settings file Default: Ignoring cortex-debug.armToolchainPath.osx as cortex-debug.armToolchainPath is null
2025-06-25T03:49:18.505Z root ERROR [hosted-plugin: 5592] Conflict in settings file Default: Ignoring cortex-debug.armToolchainPath.windows as cortex-debug.armToolchainPath is null
Conflict in settings file Default: Ignoring cortex-debug.JLinkGDBServerPath.linux as cortex-debug.JLinkGDBServerPath is null
Conflict in settings file Default: Ignoring cortex-debug.JLinkGDBServerPath.osx as cortex-debug.JLinkGDBServerPath is null
Conflict in settings file Default: Ignoring cortex-debug.JLinkGDBServerPath.windows as cortex-debug.JLinkGDBServerPath is null
Conflict in settings file Default: Ignoring cortex-debug.openocdPath.linux as cortex-debug.openocdPath is null
Conflict in settings file Default: Ignoring cortex-debug.openocdPath.osx as cortex-debug.openocdPath is null
Conflict in settings file Default: Ignoring cortex-debug.openocdPath.windows as cortex-debug.openocdPath is null
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-06-25T03:49:18.505Z root ERROR [hosted-plugin: 5592] 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-06-25T03:49:18.505Z root ERROR [hosted-plugin: 5592] Conflict in settings file Default: Ignoring cortex-debug.PEGDBServerPath.windows as cortex-debug.PEGDBServerPath is null
2025-06-25T03:49:18.506Z root ERROR [hosted-plugin: 5592] Conflict in settings file Default: Ignoring cortex-debug.stutilPath.linux as cortex-debug.stutilPath is null
2025-06-25T03:49:18.506Z root ERROR [hosted-plugin: 5592] 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
2025-06-25T03:49:18.506Z root ERROR [hosted-plugin: 5592] 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-06-25T03:49:18.522Z root INFO [hosted-plugin: 5592] PLUGIN_HOST(5592): PluginManagerExtImpl/init()
2025-06-25T03:49:18.526Z root INFO [hosted-plugin: 5592] PLUGIN_HOST(5592): initializing(vscode-arduino-api@0.1.2 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-06-25T03:49:18.659Z root INFO [hosted-plugin: 5592] PLUGIN_HOST(5592): initializing(cortex-debug@1.5.1 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-06-25T03:49:18.660Z root INFO [hosted-plugin: 5592] Debugger contribution has been registered: cortex-debug
2025-06-25T03:49:18.664Z root INFO [hosted-plugin: 5592] PLUGIN_HOST(5592): initializing(vscode-arduino-tools@0.1.3 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-06-25T03:49:18.667Z root INFO [hosted-plugin: 5592] PLUGIN_HOST(5592): initializing(cpp@1.52.1 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-06-25T03:49:18.669Z root INFO [hosted-plugin: 5592] PLUGIN_HOST(5592): initializing(json@1.46.1 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-06-25T03:49:18.672Z root INFO [hosted-plugin: 5592] PLUGIN_HOST(5592): initializing(json-language-features@1.46.1 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-06-25T03:49:18.675Z root INFO [hosted-plugin: 5592] PLUGIN_HOST(5592): initializing(vscode-language-pack-bg@1.48.3 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-06-25T03:49:18.679Z root INFO [hosted-plugin: 5592] PLUGIN_HOST(5592): initializing(vscode-language-pack-cs@1.80.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-06-25T03:49:18.685Z root INFO [hosted-plugin: 5592] PLUGIN_HOST(5592): initializing(vscode-language-pack-de@1.80.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-06-25T03:49:18.687Z root INFO [hosted-plugin: 5592] PLUGIN_HOST(5592): initializing(vscode-language-pack-es@1.80.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-06-25T03:49:18.690Z root INFO [hosted-plugin: 5592] PLUGIN_HOST(5592): initializing(vscode-language-pack-fr@1.80.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-06-25T03:49:18.694Z root INFO [hosted-plugin: 5592] PLUGIN_HOST(5592): initializing(vscode-language-pack-hu@1.48.3 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-06-25T03:49:18.713Z root INFO [hosted-plugin: 5592] PLUGIN_HOST(5592): initializing(vscode-language-pack-it@1.80.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-06-25T03:49:18.727Z root INFO [hosted-plugin: 5592] PLUGIN_HOST(5592): initializing(vscode-language-pack-ja@1.80.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-06-25T03:49:18.733Z root INFO [hosted-plugin: 5592] PLUGIN_HOST(5592): initializing(vscode-language-pack-ko@1.80.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-06-25T03:49:18.840Z root INFO [hosted-plugin: 5592] PLUGIN_HOST(5592): initializing(vscode-language-pack-nl@1.48.3 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-06-25T03:49:18.841Z root INFO [hosted-plugin: 5592] PLUGIN_HOST(5592): initializing(vscode-language-pack-pl@1.80.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-06-25T03:49:18.966Z root INFO [hosted-plugin: 5592] PLUGIN_HOST(5592): initializing(vscode-language-pack-pt-BR@1.80.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-06-25T03:49:18.990Z root INFO [hosted-plugin: 5592] PLUGIN_HOST(5592): initializing(vscode-language-pack-ru@1.80.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-06-25T03:49:19.016Z root INFO [hosted-plugin: 5592] PLUGIN_HOST(5592): initializing(vscode-language-pack-tr@1.80.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-06-25T03:49:19.017Z root INFO [hosted-plugin: 5592] PLUGIN_HOST(5592): initializing(vscode-language-pack-uk@1.48.3 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-06-25T03:49:19.091Z root INFO [hosted-plugin: 5592] PLUGIN_HOST(5592): initializing(vscode-language-pack-zh-hans@1.80.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-06-25T03:49:19.096Z root INFO [hosted-plugin: 5592] PLUGIN_HOST(5592): initializing(vscode-language-pack-zh-hant@1.80.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-06-25T03:49:19.107Z root INFO [hosted-plugin: 5592] PLUGIN_HOST(5592): PluginManagerExtImpl/loadPlugin(C:\Program Files\Arduino IDE\resources\app\plugins\vscode-arduino-api\extension\dist\extension.js)
2025-06-25T03:49:19.116Z root INFO [hosted-plugin: 5592] calling activation function on Arduino IDE API for VS Code extensions
2025-06-25T03:49:19.120Z root INFO [hosted-plugin: 5592] PLUGIN_HOST(5592): PluginManagerExtImpl/loadPlugin(C:\Program Files\Arduino IDE\resources\app\plugins\vscode-builtin-json-language-features\extension\client\dist\jsonMain)
2025-06-25T03:49:19.210Z root INFO [hosted-plugin: 5592] calling activation function on JSON Language Features (built-in)
2025-06-25T03:49:19.282Z root INFO [hosted-plugin: 5592] PLUGIN_HOST(5592): PluginManagerExtImpl/loadPlugin(C:\Program Files\Arduino IDE\resources\app\plugins\cortex-debug\extension\dist\extension.js)
2025-06-25T03:49:19.364Z root INFO [hosted-plugin: 5592] Debug configuration provider has been registered: cortex-debug, trigger: 1
2025-06-25T03:49:19.366Z root INFO [hosted-plugin: 5592] calling activation function on Cortex-Debug
2025-06-25T03:49:19.377Z root INFO [hosted-plugin: 5592] GDB server console created
2025-06-25T03:49:19.443Z root INFO [d433db56-6b4c-4f79-a1fe-482bab0c2e50] Starting plugins.
2025-06-25T03:49:19.446Z root INFO [d433db56-6b4c-4f79-a1fe-482bab0c2e50] Start of 23 plugins: 2592.7 ms [Finished 829.420 s after frontend start]
2025-06-25T03:49:20.473Z root ERROR [hosted-plugin: 5592] Promise rejection not handled in one second: Error: View resolver already registered for cortex-debug.rtos , reason: Error: View resolver already registered for cortex-debug.rtos
2025-06-25T03:49:20.473Z root ERROR [hosted-plugin: 5592] With stack trace: Error: View resolver already registered for cortex-debug.rtos
at n.registerWebviewView (file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/frontend/bundle.js:2:8162834)
at d.$registerWebviewViewProvider (file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/frontend/bundle.js:2:8203809)
at file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/frontend/bundle.js:2:7836266
at async c.handleRequest (file:///C:/Program%20Files/Arduino%20IDE/resources/app/lib/frontend/bundle.js:2:3091076)
