My Arduino IDE 2.3.6 is stuck on the loading screen (it keep showing the piping Arduino logo)

My Arduino IDE 2.3.6 is stuck on the loading screen (it keep showing the piping Arduino logo).
I use Windows 11

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


:red_exclamation_mark: This procedure is not intended to solve the problem. The purpose is to gather more information.


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)
      :red_exclamation_mark: 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.
    A context menu will open
  5. Select "Open PowerShell window here" from the menu.
    Windows PowerShell will now open with the current directory set to the Arduino IDE installation folder.
  6. Type the following command in the PowerShell window:
    & ".\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. Press the Ctrl+Shift+A keyboard shortcut.
    This will select all the text in the PowerShell window.
  11. Press the Ctrl+C keyboard shortcut.
    This will copy the contents of the PowerShell window to the clipboard.
  12. Open a reply here on this forum topic by clicking the "Reply" button.
  13. 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.
  14. Press the Ctrl+V keyboard shortcut.
    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 publish the post.

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

PS C:\Users\olama\AppData\Local\Programs\Arduino IDE> & ".\Arduino IDE"
PS C:\Users\olama\AppData\Local\Programs\Arduino IDE>
Arduino IDE 2.3.6
Checking for frontend application configuration customizations. Module path: C:\Users\olama\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\electron-main.js, destination 'package.json': C:\Users\olama\AppData\Local\Programs\Arduino IDE\resources\app\package.json
Setting 'theia.frontend.config.appVersion' application configuration value to: "2.3.6" (type of string)
Setting 'theia.frontend.config.cliVersion' application configuration value to: "1.2.0" (type of string)
Setting 'theia.frontend.config.buildDate' application configuration value to: "2025-04-09T11:26:55.498Z" (type of string)
Frontend application configuration after modifications: {"applicationName":"Arduino IDE","defaultTheme":{"light":"arduino-theme","dark":"arduino-theme-dark"},"defaultIconTheme":"none","electron":{"windowOptions":{},"showWindowEarly":true,"splashScreenOptions":{},"uriScheme":"arduino-ide"},"defaultLocale":"","validatePreferencesSchema":false,"reloadOnReconnect":true,"uriScheme":"theia","preferences":{"window.title":"${rootName}${activeEditorShort}${appName}","files.autoSave":"afterDelay","editor.minimap.enabled":false,"editor.tabSize":2,"editor.scrollBeyondLastLine":false,"editor.quickSuggestions":{"other":false,"comments":false,"strings":false},"editor.maxTokenizationLineLength":500,"editor.bracketPairColorization.enabled":false,"breadcrumbs.enabled":false,"workbench.tree.renderIndentGuides":"none","explorer.compactFolders":false},"appVersion":"2.3.6","cliVersion":"1.2.0","buildDate":"2025-04-09T11:26:55.498Z"}
Starting backend process. PID: 8332
Showing main window early
Using browser-only version of superagent in non-browser environment
Configuration directory URI: 'file:///c%3A/Users/olama/.arduinoIDE'
Configuring to accept webviews on '^.+\.webview\..+$' hostname.
2025-10-24T17:06:59.112Z root WARN Backend u.initialize took longer than the expected maximum 50 milliseconds: 68.4 ms [Finished 2.169 s after backend start]
2025-10-24T17:06:59.114Z root WARN Backend Object.initialize took longer than the expected maximum 50 milliseconds: 65.4 ms [Finished 2.169 s after backend start]
2025-10-24T17:06:59.115Z root INFO Backend a.initialize: 5.3 ms [Finished 2.169 s after backend start]
2025-10-24T17:06:59.115Z root INFO Backend a.initialize: 4.8 ms [Finished 2.169 s after backend start]
2025-10-24T17:06:59.115Z root INFO Backend u.initialize: 5.8 ms [Finished 2.171 s after backend start]
2025-10-24T17:06:59.122Z root WARN Backend l.initialize took longer than the expected maximum 50 milliseconds: 69.8 ms [Finished 2.174 s after backend start]
2025-10-24T17:06:59.139Z root INFO configured all backend app contributions
2025-10-24T17:06:59.141Z root INFO Backend l.onStart: 4.6 ms [Finished 2.201 s after backend start]
2025-10-24T17:06:59.142Z root INFO Backend d.onStart: 0.4 ms [Finished 2.202 s after backend start]
2025-10-24T17:06:59.144Z root INFO Backend a.onStart: 1.1 ms [Finished 2.203 s after backend start]
2025-10-24T17:06:59.146Z config INFO >>> Initializing CLI configuration...
2025-10-24T17:06:59.146Z root INFO Backend x.onStart: 1.0 ms [Finished 2.204 s after backend start]
2025-10-24T17:06:59.146Z config INFO Loading CLI configuration from c:\Users\olama\.arduinoIDE\arduino-cli.yaml...
2025-10-24T17:06:59.146Z daemon INFO Starting daemon from C:\Users\olama\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2025-10-24T17:06:59.146Z root INFO Backend w.onStart: 1.4 ms [Finished 2.207 s after backend start]
2025-10-24T17:06:59.146Z discovery-log INFO start
2025-10-24T17:06:59.147Z discovery-log INFO start new deferred
2025-10-24T17:06:59.147Z root INFO Backend v.onStart: 0.9 ms [Finished 2.208 s after backend start]
2025-10-24T17:06:59.147Z root INFO Backend a.onStart: 0.3 ms [Finished 2.209 s after backend start]
2025-10-24T17:06:59.163Z root INFO Theia app listening on http://127.0.0.1:53677.
2025-10-24T17:06:59.163Z root INFO Finished starting backend application: 16.5 ms [Finished 2.225 s after backend start]
Restoring workspace roots: c:\Users\olama\Documents\Arduino\trafficlight\trafficlight.ino
isTempSketch: false. Input was c:\Users\olama\Documents\Arduino\trafficlight\trafficlight.ino
2025-10-24T17:06:59.250Z root WARN The local plugin referenced by local-dir:/c%3A/Users/olama/.arduinoIDE/plugins does not exist.
2025-10-24T17:06:59.251Z root WARN The local plugin referenced by local-dir:/c%3A/Users/olama/.arduinoIDE/deployedPlugins does not exist.
2025-10-24T17:06:59.251Z root WARN The local plugin referenced by local-dir:C:\Users\olama\.arduinoIDE\plugins does not exist.
2025-10-24T17:06:59.281Z config INFO Loaded CLI configuration: {"board_manager":{"additional_urls":[]}}
2025-10-24T17:06:59.281Z config INFO Loading fallback CLI configuration to get 'directories.data' and 'directories.user'
2025-10-24T17:06:59.730Z root INFO Resolve plugins list: 577.7 ms [Finished 2.792 s after backend start]
2025-10-24T17:07:00.538Z config INFO Loaded fallback CLI configuration: {"directories":{"user":"C:\\Users\\olama\\Documents\\Arduino","data":"C:\\Users\\olama\\AppData\\Local\\Arduino15"}}
2025-10-24T17:07:00.538Z config INFO Merged CLI configuration with the fallback: {"directories":{"user":"C:\\Users\\olama\\Documents\\Arduino","data":"C:\\Users\\olama\\AppData\\Local\\Arduino15"},"board_manager":{"additional_urls":[]}}
2025-10-24T17:07:00.538Z config INFO Loaded the CLI configuration.
2025-10-24T17:07:00.539Z config INFO Mapped the CLI configuration: {"dataDirUri":"file:///c%3A/Users/olama/AppData/Local/Arduino15","sketchDirUri":"file:///c%3A/Users/olama/Documents/Arduino","additionalUrls":[],"network":"none","locale":"en"}
2025-10-24T17:07:00.539Z config INFO Validating the CLI configuration...
2025-10-24T17:07:00.539Z config INFO The CLI config is valid.
2025-10-24T17:07:00.539Z config INFO <<< Initialized the CLI configuration.
2025-10-24T17:07:00.570Z daemon INFO time="2025-10-24T18:07:00+01:00" level=info msg="arduino-cli version 1.2.0"
2025-10-24T17:07:00.571Z daemon INFO time="2025-10-24T18:07:00+01:00" level=info msg="Using config file: c:\\Users\\olama\\.arduinoIDE\\arduino-cli.yaml"
time="2025-10-24T18:07:00+01:00" level=info msg="Executing `arduino-cli daemon`"
2025-10-24T17:07:00.604Z daemon INFO Daemon is now listening on 127.0.0.1:59261
{"IP":"127.0.0.1","Port":"59261"}
2025-10-24T17:07:00.604Z daemon INFO Daemon is running.
2025-10-24T17:07:02.803Z daemon INFO time="2025-10-24T18:07:02+01:00" level=info msg="Starting download" url="https://downloads.arduino.cc/libraries/library_index.tar.bz2"
2025-10-24T17:07:03.613Z root INFO creating connection for 1
2025-10-24T17:07:06.546Z root WARN Frontend a.configure took longer than the expected maximum 100 milliseconds: 701.2 ms [Finished 7.349 s after frontend start]
2025-10-24T17:07:06.633Z root WARN A command editor.action.toggleStickyScroll is already registered.
Opening channel for service path '/services/electron-window'.
Opening channel for service path '/services/ide-updater'.
2025-10-24T17:07:07.444Z root WARN Frontend keybindings.onStart took longer than the expected maximum 100 milliseconds: 797.9 ms [Finished 8.223 s after frontend start]
2025-10-24T17:07:07.599Z root INFO Start frontend contributions: 1935.1 ms [Finished 8.373 s after frontend start]
2025-10-24T17:07:07.600Z root INFO Changed application state from 'init' to 'started_contributions'.
2025-10-24T17:07:07.622Z root INFO Changed application state from 'started_contributions' to 'attached_shell'.
2025-10-24T17:07:07.622Z root INFO >>> Restoring the layout state...
2025-10-24T17:07:23.419Z root INFO Deploy plugins list: 24266.8 ms [Finished 26.481 s after backend start]
2025-10-24T17:07:23.444Z root INFO [8185d70b-44de-4150-9f35-4d88d316e58e] Waiting for backend deployment: 15873.3 ms [Finished 24.230 s after frontend start]
2025-10-24T17:07:25.599Z root INFO [hosted-plugin: 14096] PLUGIN_HOST(14096) starting instance
2025-10-24T17:07:25.695Z root INFO [hosted-plugin: 14096] [Object: null prototype] {}
2025-10-24T17:07:26.396Z root ERROR Detected an error response during the gRPC core client initialization: code: 3, message: Error verifying signature: signature expired: is your system clock set correctly?
2025-10-24T17:07:27.136Z root ERROR Detected an error response during the gRPC core client initialization: code: 9, message: Loading index file: loading json index file C:\Users\olama\AppData\Local\Arduino15\package_index.json: open C:\Users\olama\AppData\Local\Arduino15\package_index.json: The system cannot find the file specified.
2025-10-24T17:07:27.261Z root INFO [8185d70b-44de-4150-9f35-4d88d316e58e] Sync of 23 plugins: 3836.1 ms [Finished 28.066 s after frontend start]
2025-10-24T17:07:27.320Z daemon INFO time="2025-10-24T18:07:27+01:00" level=info msg="Loading hardware from: C:\\Users\\olama\\AppData\\Local\\Arduino15\\packages"
2025-10-24T17:07:27.422Z daemon INFO time="2025-10-24T18:07:27+01:00" level=info msg="Loading libraries index file" index="C:\\Users\\olama\\AppData\\Local\\Arduino15\\library_index.json"
2025-10-24T17:07:27.423Z 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
2025-10-24T17:07:27.424Z 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
2025-10-24T17:07:27.432Z daemon INFO time="2025-10-24T18:07:27+01:00" level=info msg="Adding libraries dir" dir="C:\\Users\\olama\\AppData\\Local\\Arduino15\\libraries" isSingleLibrary=false location=ide
2025-10-24T17:07:27.433Z daemon INFO time="2025-10-24T18:07:27+01:00" level=info msg="Adding libraries dir" dir="C:\\Users\\olama\\Documents\\Arduino\\libraries" isSingleLibrary=false location=user
2025-10-24T17:07:27.434Z 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\olama\AppData\Local\Arduino15\library_index.json: The system cannot find the file specified.
2025-10-24T17:07:27.446Z root ERROR The primary packages indexes are missing. Running indexes update before initializing the core gRPC client 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\olama\AppData\Local\Arduino15\package_index.json: open C:\Users\olama\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\olama\AppData\Local\Arduino15\library_index.json: The system cannot find the file specified.

2025-10-24T17:07:27.455Z daemon INFO time="2025-10-24T18:07:27+01:00" level=info msg="Starting download" url="https://downloads.arduino.cc/libraries/library_index.tar.bz2"
2025-10-24T17:07:27.458Z daemon INFO time="2025-10-24T18:07:27+01:00" level=info msg="Updating index" url="https://downloads.arduino.cc/packages/package_index.tar.bz2"
2025-10-24T17:07:27.462Z root INFO core-client-provider [library-index] Downloading index: library_index.tar.bz2

2025-10-24T17:07:27.466Z root INFO core-client-provider [platform-index] Downloading index: package_index.tar.bz2

2025-10-24T17:07:27.466Z daemon INFO time="2025-10-24T18:07:27+01:00" level=info msg="Starting download" url="https://downloads.arduino.cc/packages/package_index.tar.bz2"
2025-10-24T17:07:39.405Z daemon INFO time="2025-10-24T18:07:39+01:00" level=info msg="Starting download" url="https://downloads.arduino.cc/libraries/library_index.tar.bz2"
2025-10-24T17:07:51.979Z root ERROR Detected an error response during the gRPC core client initialization: code: 3, message: Error verifying signature: signature expired: is your system clock set correctly?
2025-10-24T17:07:52.030Z daemon INFO time="2025-10-24T18:07:52+01:00" level=info msg="Checking signature" index="C:\\Users\\olama\\AppData\\Local\\Arduino15\\package_index.json" signatureFile="C:\\Users\\olama\\AppData\\Local\\Arduino15\\package_index.json.sig" trusted=true
2025-10-24T17:07:52.034Z daemon INFO time="2025-10-24T18:07:52+01:00" level=info msg="Loading hardware from: C:\\Users\\olama\\AppData\\Local\\Arduino15\\packages"
2025-10-24T17:07:52.062Z daemon INFO time="2025-10-24T18:07:52+01:00" level=info msg="Starting download" url="https://downloads.arduino.cc/discovery/serial-discovery/serial-discovery_v1.4.1_Windows_64bit.zip"
2025-10-24T17:08:04.687Z daemon INFO time="2025-10-24T18:08:04+01:00" level=info msg="Installing tool" Tool="builtin:serial-discovery@1.4.1"
2025-10-24T17:08:04.941Z daemon INFO time="2025-10-24T18:08:04+01:00" level=info msg="Skipping tool configuration." Tool="builtin:serial-discovery@1.4.1"
2025-10-24T17:08:04.943Z daemon INFO time="2025-10-24T18:08:04+01:00" level=info msg="Tool installed" Tool="builtin:serial-discovery@1.4.1"
time="2025-10-24T18:08:04+01:00" level=info msg="Starting download" url="https://downloads.arduino.cc/monitor/serial-monitor/serial-monitor_v0.15.0_Windows_64bit.zip"
2025-10-24T17:08:11.811Z daemon INFO time="2025-10-24T18:08:11+01:00" level=info msg="Installing tool" Tool="builtin:serial-monitor@0.15.0"
2025-10-24T17:08:12.022Z daemon INFO time="2025-10-24T18:08:12+01:00" level=info msg="Skipping tool configuration." Tool="builtin:serial-monitor@0.15.0"
2025-10-24T17:08:12.024Z daemon INFO time="2025-10-24T18:08:12+01:00" level=info msg="Tool installed" Tool="builtin:serial-monitor@0.15.0"
time="2025-10-24T18:08:12+01:00" level=info msg="Starting download" url="https://downloads.arduino.cc/tools/ctags-5.8-arduino11-pm-i686-mingw32.zip"
2025-10-24T17:08:12.416Z daemon INFO time="2025-10-24T18:08:12+01:00" level=info msg="Installing tool" Tool="builtin:ctags@5.8-arduino11"
2025-10-24T17:08:12.508Z daemon INFO time="2025-10-24T18:08:12+01:00" level=info msg="Skipping tool configuration." Tool="builtin:ctags@5.8-arduino11"
2025-10-24T17:08:12.510Z daemon INFO time="2025-10-24T18:08:12+01:00" level=info msg="Tool installed" Tool="builtin:ctags@5.8-arduino11"
time="2025-10-24T18:08:12+01:00" level=info msg="Starting download" url="https://downloads.arduino.cc/discovery/dfu-discovery/dfu-discovery_v0.1.2_Windows_64bit.zip"
2025-10-24T17:08:15.652Z daemon INFO time="2025-10-24T18:08:15+01:00" level=info msg="Installing tool" Tool="builtin:dfu-discovery@0.1.2"
2025-10-24T17:08:16.905Z daemon INFO time="2025-10-24T18:08:16+01:00" level=info msg="Skipping tool configuration." Tool="builtin:dfu-discovery@0.1.2"
2025-10-24T17:08:16.905Z daemon INFO time="2025-10-24T18:08:16+01:00" level=info msg="Tool installed" Tool="builtin:dfu-discovery@0.1.2"
2025-10-24T17:08:16.905Z daemon INFO time="2025-10-24T18:08:16+01:00" level=info msg="Starting download" url="https://downloads.arduino.cc/discovery/mdns-discovery/mdns-discovery_v1.0.9_Windows_64bit.zip"
2025-10-24T17:08:24.151Z daemon INFO time="2025-10-24T18:08:24+01:00" level=info msg="Installing tool" Tool="builtin:mdns-discovery@1.0.9"
2025-10-24T17:08:24.375Z daemon INFO time="2025-10-24T18:08:24+01:00" level=info msg="Skipping tool configuration." Tool="builtin:mdns-discovery@1.0.9"
2025-10-24T17:08:24.375Z daemon INFO time="2025-10-24T18:08:24+01:00" level=info msg="Tool installed" Tool="builtin:mdns-discovery@1.0.9"
time="2025-10-24T18:08:24+01:00" level=info msg="Loading tools from dir: C:\\Users\\olama\\AppData\\Local\\Arduino15\\packages\\builtin\\tools"
2025-10-24T17:08:24.377Z daemon INFO time="2025-10-24T18:08:24+01:00" level=info msg="Loaded tool" tool="builtin:ctags@5.8-arduino11"
2025-10-24T17:08:24.378Z daemon INFO time="2025-10-24T18:08:24+01:00" level=info msg="Loaded tool" tool="builtin:dfu-discovery@0.1.2"
2025-10-24T17:08:24.379Z daemon INFO time="2025-10-24T18:08:24+01:00" level=info msg="Loaded tool" tool="builtin:mdns-discovery@1.0.9"
2025-10-24T17:08:24.380Z daemon INFO time="2025-10-24T18:08:24+01:00" level=info msg="Loaded tool" tool="builtin:serial-discovery@1.4.1"
time="2025-10-24T18:08:24+01:00" level=info msg="Loaded tool" tool="builtin:serial-monitor@0.15.0"
2025-10-24T17:08:24.431Z daemon INFO time="2025-10-24T18:08:24+01:00" level=info msg="Loading libraries index file" index="C:\\Users\\olama\\AppData\\Local\\Arduino15\\library_index.json"
2025-10-24T17:08:24.431Z daemon INFO time="2025-10-24T18:08:24+01:00" level=info msg="Adding libraries dir" dir="C:\\Users\\olama\\AppData\\Local\\Arduino15\\libraries" isSingleLibrary=false location=ide
time="2025-10-24T18:08:24+01:00" level=info msg="Adding libraries dir" dir="C:\\Users\\olama\\Documents\\Arduino\\libraries" isSingleLibrary=false location=user
2025-10-24T17:08:24.432Z 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\olama\AppData\Local\Arduino15\library_index.json: The system cannot find the file specified.
2025-10-24T17:08:24.435Z root ERROR Uncaught Exception:  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:
[library-index] - code: 9, message: Loading index file: reading library_index.json: open C:\Users\olama\AppData\Local\Arduino15\library_index.json: The system cannot find the file specified.

2025-10-24T17:08:24.435Z 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:
[library-index] - code: 9, message: Loading index file: reading library_index.json: open C:\Users\olama\AppData\Local\Arduino15\library_index.json: The system cannot find the file specified.

    at C:\Users\olama\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\main.js:2:6283973
    at y.evaluateErrorStatus (C:\Users\olama\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\main.js:2:6283989)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async a.<anonymous> (C:\Users\olama\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\main.js:2:6283659)

The cause of the problem is that your system time is incorrect. You can fix it by syncing the system time. I'll provide instructions you can follow to do that:

  1. Right click the Windows Start icon () on the taskbar.
    A context menu will open.
  2. Select "Settings" from the context menu.
    Windows "Settings" will open.
  3. Select "Time & language" from the navigation panel on the left side of the window.
  4. Select "Date & time" from the list at the right side of the Settings window.
    The "Date & time" settings section will expand.
  5. Click the "Sync now" button that is located under the "Additional settings" section of the window.
  6. Wait for the syncing process to finish.
  7. Close any Arduino IDE windows that are open.
  8. Start Arduino IDE again, as usual.
    It is not required to start the IDE from the PowerShell terminal this time.

This time Arduino IDE should start up fully and work as expected.

I have fixed the date and time but I am still experiencing the same issue

I think it is a library issue

The symptom of Arduino IDE hanging on startup can be caused by many different problems. It is possible that you have solved the time problem, but are now being affected by yet another different problem. Please follow the instructions from post #2 to provide us with the debug output from attempting to start Arduino IDE now. We'll take a look at the new output and see if we can spot the problem.

A post was split to a new topic: IDE hangs on startup: "YAMLException: end of the stream or a document separator is expected"

A post was split to a new topic: IDE hangs on startup: "Failed to initialize the CLI configuration"

A post was merged into an existing topic: IDE hangs on startup: "Failed to initialize the CLI configuration"