Skip to content

Connection got disposed #1587

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

Closed
3 tasks done
ednieuw opened this issue Oct 27, 2022 · 3 comments
Closed
3 tasks done

Connection got disposed #1587

ednieuw opened this issue Oct 27, 2022 · 3 comments
Labels
type: imperfection Perceived defect in any part of project

Comments

@ednieuw
Copy link

ednieuw commented Oct 27, 2022

Describe the problem

When compiling the compiler display the error: Connection got Disposed

To reproduce

Compile the program below and it will stop here:

Using library FS at version 2.0.0 in folder: C:\Users\ednie\AppData\Local\Arduino15\packages\esp32\hardware\esp32\2.0.5\libraries\FS 
char BLEbroadcastName[] ="WordClockV040";

#include <NimBLEDevice.h>       // For BLE communication  https://github.com/h2zero/NimBLE-Arduino
#include <EEPROM.h>            // Used for EEPROM storage of the word clock settings 
#include <ESPNtpClient.h>      // https://github.com/gmag11/ESPNtpClient
#include <WiFi.h>              // Used for NTP time and web page
#include <AsyncTCP.h>          // Used for webpage   https://github.com/me-no-dev/ESPAsyncWebServer
#include <ESPAsyncWebServer.h> // Used for webpage   https://github.com/me-no-dev/ESPAsyncWebServer

Expected behavior

No errors

Arduino IDE version

V 2.0.1

Operating system

Windows

Operating system version

w11

Additional context

The program compiles with IDE 1.8.19
Same problem was with V2.0.0
Output compiler in ZIP file
Latest libraries (okt 2022)
Compiles for ESP32-C3
I did not verify with the nightly build

File SAVEAS is still shitty
Disposed.zip

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
@ednieuw ednieuw added the type: imperfection Perceived defect in any part of project label Oct 27, 2022
@per1234
Copy link
Contributor

per1234 commented Oct 28, 2022

Hi @ednieuw. Thanks 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. Select File > Quit from the Arduino IDE menus if it is running.
  2. Start Windows "File Explorer".
  3. Open the Arduino IDE installation folder
    (usually C:\Program Files\Arduino IDE or C:\Users\<user name>\AppData\Local\Programs\Arduino IDE).
  4. In the folder listing of the Arduino IDE installation folder, hold the Shift key while clicking the right hand button on the mouse.
  5. From the context menu, click "Open PowerShell window here".
    PowerShell will now open with the current directory set to the Arduino IDE installation folder.
  6. Type the following command:
    & ".\Arduino IDE"
    
  7. Press the Enter key.
    Debug output should now be printed to the PowerShell window as the Arduino IDE starts.
  8. Wait for the Arduino IDE to finish starting.
  9. Repeat the process you followed before to produce this "Connection got disposed." error.
  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. 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 added the status: waiting for information More information must be provided before work can proceed label Oct 28, 2022
@per1234 per1234 self-assigned this Oct 28, 2022
@ednieuw
Copy link
Author

ednieuw commented Oct 28, 2022

PS C:\Program Files\Arduino IDE> & ".\Arduino IDE"
PS C:\Program Files\Arduino IDE>
Arduino IDE 2.0.1
Starting backend process. PID: 9780
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/ednie/.theia'
root INFO Backend Object.initialize: 3.9 ms [Finished 0.913 s after backend start]
root INFO Backend Object.configure: 3.1 ms [Finished 0.913 s after backend start]
root INFO Backend MessagingContribution.onStart: 1.5 ms [Finished 0.913 s after backend start]
root INFO Backend OSBackendApplicationContribution.configure: 0.3 ms [Finished 0.942 s after backend start]
root INFO Backend DefaultWorkspaceServer.onStart: 0.3 ms [Finished 0.942 s after backend start]
root INFO Backend LocalizationBackendContribution.configure: 0.1 ms [Finished 0.942 s after backend start]
root INFO Backend LocalizationBackendContribution.initialize: 29.0 ms [Finished 0.942 s after backend start]
root INFO Backend TaskBackendApplicationContribution.onStart: 0.2 ms [Finished 0.942 s after backend start]
root INFO Backend ElectronTokenBackendContribution.configure: 1.3 ms [Finished 0.944 s after backend start]
root INFO Backend PluginDeployerContribution.initialize: 0.5 ms [Finished 0.944 s after backend start]
root INFO Backend ConfigServiceImpl.onStart: 0.9 ms [Finished 0.944 s after backend start]
root INFO Backend WebviewBackendSecurityWarnings.initialize: 0.4 ms [Finished 0.946 s after backend start]
root INFO Backend ArduinoDaemonImpl.onStart: 1.3 ms [Finished 0.947 s after backend start]
root INFO Backend NodeFileUploadService.configure: 2.4 ms [Finished 0.947 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...
discovery-log INFO start
discovery-log INFO start new deferred
root INFO Backend BoardDiscovery.onStart: 0.8 ms [Finished 0.948 s after backend start]
root INFO Backend FileDownloadEndpoint.configure: 0.5 ms [Finished 0.948 s after backend start]
root INFO Backend AuthenticationServiceImpl.onStart: 0.4 ms [Finished 0.949 s after backend start]
root INFO Backend PluginApiContribution.configure: 0.5 ms [Finished 0.950 s after backend start]
root INFO Backend HostedPluginReader.configure: 0.4 ms [Finished 0.951 s after backend start]
root INFO Backend HostedPluginReader.configure: 0.0 ms [Finished 0.951 s after backend start]
root INFO Backend PlotterBackendContribution.configure: 0.6 ms [Finished 0.952 s after backend start]
root INFO Theia app listening on http://localhost:65347.
root INFO Finished starting backend application: 5.4 ms [Finished 0.956 s after backend start]
root WARN The local plugin referenced by local-dir:/c%3A/Users/ednie/.arduinoIDE/plugins does not exist.
root WARN The local plugin referenced by local-dir:/c%3A/Users/ednie/.arduinoIDE/extensions does not exist.
root WARN The local plugin referenced by local-dir:C:\Users\ednie\.arduinoProIDE\plugins does not exist.
Restoring workspace roots: c:\Users\ednie\Documents\Files\Arduino\Pocuter\PocuterWordClockV040
isTempSketch: false. Input was c:\Users\ednie\Documents\Files\Arduino\Pocuter\PocuterWordClockV040\PocuterWordClockV040.ino
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-bg" to a VS Code extension "[email protected]" with engines:
root INFO PluginTheiaDirectoryHandler: accepting plugin with path
root INFO Resolved "vscode-language-pack-cs" 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-es" 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-hu" to a VS Code extension "[email protected]" with engines:
root INFO PluginTheiaDirectoryHandler: accepting plugin with path
root INFO Resolved "vscode-language-pack-it" 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-ko" 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-pl" to a VS Code extension "[email protected]" with engines:
root INFO PluginTheiaDirectoryHandler: accepting plugin with path
root INFO Resolved "vscode-language-pack-pt-BR" to a VS Code extension "[email protected]" with engines:
root INFO PluginTheiaDirectoryHandler: accepting plugin with path
root INFO Resolved "vscode-language-pack-ru" 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-uk" 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 INFO Resolve plugins list: 70.8 ms [Finished 1.019 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": 3.2 ms [Finished 1.023 s after backend start]
root INFO Deployed backend plugin "[email protected]" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-arduino-tools\extension\dist\bundle": 2.4 ms [Finished 1.025 s after backend start]
root INFO Deployed backend plugin "[email protected]" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-builtin-cpp\extension": 8.0 ms [Finished 1.033 s after backend start]
root INFO Deployed backend plugin "[email protected]" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-builtin-json\extension": 2.1 ms [Finished 1.035 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": 0.7 ms [Finished 1.036 s after backend start]
root INFO Deployed backend plugin "[email protected]" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-bg\extension": 58.1 ms [Finished 1.094 s after backend start]
daemon INFO INFO[0000] Using config file: c:\Users\ednie\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.28.0
INFO[0000] Executing `arduino-cli daemon`
{"IP":"127.0.0.1","Port":"64961"}

daemon INFO Daemon is running.
root INFO Deployed backend plugin "[email protected]" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-cs\extension": 83.8 ms [Finished 1.178 s after backend start]
daemon INFO INFO[0000] Loading hardware from: c:\Users\ednie\AppData\Local\Arduino15\packages

daemon INFO INFO[0000] Loading package MegaCoreX from: C:\Users\ednie\AppData\Local\Arduino15\packages\MegaCoreX\hardware

root INFO Deployed backend plugin "[email protected]" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-de\extension": 103.3 ms [Finished 1.281 s after backend start]
daemon INFO INFO[0000] Adding monitor tool                           protocol=serial tool="builtin:serial-monitor"
INFO[0000] Loaded platform                               platform="MegaCoreX:[email protected]"
INFO[0000] Checking existence of 'tools' path: C:\Users\ednie\AppData\Local\Arduino15\packages\MegaCoreX\tools
INFO[0000] Loading tools from dir: C:\Users\ednie\AppData\Local\Arduino15\packages\MegaCoreX\tools
INFO[0000] Loaded tool                                   tool="MegaCoreX:[email protected]"
INFO[0000] Loading package MightyCore from: C:\Users\ednie\AppData\Local\Arduino15\packages\MightyCore\hardware
INFO[0000] Adding monitor tool                           protocol=serial tool="builtin:serial-monitor"
INFO[0000] Loaded platform                               platform="MightyCore:[email protected]"
INFO[0000] Loading package arduino from: C:\Users\ednie\AppData\Local\Arduino15\packages\arduino\hardware
INFO[0000] Adding monitor tool                           protocol=serial tool="builtin:serial-monitor"
INFO[0000] Loaded platform                               platform="arduino:[email protected]"
INFO[0000] Checking signature                            error="opening signature file: open C:\\Users\\ednie\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\mbed_nano\\3.4.1\\installed.json.sig: The system cannot find the file specified." index="C:\\Users\\ednie\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\mbed_nano\\3.4.1\\installed.json" signatureFile="C:\\Users\\ednie\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\mbed_nano\\3.4.1\\installed.json.sig"
INFO[0000] Adding monitor tool                           protocol=serial tool="builtin:serial-monitor"
INFO[0000] Loaded platform                               platform="arduino:[email protected]"
INFO[0000] Checking signature                            error="opening signature file: open C:\\Users\\ednie\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\mbed_rp2040\\3.4.1\\installed.json.sig: The system cannot find the file specified." index="C:\\Users\\ednie\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\mbed_rp2040\\3.4.1\\installed.json" signatureFile="C:\\Users\\ednie\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\mbed_rp2040\\3.4.1\\installed.json.sig"
INFO[0000] Adding monitor tool                           protocol=serial tool="builtin:serial-monitor"
INFO[0000] Loaded platform                               platform="arduino:[email protected]"
INFO[0000] Adding monitor tool                           protocol=serial tool="builtin:serial-monitor"
INFO[0000] Loaded platform                               platform="arduino:[email protected]"
INFO[0000] Adding monitor tool                           protocol=serial tool="builtin:serial-monitor"
INFO[0000] Loaded platform                               platform="arduino:[email protected]"
INFO[0000] Checking existence of 'tools' path: C:\Users\ednie\AppData\Local\Arduino15\packages\arduino\tools
INFO[0000] Loading tools from dir: C:\Users\ednie\AppData\Local\Arduino15\packages\arduino\tools
INFO[0000] Loaded tool                                   tool="arduino:[email protected]"
INFO[0000] Loaded tool                                   tool="arduino:[email protected]"
INFO[0000] Loaded tool                                   tool="arduino:[email protected]"
INFO[0000] Loaded tool                                   tool="arduino:[email protected]"
INFO[0000] Loaded tool                                   tool="arduino:[email protected]"
INFO[0000] Loaded tool                                   tool="arduino:[email protected]"
INFO[0000] Loaded tool                                   tool="arduino:arm-none-eabi-gcc@7-2017q4"
INFO[0000] Loaded tool                                   tool="arduino:[email protected]"
INFO[0000] Loaded tool                                   tool="arduino:[email protected]"
INFO[0000] Loaded tool                                   tool="arduino:[email protected]"
INFO[0000] Loaded tool                                   tool="arduino:[email protected]"
INFO[0000] Loaded tool                                   tool="arduino:[email protected]"
INFO[0000] Loaded tool                                   tool="arduino:[email protected]"
INFO[0000] Loaded tool                                   tool="arduino:[email protected]"
INFO[0000] Loaded tool                                   tool="arduino:[email protected]"
INFO[0000] Loaded tool                                   tool="arduino:[email protected]"
INFO[0000] Loaded tool                                   tool="arduino:[email protected]"
INFO[0000] Loaded tool                                   tool="arduino:[email protected]"
INFO[0000] Loaded tool                                   tool="arduino:[email protected]"
INFO[0000] Loading package attiny from: C:\Users\ednie\AppData\Local\Arduino15\packages\attiny\hardware
INFO[0000] Adding monitor tool                           protocol=serial tool="builtin:serial-monitor"
INFO[0000] Loaded platform                               platform="attiny:[email protected]"
INFO[0000] Loading package builtin from: C:\Users\ednie\AppData\Local\Arduino15\packages\builtin
INFO[0000] Checking existence of 'tools' path: C:\Users\ednie\AppData\Local\Arduino15\packages\builtin\tools
INFO[0000] Loading tools from dir: C:\Users\ednie\AppData\Local\Arduino15\packages\builtin\tools
INFO[0000] Loaded tool                                   tool="builtin:[email protected]"
INFO[0000] Loaded tool                                   tool="builtin:[email protected]"
INFO[0000] Loaded tool                                   tool="builtin:[email protected]"
INFO[0000] Loaded tool                                   tool="builtin:[email protected]"
INFO[0000] Loaded tool                                   tool="builtin:[email protected]"
INFO[0000] Loaded tool                                   tool="builtin:[email protected]"
INFO[0000] Loaded tool                                   tool="builtin:[email protected]"
INFO[0000] Loaded tool                                   tool="builtin:[email protected]"
INFO[0000] Loaded tool                                   tool="builtin:[email protected]"
INFO[0000] Loaded tool                                   tool="builtin:[email protected]"
INFO[0000] Loading package esp32 from: C:\Users\ednie\AppData\Local\Arduino15\packages\esp32\hardware
INFO[0000] Adding monitor tool                           protocol=serial tool="builtin:serial-monitor"
INFO[0000] Loaded platform                               platform="esp32:[email protected]"
INFO[0000] Adding monitor tool                           protocol=serial tool="builtin:serial-monitor"
INFO[0000] Loaded platform                               platform="esp32:[email protected]"
INFO[0000] Adding monitor tool                           protocol=serial tool="builtin:serial-monitor"
INFO[0000] Loaded platform                               platform="esp32:[email protected]"

daemon INFO INFO[0000] Adding monitor tool                           protocol=serial tool="builtin:serial-monitor"
INFO[0000] Loaded platform                               platform="esp32:[email protected]"
INFO[0000] Checking existence of 'tools' path: C:\Users\ednie\AppData\Local\Arduino15\packages\esp32\tools
INFO[0000] Loading tools from dir: C:\Users\ednie\AppData\Local\Arduino15\packages\esp32\tools
INFO[0000] Loaded tool                                   tool="esp32:[email protected]"
INFO[0000] Loaded tool                                   tool="esp32:[email protected]"
INFO[0000] Loaded tool                                   tool="esp32:[email protected]"
INFO[0000] Loaded tool                                   tool="esp32:[email protected]"
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 package esp8266 from: C:\Users\ednie\AppData\Local\Arduino15\packages\esp8266\hardware

root INFO Deployed backend plugin "[email protected]" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-es\extension": 63.6 ms [Finished 1.345 s after backend start]
daemon INFO INFO[0000] Adding monitor tool                           protocol=serial tool="builtin:serial-monitor"
INFO[0000] Loaded platform                               platform="esp8266:[email protected]"
INFO[0000] Checking existence of 'tools' path: C:\Users\ednie\AppData\Local\Arduino15\packages\esp8266\tools
INFO[0000] Loading tools from dir: C:\Users\ednie\AppData\Local\Arduino15\packages\esp8266\tools
INFO[0000] Loaded tool                                   tool="esp8266:[email protected]"
INFO[0000] Loaded tool                                   tool="esp8266:[email protected]"
INFO[0000] Loaded tool                                   tool="esp8266:[email protected]"
INFO[0000] Loaded tool                                   tool="esp8266:[email protected]"
INFO[0000] Loading package rp2040 from: C:\Users\ednie\AppData\Local\Arduino15\packages\rp2040\hardware
INFO[0000] Checking signature                            error="opening signature file: open C:\\Users\\ednie\\AppData\\Local\\Arduino15\\packages\\rp2040\\hardware\\rp2040\\2.6.2\\installed.json.sig: The system cannot find the file specified." index="C:\\Users\\ednie\\AppData\\Local\\Arduino15\\packages\\rp2040\\hardware\\rp2040\\2.6.2\\installed.json" signatureFile="C:\\Users\\ednie\\AppData\\Local\\Arduino15\\packages\\rp2040\\hardware\\rp2040\\2.6.2\\installed.json.sig"
INFO[0000] Loaded platform                               platform="rp2040:[email protected]"
INFO[0000] Checking existence of 'tools' path: C:\Users\ednie\AppData\Local\Arduino15\packages\rp2040\tools
INFO[0000] Loading tools from dir: C:\Users\ednie\AppData\Local\Arduino15\packages\rp2040\tools
INFO[0000] Loaded tool                                   tool="rp2040:[email protected]"
INFO[0000] Loaded tool                                   tool="rp2040:[email protected]"
INFO[0000] Loaded tool                                   tool="rp2040:[email protected]"
INFO[0000] Loaded tool                                   tool="rp2040:[email protected]"
INFO[0000] Loaded tool                                   tool="rp2040:[email protected]"
INFO[0000] Loaded tool                                   tool="rp2040:[email protected]"
INFO[0000] Loading package zepsch from: C:\Users\ednie\AppData\Local\Arduino15\packages\zepsch\hardware
INFO[0000] Adding monitor tool                           protocol=serial tool="builtin:serial-monitor"
INFO[0000] Loaded platform                               platform="zepsch:[email protected]"
INFO[0000] Checking signature                            index="c:\\Users\\ednie\\AppData\\Local\\Arduino15\\package_index.json" signatureFile="c:\\Users\\ednie\\AppData\\Local\\Arduino15\\package_index.json.sig" trusted=true
INFO[0000] Checking signature                            error="opening signature file: open c:\\Users\\ednie\\AppData\\Local\\Arduino15\\package_rp2040_index.json.sig: The system cannot find the file specified." index="c:\\Users\\ednie\\AppData\\Local\\Arduino15\\package_rp2040_index.json" signatureFile="c:\\Users\\ednie\\AppData\\Local\\Arduino15\\package_rp2040_index.json.sig"
INFO[0000] Checking signature                            error="opening signature file: open c:\\Users\\ednie\\AppData\\Local\\Arduino15\\package_esp32_dev_index.json.sig: The system cannot find the file specified." index="c:\\Users\\ednie\\AppData\\Local\\Arduino15\\package_esp32_dev_index.json" signatureFile="c:\\Users\\ednie\\AppData\\Local\\Arduino15\\package_esp32_dev_index.json.sig"
INFO[0000] Searching tools required for platform rp2040:[email protected]
INFO[0000] Required tool                                 tool="rp2040:[email protected]"
INFO[0000] Required tool                                 tool="rp2040:[email protected]"
INFO[0000] Required tool                                 tool="rp2040:[email protected]"
INFO[0000] Required tool                                 tool="rp2040:[email protected]"
INFO[0000] Required tool                                 tool="rp2040:[email protected]"
INFO[0000] Required tool                                 tool="rp2040:[email protected]"
INFO[0000] Adding libraries dir                          dir="C:\\Users\\ednie\\AppData\\Local\\Arduino15\\packages\\MegaCoreX\\hardware\\megaavr\\1.1.0\\libraries" location=platform
INFO[0000] Adding libraries dir                          dir="C:\\Users\\ednie\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.7\\libraries" location=platform
INFO[0000] Adding libraries dir                          dir="C:\\Users\\ednie\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.5\\libraries" location=platform
INFO[0000] Adding libraries dir                          dir="C:\\Users\\ednie\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\mbed_nano\\3.4.1\\libraries" location=platform

daemon INFO INFO[0000] Adding libraries dir                          dir="C:\\Users\\ednie\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\mbed_rp2040\\3.4.1\\libraries" location=platform

root INFO Deployed backend plugin "[email protected]" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-fr\extension": 47.2 ms [Finished 1.392 s after backend start]
daemon INFO INFO[0000] Adding libraries dir                          dir="C:\\Users\\ednie\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\samd\\1.8.13\\libraries" location=platform
INFO[0000] Adding libraries dir                          dir="C:\\Users\\ednie\\AppData\\Local\\Arduino15\\packages\\zepsch\\hardware\\samd\\1.0.0\\libraries" location=platform
INFO[0000] Adding libraries dir                          dir="C:\\Users\\ednie\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware\\esp32\\2.0.5\\libraries" location=platform
INFO[0000] Adding libraries dir                          dir="C:\\Users\\ednie\\AppData\\Local\\Arduino15\\packages\\rp2040\\hardware\\rp2040\\2.6.2\\libraries" location=platform
INFO[0000] Adding libraries dir                          dir="C:\\Users\\ednie\\AppData\\Local\\Arduino15\\packages\\MightyCore\\hardware\\avr\\2.1.3\\libraries" location=platform
INFO[0000] Adding libraries dir                          dir="C:\\Users\\ednie\\AppData\\Local\\Arduino15\\packages\\esp8266\\hardware\\esp8266\\3.0.2\\libraries" location=platform
INFO[0000] Loading libraries index file                  index="c:\\Users\\ednie\\AppData\\Local\\Arduino15\\library_index.json"

root INFO Deployed backend plugin "[email protected]" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-hu\extension": 40.3 ms [Finished 1.432 s after backend start]
root INFO Deployed backend plugin "[email protected]" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-it\extension": 49.0 ms [Finished 1.482 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": 46.8 ms [Finished 1.528 s after backend start]
daemon INFO INFO[0000] Adding libraries dir                          dir="C:\\Users\\ednie\\AppData\\Local\\Arduino15\\libraries" location=ide
INFO[0000] Adding libraries dir                          dir="c:\\Users\\ednie\\Documents\\Files\\Arduino\\libraries" location=user

root INFO Deployed backend plugin "[email protected]" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-ko\extension": 44.5 ms [Finished 1.573 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": 16.5 ms [Finished 1.590 s after backend start]
root INFO Deployed backend plugin "[email protected]" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-pl\extension": 42.5 ms [Finished 1.632 s after backend start]
root INFO Deployed backend plugin "[email protected]" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-pt-BR\extension": 44.6 ms [Finished 1.677 s after backend start]
root INFO Deployed backend plugin "[email protected]" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-ru\extension": 52.1 ms [Finished 1.729 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": 50.2 ms [Finished 1.779 s after backend start]
root INFO Deployed backend plugin "[email protected]" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-uk\extension": 28.2 ms [Finished 1.807 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": 42.2 ms [Finished 1.849 s after backend start]
root INFO Waiting for the deploy of the language plugins took: 122.53740000724792 ms.
root INFO Deploy plugins list: 70.8 ms [Finished 1.858 s after backend start]
root WARN Frontend s.configure took longer than the expected maximum 100 milliseconds: 147.5 ms [Finished 1.683 s after frontend start]
discovery-log INFO start request start watch
discovery-log INFO start requested start watch
discovery-log INFO start resolved watching
daemon INFO INFO[0001] starting discovery rp2040 process
INFO[0001] starting discovery builtin:serial-discovery process

daemon INFO INFO[0001] starting discovery builtin:mdns-discovery process

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: <c:\Users\ednie\Documents\Files\Arduino\Pocuter\PocuterWordClockV040\PocuterWordClockV040.ino>, response: <c:\Users\ednie\Documents\Files\Arduino\Pocuter\PocuterWordClockV040>.
daemon INFO INFO[0001] started discovery builtin:mdns-discovery process

daemon INFO INFO[0001] sending command HELLO 1 "arduino-cli 0.28.0" to discovery builtin:mdns-discovery
INFO[0001] started discovery rp2040 process
INFO[0001] started discovery builtin:serial-discovery process
INFO[0001] sending command HELLO 1 "arduino-cli 0.28.0" to discovery builtin:serial-discovery
INFO[0001] sending command HELLO 1 "arduino-cli 0.28.0" to discovery rp2040

daemon INFO INFO[0001] from discovery builtin:mdns-discovery received message type: hello, message: OK, protocol version: 1

daemon INFO INFO[0001] from discovery builtin:serial-discovery received message type: hello, message: OK, protocol version: 1
INFO[0001] sending command START_SYNC to discovery builtin:mdns-discovery
INFO[0001] sending command START_SYNC to discovery builtin:serial-discovery

daemon INFO INFO[0001] from discovery builtin:mdns-discovery received message type: start_sync, message: OK

daemon INFO INFO[0001] from discovery builtin:serial-discovery received message type: start_sync, message: OK

root WARN Frontend l.onStart took longer than the expected maximum 100 milliseconds: 115.5 ms [Finished 1.979 s after frontend start]
daemon INFO INFO[0001] from discovery builtin:serial-discovery received message type: add, port: COM14

root INFO Start frontend contributions: 498.5 ms [Finished 1.987 s after frontend start]
root INFO Changed application state from 'init' to 'started_contributions'.
daemon INFO INFO[0001] from discovery rp2040 received message type: hello, message: OK, protocol version: 1

daemon INFO INFO[0001] sending command START_SYNC to discovery rp2040
INFO[0001] from discovery rp2040 received message type: start_sync, message: OK

discovery-log INFO {"eventType":"add","port":{"matchingBoardsList":[{"name":"Pocuter One","fqbn":"esp32:esp32:pocuterone","isHidden":false}],"port":{"address":"COM14","label":"COM14","protocol":"serial","protocolLabel":"Serial Port (USB)","propertiesMap":[["pid","0x1001"],["serialNumber",""],["vid","0x303A"]]}},"error":""}
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/ednie/Documents/Files/Arduino/Pocuter/PocuterWordClockV040/PocuterWordClockV040.ino","counter":0}},"innerWidgetState":"{\"cursorState\":[{\"inSelectionMode\":true,\"selectionStart\":{\"lineNumber\":106,\"column\":65},\"position\":{\"lineNumber\":103,\"column\":4}}],\"viewState\":{\"scrollLeft\":0,\"firstPosition\":{\"lineNumber\":69,\"column\":1},\"firstPositionDeltaTop\":-1},\"contributionsState\":{\"editor.contrib.folding\":{\"lineCount\":1823,\"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":366,"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,\"originalContainerId\":\"debug:view-container:-1\",\"originalContainerTitle\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true}},{\"partId\":\"debug:frames:-1\",\"collapsed\":false,\"hidden\":false,\"originalContainerId\":\"debug:view-container:-1\",\"originalContainerTitle\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true}},{\"partId\":\"debug:variables:-1\",\"collapsed\":false,\"hidden\":false,\"originalContainerId\":\"debug:view-container:-1\",\"originalContainerTitle\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true}},{\"partId\":\"debug:watch:-1\",\"collapsed\":false,\"hidden\":false,\"originalContainerId\":\"debug:view-container:-1\",\"originalContainerTitle\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true}},{\"partId\":\"debug:breakpoints:-1\",\"collapsed\":false,\"hidden\":false,\"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},\\\"includeHistoryState\\\":{\\\"history\\\":[],\\\"index\\\":0},\\\"excludeHistoryState\\\":{\\\"history\\\":[],\\\"index\\\":0}}\"}}],\"title\":{\"label\":\"Search\",\"iconClass\":\"fa fa-arduino-search\",\"closeable\":true}}"},"rank":5,"expanded":false,"pinned":false}]},"rightPanel":{"type":"sidepanel","items":[]},"activeWidgetId":"outputView"}
root INFO ------- END SERIALIZED LAYOUT DATA -------
root INFO [2b2ec8e2-7ac6-4d1b-93bf-27f4bdeb6b3e] Waiting for backend deployment: 95.7 ms [Finished 2.077 s after frontend start]
root INFO Attached boards and available ports changed:
root INFO  - Attached board: Pocuter One [esp32:esp32:pocuterone] on COM14 Serial Port (USB)
root INFO ------------------------------------------
root INFO [hosted-plugin: 20468] PLUGIN_HOST(20468) starting instance
root INFO [2b2ec8e2-7ac6-4d1b-93bf-27f4bdeb6b3e] Sync of 21 plugins: 792.3 ms [Finished 2.869 s after frontend start]
sketches-service WARN Mismatching sketch file <ESP32C3 BLE server.ino> and sketch folder name <Parafernalia>. Skipping
sketches-service WARN Mismatching sketch file <PocketWordClockV017.ino> and sketch folder name <PocketWordClockV017.1>. Skipping
sketches-service WARN Mismatching sketch file <InputWebpageESP8266V03a.ino> and sketch folder name <R===InputWebpageESP8266V03a>. Skipping
sketches-service WARN Mismatching sketch file <FibonacciKlok_V036magweg.ino> and sketch folder name <FibonacciKlok_V036>. Skipping
sketches-service WARN Mismatching sketch file <Endianess.ino> and sketch folder name <FirmwareUpdater>. Skipping
sketches-service WARN Mismatching sketch file <Four-language_Clock_V004.ino> and sketch folder name <Four-language_Clock_V004.01>. Skipping
sketches-service WARN Mismatching sketch file <Four-language_Clock_V004.ino> and sketch folder name <Four-language_Clock_V004.02>. Skipping
sketches-service WARN Mismatching sketch file <Four-language_Clock_V004.ino> and sketch folder name <Four-language_Clock_V004.03>. Skipping
sketches-service WARN Mismatching sketch file <Four-language_Clock_V004.ino> and sketch folder name <Four-language_Clock_V004.04>. Skipping
sketches-service WARN Mismatching sketch file <Four-language_Clock_V004.ino> and sketch folder name <Four-language_Clock_V004.05>. Skipping
sketches-service WARN Mismatching sketch file <Four-language_Clock_V004.ino> and sketch folder name <Four-language_Clock_V004.06>. Skipping
sketches-service WARN Mismatching sketch file <Four-language_Clock_V004.ino> and sketch folder name <Four-language_Clock_V004.07>. Skipping
sketches-service WARN Mismatching sketch file <Four-language_Clock_V004.ino> and sketch folder name <Four-language_Clock_V004.08>. Skipping
sketches-service WARN Mismatching sketch file <Four-language_Clock_V004.ino> and sketch folder name <Four-language_Clock_V004.10>. Skipping
sketches-service WARN Mismatching sketch file <Four-language_Clock_V004.ino> and sketch folder name <Four-language_Clock_V004.09bagger>. Skipping
sketches-service WARN Mismatching sketch file <Character_Clock_V116.ino> and sketch folder name <Character_Clock_V116magweg>. Skipping
sketches-service WARN Mismatching sketch file <Character_Colour_Clock_V070.ino> and sketch folder name <Character_Colour_Clock_V070x>. Skipping
sketches-service WARN Mismatching sketch file <Character_Colour_Clock_V075.ino> and sketch folder name <Character_Colour_Clock_V075b>. Skipping
sketches-service WARN Mismatching sketch file <Character_Colour_Clock_V070.ino> and sketch folder name <Character_Colour_Clock_V070xx>. Skipping
sketches-service WARN Mismatching sketch file <Character_Colour_Clock_V070.ino> and sketch folder name <Character_Colour_Clock_V070.01>. Skipping
sketches-service WARN Mismatching sketch file <Character_Colour_Clock_V070.ino> and sketch folder name <Character_Colour_Clock_V070.02>. Skipping
sketches-service WARN Mismatching sketch file <Character_Colour_Clock_V070.ino> and sketch folder name <Character_Colour_Clock_V070.03>. Skipping
sketches-service WARN Mismatching sketch file <Character_Colour_Clock_V070.ino> and sketch folder name <Character_Colour_Clock_V070.04>. Skipping
sketches-service WARN Mismatching sketch file <Character_Colour_Clock_V070.ino> and sketch folder name <Character_Colour_Clock_V070.05>. Skipping
sketches-service WARN Mismatching sketch file <Character_Colour_Clock_V076.ino> and sketch folder name <xxxCharacter_Colour_Clock_V076>. Skipping
sketches-service WARN Mismatching sketch file <Endianess.ino> and sketch folder name <FirmwareUpdater>. Skipping
sketches-service WARN Mismatching sketch file <Character_Colour_Clock_V069.ino> and sketch folder name <Character_Colour_Clock_V069.01>. Skipping
sketches-service WARN Mismatching sketch file <Character_Colour_Clock_V069.ino> and sketch folder name <Character_Colour_Clock_V069.02>. Skipping
sketches-service WARN Mismatching sketch file <Character_Colour_Clock_V069.ino> and sketch folder name <Character_Colour_Clock_V069.03>. Skipping
sketches-service WARN Mismatching sketch file <Character_Colour_Clock_V069.ino> and sketch folder name <Character_Colour_Clock_V069.04>. Skipping
sketches-service WARN Mismatching sketch file <Character_Colour_Clock_V069.ino> and sketch folder name <Character_Colour_Clock_V069.05>. Skipping
sketches-service WARN Mismatching sketch file <Character_Colour_Clock_V069.ino> and sketch folder name <Character_Colour_Clock_V069.06>. Skipping
sketches-service WARN Mismatching sketch file <Character_Colour_Clock_V069.ino> and sketch folder name <Character_Colour_Clock_V069.07>. Skipping
sketches-service WARN Mismatching sketch file <Character_Colour_Clock_V069.ino> and sketch folder name <Character_Colour_Clock_V069.08>. Skipping
sketches-service WARN Mismatching sketch file <Character_Colour_Clock_V069.ino> and sketch folder name <Character_Colour_Clock_V069.09>. Skipping
sketches-service WARN Mismatching sketch file <Character_Colour_Clock_V069.ino> and sketch folder name <Character_Colour_Clock_V069.10>. Skipping
sketches-service WARN Mismatching sketch file <Character_Colour_Clock_V069.ino> and sketch folder name <Character_Colour_Clock_V069.11>. Skipping
sketches-service WARN Mismatching sketch file <Character_Colour_Clock_V069.ino> and sketch folder name <Character_Colour_Clock_V069.12>. Skipping
sketches-service WARN Mismatching sketch file <Character_Colour_Clock_V069.ino> and sketch folder name <Character_Colour_Clock_V069.13>. Skipping
sketches-service WARN Mismatching sketch file <Character_Colour_Clock_V069.ino> and sketch folder name <Character_Colour_Clock_V069.14>. Skipping
sketches-service WARN Mismatching sketch file <Character_Colour_Clock_V069.ino> and sketch folder name <Character_Colour_Clock_V069.15>. Skipping
sketches-service WARN Mismatching sketch file <Character_Colour_Clock_V069.ino> and sketch folder name <Character_Colour_Clock_V069.16>. Skipping
sketches-service WARN Mismatching sketch file <Character_Colour_Clock_V069.ino> and sketch folder name <Character_Colour_Clock_V069.17>. Skipping
sketches-service WARN Mismatching sketch file <Character_Colour_Clock_V069.ino> and sketch folder name <Character_Colour_Clock_V069.18>. Skipping
sketches-service WARN Mismatching sketch file <Character_Colour_Clock_V069.ino> and sketch folder name <Character_Colour_Clock_V069.19>. Skipping
sketches-service WARN Mismatching sketch file <Character_Colour_Clock_V069.ino> and sketch folder name <Character_Colour_Clock_V069.20>. Skipping
sketches-service WARN Mismatching sketch file <Character_Colour_Clock_V069.ino> and sketch folder name <Character_Colour_Clock_V069.21>. Skipping
sketches-service WARN Mismatching sketch file <Character_Colour_Clock_V069.ino> and sketch folder name <Character_Colour_Clock_V069.23>. Skipping
sketches-service WARN Mismatching sketch file <Character_Colour_Clock_V069.ino> and sketch folder name <Character_Colour_Clock_V069.24>. Skipping
sketches-service WARN Mismatching sketch file <Character_Colour_Clock_V069.ino> and sketch folder name <Character_Colour_Clock_V069.25>. Skipping
sketches-service WARN Mismatching sketch file <Character_Colour_Clock_V069.ino> and sketch folder name <Character_Colour_Clock_V069.26>. Skipping
sketches-service WARN Mismatching sketch file <Character_Colour_Clock_V069.ino> and sketch folder name <Character_Colour_Clock_V069.27>. Skipping
sketches-service WARN Mismatching sketch file <Character_Colour_Clock_V069.ino> and sketch folder name <Character_Colour_Clock_V069.28>. Skipping
sketches-service WARN Mismatching sketch file <Character_Colour_Clock_V069.ino> and sketch folder name <Character_Colour_Clock_V069.29>. Skipping
sketches-service WARN Mismatching sketch file <Character_Colour_Clock_V069.ino> and sketch folder name <Character_Colour_Clock_V069.30>. Skipping
sketches-service WARN Mismatching sketch file <Character_Colour_Clock_V069.ino> and sketch folder name <Character_Colour_Clock_V069.31>. Skipping
sketches-service WARN Mismatching sketch file <Character_Colour_Clock_V069.ino> and sketch folder name <Character_Colour_Clock_V069.32>. Skipping
sketches-service WARN Mismatching sketch file <Create_WiFi_Access_Point.ino> and sketch folder name <Create_WiFi_Access_PointV01>. Skipping
sketches-service WARN Mismatching sketch file <Character_Colour_Clock_V069.ino> and sketch folder name <Character_Colour_Clock_V069.33Last>. Skipping
sketches-service WARN Mismatching sketch file <Character_Colour_Clock_V069.ino> and sketch folder name <Character_Colour_Clock_V069.22defect>. Skipping
sketches-service WARN Mismatching sketch file <Endianess.ino> and sketch folder name <FirmwareUpdater>. Skipping
root INFO <<< The layout has been successfully restored.
root INFO Initialize the workbench layout: 1551.4 ms [Finished 3.578 s after frontend start]
root INFO Changed application state from 'attached_shell' to 'initialized_layout'.
root INFO [2b2ec8e2-7ac6-4d1b-93bf-27f4bdeb6b3e][marus25.cortex-debug]: Loaded contributions.
root INFO [2b2ec8e2-7ac6-4d1b-93bf-27f4bdeb6b3e][arduino.vscode-arduino-tools]: Loaded contributions.
root INFO [2b2ec8e2-7ac6-4d1b-93bf-27f4bdeb6b3e][vscode.cpp]: Loaded contributions.
root INFO [2b2ec8e2-7ac6-4d1b-93bf-27f4bdeb6b3e][vscode.json]: Loaded contributions.
root INFO [2b2ec8e2-7ac6-4d1b-93bf-27f4bdeb6b3e][vscode.json-language-features]: Loaded contributions.
root INFO [2b2ec8e2-7ac6-4d1b-93bf-27f4bdeb6b3e][ms-ceintl.vscode-language-pack-bg]: Loaded contributions.
root INFO [2b2ec8e2-7ac6-4d1b-93bf-27f4bdeb6b3e][ms-ceintl.vscode-language-pack-cs]: Loaded contributions.
root INFO [2b2ec8e2-7ac6-4d1b-93bf-27f4bdeb6b3e][ms-ceintl.vscode-language-pack-de]: Loaded contributions.
root INFO [2b2ec8e2-7ac6-4d1b-93bf-27f4bdeb6b3e][ms-ceintl.vscode-language-pack-es]: Loaded contributions.
root INFO [2b2ec8e2-7ac6-4d1b-93bf-27f4bdeb6b3e][ms-ceintl.vscode-language-pack-fr]: Loaded contributions.
root INFO [2b2ec8e2-7ac6-4d1b-93bf-27f4bdeb6b3e][ms-ceintl.vscode-language-pack-hu]: Loaded contributions.
root INFO [2b2ec8e2-7ac6-4d1b-93bf-27f4bdeb6b3e][ms-ceintl.vscode-language-pack-it]: Loaded contributions.
root INFO [2b2ec8e2-7ac6-4d1b-93bf-27f4bdeb6b3e][ms-ceintl.vscode-language-pack-ja]: Loaded contributions.
root INFO [2b2ec8e2-7ac6-4d1b-93bf-27f4bdeb6b3e][ms-ceintl.vscode-language-pack-ko]: Loaded contributions.
root INFO [2b2ec8e2-7ac6-4d1b-93bf-27f4bdeb6b3e][ms-ceintl.vscode-language-pack-nl]: Loaded contributions.
root INFO [2b2ec8e2-7ac6-4d1b-93bf-27f4bdeb6b3e][ms-ceintl.vscode-language-pack-pl]: Loaded contributions.
root INFO [2b2ec8e2-7ac6-4d1b-93bf-27f4bdeb6b3e][ms-ceintl.vscode-language-pack-pt-br]: Loaded contributions.
root INFO [2b2ec8e2-7ac6-4d1b-93bf-27f4bdeb6b3e][ms-ceintl.vscode-language-pack-ru]: Loaded contributions.
root INFO [2b2ec8e2-7ac6-4d1b-93bf-27f4bdeb6b3e][ms-ceintl.vscode-language-pack-tr]: Loaded contributions.
root INFO [2b2ec8e2-7ac6-4d1b-93bf-27f4bdeb6b3e][ms-ceintl.vscode-language-pack-uk]: Loaded contributions.
root INFO [2b2ec8e2-7ac6-4d1b-93bf-27f4bdeb6b3e][ms-ceintl.vscode-language-pack-zh-hans]: Loaded contributions.
root INFO [2b2ec8e2-7ac6-4d1b-93bf-27f4bdeb6b3e] Load contributions of 21 plugins: 73.8 ms [Finished 3.652 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 ERROR Uncaught Exception:
root ERROR Error: ENOENT: no such file or directory, scandir 'c:\Users\ednie\Documents\Files\Arduino\Pocuter\PocuterWordClockV025'
root INFO [hosted-plugin: 20468] PLUGIN_HOST(20468): PluginManagerExtImpl/init()
root INFO [hosted-plugin: 20468] PLUGIN_HOST(20468): 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: 20468] Debugger contribution has been registered: cortex-debug
root INFO [hosted-plugin: 20468] PLUGIN_HOST(20468): initializing([email protected] with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
PLUGIN_HOST(20468): 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: 20468] PLUGIN_HOST(20468): initializing([email protected] with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
PLUGIN_HOST(20468): 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: 20468] PLUGIN_HOST(20468): initializing([email protected] with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
PLUGIN_HOST(20468): 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: 20468] PLUGIN_HOST(20468): initializing([email protected] with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
PLUGIN_HOST(20468): 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: 20468] PLUGIN_HOST(20468): initializing([email protected] with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
PLUGIN_HOST(20468): 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: 20468] PLUGIN_HOST(20468): initializing([email protected] with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
PLUGIN_HOST(20468): initializing([email protected] with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
PLUGIN_HOST(20468): 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: 20468] PLUGIN_HOST(20468): initializing([email protected] with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
PLUGIN_HOST(20468): initializing([email protected] with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
PLUGIN_HOST(20468): initializing([email protected] with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
PLUGIN_HOST(20468): initializing([email protected] with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
PLUGIN_HOST(20468): initializing([email protected] with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
PLUGIN_HOST(20468): initializing([email protected] with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
PLUGIN_HOST(20468): 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: 20468] PLUGIN_HOST(20468): PluginManagerExtImpl/loadPlugin(C:\Program Files\Arduino IDE\resources\app\plugins\vscode-builtin-json-language-features\extension\client\dist\jsonMain)
root INFO [hosted-plugin: 20468] PLUGIN_HOST(20468): PluginManagerExtImpl/loadPlugin(C:\Program Files\Arduino IDE\resources\app\plugins\vscode-arduino-tools\extension\dist\bundle)
root INFO [2b2ec8e2-7ac6-4d1b-93bf-27f4bdeb6b3e][marus25.cortex-debug]: Started plugin.
root INFO [2b2ec8e2-7ac6-4d1b-93bf-27f4bdeb6b3e][arduino.vscode-arduino-tools]: Started plugin.
root INFO [2b2ec8e2-7ac6-4d1b-93bf-27f4bdeb6b3e][vscode.cpp]: Started plugin.
root INFO [2b2ec8e2-7ac6-4d1b-93bf-27f4bdeb6b3e][vscode.json]: Started plugin.
root INFO [2b2ec8e2-7ac6-4d1b-93bf-27f4bdeb6b3e][vscode.json-language-features]: Started plugin.
root INFO [2b2ec8e2-7ac6-4d1b-93bf-27f4bdeb6b3e][ms-ceintl.vscode-language-pack-bg]: Started plugin.
root INFO [2b2ec8e2-7ac6-4d1b-93bf-27f4bdeb6b3e][ms-ceintl.vscode-language-pack-cs]: Started plugin.
root INFO [2b2ec8e2-7ac6-4d1b-93bf-27f4bdeb6b3e][ms-ceintl.vscode-language-pack-de]: Started plugin.
root INFO [2b2ec8e2-7ac6-4d1b-93bf-27f4bdeb6b3e][ms-ceintl.vscode-language-pack-es]: Started plugin.
root INFO [2b2ec8e2-7ac6-4d1b-93bf-27f4bdeb6b3e][ms-ceintl.vscode-language-pack-fr]: Started plugin.
root INFO [2b2ec8e2-7ac6-4d1b-93bf-27f4bdeb6b3e][ms-ceintl.vscode-language-pack-hu]: Started plugin.
root INFO [2b2ec8e2-7ac6-4d1b-93bf-27f4bdeb6b3e][ms-ceintl.vscode-language-pack-it]: Started plugin.
root INFO [2b2ec8e2-7ac6-4d1b-93bf-27f4bdeb6b3e][ms-ceintl.vscode-language-pack-ja]: Started plugin.
root INFO [2b2ec8e2-7ac6-4d1b-93bf-27f4bdeb6b3e][ms-ceintl.vscode-language-pack-ko]: Started plugin.
root INFO [2b2ec8e2-7ac6-4d1b-93bf-27f4bdeb6b3e][ms-ceintl.vscode-language-pack-nl]: Started plugin.
root INFO [2b2ec8e2-7ac6-4d1b-93bf-27f4bdeb6b3e][ms-ceintl.vscode-language-pack-pl]: Started plugin.
root INFO [2b2ec8e2-7ac6-4d1b-93bf-27f4bdeb6b3e][ms-ceintl.vscode-language-pack-pt-br]: Started plugin.
root INFO [2b2ec8e2-7ac6-4d1b-93bf-27f4bdeb6b3e][ms-ceintl.vscode-language-pack-ru]: Started plugin.
root INFO [2b2ec8e2-7ac6-4d1b-93bf-27f4bdeb6b3e][ms-ceintl.vscode-language-pack-tr]: Started plugin.
root INFO [2b2ec8e2-7ac6-4d1b-93bf-27f4bdeb6b3e][ms-ceintl.vscode-language-pack-uk]: Started plugin.
root INFO [2b2ec8e2-7ac6-4d1b-93bf-27f4bdeb6b3e][ms-ceintl.vscode-language-pack-zh-hans]: Started plugin.
root INFO [2b2ec8e2-7ac6-4d1b-93bf-27f4bdeb6b3e] Start of 21 plugins: 501.0 ms [Finished 4.161 s after frontend start]
root INFO Frontend application start: 3238.6 ms [Finished 5.866 s after backend start]
root INFO Replace loading indicator with ready workbench UI (animation): 867.6 ms [Finished 4.524 s after frontend start]
root INFO Changed application state from 'initialized_layout' to 'ready'.
Checking for update
root ERROR Uncaught Exception:
root ERROR Error: ENOENT: no such file or directory, scandir 'c:\Users\ednie\Documents\Files\Arduino\Pocuter\PocuterWordClockV025'
Update for version 2.0.1 is not available (latest version: 2.0.1, downgrade is allowed).
root INFO Starting language server: esp32:esp32:esp32c3
sketches-service WARN Mismatching sketch file <ESP32C3 BLE server.ino> and sketch folder name <Parafernalia>. Skipping
sketches-service WARN Mismatching sketch file <PocketWordClockV017.ino> and sketch folder name <PocketWordClockV017.1>. Skipping
sketches-service WARN Mismatching sketch file <InputWebpageESP8266V03a.ino> and sketch folder name <R===InputWebpageESP8266V03a>. Skipping
sketches-service WARN Mismatching sketch file <FibonacciKlok_V036magweg.ino> and sketch folder name <FibonacciKlok_V036>. Skipping
sketches-service WARN Mismatching sketch file <Endianess.ino> and sketch folder name <FirmwareUpdater>. Skipping
sketches-service WARN Mismatching sketch file <Four-language_Clock_V004.ino> and sketch folder name <Four-language_Clock_V004.01>. Skipping
sketches-service WARN Mismatching sketch file <Four-language_Clock_V004.ino> and sketch folder name <Four-language_Clock_V004.02>. Skipping
sketches-service WARN Mismatching sketch file <Four-language_Clock_V004.ino> and sketch folder name <Four-language_Clock_V004.03>. Skipping
sketches-service WARN Mismatching sketch file <Four-language_Clock_V004.ino> and sketch folder name <Four-language_Clock_V004.04>. Skipping
sketches-service WARN Mismatching sketch file <Four-language_Clock_V004.ino> and sketch folder name <Four-language_Clock_V004.05>. Skipping
sketches-service WARN Mismatching sketch file <Four-language_Clock_V004.ino> and sketch folder name <Four-language_Clock_V004.06>. Skipping
sketches-service WARN Mismatching sketch file <Four-language_Clock_V004.ino> and sketch folder name <Four-language_Clock_V004.07>. Skipping
sketches-service WARN Mismatching sketch file <Four-language_Clock_V004.ino> and sketch folder name <Four-language_Clock_V004.08>. Skipping
sketches-service WARN Mismatching sketch file <Four-language_Clock_V004.ino> and sketch folder name <Four-language_Clock_V004.10>. Skipping
sketches-service WARN Mismatching sketch file <Four-language_Clock_V004.ino> and sketch folder name <Four-language_Clock_V004.09bagger>. Skipping
sketches-service WARN Mismatching sketch file <Character_Clock_V116.ino> and sketch folder name <Character_Clock_V116magweg>. Skipping
sketches-service WARN Mismatching sketch file <Character_Colour_Clock_V070.ino> and sketch folder name <Character_Colour_Clock_V070x>. Skipping
sketches-service WARN Mismatching sketch file <Character_Colour_Clock_V075.ino> and sketch folder name <Character_Colour_Clock_V075b>. Skipping
sketches-service WARN Mismatching sketch file <Character_Colour_Clock_V070.ino> and sketch folder name <Character_Colour_Clock_V070xx>. Skipping
sketches-service WARN Mismatching sketch file <Character_Colour_Clock_V070.ino> and sketch folder name <Character_Colour_Clock_V070.01>. Skipping
sketches-service WARN Mismatching sketch file <Character_Colour_Clock_V070.ino> and sketch folder name <Character_Colour_Clock_V070.02>. Skipping
sketches-service WARN Mismatching sketch file <Character_Colour_Clock_V070.ino> and sketch folder name <Character_Colour_Clock_V070.03>. Skipping
sketches-service WARN Mismatching sketch file <Character_Colour_Clock_V070.ino> and sketch folder name <Character_Colour_Clock_V070.04>. Skipping
sketches-service WARN Mismatching sketch file <Character_Colour_Clock_V070.ino> and sketch folder name <Character_Colour_Clock_V070.05>. Skipping
sketches-service WARN Mismatching sketch file <Character_Colour_Clock_V076.ino> and sketch folder name <xxxCharacter_Colour_Clock_V076>. Skipping
sketches-service WARN Mismatching sketch file <Endianess.ino> and sketch folder name <FirmwareUpdater>. Skipping
sketches-service WARN Mismatching sketch file <Character_Colour_Clock_V069.ino> and sketch folder name <Character_Colour_Clock_V069.01>. Skipping
sketches-service WARN Mismatching sketch file <Character_Colour_Clock_V069.ino> and sketch folder name <Character_Colour_Clock_V069.02>. Skipping
sketches-service WARN Mismatching sketch file <Character_Colour_Clock_V069.ino> and sketch folder name <Character_Colour_Clock_V069.03>. Skipping
sketches-service WARN Mismatching sketch file <Character_Colour_Clock_V069.ino> and sketch folder name <Character_Colour_Clock_V069.04>. Skipping
sketches-service WARN Mismatching sketch file <Character_Colour_Clock_V069.ino> and sketch folder name <Character_Colour_Clock_V069.05>. Skipping
sketches-service WARN Mismatching sketch file <Character_Colour_Clock_V069.ino> and sketch folder name <Character_Colour_Clock_V069.06>. Skipping
sketches-service WARN Mismatching sketch file <Character_Colour_Clock_V069.ino> and sketch folder name <Character_Colour_Clock_V069.07>. Skipping
sketches-service WARN Mismatching sketch file <Character_Colour_Clock_V069.ino> and sketch folder name <Character_Colour_Clock_V069.08>. Skipping
sketches-service WARN Mismatching sketch file <Character_Colour_Clock_V069.ino> and sketch folder name <Character_Colour_Clock_V069.09>. Skipping
sketches-service WARN Mismatching sketch file <Character_Colour_Clock_V069.ino> and sketch folder name <Character_Colour_Clock_V069.10>. Skipping
sketches-service WARN Mismatching sketch file <Character_Colour_Clock_V069.ino> and sketch folder name <Character_Colour_Clock_V069.11>. Skipping
sketches-service WARN Mismatching sketch file <Character_Colour_Clock_V069.ino> and sketch folder name <Character_Colour_Clock_V069.12>. Skipping
sketches-service WARN Mismatching sketch file <Character_Colour_Clock_V069.ino> and sketch folder name <Character_Colour_Clock_V069.13>. Skipping
sketches-service WARN Mismatching sketch file <Character_Colour_Clock_V069.ino> and sketch folder name <Character_Colour_Clock_V069.14>. Skipping
sketches-service WARN Mismatching sketch file <Character_Colour_Clock_V069.ino> and sketch folder name <Character_Colour_Clock_V069.15>. Skipping
sketches-service WARN Mismatching sketch file <Character_Colour_Clock_V069.ino> and sketch folder name <Character_Colour_Clock_V069.16>. Skipping
sketches-service WARN Mismatching sketch file <Character_Colour_Clock_V069.ino> and sketch folder name <Character_Colour_Clock_V069.17>. Skipping
sketches-service WARN Mismatching sketch file <Character_Colour_Clock_V069.ino> and sketch folder name <Character_Colour_Clock_V069.18>. Skipping
sketches-service WARN Mismatching sketch file <Character_Colour_Clock_V069.ino> and sketch folder name <Character_Colour_Clock_V069.19>. Skipping
sketches-service WARN Mismatching sketch file <Character_Colour_Clock_V069.ino> and sketch folder name <Character_Colour_Clock_V069.20>. Skipping
sketches-service WARN Mismatching sketch file <Character_Colour_Clock_V069.ino> and sketch folder name <Character_Colour_Clock_V069.21>. Skipping
sketches-service WARN Mismatching sketch file <Character_Colour_Clock_V069.ino> and sketch folder name <Character_Colour_Clock_V069.23>. Skipping
sketches-service WARN Mismatching sketch file <Character_Colour_Clock_V069.ino> and sketch folder name <Character_Colour_Clock_V069.24>. Skipping
sketches-service WARN Mismatching sketch file <Character_Colour_Clock_V069.ino> and sketch folder name <Character_Colour_Clock_V069.25>. Skipping
sketches-service WARN Mismatching sketch file <Character_Colour_Clock_V069.ino> and sketch folder name <Character_Colour_Clock_V069.26>. Skipping
sketches-service WARN Mismatching sketch file <Character_Colour_Clock_V069.ino> and sketch folder name <Character_Colour_Clock_V069.27>. Skipping
sketches-service WARN Mismatching sketch file <Character_Colour_Clock_V069.ino> and sketch folder name <Character_Colour_Clock_V069.28>. Skipping
sketches-service WARN Mismatching sketch file <Character_Colour_Clock_V069.ino> and sketch folder name <Character_Colour_Clock_V069.29>. Skipping
sketches-service WARN Mismatching sketch file <Character_Colour_Clock_V069.ino> and sketch folder name <Character_Colour_Clock_V069.30>. Skipping
sketches-service WARN Mismatching sketch file <Character_Colour_Clock_V069.ino> and sketch folder name <Character_Colour_Clock_V069.31>. Skipping
sketches-service WARN Mismatching sketch file <Character_Colour_Clock_V069.ino> and sketch folder name <Character_Colour_Clock_V069.32>. Skipping
sketches-service WARN Mismatching sketch file <Create_WiFi_Access_Point.ino> and sketch folder name <Create_WiFi_Access_PointV01>. Skipping
sketches-service WARN Mismatching sketch file <Character_Colour_Clock_V069.ino> and sketch folder name <Character_Colour_Clock_V069.33Last>. Skipping
sketches-service WARN Mismatching sketch file <Character_Colour_Clock_V069.ino> and sketch folder name <Character_Colour_Clock_V069.22defect>. Skipping
sketches-service WARN Mismatching sketch file <Endianess.ino> and sketch folder name <FirmwareUpdater>. Skipping
root ERROR ---- !!!SLOW!!! DURATION: search took 1251.215 ms. Args: [{"type":"Updatable"}] ----
daemon INFO INFO[0006] Searching tools required for board esp32:esp32:esp32c3
INFO[0006] Required tool                                 tool="esp32:[email protected]"
INFO[0006] Required tool                                 tool="esp32:[email protected]"
INFO[0006] Required tool                                 tool="esp32:[email protected]"
INFO[0006] Required tool                                 tool="esp32:riscv32-esp-elf-gcc@gcc8_4_0-esp-2021r2-patch3"

daemon INFO INFO[0006] Required tool                                 tool="esp32:xtensa-esp32-elf-gcc@gcc8_4_0-esp-2021r2-patch3"
INFO[0006] Required tool                                 tool="esp32:xtensa-esp32s2-elf-gcc@gcc8_4_0-esp-2021r2-patch3"
INFO[0006] Required tool                                 tool="esp32:xtensa-esp32s3-elf-gcc@gcc8_4_0-esp-2021r2-patch3"
INFO[0006] Adding libraries dir                          dir="C:\\Users\\ednie\\AppData\\Local\\Arduino15\\libraries" location=ide
INFO[0006] Adding libraries dir                          dir="C:\\Users\\ednie\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware\\esp32\\2.0.5\\libraries" location=platform
INFO[0006] Adding libraries dir                          dir="c:\\Users\\ednie\\Documents\\Files\\Arduino\\libraries" location=user

daemon INFO INFO[0008] Resolving include Pocuter.h for arch esp32
INFO[0008]   found better lib                            lib=Pocuter prio=643

daemon INFO INFO[0009] Resolving include NimBLEDevice.h for arch esp32
INFO[0009]   found better lib                            lib=NimBLE-Arduino prio=3F5

daemon INFO INFO[0010] Resolving include EEPROM.h for arch esp32
INFO[0010]   found better lib                            lib=EEPROM prio=64C

daemon INFO INFO[0012] Resolving include ESPNtpClient.h for arch esp32
INFO[0012]   found better lib                            lib=ESPNTP prio=3EB

daemon INFO INFO[0013] Resolving include WiFi.h for arch esp32
INFO[0013]   found better lib                            lib=WiFiNINA prio=517
INFO[0013]   found better lib                            lib=WiFi prio=64C

daemon INFO INFO[0014] Resolving include Ticker.h for arch esp32
INFO[0014]   found better lib                            lib=Ticker prio=64C

daemon INFO INFO[0015] Resolving include AsyncTCP.h for arch esp32
INFO[0015]   found better lib                            lib=AsyncTCP prio=5DF

daemon INFO INFO[0017] Resolving include ESPAsyncWebServer.h for arch esp32
INFO[0017]   found better lib                            lib="ESP Async WebServer" prio=57B

daemon INFO INFO[0018] Resolving include FS.h for arch esp32
INFO[0018]   found better lib                            lib=FS prio=64C

daemon INFO INFO[0073] Searching tools required for board esp32:esp32:esp32c3
INFO[0073] Required tool                                 tool="esp32:[email protected]"
INFO[0073] Required tool                                 tool="esp32:[email protected]"
INFO[0073] Required tool                                 tool="esp32:[email protected]"

daemon INFO INFO[0073] Required tool                                 tool="esp32:riscv32-esp-elf-gcc@gcc8_4_0-esp-2021r2-patch3"
INFO[0073] Required tool                                 tool="esp32:xtensa-esp32-elf-gcc@gcc8_4_0-esp-2021r2-patch3"
INFO[0073] Required tool                                 tool="esp32:xtensa-esp32s2-elf-gcc@gcc8_4_0-esp-2021r2-patch3"
INFO[0073] Required tool                                 tool="esp32:xtensa-esp32s3-elf-gcc@gcc8_4_0-esp-2021r2-patch3"
INFO[0073] Adding libraries dir                          dir="C:\\Users\\ednie\\AppData\\Local\\Arduino15\\libraries" location=ide
INFO[0073] Adding libraries dir                          dir="C:\\Users\\ednie\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware\\esp32\\2.0.5\\libraries" location=platform
INFO[0073] Adding libraries dir                          dir="c:\\Users\\ednie\\Documents\\Files\\Arduino\\libraries" location=user

daemon INFO INFO[0075] Resolving include Pocuter.h for arch esp32
INFO[0075]   found better lib                            lib=Pocuter prio=643

daemon INFO INFO[0076] Resolving include NimBLEDevice.h for arch esp32
INFO[0076]   found better lib                            lib=NimBLE-Arduino prio=3F5

daemon INFO INFO[0077] Resolving include EEPROM.h for arch esp32
INFO[0077]   found better lib                            lib=EEPROM prio=64C

daemon INFO INFO[0078] Resolving include ESPNtpClient.h for arch esp32
INFO[0078]   found better lib                            lib=ESPNTP prio=3EB

daemon INFO INFO[0079] Resolving include WiFi.h for arch esp32
INFO[0079]   found better lib                            lib=WiFiNINA prio=517

daemon INFO INFO[0079]   found better lib                            lib=WiFi prio=64C

daemon INFO INFO[0081] Resolving include Ticker.h for arch esp32
INFO[0081]   found better lib                            lib=Ticker prio=64C

daemon INFO INFO[0082] Resolving include AsyncTCP.h for arch esp32
INFO[0082]   found better lib                            lib=AsyncTCP prio=5DF

daemon INFO INFO[0083] Resolving include ESPAsyncWebServer.h for arch esp32
INFO[0083]   found better lib                            lib="ESP Async WebServer" prio=57B

daemon INFO INFO[0085] Resolving include FS.h for arch esp32
INFO[0085]   found better lib                            lib=FS prio=64C

daemon INFO INFO[0101] Searching tools required for board esp32:esp32:esp32c3
INFO[0101] Required tool                                 tool="esp32:[email protected]"
INFO[0101] Required tool                                 tool="esp32:[email protected]"
INFO[0101] Required tool                                 tool="esp32:[email protected]"
INFO[0101] Required tool                                 tool="esp32:riscv32-esp-elf-gcc@gcc8_4_0-esp-2021r2-patch3"
INFO[0101] Required tool                                 tool="esp32:xtensa-esp32-elf-gcc@gcc8_4_0-esp-2021r2-patch3"
INFO[0101] Required tool                                 tool="esp32:xtensa-esp32s2-elf-gcc@gcc8_4_0-esp-2021r2-patch3"

daemon INFO INFO[0101] Required tool                                 tool="esp32:xtensa-esp32s3-elf-gcc@gcc8_4_0-esp-2021r2-patch3"

[10728:1028/124413.983:ERROR:gpu_init.cc(453)] Passthrough is not supported, GL is disabled, ANGLE is

@per1234 per1234 removed the status: waiting for information More information must be provided before work can proceed label Oct 28, 2022
@per1234 per1234 removed their assignment Oct 28, 2022
@ednieuw
Copy link
Author

ednieuw commented Nov 28, 2023

With IDE 2.2.1 this Time out or Connection got disposed does not occur anymore.
I tested the compiler with an ESP32-C3-4Mb board and the Arduino ESP32-Nano with two similar, large (3000 lines), programs.

This issue can be closed

@ednieuw ednieuw closed this as completed Nov 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: imperfection Perceived defect in any part of project
Projects
None yet
Development

No branches or pull requests

2 participants