IDE 2.0.3 complation error "No connection established"

Hi all,
Im having issues with the new IDE 2.0.3, I always have had issues with this IDE (and all previous versions of the 2.0 IDE) but have never found a solution, i thought it might be resolved in newer versions but each time the issue persists. The only IDE that i dont have issues is 1.8.10, after this version i get compile issues.
For background, here is my notes from the old IDE (it might help the diagnosis):

Arduino: 1.8.19 (Windows 10), Board: "ESP32 Dev Module, Enabled, Minimal SPIFFS (1.9MB APP with OTA/190KB SPIFFS), 240MHz (WiFi/BT), QIO, 80MHz, 16MB (128Mb), 115200, Core 1, Core 1, None"

G:\Program Files (x86)\Arduino\arduino-builder -dump-prefs -logger=machine -hardware G:\Program Files (x86)\Arduino\hardware -hardware C:\Users\James\AppData\Local\Arduino15\packages -hardware G:\Users\James\Documents\Arduino\hardware -tools G:\Program Files (x86)\Arduino\tools-builder -tools G:\Program Files (x86)\Arduino\hardware\tools\avr -tools C:\Users\James\AppData\Local\Arduino15\packages -built-in-libraries G:\Program Files (x86)\Arduino\libraries -libraries G:\Users\James\Documents\Arduino\libraries -fqbn=espressif:esp32:esp32:PSRAM=enabled,PartitionScheme=min_spiffs,CPUFreq=240,FlashMode=qio,FlashFreq=80,FlashSize=16M,UploadSpeed=115200,LoopCore=1,EventsCore=1,DebugLevel=none -ide-version=10819 -build-path C:\Users\James\AppData\Local\Temp\arduino_build_400714 -warnings=none -prefs=build.warn_data_percentage=75 -verbose C:\Users\James\AppData\Local\Temp\untitled1417481973.tmp\sketch_feb19a\sketch_feb19a.ino

G:\Program Files (x86)\Arduino\arduino-builder -compile -logger=machine -hardware G:\Program Files (x86)\Arduino\hardware -hardware C:\Users\James\AppData\Local\Arduino15\packages -hardware G:\Users\James\Documents\Arduino\hardware -tools G:\Program Files (x86)\Arduino\tools-builder -tools G:\Program Files (x86)\Arduino\hardware\tools\avr -tools C:\Users\James\AppData\Local\Arduino15\packages -built-in-libraries G:\Program Files (x86)\Arduino\libraries -libraries G:\Users\James\Documents\Arduino\libraries -fqbn=espressif:esp32:esp32:PSRAM=enabled,PartitionScheme=min_spiffs,CPUFreq=240,FlashMode=qio,FlashFreq=80,FlashSize=16M,UploadSpeed=115200,LoopCore=1,EventsCore=1,DebugLevel=none -ide-version=10819 -build-path C:\Users\James\AppData\Local\Temp\arduino_build_400714 -warnings=none -prefs=build.warn_data_percentage=75 -verbose C:\Users\James\AppData\Local\Temp\untitled1417481973.tmp\sketch_feb19a\sketch_feb19a.ino

Using board 'esp32' from platform in folder: G:\Users\James\Documents\Arduino\hardware\espressif\esp32

Using core 'esp32' from platform in folder: G:\Users\James\Documents\Arduino\hardware\espressif\esp32

cmd /c if exist "C:\\Users\\James\\AppData\\Local\\Temp\\untitled1417481973.tmp\\sketch_feb19a\\partitions.csv" COPY /y "C:\\Users\\James\\AppData\\Local\\Temp\\untitled1417481973.tmp\\sketch_feb19a\\partitions.csv" "C:\\Users\\James\\AppData\\Local\\Temp\\arduino_build_400714\\partitions.csv"

cmd /c if not exist "C:\\Users\\James\\AppData\\Local\\Temp\\arduino_build_400714\\partitions.csv" if exist "G:\\Users\\James\\Documents\\Arduino\\hardware\\espressif\\esp32\\variants\\esp32\\partitions.csv" COPY "G:\\Users\\James\\Documents\\Arduino\\hardware\\espressif\\esp32\\variants\\esp32\\partitions.csv" "C:\\Users\\James\\AppData\\Local\\Temp\\arduino_build_400714\\partitions.csv"

cmd /c if not exist "C:\\Users\\James\\AppData\\Local\\Temp\\arduino_build_400714\\partitions.csv" COPY "G:\\Users\\James\\Documents\\Arduino\\hardware\\espressif\\esp32\\tools\\partitions\\min_spiffs.csv" "C:\\Users\\James\\AppData\\Local\\Temp\\arduino_build_400714\\partitions.csv"

cmd /c IF EXIST "C:\\Users\\James\\AppData\\Local\\Temp\\untitled1417481973.tmp\\sketch_feb19a\\bootloader.bin" ( COPY /y "C:\\Users\\James\\AppData\\Local\\Temp\\untitled1417481973.tmp\\sketch_feb19a\\bootloader.bin" "C:\\Users\\James\\AppData\\Local\\Temp\\arduino_build_400714\\sketch_feb19a.ino.bootloader.bin" ) ELSE ( IF EXIST "G:\\Users\\James\\Documents\\Arduino\\hardware\\espressif\\esp32\\variants\\esp32\\bootloader.bin" ( COPY "G:\\Users\\James\\Documents\\Arduino\\hardware\\espressif\\esp32\\variants\\esp32\\bootloader.bin" "C:\\Users\\James\\AppData\\Local\\Temp\\arduino_build_400714\\sketch_feb19a.ino.bootloader.bin" ) ELSE ( COPY /y "G:\\Users\\James\\Documents\\Arduino\\hardware\\espressif\\esp32\\tools\\sdk\\esp32\\bin\\bootloader_qio_80m.bin" "C:\\Users\\James\\AppData\\Local\\Temp\\arduino_build_400714\\sketch_feb19a.ino.bootloader.bin" ) )

        1 file(s) copied.

cmd /c if exist "C:\\Users\\James\\AppData\\Local\\Temp\\untitled1417481973.tmp\\sketch_feb19a\\build_opt.h" COPY /y "C:\\Users\\James\\AppData\\Local\\Temp\\untitled1417481973.tmp\\sketch_feb19a\\build_opt.h" "C:\\Users\\James\\AppData\\Local\\Temp\\arduino_build_400714\\build_opt.h"

cmd /c if not exist "C:\\Users\\James\\AppData\\Local\\Temp\\arduino_build_400714\\build_opt.h" type nul > "C:\\Users\\James\\AppData\\Local\\Temp\\arduino_build_400714\\build_opt.h"

Detecting libraries used...

Error compiling for board ESP32 Dev Module.

(I can compile once, and only once, afterwards i get the above error. After restarting the IDE, i can compile once and only once.)

other Web forums post on the same issue:

https://github.com/arduino/arduino-cli/issues/1246
// shows issue starts AFTER 1.8.10
// And changing the prefrences.txt "cache.enable=true" "compiler.cache_core=true" both to false does not work (at least for me)

https://forum.pjrc.com/threads/62679-Error-on-second-compile-after-Teensyduino-and-Arduino-update/page2?s=fcc3fb5218ef583f9c64354dc6658a5b
// Issue also with other boards not just esp32, issue is with the temporary file:
C:\Users\James\AppData\Local\Temp\arduino_build_xxxxxx\includes.cache file
//if this file deleted the code will re-compile without needing to restart the IDE

can confirm using 1.8.10 works perfectly fine with no compile errors and no need to restart IDE.

Now for the new 2.0.3 IDE.

No connection established

Compilation error: No connection established

This version seems to persist even after IDE is restarted (i suspect the IDE doesnt actually fully close), the only time i can get it to work is by restarting the OS, again it will work once and only once.
Also once this happens, i loose all functionality to look in the boards manager and library manager, i.e. it goes blank and wont show anything/load anything.
Get board info does not work either, Nothing happens when clicked.
IDE will not open any example, simply does nothing.
starting a new sketch will bring up error:

Error: 14 UNAVAILABLE: No connection established

It shows the board as connected "ESP32 Dev Module - COM 3" (which is correct)

This happens for all boards, not just the ESP32.
Steps i have taken for this IDE version (2.0.3):

  • Unplugging and reconnecting the ESP32 Dev module, it does recognise the device is reconnected again.
  • Closing and opening the IDE (this will bring the boards/library managers/examples and new sketches/get board info back to life again but not compile/upload).
  • Remove old (100% working) 1.8.10 IDE.
  • Remove ALL remninances of all IDE versions, libraries, boards, from all possible folders on the pc including registry enteries. Reboot then reinstalling IDE, then reboot again.
  • Trying examples like blink, (works once and only once).
  • Keeping boards/libraries to a minimum when reinstalling, and installing from the boards/libraries manager, i.e. not from zip etc. All installs work without a problem.
  • Add exceptions to kaspersky, or even temporarily pausing all protection. This includes exe files in the "AppData\Local\Programs\arduino-ide\resources\app\node_modules\arduino-ide-extension\build" such as "arduino-cli.exe"
  • Shutting down all unused programs that could interfere with installs or running of the IDE.
  • Restarting after each uninstall/ install steps.
  • Made sure all device drivers/apps/windows etc are up to date.

None of these steps make any difference what so ever. I continiously get this error regardless of what IDE version i use and steps i take.

Edition Windows 10 Pro
Version 21H2
Installed on ‎18/‎07/‎2020
OS build 19044.1889
Experience Windows Feature Experience Pack 120.2212.4180.0

Thank you for reading this, it is rather a lot but wanted to give as much info as i can.
Any help is greatly aprechiated.
Thanks, James.

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

Please do this:

  1. Start Windows "File Explorer".
  2. Open the Arduino IDE installation folder.
    (usually C:\Program Files\Arduino IDE or C:\Users\<user name>\AppData\Local\Programs\Arduino IDE).
  3. In the folder listing of the Arduino IDE installation folder, hold the Shift key while clicking the right hand button on the mouse.
  4. From the context menu, click "Open PowerShell window here".
    Windows PowerShell will now open with the current directory set to the Arduino IDE installation folder.
  5. Type the following command:
    & ".\Arduino IDE"
    
  6. Press the Enter key.
    Debug output should now be printed to the PowerShell window as the Arduino IDE starts.
  7. Wait for the Arduino IDE to finish starting.
  8. Compile a sketch (twice if necessary) to get that "No connection established" error.
  9. Switch back to the PowerShell window.
  10. Right click on the title bar of the PowerShell window.
    This will open a context menu.
  11. Select Edit > Select All from the context menu.
    This will select all the text in the PowerShell window.
  12. Press Ctrl+C.
    This will copy the contents of the PowerShell window to the clipboard.
  13. Open a forum reply here by clicking the Reply button.
  14. Click the </> icon on the post composer toolbar.
    This will add the forum's code block markup (```) to your reply to make sure the error messages are correctly formatted.
    Code block
  15. Press Ctrl+V.
    This will paste the output into the code block.
  16. Move the cursor outside of the code block markup before you add any additional text to your reply.
  17. Click the Reply button to post the output.

In case the output is longer than the forum software will allow to be added to a post, you can instead save it to a .txt file and then attach that file to a reply here:

  1. Open any text editor program.
  2. Paste the copied output into the text editor.
  3. Save the file in .txt format.
  4. Open a forum reply here by clicking the Reply button.
  5. Click the "Upload" icon (image) on the post composer toolbar:
    image
  6. Select the .txt file you saved.
  7. Click the Open button.
  8. Click the Reply button to publish the post.

Alternatively, instead of using the "Upload" icon on the post composer toolbar as described in steps (5) - (7) above, you can simply drag and drop the .txt file onto the post composer field to attach it.


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

PS C:\Users\James\AppData\Local\Programs\arduino-ide> & ".\Arduino IDE"
PS C:\Users\James\AppData\Local\Programs\arduino-ide> & ".\Arduino IDE"
PS C:\Users\James\AppData\Local\Programs\arduino-ide>
Arduino IDE 2.0.3
Starting backend process. PID: 8784
Using browser-only version of superagent in non-browser environment
Configuration directory URI: 'file:///c%3A/Users/James/.theia'
Configuring to accept webviews on '^.+\.webview\..+$' hostname.
2022-12-17T17:37:59.206Z root INFO Backend Object.initialize: 3.2 ms [Finished 1.155 s after backend start]
2022-12-17T17:37:59.206Z root INFO Backend Object.configure: 2.4 ms [Finished 1.155 s after backend start]
2022-12-17T17:37:59.207Z root INFO Backend MessagingContribution.onStart: 1.1 ms [Finished 1.155 s after backend start]
2022-12-17T17:37:59.207Z root INFO Backend OSBackendApplicationContribution.configure: 0.3 ms [Finished 1.186 s after backend start]
2022-12-17T17:37:59.208Z root INFO Backend DefaultWorkspaceServer.onStart: 0.2 ms [Finished 1.186 s after backend start]
2022-12-17T17:37:59.209Z root INFO Backend PluginLocalizationBackendContribution.configure: 0.1 ms [Finished 1.186 s after backend start]
2022-12-17T17:37:59.209Z root INFO Backend PluginLocalizationBackendContribution.initialize: 30.1 ms [Finished 1.186 s after backend start]
2022-12-17T17:37:59.209Z root INFO Backend TaskBackendApplicationContribution.onStart: 0.2 ms [Finished 1.186 s after backend start]
2022-12-17T17:37:59.210Z root INFO Backend ElectronTokenBackendContribution.configure: 1.2 ms [Finished 1.187 s after backend start]
2022-12-17T17:37:59.210Z root INFO Backend PluginDeployerContribution.initialize: 0.4 ms [Finished 1.187 s after backend start]
2022-12-17T17:37:59.211Z root INFO Backend ConfigServiceImpl.onStart: 0.6 ms [Finished 1.188 s after backend start]
2022-12-17T17:37:59.212Z root INFO Backend WebviewBackendSecurityWarnings.initialize: 0.3 ms [Finished 1.189 s after backend start]
2022-12-17T17:37:59.212Z root INFO Backend ArduinoDaemonImpl.onStart: 0.8 ms [Finished 1.189 s after backend start]
2022-12-17T17:37:59.212Z root INFO Backend NodeFileUploadService.configure: 1.5 ms [Finished 1.189 s after backend start]
2022-12-17T17:37:59.212Z daemon INFO Starting daemon from C:\Users\James\AppData\Local\Programs\arduino-ide\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2022-12-17T17:37:59.212Z discovery-log INFO start
2022-12-17T17:37:59.212Z discovery-log INFO start new deferred
2022-12-17T17:37:59.212Z root INFO Backend HostedPluginLocalizationService.initialize: 0.4 ms [Finished 1.190 s after backend start]
2022-12-17T17:37:59.213Z root INFO Backend BoardDiscovery.onStart: 0.6 ms [Finished 1.190 s after backend start]
2022-12-17T17:37:59.213Z root INFO Backend FileDownloadEndpoint.configure: 0.5 ms [Finished 1.191 s after backend start]
2022-12-17T17:37:59.213Z root INFO Backend AuthenticationServiceImpl.onStart: 0.3 ms [Finished 1.192 s after backend start]
2022-12-17T17:37:59.213Z root INFO Backend PluginApiContribution.configure: 0.4 ms [Finished 1.192 s after backend start]
2022-12-17T17:37:59.214Z root INFO Backend HostedPluginReader.configure: 0.5 ms [Finished 1.192 s after backend start]
2022-12-17T17:37:59.214Z root INFO Backend HostedPluginReader.configure: 0.0 ms [Finished 1.193 s after backend start]
2022-12-17T17:37:59.214Z root INFO Backend PlotterBackendContribution.configure: 0.9 ms [Finished 1.194 s after backend start]
2022-12-17T17:37:59.217Z root INFO Theia app listening on http://localhost:5920.
2022-12-17T17:37:59.218Z root INFO Finished starting backend application: 5.2 ms [Finished 1.197 s after backend start]
2022-12-17T17:37:59.218Z root WARN The local plugin referenced by local-dir:/c%3A/Users/James/.arduinoIDE/plugins does not exist.
2022-12-17T17:37:59.219Z root WARN The local plugin referenced by local-dir:/c%3A/Users/James/.arduinoIDE/extensions does not exist.
2022-12-17T17:37:59.219Z root WARN The local plugin referenced by local-dir:C:\Users\James\.arduinoProIDE\plugins does not exist.
Restoring workspace roots: g:\Users\James\Documents\Projects\Arduino\Testing and callibration\ESP32 128x64 OLED WiFi symbol test
isTempSketch: false. Input was g:\Users\James\Documents\Projects\Arduino\Testing and callibration\ESP32 128x64 OLED WiFi symbol test\ESP32 128x64 OLED WiFi symbol test.ino
2022-12-17T17:37:59.238Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2022-12-17T17:37:59.238Z root INFO Resolved "cortex-debug" to a VS Code extension "cortex-debug@1.5.1" with engines:
2022-12-17T17:37:59.238Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2022-12-17T17:37:59.239Z root INFO Resolved "vscode-arduino-tools" to a VS Code extension "vscode-arduino-tools@0.0.2-beta.5" with engines:
2022-12-17T17:37:59.239Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2022-12-17T17:37:59.240Z root INFO Resolved "vscode-builtin-cpp" to a VS Code extension "cpp@1.52.1" with engines:
2022-12-17T17:37:59.240Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2022-12-17T17:37:59.240Z root INFO Resolved "vscode-builtin-json" to a VS Code extension "json@1.46.1" with engines:
2022-12-17T17:37:59.240Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2022-12-17T17:37:59.241Z root INFO Resolved "vscode-builtin-json-language-features" to a VS Code extension "json-language-features@1.46.1" with engines:
2022-12-17T17:37:59.241Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2022-12-17T17:37:59.241Z root INFO Resolved "vscode-language-pack-bg" to a VS Code extension "vscode-language-pack-bg@1.48.3" with engines:
2022-12-17T17:37:59.241Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2022-12-17T17:37:59.241Z root INFO Resolved "vscode-language-pack-cs" to a VS Code extension "vscode-language-pack-cs@1.53.2" with engines:
2022-12-17T17:37:59.242Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2022-12-17T17:37:59.242Z root INFO Resolved "vscode-language-pack-de" to a VS Code extension "vscode-language-pack-de@1.53.2" with engines:
2022-12-17T17:37:59.242Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2022-12-17T17:37:59.242Z root INFO Resolved "vscode-language-pack-es" to a VS Code extension "vscode-language-pack-es@1.53.2" with engines:
2022-12-17T17:37:59.242Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2022-12-17T17:37:59.243Z root INFO Resolved "vscode-language-pack-fr" to a VS Code extension "vscode-language-pack-fr@1.53.2" with engines:
2022-12-17T17:37:59.243Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2022-12-17T17:37:59.244Z root INFO Resolved "vscode-language-pack-hu" to a VS Code extension "vscode-language-pack-hu@1.48.3" with engines:
2022-12-17T17:37:59.244Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2022-12-17T17:37:59.244Z root INFO Resolved "vscode-language-pack-it" to a VS Code extension "vscode-language-pack-it@1.53.2" with engines:
2022-12-17T17:37:59.244Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2022-12-17T17:37:59.244Z root INFO Resolved "vscode-language-pack-ja" to a VS Code extension "vscode-language-pack-ja@1.53.2" with engines:
2022-12-17T17:37:59.244Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2022-12-17T17:37:59.245Z root INFO Resolved "vscode-language-pack-ko" to a VS Code extension "vscode-language-pack-ko@1.53.2" with engines:
2022-12-17T17:37:59.245Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2022-12-17T17:37:59.245Z root INFO Resolved "vscode-language-pack-nl" to a VS Code extension "vscode-language-pack-nl@1.48.3" with engines:
2022-12-17T17:37:59.245Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2022-12-17T17:37:59.246Z root INFO Resolved "vscode-language-pack-pl" to a VS Code extension "vscode-language-pack-pl@1.53.2" with engines:
2022-12-17T17:37:59.246Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2022-12-17T17:37:59.246Z root INFO Resolved "vscode-language-pack-pt-BR" to a VS Code extension "vscode-language-pack-pt-BR@1.53.2" with engines:
2022-12-17T17:37:59.246Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2022-12-17T17:37:59.247Z root INFO Resolved "vscode-language-pack-ru" to a VS Code extension "vscode-language-pack-ru@1.53.2" with engines:
2022-12-17T17:37:59.247Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2022-12-17T17:37:59.247Z root INFO Resolved "vscode-language-pack-tr" to a VS Code extension "vscode-language-pack-tr@1.53.2" with engines:
2022-12-17T17:37:59.247Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2022-12-17T17:37:59.248Z root INFO Resolved "vscode-language-pack-uk" to a VS Code extension "vscode-language-pack-uk@1.48.3" with engines:
2022-12-17T17:37:59.248Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2022-12-17T17:37:59.248Z root INFO Resolved "vscode-language-pack-zh-hans" to a VS Code extension "vscode-language-pack-zh-hans@1.53.2" with engines:
2022-12-17T17:37:59.280Z root INFO Resolve plugins list: 68.9 ms [Finished 1.260 s after backend start]
2022-12-17T17:37:59.283Z root INFO Deployed backend plugin "marus25.cortex-debug@1.5.1" from "C:\Users\James\AppData\Local\Programs\arduino-ide\resources\app\plugins\cortex-debug\extension\dist\extension.js": 3.2 ms [Finished 1.263 s after backend start]
2022-12-17T17:37:59.285Z root INFO Deployed backend plugin "arduino.vscode-arduino-tools@0.0.2-beta.5" from "C:\Users\James\AppData\Local\Programs\arduino-ide\resources\app\plugins\vscode-arduino-tools\extension\dist\bundle": 1.9 ms [Finished 1.265 s after backend start]
2022-12-17T17:37:59.291Z root INFO Deployed backend plugin "vscode.cpp@1.52.1" from "C:\Users\James\AppData\Local\Programs\arduino-ide\resources\app\plugins\vscode-builtin-cpp\extension": 5.8 ms [Finished 1.271 s after backend start]
2022-12-17T17:37:59.293Z root INFO Deployed backend plugin "vscode.json@1.46.1" from "C:\Users\James\AppData\Local\Programs\arduino-ide\resources\app\plugins\vscode-builtin-json\extension": 1.5 ms [Finished 1.273 s after backend start]
2022-12-17T17:37:59.293Z root INFO Deployed backend plugin "vscode.json-language-features@1.46.1" from "C:\Users\James\AppData\Local\Programs\arduino-ide\resources\app\plugins\vscode-builtin-json-language-features\extension\client\dist\jsonMain": 0.5 ms [Finished 1.273 s after backend start]
2022-12-17T17:37:59.349Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-bg@1.48.3" from "C:\Users\James\AppData\Local\Programs\arduino-ide\resources\app\plugins\vscode-language-pack-bg\extension": 55.3 ms [Finished 1.328 s after backend start]
2022-12-17T17:37:59.376Z daemon INFO INFO[0000] Using config file: c:\Users\James\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.29.0
INFO[0000] Executing `arduino-cli daemon`
{"IP":"127.0.0.1","Port":"5924"}

2022-12-17T17:37:59.377Z daemon INFO Daemon is running.
2022-12-17T17:37:59.442Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-cs@1.53.2" from "C:\Users\James\AppData\Local\Programs\arduino-ide\resources\app\plugins\vscode-language-pack-cs\extension": 93.6 ms [Finished 1.422 s after backend start]
2022-12-17T17:37:59.447Z daemon INFO INFO[0000] Loading hardware from: c:\Users\James\AppData\Local\Arduino15\packages

2022-12-17T17:37:59.542Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-de@1.53.2" from "C:\Users\James\AppData\Local\Programs\arduino-ide\resources\app\plugins\vscode-language-pack-de\extension": 100.0 ms [Finished 1.522 s after backend start]
2022-12-17T17:37:59.543Z daemon INFO INFO[0000] Loading package builtin from: C:\Users\James\AppData\Local\Arduino15\packages\builtin
INFO[0000] Checking existence of 'tools' path: C:\Users\James\AppData\Local\Arduino15\packages\builtin\tools
INFO[0000] Loading tools from dir: C:\Users\James\AppData\Local\Arduino15\packages\builtin\tools
INFO[0000] Loaded tool                                   tool="builtin:ctags@5.8-arduino11"
INFO[0000] Loaded tool                                   tool="builtin:mdns-discovery@1.0.6"
INFO[0000] Loaded tool                                   tool="builtin:serial-discovery@1.3.2"
INFO[0000] Loaded tool                                   tool="builtin:serial-monitor@0.11.0"
INFO[0000] Loading package esp32 from: C:\Users\James\AppData\Local\Arduino15\packages\esp32\hardware
INFO[0000] Checking signature                            error="opening signature file: open C:\\Users\\James\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware\\esp32\\2.0.5\\installed.json.sig: The system cannot find the file specified." index="C:\\Users\\James\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware\\esp32\\2.0.5\\installed.json" signatureFile="C:\\Users\\James\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware\\esp32\\2.0.5\\installed.json.sig"
INFO[0000] Adding monitor tool                           protocol=serial tool="builtin:serial-monitor"
INFO[0000] Loaded platform                               platform="esp32:esp32@2.0.5"
INFO[0000] Checking existence of 'tools' path: C:\Users\James\AppData\Local\Arduino15\packages\esp32\tools
INFO[0000] Loading tools from dir: C:\Users\James\AppData\Local\Arduino15\packages\esp32\tools
INFO[0000] Loaded tool                                   tool="esp32:esptool_py@4.2.1"
INFO[0000] Loaded tool                                   tool="esp32:mklittlefs@3.0.0-gnu12-dc7f933"
INFO[0000] Loaded tool                                   tool="esp32:mkspiffs@0.2.3"
INFO[0000] Loaded tool                                   tool="esp32:riscv32-esp-elf-gcc@gcc8_4_0-esp-2021r2-patch3"
INFO[0000] Loaded tool                                   tool="esp32:xtensa-esp32-elf-gcc@gcc8_4_0-esp-2021r2-patch3"
INFO[0000] Loaded tool                                   tool="esp32:xtensa-esp32s2-elf-gcc@gcc8_4_0-esp-2021r2-patch3"
INFO[0000] Loaded tool                                   tool="esp32:xtensa-esp32s3-elf-gcc@gcc8_4_0-esp-2021r2-patch3"
INFO[0000] Loading hardware from: g:\Users\James\Documents\Arduino\hardware
INFO[0000] Checking signature                            index="c:\\Users\\James\\AppData\\Local\\Arduino15\\package_index.json" signatureFile="c:\\Users\\James\\AppData\\Local\\Arduino15\\package_index.json.sig" trusted=true
INFO[0000] Checking signature                            error="opening signature file: open c:\\Users\\James\\AppData\\Local\\Arduino15\\package_esp8266com_index.json.sig: The system cannot find the file specified." index="c:\\Users\\James\\AppData\\Local\\Arduino15\\package_esp8266com_index.json" signatureFile="c:\\Users\\James\\AppData\\Local\\Arduino15\\package_esp8266com_index.json.sig"
INFO[0000] Checking signature                            error="opening signature file: open c:\\Users\\James\\AppData\\Local\\Arduino15\\package_drazzy.com_index.json.sig: The system cannot find the file specified." index="c:\\Users\\James\\AppData\\Local\\Arduino15\\package_drazzy.com_index.json" signatureFile="c:\\Users\\James\\AppData\\Local\\Arduino15\\package_drazzy.com_index.json.sig"
INFO[0000] Checking signature                            error="opening signature file: open c:\\Users\\James\\AppData\\Local\\Arduino15\\package_leonardomiliani.com_index.json.sig: The system cannot find the file specified." index="c:\\Users\\James\\AppData\\Local\\Arduino15\\package_leonardomiliani.com_index.json" signatureFile="c:\\Users\\James\\AppData\\Local\\Arduino15\\package_leonardomiliani.com_index.json.sig"
INFO[0000] Checking signature                            error="opening signature file: open c:\\Users\\James\\AppData\\Local\\Arduino15\\package_esp32_index.json.sig: The system cannot find the file specified." index="c:\\Users\\James\\AppData\\Local\\Arduino15\\package_esp32_index.json" signatureFile="c:\\Users\\James\\AppData\\Local\\Arduino15\\package_esp32_index.json.sig"
INFO[0000] Checking signature                            error="opening signature file: open c:\\Users\\James\\AppData\\Local\\Arduino15\\package_stmicroelectronics_index.json.sig: The system cannot find the file specified." index="c:\\Users\\James\\AppData\\Local\\Arduino15\\package_stmicroelectronics_index.json" signatureFile="c:\\Users\\James\\AppData\\Local\\Arduino15\\package_stmicroelectronics_index.json.sig"
INFO[0000] Checking signature                            error="opening signature file: open c:\\Users\\James\\AppData\\Local\\Arduino15\\package_damellis_attiny_index.json.sig: The system cannot find the file specified." index="c:\\Users\\James\\AppData\\Local\\Arduino15\\package_damellis_attiny_index.json" signatureFile="c:\\Users\\James\\AppData\\Local\\Arduino15\\package_damellis_attiny_index.json.sig"
INFO[0000] Checking signature                            error="opening signature file: open c:\\Users\\James\\AppData\\Local\\Arduino15\\package_esp32_index.json.sig: The system cannot find the file specified." index="c:\\Users\\James\\AppData\\Local\\Arduino15\\package_esp32_index.json" signatureFile="c:\\Users\\James\\AppData\\Local\\Arduino15\\package_esp32_index.json.sig"
INFO[0000] Adding libraries dir                          dir="C:\\Users\\James\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware\\esp32\\2.0.5\\libraries" location=platform
INFO[0000] Loading libraries index file                  index="c:\\Users\\James\\AppData\\Local\\Arduino15\\library_index.json"

2022-12-17T17:37:59.611Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-es@1.53.2" from "C:\Users\James\AppData\Local\Programs\arduino-ide\resources\app\plugins\vscode-language-pack-es\extension": 69.0 ms [Finished 1.591 s after backend start]
2022-12-17T17:37:59.612Z daemon INFO INFO[0000] Adding libraries dir                          dir="C:\\Users\\James\\AppData\\Local\\Arduino15\\libraries" location=ide
INFO[0000] Adding libraries dir                          dir="g:\\Users\\James\\Documents\\Arduino\\libraries" location=user

2022-12-17T17:37:59.660Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-fr@1.53.2" from "C:\Users\James\AppData\Local\Programs\arduino-ide\resources\app\plugins\vscode-language-pack-fr\extension": 48.3 ms [Finished 1.640 s after backend start]
2022-12-17T17:37:59.694Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-hu@1.48.3" from "C:\Users\James\AppData\Local\Programs\arduino-ide\resources\app\plugins\vscode-language-pack-hu\extension": 33.9 ms [Finished 1.673 s after backend start]
2022-12-17T17:37:59.742Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-it@1.53.2" from "C:\Users\James\AppData\Local\Programs\arduino-ide\resources\app\plugins\vscode-language-pack-it\extension": 47.9 ms [Finished 1.721 s after backend start]
2022-12-17T17:37:59.786Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-ja@1.53.2" from "C:\Users\James\AppData\Local\Programs\arduino-ide\resources\app\plugins\vscode-language-pack-ja\extension": 44.6 ms [Finished 1.766 s after backend start]
2022-12-17T17:37:59.831Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-ko@1.53.2" from "C:\Users\James\AppData\Local\Programs\arduino-ide\resources\app\plugins\vscode-language-pack-ko\extension": 44.8 ms [Finished 1.811 s after backend start]
2022-12-17T17:37:59.852Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-nl@1.48.3" from "C:\Users\James\AppData\Local\Programs\arduino-ide\resources\app\plugins\vscode-language-pack-nl\extension": 20.8 ms [Finished 1.832 s after backend start]
2022-12-17T17:37:59.898Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-pl@1.53.2" from "C:\Users\James\AppData\Local\Programs\arduino-ide\resources\app\plugins\vscode-language-pack-pl\extension": 45.6 ms [Finished 1.877 s after backend start]
2022-12-17T17:37:59.943Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-pt-br@1.53.2" from "C:\Users\James\AppData\Local\Programs\arduino-ide\resources\app\plugins\vscode-language-pack-pt-BR\extension": 45.4 ms [Finished 1.923 s after backend start]
2022-12-17T17:37:59.997Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-ru@1.53.2" from "C:\Users\James\AppData\Local\Programs\arduino-ide\resources\app\plugins\vscode-language-pack-ru\extension": 53.6 ms [Finished 1.976 s after backend start]
2022-12-17T17:38:00.040Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-tr@1.53.2" from "C:\Users\James\AppData\Local\Programs\arduino-ide\resources\app\plugins\vscode-language-pack-tr\extension": 43.7 ms [Finished 2.020 s after backend start]
2022-12-17T17:38:00.070Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-uk@1.48.3" from "C:\Users\James\AppData\Local\Programs\arduino-ide\resources\app\plugins\vscode-language-pack-uk\extension": 30.0 ms [Finished 2.050 s after backend start]
2022-12-17T17:38:00.112Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-zh-hans@1.53.2" from "C:\Users\James\AppData\Local\Programs\arduino-ide\resources\app\plugins\vscode-language-pack-zh-hans\extension": 41.1 ms [Finished 2.091 s after backend start]
2022-12-17T17:38:00.112Z root INFO Deploy plugins list: 68.9 ms [Finished 2.091 s after backend start]
2022-12-17T17:38:00.114Z discovery-log INFO start request start watch
2022-12-17T17:38:00.114Z discovery-log INFO start requested start watch
2022-12-17T17:38:00.114Z discovery-log INFO start resolved watching
2022-12-17T17:38:00.116Z daemon INFO INFO[0000] starting discovery builtin:mdns-discovery process
INFO[0000] starting discovery builtin:serial-discovery process

