Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No boards available #1036

Closed
3 tasks done
ChirpyMisha opened this issue Jun 10, 2022 · 8 comments · Fixed by #1045
Closed
3 tasks done

No boards available #1036

ChirpyMisha opened this issue Jun 10, 2022 · 8 comments · Fixed by #1045
Assignees
Labels
conclusion: resolved Issue was resolved topic: code Related to content of the project itself type: imperfection Perceived defect in any part of project

Comments

@ChirpyMisha
Copy link

ChirpyMisha commented Jun 10, 2022

Describe the problem

After updating to the latest release (Arduino IDE 2.0.0-rc7) there is no board available in the boards manager or when selecting a port. Neither the default Arduino boards nor the boards from the Additional boards manager URLs are available.

This image shows that both lists are empty.
image

To reproduce

  • Open the Arduino IDE
  • Go to the boards manager

Or:

  • Open the Arduino IDE
  • Select the dropdown menu with "X No board selected"
  • Select the correct port from this list

Expected behavior

A list of available boards should appear in the designated fields.

Arduino IDE version

Version: 2.0.0-rc7-nightly-20220610

Operating system

Windows

Operating system version

21H1

Additional context

Restarting the IDE did not solve the issue. Installing the nightly build also didn't solve the issue.

Additional boards manager URLs: http://arduino.esp8266.com/stable/package_esp8266com_index.json,https://dl.espressif.com/dl/package_esp32_index.json
(removing these and restarting the IDE also didn't solve the issue)

Issue checklist

  • I searched for previous reports in the issue tracker
  • I verified the problem still occurs when using the latest nightly build
  • My report contains all necessary details
@ChirpyMisha ChirpyMisha added the type: imperfection Perceived defect in any part of project label Jun 10, 2022
@per1234
Copy link
Contributor

per1234 commented Jun 10, 2022

Hi @ChirpyMisha. Thanks so much for your report.

I'm going to ask you to provide 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".
    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 (or fails to start).
  7. Wait for the Arduino IDE to finish starting, or failing to start.
  8. Switch back to the PowerShell window if the Arduino IDE window took the focus.
  9. Right click on the title bar of the PowerShell window.
    This will open a context menu.
  10. Select Edit > Select All from the context menu.
    This will select all the text in the PowerShell window.
  11. Press Ctrl+C.
    This will copy the contents of the PowerShell window to the clipboard.
  12. Paste (Ctrl+V) the output in a reply to this GitHub issue thread.

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

@per1234 per1234 self-assigned this Jun 10, 2022
@per1234 per1234 added the status: waiting for information More information must be provided before work can proceed label Jun 10, 2022
@ChirpyMisha
Copy link
Author

ChirpyMisha commented Jun 10, 2022

PS C:\Program Files\Arduino IDE> & ".\Arduino IDE"
PS C:\Program Files\Arduino IDE>
Starting backend process. PID: 192464
Using browser-only version of superagent in non-browser environment
Configuring to accept webviews on '^.+\.webview\..+$' hostname.
root INFO Configuration directory URI: 'file:///c%3A/Users/misha/.theia'
root INFO Backend Object.initialize: 5.3 ms [Finished 1.543 s after backend start]
root INFO Backend Object.configure: 4.0 ms [Finished 1.543 s after backend start]
root INFO Backend MessagingContribution.onStart: 1.8 ms [Finished 1.543 s after backend start]
root INFO Backend OSBackendApplicationContribution.configure: 0.5 ms [Finished 1.601 s after backend start]
root INFO Backend DefaultWorkspaceServer.onStart: 0.4 ms [Finished 1.601 s after backend start]
root WARN Backend LocalizationBackendContribution.initialize took longer than the expected maximum 50 milliseconds: 58.1 ms [Finished 1.602 s after backend start]
root INFO Backend LocalizationBackendContribution.configure: 0.6 ms [Finished 1.602 s after backend start]
root INFO Backend TaskBackendApplicationContribution.onStart: 0.4 ms [Finished 1.602 s after backend start]
root INFO Backend PluginDeployerContribution.initialize: 2.6 ms [Finished 1.604 s after backend start]
root INFO Backend ElectronTokenBackendContribution.configure: 2.5 ms [Finished 1.604 s after backend start]
root INFO Backend ConfigServiceImpl.onStart: 2.9 ms [Finished 1.605 s after backend start]
root INFO Backend WebviewBackendSecurityWarnings.initialize: 0.6 ms [Finished 1.607 s after backend start]
root INFO Backend ArduinoDaemonImpl.onStart: 0.5 ms [Finished 1.607 s after backend start]
daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
root INFO Backend NodeFileUploadService.configure: 3.0 ms [Finished 1.609 s after backend start]
root INFO Backend PlotterBackendContribution.initialize: 0.4 ms [Finished 1.610 s after backend start]
root INFO Backend AuthenticationServiceImpl.onStart: 0.4 ms [Finished 1.610 s after backend start]
root INFO Backend FileDownloadEndpoint.configure: 9.6 ms [Finished 1.621 s after backend start]
root INFO Backend PluginApiContribution.configure: 1.3 ms [Finished 1.623 s after backend start]
root INFO Backend HostedPluginReader.configure: 0.5 ms [Finished 1.625 s after backend start]
root INFO Backend HostedPluginReader.configure: 0.2 ms [Finished 1.625 s after backend start]
root INFO Backend PlotterBackendContribution.configure: 0.1 ms [Finished 1.626 s after backend start]
root INFO Theia app listening on http://localhost:61170.
root INFO Finished starting backend application: 9.4 ms [Finished 1.630 s after backend start]
root WARN The local plugin referenced by local-dir:/c%3A/Users/misha/.arduinoIDE/plugins does not exist.
root WARN The local plugin referenced by local-dir:/c%3A/Users/misha/.arduinoIDE/extensions does not exist.
root WARN The local plugin referenced by local-dir:C:\Users\misha\.arduinoProIDE\plugins does not exist.
Restoring workspace roots: c:\Users\misha\OneDrive\Persoonlijk\Programming\Arduino\ESP-01 projects\MCP9808-Wifi-Temp-Sensor
root INFO PluginTheiaDirectoryHandler: accepting plugin with path
root INFO Resolved "cortex-debug" to a VS Code extension "[email protected]" with engines:
root INFO PluginTheiaDirectoryHandler: accepting plugin with path
root INFO Resolved "vscode-arduino-tools" to a VS Code extension "[email protected]" with engines:
root INFO PluginTheiaDirectoryHandler: accepting plugin with path
root INFO Resolved "vscode-builtin-cpp" to a VS Code extension "[email protected]" with engines:
root INFO PluginTheiaDirectoryHandler: accepting plugin with path
root INFO Resolved "vscode-builtin-json" to a VS Code extension "[email protected]" with engines:
root INFO PluginTheiaDirectoryHandler: accepting plugin with path
root INFO Resolved "vscode-builtin-json-language-features" to a VS Code extension "[email protected]" with engines:
root INFO PluginTheiaDirectoryHandler: accepting plugin with path
root INFO Resolved "vscode-language-pack-de" to a VS Code extension "[email protected]" with engines:
root INFO PluginTheiaDirectoryHandler: accepting plugin with path
root INFO Resolved "vscode-language-pack-fr" to a VS Code extension "[email protected]" with engines:
root INFO PluginTheiaDirectoryHandler: accepting plugin with path
root INFO Resolved "vscode-language-pack-ja" to a VS Code extension "[email protected]" with engines:
root INFO PluginTheiaDirectoryHandler: accepting plugin with path
root INFO Resolved "vscode-language-pack-nl" to a VS Code extension "[email protected]" with engines:
root INFO PluginTheiaDirectoryHandler: accepting plugin with path
root INFO Resolved "vscode-language-pack-tr" to a VS Code extension "[email protected]" with engines:
root INFO PluginTheiaDirectoryHandler: accepting plugin with path
root INFO Resolved "vscode-language-pack-zh-hans" to a VS Code extension "[email protected]" with engines:
root ERROR ---- !!!SLOW!!! DURATION: loadCliConfig took 105.873 ms. Args: [] ----
root INFO Resolve plugins list: 108.3 ms [Finished 1.728 s after backend start]
root INFO Deployed backend plugin "[email protected]" from "C:\Program Files\Arduino IDE\resources\app\plugins\cortex-debug\extension\dist\extension": 7.6 ms [Finished 1.736 s after backend start]
daemon INFO {"level":"info","msg":"Using config file: c:\\Users\\misha\\.arduinoIDE\\arduino-cli.yaml","time":"2022-06-10T15:31:05+02:00"}
{"level":"info","msg":"arduino-cli.exe version 0.23.0","time":"2022-06-10T15:31:05+02:00"}
{"level":"info","msg":"Executing `arduino-cli daemon`","time":"2022-06-10T15:31:05+02:00"}
{"IP":"127.0.0.1","Port":"61171"}

daemon INFO Daemon is running.
root INFO Deployed backend plugin "[email protected]" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-arduino-tools\extension\dist\bundle": 81.9 ms [Finished 1.818 s after backend start]
root INFO Deployed backend plugin "[email protected]" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-builtin-cpp\extension": 37.6 ms [Finished 1.856 s after backend start]
daemon INFO {"index":"c:\\Users\\misha\\AppData\\Local\\Arduino15\\package_index.json","level":"info","msg":"Checking signature","signatureFile":"c:\\Users\\misha\\AppData\\Local\\Arduino15\\package_index.json.sig","time":"2022-06-10T15:31:05+02:00","trusted":true}
{"error":"opening signature file: open c:\\Users\\misha\\AppData\\Local\\Arduino15\\package_esp8266com_index.json.sig: The system cannot find the file specified.","index":"c:\\Users\\misha\\AppData\\Local\\Arduino15\\package_esp8266com_index.json","level":"info","msg":"Checking signature","signatureFile":"c:\\Users\\misha\\AppData\\Local\\Arduino15\\package_esp8266com_index.json.sig","time":"2022-06-10T15:31:05+02:00"}

daemon INFO {"error":"opening signature file: open c:\\Users\\misha\\AppData\\Local\\Arduino15\\package_esp32_index.json.sig: The system cannot find the file specified.","index":"c:\\Users\\misha\\AppData\\Local\\Arduino15\\package_esp32_index.json","level":"info","msg":"Checking signature","signatureFile":"c:\\Users\\misha\\AppData\\Local\\Arduino15\\package_esp32_index.json.sig","time":"2022-06-10T15:31:05+02:00"}
{"level":"info","msg":"Loading hardware from: c:\\Users\\misha\\AppData\\Local\\Arduino15\\packages","time":"2022-06-10T15:31:05+02:00"}
{"level":"info","msg":"Loading package arduino from: C:\\Users\\misha\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware","time":"2022-06-10T15:31:05+02:00"}
{"error":"opening signature file: open C:\\Users\\misha\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.5\\installed.json.sig: The system cannot find the file specified.","index":"C:\\Users\\misha\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.5\\installed.json","level":"info","msg":"Checking signature","signatureFile":"C:\\Users\\misha\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.5\\installed.json.sig","time":"2022-06-10T15:31:05+02:00"}
{"level":"info","msg":"Adding monitor tool","protocol":"serial","time":"2022-06-10T15:31:05+02:00","tool":"builtin:serial-monitor"}
{"level":"info","msg":"Loaded platform","platform":{"ID":"arduino:avr","Installed":"1.8.5","Latest":"1.8.5","Name":"Arduino AVR Boards"},"time":"2022-06-10T15:31:05+02:00"}
{"level":"info","msg":"Checking existence of 'tools' path: C:\\Users\\misha\\AppData\\Local\\Arduino15\\packages\\arduino\\tools","time":"2022-06-10T15:31:05+02:00"}
{"level":"info","msg":"Loading tools from dir: C:\\Users\\misha\\AppData\\Local\\Arduino15\\packages\\arduino\\tools","time":"2022-06-10T15:31:05+02:00"}

daemon INFO {"level":"info","msg":"Loaded tool","time":"2022-06-10T15:31:05+02:00","tool":{"version":"1.3.0","systems":[{"os":"i686-linux-gnu","Resource":{"URL":"http://downloads.arduino.cc/tools/arduinoOTA-1.3.0-linux_386.tar.bz2","ArchiveFileName":"arduinoOTA-1.3.0-linux_386.tar.bz2","Checksum":"SHA-256:3e7f59d6fbc7a724598303f0d3289d0c4fd137a8973437980658379a024887b2","Size":2633516,"CachePath":"packages"}},{"os":"x86_64-linux-gnu","Resource":{"URL":"http://downloads.arduino.cc/tools/arduinoOTA-1.3.0-linux_amd64.tar.bz2","ArchiveFileName":"arduinoOTA-1.3.0-linux_amd64.tar.bz2","Checksum":"SHA-256:aa45ee2441ffc3a122daec5802941d1fa2ac47adf5c5c481b5e0daa4dc259ffa","Size":2716248,"CachePath":"packages"}},{"os":"arm-linux-gnueabihf","Resource":{"URL":"http://downloads.arduino.cc/tools/arduinoOTA-1.3.0-linux_arm.tar.bz2","ArchiveFileName":"arduinoOTA-1.3.0-linux_arm.tar.bz2","Checksum":"SHA-256:1888587409b56aef4ba0ab0e6703b3dccba7cc3a022756ba9b908247e5d5a656","Size":2567435,"CachePath":"packages"}},{"os":"aarch64-linux-gnu","Resource":{"URL":"http://downloads.arduino.cc/tools/arduinoOTA-1.3.0-linux_arm64.tar.bz2","ArchiveFileName":"arduinoOTA-1.3.0-linux_arm64.tar.bz2","Checksum":"SHA-256:835ed8f37cffac37e979d1b0f6041559592d3d98be52f0e8611b76c4858e4113","Size":2472427,"CachePath":"packages"}},{"os":"i386-apple-darwin11","Resource":{"URL":"http://downloads.arduino.cc/tools/arduinoOTA-1.3.0-darwin_amd64.tar.bz2","ArchiveFileName":"arduinoOTA-1.3.0-darwin_amd64.tar.bz2","Checksum":"SHA-256:d5d0f82ff829c0e434d12a2ee640a6fbd78f893ab37782edbb8b5bf2359d119e","Size":2766116,"CachePath":"packages"}},{"os":"i686-mingw32","Resource":{"URL":"http://downloads.arduino.cc/tools/arduinoOTA-1.3.0-windows_386.zip","ArchiveFileName":"arduinoOTA-1.3.0-windows_386.zip","Checksum":"SHA-256:051943844eee442460d2c709edefadca184287fffd2b6c100dd53aa742aa05f6","Size":2768948,"CachePath":"packages"}}]}}
{"level":"info","msg":"Loaded tool","time":"2022-06-10T15:31:05+02:00","tool":{"version":"7.3.0-atmel3.6.1-arduino7","systems":[{"os":"arm-linux-gnueabihf","Resource":{"URL":"http://downloads.arduino.cc/tools/avr-gcc-7.3.0-atmel3.6.1-arduino7-arm-linux-gnueabihf.tar.bz2","ArchiveFileName":"avr-gcc-7.3.0-atmel3.6.1-arduino7-arm-linux-gnueabihf.tar.bz2","Checksum":"SHA-256:3903553d035da59e33cff9941b857c3cb379cb0638105dfdf69c97f0acc8e7b5","Size":34683056,"CachePath":"packages"}},{"os":"aarch64-linux-gnu","Resource":{"URL":"http://downloads.arduino.cc/tools/avr-gcc-7.3.0-atmel3.6.1-arduino7-aarch64-pc-linux-gnu.tar.bz2","ArchiveFileName":"avr-gcc-7.3.0-atmel3.6.1-arduino7-aarch64-pc-linux-gnu.tar.bz2","Checksum":"SHA-256:03d322b9df6da17289e9e7c6233c34a8535d9c645c19efc772ba19e56914f339","Size":38045723,"CachePath":"packages"}},{"os":"x86_64-apple-darwin14","Resource":{"URL":"http://downloads.arduino.cc/tools/avr-gcc-7.3.0-atmel3.6.1-arduino7-x86_64-apple-darwin14.tar.bz2","ArchiveFileName":"avr-gcc-7.3.0-atmel3.6.1-arduino7-x86_64-apple-darwin14.tar.bz2","Checksum":"SHA-256:f6ed2346953fcf88df223469088633eb86de997fa27ece117fd1ef170d69c1f8","Size":36684546,"CachePath":"packages"}},{"os":"i686-mingw32","Resource":{"URL":"http://downloads.arduino.cc/tools/avr-gcc-7.3.0-atmel3.6.1-arduino7-i686-w64-mingw32.zip","ArchiveFileName":"avr-gcc-7.3.0-atmel3.6.1-arduino7-i686-w64-mingw32.zip","Checksum":"SHA-256:a54f64755fff4cb792a1495e5defdd789902a2a3503982e81b898299cf39800e","Size":52519412,"CachePath":"packages"}},{"os":"i686-linux-gnu","Resource":{"URL":"http://downloads.arduino.cc/tools/avr-gcc-7.3.0-atmel3.6.1-arduino7-i686-pc-linux-gnu.tar.bz2","ArchiveFileName":"avr-gcc-7.3.0-atmel3.6.1-arduino7-i686-pc-linux-gnu.tar.bz2","Checksum":"SHA-256:954bbffb33545bcdcd473af993da2980bf32e8461ff55a18e0eebc7b2ef69a4c","Size":37176991,"CachePath":"packages"}},{"os":"x86_64-linux-gnu","Resource":{"URL":"http://downloads.arduino.cc/tools/avr-gcc-7.3.0-atmel3.6.1-arduino7-x86_64-pc-linux-gnu.tar.bz2","ArchiveFileName":"avr-gcc-7.3.0-atmel3.6.1-arduino7-x86_64-pc-linux-gnu.tar.bz2","Checksum":"SHA-256:bd8c37f6952a2130ac9ee32c53f6a660feb79bee8353c8e289eb60fdcefed91e","Size":37630618,"CachePath":"packages"}}]}}
{"level":"info","msg":"Loaded tool","time":"2022-06-10T15:31:05+02:00","tool":{"version":"6.3.0-arduino17","systems":[{"os":"arm-linux-gnueabihf","Resource":{"URL":"http://downloads.arduino.cc/tools/avrdude-6.3.0-arduino17-armhf-pc-linux-gnu.tar.bz2","ArchiveFileName":"avrdude-6.3.0-arduino17-armhf-pc-linux-gnu.tar.bz2","Checksum":"SHA-256:2a8e68c5d803aa6f902ef219f177ec3a4c28275d85cbe272962ad2cd374f50d1","Size":219631,"CachePath":"packages"}},{"os":"aarch64-linux-gnu","Resource":{"URL":"http://downloads.arduino.cc/tools/avrdude-6.3.0-arduino17-aarch64-pc-linux-gnu.tar.bz2","ArchiveFileName":"avrdude-6.3.0-arduino17-aarch64-pc-linux-gnu.tar.bz2","Checksum":"SHA-256:6cf948f751acfe7b96684537f2291c766ec8b54b4f7dc95539864821456fa9fc","Size":229852,"CachePath":"packages"}},{"os":"x86_64-apple-darwin12","Resource":{"URL":"http://downloads.arduino.cc/tools/avrdude-6.3.0-arduino17-x86_64-apple-darwin12.tar.bz2","ArchiveFileName":"avrdude-6.3.0-arduino17-x86_64-apple-darwin12.tar.bz2","Checksum":"SHA-256:120cc9edaae699e7e9ac50b1b8eb0e7d51fdfa555bac54233c2511e6ee5418c9","Size":279045,"CachePath":"packages"}},{"os":"x86_64-linux-gnu","Resource":{"URL":"http://downloads.arduino.cc/tools/avrdude-6.3.0-arduino17-x86_64-pc-linux-gnu.tar.bz2","ArchiveFileName":"avrdude-6.3.0-arduino17-x86_64-pc-linux-gnu.tar.bz2","Checksum":"SHA-256:accdfb920af2aabf4f7461d2ac73c0751760f525216dc4e7657427a78c60d13d","Size":254271,"CachePath":"packages"}},{"os":"i686-linux-gnu","Resource":{"URL":"http://downloads.arduino.cc/tools/avrdude-6.3.0-arduino17-i686-pc-linux-gnu.tar.bz2","ArchiveFileName":"avrdude-6.3.0-arduino17-i686-pc-linux-gnu.tar.bz2","Checksum":"SHA-256:5c8cc6c17db9300e1451fe41cd7178b0442b4490ee6fdbc0aed9811aef96c05f","Size":244550,"CachePath":"packages"}},{"os":"i686-mingw32","Resource":{"URL":"http://downloads.arduino.cc/tools/avrdude-6.3.0-arduino17-i686-w64-mingw32.zip","ArchiveFileName":"avrdude-6.3.0-arduino17-i686-w64-mingw32.zip","Checksum":"SHA-256:e99188873c7c5ad8f8f906f068c33600e758b2e36cce3adbd518a21bd266749d","Size":328460,"CachePath":"packages"}}]}}
{"level":"info","msg":"Loading package builtin from: C:\\Users\\misha\\AppData\\Local\\Arduino15\\packages\\builtin","time":"2022-06-10T15:31:05+02:00"}
{"level":"info","msg":"Checking existence of 'tools' path: C:\\Users\\misha\\AppData\\Local\\Arduino15\\packages\\builtin\\tools","time":"2022-06-10T15:31:05+02:00"}
{"level":"info","msg":"Loading tools from dir: C:\\Users\\misha\\AppData\\Local\\Arduino15\\packages\\builtin\\tools","time":"2022-06-10T15:31:05+02:00"}
{"level":"info","msg":"Loaded tool","time":"2022-06-10T15:31:05+02:00","tool":{"version":"5.8-arduino11","systems":[{"os":"i686-pc-linux-gnu","Resource":{"URL":"https://downloads.arduino.cc/tools/ctags-5.8-arduino11-pm-i686-pc-linux-gnu.tar.bz2","ArchiveFileName":"ctags-5.8-arduino11-pm-i686-pc-linux-gnu.tar.bz2","Checksum":"SHA-256:3e219116f54d9035f6c49c600d0bb358710dcce139798ad237de0eef7998d0e2","Size":106930,"CachePath":"packages"}},{"os":"x86_64-pc-linux-gnu","Resource":{"URL":"https://downloads.arduino.cc/tools/ctags-5.8-arduino11-pm-x86_64-pc-linux-gnu.tar.bz2","ArchiveFileName":"ctags-5.8-arduino11-pm-x86_64-pc-linux-gnu.tar.bz2","Checksum":"SHA-256:62b514f3aaf37b5429ef703853bb46365fb91b4754c1916d085bf134004886e3","Size":111604,"CachePath":"packages"}},{"os":"i686-mingw32","Resource":{"URL":"https://downloads.arduino.cc/tools/ctags-5.8-arduino11-pm-i686-mingw32.zip","ArchiveFileName":"ctags-5.8-arduino11-pm-i686-mingw32.zip","Checksum":"SHA-256:106c9f074a3e2ec55bd8a461c1522bb4c90488275f061c3d51942862c99b8ba7","Size":116455,"CachePath":"packages"}},{"os":"x86_64-apple-darwin","Resource":{"URL":"https://downloads.arduino.cc/tools/ctags-5.8-arduino11-pm-x86_64-apple-darwin.zip","ArchiveFileName":"ctags-5.8-arduino11-pm-x86_64-apple-darwin.zip","Checksum":"SHA-256:bf74807260ddf0e1fc94d67e9cd8a41b7c0a2f0bee03e254e6975139b37ef250","Size":118296,"CachePath":"packages"}},{"os":"arm-linux-gnueabihf","Resource":{"URL":"https://downloads.arduino.cc/tools/ctags-5.8-arduino11-pm-armv6-linux-gnueabihf.tar.bz2","ArchiveFileName":"ctags-5.8-arduino11-pm-armv6-linux-gnueabihf.tar.bz2","Checksum":"SHA-256:098e8dc6a7dc0ddf09ef28e6e2e81d2ae181d12f41fb182dd78ff1387d4eb285","Size":95271,"CachePath":"packages"}},{"os":"aarch64-linux-gnu","Resource":{"URL":"https://downloads.arduino.cc/tools/ctags-5.8-arduino11-pm-aarch64-linux-gnu.tar.bz2","ArchiveFileName":"ctags-5.8-arduino11-pm-aarch64-linux-gnu.tar.bz2","Checksum":"SHA-256:89b6f8adb7b7124ebe2eb30970ea77c754cd2239e0d8a6b0102ae2a36416c6ef","Size":100819,"CachePath":"packages"}}]}}
{"level":"info","msg":"Loaded tool","time":"2022-06-10T15:31:05+02:00","tool":{"version":"1.0.5","systems":[{"os":"i686-pc-linux-gnu","Resource":{"URL":"https://downloads.arduino.cc/discovery/mdns-discovery/mdns-discovery_v1.0.5_Linux_32bit.tar.gz","ArchiveFileName":"mdns-discovery_v1.0.5_Linux_32bit.tar.gz","Checksum":"SHA-256:98cf9f9314ce8512baa4778d617bad5682f4dae74d00ee50c023863969a2a21a","Size":2392091,"CachePath":"packages"}},{"os":"x86_64-pc-linux-gnu","Resource":{"URL":"https://downloads.arduino.cc/discovery/mdns-discovery/mdns-discovery_v1.0.5_Linux_64bit.tar.gz","ArchiveFileName":"mdns-discovery_v1.0.5_Linux_64bit.tar.gz","Checksum":"SHA-256:99ceb2ec11c40761e9cf996f8b1b5a65ae8d5db0ba6978a0518f36bb2d8628cd","Size":2466817,"CachePath":"packages"}},{"os":"i686-mingw32","Resource":{"URL":"https://downloads.arduino.cc/discovery/mdns-discovery/mdns-discovery_v1.0.5_Windows_32bit.zip","ArchiveFileName":"mdns-discovery_v1.0.5_Windows_32bit.zip","Checksum":"SHA-256:149d33749e617f5f58344416f045f0e0f5ae8124eba5771e17d33768d4ce3221","Size":2584774,"CachePath":"packages"}},{"os":"x86_64-mingw32","Resource":{"URL":"https://downloads.arduino.cc/discovery/mdns-discovery/mdns-discovery_v1.0.5_Windows_64bit.zip","ArchiveFileName":"mdns-discovery_v1.0.5_Windows_64bit.zip","Checksum":"SHA-256:aec72b399693b2e109df865e272a4bc834b0930162a52cdb18ded294b5cb7e12","Size":2631982,"CachePath":"packages"}},{"os":"x86_64-apple-darwin","Resource":{"URL":"https://downloads.arduino.cc/discovery/mdns-discovery/mdns-discovery_v1.0.5_macOS_64bit.tar.gz","ArchiveFileName":"mdns-discovery_v1.0.5_macOS_64bit.tar.gz","Checksum":"SHA-256:7da2a90ddd2a047b9ef05076b60e415f924d74901bc89c99e956568f34928a14","Size":2416088,"CachePath":"packages"}},{"os":"arm-linux-gnueabihf","Resource":{"URL":"https://downloads.arduino.cc/discovery/mdns-discovery/mdns-discovery_v1.0.5_Linux_ARMv6.tar.gz","ArchiveFileName":"mdns-discovery_v1.0.5_Linux_ARMv6.tar.gz","Checksum":"SHA-256:055ca34355ed84923f052178497313dfc2c4e1973a4f0ba8289793e06fd194cd","Size":2296508,"CachePath":"packages"}},{"os":"arm64-linux-gnueabihf","Resource":{"URL":"https://downloads.arduino.cc/discovery/mdns-discovery/mdns-discovery_v1.0.5_Linux_ARM64.tar.gz","ArchiveFileName":"mdns-discovery_v1.0.5_Linux_ARM64.tar.gz","Checksum":"SHA-256:1a77a4284194ae13abcc9d945cf1afb55d5e9a9381e3e8c071fdb4aec202b477","Size":2297337,"CachePath":"packages"}}]}}
{"level":"info","msg":"Loaded tool","time":"2022-06-10T15:31:05+02:00","tool":{"version":"1.3.2","systems":[{"os":"i686-pc-linux-gnu","Resource":{"URL":"https://downloads.arduino.cc/discovery/serial-discovery/serial-discovery_v1.3.2_Linux_32bit.tar.gz","ArchiveFileName":"serial-discovery_v1.3.2_Linux_32bit.tar.gz","Checksum":"SHA-256:86890adaedf38bcb62ceba904f94fb383ee7e9524d8d767bf3bb8032f0f4ca3f","Size":1588777,"CachePath":"packages"}},{"os":"x86_64-pc-linux-gnu","Resource":{"URL":"https://downloads.arduino.cc/discovery/serial-discovery/serial-discovery_v1.3.2_Linux_64bit.tar.gz","ArchiveFileName":"serial-discovery_v1.3.2_Linux_64bit.tar.gz","Checksum":"SHA-256:a18efd5eb4c085131ea2df63c10cb0df0e1b6d0de38761a71e94cb0fa40a08c3","Size":1630523,"CachePath":"packages"}},{"os":"i686-mingw32","Resource":{"URL":"https://downloads.arduino.cc/discovery/serial-discovery/serial-discovery_v1.3.2_Windows_32bit.zip","ArchiveFileName":"serial-discovery_v1.3.2_Windows_32bit.zip","Checksum":"SHA-256:03045731c39009d99e1527f4127cc2595e434d923eccef025f5d5fdd82b2803d","Size":1814067,"CachePath":"packages"}},{"os":"x86_64-mingw32","Resource":{"URL":"https://downloads.arduino.cc/discovery/serial-discovery/serial-discovery_v1.3.2_Windows_64bit.zip","ArchiveFileName":"serial-discovery_v1.3.2_Windows_64bit.zip","Checksum":"SHA-256:94ef68fb35d9ffed75f1c46607932d614d3d5b4722faf69487c6d433f7374868","Size":1843894,"CachePath":"packages"}},{"os":"x86_64-apple-darwin","Resource":{"URL":"https://downloads.arduino.cc/discovery/serial-discovery/serial-discovery_v1.3.2_macOS_64bit.tar.gz","ArchiveFileName":"serial-discovery_v1.3.2_macOS_64bit.tar.gz","Checksum":"SHA-256:369e84d34cdee39277e840e7bdaf8393f3c10eefbd9934c9535cf57c4aaa3b20","Size":1699050,"CachePath":"packages"}},{"os":"arm-linux-gnueabihf","Resource":{"URL":"https://downloads.arduino.cc/discovery/serial-discovery/serial-discovery_v1.3.2_Linux_ARMv6.tar.gz","ArchiveFileName":"serial-discovery_v1.3.2_Linux_ARMv6.tar.gz","Checksum":"SHA-256:89ccc9bd3d22cfc1eec242fe00a34da2cba29c0008eb34d36509aea2c5a2819f","Size":1531250,"CachePath":"packages"}},{"os":"arm64-linux-gnueabihf","Resource":{"URL":"https://downloads.arduino.cc/discovery/serial-discovery/serial-discovery_v1.3.2_Linux_ARM64.tar.gz","ArchiveFileName":"serial-discovery_v1.3.2_Linux_ARM64.tar.gz","Checksum":"SHA-256:3209edd3dd783d6d9b8c7957a83fb0315648b9c45b916c6a8297d2e247816206","Size":1531863,"CachePath":"packages"}}]}}
{"level":"info","msg":"Loaded tool","time":"2022-06-10T15:31:05+02:00","tool":{"version":"0.9.1","systems":[{"os":"i686-pc-linux-gnu","Resource":{"URL":"https://downloads.arduino.cc/monitor/serial-monitor/serial-monitor_v0.9.1_Linux_32bit.tar.gz","ArchiveFileName":"serial-monitor_v0.9.1_Linux_32bit.tar.bz2","Checksum":"SHA-256:3939282c9c74dd259a0ebd66d959133efafc8b50fd800860d8c1f634615b665c","Size":1899387,"CachePath":"packages"}},{"os":"x86_64-pc-linux-gnu","Resource":{"URL":"https://downloads.arduino.cc/monitor/serial-monitor/serial-monitor_v0.9.1_Linux_64bit.tar.gz","ArchiveFileName":"serial-monitor_v0.9.1_Linux_64bit.tar.bz2","Checksum":"SHA-256:f121374fc33a66350381591816b2f2a0b0a108d70cf0ca01c59cc05186e6a5ce","Size":1954589,"CachePath":"packages"}},{"os":"i686-mingw32","Resource":{"URL":"https://downloads.arduino.cc/monitor/serial-monitor/serial-monitor_v0.9.1_Windows_32bit.zip","ArchiveFileName":"serial-monitor_v0.9.1_Windows_32bit.zip","Checksum":"SHA-256:15157e93618365cd959df57a9a25ccaa5a79d46a34f589e8711f571fe2e318e7","Size":1956735,"CachePath":"packages"}},{"os":"x86_64-mingw32","Resource":{"URL":"https://downloads.arduino.cc/monitor/serial-monitor/serial-monitor_v0.9.1_Windows_64bit.zip","ArchiveFileName":"serial-monitor_v0.9.1_Windows_64bit.zip","Checksum":"SHA-256:e45561908526e855a7b9284ee438d2503cb21f9a5421fd840c1f10cd46b10b25","Size":1990791,"CachePath":"packages"}},{"os":"x86_64-apple-darwin","Resource":{"URL":"https://downloads.arduino.cc/monitor/serial-monitor/serial-monitor_v0.9.1_macOS_64bit.tar.gz","ArchiveFileName":"serial-monitor_v0.9.1_macOS_64bit.tar.bz2","Checksum":"SHA-256:ebb4750e079ec893d89e9e256cd80b0e810a6cc17cd66189978f46246f52e14a","Size":1871195,"CachePath":"packages"}},{"os":"arm-linux-gnueabihf","Resource":{"URL":"https://downloads.arduino.cc/monitor/serial-monitor/serial-monitor_v0.9.1_Linux_ARMv6.tar.gz","ArchiveFileName":"serial-monitor_v0.9.1_Linux_ARMv6.tar.bz2","Checksum":"SHA-256:bd2cf410f7fbcb43dbe6ea9bdf265585de96bf7247cb425d050537ee59d16355","Size":1829212,"CachePath":"packages"}},{"os":"arm64-linux-gnueabihf","Resource":{"URL":"https://downloads.arduino.cc/monitor/serial-monitor/serial-monitor_v0.9.1_Linux_ARM64.tar.gz","ArchiveFileName":"serial-monitor_v0.9.1_Linux_ARM64.tar.bz2","Checksum":"SHA-256:be774d68c72fe7d79f9f6ec53f23e63e71793a15a60ed1210d51ec78c6fc0dc1","Size":1837454,"CachePath":"packages"}}]}}
{"level":"info","msg":"Loading package esp32 from: C:\\Users\\misha\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware","time":"2022-06-10T15:31:05+02:00"}
{"error":"opening signature file: open C:\\Users\\misha\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware\\esp32\\1.0.6\\installed.json.sig: The system cannot find the file specified.","index":"C:\\Users\\misha\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware\\esp32\\1.0.6\\installed.json","level":"info","msg":"Checking signature","signatureFile":"C:\\Users\\misha\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware\\esp32\\1.0.6\\installed.json.sig","time":"2022-06-10T15:31:05+02:00"}
{"level":"info","msg":"Adding monitor tool","protocol":"serial","time":"2022-06-10T15:31:05+02:00","tool":"builtin:serial-monitor"}
{"level":"info","msg":"Loaded platform","platform":{"ID":"esp32:esp32","Installed":"1.0.6","Latest":"1.0.6","Name":"esp32"},"time":"2022-06-10T15:31:05+02:00"}
{"level":"info","msg":"Checking existence of 'tools' path: C:\\Users\\misha\\AppData\\Local\\Arduino15\\packages\\esp32\\tools","time":"2022-06-10T15:31:05+02:00"}
{"level":"info","msg":"Loading tools from dir: C:\\Users\\misha\\AppData\\Local\\Arduino15\\packages\\esp32\\tools","time":"2022-06-10T15:31:05+02:00"}
{"level":"info","msg":"Loaded tool","time":"2022-06-10T15:31:05+02:00","tool":{"version":"3.0.0","systems":[{"os":"i686-mingw32","Resource":{"URL":"https://github.com/espressif/arduino-esp32/releases/download/1.0.5-rc5/esptool-3.0.0.2-windows.zip","ArchiveFileName":"esptool-3.0.0.2-windows.zip","Checksum":"SHA-256:b192bfc1545a3c92658ce586b4edcc2aca3f0ad4b3fa8417d658bc8a48f1387e","Size":3434736,"CachePath":"packages"}},{"os":"x86_64-apple-darwin","Resource":{"URL":"https://github.com/espressif/arduino-esp32/releases/download/1.0.5-rc5/esptool-3.0.0.2-macos.tar.gz","ArchiveFileName":"esptool-3.0.0.2-macos.tar.gz","Checksum":"SHA-256:2cafab7f1ebce89475b84c115548eaace40b6366d7b3f9862cdb2fc64f806643","Size":3859642,"CachePath":"packages"}},{"os":"x86_64-pc-linux-gnu","Resource":{"URL":"https://github.com/espressif/arduino-esp32/releases/download/1.0.5-rc5/esptool-3.0.0.2-linux.tar.gz","ArchiveFileName":"esptool-3.0.0.2-linux.tar.gz","Checksum":"SHA-256:d5cb51da1c74ff69f81b820470d2ecccb5c7c3a2dec7776483d4c89588b00020","Size":57526,"CachePath":"packages"}},{"os":"i686-pc-linux-gnu","Resource":{"URL":"https://github.com/espressif/arduino-esp32/releases/download/1.0.5-rc5/esptool-3.0.0.2-linux.tar.gz","ArchiveFileName":"esptool-3.0.0.2-linux.tar.gz","Checksum":"SHA-256:d5cb51da1c74ff69f81b820470d2ecccb5c7c3a2dec7776483d4c89588b00020","Size":57526,"CachePath":"packages"}},{"os":"arm-linux-gnueabihf","Resource":{"URL":"https://github.com/espressif/arduino-esp32/releases/download/1.0.5-rc5/esptool-3.0.0.2-linux.tar.gz","ArchiveFileName":"esptool-3.0.0.2-linux.tar.gz","Checksum":"SHA-256:d5cb51da1c74ff69f81b820470d2ecccb5c7c3a2dec7776483d4c89588b00020","Size":57526,"CachePath":"packages"}},{"os":"aarch64-linux-gnu","Resource":{"URL":"https://github.com/espressif/arduino-esp32/releases/download/1.0.5-rc5/esptool-3.0.0.2-linux.tar.gz","ArchiveFileName":"esptool-3.0.0.2-linux.tar.gz","Checksum":"SHA-256:d5cb51da1c74ff69f81b820470d2ecccb5c7c3a2dec7776483d4c89588b00020","Size":57526,"CachePath":"packages"}}]}}
{"level":"info","msg":"Loaded tool","time":"2022-06-10T15:31:05+02:00","tool":{"version":"0.2.3","systems":[{"os":"i686-mingw32","Resource":{"URL":"https://github.com/igrr/mkspiffs/releases/download/0.2.3/mkspiffs-0.2.3-arduino-esp32-win32.zip","ArchiveFileName":"mkspiffs-0.2.3-arduino-esp32-win32.zip","Checksum":"SHA-256:b647f2c2efe6949819c85ea9404271b55c7c9c25bcb98d3b98a1d0ba771adf56","Size":249809,"CachePath":"packages"}},{"os":"x86_64-apple-darwin","Resource":{"URL":"https://github.com/igrr/mkspiffs/releases/download/0.2.3/mkspiffs-0.2.3-arduino-esp32-osx.tar.gz","ArchiveFileName":"mkspiffs-0.2.3-arduino-esp32-osx.tar.gz","Checksum":"SHA-256:9f43fc74a858cf564966b5035322c3e5e61c31a647c5a1d71b388ed6efc48423","Size":130270,"CachePath":"packages"}},{"os":"i386-apple-darwin","Resource":{"URL":"https://github.com/igrr/mkspiffs/releases/download/0.2.3/mkspiffs-0.2.3-arduino-esp32-osx.tar.gz","ArchiveFileName":"mkspiffs-0.2.3-arduino-esp32-osx.tar.gz","Checksum":"SHA-256:9f43fc74a858cf564966b5035322c3e5e61c31a647c5a1d71b388ed6efc48423","Size":130270,"CachePath":"packages"}},{"os":"x86_64-pc-linux-gnu","Resource":{"URL":"https://github.com/igrr/mkspiffs/releases/download/0.2.3/mkspiffs-0.2.3-arduino-esp32-linux64.tar.gz","ArchiveFileName":"mkspiffs-0.2.3-arduino-esp32-linux64.tar.gz","Checksum":"SHA-256:5e1a4ff41385e842f389f6b5254102a547e566a06b49babeffa93ef37115cb5d","Size":50646,"CachePath":"packages"}},{"os":"i686-pc-linux-gnu","Resource":{"URL":"https://github.com/igrr/mkspiffs/releases/download/0.2.3/mkspiffs-0.2.3-arduino-esp32-linux32.tar.gz","ArchiveFileName":"mkspiffs-0.2.3-arduino-esp32-linux32.tar.gz","Checksum":"SHA-256:464463a93e8833209cdc29ba65e1a12fec31718dc10075c195a2445b2c3f6cb0","Size":48751,"CachePath":"packages"}},{"os":"arm-linux-gnueabihf","Resource":{"URL":"https://github.com/igrr/mkspiffs/releases/download/0.2.3/mkspiffs-0.2.3-arduino-esp32-linux-armhf.tar.gz","ArchiveFileName":"mkspiffs-0.2.3-arduino-esp32-linux-armhf.tar.gz","Checksum":"SHA-256:ade3dc00117912ac08a1bdbfbfe76b12d21a34bc5fa1de0cfc45fe7a8d0a0185","Size":40665,"CachePath":"packages"}},{"os":"aarch64-linux-gnu","Resource":{"URL":"https://github.com/igrr/mkspiffs/releases/download/0.2.3/mkspiffs-0.2.3-arduino-esp32-linux-armhf.tar.gz","ArchiveFileName":"mkspiffs-0.2.3-arduino-esp32-linux-armhf.tar.gz","Checksum":"SHA-256:ade3dc00117912ac08a1bdbfbfe76b12d21a34bc5fa1de0cfc45fe7a8d0a0185","Size":40665,"CachePath":"packages"}}]}}
{"level":"info","msg":"Loaded tool","time":"2022-06-10T15:31:05+02:00","tool":{"version":"1.22.0-97-gc752ad5-5.2.0","systems":[{"os":"i686-mingw32","Resource":{"URL":"https://github.com/espressif/arduino-esp32/releases/download/1.0.5-rc5/xtensa-esp32-elf-win32-1.22.0-97-gc752ad5-5.2.0.zip","ArchiveFileName":"xtensa-esp32-elf-win32-1.22.0-97-gc752ad5-5.2.0.zip","Checksum":"SHA-256:80571e5d5a63494f4fa758bb9d8fb882ba4059853a8c412a84d232dc1c1400e6","Size":125747216,"CachePath":"packages"}},{"os":"x86_64-apple-darwin","Resource":{"URL":"https://github.com/espressif/arduino-esp32/releases/download/1.0.5-rc5/xtensa-esp32-elf-macos-1.22.0-97-gc752ad5-5.2.0.tar.gz","ArchiveFileName":"xtensa-esp32-elf-macos-1.22.0-97-gc752ad5-5.2.0.tar.gz","Checksum":"SHA-256:b1ce39a563ae359cf363fb7d8ee80cb1e5226fda83188203cff60f16f55e33ef","Size":50525386,"CachePath":"packages"}},{"os":"x86_64-pc-linux-gnu","Resource":{"URL":"https://github.com/espressif/arduino-esp32/releases/download/1.0.5-rc5/xtensa-esp32-elf-linux64-1.22.0-97-gc752ad5-5.2.0.tar.gz","ArchiveFileName":"xtensa-esp32-elf-linux64-1.22.0-97-gc752ad5-5.2.0.tar.gz","Checksum":"SHA-256:96f5f6e7611a0ed1dc47048c54c3113fc5cebffbf0ba90d8bfcd497afc7ef9f3","Size":44225380,"CachePath":"packages"}},{"os":"i686-pc-linux-gnu","Resource":{"URL":"https://github.com/espressif/arduino-esp32/releases/download/1.0.5-rc5/xtensa-esp32-elf-linux32-1.22.0-97-gc752ad5-5.2.0.tar.gz","ArchiveFileName":"xtensa-esp32-elf-linux32-1.22.0-97-gc752ad5-5.2.0.tar.gz","Checksum":"SHA-256:8094a2c30b474e99ce64dd0ba8f310c4614eb3b3cac884a3aea0fd5f565af119","Size":45575521,"CachePath":"packages"}},{"os":"arm-linux-gnueabihf","Resource":{"URL":"https://github.com/espressif/arduino-esp32/releases/download/1.0.5-rc5/xtensa-esp32-elf-linux-armel-1.22.0-97-gc752ad5-5.2.0.tar.gz","ArchiveFileName":"xtensa-esp32-elf-linux-armel-1.22.0-97-gc752ad5-5.2.0.tar.gz","Checksum":"SHA-256:d70d550f88448fa476b29fa50ef5502ab497a16ac7fa9ca24c6d0a39bb1e681e","Size":50657803,"CachePath":"packages"}},{"os":"aarch64-linux-gnu","Resource":{"URL":"https://github.com/espressif/arduino-esp32/releases/download/1.0.5-rc5/xtensa-esp32-elf-linux-armel-1.22.0-97-gc752ad5-5.2.0.tar.gz","ArchiveFileName":"xtensa-esp32-elf-linux-armel-1.22.0-97-gc752ad5-5.2.0.tar.gz","Checksum":"SHA-256:d70d550f88448fa476b29fa50ef5502ab497a16ac7fa9ca24c6d0a39bb1e681e","Size":50657803,"CachePath":"packages"}}]}}

root ERROR Error loading hardware platform: loading platform release esp8266:[email protected]: loading boards: skipping loading of boards esp8266:esp8266:espduino: malformed custom board options
root ERROR Uncaught Exception:
daemon INFO {"level":"info","msg":"Loading package esp8266 from: C:\\Users\\misha\\AppData\\Local\\Arduino15\\packages\\esp8266\\hardware","time":"2022-06-10T15:31:05+02:00"}
{"level":"info","msg":"Checking existence of 'tools' path: C:\\Users\\misha\\AppData\\Local\\Arduino15\\packages\\esp8266\\tools","time":"2022-06-10T15:31:05+02:00"}
{"level":"info","msg":"Loading tools from dir: C:\\Users\\misha\\AppData\\Local\\Arduino15\\packages\\esp8266\\tools","time":"2022-06-10T15:31:05+02:00"}
{"level":"info","msg":"Loaded tool","time":"2022-06-10T15:31:05+02:00","tool":{"version":"2.5.0-3-20ed2b9","systems":[{"os":"aarch64-linux-gnu","Resource":{"URL":"https://github.com/earlephilhower/esp-quick-toolchain/releases/download/2.5.0-3/aarch64-linux-gnu.mkspiffs-7fefeac.tar.gz","ArchiveFileName":"aarch64-linux-gnu.mkspiffs-7fefeac.tar.gz","Checksum":"SHA-256:5f1e6a1f0eff4522bed90c539f88efe48ecc9c9ee72b0e3cad35f8b09c334168","Size":51017,"CachePath":"packages"}},{"os":"arm-linux-gnueabihf","Resource":{"URL":"https://github.com/earlephilhower/esp-quick-toolchain/releases/download/2.5.0-3/arm-linux-gnueabihf.mkspiffs-7fefeac.tar.gz","ArchiveFileName":"arm-linux-gnueabihf.mkspiffs-7fefeac.tar.gz","Checksum":"SHA-256:edc5ea2080f90f33aed84e5a9b6986bf905431e09155cdca96b648eae9656d94","Size":44050,"CachePath":"packages"}},{"os":"i686-mingw32","Resource":{"URL":"https://github.com/earlephilhower/esp-quick-toolchain/releases/download/2.5.0-3/i686-w64-mingw32.mkspiffs-7fefeac.zip","ArchiveFileName":"i686-w64-mingw32.mkspiffs-7fefeac.zip","Checksum":"SHA-256:ec661fb02c2635ac722eaaedf0a0c35474c43c72008f0ceefffb19af2f739d15","Size":337874,"CachePath":"packages"}},{"os":"i686-pc-linux-gnu","Resource":{"URL":"https://github.com/earlephilhower/esp-quick-toolchain/releases/download/2.5.0-3/i686-linux-gnu.mkspiffs-7fefeac.tar.gz","ArchiveFileName":"i686-linux-gnu.mkspiffs-7fefeac.tar.gz","Checksum":"SHA-256:d080b3b50ee00ac56b7204f8d08b95cd53872a2e09da590775ee631bcb279cad","Size":54276,"CachePath":"packages"}},{"os":"x86_64-apple-darwin","Resource":{"URL":"https://github.com/earlephilhower/esp-quick-toolchain/releases/download/2.5.0-3/x86_64-apple-darwin14.mkspiffs-7fefeac.tar.gz","ArchiveFileName":"x86_64-apple-darwin14.mkspiffs-7fefeac.tar.gz","Checksum":"SHA-256:927cb67d045c598a9159ae16bc5fb63a20b3e23ad95eeb44702c938e6272f92f","Size":368554,"CachePath":"packages"}},{"os":"x86_64-pc-linux-gnu","Resource":{"URL":"https://github.com/earlephilhower/esp-quick-toolchain/releases/download/2.5.0-3/x86_64-linux-gnu.mkspiffs-7fefeac.tar.gz","ArchiveFileName":"x86_64-linux-gnu.mkspiffs-7fefeac.tar.gz","Checksum":"SHA-256:4547bfe668090944d50af8dbf09abb5b51eb4a892b4784818f06a2274a630878","Size":52429,"CachePath":"packages"}},{"os":"x86_64-mingw32","Resource":{"URL":"https://github.com/earlephilhower/esp-quick-toolchain/releases/download/2.5.0-3/x86_64-w64-mingw32.mkspiffs-7fefeac.zip","ArchiveFileName":"x86_64-w64-mingw32.mkspiffs-7fefeac.zip","Checksum":"SHA-256:0dedc3ee977af99ffd160bb304e8bfb68a8545f2d1f2e4a3b534f2ae1a49d2c9","Size":350035,"CachePath":"packages"}}]}}
{"level":"info","msg":"Loaded tool","time":"2022-06-10T15:31:05+02:00","tool":{"version":"3.7.2-post1","systems":[{"os":"x86_64-mingw32","Resource":{"URL":"https://github.com/earlephilhower/esp-quick-toolchain/releases/download/2.5.0-3/python-3.7.2.post1-embed-win32v2.zip","ArchiveFileName":"python-3.7.2.post1-embed-win32v2.zip","Checksum":"SHA-256:26665d2925ee75118bb7d8620e9ee988adc2ca3e660a9f4c06a09a06c94c0c29","Size":6431781,"CachePath":"packages"}},{"os":"i686-mingw32","Resource":{"URL":"https://github.com/earlephilhower/esp-quick-toolchain/releases/download/2.5.0-3/python-3.7.2.post1-embed-win32v2.zip","ArchiveFileName":"python-3.7.2.post1-embed-win32v2.zip","Checksum":"SHA-256:26665d2925ee75118bb7d8620e9ee988adc2ca3e660a9f4c06a09a06c94c0c29","Size":6431781,"CachePath":"packages"}},{"os":"aarch64-linux-gnu","Resource":{"URL":"https://github.com/earlephilhower/esp-quick-toolchain/releases/download/2.5.0-3/python-placeholder.tar.gz","ArchiveFileName":"python-placeholder.tar.gz","Checksum":"SHA-256:3b32fdb0905abf97e923ff968b6a0da8ce85d632b27845d7e2fc759778778785","Size":193,"CachePath":"packages"}},{"os":"arm-linux-gnueabihf","Resource":{"URL":"https://github.com/earlephilhower/esp-quick-toolchain/releases/download/2.5.0-3/python-placeholder.tar.gz","ArchiveFileName":"python-placeholder.tar.gz","Checksum":"SHA-256:3b32fdb0905abf97e923ff968b6a0da8ce85d632b27845d7e2fc759778778785","Size":193,"CachePath":"packages"}},{"os":"i686-pc-linux-gnu","Resource":{"URL":"https://github.com/earlephilhower/esp-quick-toolchain/releases/download/2.5.0-3/python-placeholder.tar.gz","ArchiveFileName":"python-placeholder.tar.gz","Checksum":"SHA-256:3b32fdb0905abf97e923ff968b6a0da8ce85d632b27845d7e2fc759778778785","Size":193,"CachePath":"packages"}},{"os":"x86_64-apple-darwin","Resource":{"URL":"https://github.com/earlephilhower/esp-quick-toolchain/releases/download/2.5.0-3/python-placeholder.tar.gz","ArchiveFileName":"python-placeholder.tar.gz","Checksum":"SHA-256:3b32fdb0905abf97e923ff968b6a0da8ce85d632b27845d7e2fc759778778785","Size":193,"CachePath":"packages"}},{"os":"x86_64-pc-linux-gnu","Resource":{"URL":"https://github.com/earlephilhower/esp-quick-toolchain/releases/download/2.5.0-3/python-placeholder.tar.gz","ArchiveFileName":"python-placeholder.tar.gz","Checksum":"SHA-256:3b32fdb0905abf97e923ff968b6a0da8ce85d632b27845d7e2fc759778778785","Size":193,"CachePath":"packages"}}]}}
{"level":"info","msg":"Loaded tool","time":"2022-06-10T15:31:05+02:00","tool":{"version":"2.5.0-3-20ed2b9","systems":[{"os":"aarch64-linux-gnu","Resource":{"URL":"https://github.com/earlephilhower/esp-quick-toolchain/releases/download/2.5.0-3/aarch64-linux-gnu.xtensa-lx106-elf-20ed2b9c.tar.gz","ArchiveFileName":"aarch64-linux-gnu.xtensa-lx106-elf-20ed2b9c.tar.gz","Checksum":"SHA-256:2192512ff6e33d4126722b2bfea02c1d8293b0a90094f84a9ac494d5fcaa0f45","Size":40974297,"CachePath":"packages"}},{"os":"arm-linux-gnueabihf","Resource":{"URL":"https://github.com/earlephilhower/esp-quick-toolchain/releases/download/2.5.0-3/arm-linux-gnueabihf.xtensa-lx106-elf-20ed2b9c.tar.gz","ArchiveFileName":"arm-linux-gnueabihf.xtensa-lx106-elf-20ed2b9c.tar.gz","Checksum":"SHA-256:861c4ab7f6f04344f7ee656d90288e6904d7efac83ffe4835b66df3eba35b0a0","Size":37013753,"CachePath":"packages"}},{"os":"i686-mingw32","Resource":{"URL":"https://github.com/earlephilhower/esp-quick-toolchain/releases/download/2.5.0-3/i686-w64-mingw32.xtensa-lx106-elf-20ed2b9c.zip","ArchiveFileName":"i686-w64-mingw32.xtensa-lx106-elf-20ed2b9c.zip","Checksum":"SHA-256:38b9ccc3b286546b026fb8a29fb2bd8fdab32c4711816a1a3cb0f11250b5c541","Size":44935132,"CachePath":"packages"}},{"os":"i686-pc-linux-gnu","Resource":{"URL":"https://github.com/earlephilhower/esp-quick-toolchain/releases/download/2.5.0-3/i686-linux-gnu.xtensa-lx106-elf-1f24aeae.tar.gz","ArchiveFileName":"i686-linux-gnu.xtensa-lx106-elf-1f24aeae.tar.gz","Checksum":"SHA-256:96b106fbc814155e92d1805d3227d36096b88d3d54cfcd885804a0e9cf5631d7","Size":42500158,"CachePath":"packages"}},{"os":"x86_64-apple-darwin","Resource":{"URL":"https://github.com/earlephilhower/esp-quick-toolchain/releases/download/2.5.0-3/x86_64-apple-darwin14.xtensa-lx106-elf-20ed2b9c.tar.gz","ArchiveFileName":"x86_64-apple-darwin14.xtensa-lx106-elf-20ed2b9c.tar.gz","Checksum":"SHA-256:fd29ae844915fb2dd800d99ad7967be0e890601c18b80555efbc4eca2dd808c2","Size":44378513,"CachePath":"packages"}},{"os":"x86_64-pc-linux-gnu","Resource":{"URL":"https://github.com/earlephilhower/esp-quick-toolchain/releases/download/2.5.0-3/x86_64-linux-gnu.xtensa-lx106-elf-20ed2b9c.tar.gz","ArchiveFileName":"x86_64-linux-gnu.xtensa-lx106-elf-20ed2b9c.tar.gz","Checksum":"SHA-256:039f87e2d881b6488a0be8c7fda86cacb1d38502a236cc6768a2dbc2a20ca9cd","Size":43778575,"CachePath":"packages"}},{"os":"x86_64-mingw32","Resource":{"URL":"https://github.com/earlephilhower/esp-quick-toolchain/releases/download/2.5.0-3/x86_64-w64-mingw32.xtensa-lx106-elf-20ed2b9c.zip","ArchiveFileName":"x86_64-w64-mingw32.xtensa-lx106-elf-20ed2b9c.zip","Checksum":"SHA-256:cc8c19a458129e49ec195d9438a53c6ce2c1287a04ea1ea22b81dcc65db511a8","Size":48635537,"CachePath":"packages"}}]}}
{"dir":"C:\\Users\\misha\\AppData\\Local\\Arduino15\\packages\\esp8266\\hardware\\esp8266\\2.5.2\\libraries","level":"info","location":"platform","msg":"Adding libraries dir","time":"2022-06-10T15:31:05+02:00"}
{"dir":"C:\\Users\\misha\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware\\esp32\\1.0.6\\libraries","level":"info","location":"platform","msg":"Adding libraries dir","time":"2022-06-10T15:31:05+02:00"}
{"dir":"C:\\Users\\misha\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.5\\libraries","level":"info","location":"platform","msg":"Adding libraries dir","time":"2022-06-10T15:31:05+02:00"}

root INFO Deployed backend plugin "[email protected]" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-builtin-json\extension": 289.8 ms [Finished 2.146 s after backend start]
root INFO Deployed backend plugin "[email protected]" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-builtin-json-language-features\extension\client\dist\jsonMain": 7.5 ms [Finished 2.153 s after backend start]
root INFO Deployed backend plugin "[email protected]" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-de\extension": 173.1 ms [Finished 2.327 s after backend start]
daemon INFO {"dir":"c:\\Users\\misha\\Documents\\Arduino\\libraries","level":"info","location":"user","msg":"Adding libraries dir","time":"2022-06-10T15:31:05+02:00"}

root INFO Deployed backend plugin "[email protected]" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-fr\extension": 136.1 ms [Finished 2.463 s after backend start]
root INFO Deployed backend plugin "[email protected]" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-ja\extension": 190.7 ms [Finished 2.653 s after backend start]
root INFO Deployed backend plugin "[email protected]" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-nl\extension": 78.9 ms [Finished 2.732 s after backend start]
root INFO Deployed backend plugin "[email protected]" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-tr\extension": 105.5 ms [Finished 2.838 s after backend start]
root INFO Deployed backend plugin "[email protected]" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-zh-hans\extension": 134.9 ms [Finished 2.973 s after backend start]
root INFO Deploy plugins list: 108.3 ms [Finished 2.977 s after backend start]
daemon INFO {"level":"info","msg":"starting discovery builtin:serial-discovery process","time":"2022-06-10T15:31:08+02:00"}
{"level":"info","msg":"starting discovery builtin:mdns-discovery process","time":"2022-06-10T15:31:08+02:00"}

root WARN Frontend s.configure took longer than the expected maximum 100 milliseconds: 363.3 ms [Finished 3.036 s after frontend start]
daemon INFO {"level":"info","msg":"started discovery builtin:serial-discovery process","time":"2022-06-10T15:31:08+02:00"}

daemon INFO {"level":"info","msg":"sending command HELLO 1 \"arduino-cli 0.23.0\" to discovery builtin:serial-discovery","time":"2022-06-10T15:31:08+02:00"}

daemon INFO {"level":"info","msg":"started discovery builtin:mdns-discovery process","time":"2022-06-10T15:31:08+02:00"}
{"level":"info","msg":"sending command HELLO 1 \"arduino-cli 0.23.0\" to discovery builtin:mdns-discovery","time":"2022-06-10T15:31:08+02:00"}

daemon INFO {"level":"info","msg":"from discovery builtin:serial-discovery received message type: hello, message: OK, protocol version: 1","time":"2022-06-10T15:31:08+02:00"}

daemon INFO {"level":"info","msg":"from discovery builtin:mdns-discovery received message type: hello, message: OK, protocol version: 1","time":"2022-06-10T15:31:08+02:00"}
{"level":"info","msg":"sending command START_SYNC to discovery builtin:mdns-discovery","time":"2022-06-10T15:31:08+02:00"}
{"level":"info","msg":"sending command START_SYNC to discovery builtin:serial-discovery","time":"2022-06-10T15:31:08+02:00"}
{"level":"info","msg":"from discovery builtin:mdns-discovery received message type: start_sync, message: OK","time":"2022-06-10T15:31:08+02:00"}
{"level":"info","msg":"from discovery builtin:serial-discovery received message type: start_sync, message: OK","time":"2022-06-10T15:31:08+02:00"}

daemon INFO {"level":"info","msg":"from discovery builtin:serial-discovery received message type: add, port: COM4","time":"2022-06-10T15:31:08+02:00"}

daemon INFO {"level":"info","msg":"from discovery builtin:serial-discovery received message type: add, port: COM3","time":"2022-06-10T15:31:08+02:00"}
{"level":"info","msg":"from discovery builtin:serial-discovery received message type: add, port: COM8","time":"2022-06-10T15:31:08+02:00"}

root WARN Frontend C.onStart took longer than the expected maximum 100 milliseconds: 117.2 ms [Finished 3.324 s after frontend start]
root WARN Frontend A.onStart took longer than the expected maximum 100 milliseconds: 207.1 ms [Finished 3.578 s after frontend start]
root WARN Frontend l.onStart took longer than the expected maximum 100 milliseconds: 119.8 ms [Finished 3.703 s after frontend start]
root INFO Board config changed:
root INFO Board config changed:
app-state-change >>> new app state <started_contributions was received from sender <1>. current window ID: 1
app-state-change <<< new app state is <started_contributions> for window <1>
root INFO Start frontend contributions: 1280.4 ms [Finished 3.787 s after frontend start]
root INFO Changed application state from 'init' to 'started_contributions'.
app-state-change >>> new app state <attached_shell was received from sender <1>. current window ID: 1
app-state-change <<< new app state is <attached_shell> for window <1>
root INFO Changed application state from 'started_contributions' to 'attached_shell'.
root INFO >>> Restoring the layout state...
root INFO ------- SERIALIZED LAYOUT DATA -------
root INFO {"version":5,"mainPanel":{"main":{"type":"tab-area","widgets":[{"constructionOptions":{"factoryId":"code-editor-opener","options":{"kind":"navigatable","uri":"file:///c%3A/Users/misha/OneDrive/Persoonlijk/Programming/Arduino/ESP-01%20projects/MCP9808-Wifi-Temp-Sensor/MCP9808-Wifi-Temp-Sensor.ino","counter":0}},"innerWidgetState":"{\"cursorState\":[{\"inSelectionMode\":false,\"selectionStart\":{\"lineNumber\":13,\"column\":43},\"position\":{\"lineNumber\":13,\"column\":43}}],\"viewState\":{\"scrollLeft\":0,\"firstPosition\":{\"lineNumber\":1,\"column\":1},\"firstPositionDeltaTop\":0},\"contributionsState\":{\"editor.contrib.folding\":{\"lineCount\":115,\"provider\":\"indent\",\"foldedImports\":false},\"editor.contrib.wordHighlighter\":false}}"},{"constructionOptions":{"factoryId":"code-editor-opener","options":{"kind":"navigatable","uri":"file:///c%3A/Users/misha/OneDrive/Persoonlijk/Programming/Arduino/ESP-01%20projects/MCP9808-Wifi-Temp-Sensor/TOKEN.cpp","counter":0}},"innerWidgetState":"{\"cursorState\":[{\"inSelectionMode\":false,\"selectionStart\":{\"lineNumber\":1,\"column\":52},\"position\":{\"lineNumber\":1,\"column\":52}}],\"viewState\":{\"scrollLeft\":0,\"firstPosition\":{\"lineNumber\":1,\"column\":1},\"firstPositionDeltaTop\":0},\"contributionsState\":{\"editor.contrib.folding\":{\"lineCount\":1,\"provider\":\"indent\",\"foldedImports\":false},\"editor.contrib.wordHighlighter\":false}}"},{"constructionOptions":{"factoryId":"code-editor-opener","options":{"kind":"navigatable","uri":"file:///c%3A/Users/misha/OneDrive/Persoonlijk/Programming/Arduino/ESP-01%20projects/MCP9808-Wifi-Temp-Sensor/README.md","counter":0}},"innerWidgetState":"{\"cursorState\":[{\"inSelectionMode\":false,\"selectionStart\":{\"lineNumber\":3,\"column\":1},\"position\":{\"lineNumber\":3,\"column\":1}}],\"viewState\":{\"scrollLeft\":0,\"firstPosition\":{\"lineNumber\":1,\"column\":1},\"firstPositionDeltaTop\":0},\"contributionsState\":{\"editor.contrib.folding\":{\"lineCount\":3,\"provider\":\"indent\",\"foldedImports\":false},\"editor.contrib.wordHighlighter\":false}}"}],"currentIndex":0}},"mainPanelPinned":[false,false,false],"bottomPanel":{"config":{"main":null},"pinned":[],"expanded":false},"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\":[{\"partId\":\"debug:threads:-1\",\"collapsed\":false,\"hidden\":false,\"relativeSize\":0.199442119944212,\"originalContainerId\":\"debug:view-container:-1\",\"originalContainerTitle\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true}},{\"partId\":\"debug:frames:-1\",\"collapsed\":false,\"hidden\":false,\"relativeSize\":0.200836820083682,\"originalContainerId\":\"debug:view-container:-1\",\"originalContainerTitle\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true}},{\"partId\":\"debug:variables:-1\",\"collapsed\":false,\"hidden\":false,\"relativeSize\":0.199442119944212,\"originalContainerId\":\"debug:view-container:-1\",\"originalContainerTitle\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true}},{\"partId\":\"debug:watch:-1\",\"collapsed\":false,\"hidden\":false,\"relativeSize\":0.200836820083682,\"originalContainerId\":\"debug:view-container:-1\",\"originalContainerTitle\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true}},{\"partId\":\"debug:breakpoints:-1\",\"collapsed\":false,\"hidden\":false,\"relativeSize\":0.199442119944212,\"originalContainerId\":\"debug:view-container:-1\",\"originalContainerTitle\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true}},{\"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}}\"}}],\"title\":{\"label\":\"Search\",\"iconClass\":\"fa fa-arduino-search\",\"closeable\":true}}"},"rank":5,"expanded":false,"pinned":false}],"size":367},"rightPanel":{"type":"sidepanel","items":[]}}
Checking for update
root INFO ------- END SERIALIZED LAYOUT DATA -------
root INFO [d8142ade-925f-45da-a2c5-5768219291d9] Waiting for backend deployment: 266.3 ms [Finished 3.973 s after frontend start]
root INFO Attached boards and available ports changed:
root INFO  - New port is available on COM8 Serial Port (USB)
root INFO ------------------------------------------
root ERROR ---- !!!SLOW!!! DURATION: getSketchesNew took 374.723 ms. Args: [{"uri":"file:///c%3A/Users/misha/Documents/Arduino"}] ----
root INFO [hosted-plugin: 173996] PLUGIN_HOST(173996) starting instance
root INFO [d8142ade-925f-45da-a2c5-5768219291d9] Sync of 11 plugins: 601.8 ms [Finished 4.575 s after frontend start]
Found version 2.0.0-rc7 (url: arduino-ide_2.0.0-rc7_Windows_64bit.exe)
root INFO isTemp?
root INFO isTemp?
root INFO isTemp?
app-state-change >>> new app state <initialized_layout was received from sender <1>. current window ID: 1
root INFO <<< The layout has been successfully restored.
app-state-change <<< new app state is <initialized_layout> for window <1>
root INFO Initialize the workbench layout: 1333.7 ms [Finished 5.193 s after frontend start]
root INFO Changed application state from 'attached_shell' to 'initialized_layout'.
root INFO [d8142ade-925f-45da-a2c5-5768219291d9][marus25.cortex-debug]: Loaded contributions.
root INFO [d8142ade-925f-45da-a2c5-5768219291d9][arduino.vscode-arduino-tools]: Loaded contributions.
root INFO isTemp?
root INFO [d8142ade-925f-45da-a2c5-5768219291d9][vscode.cpp]: Loaded contributions.
root INFO [d8142ade-925f-45da-a2c5-5768219291d9][vscode.json]: Loaded contributions.
root INFO [d8142ade-925f-45da-a2c5-5768219291d9][vscode.json-language-features]: Loaded contributions.
root INFO [d8142ade-925f-45da-a2c5-5768219291d9][ms-ceintl.vscode-language-pack-de]: Loaded contributions.
root INFO [d8142ade-925f-45da-a2c5-5768219291d9][ms-ceintl.vscode-language-pack-fr]: Loaded contributions.
root INFO [d8142ade-925f-45da-a2c5-5768219291d9][ms-ceintl.vscode-language-pack-ja]: Loaded contributions.
root INFO [d8142ade-925f-45da-a2c5-5768219291d9][ms-ceintl.vscode-language-pack-nl]: Loaded contributions.
root INFO [d8142ade-925f-45da-a2c5-5768219291d9][ms-ceintl.vscode-language-pack-tr]: Loaded contributions.
root INFO [d8142ade-925f-45da-a2c5-5768219291d9][ms-ceintl.vscode-language-pack-zh-hans]: Loaded contributions.
root INFO [d8142ade-925f-45da-a2c5-5768219291d9] Load contributions of 11 plugins: 174.1 ms [Finished 5.369 s after frontend start]
root WARN Frontend u.onDidInitializeLayout took longer than the expected maximum 100 milliseconds: 175.2 ms [Finished 5.369 s after frontend start]
root WARN 'cpp' language is remapped from 'source.cpp.embedded.macro' to 'source.cpp' scope
root WARN a registered grammar configuration for 'cpp' language is overridden
root INFO [hosted-plugin: 173996] PLUGIN_HOST(173996): PluginManagerExtImpl/init()
root INFO [hosted-plugin: 173996] PLUGIN_HOST(173996): initializing([email protected] with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
root INFO [hosted-plugin: 173996] Debugger contribution has been registered: cortex-debug
root INFO [hosted-plugin: 173996] PLUGIN_HOST(173996): initializing([email protected] with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
root INFO [hosted-plugin: 173996] PLUGIN_HOST(173996): initializing([email protected] with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
root INFO [hosted-plugin: 173996] PLUGIN_HOST(173996): initializing([email protected] with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
root INFO [hosted-plugin: 173996] PLUGIN_HOST(173996): initializing([email protected] with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
root INFO [hosted-plugin: 173996] PLUGIN_HOST(173996): initializing([email protected] with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
PLUGIN_HOST(173996): initializing([email protected] with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
PLUGIN_HOST(173996): initializing([email protected] with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
root INFO [hosted-plugin: 173996] PLUGIN_HOST(173996): initializing([email protected] with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
PLUGIN_HOST(173996): initializing([email protected] with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
PLUGIN_HOST(173996): initializing([email protected] with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
root INFO [hosted-plugin: 173996] PLUGIN_HOST(173996): PluginManagerExtImpl/loadPlugin(C:\Program Files\Arduino IDE\resources\app\plugins\vscode-builtin-json-language-features\extension\client\dist\jsonMain)
app-state-change >>> new app state <ready was received from sender <1>. current window ID: 1
app-state-change <<< new app state is <ready> for window <1>
root INFO Frontend application start: 3380.6 ms [Finished 8.242 s after backend start]
root INFO Replace loading indicator with ready workbench UI (animation): 922.9 ms [Finished 6.295 s after frontend start]
root INFO Changed application state from 'initialized_layout' to 'ready'.
root INFO isTemp?
root INFO ---- DURATION: getSketchesNew took 44.192 ms. Args: [{}] ----
root INFO [hosted-plugin: 173996] PLUGIN_HOST(173996): PluginManagerExtImpl/loadPlugin(C:\Program Files\Arduino IDE\resources\app\plugins\vscode-arduino-tools\extension\dist\bundle)
root INFO [d8142ade-925f-45da-a2c5-5768219291d9][marus25.cortex-debug]: Started plugin.
root INFO [d8142ade-925f-45da-a2c5-5768219291d9][arduino.vscode-arduino-tools]: Started plugin.
root INFO [d8142ade-925f-45da-a2c5-5768219291d9][vscode.cpp]: Started plugin.
root INFO [d8142ade-925f-45da-a2c5-5768219291d9][vscode.json]: Started plugin.
root INFO [d8142ade-925f-45da-a2c5-5768219291d9][vscode.json-language-features]: Started plugin.
root INFO [d8142ade-925f-45da-a2c5-5768219291d9][ms-ceintl.vscode-language-pack-de]: Started plugin.
root INFO [d8142ade-925f-45da-a2c5-5768219291d9][ms-ceintl.vscode-language-pack-fr]: Started plugin.
root INFO [d8142ade-925f-45da-a2c5-5768219291d9][ms-ceintl.vscode-language-pack-ja]: Started plugin.
root INFO [d8142ade-925f-45da-a2c5-5768219291d9][ms-ceintl.vscode-language-pack-nl]: Started plugin.
root INFO [d8142ade-925f-45da-a2c5-5768219291d9][ms-ceintl.vscode-language-pack-tr]: Started plugin.
root INFO [d8142ade-925f-45da-a2c5-5768219291d9][ms-ceintl.vscode-language-pack-zh-hans]: Started plugin.
root INFO [d8142ade-925f-45da-a2c5-5768219291d9] Start of 11 plugins: 1286.1 ms [Finished 6.664 s after frontend start]

@per1234
Copy link
Contributor

per1234 commented Jun 10, 2022

Problem

The problem is indicated by this line of the output:

root ERROR Error loading hardware platform: loading platform release esp8266:[email protected]: loading boards: skipping loading of boards esp8266:esp8266:espduino: malformed custom board options

Older versions of the ESP8266 Arduino boards platform had a configuration for the "ESPDuino" board which is not compatible with Arduino IDE 2.x. Recent versions of the IDE were resilient to this problem, but unfortunately that resiliency was lost in the 2.0.0-rc7 release (by #1018 to be more precise).

Fortunately, the configuration of the ESP8266 boards platform was updated last year to a configuration which is fully supported by Arduino IDE 2.x (esp8266/Arduino#8153). However, you are using an old version that still has the unsupported configuration.

Workaround

I think the easiest workaround for you to get back up and running with 2.0.0-rc7 will be to temporarily use an older version of the Arduino IDE to update your ESP8266 boards platform. I'll provide instructions:

  1. Select File > Quit from the Arduino IDE menus if it is running.
  2. Click this link to download version 2.0.0-rc6 of the Arduino IDE:
    https://github.com/arduino/arduino-ide/releases/download/2.0.0-rc6/arduino-ide_2.0.0-rc6_Windows_64bit.zip
  3. Wait for the download to finish.
  4. Unzip the downloaded file.
  5. Run the file Arduino IDE.exe from the unzipped folder.
  6. Select Tools > Board > Boards Manager" to open the "Boards Manager" view in the side panel if it is not already open.
  7. Find "esp8266 by ESP8266 Community" in the list of boards platforms. Click on it.
  8. Make sure "3.0.2" is selected from the version menu on the esp8266 platform listing.
  9. Click the INSTALL button.
  10. Wait for the install operation to finish.
  11. Select File > Quit from the Arduino IDE menus.
  12. Start Arduino IDE 2.0.0-rc7.

Hopefully 2.0.0-rc7 will now be working. As a bonus, you will have the latest and greatest version of the ESP8266 boards platform installed.

You are now welcome to delete the 2.0.0-rc6 ZIP file and the unzipped folder. It was only needed for the sake of updating the ESP8266 boards platform.

Arduino IDE defect

I bisected the introduction to 4c55807 (it does not occur at cb50d3a).

Since 4c55807 bumped the Arduino IDE's Arduino CLI dependency from 0.21.0 to 0.23.0, my hunch was that the defect was actually a regression in Arduino CLI, which had problems with handling these configurations (introduced by arduino/arduino-cli#1274 I believe) before it was made more resilient via arduino/arduino-cli#1326.

However, that is only a guess. It might have also been caused by one of the extensive changes made to the Arduino IDE code base via 4c55807.

@per1234 per1234 removed the status: waiting for information More information must be provided before work can proceed label Jun 10, 2022
@kittaakos
Copy link
Contributor

If somebody helps me reproduce the issue with RC-7, I am more than happy to narrow down the scope of the problem.

@per1234
Copy link
Contributor

per1234 commented Jun 10, 2022

Here are the instructions @kittaakos:

  1. Select File > Preferences... from the Arduino IDE menus.
  2. Add the following URL into the "Additional Boards Manager URLs" field (if not already present).
    https://arduino.esp8266.com/stable/package_esp8266com_index.json
    
  3. Click the OK button.
  4. Select File > Quit from the Arduino IDE menus.
  5. Start the Arduino IDE.
    This restart is required due to Package index is not downloaded after adding URL to preferences #637
  6. Open the "Boards Manager" view.
  7. Find "esp8266 by ESP8266 Community" in the list of boards platforms. Click on it.
  8. Select "3.0.0" from the version menu on the esp8266 platform listing.
    3.0.1 is the minimum supported version of the platform, so it is not necessary to go all the way back to the super old 2.5.2 version ChirpyMisha was using.
  9. Click the INSTALL button.
  10. Wait for the install operation to finish.
  11. Select File > Quit from the Arduino IDE menus.
  12. Start the Arduino IDE.

🐛 The IDE exhibits the symptoms reported by ChirpyMisha.

@kittaakos kittaakos self-assigned this Jun 10, 2022
@per1234 per1234 removed their assignment Jun 10, 2022
@ChirpyMisha
Copy link
Author

This has solved the issue for me. Thank you very much!

@kittaakos kittaakos added the topic: code Related to content of the project itself label Jun 10, 2022
@KurtE
Copy link

KurtE commented Jun 10, 2022

Quick note: I ran into this problem a couple times in the last few days, on two different machines. One my main dev machine, and it probably was the esp8266 stuff mentioned.

But I also run into it this morning on Fresh install, (RPI4 Ubuntu 22.04) using install from: https://github.com/koendv/arduino-ide-raspberrypi

I installed it and ran it first time. and it showed up the boards manager and did the downloads of libraries.

I Then tried to install the Teensy install by adding it to the additional boards Manager URLS

I meant to type: https://www.pjrc.com/teensy/td_156/package_teensy_index.json

But typed instead: https://www.pjrc.com/td_156/package_teensy_index.json

I exited IDE restarted it and the boards list was empty.

I fixed the additional URLS to be correct, restarted the IDE and the boards list worked.

@per1234
Copy link
Contributor

per1234 commented Jun 10, 2022

I meant to type: https://www.pjrc.com/teensy/td_156/package_teensy_index.json

But typed instead: https://www.pjrc.com/td_156/package_teensy_index.json

Thanks for the report @KurtE. I can reproduce that (any URL that doesn't return a valid package index e.g., https://example.com/package_foo_index.json will do the trick) and also can bisect it to 4c55807.

I do suspect it has the same cause as the problem reported by ChirpyMisha (failure on non-fatal error while initializing Arduino CLI via the gRPC interface).

kittaakos pushed a commit that referenced this issue Jun 11, 2022
For example, `malformed custom board options` was incorrectly detected
as loading JSON index file error.

Closes #1036

Signed-off-by: Akos Kitta <[email protected]>
kittaakos pushed a commit that referenced this issue Jun 11, 2022
For example, `malformed custom board options` was incorrectly detected
as loading JSON index file error.

Closes #1036

Signed-off-by: Akos Kitta <[email protected]>
kittaakos pushed a commit that referenced this issue Jun 13, 2022
For example, `malformed custom board options` was incorrectly detected
as loading JSON index file error.

Closes #1036

Signed-off-by: Akos Kitta <[email protected]>
@per1234 per1234 added the conclusion: resolved Issue was resolved label Jun 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
conclusion: resolved Issue was resolved topic: code Related to content of the project itself type: imperfection Perceived defect in any part of project
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants