IDE hangs on startup: "library_index.json: The system cannot find the file specified"

I have installed arduino 2.1.1 on windows 10 , if I try to start it opens and stops by showing arduino logo

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

Please do this:

  1. Close all Arduino IDE windows if the IDE is already running.
  2. Start Windows "File Explorer".
  3. Open the Arduino IDE installation folder.
    The default installation location is at one of the following paths:
    • C:\Program Files\Arduino IDE
      
    • C:\Users\<username>\AppData\Local\Programs\Arduino IDE
      
      (where <username> is your Windows username)
      :exclamation: If looking for it with your file manager or command line, note that the AppData folder is hidden by default. On Windows "File Explorer", you can make it visible by opening the "View" menu, then checking the box next to "☐ Hidden items".
  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".
    Windows 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 Arduino IDE starts.
  8. Wait until you are sure the IDE startup has gone into the hang state
    (as indicated by no additional output being printed to the terminal).
  9. Switch back to the PowerShell window if the Arduino IDE window took the focus.
  10. Right click on the title bar of the PowerShell window.
    This will open a context menu.
  11. Select Edit > Select All from the context menu.
    This will select all the text in the PowerShell window.
  12. Press Ctrl+C.
    This will copy the contents of the PowerShell window to the clipboard.
  13. Open a forum reply here by clicking the Reply button.
  14. Click the <CODE/> icon on the post composer toolbar.
    This will add the forum's code block markup (```) to your reply to make sure the error messages are correctly formatted.
    Code tags icon on toolbar
  15. Press Ctrl+V.
    This will paste the output into the code block.
  16. Move the cursor outside of the code block markup before you add any additional text to your reply.
  17. Click the Reply button to post the output.

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

PS C:\Program Files\Arduino IDE> & ".\Arduino IDE"
PS C:\Program Files\Arduino IDE>
Arduino IDE 2.1.1
Starting backend process. PID: 5968
Using browser-only version of superagent in non-browser environment
Configuration directory URI: 'file:///c%3A/Users/hp/.theia'
Configuring to accept webviews on '^.+\.webview\..+$' hostname.
2023-08-16T07:33:02.322Z root INFO Backend Object.initialize: 6.2 ms [Finished 10.787 s after backend start]
2023-08-16T07:33:02.322Z root INFO Backend Object.configure: 4.7 ms [Finished 10.787 s after backend start]
2023-08-16T07:33:02.366Z root INFO Backend MessagingContribution.onStart: 2.2 ms [Finished 10.787 s after backend start]
2023-08-16T07:33:02.368Z root INFO Backend OSBackendApplicationContribution.configure: 1.2 ms [Finished 11.325 s after backend start]
2023-08-16T07:33:02.371Z root INFO Backend DefaultWorkspaceServer.onStart: 1.0 ms [Finished 11.325 s after backend start]
2023-08-16T07:33:02.373Z root INFO Backend PluginLocalizationBackendContribution.configure: 0.4 ms [Finished 11.325 s after backend start]
2023-08-16T07:33:02.376Z root WARN Backend PluginLocalizationBackendContribution.initialize took longer than the expected maximum 50 milliseconds: 538.7 ms [Finished 11.326 s after backend start]
2023-08-16T07:33:02.377Z root INFO Backend TaskBackendApplicationContribution.onStart: 0.9 ms [Finished 11.326 s after backend start]
2023-08-16T07:33:02.380Z root INFO Backend ElectronTokenBackendContribution.configure: 45.9 ms [Finished 11.372 s after backend start]
2023-08-16T07:33:02.384Z config INFO >>> Initializing CLI configuration...
2023-08-16T07:33:02.384Z root INFO Backend PluginDeployerContribution.initialize: 1.7 ms [Finished 11.373 s after backend start]
2023-08-16T07:33:02.386Z root INFO Backend ConfigServiceImpl.onStart: 3.0 ms [Finished 11.375 s after backend start]
2023-08-16T07:33:02.388Z config INFO Loading CLI configuration from c:\Users\hp\.arduinoIDE\arduino-cli.yaml...
2023-08-16T07:33:02.390Z root INFO Backend WebviewBackendSecurityWarnings.initialize: 1.2 ms [Finished 11.379 s after backend start]
2023-08-16T07:33:02.390Z root INFO Backend ArduinoDaemonImpl.onStart: 3.3 ms [Finished 11.381 s after backend start]
2023-08-16T07:33:02.391Z root INFO Backend NodeFileUploadService.configure: 6.5 ms [Finished 11.382 s after backend start]
2023-08-16T07:33:02.391Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-08-16T07:33:02.392Z discovery-log INFO start
2023-08-16T07:33:02.393Z discovery-log INFO start new deferred
2023-08-16T07:33:02.393Z root INFO Backend HostedPluginLocalizationService.initialize: 1.6 ms [Finished 11.385 s after backend start]
2023-08-16T07:33:02.393Z root INFO Backend BoardDiscovery.onStart: 5.7 ms [Finished 11.390 s after backend start]
2023-08-16T07:33:02.394Z root INFO Backend FileDownloadEndpoint.configure: 3.0 ms [Finished 11.391 s after backend start]
2023-08-16T07:33:02.395Z root INFO Backend AuthenticationServiceImpl.onStart: 1.3 ms [Finished 11.395 s after backend start]
2023-08-16T07:33:02.395Z root INFO Backend PluginApiContribution.configure: 1.4 ms [Finished 11.396 s after backend start]
2023-08-16T07:33:02.418Z root INFO Backend HostedPluginReader.configure: 1.6 ms [Finished 11.399 s after backend start]
2023-08-16T07:33:02.419Z root INFO Backend HostedPluginReader.configure: 0.2 ms [Finished 11.400 s after backend start]
2023-08-16T07:33:02.419Z root INFO Backend PlotterBackendContribution.configure: 22.6 ms [Finished 11.423 s after backend start]
2023-08-16T07:33:02.428Z root INFO Theia app listening on http://localhost:51199.
2023-08-16T07:33:02.429Z root INFO Finished starting backend application: 36.2 ms [Finished 11.433 s after backend start]
2023-08-16T07:33:02.448Z root WARN The local plugin referenced by local-dir:/c%3A/Users/hp/.arduinoIDE/plugins does not exist.
2023-08-16T07:33:02.450Z root WARN The local plugin referenced by local-dir:/c%3A/Users/hp/.arduinoIDE/extensions does not exist.
2023-08-16T07:33:02.451Z root WARN The local plugin referenced by local-dir:C:\Users\hp\.arduinoIDE\plugins does not exist.
2023-08-16T07:33:03.026Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-16T07:33:03.026Z root INFO Resolved "cortex-debug" to a VS Code extension "cortex-debug@1.5.1" with engines:
2023-08-16T07:33:03.028Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-16T07:33:03.032Z root INFO Resolved "vscode-arduino-tools" to a VS Code extension "vscode-arduino-tools@0.0.2-beta.8" with engines:
2023-08-16T07:33:03.032Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-16T07:33:03.035Z root INFO Resolved "vscode-builtin-cpp" to a VS Code extension "cpp@1.52.1" with engines:
2023-08-16T07:33:03.036Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-16T07:33:03.036Z root INFO Resolved "vscode-builtin-json" to a VS Code extension "json@1.46.1" with engines:
2023-08-16T07:33:03.037Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-16T07:33:03.037Z root INFO Resolved "vscode-builtin-json-language-features" to a VS Code extension "json-language-features@1.46.1" with engines:
2023-08-16T07:33:03.037Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-16T07:33:03.038Z root INFO Resolved "vscode-language-pack-bg" to a VS Code extension "vscode-language-pack-bg@1.48.3" with engines:
2023-08-16T07:33:03.038Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-16T07:33:03.039Z root INFO Resolved "vscode-language-pack-cs" to a VS Code extension "vscode-language-pack-cs@1.53.2" with engines:
2023-08-16T07:33:03.039Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-16T07:33:03.040Z root INFO Resolved "vscode-language-pack-de" to a VS Code extension "vscode-language-pack-de@1.53.2" with engines:
2023-08-16T07:33:03.040Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-16T07:33:03.040Z root INFO Resolved "vscode-language-pack-es" to a VS Code extension "vscode-language-pack-es@1.53.2" with engines:
2023-08-16T07:33:03.041Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-16T07:33:03.041Z root INFO Resolved "vscode-language-pack-fr" to a VS Code extension "vscode-language-pack-fr@1.53.2" with engines:
2023-08-16T07:33:03.042Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-16T07:33:03.042Z root INFO Resolved "vscode-language-pack-hu" to a VS Code extension "vscode-language-pack-hu@1.48.3" with engines:
2023-08-16T07:33:03.043Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-16T07:33:03.045Z root INFO Resolved "vscode-language-pack-it" to a VS Code extension "vscode-language-pack-it@1.53.2" with engines:
2023-08-16T07:33:03.046Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-16T07:33:03.046Z root INFO Resolved "vscode-language-pack-ja" to a VS Code extension "vscode-language-pack-ja@1.53.2" with engines:
2023-08-16T07:33:03.048Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-16T07:33:03.049Z root INFO Resolved "vscode-language-pack-ko" to a VS Code extension "vscode-language-pack-ko@1.53.2" with engines:
2023-08-16T07:33:03.050Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-16T07:33:03.054Z root INFO Resolved "vscode-language-pack-nl" to a VS Code extension "vscode-language-pack-nl@1.48.3" with engines:
2023-08-16T07:33:03.055Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-16T07:33:03.056Z root INFO Resolved "vscode-language-pack-pl" to a VS Code extension "vscode-language-pack-pl@1.53.2" with engines:
2023-08-16T07:33:03.056Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-16T07:33:03.057Z root INFO Resolved "vscode-language-pack-pt-BR" to a VS Code extension "vscode-language-pack-pt-BR@1.53.2" with engines:
2023-08-16T07:33:03.057Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-16T07:33:03.057Z root INFO Resolved "vscode-language-pack-ru" to a VS Code extension "vscode-language-pack-ru@1.53.2" with engines:
2023-08-16T07:33:03.058Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-16T07:33:03.058Z root INFO Resolved "vscode-language-pack-tr" to a VS Code extension "vscode-language-pack-tr@1.53.2" with engines:
2023-08-16T07:33:03.059Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-16T07:33:03.059Z root INFO Resolved "vscode-language-pack-uk" to a VS Code extension "vscode-language-pack-uk@1.48.3" with engines:
2023-08-16T07:33:03.062Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-16T07:33:03.062Z root INFO Resolved "vscode-language-pack-zh-hans" to a VS Code extension "vscode-language-pack-zh-hans@1.53.2" with engines:
2023-08-16T07:33:03.089Z daemon INFO INFO[0000] Using config file: c:\Users\hp\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.3
INFO[0000] Executing `arduino-cli daemon`
Daemon is now listening on 127.0.0.1:59972
{"IP":"127.0.0.1","Port":"59972"}


2023-08-16T07:33:03.090Z daemon INFO Daemon is running.
2023-08-16T07:33:03.099Z config INFO Loaded CLI configuration: {"board_manager":{"additional_urls":[]},"build_cache":{"compilations_before_purge":10,"ttl":"720h0m0s"},"daemon":{"port":"50051"},"directories":{"data":"C:\\Users\\hp\\AppData\\Local\\Arduino15","downloads":"C:\\Users\\hp\\AppData\\Local\\Arduino15\\staging","user":"C:\\Users\\hp\\Documents\\Arduino"},"library":{"enable_unsafe_install":false},"logging":{"file":"","format":"text","level":"info"},"metrics":{"addr":":9090","enabled":true},"output":{"no_color":false},"sketch":{"always_export_binaries":false},"updater":{"enable_notification":true}}
2023-08-16T07:33:03.100Z config INFO 'directories.data' and 'directories.user' are set in the CLI configuration model.
2023-08-16T07:33:03.100Z config INFO Loaded the CLI configuration.
2023-08-16T07:33:03.117Z config INFO Mapped the CLI configuration: {"dataDirUri":"file:///c%3A/Users/hp/AppData/Local/Arduino15","sketchDirUri":"file:///c%3A/Users/hp/Documents/Arduino","additionalUrls":[],"network":"none","locale":"en"}
2023-08-16T07:33:03.118Z config INFO Validating the CLI configuration...
2023-08-16T07:33:03.126Z config INFO The CLI config is valid.
2023-08-16T07:33:03.127Z config INFO <<< Initialized the CLI configuration.
2023-08-16T07:33:03.128Z daemon INFO INFO[0000] Loading hardware from: C:\Users\hp\AppData\Local\Arduino15\packages

2023-08-16T07:33:03.141Z root INFO Resolve plugins list: 754.0 ms [Finished 12.145 s after backend start]
2023-08-16T07:33:03.176Z 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": 35.0 ms [Finished 12.181 s after backend start]
2023-08-16T07:33:03.179Z root ERROR Detected an error response during the gRPC core client initialization: code: 9, message: Loading index file: loading json index file C:\Users\hp\AppData\Local\Arduino15\package_index.json: open C:\Users\hp\AppData\Local\Arduino15\package_index.json: The system cannot find the file specified.
2023-08-16T07:33:03.180Z root ERROR Detected an error response during the gRPC core client initialization: code: 9, message: Error loading hardware platform: discovery builtin:serial-discovery not found
2023-08-16T07:33:03.187Z root INFO Deployed backend plugin "arduino.vscode-arduino-tools@0.0.2-beta.8" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-arduino-tools\extension\dist\bundle": 11.1 ms [Finished 12.192 s after backend start]
2023-08-16T07:33:03.468Z root INFO Deployed backend plugin "vscode.cpp@1.52.1" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-builtin-cpp\extension": 280.7 ms [Finished 12.473 s after backend start]
2023-08-16T07:33:03.469Z daemon INFO INFO[0000] Loading libraries index file                  index="C:\\Users\\hp\\AppData\\Local\\Arduino15\\library_index.json"
INFO[0000] Adding libraries dir                          dir="C:\\Users\\hp\\AppData\\Local\\Arduino15\\libraries" location=ide
INFO[0000] Adding libraries dir                          dir="C:\\Users\\hp\\Documents\\Arduino\\libraries" location=user

2023-08-16T07:33:03.473Z root ERROR Detected an error response during the gRPC core client initialization: code: 9, message: Error loading hardware platform: discovery builtin:mdns-discovery not found
2023-08-16T07:33:03.474Z root ERROR Detected an error response during the gRPC core client initialization: code: 9, message: Loading index file: reading library_index.json: open C:\Users\hp\AppData\Local\Arduino15\library_index.json: The system cannot find the file specified.
2023-08-16T07:33:03.486Z root ERROR The primary packages indexes are missing. Running indexes update before initializing the core gRPC client
2023-08-16T07:33:03.493Z daemon INFO INFO[0000] Updating libraries index

2023-08-16T07:33:03.623Z root INFO Deployed backend plugin "vscode.json@1.46.1" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-builtin-json\extension": 154.9 ms [Finished 12.628 s after backend start]
2023-08-16T07:33:03.624Z daemon INFO INFO[0000] Updating index                                url="https://downloads.arduino.cc/packages/package_index.tar.bz2"
INFO[0000] Starting download                             url="https://downloads.arduino.cc/packages/package_index.tar.bz2"
INFO[0000] Starting download                             url="https://downloads.arduino.cc/libraries/library_index.tar.bz2"

2023-08-16T07:33:03.638Z root INFO core-client-provider [platform-index]
2023-08-16T07:33:03.640Z root INFO core-client-provider [library-index]
2023-08-16T07:33:03.642Z root ERROR Failed to update platform, library indexes.
2023-08-16T07:33:03.645Z 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": 22.3 ms [Finished 12.650 s after backend start]
2023-08-16T07:33:03.647Z root ERROR Detected an error response during the gRPC core client initialization: code: 9, message: Loading index file: loading json index file C:\Users\hp\AppData\Local\Arduino15\package_index.json: open C:\Users\hp\AppData\Local\Arduino15\package_index.json: The system cannot find the file specified.
2023-08-16T07:33:03.648Z root ERROR Detected an error response during the gRPC core client initialization: code: 9, message: Error loading hardware platform: discovery builtin:serial-discovery not found
2023-08-16T07:33:03.650Z root ERROR Detected an error response during the gRPC core client initialization: code: 9, message: Error loading hardware platform: discovery builtin:mdns-discovery not found
2023-08-16T07:33:03.651Z root ERROR Detected an error response during the gRPC core client initialization: code: 9, message: Loading index file: reading library_index.json: open C:\Users\hp\AppData\Local\Arduino15\library_index.json: The system cannot find the file specified.
2023-08-16T07:33:03.651Z daemon INFO INFO[0001] Loading hardware from: C:\Users\hp\AppData\Local\Arduino15\packages
INFO[0001] Loading libraries index file                  index="C:\\Users\\hp\\AppData\\Local\\Arduino15\\library_index.json"
INFO[0001] Adding libraries dir                          dir="C:\\Users\\hp\\AppData\\Local\\Arduino15\\libraries" location=ide
INFO[0001] Adding libraries dir                          dir="C:\\Users\\hp\\Documents\\Arduino\\libraries" location=user

2023-08-16T07:33:04.751Z 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": 1103.5 ms [Finished 13.754 s after backend start]
2023-08-16T07:33:04.755Z root ERROR Uncaught Exception:
2023-08-16T07:33:04.756Z 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: Loading index file: loading json index file C:\Users\hp\AppData\Local\Arduino15\package_index.json: open C:\Users\hp\AppData\Local\Arduino15\package_index.json: The system cannot find the file specified.
[platform-index] - code: 9, message: Error loading hardware platform: discovery builtin:serial-discovery not found
[platform-index] - code: 9, message: Error loading hardware platform: discovery builtin:mdns-discovery not found
[library-index] - code: 9, message: Loading index file: reading library_index.json: open C:\Users\hp\AppData\Local\Arduino15\library_index.json: The system cannot find the file specified.

    at isIndexUpdateRequiredBeforeInit (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\core-client-provider.js:388:11)
    at CoreClientProvider.evaluateErrorStatus (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\core-client-provider.js:200:16)
    at processTicksAndRejections (node:internal/process/task_queues:96:5)
    at async ClientReadableStreamImpl.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\core-client-provider.js:184:31)