2022-12-17T17:38:00.135Z daemon INFO INFO[0000] started discovery builtin:serial-discovery process

2022-12-17T17:38:00.135Z daemon INFO INFO[0000] started discovery builtin:mdns-discovery process
INFO[0000] sending command HELLO 1 "arduino-cli 0.29.0" to discovery builtin:mdns-discovery
INFO[0000] sending command HELLO 1 "arduino-cli 0.29.0" to discovery builtin:serial-discovery

2022-12-17T17:38:00.141Z daemon INFO INFO[0000] from discovery builtin:serial-discovery received message type: hello, message: OK, protocol version: 1

2022-12-17T17:38:00.142Z daemon INFO INFO[0000] sending command START_SYNC to discovery builtin:serial-discovery
INFO[0000] from discovery builtin:mdns-discovery received message type: hello, message: OK, protocol version: 1
INFO[0000] sending command START_SYNC to discovery builtin:mdns-discovery
INFO[0000] from discovery builtin:mdns-discovery received message type: start_sync, message: OK
INFO[0000] from discovery builtin:serial-discovery received message type: start_sync, message: OK

Opening channel for service path '/services/electron-window-ext'.
Opening channel for service path '/services/electron-window'.
Opening channel for service path '/services/ide-updater'.
2022-12-17T17:38:00.722Z root WARN Frontend a.configure took longer than the expected maximum 100 milliseconds: 203.2 ms [Finished 1.450 s after frontend start]
2022-12-17T17:38:00.829Z sketches-service WARN Warning! The request sketch path was different than the response sketch path from the CLI. This could be a potential bug. Request: <g:\Users\James\Documents\Projects\Arduino\Testing and callibration\ESP32 128x64 OLED WiFi symbol test\ESP32 128x64 OLED WiFi symbol test.ino>, response: <g:\Users\James\Documents\Projects\Arduino\Testing and callibration\ESP32 128x64 OLED WiFi symbol test>.
2022-12-17T17:38:00.963Z root WARN Frontend l.onStart took longer than the expected maximum 100 milliseconds: 163.4 ms [Finished 1.719 s after frontend start]
2022-12-17T17:38:00.989Z root INFO Start frontend contributions: 530.3 ms [Finished 1.724 s after frontend start]
2022-12-17T17:38:00.989Z root INFO Changed application state from 'init' to 'started_contributions'.
2022-12-17T17:38:00.994Z root INFO Changed application state from 'started_contributions' to 'attached_shell'.
2022-12-17T17:38:00.994Z root INFO >>> Restoring the layout state...
2022-12-17T17:38:00.996Z root INFO ------- SERIALIZED LAYOUT DATA -------
2022-12-17T17:38:00.996Z root INFO {"version":5,"mainPanel":{"main":{"type":"tab-area","widgets":[{"constructionOptions":{"factoryId":"code-editor-opener","options":{"counter":0,"kind":"navigatable","uri":"file:///g%3A/Users/James/Documents/Projects/Arduino/Testing%20and%20callibration/ESP32%20128x64%20OLED%20WiFi%20symbol%20test/ESP32%20128x64%20OLED%20WiFi%20symbol%20test.ino"}},"innerWidgetState":"{\"cursorState\":[{\"inSelectionMode\":true,\"selectionStart\":{\"lineNumber\":11,\"column\":18},\"position\":{\"lineNumber\":11,\"column\":9}}],\"viewState\":{\"scrollLeft\":0,\"firstPosition\":{\"lineNumber\":71,\"column\":1},\"firstPositionDeltaTop\":-2},\"contributionsState\":{\"editor.contrib.folding\":{\"collapsedRegions\":[{\"startLineNumber\":18,\"endLineNumber\":22},{\"startLineNumber\":25,\"endLineNumber\":29},{\"startLineNumber\":32,\"endLineNumber\":36},{\"startLineNumber\":39,\"endLineNumber\":43},{\"startLineNumber\":46,\"endLineNumber\":50}],\"lineCount\":130,\"provider\":\"indent\",\"foldedImports\":false},\"editor.contrib.wordHighlighter\":false}}"}],"currentIndex":0}},"mainPanelPinned":[false],"bottomPanel":{"config":{"main":{"type":"tab-area","widgets":[{"constructionOptions":{"factoryId":"outputView"},"innerWidgetState":"{\"locked\":false}"},{"constructionOptions":{"factoryId":"serial-monitor"}}],"currentIndex":0}},"pinned":[false,false],"size":289,"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":true,"pinned":false},{"widget":{"constructionOptions":{"factoryId":"library-list-widget"}},"rank":3,"expanded":false,"pinned":false},{"widget":{"constructionOptions":{"factoryId":"debug"},"innerWidgetState":"{\"parts\":[{\"widget\":{\"constructionOptions\":{\"factoryId\":\"debug:threads\"},\"innerWidgetState\":\"{}\"},\"partId\":\"debug:threads:-1\",\"collapsed\":true,\"hidden\":false,\"originalContainerId\":\"debug:view-container:-1\",\"originalContainerTitle\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true}},{\"widget\":{\"constructionOptions\":{\"factoryId\":\"debug:frames\"},\"innerWidgetState\":\"{}\"},\"partId\":\"debug:frames:-1\",\"collapsed\":true,\"hidden\":false,\"originalContainerId\":\"debug:view-container:-1\",\"originalContainerTitle\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true}},{\"widget\":{\"constructionOptions\":{\"factoryId\":\"debug:variables\"},\"innerWidgetState\":\"{}\"},\"partId\":\"debug:variables:-1\",\"collapsed\":true,\"hidden\":false,\"originalContainerId\":\"debug:view-container:-1\",\"originalContainerTitle\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true}},{\"widget\":{\"constructionOptions\":{\"factoryId\":\"debug:watch\"},\"innerWidgetState\":\"{}\"},\"partId\":\"debug:watch:-1\",\"collapsed\":true,\"hidden\":false,\"originalContainerId\":\"debug:view-container:-1\",\"originalContainerTitle\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true}},{\"widget\":{\"constructionOptions\":{\"factoryId\":\"debug:breakpoints\"},\"innerWidgetState\":\"{}\"},\"partId\":\"debug:breakpoints:-1\",\"collapsed\":true,\"hidden\":false,\"originalContainerId\":\"debug:view-container:-1\",\"originalContainerTitle\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true}},{\"widget\":{\"constructionOptions\":{\"factoryId\":\"plugin-view\",\"options\":{\"id\":\"plugin-view:cortex-debug.peripherals\",\"viewId\":\"cortex-debug.peripherals\"}},\"innerWidgetState\":\"{\\\"label\\\":\\\"Cortex Peripherals\\\",\\\"widgets\\\":[],\\\"suppressUpdateViewVisibility\\\":false,\\\"currentViewContainerId\\\":\\\"debug\\\"}\"},\"partId\":\"plugin-view:cortex-debug.peripherals\",\"collapsed\":true,\"hidden\":true,\"originalContainerId\":\"debug:view-container:-1\",\"originalContainerTitle\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true}},{\"widget\":{\"constructionOptions\":{\"factoryId\":\"plugin-view\",\"options\":{\"id\":\"plugin-view:cortex-debug.registers\",\"viewId\":\"cortex-debug.registers\"}},\"innerWidgetState\":\"{\\\"label\\\":\\\"Cortex Registers\\\",\\\"widgets\\\":[],\\\"suppressUpdateViewVisibility\\\":false,\\\"currentViewContainerId\\\":\\\"debug\\\"}\"},\"partId\":\"plugin-view:cortex-debug.registers\",\"collapsed\":true,\"hidden\":true,\"originalContainerId\":\"debug:view-container:-1\",\"originalContainerTitle\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true}}],\"title\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true}}"},"rank":4,"expanded":false,"pinned":false},{"widget":{"constructionOptions":{"factoryId":"search-view-container"},"innerWidgetState":"{\"parts\":[{\"partId\":\"search-in-workspace\",\"collapsed\":false,\"hidden\":false,\"relativeSize\":1,\"originalContainerId\":\"search-view-container\",\"originalContainerTitle\":{\"label\":\"Search\",\"iconClass\":\"codicon codicon-search\",\"closeable\":true},\"widget\":{\"constructionOptions\":{\"factoryId\":\"search-in-workspace\"},\"innerWidgetState\":\"{\\\"matchCaseState\\\":{\\\"className\\\":\\\"codicon codicon-case-sensitive\\\",\\\"enabled\\\":false,\\\"title\\\":\\\"Match Case\\\"},\\\"wholeWordState\\\":{\\\"className\\\":\\\"codicon codicon-whole-word\\\",\\\"enabled\\\":false,\\\"title\\\":\\\"Match Whole Word\\\"},\\\"regExpState\\\":{\\\"className\\\":\\\"codicon codicon-regex\\\",\\\"enabled\\\":false,\\\"title\\\":\\\"Use Regular Expression\\\"},\\\"includeIgnoredState\\\":{\\\"className\\\":\\\"codicon codicon-eye\\\",\\\"enabled\\\":false,\\\"title\\\":\\\"Include Ignored Files\\\"},\\\"showSearchDetails\\\":false,\\\"searchInWorkspaceOptions\\\":{\\\"matchCase\\\":false,\\\"matchWholeWord\\\":false,\\\"useRegExp\\\":false,\\\"includeIgnored\\\":false,\\\"include\\\":[],\\\"exclude\\\":[],\\\"maxResults\\\":2000},\\\"searchTerm\\\":\\\"\\\",\\\"replaceTerm\\\":\\\"\\\",\\\"showReplaceField\\\":false,\\\"searchHistoryState\\\":{\\\"history\\\":[],\\\"index\\\":0},\\\"replaceHistoryState\\\":{\\\"history\\\":[],\\\"index\\\":0},\\\"includeHistoryState\\\":{\\\"history\\\":[],\\\"index\\\":0},\\\"excludeHistoryState\\\":{\\\"history\\\":[],\\\"index\\\":0}}\"}}],\"title\":{\"label\":\"Search\",\"iconClass\":\"fa fa-arduino-search\",\"closeable\":true}}"},"rank":5,"expanded":false,"pinned":false}],"size":374},"rightPanel":{"type":"sidepanel","items":[]},"activeWidgetId":"code-editor-opener:file:///g%3A/Users/James/Documents/Projects/Arduino/Testing%20and%20callibration/ESP32%20128x64%20OLED%20WiFi%20symbol%20test/ESP32%20128x64%20OLED%20WiFi%20symbol%20test.ino:0"}
2022-12-17T17:38:00.997Z root INFO ------- END SERIALIZED LAYOUT DATA -------
2022-12-17T17:38:01.022Z root INFO [6d4f6a83-dc24-4ea1-be20-de28ab360f45] Waiting for backend deployment: 57.8 ms [Finished 1.778 s after frontend start]
2022-12-17T17:38:01.314Z root INFO [hosted-plugin: 21792] PLUGIN_HOST(21792) starting instance
2022-12-17T17:38:01.551Z root INFO [6d4f6a83-dc24-4ea1-be20-de28ab360f45] Sync of 21 plugins: 531.8 ms [Finished 2.310 s after frontend start]
2022-12-17T17:38:01.818Z root INFO <<< The layout has been successfully restored.
2022-12-17T17:38:01.923Z root INFO Initialize the workbench layout: 834.5 ms [Finished 2.577 s after frontend start]
2022-12-17T17:38:01.924Z root INFO Changed application state from 'attached_shell' to 'initialized_layout'.
2022-12-17T17:38:01.924Z root INFO [6d4f6a83-dc24-4ea1-be20-de28ab360f45][marus25.cortex-debug]: Loaded contributions.
2022-12-17T17:38:01.924Z root INFO [6d4f6a83-dc24-4ea1-be20-de28ab360f45][arduino.vscode-arduino-tools]: Loaded contributions.
2022-12-17T17:38:01.925Z root INFO [6d4f6a83-dc24-4ea1-be20-de28ab360f45][vscode.cpp]: Loaded contributions.
2022-12-17T17:38:01.925Z root INFO [6d4f6a83-dc24-4ea1-be20-de28ab360f45][vscode.json]: Loaded contributions.
2022-12-17T17:38:01.925Z root INFO [6d4f6a83-dc24-4ea1-be20-de28ab360f45][vscode.json-language-features]: Loaded contributions.
2022-12-17T17:38:01.925Z root INFO [6d4f6a83-dc24-4ea1-be20-de28ab360f45][ms-ceintl.vscode-language-pack-bg]: Loaded contributions.
2022-12-17T17:38:01.927Z root INFO [6d4f6a83-dc24-4ea1-be20-de28ab360f45][ms-ceintl.vscode-language-pack-cs]: Loaded contributions.
2022-12-17T17:38:01.927Z root INFO [6d4f6a83-dc24-4ea1-be20-de28ab360f45][ms-ceintl.vscode-language-pack-de]: Loaded contributions.
2022-12-17T17:38:01.927Z root INFO [6d4f6a83-dc24-4ea1-be20-de28ab360f45][ms-ceintl.vscode-language-pack-es]: Loaded contributions.
2022-12-17T17:38:01.927Z root INFO [6d4f6a83-dc24-4ea1-be20-de28ab360f45][ms-ceintl.vscode-language-pack-fr]: Loaded contributions.
2022-12-17T17:38:01.928Z root INFO [6d4f6a83-dc24-4ea1-be20-de28ab360f45][ms-ceintl.vscode-language-pack-hu]: Loaded contributions.
2022-12-17T17:38:01.928Z root INFO [6d4f6a83-dc24-4ea1-be20-de28ab360f45][ms-ceintl.vscode-language-pack-it]: Loaded contributions.
2022-12-17T17:38:01.928Z root INFO [6d4f6a83-dc24-4ea1-be20-de28ab360f45][ms-ceintl.vscode-language-pack-ja]: Loaded contributions.
2022-12-17T17:38:01.928Z root INFO [6d4f6a83-dc24-4ea1-be20-de28ab360f45][ms-ceintl.vscode-language-pack-ko]: Loaded contributions.
2022-12-17T17:38:01.928Z root INFO [6d4f6a83-dc24-4ea1-be20-de28ab360f45][ms-ceintl.vscode-language-pack-nl]: Loaded contributions.
2022-12-17T17:38:01.928Z root INFO [6d4f6a83-dc24-4ea1-be20-de28ab360f45][ms-ceintl.vscode-language-pack-pl]: Loaded contributions.
2022-12-17T17:38:01.929Z root INFO [6d4f6a83-dc24-4ea1-be20-de28ab360f45][ms-ceintl.vscode-language-pack-pt-br]: Loaded contributions.
2022-12-17T17:38:01.929Z root INFO [6d4f6a83-dc24-4ea1-be20-de28ab360f45][ms-ceintl.vscode-language-pack-ru]: Loaded contributions.
2022-12-17T17:38:01.929Z root INFO [6d4f6a83-dc24-4ea1-be20-de28ab360f45][ms-ceintl.vscode-language-pack-tr]: Loaded contributions.
2022-12-17T17:38:01.929Z root INFO [6d4f6a83-dc24-4ea1-be20-de28ab360f45][ms-ceintl.vscode-language-pack-uk]: Loaded contributions.
2022-12-17T17:38:01.929Z root INFO [6d4f6a83-dc24-4ea1-be20-de28ab360f45][ms-ceintl.vscode-language-pack-zh-hans]: Loaded contributions.
2022-12-17T17:38:01.930Z root INFO [6d4f6a83-dc24-4ea1-be20-de28ab360f45] Load contributions of 21 plugins: 102.4 ms [Finished 2.680 s after frontend start]
2022-12-17T17:38:01.978Z root WARN 'cpp' language is remapped from 'source.cpp.embedded.macro' to 'source.cpp' scope
2022-12-17T17:38:01.978Z root WARN a registered grammar configuration for 'cpp' language is overridden
2022-12-17T17:38:02.279Z root INFO [hosted-plugin: 21792] PLUGIN_HOST(21792): PluginManagerExtImpl/init()
2022-12-17T17:38:02.281Z root INFO [hosted-plugin: 21792] PLUGIN_HOST(21792): initializing(cortex-debug@1.5.1 with C:\Users\James\AppData\Local\Programs\arduino-ide\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2022-12-17T17:38:02.285Z root INFO [hosted-plugin: 21792] Debugger contribution has been registered: cortex-debug
2022-12-17T17:38:02.286Z root INFO [hosted-plugin: 21792] PLUGIN_HOST(21792): initializing(vscode-arduino-tools@0.0.2-beta.5 with C:\Users\James\AppData\Local\Programs\arduino-ide\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2022-12-17T17:38:02.286Z root INFO [hosted-plugin: 21792] PLUGIN_HOST(21792): initializing(cpp@1.52.1 with C:\Users\James\AppData\Local\Programs\arduino-ide\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2022-12-17T17:38:02.287Z root INFO [hosted-plugin: 21792] PLUGIN_HOST(21792): initializing(json@1.46.1 with C:\Users\James\AppData\Local\Programs\arduino-ide\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2022-12-17T17:38:02.287Z root INFO [hosted-plugin: 21792] PLUGIN_HOST(21792): initializing(json-language-features@1.46.1 with C:\Users\James\AppData\Local\Programs\arduino-ide\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2022-12-17T17:38:02.288Z root INFO [hosted-plugin: 21792] PLUGIN_HOST(21792): initializing(vscode-language-pack-bg@1.48.3 with C:\Users\James\AppData\Local\Programs\arduino-ide\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2022-12-17T17:38:02.288Z root INFO [hosted-plugin: 21792] PLUGIN_HOST(21792): initializing(vscode-language-pack-cs@1.53.2 with C:\Users\James\AppData\Local\Programs\arduino-ide\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2022-12-17T17:38:02.290Z root INFO [hosted-plugin: 21792] PLUGIN_HOST(21792): initializing(vscode-language-pack-de@1.53.2 with C:\Users\James\AppData\Local\Programs\arduino-ide\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
PLUGIN_HOST(21792): initializing(vscode-language-pack-es@1.53.2 with C:\Users\James\AppData\Local\Programs\arduino-ide\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
PLUGIN_HOST(21792): initializing(vscode-language-pack-fr@1.53.2 with C:\Users\James\AppData\Local\Programs\arduino-ide\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2022-12-17T17:38:02.290Z root INFO [hosted-plugin: 21792] PLUGIN_HOST(21792): initializing(vscode-language-pack-hu@1.48.3 with C:\Users\James\AppData\Local\Programs\arduino-ide\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2022-12-17T17:38:02.290Z root INFO [hosted-plugin: 21792] PLUGIN_HOST(21792): initializing(vscode-language-pack-it@1.53.2 with C:\Users\James\AppData\Local\Programs\arduino-ide\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2022-12-17T17:38:02.291Z root INFO [hosted-plugin: 21792] PLUGIN_HOST(21792): initializing(vscode-language-pack-ja@1.53.2 with C:\Users\James\AppData\Local\Programs\arduino-ide\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2022-12-17T17:38:02.291Z root INFO [hosted-plugin: 21792] PLUGIN_HOST(21792): initializing(vscode-language-pack-ko@1.53.2 with C:\Users\James\AppData\Local\Programs\arduino-ide\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2022-12-17T17:38:02.291Z root INFO [hosted-plugin: 21792] PLUGIN_HOST(21792): initializing(vscode-language-pack-nl@1.48.3 with C:\Users\James\AppData\Local\Programs\arduino-ide\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2022-12-17T17:38:02.292Z root INFO [hosted-plugin: 21792] PLUGIN_HOST(21792): initializing(vscode-language-pack-pl@1.53.2 with C:\Users\James\AppData\Local\Programs\arduino-ide\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2022-12-17T17:38:02.296Z root INFO [hosted-plugin: 21792] PLUGIN_HOST(21792): initializing(vscode-language-pack-pt-BR@1.53.2 with C:\Users\James\AppData\Local\Programs\arduino-ide\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
PLUGIN_HOST(21792): initializing(vscode-language-pack-ru@1.53.2 with C:\Users\James\AppData\Local\Programs\arduino-ide\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
PLUGIN_HOST(21792): initializing(vscode-language-pack-tr@1.53.2 with C:\Users\James\AppData\Local\Programs\arduino-ide\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
PLUGIN_HOST(21792): initializing(vscode-language-pack-uk@1.48.3 with C:\Users\James\AppData\Local\Programs\arduino-ide\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
PLUGIN_HOST(21792): initializing(vscode-language-pack-zh-hans@1.53.2 with C:\Users\James\AppData\Local\Programs\arduino-ide\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2022-12-17T17:38:02.338Z root INFO [hosted-plugin: 21792] PLUGIN_HOST(21792): PluginManagerExtImpl/loadPlugin(C:\Users\James\AppData\Local\Programs\arduino-ide\resources\app\plugins\vscode-builtin-json-language-features\extension\client\dist\jsonMain)
2022-12-17T17:38:02.407Z root INFO [hosted-plugin: 21792] PLUGIN_HOST(21792): PluginManagerExtImpl/loadPlugin(C:\Users\James\AppData\Local\Programs\arduino-ide\resources\app\plugins\vscode-arduino-tools\extension\dist\bundle)
2022-12-17T17:38:02.423Z root INFO [6d4f6a83-dc24-4ea1-be20-de28ab360f45][marus25.cortex-debug]: Started plugin.
2022-12-17T17:38:02.424Z root INFO [6d4f6a83-dc24-4ea1-be20-de28ab360f45][arduino.vscode-arduino-tools]: Started plugin.
2022-12-17T17:38:02.425Z root INFO [6d4f6a83-dc24-4ea1-be20-de28ab360f45][vscode.cpp]: Started plugin.
2022-12-17T17:38:02.425Z root INFO [6d4f6a83-dc24-4ea1-be20-de28ab360f45][vscode.json]: Started plugin.
2022-12-17T17:38:02.425Z root INFO [6d4f6a83-dc24-4ea1-be20-de28ab360f45][vscode.json-language-features]: Started plugin.
2022-12-17T17:38:02.425Z root INFO [6d4f6a83-dc24-4ea1-be20-de28ab360f45][ms-ceintl.vscode-language-pack-bg]: Started plugin.
2022-12-17T17:38:02.426Z root INFO [6d4f6a83-dc24-4ea1-be20-de28ab360f45][ms-ceintl.vscode-language-pack-cs]: Started plugin.
2022-12-17T17:38:02.426Z root INFO [6d4f6a83-dc24-4ea1-be20-de28ab360f45][ms-ceintl.vscode-language-pack-de]: Started plugin.
2022-12-17T17:38:02.426Z root INFO [6d4f6a83-dc24-4ea1-be20-de28ab360f45][ms-ceintl.vscode-language-pack-es]: Started plugin.
2022-12-17T17:38:02.426Z root INFO [6d4f6a83-dc24-4ea1-be20-de28ab360f45][ms-ceintl.vscode-language-pack-fr]: Started plugin.
2022-12-17T17:38:02.426Z root INFO [6d4f6a83-dc24-4ea1-be20-de28ab360f45][ms-ceintl.vscode-language-pack-hu]: Started plugin.
2022-12-17T17:38:02.427Z root INFO [6d4f6a83-dc24-4ea1-be20-de28ab360f45][ms-ceintl.vscode-language-pack-it]: Started plugin.
2022-12-17T17:38:02.429Z root INFO [6d4f6a83-dc24-4ea1-be20-de28ab360f45][ms-ceintl.vscode-language-pack-ja]: Started plugin.
2022-12-17T17:38:02.429Z root INFO [6d4f6a83-dc24-4ea1-be20-de28ab360f45][ms-ceintl.vscode-language-pack-ko]: Started plugin.
2022-12-17T17:38:02.430Z root INFO [6d4f6a83-dc24-4ea1-be20-de28ab360f45][ms-ceintl.vscode-language-pack-nl]: Started plugin.
2022-12-17T17:38:02.430Z root INFO [6d4f6a83-dc24-4ea1-be20-de28ab360f45][ms-ceintl.vscode-language-pack-pl]: Started plugin.
2022-12-17T17:38:02.430Z root INFO [6d4f6a83-dc24-4ea1-be20-de28ab360f45][ms-ceintl.vscode-language-pack-pt-br]: Started plugin.
2022-12-17T17:38:02.430Z root INFO [6d4f6a83-dc24-4ea1-be20-de28ab360f45][ms-ceintl.vscode-language-pack-ru]: Started plugin.
2022-12-17T17:38:02.431Z root INFO [6d4f6a83-dc24-4ea1-be20-de28ab360f45][ms-ceintl.vscode-language-pack-tr]: Started plugin.
2022-12-17T17:38:02.431Z root INFO [6d4f6a83-dc24-4ea1-be20-de28ab360f45][ms-ceintl.vscode-language-pack-uk]: Started plugin.
2022-12-17T17:38:02.431Z root INFO [6d4f6a83-dc24-4ea1-be20-de28ab360f45][ms-ceintl.vscode-language-pack-zh-hans]: Started plugin.
2022-12-17T17:38:02.470Z root INFO [hosted-plugin: 21792] PLUGIN_HOST(21792): PluginManagerExtImpl/loadPlugin(C:\Users\James\AppData\Local\Programs\arduino-ide\resources\app\plugins\cortex-debug\extension\dist\extension.js)
2022-12-17T17:38:02.495Z root INFO [hosted-plugin: 21792] Debug configuration provider has been registered: cortex-debug, trigger: 1
2022-12-17T17:38:02.497Z root INFO [hosted-plugin: 21792] GDB server console created
2022-12-17T17:38:02.518Z root INFO [6d4f6a83-dc24-4ea1-be20-de28ab360f45] Start of 21 plugins: 590.7 ms [Finished 3.276 s after frontend start]
2022-12-17T17:38:03.036Z root INFO Replace loading indicator with ready workbench UI (animation): 851.4 ms [Finished 3.533 s after frontend start]
2022-12-17T17:38:03.036Z root INFO Changed application state from 'initialized_layout' to 'ready'.
2022-12-17T17:38:03.037Z root WARN Linked preference "workbench.colorCustomizations" not found. Source: "editor.bracketPairColorization.enabled"
2022-12-17T17:38:03.077Z root INFO Frontend application start: 2359.4 ms [Finished 5.013 s after backend start]
Checking for update
2022-12-17T17:38:03.245Z root WARN A command arduino-include-library--Adafruit RGB LCD Shield Library:Adafruit is already registered.
Update for version 2.0.3 is not available (latest version: 2.0.3, downgrade is allowed).
2022-12-17T17:38:03.840Z root ERROR ---- !!!SLOW!!! DURATION: search took 561.987 ms. Args: [{"type":"Updatable"}] ----
2022-12-17T17:38:03.841Z root INFO Starting language server: esp32:esp32:esp32
2022-12-17T17:38:04.227Z daemon INFO INFO[0004] Searching tools required for board esp32:esp32:esp32

2022-12-17T17:38:04.228Z daemon INFO INFO[0004] Required tool                                 tool="esp32:esptool_py@4.2.1"
INFO[0004] Required tool                                 tool="esp32:mklittlefs@3.0.0-gnu12-dc7f933"
INFO[0004] Required tool                                 tool="esp32:mkspiffs@0.2.3"
INFO[0004] Required tool                                 tool="esp32:riscv32-esp-elf-gcc@gcc8_4_0-esp-2021r2-patch3"
INFO[0004] Required tool                                 tool="esp32:xtensa-esp32-elf-gcc@gcc8_4_0-esp-2021r2-patch3"
INFO[0004] Required tool                                 tool="esp32:xtensa-esp32s2-elf-gcc@gcc8_4_0-esp-2021r2-patch3"
INFO[0004] Required tool                                 tool="esp32:xtensa-esp32s3-elf-gcc@gcc8_4_0-esp-2021r2-patch3"
INFO[0004] Adding libraries dir                          dir="C:\\Users\\James\\AppData\\Local\\Arduino15\\libraries" location=ide
INFO[0004] Adding libraries dir                          dir="C:\\Users\\James\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware\\esp32\\2.0.5\\libraries" location=platform

2022-12-17T17:38:04.228Z daemon INFO INFO[0004] Adding libraries dir                          dir="g:\\Users\\James\\Documents\\Arduino\\libraries" location=user

2022-12-17T17:38:06.895Z daemon INFO INFO[0007] Resolving include Wire.h for arch esp32
INFO[0007]   found better lib                            lib=Wire prio=64C

2022-12-17T17:38:08.448Z daemon INFO INFO[0009] Resolving include Adafruit_GFX.h for arch esp32
INFO[0009]   found better lib                            lib="Adafruit GFX Library" prio=517

2022-12-17T17:38:09.755Z daemon INFO INFO[0010] Resolving include Adafruit_I2CDevice.h for arch esp32
INFO[0010]   found better lib                            lib="Adafruit BusIO" prio=3EB

2022-12-17T17:38:11.078Z daemon INFO INFO[0011] Resolving include SPI.h for arch esp32
INFO[0011]   found better lib                            lib=SPI prio=64C

2022-12-17T17:38:12.446Z daemon INFO INFO[0013] Resolving include Adafruit_SSD1306.h for arch esp32
INFO[0013]   found better lib                            lib="Adafruit SSD1306" prio=643

2022-12-17T17:38:25.890Z daemon INFO INFO[0026] Searching tools required for board esp32:esp32:esp32
INFO[0026] Required tool                                 tool="esp32:esptool_py@4.2.1"
INFO[0026] Required tool                                 tool="esp32:mklittlefs@3.0.0-gnu12-dc7f933"
INFO[0026] Required tool                                 tool="esp32:mkspiffs@0.2.3"
INFO[0026] Required tool                                 tool="esp32:riscv32-esp-elf-gcc@gcc8_4_0-esp-2021r2-patch3"
INFO[0026] Required tool                                 tool="esp32:xtensa-esp32-elf-gcc@gcc8_4_0-esp-2021r2-patch3"
INFO[0026] Required tool                                 tool="esp32:xtensa-esp32s2-elf-gcc@gcc8_4_0-esp-2021r2-patch3"
INFO[0026] Required tool                                 tool="esp32:xtensa-esp32s3-elf-gcc@gcc8_4_0-esp-2021r2-patch3"
INFO[0026] Adding libraries dir                          dir="C:\\Users\\James\\AppData\\Local\\Arduino15\\libraries" location=ide
INFO[0026] Adding libraries dir                          dir="C:\\Users\\James\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware\\esp32\\2.0.5\\libraries" location=platform
INFO[0026] Adding libraries dir                          dir="g:\\Users\\James\\Documents\\Arduino\\libraries" location=user

2022-12-17T17:38:27.641Z discovery-log INFO error received
2022-12-17T17:38:27.641Z discovery-log ERROR Unexpected error occurred during the boards discovery.
2022-12-17T17:38:27.642Z discovery-log INFO received end
2022-12-17T17:38:27.642Z root ERROR Have not received the build path from the CLI while running the compilation.
2022-12-17T17:38:27.652Z daemon INFO Daemon exited with exit code: 3221226505.

Interesting. I'm going to ask you to provide the logs again, except this time I'll add some instructions (steps 5-8 below) that will cause additional debug output to be added. It is possible those additional logs will provide a clue to what is causing these errors.

Please do this:

  1. Start Windows "File Explorer".
  2. Open the Arduino IDE installation folder.
    (usually C:\Program Files\Arduino IDE or C:\Users\<user name>\AppData\Local\Programs\Arduino IDE).
  3. In the folder listing of the Arduino IDE installation folder, hold the Shift key while clicking the right hand button on the mouse.
  4. From the context menu, click "Open PowerShell window here".
    Windows PowerShell will now open with the current directory set to the Arduino IDE installation folder.
  5. Type the following command:
    $Env:GRPC_VERBOSITY = "DEBUG"
    
  6. Press the Enter key.
  7. Type the following command in the terminal:
    $Env:GRPC_TRACE = "all"
    
  8. Press the Enter key.
  9. Type the following command:
    & ".\Arduino IDE"
    
  10. Press the Enter key.
    Debug output should now be printed to the PowerShell window as the Arduino IDE starts.
  11. Wait for the Arduino IDE to finish starting.
  12. Compile a sketch (twice if necessary) to get that "No connection established" error.
  13. Switch back to the PowerShell window.
  14. Right click on the title bar of the PowerShell window.
    This will open a context menu.
  15. Select Edit > Select All from the context menu.
    This will select all the text in the PowerShell window.
  16. Press Ctrl+C.
    This will copy the contents of the PowerShell window to the clipboard.
  17. Open a forum reply here by clicking the Reply button.
  18. Click the </> icon on the post composer toolbar.
    This will add the forum's code block markup (```) to your reply to make sure the error messages are correctly formatted.
    Code block
  19. Press Ctrl+V.
    This will paste the output into the code block.
  20. Move the cursor outside of the code block markup before you add any additional text to your reply.
  21. Click the Reply button to post the output.

In case the output is longer than the forum software will allow to be added to a post, you can instead save it to a .txt file and then attach that file to a reply here:

  1. Open any text editor program.
  2. Paste the copied output into the text editor.
  3. Save the file in .txt format.
  4. Open a forum reply here by clicking the Reply button.
  5. Click the "Upload" icon (image) on the post composer toolbar:
    image
  6. Select the .txt file you saved.
  7. Click the Open button.
  8. Click the Reply button to publish the post.

Alternatively, instead of using the "Upload" icon on the post composer toolbar as described in steps (5) - (7) above, you can simply drag and drop the .txt file onto the post composer field to attach it.


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

IDE 2.0.3 Debug.txt (190.5 KB)
Attached Text file.

Thanks. Unfortunately I didn't see anything there that helped me understand the problem.

I notice this error came before the compilation-related error:

This makes me think the problem might actually be that a problem with the board discovery might be breaking something, which later results in the compilation failure as a secondary symptom.

I think the best way to proceed down that path of the investigation is to check what happens when you run the low level serial-discovery tool directly.

I'll provide the instructions here:


:exclamation: NOTE: These instructions will not solve the problem. They are only intended to gather more information which might provide a clue that eventually leads to a solution.


During all this, keep an eye out for anything that doesn't match the expected behavior as described at each step.

  1. Open the following folder in Windows "File Explorer":
    C:\Users\<username>\AppData\Local\Arduino15\packages\builtin\tools\serial-discovery
    
    Note that the AppData folder is hidden by default in "File Explorer". You can make it visible by opening the "View" menu, then checking the box next to "☐ Hidden items".
  2. The serial-discovery folder will contain a subfolder for each of the versions of serial-discovery which are installed on your computer.
    For example:
    serial-discovery/
    ├── 1.3.0/
    ├── 1.3.0-rc1/
    └── 1.3.2/
    
  3. Hold the Shift key while clicking the right hand button on the mouse on the folder with the highest version (1.3.2 in the example above).
  4. From the context menu, click "Open PowerShell window here".
    PowerShell will now open.
  5. Type the following command:
    .\serial-discovery
    
  6. Press the Enter key.
    serial-discovery will now start. There won't be any obvious sign of this other than that there is no longer a command prompt at the cursor in the terminal.
  7. Type the following command:
    HELLO 1 "arduino-cli 0.20.2"
    
  8. Press the Enter key.
    You should now see a response printed exactly like this:
    {
      "eventType": "hello",
      "protocolVersion": 1,
      "message": "OK"
    }
    
  9. Unplug your Arduino board from your computer if you have it plugged in.
  10. Type the following command:
    START_SYNC
    
  11. Press the Enter key.
    You should now see a response printed exactly like this:
    {
      "eventType": "start_sync",
      "message": "OK"
    }
    
    You should also see an additional object in the output for each of the serial ports available on your computer.
    For example:
    {
      "eventType": "add",
      "port": {
        "address": "COM1",
        "label": "COM1",
        "protocol": "serial",
        "protocolLabel": "Serial Port",
        "properties": {}
      }
    }
    {  "eventType": "add",
      "port": {
        "address": "COM7",
        "label": "COM7",
        "protocol": "serial",
        "protocolLabel": "Serial Port (USB)",
        "properties": {
          "pid": "0x0042",
          "serialNumber": "754393136373518111D2",
          "vid": "0x2341"
        }
      }
    }
    
    You should not see any error messages or other output that doesn't match the format of what I described above.
  12. Type the following command:
    STOP
    
  13. Press the Enter key.
    You should now see a response printed exactly like this:
    {
      "eventType": "stop",
      "message": "OK"
    }
    
  14. Type the following command:
    QUIT
    
  15. Press the Enter key.
    You should now see a response printed exactly like this:
    {
      "eventType": "quit",
      "message": "OK"
    }
    
    You should now be back at the shell command line.

Please let me know if you spotted anything that looks wrong while following those instructions. If you do, please copy and paste the output in a reply here.

It appears to be working as expected, I did it twice, first one with no board connected, step 11 only comes back with the first part and no com ports available. The second time with a board connected and step 11 shows the correct com port for the connected device.

PS C:\Users\James\AppData\Local\Arduino15\packages\builtin\tools\serial-discovery\1.3.2> .\serial-discovery
HELLO 1 "arduino-cli 0.20.2"
{
  "eventType": "hello",
  "message": "OK",
  "protocolVersion": 1
}
START_SYNC
{
  "eventType": "start_sync",
  "message": "OK"
}
STOP
{
  "eventType": "stop",
  "message": "OK"
}
QUIT
{
  "eventType": "quit",
  "message": "OK"
}
PS C:\Users\James\AppData\Local\Arduino15\packages\builtin\tools\serial-discovery\1.3.2> .\serial-discovery
HELLO 1 "arduino-cli 0.20.2"
{
  "eventType": "hello",
  "message": "OK",
  "protocolVersion": 1
}
START_SYNC
{
  "eventType": "start_sync",
  "message": "OK"
}
{
  "eventType": "add",
  "port": {
    "address": "COM3",
    "label": "COM3",
    "protocol": "serial",
    "protocolLabel": "Serial Port (USB)",
    "properties": {
      "pid": "0x7523",
      "serialNumber": "00000030",
      "vid": "0x1A86"
    }
  }
}
STOP
{
  "eventType": "stop",
  "message": "OK"
}
QUIT
{
  "eventType": "quit",
  "message": "OK"
}
PS C:\Users\James\AppData\Local\Arduino15\packages\builtin\tools\serial-discovery\1.3.2>

Well, at least this experiment tells us that the serial port discovery is working at the low level. I think the next thing to try is the next level up (the discovery goes through a chain like: operating system -> serial-discovery -> Arduino CLI -> Arduino IDE). I'll provide instructions:

  1. Start Windows "File Explorer".
  2. Open this subfolder of the Arduino IDE installation folder:
    C:\Users\James\AppData\Local\Programs\arduino-ide\resources\app\node_modules\arduino-ide-extension\build
    
  3. In the folder listing of the build folder, hold the Shift key while clicking the right hand button on the mouse.
  4. From the context menu, click "Open PowerShell window here".
    Windows PowerShell will now open with the current directory set to the build folder.
  5. Type the following command:
    .\arduino-cli board list -w
    
  6. Press the Enter key.
    The expected behavior is that you would now see some output from the command with a format similar to this:
    Port Type Event Board Name FQBN Core
    
    COM1 Serial Port Connected
    
    COM7 Serial Port (USB) Connected Arduino Mega or Mega 2560 arduino:avr:mega arduino:avr
    
  7. This command puts Arduino CLI into a "watch" mode. You must press the Ctrl+C keyboard shortcut to break out of the command. A PowerShell prompt will then appear.
  8. Right click on the title bar of the PowerShell window.
    This will open a context menu.
  9. Select Edit > Select All from the context menu.
    This will select all the text in the PowerShell window.
  10. Press Ctrl+C.
    This will copy the contents of the PowerShell window to the clipboard.
  11. Open a forum reply here by clicking the Reply button.
  12. Click the </> icon on the post composer toolbar.
    This will add the forum's code block markup (```) to your reply to make sure the error messages are correctly formatted.
    Code block
  13. Press Ctrl+V.
    This will paste the output into the code block.
  14. Move the cursor outside of the code block markup before you add any additional text to your reply.
  15. Click the Reply button to post the output.

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

PS C:\Users\James\AppData\Local\Programs\arduino-ide\resources\app\node_modules\arduino-ide-extension\build> .\arduino-cli board list -w
Port Type Event Board Name FQBN Core

COM3 Serial Port (USB) Connected

PS C:\Users\James\AppData\Local\Programs\arduino-ide\resources\app\node_modules\arduino-ide-extension\build>

A post was split to a new topic: IDE 2.x compilation error: “No connection established”

Best,

Has the problem been resolved? I myself encounter the same problem without any solution.

Hi @yanndyango. Which operating system are you using (e.g., "Windows")?

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

I use Windows. The last step that my arduino recognises is written as "Detecting libraries used" following that I get
"read ECONNRESET"
"Compilation error: read ECONNRESET"

I don't know what to do. I saw in another post that it might help to have the 2.0 version 6 installed, but I find it nowhere.

sometimes I get:
"No connection established"
"Compilation error: No connection established"

This is the error message I get when trying to compilate

Using board 'uno' from platform in folder: C:\Users\Yann Tagakou\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6
Using core 'arduino' from platform in folder: C:\Users\Yann Tagakou\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6
Detecting libraries used...
read ECONNRESET

Compilation error: read ECONNRESET

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

Please do this:

  1. Start Windows "File Explorer".
  2. Open the Arduino IDE installation folder.
    (usually C:\Program Files\Arduino IDE or C:\Users\<username>\AppData\Local\Programs\Arduino IDE).
  3. In the folder listing of the Arduino IDE installation folder, hold the Shift key while clicking the right hand button on the mouse.
  4. From the context menu, click "Open PowerShell window here".
    Windows PowerShell will now open with the current directory set to the Arduino IDE installation folder.
  5. Type the following command:
    & ".\Arduino IDE"
    
  6. Press the Enter key.
    Debug output should now be printed to the PowerShell window as Arduino IDE starts.
  7. Wait for Arduino IDE to finish starting.
  8. Compile the sketch, just as you did before.
  9. Wait for the compilation to fail.
  10. Switch back to the PowerShell window.
  11. Right click on the title bar of the PowerShell window.
    This will open a context menu.
  12. Select Edit > Select All from the context menu.
    This will select all the text in the PowerShell window.
  13. Press Ctrl+C.
    This will copy the contents of the PowerShell window to the clipboard.
  14. Open a forum reply here by clicking the Reply button.
  15. Click the </> icon on the post composer toolbar.
    This will add the forum's code block markup (```) to your reply to make sure the error messages are correctly formatted.
    Code block
  16. Press Ctrl+V.
    This will paste the output into the code block.
  17. Move the cursor outside of the code block markup before you add any additional text to your reply.
  18. Click the Reply button to post the output.

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

I have also run into a very similar issue. I'm using a Windows. I was able to upload the HelloWorld sketch to my Uno board one time and now anytime I attempt to upload I receive the "read ECONNRESET"
"Compilation error: read ECONNRESET" message. I was on IDE 2.0.3 so I uninstalled that version and installed 2.0.4 but I still get the same error. I started walking through the troubleshooting from this thread and noticed the same exact error print to my PowerShell. I got stuck at the step to run the serial-discovery tool because I do not have an Arduino15 folder in the C:\Users<username>\AppData\Local\ folder. Please help.

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

Please do this:

  1. Start Windows "File Explorer".
  2. Open the Arduino IDE installation folder.
    (usually C:\Program Files\Arduino IDE or C:\Users\<username>\AppData\Local\Programs\Arduino IDE).
  3. In the folder listing of the Arduino IDE installation folder, hold the Shift key while clicking the right hand button on the mouse.
  4. From the context menu, click "Open PowerShell window here".
    Windows PowerShell will now open with the current directory set to the Arduino IDE installation folder.
  5. Type the following command:
    & ".\Arduino IDE"
    
  6. Press the Enter key.
    Debug output should now be printed to the PowerShell window as Arduino IDE starts.
  7. Wait for Arduino IDE to finish starting.
  8. Perform an upload, just as you did before.
  9. Wait for the upload to fail.
  10. Switch back to the PowerShell window.
  11. Right click on the title bar of the PowerShell window.
    This will open a context menu.
  12. Select Edit > Select All from the context menu.
    This will select all the text in the PowerShell window.
  13. Press Ctrl+C.
    This will copy the contents of the PowerShell window to the clipboard.
  14. Open a forum reply here by clicking the Reply button.
  15. Click the </> icon on the post composer toolbar.
    This will add the forum's code block markup (```) to your reply to make sure the error messages are correctly formatted.
    Code block
  16. Press Ctrl+V.
    This will paste the output into the code block.
  17. Move the cursor outside of the code block markup before you add any additional text to your reply.
  18. Click the Reply button to post the output.

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

PS C:\Program Files\Arduino IDE> & ".\Arduino IDE"
PS C:\Program Files\Arduino IDE>
Arduino IDE 2.0.4
Starting backend process. PID: 6240
Using browser-only version of superagent in non-browser environment
Configuration directory URI: 'file:///c%3A/Users/stprem1/.theia'
Configuring to accept webviews on '^.+\.webview\..+$' hostname.
2023-03-08T01:20:48.795Z root INFO Backend Object.initialize: 8.8 ms [Finished 4.129 s after backend start]
2023-03-08T01:20:48.795Z root INFO Backend Object.configure: 7.1 ms [Finished 4.129 s after backend start]
2023-03-08T01:20:48.796Z root INFO Backend MessagingContribution.onStart: 3.0 ms [Finished 4.129 s after backend start]
2023-03-08T01:20:48.798Z root INFO Backend OSBackendApplicationContribution.configure: 1.1 ms [Finished 4.230 s after backend start]
2023-03-08T01:20:48.799Z root INFO Backend DefaultWorkspaceServer.onStart: 0.9 ms [Finished 4.230 s after backend start]
2023-03-08T01:20:48.801Z root INFO Backend PluginLocalizationBackendContribution.configure: 0.3 ms [Finished 4.231 s after backend start]
2023-03-08T01:20:48.807Z root WARN Backend PluginLocalizationBackendContribution.initialize took longer than the expected maximum 50 milliseconds: 101.5 ms [Finished 4.232 s after backend start]
2023-03-08T01:20:48.808Z root INFO Backend TaskBackendApplicationContribution.onStart: 0.8 ms [Finished 4.232 s after backend start]
2023-03-08T01:20:48.813Z root INFO Backend ElectronTokenBackendContribution.configure: 2.5 ms [Finished 4.234 s after backend start]
2023-03-08T01:20:48.814Z config INFO >>> Initializing CLI configuration...
2023-03-08T01:20:48.814Z root INFO Backend PluginDeployerContribution.initialize: 1.0 ms [Finished 4.235 s after backend start]
2023-03-08T01:20:48.815Z root INFO Backend ConfigServiceImpl.onStart: 1.8 ms [Finished 4.236 s after backend start]
2023-03-08T01:20:48.817Z config INFO Loading CLI configuration from c:\Users\stprem1\.arduinoIDE\arduino-cli.yaml...
2023-03-08T01:20:48.818Z root INFO Backend WebviewBackendSecurityWarnings.initialize: 0.8 ms [Finished 4.238 s after backend start]
2023-03-08T01:20:48.819Z root INFO Backend ArduinoDaemonImpl.onStart: 6.0 ms [Finished 4.244 s after backend start]
2023-03-08T01:20:48.819Z root INFO Backend NodeFileUploadService.configure: 9.0 ms [Finished 4.245 s after backend start]
2023-03-08T01:20:48.819Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-03-08T01:20:48.819Z discovery-log INFO start
2023-03-08T01:20:48.820Z discovery-log INFO start new deferred
2023-03-08T01:20:48.820Z root INFO Backend HostedPluginLocalizationService.initialize: 1.1 ms [Finished 4.250 s after backend start]
2023-03-08T01:20:48.820Z root INFO Backend BoardDiscovery.onStart: 2.4 ms [Finished 4.251 s after backend start]
2023-03-08T01:20:48.820Z root INFO Backend FileDownloadEndpoint.configure: 2.0 ms [Finished 4.252 s after backend start]
2023-03-08T01:20:48.820Z root INFO Backend AuthenticationServiceImpl.onStart: 1.0 ms [Finished 4.256 s after backend start]
2023-03-08T01:20:48.821Z root INFO Backend PluginApiContribution.configure: 1.1 ms [Finished 4.256 s after backend start]
2023-03-08T01:20:48.825Z root INFO Backend HostedPluginReader.configure: 0.7 ms [Finished 4.257 s after backend start]
2023-03-08T01:20:48.831Z root INFO Backend HostedPluginReader.configure: 0.1 ms [Finished 4.258 s after backend start]
2023-03-08T01:20:48.832Z root INFO Backend PlotterBackendContribution.configure: 3.9 ms [Finished 4.262 s after backend start]
2023-03-08T01:20:48.838Z root INFO Theia app listening on http://localhost:63119.
2023-03-08T01:20:48.839Z root INFO Finished starting backend application: 18.4 ms [Finished 4.275 s after backend start]
2023-03-08T01:20:48.909Z root WARN The local plugin referenced by local-dir:/c%3A/Users/stprem1/.arduinoIDE/plugins does not exist.
2023-03-08T01:20:48.910Z root WARN The local plugin referenced by local-dir:/c%3A/Users/stprem1/.arduinoIDE/extensions does not exist.
2023-03-08T01:20:48.920Z root WARN The local plugin referenced by local-dir:C:\Users\stprem1\.arduinoProIDE\plugins does not exist.
2023-03-08T01:20:49.014Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-03-08T01:20:49.014Z root INFO Resolved "cortex-debug" to a VS Code extension "cortex-debug@1.5.1" with engines:
2023-03-08T01:20:49.022Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-03-08T01:20:49.035Z root INFO Resolved "vscode-arduino-tools" to a VS Code extension "vscode-arduino-tools@0.0.2-beta.7" with engines:
2023-03-08T01:20:49.036Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-03-08T01:20:49.038Z root INFO Resolved "vscode-builtin-cpp" to a VS Code extension "cpp@1.52.1" with engines:
2023-03-08T01:20:49.039Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-03-08T01:20:49.039Z root INFO Resolved "vscode-builtin-json" to a VS Code extension "json@1.46.1" with engines:
2023-03-08T01:20:49.041Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-03-08T01:20:49.051Z root INFO Resolved "vscode-builtin-json-language-features" to a VS Code extension "json-language-features@1.46.1" with engines:
2023-03-08T01:20:49.062Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-03-08T01:20:49.063Z root INFO Resolved "vscode-language-pack-bg" to a VS Code extension "vscode-language-pack-bg@1.48.3" with engines:
2023-03-08T01:20:49.064Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-03-08T01:20:49.065Z root INFO Resolved "vscode-language-pack-cs" to a VS Code extension "vscode-language-pack-cs@1.53.2" with engines:
2023-03-08T01:20:49.067Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-03-08T01:20:49.068Z root INFO Resolved "vscode-language-pack-de" to a VS Code extension "vscode-language-pack-de@1.53.2" with engines:
2023-03-08T01:20:49.069Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-03-08T01:20:49.071Z root INFO Resolved "vscode-language-pack-es" to a VS Code extension "vscode-language-pack-es@1.53.2" with engines:
2023-03-08T01:20:49.073Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-03-08T01:20:49.087Z root INFO Resolved "vscode-language-pack-fr" to a VS Code extension "vscode-language-pack-fr@1.53.2" with engines:
2023-03-08T01:20:49.088Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-03-08T01:20:49.098Z root INFO Resolved "vscode-language-pack-hu" to a VS Code extension "vscode-language-pack-hu@1.48.3" with engines:
2023-03-08T01:20:49.100Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-03-08T01:20:49.102Z root INFO Resolved "vscode-language-pack-it" to a VS Code extension "vscode-language-pack-it@1.53.2" with engines:
2023-03-08T01:20:49.103Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-03-08T01:20:49.104Z root INFO Resolved "vscode-language-pack-ja" to a VS Code extension "vscode-language-pack-ja@1.53.2" with engines:
2023-03-08T01:20:49.105Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-03-08T01:20:49.106Z root INFO Resolved "vscode-language-pack-ko" to a VS Code extension "vscode-language-pack-ko@1.53.2" with engines:
2023-03-08T01:20:49.123Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-03-08T01:20:49.128Z root INFO Resolved "vscode-language-pack-nl" to a VS Code extension "vscode-language-pack-nl@1.48.3" with engines:
2023-03-08T01:20:49.131Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-03-08T01:20:49.132Z root INFO Resolved "vscode-language-pack-pl" to a VS Code extension "vscode-language-pack-pl@1.53.2" with engines:
2023-03-08T01:20:49.133Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-03-08T01:20:49.134Z root INFO Resolved "vscode-language-pack-pt-BR" to a VS Code extension "vscode-language-pack-pt-BR@1.53.2" with engines:
2023-03-08T01:20:49.135Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-03-08T01:20:49.136Z root INFO Resolved "vscode-language-pack-ru" to a VS Code extension "vscode-language-pack-ru@1.53.2" with engines:
2023-03-08T01:20:49.150Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-03-08T01:20:49.154Z root INFO Resolved "vscode-language-pack-tr" to a VS Code extension "vscode-language-pack-tr@1.53.2" with engines:
2023-03-08T01:20:49.155Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-03-08T01:20:49.156Z root INFO Resolved "vscode-language-pack-uk" to a VS Code extension "vscode-language-pack-uk@1.48.3" with engines:
2023-03-08T01:20:49.156Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-03-08T01:20:49.157Z root INFO Resolved "vscode-language-pack-zh-hans" to a VS Code extension "vscode-language-pack-zh-hans@1.53.2" with engines:
2023-03-08T01:20:49.173Z config INFO Loaded CLI configuration: {"board_manager":{"additional_urls":[]},"daemon":{"port":"50051"},"directories":{"data":"C:\\Users\\stprem1\\AppData\\Local\\Arduino15","downloads":"C:\\Users\\stprem1\\AppData\\Local\\Arduino15\\staging","user":"C:\\Users\\stprem1\\Documents\\Arduino"},"library":{"enable_unsafe_install":false},"logging":{"file":"","format":"text","level":"info"},"metrics":{"addr":":9090","enabled":true},"output":{"no_color":false},"sketch":{"always_export_binaries":false},"updater":{"enable_notification":true}}
2023-03-08T01:20:49.178Z config INFO 'directories.data' and 'directories.user' are set in the CLI configuration model.
2023-03-08T01:20:49.185Z config INFO Loaded the CLI configuration.
2023-03-08T01:20:49.191Z config INFO Mapped the CLI configuration: {"dataDirUri":"file:///c%3A/Users/stprem1/AppData/Local/Arduino15","sketchDirUri":"file:///c%3A/Users/stprem1/Documents/Arduino","additionalUrls":[],"network":"none","locale":"en"}
2023-03-08T01:20:49.193Z config INFO Validating the CLI configuration...
2023-03-08T01:20:49.202Z config INFO The CLI config is valid.
2023-03-08T01:20:49.213Z config INFO <<< Initialized the CLI configuration.
2023-03-08T01:20:49.319Z root INFO Resolve plugins list: 501.3 ms [Finished 4.754 s after backend start]
2023-03-08T01:20:49.354Z root INFO Deployed backend plugin "marus25.cortex-debug@1.5.1" from "C:\Program Files\Arduino IDE\resources\app\plugins\cortex-debug\extension\dist\extension.js": 34.3 ms [Finished 4.790 s after backend start]
2023-03-08T01:20:49.403Z root INFO Deployed backend plugin "arduino.vscode-arduino-tools@0.0.2-beta.7" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-arduino-tools\extension\dist\bundle": 48.7 ms [Finished 4.840 s after backend start]
2023-03-08T01:20:49.523Z root INFO Deployed backend plugin "vscode.cpp@1.52.1" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-builtin-cpp\extension": 119.7 ms [Finished 4.959 s after backend start]
2023-03-08T01:20:49.547Z root INFO Deployed backend plugin "vscode.json@1.46.1" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-builtin-json\extension": 23.5 ms [Finished 4.984 s after backend start]
2023-03-08T01:20:49.550Z root INFO Deployed backend plugin "vscode.json-language-features@1.46.1" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-builtin-json-language-features\extension\client\dist\jsonMain": 2.9 ms [Finished 4.987 s after backend start]
2023-03-08T01:20:49.959Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-bg@1.48.3" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-bg\extension": 408.4 ms [Finished 5.396 s after backend start]
2023-03-08T01:20:50.306Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-cs@1.53.2" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-cs\extension": 346.9 ms [Finished 5.743 s after backend start]
2023-03-08T01:20:50.964Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-de@1.53.2" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-de\extension": 657.6 ms [Finished 6.401 s after backend start]
2023-03-08T01:20:51.414Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-es@1.53.2" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-es\extension": 450.3 ms [Finished 6.851 s after backend start]
2023-03-08T01:20:51.512Z daemon INFO INFO[0000] Using config file: c:\Users\stprem1\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.31.0
INFO[0000] Executing `arduino-cli daemon`
{"IP":"127.0.0.1","Port":"63120"}

2023-03-08T01:20:51.515Z daemon INFO Daemon is running.
2023-03-08T01:20:51.888Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-fr@1.53.2" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-fr\extension": 473.8 ms [Finished 7.325 s after backend start]
2023-03-08T01:20:51.932Z daemon INFO INFO[0000] Loading hardware from: C:\Users\stprem1\AppData\Local\Arduino15\packages

2023-03-08T01:20:52.785Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-hu@1.48.3" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-hu\extension": 896.9 ms [Finished 8.222 s after backend start]
2023-03-08T01:20:52.834Z daemon INFO INFO[0000] Loading package arduino from: C:\Users\stprem1\AppData\Local\Arduino15\packages\arduino\hardware
INFO[0000] Checking signature                            error="opening signature file: open C:\\Users\\stprem1\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\installed.json.sig: The system cannot find the file specified." index="C:\\Users\\stprem1\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\installed.json" signatureFile="C:\\Users\\stprem1\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\installed.json.sig"
INFO[0000] Adding monitor tool                           protocol=serial tool="builtin:serial-monitor"
INFO[0000] Loaded platform                               platform="arduino:avr@1.8.6"
INFO[0000] Checking signature                            error="opening signature file: open C:\\Users\\stprem1\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\installed.json.sig: The system cannot find the file specified." index="C:\\Users\\stprem1\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\installed.json" signatureFile="C:\\Users\\stprem1\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\installed.json.sig"
INFO[0000] Adding monitor tool                           protocol=serial tool="builtin:serial-monitor"
INFO[0000] Loaded platform                               platform="arduino:megaavr@1.8.8"
INFO[0000] Checking existence of 'tools' path: C:\Users\stprem1\AppData\Local\Arduino15\packages\arduino\tools
INFO[0000] Loading tools from dir: C:\Users\stprem1\AppData\Local\Arduino15\packages\arduino\tools
INFO[0000] Loaded tool                                   tool="arduino:arduinoOTA@1.3.0"
INFO[0000] Loaded tool                                   tool="arduino:avr-gcc@7.3.0-atmel3.6.1-arduino5"
INFO[0000] Loaded tool                                   tool="arduino:avr-gcc@7.3.0-atmel3.6.1-arduino7"
INFO[0000] Loaded tool                                   tool="arduino:avrdude@6.3.0-arduino17"
INFO[0000] Loading package builtin from: C:\Users\stprem1\AppData\Local\Arduino15\packages\builtin
INFO[0000] Checking existence of 'tools' path: C:\Users\stprem1\AppData\Local\Arduino15\packages\builtin\tools
INFO[0000] Loading tools from dir: C:\Users\stprem1\AppData\Local\Arduino15\packages\builtin\tools
INFO[0000] Loaded tool                                   tool="builtin:ctags@5.8-arduino11"
INFO[0000] Loaded tool                                   tool="builtin:mdns-discovery@1.0.8"
INFO[0000] Loaded tool                                   tool="builtin:serial-discovery@1.4.0"
INFO[0000] Loaded tool                                   tool="builtin:serial-monitor@0.13.0"
INFO[0001] Checking signature                            index="C:\\Users\\stprem1\\AppData\\Local\\Arduino15\\package_index.json" signatureFile="C:\\Users\\stprem1\\AppData\\Local\\Arduino15\\package_index.json.sig" trusted=true
INFO[0001] Adding libraries dir                          dir="C:\\Users\\stprem1\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\libraries" location=platform
INFO[0001] Adding libraries dir                          dir="C:\\Users\\stprem1\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\libraries" location=platform
INFO[0001] Loading libraries index file                  index="C:\\Users\\stprem1\\AppData\\Local\\Arduino15\\library_index.json"

2023-03-08T01:20:53.368Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-it@1.53.2" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-it\extension": 581.9 ms [Finished 8.804 s after backend start]
2023-03-08T01:20:53.682Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-ja@1.53.2" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-ja\extension": 313.8 ms [Finished 9.119 s after backend start]
2023-03-08T01:20:53.683Z daemon INFO INFO[0002] Adding libraries dir                          dir="C:\\Users\\stprem1\\AppData\\Local\\Arduino15\\libraries" location=ide
INFO[0002] Adding libraries dir                          dir="C:\\Users\\stprem1\\Documents\\Arduino\\libraries" location=user

2023-03-08T01:20:53.983Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-ko@1.53.2" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-ko\extension": 301.0 ms [Finished 9.420 s after backend start]
2023-03-08T01:20:54.108Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-nl@1.48.3" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-nl\extension": 125.1 ms [Finished 9.545 s after backend start]
2023-03-08T01:20:54.386Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-pl@1.53.2" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-pl\extension": 278.2 ms [Finished 9.823 s after backend start]
2023-03-08T01:20:54.636Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-pt-br@1.53.2" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-pt-BR\extension": 249.2 ms [Finished 10.073 s after backend start]
2023-03-08T01:20:54.649Z discovery-log INFO start request start watch
2023-03-08T01:20:54.650Z discovery-log INFO start requested start watch
2023-03-08T01:20:54.654Z discovery-log INFO start resolved watching
2023-03-08T01:20:55.033Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-ru@1.53.2" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-ru\extension": 396.9 ms [Finished 10.470 s after backend start]
2023-03-08T01:20:55.035Z daemon INFO INFO[0003] starting discovery builtin:mdns-discovery process
INFO[0003] starting discovery builtin:serial-discovery process
INFO[0003] started discovery builtin:serial-discovery process
INFO[0003] sending command HELLO 1 "arduino-cli 0.31.0" to discovery builtin:serial-discovery
INFO[0003] started discovery builtin:mdns-discovery process
INFO[0003] sending command HELLO 1 "arduino-cli 0.31.0" to discovery builtin:mdns-discovery

2023-03-08T01:20:55.369Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-tr@1.53.2" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-tr\extension": 336.5 ms [Finished 10.806 s after backend start]
2023-03-08T01:20:55.371Z daemon INFO INFO[0004] from discovery builtin:serial-discovery received message type: hello, message: OK, protocol version: 1
INFO[0004] sending command START_SYNC to discovery builtin:serial-discovery
INFO[0004] from discovery builtin:serial-discovery received message type: start_sync, message: OK
INFO[0004] from discovery builtin:mdns-discovery received message type: hello, message: OK, protocol version: 1
INFO[0004] sending command START_SYNC to discovery builtin:mdns-discovery
INFO[0004] from discovery builtin:mdns-discovery received message type: start_sync, message: OK
INFO[0004] from discovery builtin:serial-discovery received message type: add, port: COM3
INFO[0004] from discovery builtin:serial-discovery received message type: add, port: COM4

2023-03-08T01:20:55.390Z discovery-log INFO {"eventType":"add","port":{"matchingBoardsList":[],"port":{"address":"COM3","label":"COM3","protocol":"serial","protocolLabel":"Serial Port","propertiesMap":[],"hardwareId":""}},"error":""}
2023-03-08T01:20:55.394Z discovery-log INFO {"eventType":"add","port":{"matchingBoardsList":[{"name":"Arduino Uno","fqbn":"arduino:avr:uno","isHidden":false}],"port":{"address":"COM4","label":"COM4","protocol":"serial","protocolLabel":"Serial Port (USB)","propertiesMap":[["pid","0x0043"],["serialNumber","8513831333435161B142"],["vid","0x2341"]],"hardwareId":"8513831333435161B142"}},"error":""}
Opening channel for service path '/services/electron-window-ext'.
Opening channel for service path '/services/electron-window'.
2023-03-08T01:20:55.620Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-uk@1.48.3" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-uk\extension": 250.4 ms [Finished 11.057 s after backend start]
Opening channel for service path '/services/ide-updater'.
2023-03-08T01:20:55.882Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-zh-hans@1.53.2" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-zh-hans\extension": 261.6 ms [Finished 11.319 s after backend start]
2023-03-08T01:20:55.883Z root INFO Deploy plugins list: 501.3 ms [Finished 11.319 s after backend start]
2023-03-08T01:20:56.611Z root WARN Frontend a.configure took longer than the expected maximum 100 milliseconds: 764.8 ms [Finished 7.298 s after frontend start]
2023-03-08T01:20:56.790Z root WARN Frontend keybindings.onStart took longer than the expected maximum 100 milliseconds: 149.2 ms [Finished 7.527 s after frontend start]
2023-03-08T01:20:57.408Z root WARN Frontend l.onStart took longer than the expected maximum 100 milliseconds: 449.1 ms [Finished 8.158 s after frontend start]
2023-03-08T01:20:57.551Z root INFO Start frontend contributions: 1869.4 ms [Finished 8.183 s after frontend start]
2023-03-08T01:20:57.554Z root INFO Changed application state from 'init' to 'started_contributions'.
2023-03-08T01:20:57.663Z root INFO Changed application state from 'started_contributions' to 'attached_shell'.
2023-03-08T01:20:57.664Z root INFO >>> Restoring the layout state...
2023-03-08T01:20:57.683Z root INFO ------- SERIALIZED LAYOUT DATA -------
2023-03-08T01:20:57.684Z root INFO {"version":5,"mainPanel":{"main":null},"mainPanelPinned":[],"bottomPanel":{"config":{"main":{"type":"tab-area","widgets":[{"constructionOptions":{"factoryId":"outputView"},"innerWidgetState":"{\"locked\":false}"}],"currentIndex":0}},"pinned":[false],"size":175,"expanded":true},"leftPanel":{"type":"sidepanel","items":[{"widget":{"constructionOptions":{"factoryId":"arduino-sketchbook-widget"}},"rank":1,"expanded":false,"pinned":false},{"widget":{"constructionOptions":{"factoryId":"boards-list-widget"}},"rank":2,"expanded":false,"pinned":false},{"widget":{"constructionOptions":{"factoryId":"library-list-widget"}},"rank":3,"expanded":false,"pinned":false},{"widget":{"constructionOptions":{"factoryId":"debug"},"innerWidgetState":"{\"parts\":[{\"partId\":\"debug:threads:-1\",\"collapsed\":false,\"hidden\":false,\"relativeSize\":0.20113314447592068,\"originalContainerId\":\"debug:view-container:-1\",\"originalContainerTitle\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true},\"widget\":{\"constructionOptions\":{\"factoryId\":\"debug:threads\"},\"innerWidgetState\":\"{}\"}},{\"partId\":\"debug:frames:-1\",\"collapsed\":false,\"hidden\":false,\"relativeSize\":0.20113314447592068,\"originalContainerId\":\"debug:view-container:-1\",\"originalContainerTitle\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true},\"widget\":{\"constructionOptions\":{\"factoryId\":\"debug:frames\"},\"innerWidgetState\":\"{}\"}},{\"partId\":\"debug:variables:-1\",\"collapsed\":false,\"hidden\":false,\"relativeSize\":0.20113314447592068,\"originalContainerId\":\"debug:view-container:-1\",\"originalContainerTitle\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true},\"widget\":{\"constructionOptions\":{\"factoryId\":\"debug:variables\"},\"innerWidgetState\":\"{}\"}},{\"partId\":\"debug:watch:-1\",\"collapsed\":false,\"hidden\":false,\"relativeSize\":0.20113314447592068,\"originalContainerId\":\"debug:view-container:-1\",\"originalContainerTitle\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true},\"widget\":{\"constructionOptions\":{\"factoryId\":\"debug:watch\"},\"innerWidgetState\":\"{}\"}},{\"partId\":\"debug:breakpoints:-1\",\"collapsed\":false,\"hidden\":false,\"relativeSize\":0.19830028328611898,\"originalContainerId\":\"debug:view-container:-1\",\"originalContainerTitle\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true},\"widget\":{\"constructionOptions\":{\"factoryId\":\"debug:breakpoints\"},\"innerWidgetState\":\"{}\"}},{\"partId\":\"plugin-view:cortex-debug.peripherals\",\"collapsed\":true,\"hidden\":true,\"originalContainerId\":\"debug:view-container:-1\",\"originalContainerTitle\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true},\"widget\":{\"constructionOptions\":{\"factoryId\":\"plugin-view\",\"options\":{\"id\":\"plugin-view:cortex-debug.peripherals\",\"viewId\":\"cortex-debug.peripherals\"}},\"innerWidgetState\":\"{\\\"label\\\":\\\"Cortex Peripherals\\\",\\\"widgets\\\":[],\\\"suppressUpdateViewVisibility\\\":false,\\\"currentViewContainerId\\\":\\\"debug\\\"}\"}},{\"partId\":\"plugin-view:cortex-debug.registers\",\"collapsed\":true,\"hidden\":true,\"originalContainerId\":\"debug:view-container:-1\",\"originalContainerTitle\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true},\"widget\":{\"constructionOptions\":{\"factoryId\":\"plugin-view\",\"options\":{\"id\":\"plugin-view:cortex-debug.registers\",\"viewId\":\"cortex-debug.registers\"}},\"innerWidgetState\":\"{\\\"label\\\":\\\"Cortex Registers\\\",\\\"widgets\\\":[],\\\"suppressUpdateViewVisibility\\\":false,\\\"currentViewContainerId\\\":\\\"debug\\\"}\"}}],\"title\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true}}"},"rank":4,"expanded":false,"pinned":false},{"widget":{"constructionOptions":{"factoryId":"search-view-container"},"innerWidgetState":"{\"parts\":[{\"partId\":\"search-in-workspace\",\"collapsed\":false,\"hidden\":false,\"originalContainerId\":\"search-view-container\",\"originalContainerTitle\":{\"label\":\"Search\",\"iconClass\":\"codicon codicon-search\",\"closeable\":true},\"widget\":{\"constructionOptions\":{\"factoryId\":\"search-in-workspace\"},\"innerWidgetState\":\"{\\\"matchCaseState\\\":{\\\"className\\\":\\\"codicon codicon-case-sensitive\\\",\\\"enabled\\\":false,\\\"title\\\":\\\"Match Case\\\"},\\\"wholeWordState\\\":{\\\"className\\\":\\\"codicon codicon-whole-word\\\",\\\"enabled\\\":false,\\\"title\\\":\\\"Match Whole Word\\\"},\\\"regExpState\\\":{\\\"className\\\":\\\"codicon codicon-regex\\\",\\\"enabled\\\":false,\\\"title\\\":\\\"Use Regular Expression\\\"},\\\"includeIgnoredState\\\":{\\\"className\\\":\\\"codicon codicon-eye\\\",\\\"enabled\\\":false,\\\"title\\\":\\\"Include Ignored Files\\\"},\\\"showSearchDetails\\\":false,\\\"searchInWorkspaceOptions\\\":{\\\"matchCase\\\":false,\\\"matchWholeWord\\\":false,\\\"useRegExp\\\":false,\\\"includeIgnored\\\":false,\\\"include\\\":[],\\\"exclude\\\":[],\\\"maxResults\\\":2000},\\\"searchTerm\\\":\\\"\\\",\\\"replaceTerm\\\":\\\"\\\",\\\"showReplaceField\\\":false,\\\"searchHistoryState\\\":{\\\"history\\\":[],\\\"index\\\":0},\\\"replaceHistoryState\\\":{\\\"history\\\":[],\\\"index\\\":0},\\\"includeHistoryState\\\":{\\\"history\\\":[],\\\"index\\\":0},\\\"excludeHistoryState\\\":{\\\"history\\\":[],\\\"index\\\":0}}\"}}],\"title\":{\"label\":\"Search\",\"iconClass\":\"fa fa-arduino-search\",\"closeable\":true}}"},"rank":5,"expanded":false,"pinned":false}],"size":248},"rightPanel":{"type":"sidepanel","items":[]}}
2023-03-08T01:20:57.690Z root INFO ------- END SERIALIZED LAYOUT DATA -------
2023-03-08T01:20:58.165Z root INFO [271aecbc-17fb-4ca4-945b-d0305ba279ca] Waiting for backend deployment: 759.4 ms [Finished 8.923 s after frontend start]
2023-03-08T01:20:59.003Z root INFO <<< The layout has been successfully restored.
2023-03-08T01:20:59.057Z root INFO Initialize the workbench layout: 714.9 ms [Finished 9.094 s after frontend start]
2023-03-08T01:20:59.066Z root INFO Changed application state from 'attached_shell' to 'initialized_layout'.
2023-03-08T01:21:00.800Z root INFO Frontend application start: 4286.0 ms [Finished 16.237 s after backend start]
2023-03-08T01:21:01.035Z root INFO Replace loading indicator with ready workbench UI (animation): 964.9 ms [Finished 10.065 s after frontend start]
2023-03-08T01:21:01.038Z root INFO Changed application state from 'initialized_layout' to 'ready'.
2023-03-08T01:21:01.048Z root WARN Linked preference "workbench.colorCustomizations" not found. Source: "editor.bracketPairColorization.enabled"
Checking for update
2023-03-08T01:21:01.512Z root INFO [hosted-plugin: 5636] PLUGIN_HOST(5636) starting instance
Update for version 2.0.4 is not available (latest version: 2.0.4, downgrade is allowed).
2023-03-08T01:21:05.799Z root ERROR ---- !!!SLOW!!! DURATION: search took 4354.209 ms. Args: [{"type":"Updatable"}] ----
2023-03-08T01:21:05.823Z root INFO [271aecbc-17fb-4ca4-945b-d0305ba279ca] Sync of 21 plugins: 5814.8 ms [Finished 14.738 s after frontend start]
2023-03-08T01:21:05.823Z root INFO [271aecbc-17fb-4ca4-945b-d0305ba279ca][marus25.cortex-debug]: Loaded contributions.
2023-03-08T01:21:05.825Z root INFO [271aecbc-17fb-4ca4-945b-d0305ba279ca][arduino.vscode-arduino-tools]: Loaded contributions.
2023-03-08T01:21:05.831Z root INFO [271aecbc-17fb-4ca4-945b-d0305ba279ca][vscode.cpp]: Loaded contributions.
2023-03-08T01:21:05.841Z root INFO [271aecbc-17fb-4ca4-945b-d0305ba279ca][vscode.json]: Loaded contributions.
2023-03-08T01:21:05.853Z root INFO [271aecbc-17fb-4ca4-945b-d0305ba279ca][vscode.json-language-features]: Loaded contributions.
2023-03-08T01:21:05.854Z root INFO [271aecbc-17fb-4ca4-945b-d0305ba279ca][ms-ceintl.vscode-language-pack-bg]: Loaded contributions.
2023-03-08T01:21:05.855Z root INFO [271aecbc-17fb-4ca4-945b-d0305ba279ca][ms-ceintl.vscode-language-pack-cs]: Loaded contributions.
2023-03-08T01:21:05.856Z root INFO [271aecbc-17fb-4ca4-945b-d0305ba279ca][ms-ceintl.vscode-language-pack-de]: Loaded contributions.
2023-03-08T01:21:05.859Z root INFO [271aecbc-17fb-4ca4-945b-d0305ba279ca][ms-ceintl.vscode-language-pack-es]: Loaded contributions.
2023-03-08T01:21:05.869Z root INFO [271aecbc-17fb-4ca4-945b-d0305ba279ca][ms-ceintl.vscode-language-pack-fr]: Loaded contributions.
2023-03-08T01:21:05.870Z root INFO [271aecbc-17fb-4ca4-945b-d0305ba279ca][ms-ceintl.vscode-language-pack-hu]: Loaded contributions.
2023-03-08T01:21:05.881Z root INFO [271aecbc-17fb-4ca4-945b-d0305ba279ca][ms-ceintl.vscode-language-pack-it]: Loaded contributions.
2023-03-08T01:21:05.882Z root INFO [271aecbc-17fb-4ca4-945b-d0305ba279ca][ms-ceintl.vscode-language-pack-ja]: Loaded contributions.
2023-03-08T01:21:05.883Z root INFO [271aecbc-17fb-4ca4-945b-d0305ba279ca][ms-ceintl.vscode-language-pack-ko]: Loaded contributions.
2023-03-08T01:21:05.884Z root INFO [271aecbc-17fb-4ca4-945b-d0305ba279ca][ms-ceintl.vscode-language-pack-nl]: Loaded contributions.
2023-03-08T01:21:05.886Z root INFO [271aecbc-17fb-4ca4-945b-d0305ba279ca][ms-ceintl.vscode-language-pack-pl]: Loaded contributions.
2023-03-08T01:21:05.887Z root INFO [271aecbc-17fb-4ca4-945b-d0305ba279ca][ms-ceintl.vscode-language-pack-pt-br]: Loaded contributions.
2023-03-08T01:21:05.888Z root INFO [271aecbc-17fb-4ca4-945b-d0305ba279ca][ms-ceintl.vscode-language-pack-ru]: Loaded contributions.
2023-03-08T01:21:05.889Z root INFO [271aecbc-17fb-4ca4-945b-d0305ba279ca][ms-ceintl.vscode-language-pack-tr]: Loaded contributions.
2023-03-08T01:21:05.914Z root INFO [271aecbc-17fb-4ca4-945b-d0305ba279ca][ms-ceintl.vscode-language-pack-uk]: Loaded contributions.
2023-03-08T01:21:05.916Z root INFO [271aecbc-17fb-4ca4-945b-d0305ba279ca][ms-ceintl.vscode-language-pack-zh-hans]: Loaded contributions.
2023-03-08T01:21:05.921Z root INFO [271aecbc-17fb-4ca4-945b-d0305ba279ca] Load contributions of 21 plugins: 102.1 ms [Finished 14.841 s after frontend start]
2023-03-08T01:21:05.928Z root WARN 'cpp' language is remapped from 'source.cpp.embedded.macro' to 'source.cpp' scope
2023-03-08T01:21:05.929Z root WARN a registered grammar configuration for 'cpp' language is overridden
2023-03-08T01:21:07.718Z root INFO [hosted-plugin: 5636] PLUGIN_HOST(5636): PluginManagerExtImpl/init()
2023-03-08T01:21:07.731Z root INFO [hosted-plugin: 5636] PLUGIN_HOST(5636): initializing(cortex-debug@1.5.1 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-03-08T01:21:07.766Z root INFO [hosted-plugin: 5636] Debugger contribution has been registered: cortex-debug
2023-03-08T01:21:07.844Z root INFO [hosted-plugin: 5636] PLUGIN_HOST(5636): initializing(vscode-arduino-tools@0.0.2-beta.7 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
PLUGIN_HOST(5636): initializing(cpp@1.52.1 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
PLUGIN_HOST(5636): initializing(json@1.46.1 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
PLUGIN_HOST(5636): initializing(json-language-features@1.46.1 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
PLUGIN_HOST(5636): initializing(vscode-language-pack-bg@1.48.3 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
PLUGIN_HOST(5636): initializing(vscode-language-pack-cs@1.53.2 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
PLUGIN_HOST(5636): initializing(vscode-language-pack-de@1.53.2 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
PLUGIN_HOST(5636): initializing(vscode-language-pack-es@1.53.2 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
PLUGIN_HOST(5636): initializing(vscode-language-pack-fr@1.53.2 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
PLUGIN_HOST(5636): initializing(vscode-language-pack-hu@1.48.3 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
PLUGIN_HOST(5636): initializing(vscode-language-pack-it@1.53.2 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
PLUGIN_HOST(5636): initializing(vscode-language-pack-ja@1.53.2 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
PLUGIN_HOST(5636): initializing(vscode-language-pack-ko@1.53.2 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
PLUGIN_HOST(5636): initializing(vscode-language-pack-nl@1.48.3 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
PLUGIN_HOST(5636): initializing(vscode-language-pack-pl@1.53.2 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
PLUGIN_HOST(5636): initializing(vscode-language-pack-pt-BR@1.53.2 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
PLUGIN_HOST(5636): initializing(vscode-language-pack-ru@1.53.2 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
PLUGIN_HOST(5636): initializing(vscode-language-pack-tr@1.53.2 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
PLUGIN_HOST(5636): initializing(vscode-language-pack-uk@1.48.3 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
PLUGIN_HOST(5636): initializing(vscode-language-pack-zh-hans@1.53.2 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
Closing channel on service path '/services/electron-window-ext'.
Closing channel on service path '/services/electron-window'.
Closing channel on service path '/services/ide-updater'.
Opening channel for service path '/services/electron-window-ext'.
Opening channel for service path '/services/electron-window'.
Opening channel for service path '/services/ide-updater'.
2023-03-08T01:21:09.729Z root WARN Frontend a.configure took longer than the expected maximum 100 milliseconds: 203.6 ms [Finished 1.935 s after frontend start]
2023-03-08T01:21:09.993Z root INFO Start frontend contributions: 572.7 ms [Finished 2.197 s after frontend start]
2023-03-08T01:21:09.994Z root INFO Changed application state from 'init' to 'started_contributions'.
2023-03-08T01:21:10.007Z root INFO Changed application state from 'started_contributions' to 'attached_shell'.
2023-03-08T01:21:10.008Z root INFO >>> Restoring the layout state...
2023-03-08T01:21:10.010Z root INFO <<< Nothing to restore.
2023-03-08T01:21:10.067Z root INFO Initialize the workbench layout: 81.5 ms [Finished 2.311 s after frontend start]
2023-03-08T01:21:10.127Z root INFO Changed application state from 'attached_shell' to 'initialized_layout'.
2023-03-08T01:21:10.292Z root INFO [6a211640-9626-4242-8f06-9ba88bf63dc6] Waiting for backend deployment: 357.1 ms [Finished 2.546 s after frontend start]
2023-03-08T01:21:12.571Z root INFO [hosted-plugin: 11208] PLUGIN_HOST(11208) starting instance
2023-03-08T01:21:12.726Z root INFO Frontend application start: 3059.0 ms [Finished 28.157 s after backend start]
2023-03-08T01:21:12.743Z root INFO Replace loading indicator with ready workbench UI (animation): 1348.1 ms [Finished 3.675 s after frontend start]
2023-03-08T01:21:12.899Z root INFO Changed application state from 'initialized_layout' to 'ready'.
2023-03-08T01:21:12.900Z root WARN Linked preference "workbench.colorCustomizations" not found. Source: "editor.bracketPairColorization.enabled"
2023-03-08T01:21:12.915Z root INFO Executing startup tasks:
2023-03-08T01:21:12.920Z root INFO  - 'arduino-use-inherited-boards-config' , args: [{"selectedBoard":{"fqbn":"arduino:avr:uno","name":"Arduino Uno","port":{"address":"COM4","addressLabel":"COM4","protocol":"serial","protocolLabel":"Serial Port (USB)","properties":{"pid":"0x0043","serialNumber":"8513831333435161B142","vid":"0x2341"}},"state":0,"selected":true},"selectedPort":{"address":"COM4","addressLabel":"COM4","protocol":"serial","protocolLabel":"Serial Port (USB)","properties":{"pid":"0x0043","serialNumber":"8513831333435161B142","vid":"0x2341"}}}]
2023-03-08T01:21:16.011Z root ERROR ---- !!!SLOW!!! DURATION: search took 2833.606 ms. Args: [{"type":"Updatable"}] ----
2023-03-08T01:21:16.030Z root INFO [6a211640-9626-4242-8f06-9ba88bf63dc6] Sync of 21 plugins: 4298.8 ms [Finished 6.845 s after frontend start]
2023-03-08T01:21:16.031Z root INFO [6a211640-9626-4242-8f06-9ba88bf63dc6][marus25.cortex-debug]: Loaded contributions.
2023-03-08T01:21:16.032Z root INFO [6a211640-9626-4242-8f06-9ba88bf63dc6][arduino.vscode-arduino-tools]: Loaded contributions.
2023-03-08T01:21:16.040Z root INFO [6a211640-9626-4242-8f06-9ba88bf63dc6][vscode.cpp]: Loaded contributions.
2023-03-08T01:21:16.054Z root INFO [6a211640-9626-4242-8f06-9ba88bf63dc6][vscode.json]: Loaded contributions.
2023-03-08T01:21:16.066Z root INFO [6a211640-9626-4242-8f06-9ba88bf63dc6][vscode.json-language-features]: Loaded contributions.
2023-03-08T01:21:16.076Z root INFO [6a211640-9626-4242-8f06-9ba88bf63dc6][ms-ceintl.vscode-language-pack-bg]: Loaded contributions.
2023-03-08T01:21:16.081Z root INFO [6a211640-9626-4242-8f06-9ba88bf63dc6][ms-ceintl.vscode-language-pack-cs]: Loaded contributions.
2023-03-08T01:21:16.094Z root INFO [6a211640-9626-4242-8f06-9ba88bf63dc6][ms-ceintl.vscode-language-pack-de]: Loaded contributions.
2023-03-08T01:21:16.108Z root INFO [6a211640-9626-4242-8f06-9ba88bf63dc6][ms-ceintl.vscode-language-pack-es]: Loaded contributions.
2023-03-08T01:21:16.118Z root INFO [6a211640-9626-4242-8f06-9ba88bf63dc6][ms-ceintl.vscode-language-pack-fr]: Loaded contributions.
2023-03-08T01:21:16.119Z root INFO [6a211640-9626-4242-8f06-9ba88bf63dc6][ms-ceintl.vscode-language-pack-hu]: Loaded contributions.
2023-03-08T01:21:16.131Z root INFO [6a211640-9626-4242-8f06-9ba88bf63dc6][ms-ceintl.vscode-language-pack-it]: Loaded contributions.
2023-03-08T01:21:16.133Z root INFO [6a211640-9626-4242-8f06-9ba88bf63dc6][ms-ceintl.vscode-language-pack-ja]: Loaded contributions.
2023-03-08T01:21:16.133Z root INFO [6a211640-9626-4242-8f06-9ba88bf63dc6][ms-ceintl.vscode-language-pack-ko]: Loaded contributions.
2023-03-08T01:21:16.134Z root INFO [6a211640-9626-4242-8f06-9ba88bf63dc6][ms-ceintl.vscode-language-pack-nl]: Loaded contributions.
2023-03-08T01:21:16.135Z root INFO [6a211640-9626-4242-8f06-9ba88bf63dc6][ms-ceintl.vscode-language-pack-pl]: Loaded contributions.
2023-03-08T01:21:16.137Z root INFO [6a211640-9626-4242-8f06-9ba88bf63dc6][ms-ceintl.vscode-language-pack-pt-br]: Loaded contributions.
2023-03-08T01:21:16.140Z root INFO [6a211640-9626-4242-8f06-9ba88bf63dc6][ms-ceintl.vscode-language-pack-ru]: Loaded contributions.
2023-03-08T01:21:16.152Z root INFO [6a211640-9626-4242-8f06-9ba88bf63dc6][ms-ceintl.vscode-language-pack-tr]: Loaded contributions.
2023-03-08T01:21:16.160Z root INFO [6a211640-9626-4242-8f06-9ba88bf63dc6][ms-ceintl.vscode-language-pack-uk]: Loaded contributions.
2023-03-08T01:21:16.161Z root INFO [6a211640-9626-4242-8f06-9ba88bf63dc6][ms-ceintl.vscode-language-pack-zh-hans]: Loaded contributions.
2023-03-08T01:21:16.162Z root INFO [6a211640-9626-4242-8f06-9ba88bf63dc6] Load contributions of 21 plugins: 80.8 ms [Finished 6.926 s after frontend start]
2023-03-08T01:21:16.518Z root WARN 'cpp' language is remapped from 'source.cpp.embedded.macro' to 'source.cpp' scope
2023-03-08T01:21:16.519Z root WARN a registered grammar configuration for 'cpp' language is overridden
2023-03-08T01:21:16.993Z root WARN Timeout after 5000 millis. The editor has not shown up in time. URI: file:///c%3A/Users/stprem1/AppData/Local/Temp/.arduinoIDE-unsaved202327-6240-whr2no.ftaxs/sketch_mar7a/sketch_mar7a.ino
Opening channel for service path '/services/electron-window-ext'.
Opening channel for service path '/services/electron-window'.
Opening channel for service path '/services/ide-updater'.
2023-03-08T01:22:09.832Z root WARN Frontend a.configure took longer than the expected maximum 100 milliseconds: 333.0 ms [Finished 2.481 s after frontend start]
2023-03-08T01:22:10.086Z root INFO Start frontend contributions: 684.9 ms [Finished 2.745 s after frontend start]
2023-03-08T01:22:10.087Z root INFO Changed application state from 'init' to 'started_contributions'.
2023-03-08T01:22:10.124Z root INFO Changed application state from 'started_contributions' to 'attached_shell'.
2023-03-08T01:22:10.126Z root INFO >>> Restoring the layout state...
2023-03-08T01:22:10.128Z root INFO <<< Nothing to restore.
2023-03-08T01:22:10.234Z root INFO Initialize the workbench layout: 91.0 ms [Finished 2.925 s after frontend start]
2023-03-08T01:22:10.277Z root INFO Changed application state from 'attached_shell' to 'initialized_layout'.
2023-03-08T01:22:10.871Z root INFO [18c96f98-43c2-48b4-aa08-4afa6b2fac21] Waiting for backend deployment: 824.6 ms [Finished 3.562 s after frontend start]
2023-03-08T01:22:12.497Z root INFO Frontend application start: 2767.6 ms [Finished 87.934 s after backend start]
2023-03-08T01:22:12.507Z root INFO Replace loading indicator with ready workbench UI (animation): 1157.6 ms [Finished 4.102 s after frontend start]
2023-03-08T01:22:12.682Z root INFO Changed application state from 'initialized_layout' to 'ready'.
2023-03-08T01:22:12.684Z root WARN Linked preference "workbench.colorCustomizations" not found. Source: "editor.bracketPairColorization.enabled"
2023-03-08T01:22:12.697Z root INFO Executing startup tasks:
2023-03-08T01:22:12.707Z root INFO  - 'arduino-use-inherited-boards-config' , args: [{"selectedBoard":{"fqbn":"arduino:avr:uno","name":"Arduino Uno","port":{"address":"COM4","addressLabel":"COM4","protocol":"serial","protocolLabel":"Serial Port (USB)","properties":{"pid":"0x0043","serialNumber":"8513831333435161B142","vid":"0x2341"}},"state":0,"selected":true},"selectedPort":{"address":"COM4","addressLabel":"COM4","protocol":"serial","protocolLabel":"Serial Port (USB)","properties":{"pid":"0x0043","serialNumber":"8513831333435161B142","vid":"0x2341"}}}]
2023-03-08T01:22:13.015Z root INFO [hosted-plugin: 9200] PLUGIN_HOST(9200) starting instance
2023-03-08T01:22:15.126Z root INFO [18c96f98-43c2-48b4-aa08-4afa6b2fac21] Sync of 21 plugins: 4212.6 ms [Finished 7.775 s after frontend start]
2023-03-08T01:22:15.132Z root INFO [18c96f98-43c2-48b4-aa08-4afa6b2fac21][marus25.cortex-debug]: Loaded contributions.
2023-03-08T01:22:15.145Z root INFO [18c96f98-43c2-48b4-aa08-4afa6b2fac21][arduino.vscode-arduino-tools]: Loaded contributions.
2023-03-08T01:22:15.145Z root INFO [18c96f98-43c2-48b4-aa08-4afa6b2fac21][vscode.cpp]: Loaded contributions.
2023-03-08T01:22:15.146Z root INFO [18c96f98-43c2-48b4-aa08-4afa6b2fac21][vscode.json]: Loaded contributions.
2023-03-08T01:22:15.147Z root INFO [18c96f98-43c2-48b4-aa08-4afa6b2fac21][vscode.json-language-features]: Loaded contributions.
2023-03-08T01:22:15.148Z root INFO [18c96f98-43c2-48b4-aa08-4afa6b2fac21][ms-ceintl.vscode-language-pack-bg]: Loaded contributions.
2023-03-08T01:22:15.160Z root INFO [18c96f98-43c2-48b4-aa08-4afa6b2fac21][ms-ceintl.vscode-language-pack-cs]: Loaded contributions.
2023-03-08T01:22:15.161Z root INFO [18c96f98-43c2-48b4-aa08-4afa6b2fac21][ms-ceintl.vscode-language-pack-de]: Loaded contributions.
2023-03-08T01:22:15.171Z root INFO [18c96f98-43c2-48b4-aa08-4afa6b2fac21][ms-ceintl.vscode-language-pack-es]: Loaded contributions.
2023-03-08T01:22:15.172Z root INFO [18c96f98-43c2-48b4-aa08-4afa6b2fac21][ms-ceintl.vscode-language-pack-fr]: Loaded contributions.
2023-03-08T01:22:15.173Z root INFO [18c96f98-43c2-48b4-aa08-4afa6b2fac21][ms-ceintl.vscode-language-pack-hu]: Loaded contributions.
2023-03-08T01:22:15.174Z root INFO [18c96f98-43c2-48b4-aa08-4afa6b2fac21][ms-ceintl.vscode-language-pack-it]: Loaded contributions.
2023-03-08T01:22:15.174Z root INFO [18c96f98-43c2-48b4-aa08-4afa6b2fac21][ms-ceintl.vscode-language-pack-ja]: Loaded contributions.
2023-03-08T01:22:15.175Z root INFO [18c96f98-43c2-48b4-aa08-4afa6b2fac21][ms-ceintl.vscode-language-pack-ko]: Loaded contributions.
2023-03-08T01:22:15.176Z root INFO [18c96f98-43c2-48b4-aa08-4afa6b2fac21][ms-ceintl.vscode-language-pack-nl]: Loaded contributions.
2023-03-08T01:22:15.177Z root INFO [18c96f98-43c2-48b4-aa08-4afa6b2fac21][ms-ceintl.vscode-language-pack-pl]: Loaded contributions.
2023-03-08T01:22:15.178Z root INFO [18c96f98-43c2-48b4-aa08-4afa6b2fac21][ms-ceintl.vscode-language-pack-pt-br]: Loaded contributions.
2023-03-08T01:22:15.179Z root INFO [18c96f98-43c2-48b4-aa08-4afa6b2fac21][ms-ceintl.vscode-language-pack-ru]: Loaded contributions.
2023-03-08T01:22:15.181Z root INFO [18c96f98-43c2-48b4-aa08-4afa6b2fac21][ms-ceintl.vscode-language-pack-tr]: Loaded contributions.
2023-03-08T01:22:15.196Z root INFO [18c96f98-43c2-48b4-aa08-4afa6b2fac21][ms-ceintl.vscode-language-pack-uk]: Loaded contributions.
2023-03-08T01:22:15.199Z root INFO [18c96f98-43c2-48b4-aa08-4afa6b2fac21][ms-ceintl.vscode-language-pack-zh-hans]: Loaded contributions.
2023-03-08T01:22:15.199Z root INFO [18c96f98-43c2-48b4-aa08-4afa6b2fac21] Load contributions of 21 plugins: 58.6 ms [Finished 7.833 s after frontend start]
2023-03-08T01:22:17.096Z root WARN 'cpp' language is remapped from 'source.cpp.embedded.macro' to 'source.cpp' scope
2023-03-08T01:22:17.097Z root WARN a registered grammar configuration for 'cpp' language is overridden
2023-03-08T01:22:17.550Z root WARN Timeout after 5000 millis. The editor has not shown up in time. URI: file:///c%3A/Users/stprem1/AppData/Local/Temp/.arduinoIDE-unsaved202327-6240-1yenfg.kcq29/HelloWorld/HelloWorld.ino
2023-03-08T01:22:19.091Z root INFO [hosted-plugin: 9200] PLUGIN_HOST(9200): PluginManagerExtImpl/init()
2023-03-08T01:22:19.099Z root INFO [hosted-plugin: 9200] PLUGIN_HOST(9200): initializing(cortex-debug@1.5.1 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-03-08T01:22:19.121Z root INFO [hosted-plugin: 9200] Debugger contribution has been registered: cortex-debug
2023-03-08T01:22:19.129Z root INFO [hosted-plugin: 9200] PLUGIN_HOST(9200): initializing(vscode-arduino-tools@0.0.2-beta.7 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-03-08T01:22:19.136Z root INFO [hosted-plugin: 9200] PLUGIN_HOST(9200): initializing(cpp@1.52.1 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-03-08T01:22:19.145Z root INFO [hosted-plugin: 9200] PLUGIN_HOST(9200): initializing(json@1.46.1 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
PLUGIN_HOST(9200): initializing(json-language-features@1.46.1 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-03-08T01:22:19.146Z root INFO [hosted-plugin: 9200] PLUGIN_HOST(9200): initializing(vscode-language-pack-bg@1.48.3 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-03-08T01:22:19.158Z root INFO [hosted-plugin: 9200] PLUGIN_HOST(9200): initializing(vscode-language-pack-cs@1.53.2 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
PLUGIN_HOST(9200): initializing(vscode-language-pack-de@1.53.2 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
PLUGIN_HOST(9200): initializing(vscode-language-pack-es@1.53.2 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-03-08T01:22:19.159Z root INFO [hosted-plugin: 9200] PLUGIN_HOST(9200): initializing(vscode-language-pack-fr@1.53.2 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-03-08T01:22:19.162Z root INFO [hosted-plugin: 9200] PLUGIN_HOST(9200): initializing(vscode-language-pack-hu@1.48.3 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-03-08T01:22:19.163Z root INFO [hosted-plugin: 9200] PLUGIN_HOST(9200): initializing(vscode-language-pack-it@1.53.2 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-03-08T01:22:19.165Z root INFO [hosted-plugin: 9200] PLUGIN_HOST(9200): initializing(vscode-language-pack-ja@1.53.2 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-03-08T01:22:19.166Z root INFO [hosted-plugin: 9200] PLUGIN_HOST(9200): initializing(vscode-language-pack-ko@1.53.2 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-03-08T01:22:19.167Z root INFO [hosted-plugin: 9200] PLUGIN_HOST(9200): initializing(vscode-language-pack-nl@1.48.3 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-03-08T01:22:19.172Z root INFO [hosted-plugin: 9200] PLUGIN_HOST(9200): initializing(vscode-language-pack-pl@1.53.2 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-03-08T01:22:19.187Z root INFO [hosted-plugin: 9200] PLUGIN_HOST(9200): initializing(vscode-language-pack-pt-BR@1.53.2 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
PLUGIN_HOST(9200): initializing(vscode-language-pack-ru@1.53.2 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
PLUGIN_HOST(9200): initializing(vscode-language-pack-tr@1.53.2 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
PLUGIN_HOST(9200): initializing(vscode-language-pack-uk@1.48.3 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
PLUGIN_HOST(9200): initializing(vscode-language-pack-zh-hans@1.53.2 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-03-08T01:22:19.224Z root INFO [hosted-plugin: 9200] PLUGIN_HOST(9200): PluginManagerExtImpl/loadPlugin(C:\Program Files\Arduino IDE\resources\app\plugins\vscode-builtin-json-language-features\extension\client\dist\jsonMain)
2023-03-08T01:22:19.504Z root INFO [18c96f98-43c2-48b4-aa08-4afa6b2fac21][marus25.cortex-debug]: Started plugin.
2023-03-08T01:22:19.508Z root INFO [18c96f98-43c2-48b4-aa08-4afa6b2fac21][arduino.vscode-arduino-tools]: Started plugin.
2023-03-08T01:22:19.513Z root INFO [18c96f98-43c2-48b4-aa08-4afa6b2fac21][vscode.cpp]: Started plugin.
2023-03-08T01:22:19.522Z root INFO [18c96f98-43c2-48b4-aa08-4afa6b2fac21][vscode.json]: Started plugin.
2023-03-08T01:22:19.523Z root INFO [18c96f98-43c2-48b4-aa08-4afa6b2fac21][vscode.json-language-features]: Started plugin.
2023-03-08T01:22:19.525Z root INFO [18c96f98-43c2-48b4-aa08-4afa6b2fac21][ms-ceintl.vscode-language-pack-bg]: Started plugin.
2023-03-08T01:22:19.528Z root INFO [18c96f98-43c2-48b4-aa08-4afa6b2fac21][ms-ceintl.vscode-language-pack-cs]: Started plugin.
2023-03-08T01:22:19.544Z root INFO [18c96f98-43c2-48b4-aa08-4afa6b2fac21][ms-ceintl.vscode-language-pack-de]: Started plugin.
2023-03-08T01:22:19.585Z root INFO [18c96f98-43c2-48b4-aa08-4afa6b2fac21][ms-ceintl.vscode-language-pack-es]: Started plugin.
2023-03-08T01:22:19.590Z root INFO [18c96f98-43c2-48b4-aa08-4afa6b2fac21][ms-ceintl.vscode-language-pack-fr]: Started plugin.
2023-03-08T01:22:19.602Z root INFO [18c96f98-43c2-48b4-aa08-4afa6b2fac21][ms-ceintl.vscode-language-pack-hu]: Started plugin.
2023-03-08T01:22:19.609Z root INFO [18c96f98-43c2-48b4-aa08-4afa6b2fac21][ms-ceintl.vscode-language-pack-it]: Started plugin.
2023-03-08T01:22:19.611Z root INFO [18c96f98-43c2-48b4-aa08-4afa6b2fac21][ms-ceintl.vscode-language-pack-ja]: Started plugin.
2023-03-08T01:22:19.614Z root INFO [18c96f98-43c2-48b4-aa08-4afa6b2fac21][ms-ceintl.vscode-language-pack-ko]: Started plugin.
2023-03-08T01:22:19.615Z root INFO [18c96f98-43c2-48b4-aa08-4afa6b2fac21][ms-ceintl.vscode-language-pack-nl]: Started plugin.
2023-03-08T01:22:19.616Z root INFO [18c96f98-43c2-48b4-aa08-4afa6b2fac21][ms-ceintl.vscode-language-pack-pl]: Started plugin.
2023-03-08T01:22:19.617Z root INFO [18c96f98-43c2-48b4-aa08-4afa6b2fac21][ms-ceintl.vscode-language-pack-pt-br]: Started plugin.
2023-03-08T01:22:19.619Z root INFO [18c96f98-43c2-48b4-aa08-4afa6b2fac21][ms-ceintl.vscode-language-pack-ru]: Started plugin.
2023-03-08T01:22:19.633Z root INFO [18c96f98-43c2-48b4-aa08-4afa6b2fac21][ms-ceintl.vscode-language-pack-tr]: Started plugin.
2023-03-08T01:22:19.634Z root INFO [18c96f98-43c2-48b4-aa08-4afa6b2fac21][ms-ceintl.vscode-language-pack-uk]: Started plugin.
2023-03-08T01:22:19.643Z root INFO [18c96f98-43c2-48b4-aa08-4afa6b2fac21][ms-ceintl.vscode-language-pack-zh-hans]: Started plugin.
2023-03-08T01:22:19.682Z root INFO [hosted-plugin: 9200] PLUGIN_HOST(9200): PluginManagerExtImpl/loadPlugin(C:\Program Files\Arduino IDE\resources\app\plugins\cortex-debug\extension\dist\extension.js)
2023-03-08T01:22:19.789Z root INFO [hosted-plugin: 9200] Debug configuration provider has been registered: cortex-debug, trigger: 1
2023-03-08T01:22:19.801Z root INFO [hosted-plugin: 9200] GDB server console created
2023-03-08T01:22:19.827Z root INFO [18c96f98-43c2-48b4-aa08-4afa6b2fac21] Start of 21 plugins: 4656.1 ms [Finished 12.529 s after frontend start]
2023-03-08T01:22:19.883Z root INFO Starting language server: arduino:avr:uno
2023-03-08T01:22:19.910Z root INFO [hosted-plugin: 9200] PLUGIN_HOST(9200): PluginManagerExtImpl/loadPlugin(C:\Program Files\Arduino IDE\resources\app\plugins\vscode-arduino-tools\extension\dist\bundle)
2023-03-08T01:22:20.859Z daemon INFO INFO[0089] Required tool                                 tool="arduino:arduinoOTA@1.3.0"
INFO[0089] Required tool                                 tool="arduino:avr-gcc@7.3.0-atmel3.6.1-arduino7"
INFO[0089] Required tool                                 tool="arduino:avrdude@6.3.0-arduino17"

2023-03-08T01:22:20.860Z daemon INFO INFO[0089] Adding libraries dir                          dir="C:\\Users\\stprem1\\AppData\\Local\\Arduino15\\libraries" location=ide
INFO[0089] Adding libraries dir                          dir="C:\\Users\\stprem1\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\libraries" location=platform
INFO[0089] Adding libraries dir                          dir="C:\\Users\\stprem1\\Documents\\Arduino\\libraries" location=user

2023-03-08T01:22:22.323Z daemon INFO INFO[0091] Resolving include LiquidCrystal.h for arch avr
INFO[0091]   found better lib                            lib=LiquidCrystal prio=640

2023-03-08T01:22:25.875Z daemon INFO INFO[0094] Required tool                                 tool="arduino:arduinoOTA@1.3.0"
INFO[0094] Required tool                                 tool="arduino:avr-gcc@7.3.0-atmel3.6.1-arduino7"
INFO[0094] Required tool                                 tool="arduino:avrdude@6.3.0-arduino17"

2023-03-08T01:22:44.346Z daemon INFO INFO[0113] Required tool                                 tool="arduino:arduinoOTA@1.3.0"
INFO[0113] Required tool                                 tool="arduino:avr-gcc@7.3.0-atmel3.6.1-arduino7"
INFO[0113] Required tool                                 tool="arduino:avrdude@6.3.0-arduino17"

2023-03-08T01:22:44.353Z daemon INFO INFO[0113] Adding libraries dir                          dir="C:\\Users\\stprem1\\AppData\\Local\\Arduino15\\libraries" location=ide
INFO[0113] Adding libraries dir                          dir="C:\\Users\\stprem1\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\libraries" location=platform
INFO[0113] Adding libraries dir                          dir="C:\\Users\\stprem1\\Documents\\Arduino\\libraries" location=user

[14228:0307/172245.157:ERROR:gpu_init.cc(453)] Passthrough is not supported, GL is disabled, ANGLE is
2023-03-08T01:22:46.053Z daemon INFO INFO[0114] Resolving include LiquidCrystal.h for arch avr

2023-03-08T01:22:46.054Z daemon INFO INFO[0114]   found better lib                            lib=LiquidCrystal prio=640

2023-03-08T01:23:02.604Z root INFO Executing 'arduino.languageserver.notifyBuildDidComplete' with {"buildOutputUri":"file:///c%3A/Users/stprem1/AppData/Local/Temp/arduino/sketches/81590AF24DF5DDE0357CDBAD99768662"}
2023-03-08T01:23:03.778Z daemon INFO INFO[0132] Required tool                                 tool="arduino:arduinoOTA@1.3.0"
INFO[0132] Required tool                                 tool="arduino:avr-gcc@7.3.0-atmel3.6.1-arduino7"
INFO[0132] Required tool                                 tool="arduino:avrdude@6.3.0-arduino17"

2023-03-08T01:23:17.191Z daemon INFO INFO[0146] Required tool                                 tool="arduino:arduinoOTA@1.3.0"
INFO[0146] Required tool                                 tool="arduino:avr-gcc@7.3.0-atmel3.6.1-arduino7"

2023-03-08T01:23:17.195Z daemon INFO INFO[0146] Required tool                                 tool="arduino:avrdude@6.3.0-arduino17"
INFO[0146] Adding libraries dir                          dir="C:\\Users\\stprem1\\AppData\\Local\\Arduino15\\libraries" location=ide
INFO[0146] Adding libraries dir                          dir="C:\\Users\\stprem1\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\libraries" location=platform
INFO[0146] Adding libraries dir                          dir="C:\\Users\\stprem1\\Documents\\Arduino\\libraries" location=user

2023-03-08T01:23:17.546Z discovery-log INFO error received
2023-03-08T01:23:17.546Z discovery-log ERROR Unexpected error occurred during the boards discovery.
2023-03-08T01:23:17.560Z discovery-log INFO received end
2023-03-08T01:23:17.560Z root ERROR Have not received the build path from the CLI while running the compilation.
2023-03-08T01:23:17.842Z daemon INFO Daemon exited with exit code: 3221226505.

Hi @brian04822. You didn't run the right command. It must be prefixed with &.

Please try again with this exact command:

& ".\Arduino IDE"
PS C:\Users\brian\Documents\arduino-ide_2.0.4_Windows_64bit> & ".\Arduino IDE"
PS C:\Users\brian\Documents\arduino-ide_2.0.4_Windows_64bit>
Arduino IDE 2.0.4
Starting backend process. PID: 21632
Using browser-only version of superagent in non-browser environment
Configuration directory URI: 'file:///c%3A/Users/brian/.theia'
Configuring to accept webviews on '^.+\.webview\..+$' hostname.
2023-03-12T13:43:25.774Z root INFO Backend Object.initialize: 4.6 ms [Finished 7.471 s after backend start]
2023-03-12T13:43:25.774Z root INFO Backend Object.configure: 3.9 ms [Finished 7.471 s after backend start]
2023-03-12T13:43:25.774Z root INFO Backend MessagingContribution.onStart: 1.5 ms [Finished 7.471 s after backend start]
2023-03-12T13:43:25.775Z root INFO Backend OSBackendApplicationContribution.configure: 0.4 ms [Finished 7.624 s after backend start]
2023-03-12T13:43:25.775Z root INFO Backend DefaultWorkspaceServer.onStart: 0.3 ms [Finished 7.624 s after backend start]
2023-03-12T13:43:25.776Z root INFO Backend PluginLocalizationBackendContribution.configure: 0.1 ms [Finished 7.624 s after backend start]
2023-03-12T13:43:25.777Z root WARN Backend PluginLocalizationBackendContribution.initialize took longer than the expected maximum 50 milliseconds: 152.8 ms [Finished 7.625 s after backend start]
2023-03-12T13:43:25.777Z root INFO Backend TaskBackendApplicationContribution.onStart: 0.2 ms [Finished 7.625 s after backend start]
2023-03-12T13:43:25.778Z root INFO Backend ElectronTokenBackendContribution.configure: 0.9 ms [Finished 7.625 s after backend start]
2023-03-12T13:43:25.778Z config INFO >>> Initializing CLI configuration...
2023-03-12T13:43:25.779Z root INFO Backend PluginDeployerContribution.initialize: 0.4 ms [Finished 7.626 s after backend start]
2023-03-12T13:43:25.779Z root INFO Backend ConfigServiceImpl.onStart: 0.7 ms [Finished 7.626 s after backend start]
2023-03-12T13:43:25.780Z config INFO Loading CLI configuration from c:\Users\brian\.arduinoIDE\arduino-cli.yaml...
2023-03-12T13:43:25.780Z root INFO Backend WebviewBackendSecurityWarnings.initialize: 0.4 ms [Finished 7.627 s after backend start]
2023-03-12T13:43:25.780Z root INFO Backend ArduinoDaemonImpl.onStart: 1.0 ms [Finished 7.628 s after backend start]
2023-03-12T13:43:25.780Z root INFO Backend NodeFileUploadService.configure: 1.9 ms [Finished 7.628 s after backend start]
2023-03-12T13:43:25.781Z daemon INFO Starting daemon from C:\Users\brian\Documents\arduino-ide_2.0.4_Windows_64bit\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-03-12T13:43:25.781Z discovery-log INFO start
2023-03-12T13:43:25.781Z discovery-log INFO start new deferred
2023-03-12T13:43:25.781Z root INFO Backend HostedPluginLocalizationService.initialize: 0.4 ms [Finished 7.629 s after backend start]
2023-03-12T13:43:25.782Z root INFO Backend BoardDiscovery.onStart: 0.9 ms [Finished 7.630 s after backend start]
2023-03-12T13:43:25.782Z root INFO Backend FileDownloadEndpoint.configure: 0.7 ms [Finished 7.630 s after backend start]
2023-03-12T13:43:25.782Z root INFO Backend AuthenticationServiceImpl.onStart: 0.3 ms [Finished 7.631 s after backend start]
2023-03-12T13:43:25.782Z root INFO Backend PluginApiContribution.configure: 0.4 ms [Finished 7.631 s after backend start]
2023-03-12T13:43:25.788Z root INFO Backend HostedPluginReader.configure: 0.4 ms [Finished 7.633 s after backend start]
2023-03-12T13:43:25.788Z root INFO Backend HostedPluginReader.configure: 0.1 ms [Finished 7.633 s after backend start]
2023-03-12T13:43:25.788Z root INFO Backend PlotterBackendContribution.configure: 5.8 ms [Finished 7.639 s after backend start]
2023-03-12T13:43:25.791Z root INFO Theia app listening on http://localhost:61817.
2023-03-12T13:43:25.791Z root INFO Finished starting backend application: 9.7 ms [Finished 7.642 s after backend start]
2023-03-12T13:43:25.793Z root WARN The local plugin referenced by local-dir:/c%3A/Users/brian/.arduinoIDE/plugins does not exist.
2023-03-12T13:43:25.793Z root WARN The local plugin referenced by local-dir:/c%3A/Users/brian/.arduinoIDE/extensions does not exist.
2023-03-12T13:43:25.793Z root WARN The local plugin referenced by local-dir:C:\Users\brian\.arduinoProIDE\plugins does not exist.
2023-03-12T13:43:25.915Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-03-12T13:43:25.915Z root INFO Resolved "cortex-debug" to a VS Code extension "cortex-debug@1.5.1" with engines:
2023-03-12T13:43:25.915Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-03-12T13:43:25.915Z root INFO Resolved "vscode-arduino-tools" to a VS Code extension "vscode-arduino-tools@0.0.2-beta.7" with engines:
2023-03-12T13:43:25.915Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-03-12T13:43:25.915Z root INFO Resolved "vscode-builtin-cpp" to a VS Code extension "cpp@1.52.1" with engines:
2023-03-12T13:43:25.915Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-03-12T13:43:25.916Z root INFO Resolved "vscode-builtin-json" to a VS Code extension "json@1.46.1" with engines:
2023-03-12T13:43:25.916Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-03-12T13:43:25.916Z root INFO Resolved "vscode-builtin-json-language-features" to a VS Code extension "json-language-features@1.46.1" with engines:
2023-03-12T13:43:25.916Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-03-12T13:43:25.916Z root INFO Resolved "vscode-language-pack-bg" to a VS Code extension "vscode-language-pack-bg@1.48.3" with engines:
2023-03-12T13:43:25.916Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-03-12T13:43:25.916Z root INFO Resolved "vscode-language-pack-cs" to a VS Code extension "vscode-language-pack-cs@1.53.2" with engines:
2023-03-12T13:43:25.916Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-03-12T13:43:25.916Z root INFO Resolved "vscode-language-pack-de" to a VS Code extension "vscode-language-pack-de@1.53.2" with engines:
2023-03-12T13:43:25.916Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-03-12T13:43:25.916Z root INFO Resolved "vscode-language-pack-es" to a VS Code extension "vscode-language-pack-es@1.53.2" with engines:
2023-03-12T13:43:25.917Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-03-12T13:43:25.917Z root INFO Resolved "vscode-language-pack-fr" to a VS Code extension "vscode-language-pack-fr@1.53.2" with engines:
2023-03-12T13:43:25.917Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-03-12T13:43:25.917Z root INFO Resolved "vscode-language-pack-hu" to a VS Code extension "vscode-language-pack-hu@1.48.3" with engines:
2023-03-12T13:43:25.917Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-03-12T13:43:25.917Z root INFO Resolved "vscode-language-pack-it" to a VS Code extension "vscode-language-pack-it@1.53.2" with engines:
2023-03-12T13:43:25.917Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-03-12T13:43:25.917Z root INFO Resolved "vscode-language-pack-ja" to a VS Code extension "vscode-language-pack-ja@1.53.2" with engines:
2023-03-12T13:43:25.917Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-03-12T13:43:25.917Z root INFO Resolved "vscode-language-pack-ko" to a VS Code extension "vscode-language-pack-ko@1.53.2" with engines:
2023-03-12T13:43:25.917Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-03-12T13:43:25.917Z root INFO Resolved "vscode-language-pack-nl" to a VS Code extension "vscode-language-pack-nl@1.48.3" with engines:
2023-03-12T13:43:25.917Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-03-12T13:43:25.918Z root INFO Resolved "vscode-language-pack-pl" to a VS Code extension "vscode-language-pack-pl@1.53.2" with engines:
2023-03-12T13:43:25.918Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-03-12T13:43:25.918Z root INFO Resolved "vscode-language-pack-pt-BR" to a VS Code extension "vscode-language-pack-pt-BR@1.53.2" with engines:
2023-03-12T13:43:25.918Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-03-12T13:43:25.918Z root INFO Resolved "vscode-language-pack-ru" to a VS Code extension "vscode-language-pack-ru@1.53.2" with engines:
2023-03-12T13:43:25.918Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-03-12T13:43:25.918Z root INFO Resolved "vscode-language-pack-tr" to a VS Code extension "vscode-language-pack-tr@1.53.2" with engines:
2023-03-12T13:43:25.918Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-03-12T13:43:25.918Z root INFO Resolved "vscode-language-pack-uk" to a VS Code extension "vscode-language-pack-uk@1.48.3" with engines:
2023-03-12T13:43:25.918Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-03-12T13:43:25.918Z root INFO Resolved "vscode-language-pack-zh-hans" to a VS Code extension "vscode-language-pack-zh-hans@1.53.2" with engines:
2023-03-12T13:43:25.928Z config INFO Loaded CLI configuration: {"board_manager":{"additional_urls":["https://dl.espressif.com/dl/package_esp32_index.json"]},"build_cache":{"compilations_before_purge":10,"ttl":"720h0m0s"},"daemon":{"port":"50051"},"directories":{"builtin":{"libraries":"C:\\Users\\brian\\AppData\\Local\\Arduino15\\libraries"},"data":"c:\\Users\\brian\\AppData\\Local\\Arduino15","downloads":"C:\\Users\\brian\\AppData\\Local\\Arduino15\\staging","user":"c:\\Users\\brian\\Documents\\Arduino"},"library":{"enable_unsafe_install":false},"locale":"zh-cn","logging":{"file":"","format":"text","level":"info"},"metrics":{"addr":":9090","enabled":true},"output":{"no_color":false},"sketch":{"always_export_binaries":false},"updater":{"enable_notification":true}}
2023-03-12T13:43:25.928Z config INFO 'directories.data' and 'directories.user' are set in the CLI configuration model.
2023-03-12T13:43:25.928Z config INFO Loaded the CLI configuration.
2023-03-12T13:43:25.931Z config INFO Mapped the CLI configuration: {"dataDirUri":"file:///c%3A/Users/brian/AppData/Local/Arduino15","sketchDirUri":"file:///c%3A/Users/brian/Documents/Arduino","additionalUrls":["https://dl.espressif.com/dl/package_esp32_index.json"],"network":"none","locale":"zh-cn"}
2023-03-12T13:43:25.931Z config INFO Validating the CLI configuration...
2023-03-12T13:43:25.931Z config INFO The CLI config is valid.
2023-03-12T13:43:25.931Z config INFO <<< Initialized the CLI configuration.
2023-03-12T13:43:25.941Z root INFO Resolve plugins list: 161.2 ms [Finished 7.791 s after backend start]
2023-03-12T13:43:25.957Z root INFO Deployed backend plugin "marus25.cortex-debug@1.5.1" from "C:\Users\brian\Documents\arduino-ide_2.0.4_Windows_64bit\resources\app\plugins\cortex-debug\extension\dist\extension.js": 15.8 ms [Finished 7.807 s after backend start]
2023-03-12T13:43:25.985Z root INFO Deployed backend plugin "arduino.vscode-arduino-tools@0.0.2-beta.7" from "C:\Users\brian\Documents\arduino-ide_2.0.4_Windows_64bit\resources\app\plugins\vscode-arduino-tools\extension\dist\bundle": 28.6 ms [Finished 7.836 s after backend start]
2023-03-12T13:43:26.033Z root INFO Deployed backend plugin "vscode.cpp@1.52.1" from "C:\Users\brian\Documents\arduino-ide_2.0.4_Windows_64bit\resources\app\plugins\vscode-builtin-cpp\extension": 47.1 ms [Finished 7.883 s after backend start]
2023-03-12T13:43:26.048Z daemon INFO INFO[0000] Using config file: c:\Users\brian\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.31.0
INFO[0000] Executing `arduino-cli daemon`
{"IP":"127.0.0.1","Port":"61818"}

2023-03-12T13:43:26.049Z daemon INFO Daemon is running.
2023-03-12T13:43:26.081Z root INFO Deployed backend plugin "vscode.json@1.46.1" from "C:\Users\brian\Documents\arduino-ide_2.0.4_Windows_64bit\resources\app\plugins\vscode-builtin-json\extension": 48.2 ms [Finished 7.932 s after backend start]
2023-03-12T13:43:26.086Z root INFO Deployed backend plugin "vscode.json-language-features@1.46.1" from "C:\Users\brian\Documents\arduino-ide_2.0.4_Windows_64bit\resources\app\plugins\vscode-builtin-json-language-features\extension\client\dist\jsonMain": 5.1 ms [Finished 7.937 s after backend start]
2023-03-12T13:43:26.086Z daemon INFO INFO[0000] Loading hardware from: c:\Users\brian\AppData\Local\Arduino15\packages

2023-03-12T13:43:26.649Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-bg@1.48.3" from "C:\Users\brian\Documents\arduino-ide_2.0.4_Windows_64bit\resources\app\plugins\vscode-language-pack-bg\extension": 562.6 ms [Finished 8.499 s after backend start]
2023-03-12T13:43:26.649Z daemon INFO INFO[0000] Loading package arduino from: C:\Users\brian\AppData\Local\Arduino15\packages\arduino\hardware
INFO[0000] Checking signature                            error="打开签名文件:open C:\\Users\\brian\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\installed.json.sig: The system cannot find the file specified." index="C:\\Users\\brian\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\installed.json" signatureFile="C:\\Users\\brian\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\installed.json.sig"
INFO[0000] Adding monitor tool                           protocol=serial tool="builtin:serial-monitor"
INFO[0000] Loaded platform                               platform="arduino:avr@1.8.6"
INFO[0000] Checking existence of 'tools' path: C:\Users\brian\AppData\Local\Arduino15\packages\arduino\tools
INFO[0000] Loading tools from dir: C:\Users\brian\AppData\Local\Arduino15\packages\arduino\tools
INFO[0000] Loaded tool                                   tool="arduino:arduinoOTA@1.3.0"
INFO[0000] Loaded tool                                   tool="arduino:avr-gcc@7.3.0-atmel3.6.1-arduino7"
INFO[0000] Loaded tool                                   tool="arduino:avrdude@6.3.0-arduino17"
INFO[0000] Loading package builtin from: C:\Users\brian\AppData\Local\Arduino15\packages\builtin
INFO[0000] Checking existence of 'tools' path: C:\Users\brian\AppData\Local\Arduino15\packages\builtin\tools
INFO[0000] Loading tools from dir: C:\Users\brian\AppData\Local\Arduino15\packages\builtin\tools
INFO[0000] Loaded tool                                   tool="builtin:ctags@5.8-arduino11"
INFO[0000] Loaded tool                                   tool="builtin:mdns-discovery@1.0.8"
INFO[0000] Loaded tool                                   tool="builtin:serial-discovery@1.4.0"
INFO[0000] Loaded tool                                   tool="builtin:serial-monitor@0.13.0"
INFO[0000] Loading package esp32 from: C:\Users\brian\AppData\Local\Arduino15\packages\esp32\hardware
INFO[0000] Checking signature                            error="打开签名文件:open C:\\Users\\brian\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware\\esp32\\1.0.6\\installed.json.sig: The system cannot find the file specified." index="C:\\Users\\brian\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware\\esp32\\1.0.6\\installed.json" signatureFile="C:\\Users\\brian\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware\\esp32\\1.0.6\\installed.json.sig"
INFO[0000] Adding monitor tool                           protocol=serial tool="builtin:serial-monitor"
INFO[0000] Loaded platform                               platform="esp32:esp32@1.0.6"
INFO[0000] Checking existence of 'tools' path: C:\Users\brian\AppData\Local\Arduino15\packages\esp32\tools
INFO[0000] Loading tools from dir: C:\Users\brian\AppData\Local\Arduino15\packages\esp32\tools
INFO[0000] Loaded tool                                   tool="esp32:esptool_py@3.0.0"
INFO[0000] Loaded tool                                   tool="esp32:mkspiffs@0.2.3"
INFO[0000] Loaded tool                                   tool="esp32:xtensa-esp32-elf-gcc@1.22.0-97-gc752ad5-5.2.0"
INFO[0000] Checking signature                            index="c:\\Users\\brian\\AppData\\Local\\Arduino15\\package_index.json" signatureFile="c:\\Users\\brian\\AppData\\Local\\Arduino15\\package_index.json.sig" trusted=true
INFO[0000] Checking signature                            error="打开签名文件:open c:\\Users\\brian\\AppData\\Local\\Arduino15\\package_esp32_index.json.sig: The system cannot find the file specified." index="c:\\Users\\brian\\AppData\\Local\\Arduino15\\package_esp32_index.json" signatureFile="c:\\Users\\brian\\AppData\\Local\\Arduino15\\package_esp32_index.json.sig"
INFO[0000] Adding libraries dir                          dir="C:\\Users\\brian\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\libraries" location=platform
INFO[0000] Adding libraries dir                          dir="C:\\Users\\brian\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware\\esp32\\1.0.6\\libraries" location=platform
INFO[0000] Loading libraries index file                  index="c:\\Users\\brian\\AppData\\Local\\Arduino15\\library_index.json"
INFO[0000] Adding libraries dir                          dir="C:\\Users\\brian\\AppData\\Local\\Arduino15\\libraries" location=ide
INFO[0000] Adding libraries dir                          dir="c:\\Users\\brian\\Documents\\Arduino\\libraries" location=user

2023-03-12T13:43:26.653Z discovery-log INFO start request start watch
2023-03-12T13:43:26.653Z discovery-log INFO start requested start watch
2023-03-12T13:43:26.653Z discovery-log INFO start resolved watching
2023-03-12T13:43:26.654Z daemon INFO INFO[0000] starting discovery builtin:mdns-discovery process
INFO[0000] starting discovery builtin:serial-discovery process

2023-03-12T13:43:27.141Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-cs@1.53.2" from "C:\Users\brian\Documents\arduino-ide_2.0.4_Windows_64bit\resources\app\plugins\vscode-language-pack-cs\extension": 492.3 ms [Finished 8.992 s after backend start]
2023-03-12T13:43:27.143Z daemon INFO INFO[0000] started discovery builtin:serial-discovery process
INFO[0000] started discovery builtin:mdns-discovery process
INFO[0000] sending command HELLO 1 "arduino-cli 0.31.0" to discovery builtin:serial-discovery
INFO[0000] sending command HELLO 1 "arduino-cli 0.31.0" to discovery builtin:mdns-discovery
INFO[0000] from discovery builtin:serial-discovery received message type: hello,消息:OK,协议版本:1
INFO[0000] sending command START_SYNC to discovery builtin:serial-discovery
INFO[0000] from discovery builtin:mdns-discovery received message type: hello,消息:OK,协议版本:1
INFO[0000] sending command START_SYNC to discovery builtin:mdns-discovery
INFO[0000] from discovery builtin:serial-discovery received message type: start_sync,消息:OK
INFO[0000] from discovery builtin:mdns-discovery received message type: start_sync,消息:OK
INFO[0000] from discovery builtin:serial-discovery received message type: add,端口:COM6

2023-03-12T13:43:27.144Z discovery-log INFO {"eventType":"add","port":{"matchingBoardsList":[],"port":{"address":"COM6","label":"COM6","protocol":"serial","protocolLabel":"Serial Port (USB)","propertiesMap":[["pid","0x7523"],["serialNumber",""],["vid","0x1A86"]],"hardwareId":""}},"error":""}
2023-03-12T13:43:27.623Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-de@1.53.2" from "C:\Users\brian\Documents\arduino-ide_2.0.4_Windows_64bit\resources\app\plugins\vscode-language-pack-de\extension": 481.8 ms [Finished 9.474 s after backend start]
2023-03-12T13:43:28.110Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-es@1.53.2" from "C:\Users\brian\Documents\arduino-ide_2.0.4_Windows_64bit\resources\app\plugins\vscode-language-pack-es\extension": 486.9 ms [Finished 9.961 s after backend start]
2023-03-12T13:43:28.573Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-fr@1.53.2" from "C:\Users\brian\Documents\arduino-ide_2.0.4_Windows_64bit\resources\app\plugins\vscode-language-pack-fr\extension": 462.9 ms [Finished 10.423 s after backend start]
2023-03-12T13:43:28.924Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-hu@1.48.3" from "C:\Users\brian\Documents\arduino-ide_2.0.4_Windows_64bit\resources\app\plugins\vscode-language-pack-hu\extension": 351.5 ms [Finished 10.775 s after backend start]
2023-03-12T13:43:29.371Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-it@1.53.2" from "C:\Users\brian\Documents\arduino-ide_2.0.4_Windows_64bit\resources\app\plugins\vscode-language-pack-it\extension": 446.6 ms [Finished 11.222 s after backend start]
2023-03-12T13:43:29.820Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-ja@1.53.2" from "C:\Users\brian\Documents\arduino-ide_2.0.4_Windows_64bit\resources\app\plugins\vscode-language-pack-ja\extension": 449.0 ms [Finished 11.671 s after backend start]
2023-03-12T13:43:30.348Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-ko@1.53.2" from "C:\Users\brian\Documents\arduino-ide_2.0.4_Windows_64bit\resources\app\plugins\vscode-language-pack-ko\extension": 527.6 ms [Finished 12.198 s after backend start]
2023-03-12T13:43:30.607Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-nl@1.48.3" from "C:\Users\brian\Documents\arduino-ide_2.0.4_Windows_64bit\resources\app\plugins\vscode-language-pack-nl\extension": 259.2 ms [Finished 12.458 s after backend start]
2023-03-12T13:43:31.191Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-pl@1.53.2" from "C:\Users\brian\Documents\arduino-ide_2.0.4_Windows_64bit\resources\app\plugins\vscode-language-pack-pl\extension": 584.2 ms [Finished 13.042 s after backend start]
2023-03-12T13:43:31.644Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-pt-br@1.53.2" from "C:\Users\brian\Documents\arduino-ide_2.0.4_Windows_64bit\resources\app\plugins\vscode-language-pack-pt-BR\extension": 453.3 ms [Finished 13.495 s after backend start]
2023-03-12T13:43:32.142Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-ru@1.53.2" from "C:\Users\brian\Documents\arduino-ide_2.0.4_Windows_64bit\resources\app\plugins\vscode-language-pack-ru\extension": 497.9 ms [Finished 13.993 s after backend start]
2023-03-12T13:43:32.571Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-tr@1.53.2" from "C:\Users\brian\Documents\arduino-ide_2.0.4_Windows_64bit\resources\app\plugins\vscode-language-pack-tr\extension": 428.5 ms [Finished 14.422 s after backend start]
2023-03-12T13:43:32.915Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-uk@1.48.3" from "C:\Users\brian\Documents\arduino-ide_2.0.4_Windows_64bit\resources\app\plugins\vscode-language-pack-uk\extension": 344.0 ms [Finished 14.766 s after backend start]
2023-03-12T13:43:33.346Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-zh-hans@1.53.2" from "C:\Users\brian\Documents\arduino-ide_2.0.4_Windows_64bit\resources\app\plugins\vscode-language-pack-zh-hans\extension": 431.4 ms [Finished 15.197 s after backend start]
2023-03-12T13:43:33.367Z root INFO Deploy plugins list: 161.2 ms [Finished 15.197 s after backend start]
Opening channel for service path '/services/electron-window-ext'.
Opening channel for service path '/services/electron-window'.
Opening channel for service path '/services/ide-updater'.
2023-03-12T13:43:34.223Z root WARN Frontend a.configure took longer than the expected maximum 100 milliseconds: 177.6 ms [Finished 8.230 s after frontend start]
2023-03-12T13:43:34.418Z root INFO Start frontend contributions: 427.1 ms [Finished 8.422 s after frontend start]
2023-03-12T13:43:34.422Z root INFO Changed application state from 'init' to 'started_contributions'.
2023-03-12T13:43:34.465Z root INFO Changed application state from 'started_contributions' to 'attached_shell'.
2023-03-12T13:43:34.466Z root INFO >>> Restoring the layout state...
2023-03-12T13:43:34.466Z root INFO ------- SERIALIZED LAYOUT DATA -------
2023-03-12T13:43:34.469Z 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/brian/Documents/Arduino/libraries/DHT_sensor_library/sketch_mar8a/sketch_mar8a.ino"}},"innerWidgetState":"{\"cursorState\":[{\"inSelectionMode\":true,\"selectionStart\":{\"lineNumber\":27,\"column\":2},\"position\":{\"lineNumber\":1,\"column\":1}}],\"viewState\":{\"scrollLeft\":0,\"firstPosition\":{\"lineNumber\":1,\"column\":1},\"firstPositionDeltaTop\":0},\"contributionsState\":{\"editor.contrib.folding\":{\"lineCount\":27,\"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":100,"expanded":true},"leftPanel":{"type":"sidepanel","items":[{"widget":{"constructionOptions":{"factoryId":"arduino-sketchbook-widget"}},"rank":1,"expanded":false,"pinned":false},{"widget":{"constructionOptions":{"factoryId":"boards-list-widget"}},"rank":2,"expanded":false,"pinned":false},{"widget":{"constructionOptions":{"factoryId":"library-list-widget"}},"rank":3,"expanded":false,"pinned":false},{"widget":{"constructionOptions":{"factoryId":"debug"},"innerWidgetState":"{\"parts\":[{\"partId\":\"debug:threads:-1\",\"collapsed\":true,\"hidden\":false,\"originalContainerId\":\"debug:view-container:-1\",\"originalContainerTitle\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true},\"widget\":{\"constructionOptions\":{\"factoryId\":\"debug:threads\"},\"innerWidgetState\":\"{}\"}},{\"partId\":\"debug:frames:-1\",\"collapsed\":true,\"hidden\":false,\"originalContainerId\":\"debug:view-container:-1\",\"originalContainerTitle\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true},\"widget\":{\"constructionOptions\":{\"factoryId\":\"debug:frames\"},\"innerWidgetState\":\"{}\"}},{\"partId\":\"debug:variables:-1\",\"collapsed\":true,\"hidden\":false,\"originalContainerId\":\"debug:view-container:-1\",\"originalContainerTitle\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true},\"widget\":{\"constructionOptions\":{\"factoryId\":\"debug:variables\"},\"innerWidgetState\":\"{}\"}},{\"partId\":\"debug:watch:-1\",\"collapsed\":true,\"hidden\":false,\"originalContainerId\":\"debug:view-container:-1\",\"originalContainerTitle\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true},\"widget\":{\"constructionOptions\":{\"factoryId\":\"debug:watch\"},\"innerWidgetState\":\"{}\"}},{\"partId\":\"debug:breakpoints:-1\",\"collapsed\":true,\"hidden\":false,\"originalContainerId\":\"debug:view-container:-1\",\"originalContainerTitle\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true},\"widget\":{\"constructionOptions\":{\"factoryId\":\"debug:breakpoints\"},\"innerWidgetState\":\"{}\"}},{\"partId\":\"plugin-view:cortex-debug.peripherals\",\"collapsed\":true,\"hidden\":true,\"originalContainerId\":\"debug:view-container:-1\",\"originalContainerTitle\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true},\"widget\":{\"constructionOptions\":{\"factoryId\":\"plugin-view\",\"options\":{\"id\":\"plugin-view:cortex-debug.peripherals\",\"viewId\":\"cortex-debug.peripherals\"}},\"innerWidgetState\":\"{\\\"label\\\":\\\"Cortex Peripherals\\\",\\\"widgets\\\":[],\\\"suppressUpdateViewVisibility\\\":false,\\\"currentViewContainerId\\\":\\\"debug\\\"}\"}},{\"partId\":\"plugin-view:cortex-debug.registers\",\"collapsed\":true,\"hidden\":true,\"originalContainerId\":\"debug:view-container:-1\",\"originalContainerTitle\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true},\"widget\":{\"constructionOptions\":{\"factoryId\":\"plugin-view\",\"options\":{\"id\":\"plugin-view:cortex-debug.registers\",\"viewId\":\"cortex-debug.registers\"}},\"innerWidgetState\":\"{\\\"label\\\":\\\"Cortex Registers\\\",\\\"widgets\\\":[],\\\"suppressUpdateViewVisibility\\\":false,\\\"currentViewContainerId\\\":\\\"debug\\\"}\"}}],\"title\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true}}"},"rank":4,"expanded":false,"pinned":false},{"widget":{"constructionOptions":{"factoryId":"search-view-container"},"innerWidgetState":"{\"parts\":[{\"partId\":\"search-in-workspace\",\"collapsed\":false,\"hidden\":false,\"originalContainerId\":\"search-view-container\",\"originalContainerTitle\":{\"label\":\"搜索\",\"iconClass\":\"codicon codicon-search\",\"closeable\":true},\"widget\":{\"constructionOptions\":{\"factoryId\":\"search-in-workspace\"},\"innerWidgetState\":\"{\\\"matchCaseState\\\":{\\\"className\\\":\\\"codicon codicon-case-sensitive\\\",\\\"enabled\\\":false,\\\"title\\\":\\\"区分大小写\\\"},\\\"wholeWordState\\\":{\\\"className\\\":\\\"codicon codicon-whole-word\\\",\\\"enabled\\\":false,\\\"title\\\":\\\"全字匹配\\\"},\\\"regExpState\\\":{\\\"className\\\":\\\"codicon codicon-regex\\\",\\\"enabled\\\":false,\\\"title\\\":\\\"使用正则表达式\\\"},\\\"includeIgnoredState\\\":{\\\"className\\\":\\\"codicon codicon-eye\\\",\\\"enabled\\\":false,\\\"title\\\":\\\"包括被忽略的文件\\\"},\\\"showSearchDetails\\\":false,\\\"searchInWorkspaceOptions\\\":{\\\"matchCase\\\":false,\\\"matchWholeWord\\\":false,\\\"useRegExp\\\":false,\\\"includeIgnored\\\":false,\\\"include\\\":[],\\\"exclude\\\":[],\\\"maxResults\\\":2000},\\\"searchTerm\\\":\\\"\\\",\\\"replaceTerm\\\":\\\"\\\",\\\"showReplaceField\\\":false,\\\"searchHistoryState\\\":{\\\"history\\\":[],\\\"index\\\":0},\\\"replaceHistoryState\\\":{\\\"history\\\":[],\\\"index\\\":0},\\\"includeHistoryState\\\":{\\\"history\\\":[],\\\"index\\\":0},\\\"excludeHistoryState\\\":{\\\"history\\\":[],\\\"index\\\":0}}\"}}],\"title\":{\"label\":\"搜索\",\"iconClass\":\"fa fa-arduino-search\",\"closeable\":true}}"},"rank":5,"expanded":false,"pinned":false}],"size":294},"rightPanel":{"type":"sidepanel","items":[]},"activeWidgetId":"code-editor-opener:file:///c%3A/Users/brian/Documents/Arduino/libraries/DHT_sensor_library/sketch_mar8a/sketch_mar8a.ino:0"}
2023-03-12T13:43:34.470Z root INFO ------- END SERIALIZED LAYOUT DATA -------
2023-03-12T13:43:34.624Z root INFO [5d9dd067-17df-4f5f-97dd-12c66ef7ef9e] Waiting for backend deployment: 141.1 ms [Finished 8.559 s after frontend start]
2023-03-12T13:43:35.468Z root INFO [5d9dd067-17df-4f5f-97dd-12c66ef7ef9e] Sync of 21 plugins: 956.0 ms [Finished 9.515 s after frontend start]
2023-03-12T13:43:35.563Z root INFO <<< The layout has been successfully restored.
2023-03-12T13:43:35.660Z root INFO Initialize the workbench layout: 1114.8 ms [Finished 9.610 s after frontend start]
2023-03-12T13:43:35.662Z root INFO Changed application state from 'attached_shell' to 'initialized_layout'.
2023-03-12T13:43:35.663Z root INFO [5d9dd067-17df-4f5f-97dd-12c66ef7ef9e][marus25.cortex-debug]: Loaded contributions.
2023-03-12T13:43:35.663Z root INFO [5d9dd067-17df-4f5f-97dd-12c66ef7ef9e][arduino.vscode-arduino-tools]: Loaded contributions.
2023-03-12T13:43:35.663Z root INFO [5d9dd067-17df-4f5f-97dd-12c66ef7ef9e][vscode.cpp]: Loaded contributions.
2023-03-12T13:43:35.663Z root INFO [5d9dd067-17df-4f5f-97dd-12c66ef7ef9e][vscode.json]: Loaded contributions.
2023-03-12T13:43:35.665Z root INFO [5d9dd067-17df-4f5f-97dd-12c66ef7ef9e][vscode.json-language-features]: Loaded contributions.
2023-03-12T13:43:35.665Z root INFO [5d9dd067-17df-4f5f-97dd-12c66ef7ef9e][ms-ceintl.vscode-language-pack-bg]: Loaded contributions.
2023-03-12T13:43:35.665Z root INFO [5d9dd067-17df-4f5f-97dd-12c66ef7ef9e][ms-ceintl.vscode-language-pack-cs]: Loaded contributions.
2023-03-12T13:43:35.665Z root INFO [5d9dd067-17df-4f5f-97dd-12c66ef7ef9e][ms-ceintl.vscode-language-pack-de]: Loaded contributions.
2023-03-12T13:43:35.665Z root INFO [5d9dd067-17df-4f5f-97dd-12c66ef7ef9e][ms-ceintl.vscode-language-pack-es]: Loaded contributions.
2023-03-12T13:43:35.665Z root INFO [5d9dd067-17df-4f5f-97dd-12c66ef7ef9e][ms-ceintl.vscode-language-pack-fr]: Loaded contributions.
2023-03-12T13:43:35.665Z root INFO [5d9dd067-17df-4f5f-97dd-12c66ef7ef9e][ms-ceintl.vscode-language-pack-hu]: Loaded contributions.
2023-03-12T13:43:35.665Z root INFO [5d9dd067-17df-4f5f-97dd-12c66ef7ef9e][ms-ceintl.vscode-language-pack-it]: Loaded contributions.
2023-03-12T13:43:35.666Z root INFO [5d9dd067-17df-4f5f-97dd-12c66ef7ef9e][ms-ceintl.vscode-language-pack-ja]: Loaded contributions.
2023-03-12T13:43:35.666Z root INFO [5d9dd067-17df-4f5f-97dd-12c66ef7ef9e][ms-ceintl.vscode-language-pack-ko]: Loaded contributions.
2023-03-12T13:43:35.666Z root INFO [5d9dd067-17df-4f5f-97dd-12c66ef7ef9e][ms-ceintl.vscode-language-pack-nl]: Loaded contributions.
2023-03-12T13:43:35.666Z root INFO [5d9dd067-17df-4f5f-97dd-12c66ef7ef9e][ms-ceintl.vscode-language-pack-pl]: Loaded contributions.
2023-03-12T13:43:35.666Z root INFO [5d9dd067-17df-4f5f-97dd-12c66ef7ef9e][ms-ceintl.vscode-language-pack-pt-br]: Loaded contributions.
2023-03-12T13:43:35.666Z root INFO [5d9dd067-17df-4f5f-97dd-12c66ef7ef9e][ms-ceintl.vscode-language-pack-ru]: Loaded contributions.
2023-03-12T13:43:35.666Z root INFO [5d9dd067-17df-4f5f-97dd-12c66ef7ef9e][ms-ceintl.vscode-language-pack-tr]: Loaded contributions.
2023-03-12T13:43:35.666Z root INFO [5d9dd067-17df-4f5f-97dd-12c66ef7ef9e][ms-ceintl.vscode-language-pack-uk]: Loaded contributions.
2023-03-12T13:43:35.666Z root INFO [5d9dd067-17df-4f5f-97dd-12c66ef7ef9e][ms-ceintl.vscode-language-pack-zh-hans]: Loaded contributions.
2023-03-12T13:43:35.666Z root INFO [5d9dd067-17df-4f5f-97dd-12c66ef7ef9e] Load contributions of 21 plugins: 95.2 ms [Finished 9.706 s after frontend start]
2023-03-12T13:43:35.737Z root WARN 'cpp' language is remapped from 'source.cpp.embedded.macro' to 'source.cpp' scope
2023-03-12T13:43:35.737Z root WARN a registered grammar configuration for 'cpp' language is overridden
2023-03-12T13:43:36.749Z root INFO [hosted-plugin: 11156] PLUGIN_HOST(11156) starting instance
2023-03-12T13:43:36.889Z root INFO Replace loading indicator with ready workbench UI (animation): 870.8 ms [Finished 10.578 s after frontend start]
2023-03-12T13:43:36.889Z root INFO Changed application state from 'initialized_layout' to 'ready'.
2023-03-12T13:43:36.889Z root WARN Linked preference "workbench.colorCustomizations" not found. Source: "editor.bracketPairColorization.enabled"
2023-03-12T13:43:36.910Z root INFO Frontend application start: 2711.0 ms [Finished 18.737 s after backend start]
Checking for update
2023-03-12T13:43:37.322Z root INFO [hosted-plugin: 11156] PLUGIN_HOST(11156): PluginManagerExtImpl/init()
2023-03-12T13:43:37.344Z root INFO [hosted-plugin: 11156] PLUGIN_HOST(11156): initializing(cortex-debug@1.5.1 with C:\Users\brian\Documents\arduino-ide_2.0.4_Windows_64bit\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-03-12T13:43:37.347Z root INFO [hosted-plugin: 11156] Debugger contribution has been registered: cortex-debug
2023-03-12T13:43:37.349Z root INFO [hosted-plugin: 11156] PLUGIN_HOST(11156): initializing(vscode-arduino-tools@0.0.2-beta.7 with C:\Users\brian\Documents\arduino-ide_2.0.4_Windows_64bit\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-03-12T13:43:37.349Z root INFO [hosted-plugin: 11156] PLUGIN_HOST(11156): initializing(cpp@1.52.1 with C:\Users\brian\Documents\arduino-ide_2.0.4_Windows_64bit\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-03-12T13:43:37.349Z root INFO [hosted-plugin: 11156] PLUGIN_HOST(11156): initializing(json@1.46.1 with C:\Users\brian\Documents\arduino-ide_2.0.4_Windows_64bit\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-03-12T13:43:37.350Z root INFO [hosted-plugin: 11156] PLUGIN_HOST(11156): initializing(json-language-features@1.46.1 with C:\Users\brian\Documents\arduino-ide_2.0.4_Windows_64bit\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-03-12T13:43:37.351Z root INFO [hosted-plugin: 11156] PLUGIN_HOST(11156): initializing(vscode-language-pack-bg@1.48.3 with C:\Users\brian\Documents\arduino-ide_2.0.4_Windows_64bit\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-03-12T13:43:37.351Z root INFO [hosted-plugin: 11156] PLUGIN_HOST(11156): initializing(vscode-language-pack-cs@1.53.2 with C:\Users\brian\Documents\arduino-ide_2.0.4_Windows_64bit\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-03-12T13:43:37.352Z root INFO [hosted-plugin: 11156] PLUGIN_HOST(11156): initializing(vscode-language-pack-de@1.53.2 with C:\Users\brian\Documents\arduino-ide_2.0.4_Windows_64bit\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-03-12T13:43:37.352Z root INFO [hosted-plugin: 11156] PLUGIN_HOST(11156): initializing(vscode-language-pack-es@1.53.2 with C:\Users\brian\Documents\arduino-ide_2.0.4_Windows_64bit\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-03-12T13:43:37.353Z root INFO [hosted-plugin: 11156] PLUGIN_HOST(11156): initializing(vscode-language-pack-fr@1.53.2 with C:\Users\brian\Documents\arduino-ide_2.0.4_Windows_64bit\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-03-12T13:43:37.354Z root INFO [hosted-plugin: 11156] PLUGIN_HOST(11156): initializing(vscode-language-pack-hu@1.48.3 with C:\Users\brian\Documents\arduino-ide_2.0.4_Windows_64bit\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-03-12T13:43:37.354Z root INFO [hosted-plugin: 11156] PLUGIN_HOST(11156): initializing(vscode-language-pack-it@1.53.2 with C:\Users\brian\Documents\arduino-ide_2.0.4_Windows_64bit\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-03-12T13:43:37.355Z root INFO [hosted-plugin: 11156] PLUGIN_HOST(11156): initializing(vscode-language-pack-ja@1.53.2 with C:\Users\brian\Documents\arduino-ide_2.0.4_Windows_64bit\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-03-12T13:43:37.355Z root INFO [hosted-plugin: 11156] PLUGIN_HOST(11156): initializing(vscode-language-pack-ko@1.53.2 with C:\Users\brian\Documents\arduino-ide_2.0.4_Windows_64bit\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-03-12T13:43:37.355Z root INFO [hosted-plugin: 11156] PLUGIN_HOST(11156): initializing(vscode-language-pack-nl@1.48.3 with C:\Users\brian\Documents\arduino-ide_2.0.4_Windows_64bit\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-03-12T13:43:37.356Z root INFO [hosted-plugin: 11156] PLUGIN_HOST(11156): initializing(vscode-language-pack-pl@1.53.2 with C:\Users\brian\Documents\arduino-ide_2.0.4_Windows_64bit\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-03-12T13:43:37.356Z root INFO [hosted-plugin: 11156] PLUGIN_HOST(11156): initializing(vscode-language-pack-pt-BR@1.53.2 with C:\Users\brian\Documents\arduino-ide_2.0.4_Windows_64bit\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-03-12T13:43:37.356Z root INFO [hosted-plugin: 11156] PLUGIN_HOST(11156): initializing(vscode-language-pack-ru@1.53.2 with C:\Users\brian\Documents\arduino-ide_2.0.4_Windows_64bit\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-03-12T13:43:37.357Z root INFO [hosted-plugin: 11156] PLUGIN_HOST(11156): initializing(vscode-language-pack-tr@1.53.2 with C:\Users\brian\Documents\arduino-ide_2.0.4_Windows_64bit\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-03-12T13:43:37.357Z root INFO [hosted-plugin: 11156] PLUGIN_HOST(11156): initializing(vscode-language-pack-uk@1.48.3 with C:\Users\brian\Documents\arduino-ide_2.0.4_Windows_64bit\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-03-12T13:43:37.358Z root INFO [hosted-plugin: 11156] PLUGIN_HOST(11156): initializing(vscode-language-pack-zh-hans@1.53.2 with C:\Users\brian\Documents\arduino-ide_2.0.4_Windows_64bit\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
Update for version 2.0.4 is not available (latest version: 2.0.4, downgrade is allowed).
2023-03-12T13:43:38.089Z root ERROR ---- !!!SLOW!!! DURATION: search took 776.942 ms. Args: [{"type":"Updatable"}] ----
2023-03-12T13:43:38.092Z root INFO [hosted-plugin: 11156] PLUGIN_HOST(11156): PluginManagerExtImpl/loadPlugin(C:\Users\brian\Documents\arduino-ide_2.0.4_Windows_64bit\resources\app\plugins\vscode-builtin-json-language-features\extension\client\dist\jsonMain)
2023-03-12T13:43:38.247Z root INFO [hosted-plugin: 11156] PLUGIN_HOST(11156): PluginManagerExtImpl/loadPlugin(C:\Users\brian\Documents\arduino-ide_2.0.4_Windows_64bit\resources\app\plugins\vscode-arduino-tools\extension\dist\bundle)
2023-03-12T13:43:38.324Z root INFO [5d9dd067-17df-4f5f-97dd-12c66ef7ef9e][marus25.cortex-debug]: Started plugin.
2023-03-12T13:43:38.326Z root INFO [5d9dd067-17df-4f5f-97dd-12c66ef7ef9e][arduino.vscode-arduino-tools]: Started plugin.
2023-03-12T13:43:38.326Z root INFO [5d9dd067-17df-4f5f-97dd-12c66ef7ef9e][vscode.cpp]: Started plugin.
2023-03-12T13:43:38.326Z root INFO [5d9dd067-17df-4f5f-97dd-12c66ef7ef9e][vscode.json]: Started plugin.
2023-03-12T13:43:38.326Z root INFO [5d9dd067-17df-4f5f-97dd-12c66ef7ef9e][vscode.json-language-features]: Started plugin.
2023-03-12T13:43:38.326Z root INFO [5d9dd067-17df-4f5f-97dd-12c66ef7ef9e][ms-ceintl.vscode-language-pack-bg]: Started plugin.
2023-03-12T13:43:38.326Z root INFO [5d9dd067-17df-4f5f-97dd-12c66ef7ef9e][ms-ceintl.vscode-language-pack-cs]: Started plugin.
2023-03-12T13:43:38.326Z root INFO [5d9dd067-17df-4f5f-97dd-12c66ef7ef9e][ms-ceintl.vscode-language-pack-de]: Started plugin.
2023-03-12T13:43:38.327Z root INFO [5d9dd067-17df-4f5f-97dd-12c66ef7ef9e][ms-ceintl.vscode-language-pack-es]: Started plugin.
2023-03-12T13:43:38.327Z root INFO [5d9dd067-17df-4f5f-97dd-12c66ef7ef9e][ms-ceintl.vscode-language-pack-fr]: Started plugin.
2023-03-12T13:43:38.327Z root INFO [5d9dd067-17df-4f5f-97dd-12c66ef7ef9e][ms-ceintl.vscode-language-pack-hu]: Started plugin.
2023-03-12T13:43:38.327Z root INFO [5d9dd067-17df-4f5f-97dd-12c66ef7ef9e][ms-ceintl.vscode-language-pack-it]: Started plugin.
2023-03-12T13:43:38.327Z root INFO [5d9dd067-17df-4f5f-97dd-12c66ef7ef9e][ms-ceintl.vscode-language-pack-ja]: Started plugin.
2023-03-12T13:43:38.327Z root INFO [5d9dd067-17df-4f5f-97dd-12c66ef7ef9e][ms-ceintl.vscode-language-pack-ko]: Started plugin.
2023-03-12T13:43:38.327Z root INFO [5d9dd067-17df-4f5f-97dd-12c66ef7ef9e][ms-ceintl.vscode-language-pack-nl]: Started plugin.
2023-03-12T13:43:38.328Z root INFO [5d9dd067-17df-4f5f-97dd-12c66ef7ef9e][ms-ceintl.vscode-language-pack-pl]: Started plugin.
2023-03-12T13:43:38.328Z root INFO [5d9dd067-17df-4f5f-97dd-12c66ef7ef9e][ms-ceintl.vscode-language-pack-pt-br]: Started plugin.
2023-03-12T13:43:38.328Z root INFO [5d9dd067-17df-4f5f-97dd-12c66ef7ef9e][ms-ceintl.vscode-language-pack-ru]: Started plugin.
2023-03-12T13:43:38.328Z root INFO [5d9dd067-17df-4f5f-97dd-12c66ef7ef9e][ms-ceintl.vscode-language-pack-tr]: Started plugin.
2023-03-12T13:43:38.328Z root INFO [5d9dd067-17df-4f5f-97dd-12c66ef7ef9e][ms-ceintl.vscode-language-pack-uk]: Started plugin.
2023-03-12T13:43:38.328Z root INFO [5d9dd067-17df-4f5f-97dd-12c66ef7ef9e][ms-ceintl.vscode-language-pack-zh-hans]: Started plugin.
2023-03-12T13:43:38.331Z root INFO [hosted-plugin: 11156] PLUGIN_HOST(11156): PluginManagerExtImpl/loadPlugin(C:\Users\brian\Documents\arduino-ide_2.0.4_Windows_64bit\resources\app\plugins\cortex-debug\extension\dist\extension.js)
2023-03-12T13:43:38.410Z root INFO [hosted-plugin: 11156] Debug configuration provider has been registered: cortex-debug, trigger: 1
2023-03-12T13:43:38.413Z root INFO [hosted-plugin: 11156] GDB server console created
2023-03-12T13:43:38.422Z root INFO [5d9dd067-17df-4f5f-97dd-12c66ef7ef9e] Start of 21 plugins: 2754.6 ms [Finished 12.467 s after frontend start]
2023-03-12T13:43:38.434Z root INFO Starting language server: arduino:avr:uno
2023-03-12T13:43:38.834Z daemon INFO INFO[0012] Required tool                                 tool="arduino:arduinoOTA@1.3.0"
INFO[0012] Required tool                                 tool="arduino:avr-gcc@7.3.0-atmel3.6.1-arduino7"
INFO[0012] Required tool                                 tool="arduino:avrdude@6.3.0-arduino17"

2023-03-12T13:43:38.835Z daemon INFO INFO[0012] Adding libraries dir                          dir="C:\\Users\\brian\\AppData\\Local\\Arduino15\\libraries" location=ide
INFO[0012] Adding libraries dir                          dir="C:\\Users\\brian\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\libraries" location=platform
INFO[0012] Adding libraries dir                          dir="c:\\Users\\brian\\Documents\\Arduino\\libraries" location=user

2023-03-12T13:43:39.560Z daemon INFO INFO[0013] Required tool                                 tool="arduino:arduinoOTA@1.3.0"
INFO[0013] Required tool                                 tool="arduino:avr-gcc@7.3.0-atmel3.6.1-arduino7"
INFO[0013] Required tool                                 tool="arduino:avrdude@6.3.0-arduino17"

Opening channel for service path '/services/electron-window-ext'.
Opening channel for service path '/services/electron-window'.
Opening channel for service path '/services/ide-updater'.
isTempSketch: false. Input was c:\Users\brian\Documents\Arduino\libraries\DHT_sensor_library\sketch_mar8a
Marking workspace as a closed sketch. Workspace URI: file:///c%3A/Users/brian/Documents/Arduino/libraries/DHT_sensor_library/sketch_mar8a. Date: 1678628624705.
isTempSketch: false. Input was c:\Users\brian\Documents\Arduino\libraries\DHT_sensor_library\sketch_mar8a
Marking workspace as a closed sketch. Workspace URI: file:///c%3A/Users/brian/Documents/Arduino/libraries/DHT_sensor_library/sketch_mar8a. Date: 1678628624721.
Closing channel on service path '/services/electron-window-ext'.
Closing channel on service path '/services/electron-window'.
Closing channel on service path '/services/ide-updater'.
2023-03-12T13:43:44.849Z root WARN Frontend a.configure took longer than the expected maximum 100 milliseconds: 235.6 ms [Finished 1.520 s after frontend start]
2023-03-12T13:43:44.998Z root INFO Start frontend contributions: 440.4 ms [Finished 1.677 s after frontend start]
2023-03-12T13:43:44.999Z root INFO Changed application state from 'init' to 'started_contributions'.
2023-03-12T13:43:45.004Z root INFO Changed application state from 'started_contributions' to 'attached_shell'.
2023-03-12T13:43:45.004Z root INFO >>> Restoring the layout state...
2023-03-12T13:43:45.005Z root INFO <<< Nothing to restore.
2023-03-12T13:43:45.026Z root INFO Initialize the workbench layout: 16.7 ms [Finished 1.728 s after frontend start]
2023-03-12T13:43:45.039Z root INFO Changed application state from 'attached_shell' to 'initialized_layout'.
2023-03-12T13:43:45.160Z root INFO [d4fb3044-c2a2-40c7-a27e-7f8ee1672e96] Waiting for backend deployment: 108.3 ms [Finished 1.781 s after frontend start]
2023-03-12T13:43:45.442Z root INFO [hosted-plugin: 18660] PLUGIN_HOST(18660) starting instance
2023-03-12T13:43:45.849Z root INFO [d4fb3044-c2a2-40c7-a27e-7f8ee1672e96] Sync of 21 plugins: 750.9 ms [Finished 2.532 s after frontend start]
2023-03-12T13:43:45.850Z root INFO [d4fb3044-c2a2-40c7-a27e-7f8ee1672e96][marus25.cortex-debug]: Loaded contributions.
2023-03-12T13:43:45.851Z root INFO [d4fb3044-c2a2-40c7-a27e-7f8ee1672e96][arduino.vscode-arduino-tools]: Loaded contributions.
2023-03-12T13:43:45.851Z root INFO [d4fb3044-c2a2-40c7-a27e-7f8ee1672e96][vscode.cpp]: Loaded contributions.
2023-03-12T13:43:45.851Z root INFO [d4fb3044-c2a2-40c7-a27e-7f8ee1672e96][vscode.json]: Loaded contributions.
2023-03-12T13:43:45.851Z root INFO [d4fb3044-c2a2-40c7-a27e-7f8ee1672e96][vscode.json-language-features]: Loaded contributions.
2023-03-12T13:43:45.851Z root INFO [d4fb3044-c2a2-40c7-a27e-7f8ee1672e96][ms-ceintl.vscode-language-pack-bg]: Loaded contributions.
2023-03-12T13:43:45.851Z root INFO [d4fb3044-c2a2-40c7-a27e-7f8ee1672e96][ms-ceintl.vscode-language-pack-cs]: Loaded contributions.
2023-03-12T13:43:45.851Z root INFO [d4fb3044-c2a2-40c7-a27e-7f8ee1672e96][ms-ceintl.vscode-language-pack-de]: Loaded contributions.
2023-03-12T13:43:45.851Z root INFO [d4fb3044-c2a2-40c7-a27e-7f8ee1672e96][ms-ceintl.vscode-language-pack-es]: Loaded contributions.
2023-03-12T13:43:45.851Z root INFO [d4fb3044-c2a2-40c7-a27e-7f8ee1672e96][ms-ceintl.vscode-language-pack-fr]: Loaded contributions.
2023-03-12T13:43:45.851Z root INFO [d4fb3044-c2a2-40c7-a27e-7f8ee1672e96][ms-ceintl.vscode-language-pack-hu]: Loaded contributions.
2023-03-12T13:43:45.851Z root INFO [d4fb3044-c2a2-40c7-a27e-7f8ee1672e96][ms-ceintl.vscode-language-pack-it]: Loaded contributions.
2023-03-12T13:43:45.854Z root INFO [d4fb3044-c2a2-40c7-a27e-7f8ee1672e96][ms-ceintl.vscode-language-pack-ja]: Loaded contributions.
2023-03-12T13:43:45.854Z root INFO [d4fb3044-c2a2-40c7-a27e-7f8ee1672e96][ms-ceintl.vscode-language-pack-ko]: Loaded contributions.
2023-03-12T13:43:45.854Z root INFO [d4fb3044-c2a2-40c7-a27e-7f8ee1672e96][ms-ceintl.vscode-language-pack-nl]: Loaded contributions.
2023-03-12T13:43:45.854Z root INFO [d4fb3044-c2a2-40c7-a27e-7f8ee1672e96][ms-ceintl.vscode-language-pack-pl]: Loaded contributions.
2023-03-12T13:43:45.854Z root INFO [d4fb3044-c2a2-40c7-a27e-7f8ee1672e96][ms-ceintl.vscode-language-pack-pt-br]: Loaded contributions.
2023-03-12T13:43:45.854Z root INFO [d4fb3044-c2a2-40c7-a27e-7f8ee1672e96][ms-ceintl.vscode-language-pack-ru]: Loaded contributions.
2023-03-12T13:43:45.855Z root INFO [d4fb3044-c2a2-40c7-a27e-7f8ee1672e96][ms-ceintl.vscode-language-pack-tr]: Loaded contributions.
2023-03-12T13:43:45.855Z root INFO [d4fb3044-c2a2-40c7-a27e-7f8ee1672e96][ms-ceintl.vscode-language-pack-uk]: Loaded contributions.
2023-03-12T13:43:45.855Z root INFO [d4fb3044-c2a2-40c7-a27e-7f8ee1672e96][ms-ceintl.vscode-language-pack-zh-hans]: Loaded contributions.
2023-03-12T13:43:45.855Z root INFO [d4fb3044-c2a2-40c7-a27e-7f8ee1672e96] Load contributions of 21 plugins: 22.4 ms [Finished 2.555 s after frontend start]
2023-03-12T13:43:45.883Z root WARN 'cpp' language is remapped from 'source.cpp.embedded.macro' to 'source.cpp' scope
2023-03-12T13:43:45.883Z root WARN a registered grammar configuration for 'cpp' language is overridden
2023-03-12T13:43:46.303Z root INFO Frontend application start: 1499.8 ms [Finished 28.153 s after backend start]
2023-03-12T13:43:46.305Z root INFO Replace loading indicator with ready workbench UI (animation): 995.4 ms [Finished 2.729 s after frontend start]
2023-03-12T13:43:46.323Z root INFO Changed application state from 'initialized_layout' to 'ready'.
2023-03-12T13:43:46.323Z root WARN Linked preference "workbench.colorCustomizations" not found. Source: "editor.bracketPairColorization.enabled"
2023-03-12T13:43:46.357Z root INFO Executing startup tasks:
2023-03-12T13:43:46.357Z root INFO  - 'arduino-use-inherited-boards-config' , args: [{"selectedBoard":{"name":"Arduino Uno","fqbn":"arduino:avr:uno"},"selectedPort":{"address":"COM6","addressLabel":"COM6","protocol":"serial","protocolLabel":"Serial Port (USB)","properties":{"pid":"0x7523","serialNumber":"","vid":"0x1A86"},"hardwareId":""}}]
2023-03-12T13:43:47.208Z root INFO [hosted-plugin: 18660] PLUGIN_HOST(18660): PluginManagerExtImpl/init()
2023-03-12T13:43:47.210Z root INFO [hosted-plugin: 18660] PLUGIN_HOST(18660): initializing(cortex-debug@1.5.1 with C:\Users\brian\Documents\arduino-ide_2.0.4_Windows_64bit\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-03-12T13:43:47.214Z root INFO [hosted-plugin: 18660] Debugger contribution has been registered: cortex-debug
2023-03-12T13:43:47.215Z root INFO [hosted-plugin: 18660] PLUGIN_HOST(18660): initializing(vscode-arduino-tools@0.0.2-beta.7 with C:\Users\brian\Documents\arduino-ide_2.0.4_Windows_64bit\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-03-12T13:43:47.215Z root INFO [hosted-plugin: 18660] PLUGIN_HOST(18660): initializing(cpp@1.52.1 with C:\Users\brian\Documents\arduino-ide_2.0.4_Windows_64bit\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-03-12T13:43:47.216Z root INFO [hosted-plugin: 18660] PLUGIN_HOST(18660): initializing(json@1.46.1 with C:\Users\brian\Documents\arduino-ide_2.0.4_Windows_64bit\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-03-12T13:43:47.216Z root INFO [hosted-plugin: 18660] PLUGIN_HOST(18660): initializing(json-language-features@1.46.1 with C:\Users\brian\Documents\arduino-ide_2.0.4_Windows_64bit\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-03-12T13:43:47.217Z root INFO [hosted-plugin: 18660] PLUGIN_HOST(18660): initializing(vscode-language-pack-bg@1.48.3 with C:\Users\brian\Documents\arduino-ide_2.0.4_Windows_64bit\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-03-12T13:43:47.217Z root INFO [hosted-plugin: 18660] PLUGIN_HOST(18660): initializing(vscode-language-pack-cs@1.53.2 with C:\Users\brian\Documents\arduino-ide_2.0.4_Windows_64bit\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-03-12T13:43:47.218Z root INFO [hosted-plugin: 18660] PLUGIN_HOST(18660): initializing(vscode-language-pack-de@1.53.2 with C:\Users\brian\Documents\arduino-ide_2.0.4_Windows_64bit\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-03-12T13:43:47.218Z root INFO [hosted-plugin: 18660] PLUGIN_HOST(18660): initializing(vscode-language-pack-es@1.53.2 with C:\Users\brian\Documents\arduino-ide_2.0.4_Windows_64bit\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-03-12T13:43:47.219Z root INFO [hosted-plugin: 18660] PLUGIN_HOST(18660): initializing(vscode-language-pack-fr@1.53.2 with C:\Users\brian\Documents\arduino-ide_2.0.4_Windows_64bit\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-03-12T13:43:47.220Z root INFO [hosted-plugin: 18660] PLUGIN_HOST(18660): initializing(vscode-language-pack-hu@1.48.3 with C:\Users\brian\Documents\arduino-ide_2.0.4_Windows_64bit\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-03-12T13:43:47.220Z root INFO [hosted-plugin: 18660] PLUGIN_HOST(18660): initializing(vscode-language-pack-it@1.53.2 with C:\Users\brian\Documents\arduino-ide_2.0.4_Windows_64bit\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-03-12T13:43:47.221Z root INFO [hosted-plugin: 18660] PLUGIN_HOST(18660): initializing(vscode-language-pack-ja@1.53.2 with C:\Users\brian\Documents\arduino-ide_2.0.4_Windows_64bit\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-03-12T13:43:47.221Z root INFO [hosted-plugin: 18660] PLUGIN_HOST(18660): initializing(vscode-language-pack-ko@1.53.2 with C:\Users\brian\Documents\arduino-ide_2.0.4_Windows_64bit\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-03-12T13:43:47.221Z root INFO [hosted-plugin: 18660] PLUGIN_HOST(18660): initializing(vscode-language-pack-nl@1.48.3 with C:\Users\brian\Documents\arduino-ide_2.0.4_Windows_64bit\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-03-12T13:43:47.222Z root INFO [hosted-plugin: 18660] PLUGIN_HOST(18660): initializing(vscode-language-pack-pl@1.53.2 with C:\Users\brian\Documents\arduino-ide_2.0.4_Windows_64bit\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-03-12T13:43:47.222Z root INFO [hosted-plugin: 18660] PLUGIN_HOST(18660): initializing(vscode-language-pack-pt-BR@1.53.2 with C:\Users\brian\Documents\arduino-ide_2.0.4_Windows_64bit\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-03-12T13:43:47.222Z root INFO [hosted-plugin: 18660] PLUGIN_HOST(18660): initializing(vscode-language-pack-ru@1.53.2 with C:\Users\brian\Documents\arduino-ide_2.0.4_Windows_64bit\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-03-12T13:43:47.223Z root INFO [hosted-plugin: 18660] PLUGIN_HOST(18660): initializing(vscode-language-pack-tr@1.53.2 with C:\Users\brian\Documents\arduino-ide_2.0.4_Windows_64bit\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-03-12T13:43:47.223Z root INFO [hosted-plugin: 18660] PLUGIN_HOST(18660): initializing(vscode-language-pack-uk@1.48.3 with C:\Users\brian\Documents\arduino-ide_2.0.4_Windows_64bit\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-03-12T13:43:47.224Z root INFO [hosted-plugin: 18660] PLUGIN_HOST(18660): initializing(vscode-language-pack-zh-hans@1.53.2 with C:\Users\brian\Documents\arduino-ide_2.0.4_Windows_64bit\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-03-12T13:43:47.269Z root INFO [hosted-plugin: 18660] PLUGIN_HOST(18660): PluginManagerExtImpl/loadPlugin(C:\Users\brian\Documents\arduino-ide_2.0.4_Windows_64bit\resources\app\plugins\vscode-builtin-json-language-features\extension\client\dist\jsonMain)
2023-03-12T13:43:47.303Z root INFO [d4fb3044-c2a2-40c7-a27e-7f8ee1672e96][marus25.cortex-debug]: Started plugin.
2023-03-12T13:43:47.304Z root INFO [d4fb3044-c2a2-40c7-a27e-7f8ee1672e96][arduino.vscode-arduino-tools]: Started plugin.
2023-03-12T13:43:47.304Z root INFO [d4fb3044-c2a2-40c7-a27e-7f8ee1672e96][vscode.cpp]: Started plugin.
2023-03-12T13:43:47.305Z root INFO [d4fb3044-c2a2-40c7-a27e-7f8ee1672e96][vscode.json]: Started plugin.
2023-03-12T13:43:47.305Z root INFO [d4fb3044-c2a2-40c7-a27e-7f8ee1672e96][vscode.json-language-features]: Started plugin.
2023-03-12T13:43:47.305Z root INFO [d4fb3044-c2a2-40c7-a27e-7f8ee1672e96][ms-ceintl.vscode-language-pack-bg]: Started plugin.
2023-03-12T13:43:47.305Z root INFO [d4fb3044-c2a2-40c7-a27e-7f8ee1672e96][ms-ceintl.vscode-language-pack-cs]: Started plugin.
2023-03-12T13:43:47.305Z root INFO [d4fb3044-c2a2-40c7-a27e-7f8ee1672e96][ms-ceintl.vscode-language-pack-de]: Started plugin.
2023-03-12T13:43:47.305Z root INFO [d4fb3044-c2a2-40c7-a27e-7f8ee1672e96][ms-ceintl.vscode-language-pack-es]: Started plugin.
2023-03-12T13:43:47.305Z root INFO [d4fb3044-c2a2-40c7-a27e-7f8ee1672e96][ms-ceintl.vscode-language-pack-fr]: Started plugin.
2023-03-12T13:43:47.305Z root INFO [d4fb3044-c2a2-40c7-a27e-7f8ee1672e96][ms-ceintl.vscode-language-pack-hu]: Started plugin.
2023-03-12T13:43:47.305Z root INFO [d4fb3044-c2a2-40c7-a27e-7f8ee1672e96][ms-ceintl.vscode-language-pack-it]: Started plugin.
2023-03-12T13:43:47.305Z root INFO [d4fb3044-c2a2-40c7-a27e-7f8ee1672e96][ms-ceintl.vscode-language-pack-ja]: Started plugin.
2023-03-12T13:43:47.305Z root INFO [d4fb3044-c2a2-40c7-a27e-7f8ee1672e96][ms-ceintl.vscode-language-pack-ko]: Started plugin.
2023-03-12T13:43:47.306Z root INFO [d4fb3044-c2a2-40c7-a27e-7f8ee1672e96][ms-ceintl.vscode-language-pack-nl]: Started plugin.
2023-03-12T13:43:47.306Z root INFO [d4fb3044-c2a2-40c7-a27e-7f8ee1672e96][ms-ceintl.vscode-language-pack-pl]: Started plugin.
2023-03-12T13:43:47.306Z root INFO [d4fb3044-c2a2-40c7-a27e-7f8ee1672e96][ms-ceintl.vscode-language-pack-pt-br]: Started plugin.
2023-03-12T13:43:47.306Z root INFO [d4fb3044-c2a2-40c7-a27e-7f8ee1672e96][ms-ceintl.vscode-language-pack-ru]: Started plugin.
2023-03-12T13:43:47.306Z root INFO [d4fb3044-c2a2-40c7-a27e-7f8ee1672e96][ms-ceintl.vscode-language-pack-tr]: Started plugin.
2023-03-12T13:43:47.306Z root INFO [d4fb3044-c2a2-40c7-a27e-7f8ee1672e96][ms-ceintl.vscode-language-pack-uk]: Started plugin.
2023-03-12T13:43:47.308Z root INFO [d4fb3044-c2a2-40c7-a27e-7f8ee1672e96][ms-ceintl.vscode-language-pack-zh-hans]: Started plugin.
2023-03-12T13:43:47.370Z root INFO [hosted-plugin: 18660] PLUGIN_HOST(18660): PluginManagerExtImpl/loadPlugin(C:\Users\brian\Documents\arduino-ide_2.0.4_Windows_64bit\resources\app\plugins\cortex-debug\extension\dist\extension.js)
2023-03-12T13:43:47.398Z root INFO [hosted-plugin: 18660] Debug configuration provider has been registered: cortex-debug, trigger: 1
2023-03-12T13:43:47.400Z root INFO [hosted-plugin: 18660] GDB server console created
2023-03-12T13:43:47.410Z root INFO [d4fb3044-c2a2-40c7-a27e-7f8ee1672e96] Start of 21 plugins: 1548.1 ms [Finished 4.116 s after frontend start]
2023-03-12T13:43:47.420Z root INFO Starting language server: arduino:avr:uno
2023-03-12T13:43:47.435Z root INFO [hosted-plugin: 18660] PLUGIN_HOST(18660): PluginManagerExtImpl/loadPlugin(C:\Users\brian\Documents\arduino-ide_2.0.4_Windows_64bit\resources\app\plugins\vscode-arduino-tools\extension\dist\bundle)
2023-03-12T13:43:47.839Z daemon INFO INFO[0021] Required tool                                 tool="arduino:arduinoOTA@1.3.0"
INFO[0021] Required tool                                 tool="arduino:avr-gcc@7.3.0-atmel3.6.1-arduino7"
INFO[0021] Required tool                                 tool="arduino:avrdude@6.3.0-arduino17"
INFO[0021] Adding libraries dir                          dir="C:\\Users\\brian\\AppData\\Local\\Arduino15\\libraries" location=ide

2023-03-12T13:43:47.839Z daemon INFO INFO[0021] Adding libraries dir                          dir="C:\\Users\\brian\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\libraries" location=platform
INFO[0021] Adding libraries dir                          dir="c:\\Users\\brian\\Documents\\Arduino\\libraries" location=user

2023-03-12T13:43:48.582Z daemon INFO INFO[0022] Required tool                                 tool="arduino:arduinoOTA@1.3.0"
INFO[0022] Required tool                                 tool="arduino:avr-gcc@7.3.0-atmel3.6.1-arduino7"
INFO[0022] Required tool                                 tool="arduino:avrdude@6.3.0-arduino17"

2023-03-12T13:43:55.435Z daemon INFO INFO[0029] Required tool                                 tool="arduino:arduinoOTA@1.3.0"
INFO[0029] Required tool                                 tool="arduino:avr-gcc@7.3.0-atmel3.6.1-arduino7"
INFO[0029] Required tool                                 tool="arduino:avrdude@6.3.0-arduino17"

2023-03-12T13:43:55.644Z daemon INFO INFO[0029] Required tool                                 tool="arduino:arduinoOTA@1.3.0"
INFO[0029] Required tool                                 tool="arduino:avr-gcc@7.3.0-atmel3.6.1-arduino7"
INFO[0029] Required tool                                 tool="arduino:avrdude@6.3.0-arduino17"

2023-03-12T13:43:55.645Z daemon INFO INFO[0029] Adding libraries dir                          dir="C:\\Users\\brian\\AppData\\Local\\Arduino15\\libraries" location=ide
INFO[0029] Adding libraries dir                          dir="C:\\Users\\brian\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\libraries" location=platform
INFO[0029] Adding libraries dir                          dir="c:\\Users\\brian\\Documents\\Arduino\\libraries" location=user

2023-03-12T13:43:56.528Z root INFO Executing 'arduino.languageserver.notifyBuildDidComplete' with {"buildOutputUri":"file:///c%3A/Users/brian/AppData/Local/Temp/arduino/sketches/597078D149E19ADFA61227991EFE44FC"}
2023-03-12T13:43:56.571Z daemon INFO INFO[0030] Required tool                                 tool="arduino:arduinoOTA@1.3.0"
INFO[0030] Required tool                                 tool="arduino:avr-gcc@7.3.0-atmel3.6.1-arduino7"
INFO[0030] Required tool                                 tool="arduino:avrdude@6.3.0-arduino17"

2023-03-12T13:43:56.572Z daemon INFO INFO[0030] Tool required for upload                      tool="arduino:arduinoOTA@1.3.0"
INFO[0030] Tool required for upload                      tool="arduino:avr-gcc@7.3.0-atmel3.6.1-arduino7"
INFO[0030] Tool required for upload                      tool="arduino:avrdude@6.3.0-arduino17"
INFO[0030] Tool required for upload                      tool="builtin:ctags@5.8-arduino11"
INFO[0030] Tool required for upload                      tool="builtin:mdns-discovery@1.0.8"
INFO[0030] Tool required for upload                      tool="builtin:serial-discovery@1.4.0"
INFO[0030] Tool required for upload                      tool="esp32:mkspiffs@0.2.3"
INFO[0030] Tool required for upload                      tool="builtin:serial-monitor@0.13.0"
INFO[0030] Tool required for upload                      tool="esp32:xtensa-esp32-elf-gcc@1.22.0-97-gc752ad5-5.2.0"
INFO[0030] Tool required for upload                      tool="esp32:esptool_py@3.0.0"

2023-03-12T13:43:57.891Z daemon INFO INFO[0031] Required tool                                 tool="arduino:arduinoOTA@1.3.0"
INFO[0031] Required tool                                 tool="arduino:avr-gcc@7.3.0-atmel3.6.1-arduino7"
INFO[0031] Required tool                                 tool="arduino:avrdude@6.3.0-arduino17"

2023-03-12T13:44:55.593Z daemon INFO INFO[0089] from discovery builtin:serial-discovery received message type: remove,
端口:COM6

2023-03-12T13:44:55.594Z discovery-log INFO {"eventType":"remove","port":{"matchingBoardsList":[],"port":{"address":"COM6","label":"","protocol":"serial","protocolLabel":"","propertiesMap":[],"hardwareId":""}},"error":""}
2023-03-12T13:44:55.710Z root INFO Attached boards and available ports changed:
2023-03-12T13:44:55.710Z root INFO  - Port is no longer available on COM6 Serial Port (USB)
2023-03-12T13:44:55.710Z root INFO ------------------------------------------
[21620:0312/214518.421:ERROR:gpu_init.cc(453)] Passthrough is not supported, GL is disabled, ANGLE is
2023-03-12T13:46:12.133Z daemon INFO INFO[0166] from discovery builtin:serial-discovery received message type: add,端口:COM6

2023-03-12T13:46:12.134Z discovery-log INFO {"eventType":"add","port":{"matchingBoardsList":[],"port":{"address":"COM6","label":"COM6","protocol":"serial","protocolLabel":"Serial Port (USB)","propertiesMap":[["pid","0x7523"],["serialNumber",""],["vid","0x1A86"]],"hardwareId":""}},"error":""}
2023-03-12T13:46:12.162Z root INFO Attached boards and available ports changed:
2023-03-12T13:46:12.162Z root INFO  - New port is available on COM6 Serial Port (USB)
2023-03-12T13:46:12.162Z root INFO ------------------------------------------
2023-03-12T13:47:05.926Z daemon INFO INFO[0219] Required tool                                 tool="arduino:arduinoOTA@1.3.0"
INFO[0219] Required tool                                 tool="arduino:avr-gcc@7.3.0-atmel3.6.1-arduino7"
INFO[0219] Required tool                                 tool="arduino:avrdude@6.3.0-arduino17"

2023-03-12T13:47:05.927Z daemon INFO INFO[0219] Adding libraries dir                          dir="C:\\Users\\brian\\AppData\\Local\\Arduino15\\libraries" location=ide
INFO[0219] Adding libraries dir                          dir="C:\\Users\\brian\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\libraries" location=platform
INFO[0219] Adding libraries dir                          dir="c:\\Users\\brian\\Documents\\Arduino\\libraries" location=user

2023-03-12T13:47:06.156Z discovery-log INFO error received
2023-03-12T13:47:06.156Z discovery-log ERROR Unexpected error occurred during the boards discovery.
2023-03-12T13:47:06.156Z discovery-log INFO received end
2023-03-12T13:47:06.156Z root ERROR Have not received the build path from the CLI while running the compilation.
2023-03-12T13:47:06.164Z daemon INFO Daemon exited with exit code: 3221226505.


PS C:\Program Files\Arduino IDE> & ".\Arduino IDE"
PS C:\Program Files\Arduino IDE>
Arduino IDE 2.0.4
Starting backend process. PID: 1788
Using browser-only version of superagent in non-browser environment
Configuration directory URI: 'file:///c%3A/Users/Yann%20Tagakou/.theia'
Configuring to accept webviews on '^.+\.webview\..+$' hostname.
2023-03-14T10:00:44.841Z root INFO Backend Object.initialize: 4.9 ms [Finished 1.431 s after backend start]
2023-03-14T10:00:44.842Z root INFO Backend Object.configure: 3.8 ms [Finished 1.431 s after backend start]
2023-03-14T10:00:44.842Z root INFO Backend MessagingContribution.onStart: 1.8 ms [Finished 1.431 s after backend start]
2023-03-14T10:00:44.843Z root INFO Backend OSBackendApplicationContribution.configure: 0.4 ms [Finished 1.475 s after backend start]
2023-03-14T10:00:44.843Z root INFO Backend DefaultWorkspaceServer.onStart: 0.3 ms [Finished 1.475 s after backend start]
2023-03-14T10:00:44.845Z root INFO Backend PluginLocalizationBackendContribution.configure: 0.1 ms [Finished 1.476 s after backend start]
2023-03-14T10:00:44.846Z root INFO Backend PluginLocalizationBackendContribution.initialize: 43.7 ms [Finished 1.476 s after backend start]
2023-03-14T10:00:44.846Z root INFO Backend TaskBackendApplicationContribution.onStart: 0.2 ms [Finished 1.476 s after backend start]
2023-03-14T10:00:44.847Z root INFO Backend ElectronTokenBackendContribution.configure: 1.3 ms [Finished 1.477 s after backend start]
2023-03-14T10:00:44.847Z config INFO >>> Initializing CLI configuration...
2023-03-14T10:00:44.848Z root INFO Backend PluginDeployerContribution.initialize: 0.5 ms [Finished 1.477 s after backend start]
2023-03-14T10:00:44.848Z root INFO Backend ConfigServiceImpl.onStart: 0.9 ms [Finished 1.478 s after backend start]
2023-03-14T10:00:44.850Z config INFO Loading CLI configuration from c:\Users\Yann Tagakou\.arduinoIDE\arduino-cli.yaml...
2023-03-14T10:00:44.850Z root INFO Backend WebviewBackendSecurityWarnings.initialize: 0.4 ms [Finished 1.480 s after backend start]
2023-03-14T10:00:44.851Z root INFO Backend ArduinoDaemonImpl.onStart: 1.2 ms [Finished 1.481 s after backend start]
2023-03-14T10:00:44.851Z root INFO Backend NodeFileUploadService.configure: 2.8 ms [Finished 1.481 s after backend start]
2023-03-14T10:00:44.851Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-03-14T10:00:44.852Z discovery-log INFO start
2023-03-14T10:00:44.852Z discovery-log INFO start new deferred
2023-03-14T10:00:44.852Z root INFO Backend HostedPluginLocalizationService.initialize: 0.5 ms [Finished 1.482 s after backend start]
2023-03-14T10:00:44.853Z root INFO Backend BoardDiscovery.onStart: 1.1 ms [Finished 1.483 s after backend start]
2023-03-14T10:00:44.853Z root INFO Backend FileDownloadEndpoint.configure: 1.3 ms [Finished 1.483 s after backend start]
2023-03-14T10:00:44.853Z root INFO Backend AuthenticationServiceImpl.onStart: 0.5 ms [Finished 1.485 s after backend start]
2023-03-14T10:00:44.853Z root INFO Backend PluginApiContribution.configure: 0.7 ms [Finished 1.486 s after backend start]
2023-03-14T10:00:44.854Z root INFO Backend HostedPluginReader.configure: 0.7 ms [Finished 1.487 s after backend start]
2023-03-14T10:00:44.854Z root INFO Backend HostedPluginReader.configure: 0.1 ms [Finished 1.488 s after backend start]
2023-03-14T10:00:44.855Z root INFO Backend PlotterBackendContribution.configure: 1.0 ms [Finished 1.489 s after backend start]
2023-03-14T10:00:44.860Z root INFO Theia app listening on http://localhost:56076.
2023-03-14T10:00:44.861Z root INFO Finished starting backend application: 8.7 ms [Finished 1.495 s after backend start]
2023-03-14T10:00:44.871Z root WARN The local plugin referenced by local-dir:/c%3A/Users/Yann%20Tagakou/.arduinoIDE/plugins does not exist.
2023-03-14T10:00:44.875Z root WARN The local plugin referenced by local-dir:/c%3A/Users/Yann%20Tagakou/.arduinoIDE/extensions does not exist.
2023-03-14T10:00:44.876Z root WARN The local plugin referenced by local-dir:C:\Users\Yann Tagakou\.arduinoProIDE\plugins does not exist.
2023-03-14T10:00:44.898Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-03-14T10:00:44.898Z root INFO Resolved "cortex-debug" to a VS Code extension "cortex-debug@1.5.1" with engines:
2023-03-14T10:00:44.898Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-03-14T10:00:44.899Z root INFO Resolved "vscode-arduino-tools" to a VS Code extension "vscode-arduino-tools@0.0.2-beta.7" with engines:
2023-03-14T10:00:44.899Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-03-14T10:00:44.899Z root INFO Resolved "vscode-builtin-cpp" to a VS Code extension "cpp@1.52.1" with engines:
2023-03-14T10:00:44.899Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-03-14T10:00:44.899Z root INFO Resolved "vscode-builtin-json" to a VS Code extension "json@1.46.1" with engines:
2023-03-14T10:00:44.899Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-03-14T10:00:44.900Z root INFO Resolved "vscode-builtin-json-language-features" to a VS Code extension "json-language-features@1.46.1" with engines:
2023-03-14T10:00:44.900Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-03-14T10:00:44.900Z root INFO Resolved "vscode-language-pack-bg" to a VS Code extension "vscode-language-pack-bg@1.48.3" with engines:
2023-03-14T10:00:44.900Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-03-14T10:00:44.900Z root INFO Resolved "vscode-language-pack-cs" to a VS Code extension "vscode-language-pack-cs@1.53.2" with engines:
2023-03-14T10:00:44.900Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-03-14T10:00:44.900Z root INFO Resolved "vscode-language-pack-de" to a VS Code extension "vscode-language-pack-de@1.53.2" with engines:
2023-03-14T10:00:44.901Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-03-14T10:00:44.901Z root INFO Resolved "vscode-language-pack-es" to a VS Code extension "vscode-language-pack-es@1.53.2" with engines:
2023-03-14T10:00:44.901Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-03-14T10:00:44.901Z root INFO Resolved "vscode-language-pack-fr" to a VS Code extension "vscode-language-pack-fr@1.53.2" with engines:
2023-03-14T10:00:44.901Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-03-14T10:00:44.901Z root INFO Resolved "vscode-language-pack-hu" to a VS Code extension "vscode-language-pack-hu@1.48.3" with engines:
2023-03-14T10:00:44.901Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-03-14T10:00:44.901Z root INFO Resolved "vscode-language-pack-it" to a VS Code extension "vscode-language-pack-it@1.53.2" with engines:
2023-03-14T10:00:44.902Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-03-14T10:00:44.902Z root INFO Resolved "vscode-language-pack-ja" to a VS Code extension "vscode-language-pack-ja@1.53.2" with engines:
2023-03-14T10:00:44.902Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-03-14T10:00:44.902Z root INFO Resolved "vscode-language-pack-ko" to a VS Code extension "vscode-language-pack-ko@1.53.2" with engines:
2023-03-14T10:00:44.902Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-03-14T10:00:44.902Z root INFO Resolved "vscode-language-pack-nl" to a VS Code extension "vscode-language-pack-nl@1.48.3" with engines:
2023-03-14T10:00:44.902Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-03-14T10:00:44.902Z root INFO Resolved "vscode-language-pack-pl" to a VS Code extension "vscode-language-pack-pl@1.53.2" with engines:
2023-03-14T10:00:44.903Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-03-14T10:00:44.903Z root INFO Resolved "vscode-language-pack-pt-BR" to a VS Code extension "vscode-language-pack-pt-BR@1.53.2" with engines:
2023-03-14T10:00:44.903Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-03-14T10:00:44.903Z root INFO Resolved "vscode-language-pack-ru" to a VS Code extension "vscode-language-pack-ru@1.53.2" with engines:
2023-03-14T10:00:44.904Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-03-14T10:00:44.904Z root INFO Resolved "vscode-language-pack-tr" to a VS Code extension "vscode-language-pack-tr@1.53.2" with engines:
2023-03-14T10:00:44.904Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-03-14T10:00:44.904Z root INFO Resolved "vscode-language-pack-uk" to a VS Code extension "vscode-language-pack-uk@1.48.3" with engines:
2023-03-14T10:00:44.905Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-03-14T10:00:44.905Z root INFO Resolved "vscode-language-pack-zh-hans" to a VS Code extension "vscode-language-pack-zh-hans@1.53.2" with engines:
2023-03-14T10:00:44.930Z config INFO Loaded CLI configuration: {"board_manager":{"additional_urls":[]},"daemon":{"port":"50051"},"directories":{"data":"C:\\Users\\Yann Tagakou\\AppData\\Local\\Arduino15","downloads":"C:\\Users\\Yann Tagakou\\AppData\\Local\\Arduino15\\staging","user":"C:\\Users\\Yann Tagakou\\Documents\\Arduino"},"library":{"enable_unsafe_install":false},"logging":{"file":"","format":"text","level":"info"},"metrics":{"addr":":9090","enabled":true},"output":{"no_color":false},"sketch":{"always_export_binaries":false},"updater":{"enable_notification":true}}
2023-03-14T10:00:44.933Z config INFO 'directories.data' and 'directories.user' are set in the CLI configuration model.
2023-03-14T10:00:44.934Z config INFO Loaded the CLI configuration.
2023-03-14T10:00:44.946Z config INFO Mapped the CLI configuration: {"dataDirUri":"file:///c%3A/Users/Yann%20Tagakou/AppData/Local/Arduino15","sketchDirUri":"file:///c%3A/Users/Yann%20Tagakou/Documents/Arduino","additionalUrls":[],"network":"none","locale":"en"}
2023-03-14T10:00:44.962Z config INFO Validating the CLI configuration...
2023-03-14T10:00:44.968Z config INFO The CLI config is valid.
2023-03-14T10:00:44.972Z config INFO <<< Initialized the CLI configuration.
2023-03-14T10:00:45.027Z root INFO Resolve plugins list: 177.2 ms [Finished 1.661 s after backend start]
2023-03-14T10:00:45.031Z root INFO Deployed backend plugin "marus25.cortex-debug@1.5.1" from "C:\Program Files\Arduino IDE\resources\app\plugins\cortex-debug\extension\dist\extension.js": 4.6 ms [Finished 1.666 s after backend start]
2023-03-14T10:00:45.034Z root INFO Deployed backend plugin "arduino.vscode-arduino-tools@0.0.2-beta.7" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-arduino-tools\extension\dist\bundle": 2.8 ms [Finished 1.669 s after backend start]
2023-03-14T10:00:45.043Z root INFO Deployed backend plugin "vscode.cpp@1.52.1" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-builtin-cpp\extension": 9.4 ms [Finished 1.678 s after backend start]
2023-03-14T10:00:45.046Z root INFO Deployed backend plugin "vscode.json@1.46.1" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-builtin-json\extension": 2.1 ms [Finished 1.680 s after backend start]
2023-03-14T10:00:45.047Z root INFO Deployed backend plugin "vscode.json-language-features@1.46.1" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-builtin-json-language-features\extension\client\dist\jsonMain": 1.8 ms [Finished 1.682 s after backend start]
2023-03-14T10:00:45.137Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-bg@1.48.3" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-bg\extension": 88.8 ms [Finished 1.771 s after backend start]
2023-03-14T10:00:45.165Z daemon INFO INFO[0000] Using config file: c:\Users\Yann Tagakou\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.31.0
INFO[0000] Executing `arduino-cli daemon`
{"IP":"127.0.0.1","Port":"56077"}

2023-03-14T10:00:45.165Z daemon INFO Daemon is running.
2023-03-14T10:00:45.259Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-cs@1.53.2" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-cs\extension": 122.7 ms [Finished 1.894 s after backend start]
2023-03-14T10:00:45.287Z daemon INFO INFO[0000] Loading hardware from: C:\Users\Yann Tagakou\AppData\Local\Arduino15\packages
INFO[0000] Loading package arduino from: C:\Users\Yann Tagakou\AppData\Local\Arduino15\packages\arduino\hardware
INFO[0000] Checking signature                            error="opening signature file: open C:\\Users\\Yann Tagakou\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\installed.json.sig: The system cannot find the file specified." index="C:\\Users\\Yann Tagakou\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\installed.json" signatureFile="C:\\Users\\Yann Tagakou\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\installed.json.sig"

2023-03-14T10:00:45.294Z daemon INFO INFO[0000] Adding monitor tool                           protocol=serial tool="builtin:serial-monitor"
INFO[0000] Loaded platform                               platform="arduino:avr@1.8.6"
INFO[0000] Checking signature                            error="opening signature file: open C:\\Users\\Yann Tagakou\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\mbed\\3.3.0\\installed.json.sig: The system cannot find the file specified." index="C:\\Users\\Yann Tagakou\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\mbed\\3.3.0\\installed.json" signatureFile="C:\\Users\\Yann Tagakou\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\mbed\\3.3.0\\installed.json.sig"
INFO[0000] Adding monitor tool                           protocol=serial tool="builtin:serial-monitor"
INFO[0000] Loaded platform                               platform="arduino:mbed@3.3.0"

2023-03-14T10:00:45.399Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-de@1.53.2" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-de\extension": 139.5 ms [Finished 2.033 s after backend start]
2023-03-14T10:00:45.400Z daemon INFO INFO[0000] Checking existence of 'tools' path: C:\Users\Yann Tagakou\AppData\Local\Arduino15\packages\arduino\tools
INFO[0000] Loading tools from dir: C:\Users\Yann Tagakou\AppData\Local\Arduino15\packages\arduino\tools
INFO[0000] Loaded tool                                   tool="arduino:arduinoOTA@1.3.0"
INFO[0000] Loaded tool                                   tool="arduino:arm-none-eabi-gcc@7-2017q4"
INFO[0000] Loaded tool                                   tool="arduino:avr-gcc@7.3.0-atmel3.6.1-arduino7"
INFO[0000] Loaded tool                                   tool="arduino:avrdude@6.3.0-arduino17"
INFO[0000] Loaded tool                                   tool="arduino:bossac@1.9.1-arduino2"
INFO[0000] Loaded tool                                   tool="arduino:dfu-util@0.10.0-arduino1"
INFO[0000] Loaded tool                                   tool="arduino:imgtool@1.8.0-arduino.2"
INFO[0000] Loaded tool                                   tool="arduino:openocd@0.11.0-arduino2"
INFO[0000] Loaded tool                                   tool="arduino:rp2040tools@1.0.6"
INFO[0000] Loading package builtin from: C:\Users\Yann Tagakou\AppData\Local\Arduino15\packages\builtin
INFO[0000] Checking existence of 'tools' path: C:\Users\Yann Tagakou\AppData\Local\Arduino15\packages\builtin\tools
INFO[0000] Loading tools from dir: C:\Users\Yann Tagakou\AppData\Local\Arduino15\packages\builtin\tools
INFO[0000] Loaded tool                                   tool="builtin:ctags@5.8-arduino11"
INFO[0000] Loaded tool                                   tool="builtin:mdns-discovery@1.0.8"
INFO[0000] Loaded tool                                   tool="builtin:serial-discovery@1.2.1"
INFO[0000] Loaded tool                                   tool="builtin:serial-discovery@1.4.0"
INFO[0000] Loaded tool                                   tool="builtin:serial-monitor@0.13.0"
INFO[0000] Checking signature                            index="C:\\Users\\Yann Tagakou\\AppData\\Local\\Arduino15\\package_index.json" signatureFile="C:\\Users\\Yann Tagakou\\AppData\\Local\\Arduino15\\package_index.json.sig" trusted=true
INFO[0000] Adding libraries dir                          dir="C:\\Users\\Yann Tagakou\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\mbed\\3.3.0\\libraries" location=platform
INFO[0000] Adding libraries dir                          dir="C:\\Users\\Yann Tagakou\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\libraries" location=platform
INFO[0000] Loading libraries index file                  index="C:\\Users\\Yann Tagakou\\AppData\\Local\\Arduino15\\library_index.json"

2023-03-14T10:00:45.467Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-es@1.53.2" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-es\extension": 68.7 ms [Finished 2.102 s after backend start]
2023-03-14T10:00:45.540Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-fr@1.53.2" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-fr\extension": 72.3 ms [Finished 2.174 s after backend start]
2023-03-14T10:00:45.541Z daemon INFO INFO[0000] Adding libraries dir                          dir="C:\\Users\\Yann Tagakou\\AppData\\Local\\Arduino15\\libraries" location=ide
INFO[0000] Adding libraries dir                          dir="C:\\Users\\Yann Tagakou\\Documents\\Arduino\\libraries" location=user

2023-03-14T10:00:45.582Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-hu@1.48.3" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-hu\extension": 41.8 ms [Finished 2.216 s after backend start]
2023-03-14T10:00:45.639Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-it@1.53.2" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-it\extension": 57.5 ms [Finished 2.274 s after backend start]
2023-03-14T10:00:45.697Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-ja@1.53.2" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-ja\extension": 57.3 ms [Finished 2.331 s after backend start]
2023-03-14T10:00:45.755Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-ko@1.53.2" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-ko\extension": 58.5 ms [Finished 2.390 s after backend start]
2023-03-14T10:00:45.780Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-nl@1.48.3" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-nl\extension": 25.2 ms [Finished 2.415 s after backend start]
2023-03-14T10:00:45.839Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-pl@1.53.2" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-pl\extension": 58.4 ms [Finished 2.474 s after backend start]
2023-03-14T10:00:45.842Z discovery-log INFO start request start watch
2023-03-14T10:00:45.842Z discovery-log INFO start requested start watch
2023-03-14T10:00:45.843Z discovery-log INFO start resolved watching
2023-03-14T10:00:45.849Z daemon INFO INFO[0000] starting discovery builtin:serial-discovery process
INFO[0000] starting discovery builtin:mdns-discovery process

2023-03-14T10:00:45.910Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-pt-br@1.53.2" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-pt-BR\extension": 70.8 ms [Finished 2.544 s after backend start]
2023-03-14T10:00:45.911Z daemon INFO INFO[0000] started discovery builtin:serial-discovery process
INFO[0000] sending command HELLO 1 "arduino-cli 0.31.0" to discovery builtin:serial-discovery
INFO[0000] started discovery builtin:mdns-discovery process
INFO[0000] sending command HELLO 1 "arduino-cli 0.31.0" to discovery builtin:mdns-discovery
INFO[0000] from discovery builtin:mdns-discovery received message type: hello, message: OK, protocol version: 1
INFO[0000] from discovery builtin:serial-discovery received message type: hello, message: OK, protocol version: 1
INFO[0000] sending command START_SYNC to discovery builtin:mdns-discovery
INFO[0000] sending command START_SYNC to discovery builtin:serial-discovery
INFO[0000] from discovery builtin:serial-discovery received message type: start_sync, message: OK
INFO[0000] from discovery builtin:mdns-discovery received message type: start_sync, message: OK
INFO[0000] from discovery builtin:serial-discovery received message type: add, port: COM3
INFO[0000] from discovery builtin:serial-discovery received message type: add, port: COM4

2023-03-14T10:00:45.913Z discovery-log INFO {"eventType":"add","port":{"matchingBoardsList":[],"port":{"address":"COM3","label":"COM3","protocol":"serial","protocolLabel":"Serial Port","propertiesMap":[],"hardwareId":""}},"error":""}
2023-03-14T10:00:45.913Z discovery-log INFO {"eventType":"add","port":{"matchingBoardsList":[],"port":{"address":"COM4","label":"COM4","protocol":"serial","protocolLabel":"Serial Port","propertiesMap":[],"hardwareId":""}},"error":""}
2023-03-14T10:00:45.969Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-ru@1.53.2" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-ru\extension": 59.6 ms [Finished 2.604 s after backend start]
2023-03-14T10:00:46.021Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-tr@1.53.2" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-tr\extension": 51.9 ms [Finished 2.656 s after backend start]
2023-03-14T10:00:46.060Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-uk@1.48.3" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-uk\extension": 38.7 ms [Finished 2.695 s after backend start]
2023-03-14T10:00:46.124Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-zh-hans@1.53.2" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-zh-hans\extension": 53.9 ms [Finished 2.749 s after backend start]
2023-03-14T10:00:46.124Z root INFO Deploy plugins list: 177.2 ms [Finished 2.759 s after backend start]
Opening channel for service path '/services/electron-window-ext'.
Opening channel for service path '/services/electron-window'.
Opening channel for service path '/services/ide-updater'.
2023-03-14T10:00:46.777Z root WARN Frontend a.configure took longer than the expected maximum 100 milliseconds: 211.1 ms [Finished 1.805 s after frontend start]
2023-03-14T10:00:46.934Z root INFO Start frontend contributions: 451.5 ms [Finished 1.972 s after frontend start]
2023-03-14T10:00:46.935Z root INFO Changed application state from 'init' to 'started_contributions'.
2023-03-14T10:00:46.965Z root INFO Changed application state from 'started_contributions' to 'attached_shell'.
2023-03-14T10:00:46.965Z root INFO >>> Restoring the layout state...
2023-03-14T10:00:46.966Z root INFO <<< Nothing to restore.
2023-03-14T10:00:46.999Z root INFO Initialize the workbench layout: 26.2 ms [Finished 2.053 s after frontend start]
2023-03-14T10:00:47.016Z root INFO Changed application state from 'attached_shell' to 'initialized_layout'.
2023-03-14T10:00:47.032Z root INFO [cdef5101-6e95-487a-ba7d-be88496e3648] Waiting for backend deployment: 124.5 ms [Finished 2.092 s after frontend start]
2023-03-14T10:00:47.439Z root INFO [hosted-plugin: 21380] PLUGIN_HOST(21380) starting instance
2023-03-14T10:00:47.932Z root INFO [cdef5101-6e95-487a-ba7d-be88496e3648] Sync of 21 plugins: 874.6 ms [Finished 2.967 s after frontend start]
2023-03-14T10:00:47.934Z root INFO [cdef5101-6e95-487a-ba7d-be88496e3648][marus25.cortex-debug]: Loaded contributions.
2023-03-14T10:00:47.935Z root INFO [cdef5101-6e95-487a-ba7d-be88496e3648][arduino.vscode-arduino-tools]: Loaded contributions.
2023-03-14T10:00:47.935Z root INFO [cdef5101-6e95-487a-ba7d-be88496e3648][vscode.cpp]: Loaded contributions.
2023-03-14T10:00:47.935Z root INFO [cdef5101-6e95-487a-ba7d-be88496e3648][vscode.json]: Loaded contributions.
2023-03-14T10:00:47.935Z root INFO [cdef5101-6e95-487a-ba7d-be88496e3648][vscode.json-language-features]: Loaded contributions.
2023-03-14T10:00:47.935Z root INFO [cdef5101-6e95-487a-ba7d-be88496e3648][ms-ceintl.vscode-language-pack-bg]: Loaded contributions.
2023-03-14T10:00:47.937Z root INFO [cdef5101-6e95-487a-ba7d-be88496e3648][ms-ceintl.vscode-language-pack-cs]: Loaded contributions.
2023-03-14T10:00:47.938Z root INFO [cdef5101-6e95-487a-ba7d-be88496e3648][ms-ceintl.vscode-language-pack-de]: Loaded contributions.
2023-03-14T10:00:47.938Z root INFO [cdef5101-6e95-487a-ba7d-be88496e3648][ms-ceintl.vscode-language-pack-es]: Loaded contributions.
2023-03-14T10:00:47.938Z root INFO [cdef5101-6e95-487a-ba7d-be88496e3648][ms-ceintl.vscode-language-pack-fr]: Loaded contributions.
2023-03-14T10:00:47.938Z root INFO [cdef5101-6e95-487a-ba7d-be88496e3648][ms-ceintl.vscode-language-pack-hu]: Loaded contributions.
2023-03-14T10:00:47.938Z root INFO [cdef5101-6e95-487a-ba7d-be88496e3648][ms-ceintl.vscode-language-pack-it]: Loaded contributions.
2023-03-14T10:00:47.939Z root INFO [cdef5101-6e95-487a-ba7d-be88496e3648][ms-ceintl.vscode-language-pack-ja]: Loaded contributions.
2023-03-14T10:00:47.939Z root INFO [cdef5101-6e95-487a-ba7d-be88496e3648][ms-ceintl.vscode-language-pack-ko]: Loaded contributions.
2023-03-14T10:00:47.939Z root INFO [cdef5101-6e95-487a-ba7d-be88496e3648][ms-ceintl.vscode-language-pack-nl]: Loaded contributions.
2023-03-14T10:00:47.939Z root INFO [cdef5101-6e95-487a-ba7d-be88496e3648][ms-ceintl.vscode-language-pack-pl]: Loaded contributions.
2023-03-14T10:00:47.939Z root INFO [cdef5101-6e95-487a-ba7d-be88496e3648][ms-ceintl.vscode-language-pack-pt-br]: Loaded contributions.
2023-03-14T10:00:47.939Z root INFO [cdef5101-6e95-487a-ba7d-be88496e3648][ms-ceintl.vscode-language-pack-ru]: Loaded contributions.
2023-03-14T10:00:47.939Z root INFO [cdef5101-6e95-487a-ba7d-be88496e3648][ms-ceintl.vscode-language-pack-tr]: Loaded contributions.
2023-03-14T10:00:47.940Z root INFO [cdef5101-6e95-487a-ba7d-be88496e3648][ms-ceintl.vscode-language-pack-uk]: Loaded contributions.
2023-03-14T10:00:47.940Z root INFO [cdef5101-6e95-487a-ba7d-be88496e3648][ms-ceintl.vscode-language-pack-zh-hans]: Loaded contributions.
2023-03-14T10:00:47.940Z root INFO [cdef5101-6e95-487a-ba7d-be88496e3648] Load contributions of 21 plugins: 26.2 ms [Finished 2.993 s after frontend start]
2023-03-14T10:00:48.508Z root INFO Frontend application start: 1780.1 ms [Finished 5.143 s after backend start]
2023-03-14T10:00:48.536Z root INFO Replace loading indicator with ready workbench UI (animation): 1119.0 ms [Finished 3.181 s after frontend start]
2023-03-14T10:00:48.537Z root INFO Changed application state from 'initialized_layout' to 'ready'.
2023-03-14T10:00:48.537Z root WARN Linked preference "workbench.colorCustomizations" not found. Source: "editor.bracketPairColorization.enabled"
2023-03-14T10:00:48.537Z root WARN 'cpp' language is remapped from 'source.cpp.embedded.macro' to 'source.cpp' scope
2023-03-14T10:00:48.537Z root WARN a registered grammar configuration for 'cpp' language is overridden
Checking for update
Update for version 2.0.4 is not available (latest version: 2.0.4, downgrade is allowed).
2023-03-14T10:00:49.741Z root ERROR ---- !!!SLOW!!! DURATION: search took 840.271 ms. Args: [{"type":"Updatable"}] ----
2023-03-14T10:00:49.754Z root INFO [hosted-plugin: 21380] PLUGIN_HOST(21380): PluginManagerExtImpl/init()
2023-03-14T10:00:49.757Z root INFO [hosted-plugin: 21380] PLUGIN_HOST(21380): initializing(cortex-debug@1.5.1 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-03-14T10:00:49.761Z root INFO [hosted-plugin: 21380] Debugger contribution has been registered: cortex-debug
2023-03-14T10:00:49.764Z root INFO [hosted-plugin: 21380] PLUGIN_HOST(21380): initializing(vscode-arduino-tools@0.0.2-beta.7 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-03-14T10:00:49.765Z root INFO [hosted-plugin: 21380] PLUGIN_HOST(21380): initializing(cpp@1.52.1 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-03-14T10:00:49.766Z root INFO [hosted-plugin: 21380] PLUGIN_HOST(21380): initializing(json@1.46.1 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-03-14T10:00:49.767Z root INFO [hosted-plugin: 21380] PLUGIN_HOST(21380): initializing(json-language-features@1.46.1 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-03-14T10:00:49.768Z root INFO [hosted-plugin: 21380] PLUGIN_HOST(21380): initializing(vscode-language-pack-bg@1.48.3 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-03-14T10:00:49.769Z root INFO [hosted-plugin: 21380] PLUGIN_HOST(21380): initializing(vscode-language-pack-cs@1.53.2 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-03-14T10:00:49.770Z root INFO [hosted-plugin: 21380] PLUGIN_HOST(21380): initializing(vscode-language-pack-de@1.53.2 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-03-14T10:00:49.771Z root INFO [hosted-plugin: 21380] PLUGIN_HOST(21380): initializing(vscode-language-pack-es@1.53.2 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-03-14T10:00:49.772Z root INFO [hosted-plugin: 21380] PLUGIN_HOST(21380): initializing(vscode-language-pack-fr@1.53.2 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-03-14T10:00:49.773Z root INFO [hosted-plugin: 21380] PLUGIN_HOST(21380): initializing(vscode-language-pack-hu@1.48.3 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-03-14T10:00:49.774Z root INFO [hosted-plugin: 21380] PLUGIN_HOST(21380): initializing(vscode-language-pack-it@1.53.2 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-03-14T10:00:49.774Z root INFO [hosted-plugin: 21380] PLUGIN_HOST(21380): initializing(vscode-language-pack-ja@1.53.2 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-03-14T10:00:49.775Z root INFO [hosted-plugin: 21380] PLUGIN_HOST(21380): initializing(vscode-language-pack-ko@1.53.2 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-03-14T10:00:49.776Z root INFO [hosted-plugin: 21380] PLUGIN_HOST(21380): initializing(vscode-language-pack-nl@1.48.3 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-03-14T10:00:49.776Z root INFO [hosted-plugin: 21380] PLUGIN_HOST(21380): initializing(vscode-language-pack-pl@1.53.2 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-03-14T10:00:49.777Z root INFO [hosted-plugin: 21380] PLUGIN_HOST(21380): initializing(vscode-language-pack-pt-BR@1.53.2 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-03-14T10:00:49.777Z root INFO [hosted-plugin: 21380] PLUGIN_HOST(21380): initializing(vscode-language-pack-ru@1.53.2 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-03-14T10:00:49.778Z root INFO [hosted-plugin: 21380] PLUGIN_HOST(21380): initializing(vscode-language-pack-tr@1.53.2 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-03-14T10:00:49.779Z root INFO [hosted-plugin: 21380] PLUGIN_HOST(21380): initializing(vscode-language-pack-uk@1.48.3 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-03-14T10:00:49.779Z root INFO [hosted-plugin: 21380] PLUGIN_HOST(21380): initializing(vscode-language-pack-zh-hans@1.53.2 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-03-14T10:00:49.782Z root INFO [hosted-plugin: 21380] PLUGIN_HOST(21380): PluginManagerExtImpl/loadPlugin(C:\Program Files\Arduino IDE\resources\app\plugins\vscode-builtin-json-language-features\extension\client\dist\jsonMain)
2023-03-14T10:00:49.819Z root INFO [cdef5101-6e95-487a-ba7d-be88496e3648][marus25.cortex-debug]: Started plugin.
2023-03-14T10:00:49.820Z root INFO [cdef5101-6e95-487a-ba7d-be88496e3648][arduino.vscode-arduino-tools]: Started plugin.
2023-03-14T10:00:49.820Z root INFO [cdef5101-6e95-487a-ba7d-be88496e3648][vscode.cpp]: Started plugin.
2023-03-14T10:00:49.821Z root INFO [cdef5101-6e95-487a-ba7d-be88496e3648][vscode.json]: Started plugin.
2023-03-14T10:00:49.821Z root INFO [cdef5101-6e95-487a-ba7d-be88496e3648][vscode.json-language-features]: Started plugin.
2023-03-14T10:00:49.821Z root INFO [cdef5101-6e95-487a-ba7d-be88496e3648][ms-ceintl.vscode-language-pack-bg]: Started plugin.
2023-03-14T10:00:49.821Z root INFO [cdef5101-6e95-487a-ba7d-be88496e3648][ms-ceintl.vscode-language-pack-cs]: Started plugin.
2023-03-14T10:00:49.821Z root INFO [cdef5101-6e95-487a-ba7d-be88496e3648][ms-ceintl.vscode-language-pack-de]: Started plugin.
2023-03-14T10:00:49.821Z root INFO [cdef5101-6e95-487a-ba7d-be88496e3648][ms-ceintl.vscode-language-pack-es]: Started plugin.
2023-03-14T10:00:49.821Z root INFO [cdef5101-6e95-487a-ba7d-be88496e3648][ms-ceintl.vscode-language-pack-fr]: Started plugin.
2023-03-14T10:00:49.821Z root INFO [cdef5101-6e95-487a-ba7d-be88496e3648][ms-ceintl.vscode-language-pack-hu]: Started plugin.
2023-03-14T10:00:49.822Z root INFO [cdef5101-6e95-487a-ba7d-be88496e3648][ms-ceintl.vscode-language-pack-it]: Started plugin.
2023-03-14T10:00:49.822Z root INFO [cdef5101-6e95-487a-ba7d-be88496e3648][ms-ceintl.vscode-language-pack-ja]: Started plugin.
2023-03-14T10:00:49.822Z root INFO [cdef5101-6e95-487a-ba7d-be88496e3648][ms-ceintl.vscode-language-pack-ko]: Started plugin.
2023-03-14T10:00:49.822Z root INFO [cdef5101-6e95-487a-ba7d-be88496e3648][ms-ceintl.vscode-language-pack-nl]: Started plugin.
2023-03-14T10:00:49.823Z root INFO [cdef5101-6e95-487a-ba7d-be88496e3648][ms-ceintl.vscode-language-pack-pl]: Started plugin.
2023-03-14T10:00:49.823Z root INFO [cdef5101-6e95-487a-ba7d-be88496e3648][ms-ceintl.vscode-language-pack-pt-br]: Started plugin.
2023-03-14T10:00:49.823Z root INFO [cdef5101-6e95-487a-ba7d-be88496e3648][ms-ceintl.vscode-language-pack-ru]: Started plugin.
2023-03-14T10:00:49.823Z root INFO [cdef5101-6e95-487a-ba7d-be88496e3648][ms-ceintl.vscode-language-pack-tr]: Started plugin.
2023-03-14T10:00:49.823Z root INFO [cdef5101-6e95-487a-ba7d-be88496e3648][ms-ceintl.vscode-language-pack-uk]: Started plugin.
2023-03-14T10:00:49.823Z root INFO [cdef5101-6e95-487a-ba7d-be88496e3648][ms-ceintl.vscode-language-pack-zh-hans]: Started plugin.
2023-03-14T10:00:49.848Z root INFO [hosted-plugin: 21380] PLUGIN_HOST(21380): PluginManagerExtImpl/loadPlugin(C:\Program Files\Arduino IDE\resources\app\plugins\cortex-debug\extension\dist\extension.js)
2023-03-14T10:00:49.878Z root INFO [hosted-plugin: 21380] Debug configuration provider has been registered: cortex-debug, trigger: 1
2023-03-14T10:00:49.881Z root INFO [hosted-plugin: 21380] GDB server console created
2023-03-14T10:00:49.891Z root INFO [cdef5101-6e95-487a-ba7d-be88496e3648] Start of 21 plugins: 1945.8 ms [Finished 4.954 s after frontend start]
2023-03-14T10:01:10.415Z root ERROR Have not received the build path from the CLI while running the compilation.
2023-03-14T10:01:25.411Z root INFO Starting language server: arduino:avr:uno
2023-03-14T10:01:25.433Z root INFO [hosted-plugin: 21380] PLUGIN_HOST(21380): PluginManagerExtImpl/loadPlugin(C:\Program Files\Arduino IDE\resources\app\plugins\vscode-arduino-tools\extension\dist\bundle)
2023-03-14T10:01:25.865Z daemon INFO INFO[0040] Required tool
                              tool="arduino:arduinoOTA@1.3.0"
INFO[0040] Required tool                                 tool="arduino:avr-gcc@7.3.0-atmel3.6.1-arduino7"
INFO[0040] Required tool                                 tool="arduino:avrdude@6.3.0-arduino17"

2023-03-14T10:01:25.866Z daemon INFO INFO[0040] Adding libraries dir                          dir="C:\\Users\\Yann Tagakou\\AppData\\Local\\Arduino15\\libraries" location=ide
INFO[0040] Adding libraries dir                          dir="C:\\Users\\Yann Tagakou\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\libraries" location=platform
INFO[0040] Adding libraries dir                          dir="C:\\Users\\Yann Tagakou\\Documents\\Arduino\\libraries" location=user

2023-03-14T10:01:26.710Z daemon INFO INFO[0041] Required tool
                              tool="arduino:arduinoOTA@1.3.0"
INFO[0041] Required tool                                 tool="arduino:avr-gcc@7.3.0-atmel3.6.1-arduino7"
INFO[0041] Required tool                                 tool="arduino:avrdude@6.3.0-arduino17"

2023-03-14T10:01:26.899Z daemon INFO INFO[0041] Required tool
                              tool="arduino:arduinoOTA@1.3.0"
INFO[0041] Required tool                                 tool="arduino:avr-gcc@7.3.0-atmel3.6.1-arduino7"
INFO[0041] Required tool                                 tool="arduino:avrdude@6.3.0-arduino17"

2023-03-14T10:01:26.904Z daemon INFO INFO[0041] Adding libraries dir                          dir="C:\\Users\\Yann Tagakou\\AppData\\Local\\Arduino15\\libraries" location=ide
INFO[0041] Adding libraries dir                          dir="C:\\Users\\Yann Tagakou\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\libraries" location=platform
INFO[0041] Adding libraries dir                          dir="C:\\Users\\Yann Tagakou\\Documents\\Arduino\\libraries" location=user

2023-03-14T10:01:28.269Z root INFO Executing 'arduino.languageserver.notifyBuildDidComplete' with {"buildOutputUri":"file:///c%3A/Users/Yann%20Tagakou/AppData/Local/Temp/arduino/sketches/8EF0E5BAE6F507267EDF3D60031DF971"}
2023-03-14T10:01:29.642Z daemon INFO INFO[0044] Required tool
                              tool="arduino:arduinoOTA@1.3.0"
INFO[0044] Required tool                                 tool="arduino:avr-gcc@7.3.0-atmel3.6.1-arduino7"
INFO[0044] Required tool                                 tool="arduino:avrdude@6.3.0-arduino17"

2023-03-14T10:01:31.595Z daemon INFO INFO[0046] Required tool
                              tool="arduino:arduinoOTA@1.3.0"
INFO[0046] Required tool                                 tool="arduino:avr-gcc@7.3.0-atmel3.6.1-arduino7"
INFO[0046] Required tool                                 tool="arduino:avrdude@6.3.0-arduino17"

2023-03-14T10:01:31.596Z daemon INFO INFO[0046] Adding libraries dir                          dir="C:\\Users\\Yann Tagakou\\AppData\\Local\\Arduino15\\libraries" location=ide
INFO[0046] Adding libraries dir                          dir="C:\\Users\\Yann Tagakou\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\libraries" location=platform
INFO[0046] Adding libraries dir                          dir="C:\\Users\\Yann Tagakou\\Documents\\Arduino\\libraries" location=user

2023-03-14T10:01:31.955Z discovery-log INFO error received
2023-03-14T10:01:31.956Z discovery-log ERROR Unexpected error occurred during the boards discovery.
2023-03-14T10:01:31.956Z discovery-log INFO received end
2023-03-14T10:01:31.956Z root ERROR Have not received the build path from the CLI while running the compilation.
2023-03-14T10:01:31.969Z daemon INFO Daemon exited with exit code: 3221226505.
[9300:0314/110243.494:ERROR:gpu_init.cc(453)] Passthrough is not supported, GL is disabled, ANGLE is