Windows IDE does not start (also the nightly build)

Arduino IDE: v 2.0.2 (installed on 19 Nov)
Windows system: v11, 64bit
Java: version 8, update 351

I tried the nightly builds, when I realized that the IDE did not start.
But the today nightly version (2022-12-06) also does not start at all.

How can resolve this problem?

Meanwhile I did a Java uninstall / install, but the IDE still does not start.

IDE 2.0 does not use Java so that will be a dead end (as you noticed).

Can you please post the log file; it is in C:\Users\yourUsername\AppData\Roaming\Arduino IDE.

It might reveil something to those (not me) in the know.

OK. I found the log files folder. The last log is 55 kB in length.
I am not sure if it is allowed to post it here because of its length.

If I try to launch the IDE unsuccessfully, it does not create a new log file.

The log complains about one missing file: "installed.json.sig"

You should be able to add it as an attachment to a reply here.

I'll provide instructions:

  1. Open a forum reply here by clicking the Reply button.
  2. Click the "Upload" icon (image) on the post composer toolbar:
  3. Select the log file.
  4. Click the Open button.
  5. Click the Reply button to publish the post.

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

2022-12-05_log.log (54,0 kB)

That was yesterday's log and to my untrained eye it started succesfully. I would not expect to see something like the below if the IDE did not start.

2022-12-05 11:01:27 2022-12-05T10:01:27.163Z daemon INFO e[36mINFOe[0m[0021] Resolving include LiquidCrystal_I2C.h for arch avr 
e[36mINFOe[0m[0021]   found better lib                            e[36mlibe[0m="LiquidCrystal I2C" e[36mprioe[0m=64D

Let's see what @ptillisch thinks.

I also didn't spot anything of interest in the logs.

In some cases, it is possible no log file would be generated when Arduino IDE fails to start. Logs are also printed to the terminal when you start Arduino IDE from the command line. I think it would be useful to check whether anything is printed there. I'll provide instructions for starting it from command line:

  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.
  7. Wait until you are sure the IDE startup has failed/hung.
  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. Open a forum reply here by clicking the Reply button.
  13. Click the </> icon on the post composer toolbar.
    This will add the forum's code block markup (```) to your reply to make sure the error messages are correctly formatted.
    Code block
  14. Press Ctrl+V.
    This will paste the output into the code block.
  15. Move the cursor outside of the code block markup before you add any additional text to your reply.
  16. Click the Reply button to post the output.

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

Now the IDE started and runs!
It recommends the IDE v2.0.3, so I install this version now...

Here is the content of the shell:

Windows PowerShell
Copyright (C) Microsoft Corporation. All rights reserved.

Install the latest PowerShell for new features and improvements! https://aka.ms/PSWindows

PS E:\Program Files\arduino-ide_nightly-20221130> & '.\Arduino IDE.exe'
PS E:\Program Files\arduino-ide_nightly-20221130>
Arduino IDE 2.0.3-nightly-20221130
Starting backend process. PID: 11520
Using browser-only version of superagent in non-browser environment
Configuration directory URI: 'file:///c%3A/Users/teszt/.theia'
Configuring to accept webviews on '^.+\.webview\..+$' hostname.
2022-12-06T10:50:06.466Z root INFO Backend Object.initialize: 18.5 ms [Finished 19.767 s after backend start]
2022-12-06T10:50:06.466Z root INFO Backend Object.configure: 17.8 ms [Finished 19.767 s after backend start]
2022-12-06T10:50:06.466Z root INFO Backend MessagingContribution.onStart: 1.4 ms [Finished 19.767 s after backend start]
2022-12-06T10:50:06.467Z root INFO Backend OSBackendApplicationContribution.configure: 0.4 ms [Finished 20.165 s after backend start]
2022-12-06T10:50:06.467Z root INFO Backend DefaultWorkspaceServer.onStart: 0.3 ms [Finished 20.165 s after backend start]
2022-12-06T10:50:06.468Z root INFO Backend PluginLocalizationBackendContribution.configure: 0.1 ms [Finished 20.165 s after backend start]
2022-12-06T10:50:06.469Z root WARN Backend PluginLocalizationBackendContribution.initialize took longer than the expected maximum 50 milliseconds: 398.2 ms [Finished 20.166 s after backend start]
2022-12-06T10:50:06.469Z root INFO Backend TaskBackendApplicationContribution.onStart: 0.2 ms [Finished 20.166 s after backend start]
2022-12-06T10:50:06.470Z root INFO Backend ElectronTokenBackendContribution.configure: 1.0 ms [Finished 20.167 s after backend start]
2022-12-06T10:50:06.470Z root INFO Backend PluginDeployerContribution.initialize: 0.5 ms [Finished 20.167 s after backend start]
2022-12-06T10:50:06.471Z root INFO Backend ConfigServiceImpl.onStart: 0.7 ms [Finished 20.167 s after backend start]
2022-12-06T10:50:06.472Z root INFO Backend WebviewBackendSecurityWarnings.initialize: 0.3 ms [Finished 20.168 s after backend start]
2022-12-06T10:50:06.472Z root INFO Backend ArduinoDaemonImpl.onStart: 1.0 ms [Finished 20.169 s after backend start]
2022-12-06T10:50:06.472Z root INFO Backend NodeFileUploadService.configure: 1.8 ms [Finished 20.169 s after backend start]
2022-12-06T10:50:06.472Z daemon INFO Starting daemon from E:\Program Files\arduino-ide_nightly-20221130\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2022-12-06T10:50:06.473Z discovery-log INFO start
2022-12-06T10:50:06.473Z discovery-log INFO start new deferred
2022-12-06T10:50:06.473Z root INFO Backend HostedPluginLocalizationService.initialize: 0.4 ms [Finished 20.170 s after backend start]
2022-12-06T10:50:06.473Z root INFO Backend BoardDiscovery.onStart: 0.8 ms [Finished 20.171 s after backend start]
2022-12-06T10:50:06.473Z root INFO Backend FileDownloadEndpoint.configure: 0.6 ms [Finished 20.171 s after backend start]
2022-12-06T10:50:06.473Z root INFO Backend AuthenticationServiceImpl.onStart: 0.4 ms [Finished 20.172 s after backend start]
2022-12-06T10:50:06.473Z root INFO Backend PluginApiContribution.configure: 0.5 ms [Finished 20.172 s after backend start]
2022-12-06T10:50:06.495Z root INFO Backend HostedPluginReader.configure: 0.4 ms [Finished 20.173 s after backend start]
2022-12-06T10:50:06.495Z root INFO Backend HostedPluginReader.configure: 0.1 ms [Finished 20.173 s after backend start]
2022-12-06T10:50:06.495Z root INFO Backend PlotterBackendContribution.configure: 21.4 ms [Finished 20.195 s after backend start]
2022-12-06T10:50:06.498Z root INFO Theia app listening on http://localhost:65477.
2022-12-06T10:50:06.498Z root INFO Finished starting backend application: 25.3 ms [Finished 20.198 s after backend start]
2022-12-06T10:50:06.499Z root WARN The local plugin referenced by local-dir:C:\Users\teszt\.arduinoProIDE\plugins does not exist.
2022-12-06T10:50:06.500Z root WARN The local plugin referenced by local-dir:/c%3A/Users/teszt/.arduinoIDE/plugins does not exist.
2022-12-06T10:50:06.500Z root WARN The local plugin referenced by local-dir:/c%3A/Users/teszt/.arduinoIDE/extensions does not exist.
Restoring workspace roots: c:\Users\teszt\OneDrive\Dokumentumok\Arduino\TMP117_v030
isTempSketch: false. Input was c:\Users\teszt\OneDrive\Dokumentumok\Arduino\TMP117_v030\TMP117_v030.ino
2022-12-06T10:50:07.496Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2022-12-06T10:50:07.497Z root INFO Resolved "cortex-debug" to a VS Code extension "cortex-debug@0.3.10" with engines:
2022-12-06T10:50:07.497Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2022-12-06T10:50:07.497Z root INFO Resolved "vscode-arduino-tools" to a VS Code extension "vscode-arduino-tools@0.0.2-beta.5" with engines:
2022-12-06T10:50:07.497Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2022-12-06T10:50:07.497Z root INFO Resolved "vscode-builtin-cpp" to a VS Code extension "cpp@1.52.1" with engines:
2022-12-06T10:50:07.497Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2022-12-06T10:50:07.497Z root INFO Resolved "vscode-builtin-json" to a VS Code extension "json@1.46.1" with engines:
2022-12-06T10:50:07.497Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2022-12-06T10:50:07.497Z root INFO Resolved "vscode-builtin-json-language-features" to a VS Code extension "json-language-features@1.46.1" with engines:
2022-12-06T10:50:07.497Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2022-12-06T10:50:07.497Z root INFO Resolved "vscode-language-pack-bg" to a VS Code extension "vscode-language-pack-bg@1.48.3" with engines:
2022-12-06T10:50:07.497Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2022-12-06T10:50:07.498Z root INFO Resolved "vscode-language-pack-cs" to a VS Code extension "vscode-language-pack-cs@1.53.2" with engines:
2022-12-06T10:50:07.498Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2022-12-06T10:50:07.498Z root INFO Resolved "vscode-language-pack-de" to a VS Code extension "vscode-language-pack-de@1.53.2" with engines:
2022-12-06T10:50:07.498Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2022-12-06T10:50:07.498Z root INFO Resolved "vscode-language-pack-es" to a VS Code extension "vscode-language-pack-es@1.53.2" with engines:
2022-12-06T10:50:07.498Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2022-12-06T10:50:07.498Z root INFO Resolved "vscode-language-pack-fr" to a VS Code extension "vscode-language-pack-fr@1.53.2" with engines:
2022-12-06T10:50:07.498Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2022-12-06T10:50:07.498Z root INFO Resolved "vscode-language-pack-hu" to a VS Code extension "vscode-language-pack-hu@1.48.3" with engines:
2022-12-06T10:50:07.498Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2022-12-06T10:50:07.498Z root INFO Resolved "vscode-language-pack-it" to a VS Code extension "vscode-language-pack-it@1.53.2" with engines:
2022-12-06T10:50:07.498Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2022-12-06T10:50:07.498Z root INFO Resolved "vscode-language-pack-ja" to a VS Code extension "vscode-language-pack-ja@1.53.2" with engines:
2022-12-06T10:50:07.498Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2022-12-06T10:50:07.498Z root INFO Resolved "vscode-language-pack-ko" to a VS Code extension "vscode-language-pack-ko@1.53.2" with engines:
2022-12-06T10:50:07.499Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2022-12-06T10:50:07.499Z root INFO Resolved "vscode-language-pack-nl" to a VS Code extension "vscode-language-pack-nl@1.48.3" with engines:
2022-12-06T10:50:07.499Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2022-12-06T10:50:07.499Z root INFO Resolved "vscode-language-pack-pl" to a VS Code extension "vscode-language-pack-pl@1.53.2" with engines:
2022-12-06T10:50:07.499Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2022-12-06T10:50:07.499Z root INFO Resolved "vscode-language-pack-pt-BR" to a VS Code extension "vscode-language-pack-pt-BR@1.53.2" with engines:
2022-12-06T10:50:07.499Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2022-12-06T10:50:07.499Z root INFO Resolved "vscode-language-pack-ru" to a VS Code extension "vscode-language-pack-ru@1.53.2" with engines:
2022-12-06T10:50:07.499Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2022-12-06T10:50:07.499Z root INFO Resolved "vscode-language-pack-tr" to a VS Code extension "vscode-language-pack-tr@1.53.2" with engines:
2022-12-06T10:50:07.499Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2022-12-06T10:50:07.499Z root INFO Resolved "vscode-language-pack-uk" to a VS Code extension "vscode-language-pack-uk@1.48.3" with engines:
2022-12-06T10:50:07.499Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2022-12-06T10:50:07.499Z root INFO Resolved "vscode-language-pack-zh-hans" to a VS Code extension "vscode-language-pack-zh-hans@1.53.2" with engines:
2022-12-06T10:50:07.523Z root INFO Resolve plugins list: 1051.4 ms [Finished 21.223 s after backend start]
2022-12-06T10:50:07.612Z root INFO Deployed backend plugin "marus25.cortex-debug@0.3.10" from "E:\Program Files\arduino-ide_nightly-20221130\resources\app\plugins\cortex-debug\extension\dist\extension": 89.1 ms [Finished 21.312 s after backend start]
2022-12-06T10:50:07.648Z root INFO Deployed backend plugin "arduino.vscode-arduino-tools@0.0.2-beta.5" from "E:\ProgramFiles\arduino-ide_nightly-20221130\resources\app\plugins\vscode-arduino-tools\extension\dist\bundle": 35.7 ms [Finished21.348 s after backend start]
2022-12-06T10:50:07.836Z root INFO Deployed backend plugin "vscode.cpp@1.52.1" from "E:\Program Files\arduino-ide_nightly-20221130\resources\app\plugins\vscode-builtin-cpp\extension": 187.6 ms [Finished 21.536 s after backend start]
2022-12-06T10:50:07.849Z root INFO Deployed backend plugin "vscode.json@1.46.1" from "E:\Program Files\arduino-ide_nightly-20221130\resources\app\plugins\vscode-builtin-json\extension": 12.9 ms [Finished 21.549 s after backend start]
2022-12-06T10:50:07.849Z root INFO Deployed backend plugin "vscode.json-language-features@1.46.1" from "E:\Program Files\arduino-ide_nightly-20221130\resources\app\plugins\vscode-builtin-json-language-features\extension\client\dist\jsonMain": 0.7 ms [Finished 21.549 s after backend start]
2022-12-06T10:50:09.307Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-bg@1.48.3" from "E:\Program Files\arduino-ide_nightly-20221130\resources\app\plugins\vscode-language-pack-bg\extension": 1457.9 ms [Finished 23.007 s after backend start]
2022-12-06T10:50:10.130Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-cs@1.53.2" from "E:\Program Files\arduino-ide_nightly-20221130\resources\app\plugins\vscode-language-pack-cs\extension": 823.1 ms [Finished 23.830 safter backend start]
2022-12-06T10:50:11.528Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-de@1.53.2" from "E:\Program Files\arduino-ide_nightly-20221130\resources\app\plugins\vscode-language-pack-de\extension": 1397.5 ms [Finished 25.228 s after backend start]
2022-12-06T10:50:12.211Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-es@1.53.2" from "E:\Program Files\arduino-ide_nightly-20221130\resources\app\plugins\vscode-language-pack-es\extension": 683.5 ms [Finished 25.911 safter backend start]
2022-12-06T10:50:13.406Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-fr@1.53.2" from "E:\Program Files\arduino-ide_nightly-20221130\resources\app\plugins\vscode-language-pack-fr\extension": 1194.9 ms [Finished 27.106 s after backend start]
2022-12-06T10:50:13.679Z daemon INFO INFO[0001] Using config file: c:\Users\teszt\.arduinoIDE\arduino-cli.yaml
INFO[0001] arduino-cli.exe version 0.29.0
INFO[0001] Executing `arduino-cli daemon`
{"IP":"127.0.0.1","Port":"51677"}

2022-12-06T10:50:13.680Z daemon INFO Daemon is running.
2022-12-06T10:50:14.245Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-hu@1.48.3" from "E:\Program Files\arduino-ide_nightly-20221130\resources\app\plugins\vscode-language-pack-hu\extension": 838.1 ms [Finished 27.945 safter backend start]
2022-12-06T10:50:15.026Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-it@1.53.2" from "E:\Program Files\arduino-ide_nightly-20221130\resources\app\plugins\vscode-language-pack-it\extension": 780.9 ms [Finished 28.725 safter backend start]
2022-12-06T10:50:15.027Z daemon INFO INFO[0002] Loading hardware from: c:\Users\teszt\AppData\Local\Arduino15\packages
INFO[0002] Loading package arduino from: C:\Users\teszt\AppData\Local\Arduino15\packages\arduino\hardware
INFO[0002] Checking signature                            error="opening signature file: open C:\\Users\\teszt\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\installed.json.sig: A rendszer nem találja a megadott fájlt." index="C:\\Users\\teszt\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\installed.json" signatureFile="C:\\Users\\teszt\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\installed.json.sig"
INFO[0002] Adding monitor tool                           protocol=serial tool="builtin:serial-monitor"
INFO[0002] Loaded platform                               platform="arduino:avr@1.8.6"
INFO[0002] Checking signature                            error="opening signature file: open C:\\Users\\teszt\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\sam\\1.6.12\\installed.json.sig: A rendszer nem találja a megadott fájlt." index="C:\\Users\\teszt\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\sam\\1.6.12\\installed.json" signatureFile="C:\\Users\\teszt\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\sam\\1.6.12\\installed.json.sig"
INFO[0002] Adding monitor tool                           protocol=serial tool="builtin:serial-monitor"
INFO[0002] Loaded platform                               platform="arduino:sam@1.6.12"
INFO[0002] Checking existence of 'tools' path: C:\Users\teszt\AppData\Local\Arduino15\packages\arduino\tools
INFO[0002] Loading tools from dir: C:\Users\teszt\AppData\Local\Arduino15\packages\arduino\tools
INFO[0002] Loaded tool                                   tool="arduino:arduinoOTA@1.3.0"
INFO[0002] Loaded tool                                   tool="arduino:arm-none-eabi-gcc@4.8.3-2014q1"
INFO[0002] Loaded tool                                   tool="arduino:avr-gcc@7.3.0-atmel3.6.1-arduino7"
INFO[0002] Loaded tool                                   tool="arduino:avrdude@6.3.0-arduino17"
INFO[0002] Loaded tool                                   tool="arduino:bossac@1.6.1-arduino"
INFO[0002] Loading package builtin from: C:\Users\teszt\AppData\Local\Arduino15\packages\builtin
INFO[0002] Checking existence of 'tools' path: C:\Users\teszt\AppData\Local\Arduino15\packages\builtin\tools
INFO[0002] Loading tools from dir: C:\Users\teszt\AppData\Local\Arduino15\packages\builtin\tools
INFO[0002] Loaded tool                                   tool="builtin:ctags@5.8-arduino11"
INFO[0002] Loaded tool                                   tool="builtin:mdns-discovery@1.0.6"
INFO[0002] Loaded tool                                   tool="builtin:serial-discovery@1.0.0"
INFO[0002] Loaded tool                                   tool="builtin:serial-discovery@1.3.2"
INFO[0002] Loaded tool                                   tool="builtin:serial-monitor@0.10.0"
INFO[0002] Loaded tool                                   tool="builtin:serial-monitor@0.11.0"
INFO[0002] Loaded tool                                   tool="builtin:serial-monitor@0.9.1"
INFO[0002] Checking signature                            index="c:\\Users\\teszt\\AppData\\Local\\Arduino15\\package_index.json" signatureFile="c:\\Users\\teszt\\AppData\\Local\\Arduino15\\package_index.json.sig" trusted=true

2022-12-06T10:50:16.539Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-ja@1.53.2" from "E:\Program Files\arduino-ide_nightly-20221130\resources\app\plugins\vscode-language-pack-ja\extension": 1513.7 ms [Finished 30.239 s after backend start]
2022-12-06T10:50:16.540Z daemon INFO INFO[0002] Adding libraries dir                          dir="C:\\Users\\teszt\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\libraries" location=platform
INFO[0002] Adding libraries dir                          dir="C:\\Users\\teszt\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\sam\\1.6.12\\libraries" location=platform
INFO[0002] Loading libraries index file                  index="c:\\Users\\teszt\\AppData\\Local\\Arduino15\\library_index.json"
INFO[0003] Adding libraries dir                          dir="C:\\Users\\teszt\\AppData\\Local\\Arduino15\\libraries" location=ide
INFO[0003] Adding libraries dir                          dir="c:\\Users\\teszt\\OneDrive\\Dokumentumok\\Arduino\\libraries" location=user

2022-12-06T10:50:17.449Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-ko@1.53.2" from "E:\Program Files\arduino-ide_nightly-20221130\resources\app\plugins\vscode-language-pack-ko\extension": 909.9 ms [Finished 31.149 safter backend start]
2022-12-06T10:50:17.822Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-nl@1.48.3" from "E:\Program Files\arduino-ide_nightly-20221130\resources\app\plugins\vscode-language-pack-nl\extension": 372.2 ms [Finished 31.522 safter backend start]
2022-12-06T10:50:18.792Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-pl@1.53.2" from "E:\Program Files\arduino-ide_nightly-20221130\resources\app\plugins\vscode-language-pack-pl\extension": 970.0 ms [Finished 32.492 safter backend start]
2022-12-06T10:50:19.373Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-pt-br@1.53.2" from "E:\Program Files\arduino-ide_nightly-20221130\resources\app\plugins\vscode-language-pack-pt-BR\extension": 581.3 ms [Finished 33.073 s after backend start]
2022-12-06T10:50:20.024Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-ru@1.53.2" from "E:\Program Files\arduino-ide_nightly-20221130\resources\app\plugins\vscode-language-pack-ru\extension": 650.6 ms [Finished 33.724 safter backend start]
2022-12-06T10:50:20.698Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-tr@1.53.2" from "E:\Program Files\arduino-ide_nightly-20221130\resources\app\plugins\vscode-language-pack-tr\extension": 674.0 ms [Finished 34.398 safter backend start]
2022-12-06T10:50:21.504Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-uk@1.48.3" from "E:\Program Files\arduino-ide_nightly-20221130\resources\app\plugins\vscode-language-pack-uk\extension": 806.2 ms [Finished 35.204 safter backend start]
2022-12-06T10:50:22.204Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-zh-hans@1.53.2" from "E:\Program Files\arduino-ide_nightly-20221130\resources\app\plugins\vscode-language-pack-zh-hans\extension": 699.8 ms [Finished 35.904 s after backend start]
2022-12-06T10:50:22.444Z root INFO Deploy plugins list: 1051.4 ms [Finished 35.904 s after backend start]
2022-12-06T10:50:22.446Z discovery-log INFO start request start watch
2022-12-06T10:50:22.446Z discovery-log INFO start requested start watch
2022-12-06T10:50:22.447Z discovery-log INFO start resolved watching
2022-12-06T10:50:22.536Z daemon INFO INFO[0010] starting discovery builtin:mdns-discovery process

2022-12-06T10:50:22.536Z daemon INFO INFO[0010] starting discovery builtin:serial-discovery process

2022-12-06T10:50:22.981Z daemon INFO INFO[0010] started discovery builtin:serial-discovery process
INFO[0010] sending command HELLO 1 "arduino-cli 0.29.0" to discovery builtin:serial-discovery

2022-12-06T10:50:23.408Z daemon INFO INFO[0011] from discovery builtin:serial-discovery received message type: hello, message: OK, protocol version: 1

2022-12-06T10:50:23.408Z daemon INFO INFO[0011] sending command START_SYNC to discovery builtin:serial-discovery

2022-12-06T10:50:23.408Z daemon INFO INFO[0011] from discovery builtin:serial-discovery received message type: start_sync, message: OK

2022-12-06T10:50:24.467Z daemon INFO INFO[0012] started discovery builtin:mdns-discovery process
INFO[0012] sending command HELLO 1 "arduino-cli 0.29.0" to discovery builtin:mdns-discovery

2022-12-06T10:50:24.536Z daemon INFO INFO[0012] from discovery builtin:mdns-discovery received message type: hello, message: OK, protocol version: 1

2022-12-06T10:50:24.536Z daemon INFO INFO[0012] sending command START_SYNC to discovery builtin:mdns-discovery
INFO[0012] from discovery builtin:mdns-discovery received message type: start_sync, message: OK

Opening channel for service path '/services/electron-window-ext'.
Opening channel for service path '/services/electron-window'.
Opening channel for service path '/services/ide-updater'.
2022-12-06T10:50:28.096Z root WARN Frontend a.configure took longer than the expected maximum 100 milliseconds: 1416.0 ms [Finished 20.570 s after frontend start]
2022-12-06T10:50:28.282Z root WARN Frontend commands.onStart took longer than the expected maximum 100 milliseconds: 236.2 ms [Finished 20.807 s after frontend start]
[16924:1206/115028.328:ERROR:accelerator_util.cc(24)] The accelerator string can only contain ASCII characters
[16924:1206/115028.328:ERROR:accelerator_util.cc(24)] The accelerator string can only contain ASCII characters
2022-12-06T10:50:28.359Z root WARN Frontend keybindings.onStart took longer than the expected maximum 100 milliseconds:206.5 ms [Finished 21.013 s after frontend start]
2022-12-06T10:50:28.584Z 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\teszt\OneDrive\Dokumentumok\Arduino\TMP117_v030\TMP117_v030.ino>, response: <c:\Users\teszt\OneDrive\Dokumentumok\Arduino\TMP117_v030>.
[16924:1206/115028.807:ERROR:accelerator_util.cc(24)] The accelerator string can only contain ASCII characters
[16924:1206/115028.807:ERROR:accelerator_util.cc(24)] The accelerator string can only contain ASCII characters
2022-12-06T10:50:28.932Z root WARN Frontend l.onStart took longer than the expected maximum 100 milliseconds: 478.2 ms [Finished 21.642 s after frontend start]
2022-12-06T10:50:30.270Z root INFO Start frontend contributions: 2808.4 ms [Finished 21.646 s after frontend start]
2022-12-06T10:50:30.271Z root INFO Changed application state from 'init' to 'started_contributions'.
2022-12-06T10:50:30.371Z root INFO Changed application state from 'started_contributions' to 'attached_shell'.
2022-12-06T10:50:30.371Z root INFO >>> Restoring the layout state...
2022-12-06T10:50:30.372Z root INFO ------- SERIALIZED LAYOUT DATA -------
2022-12-06T10:50:30.373Z root INFO {"version":5,"mainPanel":{"main":{"type":"tab-area","widgets":[{"constructionOptions":{"factoryId":"code-editor-opener","options":{"counter":0,"kind":"navigatable","uri":"file:///c%3A/Users/teszt/OneDrive/Dokumentumok/Arduino/TMP117_v030/TMP117_v030.ino"}},"innerWidgetState":"{\"cursorState\":[{\"inSelectionMode\":true,\"selectionStart\":{\"lineNumber\":66,\"column\":62},\"position\":{\"lineNumber\":66,\"column\":1}}],\"viewState\":{\"scrollLeft\":0,\"firstPosition\":{\"lineNumber\":53,\"column\":1},\"firstPositionDeltaTop\":-14},\"contributionsState\":{\"editor.contrib.findController\":{\"widgetViewZoneVisible\":false,\"scrollTop\":1295},\"editor.contrib.folding\":{\"lineCount\":656,\"provider\":\"indent\",\"foldedImports\":false},\"editor.contrib.wordHighlighter\":false}}"},{"constructionOptions":{"factoryId":"code-editor-opener","options":{"counter":0,"kind":"navigatable","uri":"file:///c%3A/Users/teszt/OneDrive/Dokumentumok/Arduino/TMP117_v030/sketch.json"}},"innerWidgetState":"{\"cursorState\":[{\"inSelectionMode\":false,\"selectionStart\":{\"lineNumber\":1,\"column\":1},\"position\":{\"lineNumber\":1,\"column\":1}}],\"viewState\":{\"scrollLeft\":0,\"firstPosition\":{\"lineNumber\":1,\"column\":1},\"firstPositionDeltaTop\":0},\"contributionsState\":{\"editor.contrib.folding\":{\"lineCount\":9,\"provider\":\"syntax\",\"foldedImports\":false},\"editor.contrib.wordHighlighter\":false}}"}],"currentIndex":0}},"mainPanelPinned":[false,false],"bottomPanel":{"config":{"main":{"type":"tab-area","widgets":[{"constructionOptions":{"factoryId":"outputView"},"innerWidgetState":"{\"locked\":false}"},{"constructionOptions":{"factoryId":"serial-monitor"}}],"currentIndex":1}},"pinned":[false,false],"size":259,"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\":\"Keresés\",\"iconClass\":\"codicon codicon-search\",\"closeable\":true},\"widget\":{\"constructionOptions\":{\"factoryId\":\"search-in-workspace\"},\"innerWidgetState\":\"{\\\"matchCaseState\\\":{\\\"className\\\":\\\"codicon codicon-case-sensitive\\\",\\\"enabled\\\":false,\\\"title\\\":\\\"Kis- és nagybetűk megkülönböztetése\\\"},\\\"wholeWordState\\\":{\\\"className\\\":\\\"codicon codicon-whole-word\\\",\\\"enabled\\\":false,\\\"title\\\":\\\"Csak teljes szavas egyezés\\\"},\\\"regExpState\\\":{\\\"className\\\":\\\"codicon codicon-regex\\\",\\\"enabled\\\":false,\\\"title\\\":\\\"Reguláris kifejezés használata\\\"},\\\"includeIgnoredState\\\":{\\\"className\\\":\\\"codicon codicon-eye\\\",\\\"enabled\\\":false,\\\"title\\\":\\\"Ignorált fájlok felvétele\\\"},\\\"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\":\"Keresés\",\"iconClass\":\"fa fa-arduino-search\",\"closeable\":true}}"},"rank":5,"expanded":false,"pinned":false}],"size":248},"rightPanel":{"type":"sidepanel","items":[]}}
2022-12-06T10:50:30.373Z root INFO ------- END SERIALIZED LAYOUT DATA -------
2022-12-06T10:50:30.940Z root INFO [0576c61c-5fa7-4a4b-99ee-7a506401acfb] Waiting for backend deployment: 1887.3 ms [Finished 23.530 s after frontend start]
2022-12-06T10:50:34.912Z root INFO [0576c61c-5fa7-4a4b-99ee-7a506401acfb] Sync of 21 plugins: 4094.2 ms [Finished 27.624 s after frontend start]
2022-12-06T10:50:35.544Z root INFO <<< The layout has been successfully restored.
2022-12-06T10:50:35.665Z root INFO Initialize the workbench layout: 5187.8 ms [Finished 28.257 s after frontend start]
2022-12-06T10:50:35.677Z root INFO Changed application state from 'attached_shell' to 'initialized_layout'.
2022-12-06T10:50:35.678Z root INFO [0576c61c-5fa7-4a4b-99ee-7a506401acfb][marus25.cortex-debug]: Loaded contributions.
2022-12-06T10:50:35.678Z root INFO [0576c61c-5fa7-4a4b-99ee-7a506401acfb][arduino.vscode-arduino-tools]: Loaded contributions.
2022-12-06T10:50:35.679Z root INFO [0576c61c-5fa7-4a4b-99ee-7a506401acfb][vscode.cpp]: Loaded contributions.
2022-12-06T10:50:35.680Z root INFO [0576c61c-5fa7-4a4b-99ee-7a506401acfb][vscode.json]: Loaded contributions.
2022-12-06T10:50:35.680Z root INFO [0576c61c-5fa7-4a4b-99ee-7a506401acfb][vscode.json-language-features]: Loaded contributions.
2022-12-06T10:50:35.680Z root INFO [0576c61c-5fa7-4a4b-99ee-7a506401acfb][ms-ceintl.vscode-language-pack-bg]: Loaded contributions.
2022-12-06T10:50:35.680Z root INFO [0576c61c-5fa7-4a4b-99ee-7a506401acfb][ms-ceintl.vscode-language-pack-cs]: Loaded contributions.
2022-12-06T10:50:35.680Z root INFO [0576c61c-5fa7-4a4b-99ee-7a506401acfb][ms-ceintl.vscode-language-pack-de]: Loaded contributions.
2022-12-06T10:50:35.680Z root INFO [0576c61c-5fa7-4a4b-99ee-7a506401acfb][ms-ceintl.vscode-language-pack-es]: Loaded contributions.
2022-12-06T10:50:35.680Z root INFO [0576c61c-5fa7-4a4b-99ee-7a506401acfb][ms-ceintl.vscode-language-pack-fr]: Loaded contributions.
2022-12-06T10:50:35.680Z root INFO [0576c61c-5fa7-4a4b-99ee-7a506401acfb][ms-ceintl.vscode-language-pack-hu]: Loaded contributions.
2022-12-06T10:50:35.680Z root INFO [0576c61c-5fa7-4a4b-99ee-7a506401acfb][ms-ceintl.vscode-language-pack-it]: Loaded contributions.
2022-12-06T10:50:35.680Z root INFO [0576c61c-5fa7-4a4b-99ee-7a506401acfb][ms-ceintl.vscode-language-pack-ja]: Loaded contributions.
2022-12-06T10:50:35.681Z root INFO [0576c61c-5fa7-4a4b-99ee-7a506401acfb][ms-ceintl.vscode-language-pack-ko]: Loaded contributions.
2022-12-06T10:50:35.681Z root INFO [0576c61c-5fa7-4a4b-99ee-7a506401acfb][ms-ceintl.vscode-language-pack-nl]: Loaded contributions.
2022-12-06T10:50:35.681Z root INFO [0576c61c-5fa7-4a4b-99ee-7a506401acfb][ms-ceintl.vscode-language-pack-pl]: Loaded contributions.
2022-12-06T10:50:35.681Z root INFO [0576c61c-5fa7-4a4b-99ee-7a506401acfb][ms-ceintl.vscode-language-pack-pt-br]: Loadedcontributions.
2022-12-06T10:50:35.684Z root INFO [0576c61c-5fa7-4a4b-99ee-7a506401acfb][ms-ceintl.vscode-language-pack-ru]: Loaded contributions.
2022-12-06T10:50:35.684Z root INFO [0576c61c-5fa7-4a4b-99ee-7a506401acfb][ms-ceintl.vscode-language-pack-tr]: Loaded contributions.
2022-12-06T10:50:35.684Z root INFO [0576c61c-5fa7-4a4b-99ee-7a506401acfb][ms-ceintl.vscode-language-pack-uk]: Loaded contributions.
2022-12-06T10:50:35.684Z root INFO [0576c61c-5fa7-4a4b-99ee-7a506401acfb][ms-ceintl.vscode-language-pack-zh-hans]: Loaded contributions.
2022-12-06T10:50:35.684Z root INFO [0576c61c-5fa7-4a4b-99ee-7a506401acfb] Load contributions of 21 plugins: 115.2 ms [Finished 28.377 s after frontend start]
2022-12-06T10:50:35.719Z root INFO [hosted-plugin: 12640] PLUGIN_HOST(12640) starting instance
2022-12-06T10:50:36.232Z root WARN 'cpp' language is remapped from 'source.cpp.embedded.macro' to 'source.cpp' scope
2022-12-06T10:50:36.233Z root WARN a registered grammar configuration for 'cpp' language is overridden
[16924:1206/115036.338:ERROR:accelerator_util.cc(24)] The accelerator string can only contain ASCII characters
[16924:1206/115036.338:ERROR:accelerator_util.cc(24)] The accelerator string can only contain ASCII characters
[16924:1206/115037.559:ERROR:accelerator_util.cc(24)] The accelerator string can only contain ASCII characters
[16924:1206/115037.559:ERROR:accelerator_util.cc(24)] The accelerator string can only contain ASCII characters
[16924:1206/115037.571:ERROR:accelerator_util.cc(24)] The accelerator string can only contain ASCII characters
[16924:1206/115037.571:ERROR:accelerator_util.cc(24)] The accelerator string can only contain ASCII characters
[16924:1206/115037.581:ERROR:accelerator_util.cc(24)] The accelerator string can only contain ASCII characters
[16924:1206/115037.581:ERROR:accelerator_util.cc(24)] The accelerator string can only contain ASCII characters
2022-12-06T10:50:37.589Z root INFO Frontend application start: 9796.6 ms [Finished 51.289 s after backend start]
2022-12-06T10:50:37.591Z root INFO Replace loading indicator with ready workbench UI (animation): 1440.9 ms [Finished 29.857 s after frontend start]
[16924:1206/115037.598:ERROR:accelerator_util.cc(24)] The accelerator string can only contain ASCII characters
[16924:1206/115037.598:ERROR:accelerator_util.cc(24)] The accelerator string can only contain ASCII characters
2022-12-06T10:50:37.609Z root INFO Changed application state from 'initialized_layout' to 'ready'.
[16924:1206/115037.614:ERROR:accelerator_util.cc(24)] The accelerator string can only contain ASCII characters
[16924:1206/115037.614:ERROR:accelerator_util.cc(24)] The accelerator string can only contain ASCII characters
[16924:1206/115037.629:ERROR:accelerator_util.cc(24)] The accelerator string can only contain ASCII characters
[16924:1206/115037.629:ERROR:accelerator_util.cc(24)] The accelerator string can only contain ASCII characters
[16924:1206/115037.639:ERROR:accelerator_util.cc(24)] The accelerator string can only contain ASCII characters
[16924:1206/115037.639:ERROR:accelerator_util.cc(24)] The accelerator string can only contain ASCII characters
Checking for update
[16924:1206/115037.921:ERROR:accelerator_util.cc(24)] The accelerator string can only contain ASCII characters
[16924:1206/115037.921:ERROR:accelerator_util.cc(24)] The accelerator string can only contain ASCII characters
[16924:1206/115037.945:ERROR:accelerator_util.cc(24)] The accelerator string can only contain ASCII characters
[16924:1206/115037.945:ERROR:accelerator_util.cc(24)] The accelerator string can only contain ASCII characters
[16924:1206/115037.964:ERROR:accelerator_util.cc(24)] The accelerator string can only contain ASCII characters
[16924:1206/115037.964:ERROR:accelerator_util.cc(24)] The accelerator string can only contain ASCII characters
[16924:1206/115037.993:ERROR:accelerator_util.cc(24)] The accelerator string can only contain ASCII characters
[16924:1206/115037.994:ERROR:accelerator_util.cc(24)] The accelerator string can only contain ASCII characters
[16924:1206/115038.015:ERROR:accelerator_util.cc(24)] The accelerator string can only contain ASCII characters
[16924:1206/115038.015:ERROR:accelerator_util.cc(24)] The accelerator string can only contain ASCII characters
[16924:1206/115038.037:ERROR:accelerator_util.cc(24)] The accelerator string can only contain ASCII characters
[16924:1206/115038.037:ERROR:accelerator_util.cc(24)] The accelerator string can only contain ASCII characters
[16924:1206/115038.061:ERROR:accelerator_util.cc(24)] The accelerator string can only contain ASCII characters
[16924:1206/115038.061:ERROR:accelerator_util.cc(24)] The accelerator string can only contain ASCII characters
[16924:1206/115038.086:ERROR:accelerator_util.cc(24)] The accelerator string can only contain ASCII characters
[16924:1206/115038.086:ERROR:accelerator_util.cc(24)] The accelerator string can only contain ASCII characters
[16924:1206/115038.109:ERROR:accelerator_util.cc(24)] The accelerator string can only contain ASCII characters
[16924:1206/115038.109:ERROR:accelerator_util.cc(24)] The accelerator string can only contain ASCII characters
[16924:1206/115038.131:ERROR:accelerator_util.cc(24)] The accelerator string can only contain ASCII characters
[16924:1206/115038.132:ERROR:accelerator_util.cc(24)] The accelerator string can only contain ASCII characters
[16924:1206/115038.206:ERROR:accelerator_util.cc(24)] The accelerator string can only contain ASCII characters
[16924:1206/115038.206:ERROR:accelerator_util.cc(24)] The accelerator string can only contain ASCII characters
[16924:1206/115038.229:ERROR:accelerator_util.cc(24)] The accelerator string can only contain ASCII characters
[16924:1206/115038.229:ERROR:accelerator_util.cc(24)] The accelerator string can only contain ASCII characters
2022-12-06T10:50:38.597Z root INFO [hosted-plugin: 12640] PLUGIN_HOST(12640): PluginManagerExtImpl/init()
PLUGIN_HOST(12640): initializing(cortex-debug@0.3.10 with E:\Program Files\arduino-ide_nightly-20221130\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2022-12-06T10:50:38.710Z root INFO [hosted-plugin: 12640] Debugger contribution has been registered: cortex-debug
[16924:1206/115038.715:ERROR:accelerator_util.cc(24)] The accelerator string can only contain ASCII characters
[16924:1206/115038.715:ERROR:accelerator_util.cc(24)] The accelerator string can only contain ASCII characters
[16924:1206/115038.740:ERROR:accelerator_util.cc(24)] The accelerator string can only contain ASCII characters
[16924:1206/115038.740:ERROR:accelerator_util.cc(24)] The accelerator string can only contain ASCII characters
2022-12-06T10:50:38.778Z root INFO [hosted-plugin: 12640] PLUGIN_HOST(12640): initializing(vscode-arduino-tools@0.0.2-beta.5 with E:\Program Files\arduino-ide_nightly-20221130\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2022-12-06T10:50:38.779Z root INFO [hosted-plugin: 12640] PLUGIN_HOST(12640): initializing(cpp@1.52.1 with E:\Program Files\arduino-ide_nightly-20221130\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2022-12-06T10:50:38.780Z root INFO [hosted-plugin: 12640] PLUGIN_HOST(12640): initializing(json@1.46.1 with E:\Program Files\arduino-ide_nightly-20221130\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2022-12-06T10:50:38.780Z root INFO [hosted-plugin: 12640] PLUGIN_HOST(12640): initializing(json-language-features@1.46.1 with E:\Program Files\arduino-ide_nightly-20221130\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2022-12-06T10:50:38.781Z root INFO [hosted-plugin: 12640] PLUGIN_HOST(12640): initializing(vscode-language-pack-bg@1.48.3 with E:\Program Files\arduino-ide_nightly-20221130\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2022-12-06T10:50:38.782Z root INFO [hosted-plugin: 12640] PLUGIN_HOST(12640): initializing(vscode-language-pack-cs@1.53.2 with E:\Program Files\arduino-ide_nightly-20221130\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2022-12-06T10:50:38.782Z root INFO [hosted-plugin: 12640] PLUGIN_HOST(12640): initializing(vscode-language-pack-de@1.53.2 with E:\Program Files\arduino-ide_nightly-20221130\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2022-12-06T10:50:38.783Z root INFO [hosted-plugin: 12640] PLUGIN_HOST(12640): initializing(vscode-language-pack-es@1.53.2 with E:\Program Files\arduino-ide_nightly-20221130\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2022-12-06T10:50:38.784Z root INFO [hosted-plugin: 12640] PLUGIN_HOST(12640): initializing(vscode-language-pack-fr@1.53.2 with E:\Program Files\arduino-ide_nightly-20221130\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2022-12-06T10:50:38.785Z root INFO [hosted-plugin: 12640] PLUGIN_HOST(12640): initializing(vscode-language-pack-hu@1.48.3 with E:\Program Files\arduino-ide_nightly-20221130\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2022-12-06T10:50:38.785Z root INFO [hosted-plugin: 12640] PLUGIN_HOST(12640): initializing(vscode-language-pack-it@1.53.2 with E:\Program Files\arduino-ide_nightly-20221130\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
[16924:1206/115038.858:ERROR:accelerator_util.cc(24)] The accelerator string can only contain ASCII characters
[16924:1206/115038.858:ERROR:accelerator_util.cc(24)] The accelerator string can only contain ASCII characters
2022-12-06T10:50:38.859Z daemon INFO INFO[0026] Updating libraries index
INFO[0026] Updating index                                url="https://downloads.arduino.cc/packages/package_index.tar.bz2"

2022-12-06T10:50:38.886Z root INFO [hosted-plugin: 12640] PLUGIN_HOST(12640): initializing(vscode-language-pack-ja@1.53.2 with E:\Program Files\arduino-ide_nightly-20221130\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
[16924:1206/115038.893:ERROR:accelerator_util.cc(24)] The accelerator string can only contain ASCII characters
[16924:1206/115038.893:ERROR:accelerator_util.cc(24)] The accelerator string can only contain ASCII characters
[16924:1206/115038.930:ERROR:accelerator_util.cc(24)] The accelerator string can only contain ASCII characters
[16924:1206/115038.930:ERROR:accelerator_util.cc(24)] The accelerator string can only contain ASCII characters
2022-12-06T10:50:38.980Z root INFO [hosted-plugin: 12640] PLUGIN_HOST(12640): initializing(vscode-language-pack-ko@1.53.2 with E:\Program Files\arduino-ide_nightly-20221130\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2022-12-06T10:50:39.073Z root INFO [hosted-plugin: 12640] PLUGIN_HOST(12640): initializing(vscode-language-pack-nl@1.48.3 with E:\Program Files\arduino-ide_nightly-20221130\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2022-12-06T10:50:39.127Z root INFO core-client-provider [library-index]
2022-12-06T10:50:39.128Z root INFO core-client-provider [platform-index]
2022-12-06T10:50:39.149Z root INFO [hosted-plugin: 12640] PLUGIN_HOST(12640): initializing(vscode-language-pack-pl@1.53.2 with E:\Program Files\arduino-ide_nightly-20221130\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2022-12-06T10:50:39.155Z root INFO [hosted-plugin: 12640] PLUGIN_HOST(12640): initializing(vscode-language-pack-pt-BR@1.53.2 with E:\Program Files\arduino-ide_nightly-20221130\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2022-12-06T10:50:39.160Z root INFO [hosted-plugin: 12640] PLUGIN_HOST(12640): initializing(vscode-language-pack-ru@1.53.2 with E:\Program Files\arduino-ide_nightly-20221130\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2022-12-06T10:50:39.163Z root INFO [hosted-plugin: 12640] PLUGIN_HOST(12640): initializing(vscode-language-pack-tr@1.53.2 with E:\Program Files\arduino-ide_nightly-20221130\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2022-12-06T10:50:40.042Z root ERROR ---- !!!SLOW!!! DURATION: search took 1468.368 ms. Args: [{"type":"Updatable"}] ----
2022-12-06T10:50:40.043Z root INFO [hosted-plugin: 12640] PLUGIN_HOST(12640): initializing(vscode-language-pack-uk@1.48.3 with E:\Program Files\arduino-ide_nightly-20221130\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
PLUGIN_HOST(12640): initializing(vscode-language-pack-zh-hans@1.53.2 with E:\Program Files\arduino-ide_nightly-20221130\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2022-12-06T10:50:40.261Z root INFO [hosted-plugin: 12640] PLUGIN_HOST(12640): PluginManagerExtImpl/loadPlugin(E:\Program Files\arduino-ide_nightly-20221130\resources\app\plugins\vscode-builtin-json-language-features\extension\client\dist\jsonMain)
Found version 2.0.3 (url: arduino-ide_2.0.3_Windows_64bit.exe)
2022-12-06T10:50:40.855Z root INFO [hosted-plugin: 12640] PLUGIN_HOST(12640): PluginManagerExtImpl/loadPlugin(E:\Program Files\arduino-ide_nightly-20221130\resources\app\plugins\vscode-arduino-tools\extension\dist\bundle)
2022-12-06T10:50:41.018Z root INFO [0576c61c-5fa7-4a4b-99ee-7a506401acfb][marus25.cortex-debug]: Started plugin.
2022-12-06T10:50:41.020Z root INFO [0576c61c-5fa7-4a4b-99ee-7a506401acfb][arduino.vscode-arduino-tools]: Started plugin.
2022-12-06T10:50:41.020Z root INFO [0576c61c-5fa7-4a4b-99ee-7a506401acfb][vscode.cpp]: Started plugin.
2022-12-06T10:50:41.021Z root INFO [0576c61c-5fa7-4a4b-99ee-7a506401acfb][vscode.json]: Started plugin.
2022-12-06T10:50:41.021Z root INFO [0576c61c-5fa7-4a4b-99ee-7a506401acfb][vscode.json-language-features]: Started plugin.
2022-12-06T10:50:41.021Z root INFO [0576c61c-5fa7-4a4b-99ee-7a506401acfb][ms-ceintl.vscode-language-pack-bg]: Started plugin.
2022-12-06T10:50:41.021Z root INFO [0576c61c-5fa7-4a4b-99ee-7a506401acfb][ms-ceintl.vscode-language-pack-cs]: Started plugin.
2022-12-06T10:50:41.021Z root INFO [0576c61c-5fa7-4a4b-99ee-7a506401acfb][ms-ceintl.vscode-language-pack-de]: Started plugin.
2022-12-06T10:50:41.021Z root INFO [0576c61c-5fa7-4a4b-99ee-7a506401acfb][ms-ceintl.vscode-language-pack-es]: Started plugin.
2022-12-06T10:50:41.022Z root INFO [0576c61c-5fa7-4a4b-99ee-7a506401acfb][ms-ceintl.vscode-language-pack-fr]: Started plugin.
2022-12-06T10:50:41.022Z root INFO [0576c61c-5fa7-4a4b-99ee-7a506401acfb][ms-ceintl.vscode-language-pack-hu]: Started plugin.
2022-12-06T10:50:41.022Z root INFO [0576c61c-5fa7-4a4b-99ee-7a506401acfb][ms-ceintl.vscode-language-pack-it]: Started plugin.
2022-12-06T10:50:41.022Z root INFO [0576c61c-5fa7-4a4b-99ee-7a506401acfb][ms-ceintl.vscode-language-pack-ja]: Started plugin.
2022-12-06T10:50:41.022Z root INFO [0576c61c-5fa7-4a4b-99ee-7a506401acfb][ms-ceintl.vscode-language-pack-ko]: Started plugin.
2022-12-06T10:50:41.022Z root INFO [0576c61c-5fa7-4a4b-99ee-7a506401acfb][ms-ceintl.vscode-language-pack-nl]: Started plugin.
2022-12-06T10:50:41.023Z root INFO [0576c61c-5fa7-4a4b-99ee-7a506401acfb][ms-ceintl.vscode-language-pack-pl]: Started plugin.
2022-12-06T10:50:41.023Z root INFO [0576c61c-5fa7-4a4b-99ee-7a506401acfb][ms-ceintl.vscode-language-pack-pt-br]: Started plugin.
2022-12-06T10:50:41.023Z root INFO [0576c61c-5fa7-4a4b-99ee-7a506401acfb][ms-ceintl.vscode-language-pack-ru]: Started plugin.
2022-12-06T10:50:41.023Z root INFO [0576c61c-5fa7-4a4b-99ee-7a506401acfb][ms-ceintl.vscode-language-pack-tr]: Started plugin.
2022-12-06T10:50:41.023Z root INFO [0576c61c-5fa7-4a4b-99ee-7a506401acfb][ms-ceintl.vscode-language-pack-uk]: Started plugin.
2022-12-06T10:50:41.023Z root INFO [0576c61c-5fa7-4a4b-99ee-7a506401acfb][ms-ceintl.vscode-language-pack-zh-hans]: Started plugin.
2022-12-06T10:50:41.862Z root INFO [0576c61c-5fa7-4a4b-99ee-7a506401acfb] Start of 21 plugins: 6179.4 ms [Finished 34.574 s after frontend start]
2022-12-06T10:50:41.876Z root INFO Starting language server: arduino:avr:uno
2022-12-06T10:50:43.731Z daemon INFO INFO[0031] Loading hardware from: c:\Users\teszt\AppData\Local\Arduino15\packages

2022-12-06T10:50:43.733Z daemon INFO INFO[0031] Loading package arduino from: C:\Users\teszt\AppData\Local\Arduino15\packages\arduino\hardware

2022-12-06T10:50:43.736Z daemon INFO INFO[0031] Checking signature                            error="opening signature file: open C:\\Users\\teszt\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\installed.json.sig: A rendszer nem találja a megadott fájlt." index="C:\\Users\\teszt\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\installed.json" signatureFile="C:\\Users\\teszt\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\installed.json.sig"

2022-12-06T10:50:43.739Z daemon INFO INFO[0031] Adding monitor tool                           protocol=serial tool="builtin:serial-monitor"
INFO[0031] Loaded platform                               platform="arduino:avr@1.8.6"

2022-12-06T10:50:43.742Z daemon INFO INFO[0031] Checking signature                            error="opening signature file: open C:\\Users\\teszt\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\sam\\1.6.12\\installed.json.sig: A rendszer nem találja a megadott fájlt." index="C:\\Users\\teszt\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\sam\\1.6.12\\installed.json" signatureFile="C:\\Users\\teszt\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\sam\\1.6.12\\installed.json.sig"

2022-12-06T10:50:43.743Z daemon INFO INFO[0031] Adding monitor tool                           protocol=serial tool="builtin:serial-monitor"
INFO[0031] Loaded platform                               platform="arduino:sam@1.6.12"

2022-12-06T10:50:43.744Z daemon INFO INFO[0031] Checking existence of 'tools' path: C:\Users\teszt\AppData\Local\Arduino15\packages\arduino\tools
INFO[0031] Loading tools from dir: C:\Users\teszt\AppData\Local\Arduino15\packages\arduino\tools

2022-12-06T10:50:43.745Z daemon INFO INFO[0031] Loaded tool                                   tool="arduino:arduinoOTA@1.3.0"

2022-12-06T10:50:43.745Z daemon INFO INFO[0031] Loaded tool                                   tool="arduino:arm-none-eabi-gcc@4.8.3-2014q1"

2022-12-06T10:50:43.745Z daemon INFO INFO[0031] Loaded tool                                   tool="arduino:avr-gcc@7.3.0-atmel3.6.1-arduino7"

2022-12-06T10:50:43.746Z daemon INFO INFO[0031] Loaded tool                                   tool="arduino:avrdude@6.3.0-arduino17"

2022-12-06T10:50:43.746Z daemon INFO INFO[0031] Loaded tool                                   tool="arduino:bossac@1.6.1-arduino"

2022-12-06T10:50:43.747Z daemon INFO INFO[0031] Loading package builtin from: C:\Users\teszt\AppData\Local\Arduino15\packages\builtin

2022-12-06T10:50:43.748Z daemon INFO INFO[0031] Checking existence of 'tools' path: C:\Users\teszt\AppData\Local\Arduino15\packages\builtin\tools
INFO[0031] Loading tools from dir: C:\Users\teszt\AppData\Local\Arduino15\packages\builtin\tools

2022-12-06T10:50:43.749Z daemon INFO INFO[0031] Loaded tool                                   tool="builtin:ctags@5.8-arduino11"

2022-12-06T10:50:43.749Z daemon INFO INFO[0031] Loaded tool                                   tool="builtin:mdns-discovery@1.0.6"

2022-12-06T10:50:43.750Z daemon INFO INFO[0031] Loaded tool                                   tool="builtin:serial-discovery@1.0.0"

2022-12-06T10:50:43.750Z daemon INFO INFO[0031] Loaded tool                                   tool="builtin:serial-discovery@1.3.2"

2022-12-06T10:50:43.751Z daemon INFO INFO[0031] Loaded tool                                   tool="builtin:serial-monitor@0.10.0"

2022-12-06T10:50:43.751Z daemon INFO INFO[0031] Loaded tool                                   tool="builtin:serial-monitor@0.11.0"
INFO[0031] Loaded tool                                   tool="builtin:serial-monitor@0.9.1"

2022-12-06T10:50:43.756Z daemon INFO INFO[0031] Checking signature                            index="c:\\Users\\teszt\\AppData\\Local\\Arduino15\\package_index.json" signatureFile="c:\\Users\\teszt\\AppData\\Local\\Arduino15\\package_index.json.sig" trusted=true

2022-12-06T10:50:43.762Z daemon INFO INFO[0031] Adding libraries dir                          dir="C:\\Users\\teszt\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\libraries" location=platform

2022-12-06T10:50:43.767Z daemon INFO INFO[0031] Adding libraries dir                          dir="C:\\Users\\teszt\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\sam\\1.6.12\\libraries" location=platform
INFO[0031] Loading libraries index file                  index="c:\\Users\\teszt\\AppData\\Local\\Arduino15\\library_index.json"

2022-12-06T10:50:43.925Z daemon INFO INFO[0031] Adding libraries dir                          dir="C:\\Users\\teszt\\AppData\\Local\\Arduino15\\libraries" location=ide

2022-12-06T10:50:43.929Z daemon INFO INFO[0031] Adding libraries dir                          dir="c:\\Users\\teszt\\OneDrive\\Dokumentumok\\Arduino\\libraries" location=user

2022-12-06T10:50:45.509Z daemon INFO INFO[0033] Searching tools required for board arduino:avr:uno
INFO[0033] Required tool                                 tool="arduino:arduinoOTA@1.3.0"
INFO[0033] Required tool                                 tool="arduino:avr-gcc@7.3.0-atmel3.6.1-arduino7"

2022-12-06T10:50:45.510Z daemon INFO INFO[0033] Required tool                                 tool="arduino:avrdude@6.3.0-arduino17"
INFO[0033] Adding libraries dir                          dir="C:\\Users\\teszt\\AppData\\Local\\Arduino15\\libraries" location=ide

2022-12-06T10:50:45.510Z daemon INFO INFO[0033] Adding libraries dir                          dir="C:\\Users\\teszt\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\libraries" location=platform

2022-12-06T10:50:45.512Z daemon INFO INFO[0033] Adding libraries dir                          dir="c:\\Users\\teszt\\OneDrive\\Dokumentumok\\Arduino\\libraries" location=user

2022-12-06T10:50:47.753Z daemon INFO INFO[0035] Resolving include Wire.h for arch avr
INFO[0035]   found better lib                            lib=Wire prio=64C

2022-12-06T10:50:47.903Z daemon INFO INFO[0035] Resolving include SparkFun_TMP117.h for arch avr
INFO[0035]   found better lib                            lib="SparkFun High Precision Temperature Sensor TMP117 Qwiic" prio=3EB

2022-12-06T10:50:48.058Z daemon INFO INFO[0035] Resolving include SimpleKalmanFilter.h for arch avr
INFO[0035]   found better lib                            lib=SimpleKalmanFilter prio=643

2022-12-06T10:50:48.182Z daemon INFO INFO[0036] Resolving include LiquidCrystal_I2C.h for arch avr
INFO[0036]   found better lib                            lib="LiquidCrystal I2C" prio=64D

2022-12-06T10:50:49.940Z daemon INFO INFO[0037] Searching tools required for board arduino:avr:uno
INFO[0037] Required tool                                 tool="arduino:arduinoOTA@1.3.0"

2022-12-06T10:50:49.941Z daemon INFO INFO[0037] Required tool                                 tool="arduino:avr-gcc@7.3.0-atmel3.6.1-arduino7"
INFO[0037] Required tool                                 tool="arduino:avrdude@6.3.0-arduino17"

[10848:1206/115147.320:ERROR:gpu_init.cc(453)] Passthrough is not supported, GL is disabled, ANGLE is

I'm glad it is starting now and that you have updated to Arduino IDE 2.0.3.

I have one follow-up question: Does it only start when you run it from the command line, or is the problem also solved if you start it by whichever method you were using before when it would not start?

The IDE GUI started when I started the software now from the command line as you described above, following the steps.

Previously I tried to start if from the Desktop, and nothing happened.

What happens now if you try to start it from the Desktop?

Now I started the v2.0.3 from Desktop, and it runs as usual.

ptillisch via Arduino Forum <notifications@arduino.discoursemail.com> ezt írta (időpont: 2022. dec. 6., K 12:43):

Yay! I'm glad everything is working correctly now.

Regards,
Per

I am having the same problem. The IDE will not start after installing the latest build last night. I just see the Logo getting smaller and larger repeatedly. Should I do the same and try running from the command line?

Yes. Please follow the instructions from my reply above and provide the logs that are printed to the PowerShell window.

Maybe, or you also can try to download the new v2.0.3 version IDE.

BryanS via Arduino Forum <notifications@arduino.discoursemail.com> ezt írta (időpont: 2022. dec. 6., K 16:08):

OK, when I get home from work tonight I will. Thanks...

PS C:\Program Files\Arduino IDE> & ".\Arduino IDE"
PS C:\Program Files\Arduino IDE>
Arduino IDE 2.0.3
Starting backend process. PID: 956
Using browser-only version of superagent in non-browser environment
Configuration directory URI: 'file:///c%3A/Users/swiec/.theia'
Configuring to accept webviews on '^.+\.webview\..+$' hostname.
2022-12-07T01:55:54.291Z root INFO Backend Object.initialize: 8.8 ms [Finished 9.345 s after backend start]
2022-12-07T01:55:54.291Z root INFO Backend Object.configure: 7.7 ms [Finished 9.345 s after backend start]
2022-12-07T01:55:54.293Z root INFO Backend MessagingContribution.onStart: 2.6 ms [Finished 9.345 s after backend start]
2022-12-07T01:55:54.294Z root INFO Backend OSBackendApplicationContribution.configure: 0.9 ms [Finished 9.554 s after backend start]
2022-12-07T01:55:54.295Z root INFO Backend DefaultWorkspaceServer.onStart: 0.9 ms [Finished 9.554 s after backend start]2022-12-07T01:55:54.297Z root INFO Backend PluginLocalizationBackendContribution.configure: 0.2 ms [Finished 9.555 s after backend start]
2022-12-07T01:55:54.298Z root WARN Backend PluginLocalizationBackendContribution.initialize took longer than the expected maximum 50 milliseconds: 209.2 ms [Finished 9.555 s after backend start]
2022-12-07T01:55:54.298Z root INFO Backend TaskBackendApplicationContribution.onStart: 0.4 ms [Finished 9.555 s after backend start]
2022-12-07T01:55:54.299Z root INFO Backend ElectronTokenBackendContribution.configure: 2.8 ms [Finished 9.558 s after backend start]
2022-12-07T01:55:54.300Z root INFO Backend PluginDeployerContribution.initialize: 0.5 ms [Finished 9.558 s after backend start]
2022-12-07T01:55:54.300Z root INFO Backend ConfigServiceImpl.onStart: 1.1 ms [Finished 9.559 s after backend start]
2022-12-07T01:55:54.302Z root INFO Backend WebviewBackendSecurityWarnings.initialize: 0.8 ms [Finished 9.561 s after backend start]
2022-12-07T01:55:54.302Z root INFO Backend ArduinoDaemonImpl.onStart: 1.7 ms [Finished 9.562 s after backend start]
2022-12-07T01:55:54.302Z root INFO Backend NodeFileUploadService.configure: 3.2 ms [Finished 9.562 s after backend start]
2022-12-07T01:55:54.302Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2022-12-07T01:55:54.303Z discovery-log INFO start
2022-12-07T01:55:54.303Z discovery-log INFO start new deferred
2022-12-07T01:55:54.303Z root INFO Backend HostedPluginLocalizationService.initialize: 0.6 ms [Finished 9.563 s after backend start]
2022-12-07T01:55:54.303Z root INFO Backend BoardDiscovery.onStart: 1.1 ms [Finished 9.564 s after backend start]
2022-12-07T01:55:54.303Z root INFO Backend FileDownloadEndpoint.configure: 1.0 ms [Finished 9.565 s after backend start]2022-12-07T01:55:54.303Z root INFO Backend AuthenticationServiceImpl.onStart: 0.5 ms [Finished 9.566 s after backend start]
2022-12-07T01:55:54.303Z root INFO Backend PluginApiContribution.configure: 0.6 ms [Finished 9.566 s after backend start]
2022-12-07T01:55:54.310Z root INFO Backend HostedPluginReader.configure: 0.4 ms [Finished 9.567 s after backend start]
2022-12-07T01:55:54.313Z root INFO Backend HostedPluginReader.configure: 0.2 ms [Finished 9.568 s after backend start]
2022-12-07T01:55:54.313Z root INFO Backend PlotterBackendContribution.configure: 6.3 ms [Finished 9.574 s after backend start]
2022-12-07T01:55:54.317Z root INFO Theia app listening on http://localhost:50839.
2022-12-07T01:55:54.318Z root INFO Finished starting backend application: 14.7 ms [Finished 9.582 s after backend start]2022-12-07T01:55:54.344Z root WARN The local plugin referenced by local-dir:/c%3A/Users/swiec/.arduinoIDE/plugins does not exist.
2022-12-07T01:55:54.345Z root WARN The local plugin referenced by local-dir:/c%3A/Users/swiec/.arduinoIDE/extensions does not exist.
2022-12-07T01:55:54.345Z root WARN The local plugin referenced by local-dir:C:\Users\swiec\.arduinoProIDE\plugins does not exist.
2022-12-07T01:55:54.543Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2022-12-07T01:55:54.544Z root INFO Resolved "cortex-debug" to a VS Code extension "cortex-debug@1.5.1" with engines:
2022-12-07T01:55:54.545Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2022-12-07T01:55:54.548Z root INFO Resolved "vscode-arduino-tools" to a VS Code extension "vscode-arduino-tools@0.0.2-beta.5" with engines:
2022-12-07T01:55:54.548Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2022-12-07T01:55:54.549Z root INFO Resolved "vscode-builtin-cpp" to a VS Code extension "cpp@1.52.1" with engines:
2022-12-07T01:55:54.549Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2022-12-07T01:55:54.549Z root INFO Resolved "vscode-builtin-json" to a VS Code extension "json@1.46.1" with engines:
2022-12-07T01:55:54.550Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2022-12-07T01:55:54.551Z root INFO Resolved "vscode-builtin-json-language-features" to a VS Code extension "json-language-features@1.46.1" with engines:
2022-12-07T01:55:54.551Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2022-12-07T01:55:54.552Z root INFO Resolved "vscode-language-pack-bg" to a VS Code extension "vscode-language-pack-bg@1.48.3" with engines:
2022-12-07T01:55:54.552Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2022-12-07T01:55:54.552Z root INFO Resolved "vscode-language-pack-cs" to a VS Code extension "vscode-language-pack-cs@1.53.2" with engines:
2022-12-07T01:55:54.553Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2022-12-07T01:55:54.554Z root INFO Resolved "vscode-language-pack-de" to a VS Code extension "vscode-language-pack-de@1.53.2" with engines:
2022-12-07T01:55:54.554Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2022-12-07T01:55:54.555Z root INFO Resolved "vscode-language-pack-es" to a VS Code extension "vscode-language-pack-es@1.53.2" with engines:
2022-12-07T01:55:54.556Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2022-12-07T01:55:54.556Z root INFO Resolved "vscode-language-pack-fr" to a VS Code extension "vscode-language-pack-fr@1.53.2" with engines:
2022-12-07T01:55:54.557Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2022-12-07T01:55:54.557Z root INFO Resolved "vscode-language-pack-hu" to a VS Code extension "vscode-language-pack-hu@1.48.3" with engines:
2022-12-07T01:55:54.558Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2022-12-07T01:55:54.558Z root INFO Resolved "vscode-language-pack-it" to a VS Code extension "vscode-language-pack-it@1.53.2" with engines:
2022-12-07T01:55:54.559Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2022-12-07T01:55:54.559Z root INFO Resolved "vscode-language-pack-ja" to a VS Code extension "vscode-language-pack-ja@1.53.2" with engines:
2022-12-07T01:55:54.560Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2022-12-07T01:55:54.560Z root INFO Resolved "vscode-language-pack-ko" to a VS Code extension "vscode-language-pack-ko@1.53.2" with engines:
2022-12-07T01:55:54.561Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2022-12-07T01:55:54.567Z root INFO Resolved "vscode-language-pack-nl" to a VS Code extension "vscode-language-pack-nl@1.48.3" with engines:
2022-12-07T01:55:54.567Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2022-12-07T01:55:54.568Z root INFO Resolved "vscode-language-pack-pl" to a VS Code extension "vscode-language-pack-pl@1.53.2" with engines:
2022-12-07T01:55:54.569Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2022-12-07T01:55:54.569Z root INFO Resolved "vscode-language-pack-pt-BR" to a VS Code extension "vscode-language-pack-pt-BR@1.53.2" with engines:
2022-12-07T01:55:54.569Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2022-12-07T01:55:54.570Z root INFO Resolved "vscode-language-pack-ru" to a VS Code extension "vscode-language-pack-ru@1.53.2" with engines:
2022-12-07T01:55:54.571Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2022-12-07T01:55:54.572Z root INFO Resolved "vscode-language-pack-tr" to a VS Code extension "vscode-language-pack-tr@1.53.2" with engines:
2022-12-07T01:55:54.572Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2022-12-07T01:55:54.572Z root INFO Resolved "vscode-language-pack-uk" to a VS Code extension "vscode-language-pack-uk@1.48.3" with engines:
2022-12-07T01:55:54.573Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2022-12-07T01:55:54.573Z root INFO Resolved "vscode-language-pack-zh-hans" to a VS Code extension "vscode-language-pack-zh-hans@1.53.2" with engines:
2022-12-07T01:55:54.618Z daemon INFO INFO[0000] Using config file: c:\Users\swiec\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.29.0
INFO[0000] Executing `arduino-cli daemon`
{"IP":"127.0.0.1","Port":"50840"}

2022-12-07T01:55:54.619Z daemon INFO Daemon is running.
2022-12-07T01:55:54.659Z daemon INFO INFO[0000] Loading hardware from: C:\Users\swiec\AppData\Local\Arduino15\packages

2022-12-07T01:55:54.661Z daemon INFO INFO[0000] Loading package arduino from: C:\Users\swiec\AppData\Local\Arduino15\packages\arduino\hardware

2022-12-07T01:55:54.673Z root INFO Resolve plugins list: 372.1 ms [Finished 9.937 s after backend start]
2022-12-07T01:55:54.692Z root INFO Deployed backend plugin "marus25.cortex-debug@1.5.1" from "C:\Program Files\Arduino IDE\resources\app\plugins\cortex-debug\extension\dist\extension.js": 18.8 ms [Finished 9.956 s after backend start]
2022-12-07T01:55:54.693Z daemon INFO INFO[0000] Adding monitor tool                           protocol=serial tool="builtin:serial-monitor"
INFO[0000] Loaded platform                               platform="arduino:avr@1.8.6"
INFO[0000] Checking existence of 'tools' path: C:\Users\swiec\AppData\Local\Arduino15\packages\arduino\tools
INFO[0000] Loading tools from dir: C:\Users\swiec\AppData\Local\Arduino15\packages\arduino\tools
INFO[0000] Loaded tool                                   tool="arduino:arduinoOTA@1.3.0"
INFO[0000] Loaded tool                                   tool="arduino:avr-gcc@7.3.0-atmel3.6.1-arduino7"
INFO[0000] Loaded tool                                   tool="arduino:avrdude@6.3.0-arduino17"
INFO[0000] Loading package builtin from: C:\Users\swiec\AppData\Local\Arduino15\packages\builtin
INFO[0000] Checking existence of 'tools' path: C:\Users\swiec\AppData\Local\Arduino15\packages\builtin\tools
INFO[0000] Loading tools from dir: C:\Users\swiec\AppData\Local\Arduino15\packages\builtin\tools
INFO[0000] Loaded tool                                   tool="builtin:ctags@5.8-arduino11"
INFO[0000] Loaded tool                                   tool="builtin:mdns-discovery@1.0.6"
INFO[0000] Loaded tool                                   tool="builtin:serial-discovery@1.0.0"
INFO[0000] Loaded tool                                   tool="builtin:serial-discovery@1.3.2"
INFO[0000] Loaded tool                                   tool="builtin:serial-monitor@0.11.0"
INFO[0000] Loading package teensy from: C:\Users\swiec\AppData\Local\Arduino15\packages\teensy\hardware

2022-12-07T01:55:54.710Z root INFO Deployed backend plugin "arduino.vscode-arduino-tools@0.0.2-beta.5" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-arduino-tools\extension\dist\bundle": 18.1 ms [Finished 9.975 s after backend start]
2022-12-07T01:55:54.764Z root INFO Deployed backend plugin "vscode.cpp@1.52.1" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-builtin-cpp\extension": 53.2 ms [Finished 10.028 s after backend start]
2022-12-07T01:55:54.765Z daemon INFO INFO[0000] Adding monitor tool                           protocol=teensy tool="teensy:teensy-monitor"
INFO[0000] Loaded platform                               platform="teensy:avr@1.57.0"
INFO[0000] Checking existence of 'tools' path: C:\Users\swiec\AppData\Local\Arduino15\packages\teensy\tools
INFO[0000] Loading tools from dir: C:\Users\swiec\AppData\Local\Arduino15\packages\teensy\tools
INFO[0000] Loaded tool                                   tool="teensy:teensy-compile@5.4.1"
INFO[0000] Loaded tool                                   tool="teensy:teensy-tools@1.57.0"
INFO[0000] Checking signature                            index="C:\\Users\\swiec\\AppData\\Local\\Arduino15\\package_index.json" signatureFile="C:\\Users\\swiec\\AppData\\Local\\Arduino15\\package_index.json.sig" trusted=true
INFO[0000] Adding libraries dir                          dir="C:\\Users\\swiec\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\libraries" location=platform
INFO[0000] Adding libraries dir                          dir="C:\\Users\\swiec\\AppData\\Local\\Arduino15\\packages\\teensy\\hardware\\avr\\1.57.0\\libraries" location=platform
INFO[0000] Loading libraries index file                  index="C:\\Users\\swiec\\AppData\\Local\\Arduino15\\library_index.json"

2022-12-07T01:55:54.768Z root ERROR Detected an error response during the gRPC core client initialization: code: 9, message: Error loading hardware platform: discovery teensy:teensy-discovery not found
2022-12-07T01:55:54.790Z root INFO Deployed backend plugin "vscode.json@1.46.1" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-builtin-json\extension": 26.3 ms [Finished 10.054 s after backend start]
2022-12-07T01:55:54.791Z root INFO Deployed backend plugin "vscode.json-language-features@1.46.1" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-builtin-json-language-features\extension\client\dist\jsonMain": 1.2 ms [Finished 10.055 s after backend start]
2022-12-07T01:55:55.512Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-bg@1.48.3" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-bg\extension": 721.2 ms [Finished 10.777 s after backend start]
2022-12-07T01:55:55.513Z daemon INFO INFO[0000] Adding libraries dir                          dir="C:\\Users\\swiec\\AppData\\Local\\Arduino15\\libraries" location=ide
INFO[0000] Adding libraries dir                          dir="C:\\Users\\swiec\\Documents\\Arduino\\libraries" location=user

2022-12-07T01:55:56.171Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-cs@1.53.2" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-cs\extension": 658.1 ms [Finished 11.435 s after backend start]
2022-12-07T01:55:56.849Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-de@1.53.2" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-de\extension": 678.3 ms [Finished 12.113 s after backend start]
Opening channel for service path '/services/electron-window-ext'.
Opening channel for service path '/services/electron-window'.
Opening channel for service path '/services/ide-updater'.
2022-12-07T01:55:57.515Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-es@1.53.2" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-es\extension": 666.5 ms [Finished 12.780 s after backend start]
2022-12-07T01:55:58.124Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-fr@1.53.2" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-fr\extension": 608.9 ms [Finished 13.389 s after backend start]
2022-12-07T01:55:58.635Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-hu@1.48.3" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-hu\extension": 510.6 ms [Finished 13.899 s after backend start]
2022-12-07T01:55:59.302Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-it@1.53.2" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-it\extension": 667.0 ms [Finished 14.566 s after backend start]
2022-12-07T01:55:59.312Z root WARN Frontend a.configure took longer than the expected maximum 100 milliseconds: 1521.9 ms [Finished 4.164 s after frontend start]
2022-12-07T01:55:59.896Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-ja@1.53.2" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-ja\extension": 593.8 ms [Finished 15.160 s after backend start]
2022-12-07T01:55:59.901Z root WARN Frontend keybindings.onStart took longer than the expected maximum 100 milliseconds: 600.2 ms [Finished 4.793 s after frontend start]
2022-12-07T01:56:00.592Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-ko@1.53.2" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-ko\extension": 695.6 ms [Finished 15.856 s after backend start]
2022-12-07T01:56:00.943Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-nl@1.48.3" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-nl\extension": 351.4 ms [Finished 16.207 s after backend start]
2022-12-07T01:56:01.726Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-pl@1.53.2" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-pl\extension": 782.8 ms [Finished 16.990 s after backend start]
2022-12-07T01:56:02.320Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-pt-br@1.53.2" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-pt-BR\extension": 594.1 ms [Finished 17.584 s after backend start]
2022-12-07T01:56:02.901Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-ru@1.53.2" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-ru\extension": 581.0 ms [Finished 18.166 s after backend start]
2022-12-07T01:56:03.519Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-tr@1.53.2" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-tr\extension": 617.4 ms [Finished 18.783 s after backend start]
2022-12-07T01:56:03.982Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-uk@1.48.3" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-uk\extension": 462.9 ms [Finished 19.246 s after backend start]
2022-12-07T01:56:04.566Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-zh-hans@1.53.2" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-zh-hans\extension": 574.6 ms [Finished 19.821 s after backend start]
2022-12-07T01:56:04.567Z root INFO Deploy plugins list: 372.1 ms [Finished 19.831 s after backend start]
2022-12-07T01:56:10.417Z root ERROR The primary packages indexes are missing. Running indexes update before initializing the core gRPC client
2022-12-07T01:56:10.419Z daemon INFO INFO[0015] Updating index                                url="https://downloads.arduino.cc/packages/package_index.tar.bz2"

2022-12-07T01:56:10.423Z root INFO core-client-provider [platform-index]
2022-12-07T01:56:10.713Z daemon INFO INFO[0016] Loading hardware from: C:\Users\swiec\AppData\Local\Arduino15\packages

2022-12-07T01:56:10.714Z daemon INFO INFO[0016] Loading package arduino from: C:\Users\swiec\AppData\Local\Arduino15\packages\arduino\hardware

2022-12-07T01:56:10.717Z daemon INFO INFO[0016] Adding monitor tool                           protocol=serial tool="builtin:serial-monitor"
INFO[0016] Loaded platform                               platform="arduino:avr@1.8.6"

2022-12-07T01:56:10.718Z daemon INFO INFO[0016] Checking existence of 'tools' path: C:\Users\swiec\AppData\Local\Arduino15\packages\arduino\tools
INFO[0016] Loading tools from dir: C:\Users\swiec\AppData\Local\Arduino15\packages\arduino\tools
INFO[0016] Loaded tool                                   tool="arduino:arduinoOTA@1.3.0"
INFO[0016] Loaded tool                                   tool="arduino:avr-gcc@7.3.0-atmel3.6.1-arduino7"
INFO[0016] Loaded tool                                   tool="arduino:avrdude@6.3.0-arduino17"

2022-12-07T01:56:10.718Z daemon INFO INFO[0016] Loading package builtin from: C:\Users\swiec\AppData\Local\Arduino15\packages\builtin

2022-12-07T01:56:10.719Z daemon INFO INFO[0016] Checking existence of 'tools' path: C:\Users\swiec\AppData\Local\Arduino15\packages\builtin\tools
INFO[0016] Loading tools from dir: C:\Users\swiec\AppData\Local\Arduino15\packages\builtin\tools

2022-12-07T01:56:10.719Z daemon INFO INFO[0016] Loaded tool                                   tool="builtin:ctags@5.8-arduino11"

2022-12-07T01:56:10.720Z daemon INFO INFO[0016] Loaded tool                                   tool="builtin:mdns-discovery@1.0.6"
INFO[0016] Loaded tool                                   tool="builtin:serial-discovery@1.0.0"
INFO[0016] Loaded tool                                   tool="builtin:serial-discovery@1.3.2"

2022-12-07T01:56:10.721Z daemon INFO INFO[0016] Loaded tool                                   tool="builtin:serial-monitor@0.11.0"

2022-12-07T01:56:10.722Z daemon INFO INFO[0016] Loading package teensy from: C:\Users\swiec\AppData\Local\Arduino15\packages\teensy\hardware

2022-12-07T01:56:10.724Z daemon INFO INFO[0016] Adding monitor tool                           protocol=teensy tool="teensy:teensy-monitor"
INFO[0016] Loaded platform                               platform="teensy:avr@1.57.0"

2022-12-07T01:56:10.724Z daemon INFO INFO[0016] Checking existence of 'tools' path: C:\Users\swiec\AppData\Local\Arduino15\packages\teensy\tools
INFO[0016] Loading tools from dir: C:\Users\swiec\AppData\Local\Arduino15\packages\teensy\tools

2022-12-07T01:56:10.725Z daemon INFO INFO[0016] Loaded tool                                   tool="teensy:teensy-compile@5.4.1"
INFO[0016] Loaded tool                                   tool="teensy:teensy-tools@1.57.0"

2022-12-07T01:56:10.731Z daemon INFO INFO[0016] Checking signature                            index="C:\\Users\\swiec\\AppData\\Local\\Arduino15\\package_index.json" signatureFile="C:\\Users\\swiec\\AppData\\Local\\Arduino15\\package_index.json.sig" trusted=true

2022-12-07T01:56:10.732Z root ERROR Detected an error response during the gRPC core client initialization: code: 9, message: Error loading hardware platform: discovery teensy:teensy-discovery not found
2022-12-07T01:56:10.734Z daemon INFO INFO[0016] Adding libraries dir                          dir="C:\\Users\\swiec\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\libraries" location=platform

2022-12-07T01:56:10.737Z daemon INFO INFO[0016] Adding libraries dir                          dir="C:\\Users\\swiec\\AppData\\Local\\Arduino15\\packages\\teensy\\hardware\\avr\\1.57.0\\libraries" location=platform
INFO[0016] Loading libraries index file                  index="C:\\Users\\swiec\\AppData\\Local\\Arduino15\\library_index.json"

2022-12-07T01:56:10.913Z daemon INFO INFO[0016] Adding libraries dir                          dir="C:\\Users\\swiec\\AppData\\Local\\Arduino15\\libraries" location=ide

2022-12-07T01:56:10.913Z daemon INFO INFO[0016] Adding libraries dir                          dir="C:\\Users\\swiec\\Documents\\Arduino\\libraries" location=user

2022-12-07T01:56:14.460Z root ERROR Uncaught Exception:
2022-12-07T01:56:14.460Z root ERROR Error: The index of the cores and libraries must be updated before initializing the core gRPC client.
The following problems were detected during the gRPC client initialization:
[platform-index] - code: 9, message: Error loading hardware platform: discovery teensy:teensy-discovery not found

    at isIndexUpdateRequiredBeforeInit (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\core-client-provider.js:378:11)
    at CoreClientProvider.evaluateErrorStatus (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\core-client-provider.js:190:16)
    at ClientReadableStreamImpl.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\core-client-provider.js:175:36)
    at ClientReadableStreamImpl.emit (node:events:394:28)
    at endReadableNT (node:internal/streams/readable:1331:12)
    at processTicksAndRejections (node:internal/process/task_queues:83:21)
[11804:1206/205746.072:ERROR:gpu_init.cc(453)] Passthrough is not supported, GL is disabled, ANGLE is

Thanks! I see the cause here:

The Teensy boards platform has a dependency on a tool named teensy-discovery. Arduino IDE is unable to find that tool at the expected location and this is causing the startup to fail.

Missing tool dependencies are usually caused by your antivirus software having quarantined the file while Arduino IDE was downloading it. Please check your antivirus software's quarantine to see if there is a file named teensy-discovery.exe in there. If so, you can restore the file from the quarantine and then the IDE should startup.

In case it is helpful, the file should be located at this path:

C:\Users\swiec\AppData\Local\Arduino15\packages\teensy\tools\teensy-discovery\1.57.1\teensy-discovery.exe

OK, thanks will try that out. Greatly appreciated.