Opening channel for service path '/services/electron-window-ext'.
Opening channel for service path '/services/electron-window'.
Opening channel for service path '/services/ide-updater'.
2023-08-16T07:33:06.496Z 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": 1746.6 ms [Finished 15.501 s after backend start]
2023-08-16T07:33:07.013Z 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": 517.5 ms [Finished 16.018 s after backend start]
2023-08-16T07:33:08.706Z 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": 1692.8 ms [Finished 17.711 s after backend start]
2023-08-16T07:33:09.403Z 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": 696.4 ms [Finished 18.408 s after backend start]
2023-08-16T07:33:09.413Z root WARN Frontend a.configure took longer than the expected maximum 100 milliseconds: 2734.7 ms [Finished 6.134 s after frontend start]
2023-08-16T07:33:09.823Z 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": 420.1 ms [Finished 18.828 s after backend start]
2023-08-16T07:33:09.830Z root WARN Frontend keybindings.onStart took longer than the expected maximum 100 milliseconds: 616.8 ms [Finished 6.797 s after frontend start]
2023-08-16T07:33:10.969Z 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": 1145.5 ms [Finished 19.973 s after backend start]
2023-08-16T07:33:11.182Z 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": 213.8 ms [Finished 20.188 s after backend start]
2023-08-16T07:33:11.336Z 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": 153.9 ms [Finished 20.342 s after backend start]
2023-08-16T07:33:11.380Z 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": 44.0 ms [Finished 20.386 s after backend start]
2023-08-16T07:33:11.516Z 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": 135.3 ms [Finished 20.521 s after backend start]
2023-08-16T07:33:11.719Z 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": 203.1 ms [Finished 20.724 s after backend start]
2023-08-16T07:33:11.967Z 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": 248.2 ms [Finished 20.972 s after backend start]
2023-08-16T07:33:12.089Z 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": 121.4 ms [Finished 21.094 s after backend start]
2023-08-16T07:33:12.140Z 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": 51.2 ms [Finished 21.145 s after backend start]
2023-08-16T07:33:12.220Z 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": 65.1 ms [Finished 21.211 s after backend start]
2023-08-16T07:33:12.221Z root INFO Deploy plugins list: 754.0 ms [Finished 21.225 s after backend start]

I see the cause here:

On the first run after a fresh installation, Arduino IDE downloads some additional essential components from the Internet and installs them. If it can't install those components then the startup fails. So the computer must have access to the Internet on the first startup.

The errors indicate Arduino IDE is not able to access the Internet. If it is not already, please connect your computer to the Internet, close the Arduino IDE window, then start Arduino IDE again. This time it should start up successfully.

After that first run, an Internet connection is not required. However, there are some supplemental features such as "Library Manager" that have an inherent dependency on the Internet. Those features will not be usable while your computer is offline. But the essential functionality of editing, compiling, and uploading sketches will be available even without an Internet connection.

the system is having internet connection,

Is your firewall and any other security software configured to allow Arduino IDE to access the Internet?

I have installed arduino IDE 1.8.19 and it is working fine with same firewall and security settings. do we need to change internet settings for IDE 2.

Arduino IDE 2.x is a completely different application from 1.8.19. So any firewall rules that were created for Arduino IDE 1.x will not have any effect on 2.x.

I have allowed arduino IDE firewall and security settings even though I am getting same problem.

There are multiple possible causes of the symptom of Arduino IDE not starting. It is possible you fixed the original cause by adjusting your firewall, but are now running into a different problem. So I'll ask you to start Arduino IDE from the command line once again and then share the output here just as you did before.

You can follow the instructions I provided in this post:

PS C:\Users\hp\AppData\Local\Programs\arduino-ide> & ".\Arduino Ide"
PS C:\Users\hp\AppData\Local\Programs\arduino-ide>
Arduino IDE 2.1.1
Starting backend process. PID: 9360
Using browser-only version of superagent in non-browser environment
Configuration directory URI: 'file:///c%3A/Users/hp/.theia'
Configuring to accept webviews on '^.+\.webview\..+$' hostname.
2023-08-21T05:07:21.005Z root INFO Backend Object.initialize: 5.8 ms [Finished 4.621 s after backend start]
2023-08-21T05:07:21.005Z root INFO Backend Object.configure: 4.6 ms [Finished 4.621 s after backend start]
2023-08-21T05:07:21.007Z root INFO Backend MessagingContribution.onStart: 2.2 ms [Finished 4.621 s after backend start]
2023-08-21T05:07:21.008Z root INFO Backend OSBackendApplicationContribution.configure: 0.6 ms [Finished 4.672 s after backend start]
2023-08-21T05:07:21.009Z root INFO Backend DefaultWorkspaceServer.onStart: 0.5 ms [Finished 4.672 s after backend start]
2023-08-21T05:07:21.010Z root INFO Backend PluginLocalizationBackendContribution.configure: 0.2 ms [Finished 4.672 s after backend start]
2023-08-21T05:07:21.011Z root WARN Backend PluginLocalizationBackendContribution.initialize took longer than the expected maximum 50 milliseconds: 50.9 ms [Finished 4.673 s after backend start]
2023-08-21T05:07:21.012Z root INFO Backend TaskBackendApplicationContribution.onStart: 0.4 ms [Finished 4.673 s after backend start]
2023-08-21T05:07:21.013Z root INFO Backend ElectronTokenBackendContribution.configure: 2.9 ms [Finished 4.676 s after backend start]
2023-08-21T05:07:21.014Z config INFO >>> Initializing CLI configuration...
2023-08-21T05:07:21.014Z root INFO Backend PluginDeployerContribution.initialize: 0.6 ms [Finished 4.676 s after backend start]
2023-08-21T05:07:21.015Z root INFO Backend ConfigServiceImpl.onStart: 1.3 ms [Finished 4.677 s after backend start]
2023-08-21T05:07:21.016Z config INFO Loading CLI configuration from c:\Users\hp\.arduinoIDE\arduino-cli.yaml...
2023-08-21T05:07:21.017Z root INFO Backend WebviewBackendSecurityWarnings.initialize: 0.5 ms [Finished 4.679 s after backend start]
2023-08-21T05:07:21.017Z root INFO Backend ArduinoDaemonImpl.onStart: 1.4 ms [Finished 4.679 s after backend start]
2023-08-21T05:07:21.017Z root INFO Backend NodeFileUploadService.configure: 2.6 ms [Finished 4.680 s after backend start]
2023-08-21T05:07:21.017Z daemon INFO Starting daemon from C:\Users\hp\AppData\Local\Programs\arduino-ide\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-08-21T05:07:21.018Z discovery-log INFO start
2023-08-21T05:07:21.018Z discovery-log INFO start new deferred
2023-08-21T05:07:21.018Z root INFO Backend HostedPluginLocalizationService.initialize: 0.6 ms [Finished 4.681 s after backend start]
2023-08-21T05:07:21.018Z root INFO Backend BoardDiscovery.onStart: 1.7 ms [Finished 4.682 s after backend start]
2023-08-21T05:07:21.019Z root INFO Backend FileDownloadEndpoint.configure: 1.4 ms [Finished 4.683 s after backend start]
2023-08-21T05:07:21.019Z root INFO Backend AuthenticationServiceImpl.onStart: 0.5 ms [Finished 4.685 s after backend start]
2023-08-21T05:07:21.019Z root INFO Backend PluginApiContribution.configure: 0.7 ms [Finished 4.685 s after backend start]
2023-08-21T05:07:21.022Z root INFO Backend HostedPluginReader.configure: 0.6 ms [Finished 4.686 s after backend start]
2023-08-21T05:07:21.026Z root INFO Backend HostedPluginReader.configure: 0.1 ms [Finished 4.687 s after backend start]
2023-08-21T05:07:21.026Z root INFO Backend PlotterBackendContribution.configure: 3.2 ms [Finished 4.690 s after backend start]
2023-08-21T05:07:21.030Z root INFO Theia app listening on http://localhost:62386.
2023-08-21T05:07:21.031Z root INFO Finished starting backend application: 12.4 ms [Finished 4.698 s after backend start]
2023-08-21T05:07:21.044Z root WARN The local plugin referenced by local-dir:/c%3A/Users/hp/.arduinoIDE/plugins does not exist.
2023-08-21T05:07:21.046Z root WARN The local plugin referenced by local-dir:/c%3A/Users/hp/.arduinoIDE/extensions does not exist.
2023-08-21T05:07:21.047Z root WARN The local plugin referenced by local-dir:C:\Users\hp\.arduinoIDE\plugins does not exist.
2023-08-21T05:07:21.075Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-21T05:07:21.075Z root INFO Resolved "cortex-debug" to a VS Code extension "cortex-debug@1.5.1" with engines:
2023-08-21T05:07:21.077Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-21T05:07:21.081Z root INFO Resolved "vscode-arduino-tools" to a VS Code extension "vscode-arduino-tools@0.0.2-beta.8" with engines:
2023-08-21T05:07:21.081Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-21T05:07:21.083Z root INFO Resolved "vscode-builtin-cpp" to a VS Code extension "cpp@1.52.1" with engines:
2023-08-21T05:07:21.083Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-21T05:07:21.084Z root INFO Resolved "vscode-builtin-json" to a VS Code extension "json@1.46.1" with engines:
2023-08-21T05:07:21.084Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-21T05:07:21.084Z root INFO Resolved "vscode-builtin-json-language-features" to a VS Code extension "json-language-features@1.46.1" with engines:
2023-08-21T05:07:21.085Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-21T05:07:21.085Z root INFO Resolved "vscode-language-pack-bg" to a VS Code extension "vscode-language-pack-bg@1.48.3" with engines:
2023-08-21T05:07:21.085Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-21T05:07:21.086Z root INFO Resolved "vscode-language-pack-cs" to a VS Code extension "vscode-language-pack-cs@1.53.2" with engines:
2023-08-21T05:07:21.086Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-21T05:07:21.087Z root INFO Resolved "vscode-language-pack-de" to a VS Code extension "vscode-language-pack-de@1.53.2" with engines:
2023-08-21T05:07:21.087Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-21T05:07:21.088Z root INFO Resolved "vscode-language-pack-es" to a VS Code extension "vscode-language-pack-es@1.53.2" with engines:
2023-08-21T05:07:21.088Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-21T05:07:21.090Z root INFO Resolved "vscode-language-pack-fr" to a VS Code extension "vscode-language-pack-fr@1.53.2" with engines:
2023-08-21T05:07:21.091Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-21T05:07:21.091Z root INFO Resolved "vscode-language-pack-hu" to a VS Code extension "vscode-language-pack-hu@1.48.3" with engines:
2023-08-21T05:07:21.093Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-21T05:07:21.126Z root INFO Resolved "vscode-language-pack-it" to a VS Code extension "vscode-language-pack-it@1.53.2" with engines:
2023-08-21T05:07:21.130Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-21T05:07:21.134Z root INFO Resolved "vscode-language-pack-ja" to a VS Code extension "vscode-language-pack-ja@1.53.2" with engines:
2023-08-21T05:07:21.135Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-21T05:07:21.141Z root INFO Resolved "vscode-language-pack-ko" to a VS Code extension "vscode-language-pack-ko@1.53.2" with engines:
2023-08-21T05:07:21.145Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-21T05:07:21.155Z root INFO Resolved "vscode-language-pack-nl" to a VS Code extension "vscode-language-pack-nl@1.48.3" with engines:
2023-08-21T05:07:21.156Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-21T05:07:21.158Z root INFO Resolved "vscode-language-pack-pl" to a VS Code extension "vscode-language-pack-pl@1.53.2" with engines:
2023-08-21T05:07:21.164Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-21T05:07:21.167Z root INFO Resolved "vscode-language-pack-pt-BR" to a VS Code extension "vscode-language-pack-pt-BR@1.53.2" with engines:
2023-08-21T05:07:21.178Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-21T05:07:21.178Z root INFO Resolved "vscode-language-pack-ru" to a VS Code extension "vscode-language-pack-ru@1.53.2" with engines:
2023-08-21T05:07:21.184Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-21T05:07:21.186Z root INFO Resolved "vscode-language-pack-tr" to a VS Code extension "vscode-language-pack-tr@1.53.2" with engines:
2023-08-21T05:07:21.195Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-21T05:07:21.196Z root INFO Resolved "vscode-language-pack-uk" to a VS Code extension "vscode-language-pack-uk@1.48.3" with engines:
2023-08-21T05:07:21.197Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-21T05:07:21.200Z root INFO Resolved "vscode-language-pack-zh-hans" to a VS Code extension "vscode-language-pack-zh-hans@1.53.2" with engines:
2023-08-21T05:07:21.241Z daemon INFO INFO[0000] Using config file: c:\Users\hp\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.3
INFO[0000] Executing `arduino-cli daemon`
Daemon is now listening on 127.0.0.1:59146
{"IP":"127.0.0.1","Port":"59146"}


2023-08-21T05:07:21.243Z daemon INFO Daemon is running.
2023-08-21T05:07:21.252Z config INFO Loaded CLI configuration: {"board_manager":{"additional_urls":[]},"build_cache":{"compilations_before_purge":10,"ttl":"720h0m0s"},"daemon":{"port":"50051"},"directories":{"data":"C:\\Users\\hp\\AppData\\Local\\Arduino15","downloads":"C:\\Users\\hp\\AppData\\Local\\Arduino15\\staging","user":"C:\\Users\\hp\\Documents\\Arduino"},"library":{"enable_unsafe_install":false},"logging":{"file":"","format":"text","level":"info"},"metrics":{"addr":":9090","enabled":true},"output":{"no_color":false},"sketch":{"always_export_binaries":false},"updater":{"enable_notification":true}}
2023-08-21T05:07:21.252Z config INFO 'directories.data' and 'directories.user' are set in the CLI configuration model.
2023-08-21T05:07:21.253Z config INFO Loaded the CLI configuration.
2023-08-21T05:07:21.292Z config INFO Mapped the CLI configuration: {"dataDirUri":"file:///c%3A/Users/hp/AppData/Local/Arduino15","sketchDirUri":"file:///c%3A/Users/hp/Documents/Arduino","additionalUrls":[],"network":"none","locale":"en"}
2023-08-21T05:07:21.293Z config INFO Validating the CLI configuration...
2023-08-21T05:07:21.296Z config INFO The CLI config is valid.
2023-08-21T05:07:21.298Z config INFO <<< Initialized the CLI configuration.
2023-08-21T05:07:21.306Z daemon INFO INFO[0000] Loading hardware from: C:\Users\hp\AppData\Local\Arduino15\packages

2023-08-21T05:07:21.316Z root ERROR Detected an error response during the gRPC core client initialization: code: 9, message: Loading index file: loading json index file C:\Users\hp\AppData\Local\Arduino15\package_index.json: open C:\Users\hp\AppData\Local\Arduino15\package_index.json: The system cannot find the file specified.
2023-08-21T05:07:21.317Z root ERROR Detected an error response during the gRPC core client initialization: code: 9, message: Error loading hardware platform: discovery builtin:serial-discovery not found
2023-08-21T05:07:21.318Z root ERROR Detected an error response during the gRPC core client initialization: code: 9, message: Error loading hardware platform: discovery builtin:mdns-discovery not found
2023-08-21T05:07:21.319Z root ERROR Detected an error response during the gRPC core client initialization: code: 9, message: Loading index file: reading library_index.json: open C:\Users\hp\AppData\Local\Arduino15\library_index.json: The system cannot find the file specified.
2023-08-21T05:07:21.329Z root ERROR The primary packages indexes are missing. Running indexes update before initializing the core gRPC client
2023-08-21T05:07:21.330Z daemon INFO INFO[0000] Loading libraries index file                  index="C:\\Users\\hp\\AppData\\Local\\Arduino15\\library_index.json"
INFO[0000] Adding libraries dir                          dir="C:\\Users\\hp\\AppData\\Local\\Arduino15\\libraries" location=ide
INFO[0000] Adding libraries dir                          dir="C:\\Users\\hp\\Documents\\Arduino\\libraries" location=user

2023-08-21T05:07:21.332Z daemon INFO INFO[0000] Updating index                                url="https://downloads.arduino.cc/packages/package_index.tar.bz2"
INFO[0000] Updating libraries index

2023-08-21T05:07:21.343Z root INFO Resolve plugins list: 327.1 ms [Finished 5.010 s after backend start]
2023-08-21T05:07:21.351Z root INFO Deployed backend plugin "marus25.cortex-debug@1.5.1" from "C:\Users\hp\AppData\Local\Programs\arduino-ide\resources\app\plugins\cortex-debug\extension\dist\extension.js": 8.0 ms [Finished 5.019 s after backend start]
2023-08-21T05:07:21.352Z daemon INFO INFO[0000] Starting download                             url="https://downloads.arduino.cc/packages/package_index.tar.bz2"
INFO[0000] Starting download                             url="https://downloads.arduino.cc/libraries/library_index.tar.bz2"

2023-08-21T05:07:21.354Z root INFO core-client-provider [platform-index]
2023-08-21T05:07:21.355Z root INFO core-client-provider [library-index]
2023-08-21T05:07:21.361Z root INFO Deployed backend plugin "arduino.vscode-arduino-tools@0.0.2-beta.8" from "C:\Users\hp\AppData\Local\Programs\arduino-ide\resources\app\plugins\vscode-arduino-tools\extension\dist\bundle": 10.3 ms [Finished 5.029 s after backend start]
2023-08-21T05:07:21.364Z root ERROR Failed to update platform, library indexes.
2023-08-21T05:07:21.366Z daemon INFO INFO[0000] Loading hardware from: C:\Users\hp\AppData\Local\Arduino15\packages

2023-08-21T05:07:21.367Z daemon INFO INFO[0000] Loading libraries index file                  index="C:\\Users\\hp\\AppData\\Local\\Arduino15\\library_index.json"
INFO[0000] Adding libraries dir                          dir="C:\\Users\\hp\\AppData\\Local\\Arduino15\\libraries" location=ide
INFO[0000] Adding libraries dir                          dir="C:\\Users\\hp\\Documents\\Arduino\\libraries" location=user

2023-08-21T05:07:21.384Z root INFO Deployed backend plugin "vscode.cpp@1.52.1" from "C:\Users\hp\AppData\Local\Programs\arduino-ide\resources\app\plugins\vscode-builtin-cpp\extension": 22.0 ms [Finished 5.051 s after backend start]
2023-08-21T05:07:21.385Z root ERROR Detected an error response during the gRPC core client initialization: code: 9, message: Loading index file: loading json index file C:\Users\hp\AppData\Local\Arduino15\package_index.json: open C:\Users\hp\AppData\Local\Arduino15\package_index.json: The system cannot find the file specified.
2023-08-21T05:07:21.385Z root ERROR Detected an error response during the gRPC core client initialization: code: 9, message: Error loading hardware platform: discovery builtin:serial-discovery not found
2023-08-21T05:07:21.386Z root ERROR Detected an error response during the gRPC core client initialization: code: 9, message: Error loading hardware platform: discovery builtin:mdns-discovery not found
2023-08-21T05:07:21.388Z root ERROR Detected an error response during the gRPC core client initialization: code: 9, message: Loading index file: reading library_index.json: open C:\Users\hp\AppData\Local\Arduino15\library_index.json: The system cannot find the file specified.
2023-08-21T05:07:21.390Z root ERROR Uncaught Exception:
2023-08-21T05:07:21.391Z 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: Loading index file: loading json index file C:\Users\hp\AppData\Local\Arduino15\package_index.json: open C:\Users\hp\AppData\Local\Arduino15\package_index.json: The system cannot find the file specified.
[platform-index] - code: 9, message: Error loading hardware platform: discovery builtin:serial-discovery not found
[platform-index] - code: 9, message: Error loading hardware platform: discovery builtin:mdns-discovery not found
[library-index] - code: 9, message: Loading index file: reading library_index.json: open C:\Users\hp\AppData\Local\Arduino15\library_index.json: The system cannot find the file specified.

    at isIndexUpdateRequiredBeforeInit (C:\Users\hp\AppData\Local\Programs\arduino-ide\resources\app\node_modules\arduino-ide-extension\lib\node\core-client-provider.js:388:11)
    at CoreClientProvider.evaluateErrorStatus (C:\Users\hp\AppData\Local\Programs\arduino-ide\resources\app\node_modules\arduino-ide-extension\lib\node\core-client-provider.js:200:16)
    at processTicksAndRejections (node:internal/process/task_queues:96:5)
    at async ClientReadableStreamImpl.<anonymous> (C:\Users\hp\AppData\Local\Programs\arduino-ide\resources\app\node_modules\arduino-ide-extension\lib\node\core-client-provider.js:184:31)
2023-08-21T05:07:21.395Z root INFO Deployed backend plugin "vscode.json@1.46.1" from "C:\Users\hp\AppData\Local\Programs\arduino-ide\resources\app\plugins\vscode-builtin-json\extension": 11.0 ms [Finished 5.063 s after backend start]
2023-08-21T05:07:21.395Z root INFO Deployed backend plugin "vscode.json-language-features@1.46.1" from "C:\Users\hp\AppData\Local\Programs\arduino-ide\resources\app\plugins\vscode-builtin-json-language-features\extension\client\dist\jsonMain": 0.8 ms [Finished 5.063 s after backend start]
2023-08-21T05:07:21.516Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-bg@1.48.3" from "C:\Users\hp\AppData\Local\Programs\arduino-ide\resources\app\plugins\vscode-language-pack-bg\extension": 120.2 ms [Finished 5.184 s after backend start]
2023-08-21T05:07:21.658Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-cs@1.53.2" from "C:\Users\hp\AppData\Local\Programs\arduino-ide\resources\app\plugins\vscode-language-pack-cs\extension": 142.7 ms [Finished 5.326 s after backend start]
2023-08-21T05:07:21.782Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-de@1.53.2" from "C:\Users\hp\AppData\Local\Programs\arduino-ide\resources\app\plugins\vscode-language-pack-de\extension": 123.3 ms [Finished 5.450 s after backend start]
2023-08-21T05:07:21.876Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-es@1.53.2" from "C:\Users\hp\AppData\Local\Programs\arduino-ide\resources\app\plugins\vscode-language-pack-es\extension": 94.5 ms [Finished 5.544 s after backend start]
2023-08-21T05:07:21.951Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-fr@1.53.2" from "C:\Users\hp\AppData\Local\Programs\arduino-ide\resources\app\plugins\vscode-language-pack-fr\extension": 74.3 ms [Finished 5.619 s after backend start]
2023-08-21T05:07:22.017Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-hu@1.48.3" from "C:\Users\hp\AppData\Local\Programs\arduino-ide\resources\app\plugins\vscode-language-pack-hu\extension": 65.8 ms [Finished 5.685 s after backend start]
2023-08-21T05:07:22.101Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-it@1.53.2" from "C:\Users\hp\AppData\Local\Programs\arduino-ide\resources\app\plugins\vscode-language-pack-it\extension": 84.5 ms [Finished 5.769 s after backend start]
2023-08-21T05:07:22.177Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-ja@1.53.2" from "C:\Users\hp\AppData\Local\Programs\arduino-ide\resources\app\plugins\vscode-language-pack-ja\extension": 76.0 ms [Finished 5.845 s after backend start]
2023-08-21T05:07:22.259Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-ko@1.53.2" from "C:\Users\hp\AppData\Local\Programs\arduino-ide\resources\app\plugins\vscode-language-pack-ko\extension": 81.7 ms [Finished 5.927 s after backend start]
2023-08-21T05:07:22.300Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-nl@1.48.3" from "C:\Users\hp\AppData\Local\Programs\arduino-ide\resources\app\plugins\vscode-language-pack-nl\extension": 41.0 ms [Finished 5.968 s after backend start]
2023-08-21T05:07:22.388Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-pl@1.53.2" from "C:\Users\hp\AppData\Local\Programs\arduino-ide\resources\app\plugins\vscode-language-pack-pl\extension": 88.0 ms [Finished 6.056 s after backend start]
2023-08-21T05:07:22.472Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-pt-br@1.53.2" from "C:\Users\hp\AppData\Local\Programs\arduino-ide\resources\app\plugins\vscode-language-pack-pt-BR\extension": 83.3 ms [Finished 6.140 s after backend start]
2023-08-21T05:07:22.561Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-ru@1.53.2" from "C:\Users\hp\AppData\Local\Programs\arduino-ide\resources\app\plugins\vscode-language-pack-ru\extension": 89.7 ms [Finished 6.230 s after backend start]
2023-08-21T05:07:22.688Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-tr@1.53.2" from "C:\Users\hp\AppData\Local\Programs\arduino-ide\resources\app\plugins\vscode-language-pack-tr\extension": 126.0 ms [Finished 6.356 s after backend start]
2023-08-21T05:07:22.745Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-uk@1.48.3" from "C:\Users\hp\AppData\Local\Programs\arduino-ide\resources\app\plugins\vscode-language-pack-uk\extension": 57.5 ms [Finished 6.413 s after backend start]
2023-08-21T05:07:22.837Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-zh-hans@1.53.2" from "C:\Users\hp\AppData\Local\Programs\arduino-ide\resources\app\plugins\vscode-language-pack-zh-hans\extension": 76.3 ms [Finished 6.490 s after backend start]
2023-08-21T05:07:22.838Z root INFO Deploy plugins list: 327.1 ms [Finished 6.505 s after backend start]
Opening channel for service path '/services/electron-window-ext'.
Opening channel for service path '/services/electron-window'.
Opening channel for service path '/services/ide-updater'.
2023-08-21T05:07:24.180Z root WARN Frontend a.configure took longer than the expected maximum 100 milliseconds: 719.1 ms [Finished 3.044 s after frontend start]

after allowing Firewall permission following information from powershell start

PS C:\Users\hp\AppData\Local\Programs\arduino-ide> & ".\Arduino Ide"
PS C:\Users\hp\AppData\Local\Programs\arduino-ide>
Arduino IDE 2.1.1process. PID: 9360
Starting backend process. PID: 6268agent in non-browser environment
Using browser-only version of superagent in non-browser environment
Configuration directory URI: 'file:///c%3A/Users/hp/.theia'ame.
Configuring to accept webviews on '^.+\.webview\..+$' hostname..8 ms [Finished 4.621 s after backend start]
2023-08-21T05:12:36.124Z root INFO Backend Object.initialize: 5.7 ms [Finished 2.184 s after backend start]
2023-08-21T05:12:36.124Z root INFO Backend Object.configure: 4.5 ms [Finished 2.184 s after backend start]ackend start]
2023-08-21T05:12:36.125Z root INFO Backend MessagingContribution.onStart: 2.1 ms [Finished 2.184 s after backend start]a
2023-08-21T05:12:36.126Z root INFO Backend OSBackendApplicationContribution.configure: 0.6 ms [Finished 2.275 s after backend start]5:07:21.009Z root INFO Backend DefaultWorkspaceServer.onStart: 0.5 ms [Finished 4.672 s after backend start]
2023-08-21T05:12:36.127Z root INFO Backend DefaultWorkspaceServer.onStart: 0.5 ms [Finished 2.275 s after backend start]
2023-08-21T05:12:36.128Z root INFO Backend PluginLocalizationBackendContribution.configure: 0.2 ms [Finished 2.275 s after backend start]21.011Z root WARN Backend PluginLocalizationBackendContribution.initialize took longer than the expecte
2023-08-21T05:12:36.129Z root WARN Backend PluginLocalizationBackendContribution.initialize took longer than the expected maximum 50 milliseconds: 90.7 ms [Finished 2.276 s after backend start]tion.onStart: 0.4 ms [Finished 4.673 s after ba
2023-08-21T05:12:36.130Z root INFO Backend TaskBackendApplicationContribution.onStart: 0.4 ms [Finished 2.276 s after backend start]5:07:21.013Z root INFO Backend ElectronTokenBackendContribution.configure: 2.9 ms [Finished 4.676 s after ba
2023-08-21T05:12:36.131Z root INFO Backend ElectronTokenBackendContribution.configure: 1.7 ms [Finished 2.278 s after backend start]5:07:21.014Z config INFO >>> Initializing CLI configuration...
2023-08-21T05:12:36.131Z config INFO >>> Initializing CLI configuration...ialize: 0.6 ms [Finished 4.676 s after backend
2023-08-21T05:12:36.132Z root INFO Backend PluginDeployerContribution.initialize: 0.7 ms [Finished 2.278 s after backend start]-21T05:07:21.015Z root INFO Backend ConfigServiceImpl.onStart: 1.3 ms [Finished 4.677 s after backend start]
2023-08-21T05:12:36.132Z root INFO Backend ConfigServiceImpl.onStart: 1.3 ms [Finished 2.279 s after backend start]
2023-08-21T05:12:36.133Z config INFO Loading CLI configuration from c:\Users\hp\.arduinoIDE\arduino-cli.yaml...after bac
2023-08-21T05:12:36.134Z root INFO Backend WebviewBackendSecurityWarnings.initialize: 0.5 ms [Finished 2.280 s after backend start]05:07:21.017Z root INFO Backend ArduinoDaemonImpl.onStart: 1.4 ms [Finished 4.679 s after backend start]
2023-08-21T05:12:36.134Z root INFO Backend ArduinoDaemonImpl.onStart: 1.4 ms [Finished 2.281 s after backend start]start
2023-08-21T05:12:36.135Z root INFO Backend NodeFileUploadService.configure: 2.7 ms [Finished 2.282 s after backend start]023-08-21T05:07:21.017Z daemon INFO Starting daemon from C:\Users\hp\AppData\Local\Programs\arduino-ide\resources\app\n
2023-08-21T05:12:36.135Z daemon INFO Starting daemon from C:\Users\hp\AppData\Local\Programs\arduino-ide\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-08-21T05:12:36.137Z discovery-log INFO start new deferred
2023-08-21T05:12:36.137Z discovery-log INFO start new deferredationService.initialize: 0.6 ms [Finished 4.681 s after ba
2023-08-21T05:12:36.138Z root INFO Backend HostedPluginLocalizationService.initialize: 0.6 ms [Finished 2.283 s after backend start]5:07:21.018Z root INFO Backend BoardDiscovery.onStart: 1.7 ms [Finished 4.682 s after backend start]
2023-08-21T05:12:36.138Z root INFO Backend BoardDiscovery.onStart: 1.4 ms [Finished 2.284 s after backend start]d start]
2023-08-21T05:12:36.140Z root INFO Backend FileDownloadEndpoint.configure: 1.2 ms [Finished 2.284 s after backend start]
2023-08-21T05:12:36.141Z root INFO Backend AuthenticationServiceImpl.onStart: 0.5 ms [Finished 2.286 s after backend start]3-08-21T05:07:21.019Z root INFO Backend PluginApiContribution.configure: 0.7 ms [Finished 4.685 s after backend start
2023-08-21T05:12:36.141Z root INFO Backend PluginApiContribution.configure: 0.7 ms [Finished 2.287 s after backend start]023-08-21T05:07:21.022Z root INFO Backend HostedPluginReader.configure: 0.6 ms [Finished 4.686 s after backend start]
2023-08-21T05:12:36.152Z root INFO Backend HostedPluginReader.configure: 0.8 ms [Finished 2.290 s after backend start]
2023-08-21T05:12:36.152Z root INFO Backend HostedPluginReader.configure: 0.2 ms [Finished 2.293 s after backend start]d
2023-08-21T05:12:36.152Z root INFO Backend PlotterBackendContribution.configure: 10.8 ms [Finished 2.304 s after backend start]-21T05:07:21.030Z root INFO Theia app listening on http://localhost:62386.
2023-08-21T05:12:36.156Z root INFO Theia app listening on http://localhost:56662. [Finished 4.698 s after backend start]
2023-08-21T05:12:36.157Z root INFO Finished starting backend application: 19.4 ms [Finished 2.309 s after backend start]
2023-08-21T05:12:36.169Z root WARN The local plugin referenced by local-dir:/c%3A/Users/hp/.arduinoIDE/plugins does not exist.8-21T05:07:21.046Z root WARN The local plugin referenced by local-dir:/c%3A/Users/hp/.arduinoIDE/extensions does n
2023-08-21T05:12:36.170Z root WARN The local plugin referenced by local-dir:/c%3A/Users/hp/.arduinoIDE/extensions does not exist.1T05:07:21.047Z root WARN The local plugin referenced by local-dir:C:\Users\hp\.arduinoIDE\plugins does not exi
2023-08-21T05:12:36.170Z root WARN The local plugin referenced by local-dir:C:\Users\hp\.arduinoIDE\plugins does not exist.3-08-21T05:07:21.075Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-21T05:12:36.603Z root INFO PluginTheiaDirectoryHandler: accepting plugin with pathdebug@1.5.1" with engines:
2023-08-21T05:12:36.603Z root INFO Resolved "cortex-debug" to a VS Code extension "cortex-debug@1.5.1" with engines:
2023-08-21T05:12:36.605Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path"vscode-arduino-tools@0.0.2-be
2023-08-21T05:12:36.605Z root INFO Resolved "vscode-arduino-tools" to a VS Code extension "vscode-arduino-tools@0.0.2-beta.8" with engines:.081Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-21T05:12:36.609Z root INFO PluginTheiaDirectoryHandler: accepting plugin with pathpp@1.52.1" with engines:
2023-08-21T05:12:36.616Z root INFO Resolved "vscode-builtin-cpp" to a VS Code extension "cpp@1.52.1" with engines:
2023-08-21T05:12:36.620Z root INFO PluginTheiaDirectoryHandler: accepting plugin with pathjson@1.46.1" with engines:
2023-08-21T05:12:36.620Z root INFO Resolved "vscode-builtin-json" to a VS Code extension "json@1.46.1" with engines:
2023-08-21T05:12:36.621Z root INFO PluginTheiaDirectoryHandler: accepting plugin with pathS Code extension "json-languag
2023-08-21T05:12:36.621Z root INFO Resolved "vscode-builtin-json-language-features" to a VS Code extension "json-language-features@1.46.1" with engines:FO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-21T05:12:36.621Z root INFO PluginTheiaDirectoryHandler: accepting plugin with pathon "vscode-language-pack-bg@1.
2023-08-21T05:12:36.622Z root INFO Resolved "vscode-language-pack-bg" to a VS Code extension "vscode-language-pack-bg@1.48.3" with engines:.085Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-21T05:12:36.622Z root INFO PluginTheiaDirectoryHandler: accepting plugin with pathon "vscode-language-pack-cs@1.
2023-08-21T05:12:36.623Z root INFO Resolved "vscode-language-pack-cs" to a VS Code extension "vscode-language-pack-cs@1.53.2" with engines:.086Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-21T05:12:36.626Z root INFO PluginTheiaDirectoryHandler: accepting plugin with pathon "vscode-language-pack-de@1.
2023-08-21T05:12:36.631Z root INFO Resolved "vscode-language-pack-de" to a VS Code extension "vscode-language-pack-de@1.53.2" with engines:.087Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-21T05:12:36.632Z root INFO PluginTheiaDirectoryHandler: accepting plugin with pathon "vscode-language-pack-es@1.
2023-08-21T05:12:36.632Z root INFO Resolved "vscode-language-pack-es" to a VS Code extension "vscode-language-pack-es@1.53.2" with engines:.088Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-21T05:12:36.633Z root INFO PluginTheiaDirectoryHandler: accepting plugin with pathon "vscode-language-pack-fr@1.
2023-08-21T05:12:36.633Z root INFO Resolved "vscode-language-pack-fr" to a VS Code extension "vscode-language-pack-fr@1.53.2" with engines:.091Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-21T05:12:36.633Z root INFO PluginTheiaDirectoryHandler: accepting plugin with pathon "vscode-language-pack-hu@1.
2023-08-21T05:12:36.634Z root INFO Resolved "vscode-language-pack-hu" to a VS Code extension "vscode-language-pack-hu@1.48.3" with engines:.093Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-21T05:12:36.634Z root INFO PluginTheiaDirectoryHandler: accepting plugin with pathon "vscode-language-pack-it@1.
2023-08-21T05:12:36.634Z root INFO Resolved "vscode-language-pack-it" to a VS Code extension "vscode-language-pack-it@1.53.2" with engines:.130Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-21T05:12:36.635Z root INFO PluginTheiaDirectoryHandler: accepting plugin with pathon "vscode-language-pack-ja@1.
2023-08-21T05:12:36.635Z root INFO Resolved "vscode-language-pack-ja" to a VS Code extension "vscode-language-pack-ja@1.53.2" with engines:.135Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-21T05:12:36.636Z root INFO PluginTheiaDirectoryHandler: accepting plugin with pathon "vscode-language-pack-ko@1.
2023-08-21T05:12:36.636Z root INFO Resolved "vscode-language-pack-ko" to a VS Code extension "vscode-language-pack-ko@1.53.2" with engines:.145Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-21T05:12:36.636Z root INFO PluginTheiaDirectoryHandler: accepting plugin with pathon "vscode-language-pack-nl@1.
2023-08-21T05:12:36.637Z root INFO Resolved "vscode-language-pack-nl" to a VS Code extension "vscode-language-pack-nl@1.48.3" with engines:.156Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-21T05:12:36.637Z root INFO PluginTheiaDirectoryHandler: accepting plugin with pathon "vscode-language-pack-pl@1.
2023-08-21T05:12:36.637Z root INFO Resolved "vscode-language-pack-pl" to a VS Code extension "vscode-language-pack-pl@1.53.2" with engines:.164Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-21T05:12:36.638Z root INFO PluginTheiaDirectoryHandler: accepting plugin with pathnsion "vscode-language-pack-pt
2023-08-21T05:12:36.638Z root INFO Resolved "vscode-language-pack-pt-BR" to a VS Code extension "vscode-language-pack-pt-BR@1.53.2" with engines:root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-21T05:12:36.639Z root INFO PluginTheiaDirectoryHandler: accepting plugin with pathon "vscode-language-pack-ru@1.
2023-08-21T05:12:36.642Z root INFO Resolved "vscode-language-pack-ru" to a VS Code extension "vscode-language-pack-ru@1.53.2" with engines:.184Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-21T05:12:36.643Z root INFO PluginTheiaDirectoryHandler: accepting plugin with pathon "vscode-language-pack-tr@1.
2023-08-21T05:12:36.644Z root INFO Resolved "vscode-language-pack-tr" to a VS Code extension "vscode-language-pack-tr@1.53.2" with engines:.195Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-21T05:12:36.644Z root INFO PluginTheiaDirectoryHandler: accepting plugin with pathon "vscode-language-pack-uk@1.
2023-08-21T05:12:36.645Z root INFO Resolved "vscode-language-pack-uk" to a VS Code extension "vscode-language-pack-uk@1.48.3" with engines:.197Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-21T05:12:36.645Z root INFO PluginTheiaDirectoryHandler: accepting plugin with pathtension "vscode-language-pack-
2023-08-21T05:12:36.645Z root INFO Resolved "vscode-language-pack-zh-hans" to a VS Code extension "vscode-language-pack-zh-hans@1.53.2" with engines:on INFO INFO[0000] Using config file: c:\Users\hp\.arduinoIDE\arduino-cli.yaml
2023-08-21T05:12:36.668Z daemon INFO INFO[0000] Using config file: c:\Users\hp\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.3
INFO[0000] Executing `arduino-cli daemon`
Daemon is now listening on 127.0.0.1:63557
{"IP":"127.0.0.1","Port":"63557"}

2023-08-21T05:07:21.243Z daemon INFO Daemon is running.
2023-08-21T05:12:36.668Z daemon INFO Daemon is running.ration: {"board_manager":{"additional_urls":[]},"build_cache":{"c
2023-08-21T05:12:36.675Z config INFO Loaded CLI configuration: {"board_manager":{"additional_urls":[]},"build_cache":{"compilations_before_purge":10,"ttl":"720h0m0s"},"daemon":{"port":"50051"},"directories":{"data":"C:\\Users\\hp\\AppData\\Local\\Arduino15","downloads":"C:\\Users\\hp\\AppData\\Local\\Arduino15\\staging","user":"C:\\Users\\hp\\Documents\\Arduino"},"library":{"enable_unsafe_install":false},"logging":{"file":"","format":"text","level":"info"},"metrics":{"addr":":9090","enabled":true},"output":{"no_color":false},"sketch":{"always_export_binaries":false},"updater":{"enable_notification":true}}5:07:21.252Z config INFO 'directories.data' and 'directories.user' are set in the CLI configuration model.
2023-08-21T05:12:36.675Z config INFO 'directories.data' and 'directories.user' are set in the CLI configuration model.
2023-08-21T05:12:36.676Z config INFO Loaded the CLI configuration. {"dataDirUri":"file:///c%3A/Users/hp/AppData/Local/Ar
2023-08-21T05:12:36.690Z config INFO Mapped the CLI configuration: {"dataDirUri":"file:///c%3A/Users/hp/AppData/Local/Arduino15","sketchDirUri":"file:///c%3A/Users/hp/Documents/Arduino","additionalUrls":[],"network":"none","locale":"en"}
2023-08-21T05:12:36.690Z config INFO Validating the CLI configuration...
2023-08-21T05:12:36.695Z config INFO The CLI config is valid.configuration.
2023-08-21T05:12:36.696Z config INFO <<< Initialized the CLI configuration.sers\hp\AppData\Local\Arduino15\packages
2023-08-21T05:12:36.706Z daemon INFO INFO[0000] Loading hardware from: C:\Users\hp\AppData\Local\Arduino15\packages
2023-08-21T05:07:21.316Z root ERROR Detected an error response during the gRPC core client initialization: code: 9, mess
2023-08-21T05:12:36.714Z root ERROR Detected an error response during the gRPC core client initialization: code: 9, message: Loading index file: loading json index file C:\Users\hp\AppData\Local\Arduino15\package_index.json: open C:\Users\hp\AppData\Local\Arduino15\package_index.json: The system cannot find the file specified.nt initialization: code: 9, mess
2023-08-21T05:12:36.721Z root ERROR Detected an error response during the gRPC core client initialization: code: 9, message: Error loading hardware platform: discovery builtin:serial-discovery not founde client initialization: code: 9, mess
2023-08-21T05:12:36.726Z root ERROR Detected an error response during the gRPC core client initialization: code: 9, message: Error loading hardware platform: discovery builtin:mdns-discovery not foundore client initialization: code: 9, mess
2023-08-21T05:12:36.731Z root ERROR Detected an error response during the gRPC core client initialization: code: 9, message: Loading index file: reading library_index.json: open C:\Users\hp\AppData\Local\Arduino15\library_index.json: The system cannot find the file specified.The primary packages indexes are missing. Running indexes update before initializing
2023-08-21T05:12:36.732Z daemon INFO INFO[0000] Loading libraries index file                  index="C:\\Users\\hp\\AppData\\Local\\Arduino15\\library_index.json"0000] Loading libraries index file                  index="C:\\Users\\hp\\AppD
INFO[0000] Adding libraries dir                          dir="C:\\Users\\hp\\AppData\\Local\\Arduino15\\libraries" location=ide00] Adding libraries dir                          dir="C:\\Users\\hp\\AppData\\Local\\Arduino15\\libraries" locat
INFO[0000] Adding libraries dir                          dir="C:\\Users\\hp\\Documents\\Arduino\\libraries" location=userNFO[0000] Adding libraries dir                          dir="C:\\Users\\hp\\Documents\\Arduino\\libraries" location=use
r
2023-08-21T05:12:36.757Z root INFO Resolve plugins list: 624.1 ms [Finished 2.909 s after backend start]
2023-08-21T05:12:36.806Z root INFO Deployed backend plugin "marus25.cortex-debug@1.5.1" from "C:\Users\hp\AppData\Local\Programs\arduino-ide\resources\app\plugins\cortex-debug\extension\dist\extension.js": 48.7 ms [Finished 2.958 s after backend start]pdating libraries index
2023-08-21T05:12:36.841Z root INFO Deployed backend plugin "arduino.vscode-arduino-tools@0.0.2-beta.8" from "C:\Users\hp\AppData\Local\Programs\arduino-ide\resources\app\plugins\vscode-arduino-tools\extension\dist\bundle": 34.2 ms [Finished 2.993 s after backend start] INFO Deployed backend plugin "marus25.cortex-debug@1.5.1" from "C:\Users\hp\AppData\Local\
2023-08-21T05:12:36.846Z root ERROR The primary packages indexes are missing. Running indexes update before initializing the core gRPC client
2023-08-21T05:12:36.927Z root INFO Deployed backend plugin "vscode.cpp@1.52.1" from "C:\Users\hp\AppData\Local\Programs\arduino-ide\resources\app\plugins\vscode-builtin-cpp\extension": 86.4 ms [Finished 3.079 s after backend start]
2023-08-21T05:12:36.927Z daemon INFO INFO[0000] Updating libraries index                     braries/library_index.tar.b
INFO[0000] Updating index                                url="https://downloads.arduino.cc/packages/package_index.tar.bz2"
INFO[0000] Starting download                             url="https://downloads.arduino.cc/packages/package_index.tar.bz2"23-08-21T05:07:21.355Z root INFO core-client-provider [library-index]
INFO[0000] Starting download                             url="https://downloads.arduino.cc/libraries/library_index.tar.bz2"pData\Local\Programs\arduino-ide\resources\app\plugins\vscode-arduino-tools\extension\dist\bundle": 10.3 ms [Finished
 5.029 s after backend start]
2023-08-21T05:12:36.931Z root INFO core-client-provider [platform-index]ndexes.
2023-08-21T05:12:36.932Z root INFO core-client-provider [library-index]C:\Users\hp\AppData\Local\Arduino15\packages
2023-08-21T05:12:36.935Z root ERROR Failed to update platform, library indexes.
2023-08-21T05:12:36.936Z daemon INFO INFO[0000] Loading hardware from: C:\Users\hp\AppData\Local\Arduino15\packages AppD
ata\\Local\\Arduino15\\library_index.json"
2023-08-21T05:12:36.951Z root INFO Deployed backend plugin "vscode.json@1.46.1" from "C:\Users\hp\AppData\Local\Programs\arduino-ide\resources\app\plugins\vscode-builtin-json\extension": 24.2 ms [Finished 3.103 s after backend start]
2023-08-21T05:12:36.952Z daemon INFO INFO[0000] Loading libraries index file                  index="C:\\Users\\hp\\AppData\\Local\\Arduino15\\library_index.json"
INFO[0000] Adding libraries dir                          dir="C:\\Users\\hp\\AppData\\Local\\Arduino15\\libraries" location=ide-21T05:07:21.384Z root INFO Deployed backend plugin "vscode.cpp@1.52.1" from "C:\Users\hp\AppData\Local\Programs\
INFO[0000] Adding libraries dir                          dir="C:\\Users\\hp\\Documents\\Arduino\\libraries" location=user023-08-21T05:07:21.385Z root ERROR Detected an error response during the gRPC core client initialization: code: 9, mess
age: Loading index file: loading json index file C:\Users\hp\AppData\Local\Arduino15\package_index.json: open C:\Users\h
2023-08-21T05:12:36.953Z root ERROR Detected an error response during the gRPC core client initialization: code: 9, message: Loading index file: loading json index file C:\Users\hp\AppData\Local\Arduino15\package_index.json: open C:\Users\hp\AppData\Local\Arduino15\package_index.json: The system cannot find the file specified.
2023-08-21T05:12:36.955Z root ERROR Detected an error response during the gRPC core client initialization: code: 9, message: Error loading hardware platform: discovery builtin:serial-discovery not found
2023-08-21T05:12:36.956Z root ERROR Detected an error response during the gRPC core client initialization: code: 9, message: Error loading hardware platform: discovery builtin:mdns-discovery not foundcal\Arduino15\library_index.json: The sy
2023-08-21T05:12:36.956Z root ERROR Detected an error response during the gRPC core client initialization: code: 9, message: Loading index file: reading library_index.json: open C:\Users\hp\AppData\Local\Arduino15\library_index.json: The system cannot find the file specified.Error: The index of the cores and libraries must be updated before initializing the
2023-08-21T05:12:36.958Z root ERROR Uncaught Exception:
2023-08-21T05:12:36.958Z root ERROR Error: The index of the cores and libraries must be updated before initializing the core gRPC client.- code: 9, message: Loading index file: loading json index file C:\Users\hp\AppData\Local\Arduino15\pac
The following problems were detected during the gRPC client initialization:n: The system cannot find the file specified.
[platform-index] - code: 9, message: Loading index file: loading json index file C:\Users\hp\AppData\Local\Arduino15\package_index.json: open C:\Users\hp\AppData\Local\Arduino15\package_index.json: The system cannot find the file specified.
[platform-index] - code: 9, message: Error loading hardware platform: discovery builtin:serial-discovery not found\Ardui
[platform-index] - code: 9, message: Error loading hardware platform: discovery builtin:mdns-discovery not found
[library-index] - code: 9, message: Loading index file: reading library_index.json: open C:\Users\hp\AppData\Local\Arduino15\library_index.json: The system cannot find the file specified.rograms\arduino-ide\resources\app\node_modules\arduin
o-ide-extension\lib\node\core-client-provider.js:388:11)
    at isIndexUpdateRequiredBeforeInit (C:\Users\hp\AppData\Local\Programs\arduino-ide\resources\app\node_modules\arduino-ide-extension\lib\node\core-client-provider.js:388:11)200:16)
    at CoreClientProvider.evaluateErrorStatus (C:\Users\hp\AppData\Local\Programs\arduino-ide\resources\app\node_modules\arduino-ide-extension\lib\node\core-client-provider.js:200:16)AppData\Local\Programs\arduino-ide\resources\app\node_mod
    at processTicksAndRejections (node:internal/process/task_queues:96:5)
    at async ClientReadableStreamImpl.<anonymous> (C:\Users\hp\AppData\Local\Programs\arduino-ide\resources\app\node_modules\arduino-ide-extension\lib\node\core-client-provider.js:184:31)11.0 ms [Finished 5.063 s after backend start]
2023-08-21T05:12:36.960Z root INFO Deployed backend plugin "vscode.json-language-features@1.46.1" from "C:\Users\hp\AppData\Local\Programs\arduino-ide\resources\app\plugins\vscode-builtin-json-language-features\extension\client\dist\jsonMain": 8.7 ms [Finished 3.112 s after backend start]
2023-08-21T05:12:37.251Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-bg@1.48.3" from "C:\Users\hp\AppData\Local\Programs\arduino-ide\resources\app\plugins\vscode-language-pack-bg\extension": 290.5 ms [Finished 3.403 s after backend start]
2023-08-21T05:12:37.644Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-cs@1.53.2" from "C:\Users\hp\AppData\Local\Programs\arduino-ide\resources\app\plugins\vscode-language-pack-cs\extension": 393.8 ms [Finished 3.796 s after backend start]
2023-08-21T05:12:37.989Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-de@1.53.2" from "C:\Users\hp\AppData\Local\Programs\arduino-ide\resources\app\plugins\vscode-language-pack-de\extension": 344.4 ms [Finished 4.141 s after backend start]
2023-08-21T05:12:38.549Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-es@1.53.2" from "C:\Users\hp\AppData\Local\Programs\arduino-ide\resources\app\plugins\vscode-language-pack-es\extension": 560.4 ms [Finished 4.701 s after backend start]
Opening channel for service path '/services/electron-window-ext'.intl.vscode-language-pack-fr@1.53.2" from "C:\Users\hp\
Opening channel for service path '/services/electron-window'.de-language-pack-fr\extension": 74.3 ms [Finished 5.619 s a
Opening channel for service path '/services/ide-updater'.
2023-08-21T05:12:39.002Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-fr@1.53.2" from "C:\Users\hp\AppData\Local\Programs\arduino-ide\resources\app\plugins\vscode-language-pack-fr\extension": 452.1 ms [Finished 5.154 s after backend start]
2023-08-21T05:12:39.226Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-hu@1.48.3" from "C:\Users\hp\AppData\Local\Programs\arduino-ide\resources\app\plugins\vscode-language-pack-hu\extension": 224.6 ms [Finished 5.378 s after backend start]
2023-08-21T05:12:39.544Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-it@1.53.2" from "C:\Users\hp\AppData\Local\Programs\arduino-ide\resources\app\plugins\vscode-language-pack-it\extension": 317.9 ms [Finished 5.696 s after backend start]
2023-08-21T05:12:39.971Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-ja@1.53.2" from "C:\Users\hp\AppData\Local\Programs\arduino-ide\resources\app\plugins\vscode-language-pack-ja\extension": 426.8 ms [Finished 6.123 s after backend start]
2023-08-21T05:12:39.980Z root WARN Frontend a.configure took longer than the expected maximum 100 milliseconds: 866.8 ms [Finished 3.276 s after frontend start]rces\app\plugins\vscode-language-pack-nl\extension": 41.0 ms [Finished 5.968 s a
2023-08-21T05:12:40.281Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-ko@1.53.2" from "C:\Users\hp\AppData\Local\Programs\arduino-ide\resources\app\plugins\vscode-language-pack-ko\extension": 309.4 ms [Finished 6.433 s after backend start]ms\arduino-ide\resources\app\plugins\vscode-language-pack-pl\extension": 88.0 ms [Finished 6.056 s a
2023-08-21T05:12:40.287Z root WARN Frontend keybindings.onStart took longer than the expected maximum 100 milliseconds: 366.9 ms [Finished 3.677 s after frontend start]end plugin "ms-ceintl.vscode-language-pack-pt-br@1.53.2" from "C:\Users\
2023-08-21T05:12:40.388Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-nl@1.48.3" from "C:\Users\hp\AppData\Local\Programs\arduino-ide\resources\app\plugins\vscode-language-pack-nl\extension": 107.0 ms [Finished 6.540 s after backend start]561Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-ru@1.53.2" from "C:\Users\hp\
2023-08-21T05:12:40.735Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-pl@1.53.2" from "C:\Users\hp\AppData\Local\Programs\arduino-ide\resources\app\plugins\vscode-language-pack-pl\extension": 347.3 ms [Finished 6.887 s after backend start]688Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-tr@1.53.2" from "C:\Users\hp\
2023-08-21T05:12:41.757Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-pt-br@1.53.2" from "C:\Users\hp\AppData\Local\Programs\arduino-ide\resources\app\plugins\vscode-language-pack-pt-BR\extension": 1021.3 ms [Finished 7.909 s after backend start]ot INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-uk@1.48.3" from "C:\Users\hp\
2023-08-21T05:12:42.618Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-ru@1.53.2" from "C:\Users\hp\AppData\Local\Programs\arduino-ide\resources\app\plugins\vscode-language-pack-ru\extension": 861.7 ms [Finished 8.770 s after backend start]837Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-zh-hans@1.53.2" from "C:\User
2023-08-21T05:12:42.979Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-tr@1.53.2" from "C:\Users\hp\AppData\Local\Programs\arduino-ide\resources\app\plugins\vscode-language-pack-tr\extension": 361.0 ms [Finished 9.131 s after backend start]838Z root INFO Deploy plugins list: 327.1 ms [Finished 6.505 s after backend start]
2023-08-21T05:12:43.210Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-uk@1.48.3" from "C:\Users\hp\AppData\Local\Programs\arduino-ide\resources\app\plugins\vscode-language-pack-uk\extension": 230.6 ms [Finished 9.362 s after backend start]service path '/services/ide-updater'.
2023-08-21T05:12:43.589Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-zh-hans@1.53.2" from "C:\Users\hp\AppData\Local\Programs\arduino-ide\resources\app\plugins\vscode-language-pack-zh-hans\extension": 363.3 ms [Finished 9.725 s after backend start]u_init.cc(453)] Passthrough is not supported, GL is disabled, ANGLE is
2023-08-21T05:12:43.590Z root INFO Deploy plugins list: 624.1 ms [Finished 9.742 s after backend start]
Closing channel on service path '/services/electron-window'.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.