IDE hangs on startup: "spawn C:\msys64\mingw64\bin ENOENT"

when i try openning the IDE, the screen just continue loading with arduino logo bouncing, and i can't do anything more. (i dont have any error messages)

i have Windows 11 if that information is important.

I have just installed 2.1.1 for the first time, and works like a charm.
So try this:

  1. Uninstall the IDE (I suppose you used the installer, right?)
  2. Download the 2.1.1 Zip version
  3. Unpack the ZIP in a new directory (e.g. "C:\Arduino")
  4. Run "Arduino IDE.exe" from there and see if it works
1 Like

No, it doesn't work, still loading, ty for trying tho

Btw, where did you get the first version? From Microsoft store, the installer from Arduino site, or the portable one?
After uninstalling the previuos one, try a reboot before running the new installation.
If you're always using the "portable" version, I don't know what could prevent the IDE from completing its start, in this case have a look at your antivirus log, just in case ti blocks the program execution.

Hi @catpop. 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.

i think its stuck on a loop but here is the print:

indeed its a loop, same erros spaming on my terminal

2023-07-26T16:25:57.761Z daemon ERROR Error: spawn C:\msys64\mingw64\bin ENOENT
    at Process.ChildProcess._handle.onexit (node:internal/child_process:282:19)
    at onErrorNT (node:internal/child_process:480:16)
    at processTicksAndRejections (node:internal/process/task_queues:83:21)
2023-07-26T16:25:57.761Z daemon ERROR Error: spawn C:\msys64\mingw64\bin ENOENT
    at Process.ChildProcess._handle.onexit (node:internal/child_process:282:19)
    at onErrorNT (node:internal/child_process:480:16)
    at processTicksAndRejections (node:internal/process/task_queues:83:21)
2023-07-26T16:25:57.761Z daemon INFO Starting daemon from C:\Users\voidd\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-07-26T16:25:57.763Z daemon ERROR Error: spawn C:\msys64\mingw64\bin ENOENT
    at Process.ChildProcess._handle.onexit (node:internal/child_process:282:19)
    at onErrorNT (node:internal/child_process:480:16)
    at processTicksAndRejections (node:internal/process/task_queues:83:21)
2023-07-26T16:25:57.763Z daemon ERROR Error: spawn C:\msys64\mingw64\bin ENOENT
    at Process.ChildProcess._handle.onexit (node:internal/child_process:282:19)
    at onErrorNT (node:internal/child_process:480:16)
    at processTicksAndRejections (node:internal/process/task_queues:83:21)
2023-07-26T16:25:57.763Z daemon INFO Starting daemon from C:\Users\voidd\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-07-26T16:25:57.764Z daemon ERROR Error: spawn C:\msys64\mingw64\bin ENOENT
    at Process.ChildProcess._handle.onexit (node:internal/child_process:282:19)
    at onErrorNT (node:internal/child_process:480:16)
    at processTicksAndRejections (node:internal/process/task_queues:83:21)
2023-07-26T16:25:57.765Z daemon ERROR Error: spawn C:\msys64\mingw64\bin ENOENT
    at Process.ChildProcess._handle.onexit (node:internal/child_process:282:19)
    at onErrorNT (node:internal/child_process:480:16)
    at processTicksAndRejections (node:internal/process/task_queues:83:21)
2023-07-26T16:25:57.765Z daemon INFO Starting daemon from C:\Users\voidd\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-07-26T16:25:57.766Z daemon ERROR Error: spawn C:\msys64\mingw64\bin ENOENT
    at Process.ChildProcess._handle.onexit (node:internal/child_process:282:19)
    at onErrorNT (node:internal/child_process:480:16)
    at processTicksAndRejections (node:internal/process/task_queues:83:21)
2023-07-26T16:25:57.766Z daemon ERROR Error: spawn C:\msys64\mingw64\bin ENOENT
    at Process.ChildProcess._handle.onexit (node:internal/child_process:282:19)
    at onErrorNT (node:internal/child_process:480:16)
    at processTicksAndRejections (node:internal/process/task_queues:83:21)
2023-07-26T16:25:57.766Z daemon INFO Starting daemon from C:\Users\voidd\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-07-26T16:25:57.768Z daemon ERROR Error: spawn C:\msys64\mingw64\bin ENOENT
    at Process.ChildProcess._handle.onexit (node:internal/child_process:282:19)
    at onErrorNT (node:internal/child_process:480:16)
    at processTicksAndRejections (node:internal/process/task_queues:83:21)
2023-07-26T16:25:57.768Z daemon ERROR Error: spawn C:\msys64\mingw64\bin ENOENT
    at Process.ChildProcess._handle.onexit (node:internal/child_process:282:19)
    at onErrorNT (node:internal/child_process:480:16)
    at processTicksAndRejections (node:internal/process/task_queues:83:21)
2023-07-26T16:25:57.768Z daemon INFO Starting daemon from C:\Users\voidd\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-07-26T16:25:57.770Z daemon ERROR Error: spawn C:\msys64\mingw64\bin ENOENT
    at Process.ChildProcess._handle.onexit (node:internal/child_process:282:19)
    at onErrorNT (node:internal/child_process:480:16)
    at processTicksAndRejections (node:internal/process/task_queues:83:21)
2023-07-26T16:25:57.770Z daemon ERROR Error: spawn C:\msys64\mingw64\bin ENOENT
    at Process.ChildProcess._handle.onexit (node:internal/child_process:282:19)
    at onErrorNT (node:internal/child_process:480:16)
    at processTicksAndRejections (node:internal/process/task_queues:83:21)
2023-07-26T16:25:57.770Z daemon INFO Starting daemon from C:\Users\voidd\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-07-26T16:25:57.771Z daemon ERROR Error: spawn C:\msys64\mingw64\bin ENOENT
    at Process.ChildProcess._handle.onexit (node:internal/child_process:282:19)
    at onErrorNT (node:internal/child_process:480:16)
    at processTicksAndRejections (node:internal/process/task_queues:83:21)
2023-07-26T16:25:57.771Z daemon ERROR Error: spawn C:\msys64\mingw64\bin ENOENT
    at Process.ChildProcess._handle.onexit (node:internal/child_process:282:19)
    at onErrorNT (node:internal/child_process:480:16)
    at processTicksAndRejections (node:internal/process/task_queues:83:21)
2023-07-26T16:25:57.772Z daemon INFO Starting daemon from C:\Users\voidd\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-07-26T16:25:57.773Z daemon ERROR Error: spawn C:\msys64\mingw64\bin ENOENT
    at Process.ChildProcess._handle.onexit (node:internal/child_process:282:19)
    at onErrorNT (node:internal/child_process:480:16)
    at processTicksAndRejections (node:internal/process/task_queues:83:21)
2023-07-26T16:25:57.773Z daemon ERROR Error: spawn C:\msys64\mingw64\bin ENOENT
    at Process.ChildProcess._handle.onexit (node:internal/child_process:282:19)
    at onErrorNT (node:internal/child_process:480:16)
    at processTicksAndRejections (node:internal/process/task_queues:83:21)
2023-07-26T16:25:57.773Z daemon INFO Starting daemon from C:\Users\voidd\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-07-26T16:25:57.775Z daemon ERROR Error: spawn C:\msys64\mingw64\bin ENOENT
    at Process.ChildProcess._handle.onexit (node:internal/child_process:282:19)
    at onErrorNT (node:internal/child_process:480:16)
    at processTicksAndRejections (node:internal/process/task_queues:83:21)
2023-07-26T16:25:57.775Z daemon ERROR Error: spawn C:\msys64\mingw64\bin ENOENT
    at Process.ChildProcess._handle.onexit (node:internal/child_process:282:19)
    at onErrorNT (node:internal/child_process:480:16)
    at processTicksAndRejections (node:internal/process/task_queues:83:21)
2023-07-26T16:25:57.775Z daemon INFO Starting daemon from C:\Users\voidd\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-07-26T16:25:57.777Z daemon ERROR Error: spawn C:\msys64\mingw64\bin ENOENT
    at Process.ChildProcess._handle.onexit (node:internal/child_process:282:19)
    at onErrorNT (node:internal/child_process:480:16)
    at processTicksAndRejections (node:internal/process/task_queues:83:21)
2023-07-26T16:25:57.777Z daemon ERROR Error: spawn C:\msys64\mingw64\bin ENOENT
    at Process.ChildProcess._handle.onexit (node:internal/child_process:282:19)
    at onErrorNT (node:internal/child_process:480:16)
    at processTicksAndRejections (node:internal/process/task_queues:83:21)
2023-07-26T16:25:57.777Z daemon INFO Starting daemon from C:\Users\voidd\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-07-26T16:25:57.778Z daemon ERROR Error: spawn C:\msys64\mingw64\bin ENOENT
    at Process.ChildProcess._handle.onexit (node:internal/child_process:282:19)
    at onErrorNT (node:internal/child_process:480:16)
    at processTicksAndRejections (node:internal/process/task_queues:83:21)
2023-07-26T16:25:57.779Z daemon ERROR Error: spawn C:\msys64\mingw64\bin ENOENT
    at Process.ChildProcess._handle.onexit (node:internal/child_process:282:19)
    at onErrorNT (node:internal/child_process:480:16)
    at processTicksAndRejections (node:internal/process/task_queues:83:21)
2023-07-26T16:25:57.779Z daemon INFO Starting daemon from C:\Users\voidd\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-07-26T16:25:57.780Z daemon ERROR Error: spawn C:\msys64\mingw64\bin ENOENT
    at Process.ChildProcess._handle.onexit (node:internal/child_process:282:19)
    at onErrorNT (node:internal/child_process:480:16)

from the Arduino site , already tried rebooting the system, ok ty

Already solved, i was looking for the error and i found that here was nothing:
image

I'm sorry but I don't understand what the solution was.

@docdoc good question. I can explain: a tool named Arduino CLI provides the non-GUI functionality to Arduino IDE under the hood. When you start Arduino IDE, it invokes the arduino-cli daemon command.

This is currently done using cmd on Windows. The standard ComSpec environment variable is used to find the path to the cmd executable for this purpose. If that environment variable is not defined or incorrect, the attempt to invoke the essential Arduino CLI process fails and Arduino IDE hangs on startup.

As for the reason why, in very rare cases, that environment variable might be undefined or incorrect on some people's systems, I have no idea.

That's strange, if not weird. ComSpec is a system environment variable, and defined on "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Environment". If it's changed I'd investigate why, because it isn't something common programs and user actions can do. What was the value before you set it up properly?

It was the msys2 folder (C:\msys64\mingw64\bin) I think I accidentally changed it

Ok, good, so nothing to worry about! :slight_smile:
Have a good coding!

ty!

A post was split to a new topic: IDE startup hangs: "loading json index file ... The system cannot find the file specified."

5 posts were split to a new topic: IDE hangs on startup: "Unable to get Documents Folder"

PS C:\Users\Abar Almazari\AppData\Local\Programs\Arduino IDE> & ".\Arduino IDE"
PS C:\Users\Abar Almazari\AppData\Local\Programs\Arduino IDE>
Arduino IDE 2.3.2
Checking for frontend application configuration customizations. Module path: C:\Users\Abar Almazari\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\electron-main.js, destination 'package.json': C:\Users\Abar Almazari\AppData\Local\Programs\Arduino IDE\resources\app\package.json
Setting 'theia.frontend.config.appVersion' application configuration value to: "2.3.2" (type of string)
Setting 'theia.frontend.config.cliVersion' application configuration value to: "0.35.3" (type of string)
Setting 'theia.frontend.config.buildDate' application configuration value to: "2024-02-20T10:04:35.814Z" (type of string)
Frontend application configuration after modifications: {"applicationName":"Arduino IDE","defaultTheme":{"light":"arduino-theme","dark":"arduino-theme-dark"},"defaultIconTheme":"none","electron":{"windowOptions":{}},"defaultLocale":"","validatePreferencesSchema":false,"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.2","cliVersion":"0.35.3","buildDate":"2024-02-20T10:04:35.814Z"}
Starting backend process. PID: 2644
Using browser-only version of superagent in non-browser environment
Configuration directory URI: 'file:///c%3A/Users/Abar%20Almazari/.arduinoIDE'
Configuring to accept webviews on '^.+\.webview\..+$' hostname.
2024-09-10T23:05:46.521Z root INFO Backend Object.initialize: 4.9 ms [Finished 0.721 s after backend start]
2024-09-10T23:05:46.522Z root INFO Backend Object.configure: 4.4 ms [Finished 0.721 s after backend start]
2024-09-10T23:05:46.522Z root INFO Backend s.onStart: 2.7 ms [Finished 0.721 s after backend start]
2024-09-10T23:05:46.523Z root INFO Backend s.configure: 0.4 ms [Finished 0.747 s after backend start]
2024-09-10T23:05:46.524Z root INFO Backend d.onStart: 0.3 ms [Finished 0.747 s after backend start]
2024-09-10T23:05:46.524Z root INFO Backend d.configure: 0.1 ms [Finished 0.748 s after backend start]
2024-09-10T23:05:46.525Z root INFO Backend d.initialize: 26.2 ms [Finished 0.748 s after backend start]
2024-09-10T23:05:46.526Z root INFO Backend c.onStart: 0.3 ms [Finished 0.748 s after backend start]
2024-09-10T23:05:46.526Z root INFO Backend a.configure: 1.3 ms [Finished 0.749 s after backend start]
2024-09-10T23:05:46.527Z config INFO >>> Initializing CLI configuration...
2024-09-10T23:05:46.527Z root INFO Backend c.initialize: 0.6 ms [Finished 0.749 s after backend start]
2024-09-10T23:05:46.528Z root INFO Backend R.onStart: 0.8 ms [Finished 0.750 s after backend start]
2024-09-10T23:05:46.528Z config INFO Loading CLI configuration from c:\Users\Abar Almazari\.arduinoIDE\arduino-cli.yaml...
2024-09-10T23:05:46.529Z daemon INFO Starting daemon from C:\Users\Abar Almazari\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2024-09-10T23:05:46.529Z root INFO Backend a.initialize: 0.4 ms [Finished 0.751 s after backend start]
2024-09-10T23:05:46.529Z root INFO Backend w.onStart: 1.4 ms [Finished 0.752 s after backend start]
2024-09-10T23:05:46.529Z root INFO Backend r.configure: 2.1 ms [Finished 0.752 s after backend start]
2024-09-10T23:05:46.529Z discovery-log INFO start
2024-09-10T23:05:46.529Z discovery-log INFO start new deferred
2024-09-10T23:05:46.529Z root INFO Backend d.initialize: 0.4 ms [Finished 0.753 s after backend start]
2024-09-10T23:05:46.529Z root INFO Backend y.onStart: 1.8 ms [Finished 0.754 s after backend start]
2024-09-10T23:05:46.529Z root INFO Backend r.configure: 1.5 ms [Finished 0.754 s after backend start]
2024-09-10T23:05:46.529Z root INFO Backend a.onStart: 0.6 ms [Finished 0.756 s after backend start]
2024-09-10T23:05:46.529Z root INFO Backend h.configure: 0.5 ms [Finished 0.756 s after backend start]
2024-09-10T23:05:46.529Z root INFO Backend s.configure: 0.1 ms [Finished 0.756 s after backend start]
2024-09-10T23:05:46.529Z root INFO Backend l.configure: 0.1 ms [Finished 0.756 s after backend start]
2024-09-10T23:05:46.532Z root INFO Theia app listening on http://127.0.0.1:50447.
2024-09-10T23:05:46.532Z root INFO Finished starting backend application: 3.4 ms [Finished 0.759 s after backend start]
2024-09-10T23:05:46.533Z root WARN The local plugin referenced by local-dir:/c%3A/Users/Abar%20Almazari/.arduinoIDE/plugins does not exist.
2024-09-10T23:05:46.533Z root WARN The local plugin referenced by local-dir:/c%3A/Users/Abar%20Almazari/.arduinoIDE/extensions does not exist.
2024-09-10T23:05:46.533Z root WARN The local plugin referenced by local-dir:C:\Users\Abar Almazari\.arduinoIDE\plugins does not exist.
2024-09-10T23:05:46.628Z config INFO Loaded CLI configuration: {"board_manager":{"additional_urls":[]}}
2024-09-10T23:05:46.628Z config ERROR Failed to initialize the CLI configuration. TypeError: Cannot read properties of undefined (reading 'data')
    at R.loadCliConfig (C:\Users\Abar Almazari\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\main.js:2:614605)
    at async R.initConfig (C:\Users\Abar Almazari\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\main.js:2:613378)
2024-09-10T23:05:46.768Z root INFO Resolve plugins list: 239.2 ms [Finished 0.993 s after backend start]
2024-09-10T23:05:46.793Z daemon INFO time="2024-09-11T06:05:46+07:00" level=info msg="Using config file: c:\\Users\\Abar Almazari\\.arduinoIDE\\arduino-cli.yaml"
time="2024-09-11T06:05:46+07:00" level=info msg="arduino-cli.exe version 0.35.3"
time="2024-09-11T06:05:46+07:00" level=info msg="Executing `arduino-cli daemon`"
2024-09-10T23:05:46.801Z daemon INFO Daemon is now listening on 127.0.0.1:50448
{"IP":"127.0.0.1","Port":"50448"}
2024-09-10T23:05:46.801Z daemon INFO Daemon is running.
2024-09-10T23:05:46.834Z daemon INFO time="2024-09-11T06:05:46+07:00" level=info msg="Checking signature" index="C:\\Users\\Abar Almazari\\AppData\\Local\\Arduino15\\package_index.json" signatureFile="C:\\Users\\Abar Almazari\\AppData\\Local\\Arduino15\\package_index.json.sig" trusted=true
2024-09-10T23:05:46.836Z daemon INFO time="2024-09-11T06:05:46+07:00" level=info msg="Loading hardware from: C:\\Users\\Abar Almazari\\AppData\\Local\\Arduino15\\packages"
2024-09-10T23:05:46.837Z daemon INFO time="2024-09-11T06:05:46+07:00" level=info msg="Loading package builtin from: C:\\Users\\Abar Almazari\\AppData\\Local\\Arduino15\\packages\\builtin"
2024-09-10T23:05:46.837Z daemon INFO time="2024-09-11T06:05:46+07:00" level=info msg="Checking existence of 'tools' path: C:\\Users\\Abar Almazari\\AppData\\Local\\Arduino15\\packages\\builtin\\tools"
time="2024-09-11T06:05:46+07:00" level=info msg="Loading tools from dir: C:\\Users\\Abar Almazari\\AppData\\Local\\Arduino15\\packages\\builtin\\tools"
2024-09-10T23:05:46.838Z daemon INFO time="2024-09-11T06:05:46+07:00" level=info msg="Loaded tool" tool="builtin:ctags@5.8-arduino11"
2024-09-10T23:05:46.838Z daemon INFO time="2024-09-11T06:05:46+07:00" level=info msg="Loaded tool" tool="builtin:dfu-discovery@0.1.2"
2024-09-10T23:05:46.839Z daemon INFO time="2024-09-11T06:05:46+07:00" level=info msg="Loaded tool" tool="builtin:mdns-discovery@1.0.9"
2024-09-10T23:05:46.839Z daemon INFO time="2024-09-11T06:05:46+07:00" level=info msg="Loaded tool" tool="builtin:serial-discovery@1.4.1"
2024-09-10T23:05:46.839Z daemon INFO time="2024-09-11T06:05:46+07:00" level=info msg="Loaded tool" tool="builtin:serial-monitor@0.14.1"
2024-09-10T23:05:46.840Z daemon INFO time="2024-09-11T06:05:46+07:00" level=info msg="Loading libraries index file" index="C:\\Users\\Abar Almazari\\AppData\\Local\\Arduino15\\library_index.json"
2024-09-10T23:05:47.133Z daemon INFO time="2024-09-11T06:05:47+07:00" level=info msg="Adding libraries dir" dir="C:\\Users\\Abar Almazari\\AppData\\Local\\Arduino15\\libraries" location=ide
2024-09-10T23:05:47.133Z daemon INFO time="2024-09-11T06:05:47+07:00" level=info msg="Adding libraries dir" dir="C:\\Users\\Abar Almazari\\Documents\\Arduino\\libraries" location=user
Opening channel for service path '/services/electron-window'.
Opening channel for service path '/services/ide-updater'.
2024-09-10T23:05:48.913Z root WARN Frontend a.configure took longer than the expected maximum 100 milliseconds: 352.6 ms [Finished 2.219 s after frontend start]
2024-09-10T23:05:48.919Z root WARN A command editor.action.toggleStickyScroll is already registered.
2024-09-10T23:05:49.114Z root WARN Frontend D.onStart took longer than the expected maximum 100 milliseconds: 145.4 ms [Finished 2.437 s after frontend start]
2024-09-10T23:05:50.071Z root INFO Deploy plugins list: 239.2 ms [Finished 4.297 s after backend start]

PS C:\Users\Abar Almazari\AppData\Local\Programs\Arduino IDE> & ".\Arduino IDE"
PS C:\Users\Abar Almazari\AppData\Local\Programs\Arduino IDE>
Arduino IDE 2.3.2
Checking for frontend application configuration customizations. Module path: C:\Users\Abar Almazari\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\electron-main.js, destination 'package.json': C:\Users\Abar Almazari\AppData\Local\Programs\Arduino IDE\resources\app\package.json
Setting 'theia.frontend.config.appVersion' application configuration value to: "2.3.2" (type of string)
Setting 'theia.frontend.config.cliVersion' application configuration value to: "0.35.3" (type of string)
Setting 'theia.frontend.config.buildDate' application configuration value to: "2024-02-20T10:04:35.814Z" (type of string)
Frontend application configuration after modifications: {"applicationName":"Arduino IDE","defaultTheme":{"light":"arduino-theme","dark":"arduino-theme-dark"},"defaultIconTheme":"none","electron":{"windowOptions":{}},"defaultLocale":"","validatePreferencesSchema":false,"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.2","cliVersion":"0.35.3","buildDate":"2024-02-20T10:04:35.814Z"}
Starting backend process. PID: 2644
Using browser-only version of superagent in non-browser environment
Configuration directory URI: 'file:///c%3A/Users/Abar%20Almazari/.arduinoIDE'
Configuring to accept webviews on '^.+\.webview\..+$' hostname.
2024-09-10T23:05:46.521Z root INFO Backend Object.initialize: 4.9 ms [Finished 0.721 s after backend start]
2024-09-10T23:05:46.522Z root INFO Backend Object.configure: 4.4 ms [Finished 0.721 s after backend start]
2024-09-10T23:05:46.522Z root INFO Backend s.onStart: 2.7 ms [Finished 0.721 s after backend start]
2024-09-10T23:05:46.523Z root INFO Backend s.configure: 0.4 ms [Finished 0.747 s after backend start]
2024-09-10T23:05:46.524Z root INFO Backend d.onStart: 0.3 ms [Finished 0.747 s after backend start]
2024-09-10T23:05:46.524Z root INFO Backend d.configure: 0.1 ms [Finished 0.748 s after backend start]
2024-09-10T23:05:46.525Z root INFO Backend d.initialize: 26.2 ms [Finished 0.748 s after backend start]
2024-09-10T23:05:46.526Z root INFO Backend c.onStart: 0.3 ms [Finished 0.748 s after backend start]
2024-09-10T23:05:46.526Z root INFO Backend a.configure: 1.3 ms [Finished 0.749 s after backend start]
2024-09-10T23:05:46.527Z config INFO >>> Initializing CLI configuration...
2024-09-10T23:05:46.527Z root INFO Backend c.initialize: 0.6 ms [Finished 0.749 s after backend start]
2024-09-10T23:05:46.528Z root INFO Backend R.onStart: 0.8 ms [Finished 0.750 s after backend start]
2024-09-10T23:05:46.528Z config INFO Loading CLI configuration from c:\Users\Abar Almazari\.arduinoIDE\arduino-cli.yaml...
2024-09-10T23:05:46.529Z daemon INFO Starting daemon from C:\Users\Abar Almazari\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2024-09-10T23:05:46.529Z root INFO Backend a.initialize: 0.4 ms [Finished 0.751 s after backend start]
2024-09-10T23:05:46.529Z root INFO Backend w.onStart: 1.4 ms [Finished 0.752 s after backend start]
2024-09-10T23:05:46.529Z root INFO Backend r.configure: 2.1 ms [Finished 0.752 s after backend start]
2024-09-10T23:05:46.529Z discovery-log INFO start
2024-09-10T23:05:46.529Z discovery-log INFO start new deferred
2024-09-10T23:05:46.529Z root INFO Backend d.initialize: 0.4 ms [Finished 0.753 s after backend start]
2024-09-10T23:05:46.529Z root INFO Backend y.onStart: 1.8 ms [Finished 0.754 s after backend start]
2024-09-10T23:05:46.529Z root INFO Backend r.configure: 1.5 ms [Finished 0.754 s after backend start]
2024-09-10T23:05:46.529Z root INFO Backend a.onStart: 0.6 ms [Finished 0.756 s after backend start]
2024-09-10T23:05:46.529Z root INFO Backend h.configure: 0.5 ms [Finished 0.756 s after backend start]
2024-09-10T23:05:46.529Z root INFO Backend s.configure: 0.1 ms [Finished 0.756 s after backend start]
2024-09-10T23:05:46.529Z root INFO Backend l.configure: 0.1 ms [Finished 0.756 s after backend start]
2024-09-10T23:05:46.532Z root INFO Theia app listening on http://127.0.0.1:50447.
2024-09-10T23:05:46.532Z root INFO Finished starting backend application: 3.4 ms [Finished 0.759 s after backend start]
2024-09-10T23:05:46.533Z root WARN The local plugin referenced by local-dir:/c%3A/Users/Abar%20Almazari/.arduinoIDE/plugins does not exist.
2024-09-10T23:05:46.533Z root WARN The local plugin referenced by local-dir:/c%3A/Users/Abar%20Almazari/.arduinoIDE/extensions does not exist.
2024-09-10T23:05:46.533Z root WARN The local plugin referenced by local-dir:C:\Users\Abar Almazari\.arduinoIDE\plugins does not exist.
2024-09-10T23:05:46.628Z config INFO Loaded CLI configuration: {"board_manager":{"additional_urls":[]}}
2024-09-10T23:05:46.628Z config ERROR Failed to initialize the CLI configuration. TypeError: Cannot read properties of undefined (reading 'data')
    at R.loadCliConfig (C:\Users\Abar Almazari\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\main.js:2:614605)
    at async R.initConfig (C:\Users\Abar Almazari\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\main.js:2:613378)
2024-09-10T23:05:46.768Z root INFO Resolve plugins list: 239.2 ms [Finished 0.993 s after backend start]
2024-09-10T23:05:46.793Z daemon INFO time="2024-09-11T06:05:46+07:00" level=info msg="Using config file: c:\\Users\\Abar Almazari\\.arduinoIDE\\arduino-cli.yaml"
time="2024-09-11T06:05:46+07:00" level=info msg="arduino-cli.exe version 0.35.3"
time="2024-09-11T06:05:46+07:00" level=info msg="Executing `arduino-cli daemon`"
2024-09-10T23:05:46.801Z daemon INFO Daemon is now listening on 127.0.0.1:50448
{"IP":"127.0.0.1","Port":"50448"}
2024-09-10T23:05:46.801Z daemon INFO Daemon is running.
2024-09-10T23:05:46.834Z daemon INFO time="2024-09-11T06:05:46+07:00" level=info msg="Checking signature" index="C:\\Users\\Abar Almazari\\AppData\\Local\\Arduino15\\package_index.json" signatureFile="C:\\Users\\Abar Almazari\\AppData\\Local\\Arduino15\\package_index.json.sig" trusted=true
2024-09-10T23:05:46.836Z daemon INFO time="2024-09-11T06:05:46+07:00" level=info msg="Loading hardware from: C:\\Users\\Abar Almazari\\AppData\\Local\\Arduino15\\packages"
2024-09-10T23:05:46.837Z daemon INFO time="2024-09-11T06:05:46+07:00" level=info msg="Loading package builtin from: C:\\Users\\Abar Almazari\\AppData\\Local\\Arduino15\\packages\\builtin"
2024-09-10T23:05:46.837Z daemon INFO time="2024-09-11T06:05:46+07:00" level=info msg="Checking existence of 'tools' path: C:\\Users\\Abar Almazari\\AppData\\Local\\Arduino15\\packages\\builtin\\tools"
time="2024-09-11T06:05:46+07:00" level=info msg="Loading tools from dir: C:\\Users\\Abar Almazari\\AppData\\Local\\Arduino15\\packages\\builtin\\tools"
2024-09-10T23:05:46.838Z daemon INFO time="2024-09-11T06:05:46+07:00" level=info msg="Loaded tool" tool="builtin:ctags@5.8-arduino11"
2024-09-10T23:05:46.838Z daemon INFO time="2024-09-11T06:05:46+07:00" level=info msg="Loaded tool" tool="builtin:dfu-discovery@0.1.2"
2024-09-10T23:05:46.839Z daemon INFO time="2024-09-11T06:05:46+07:00" level=info msg="Loaded tool" tool="builtin:mdns-discovery@1.0.9"
2024-09-10T23:05:46.839Z daemon INFO time="2024-09-11T06:05:46+07:00" level=info msg="Loaded tool" tool="builtin:serial-discovery@1.4.1"
2024-09-10T23:05:46.839Z daemon INFO time="2024-09-11T06:05:46+07:00" level=info msg="Loaded tool" tool="builtin:serial-monitor@0.14.1"
2024-09-10T23:05:46.840Z daemon INFO time="2024-09-11T06:05:46+07:00" level=info msg="Loading libraries index file" index="C:\\Users\\Abar Almazari\\AppData\\Local\\Arduino15\\library_index.json"
2024-09-10T23:05:47.133Z daemon INFO time="2024-09-11T06:05:47+07:00" level=info msg="Adding libraries dir" dir="C:\\Users\\Abar Almazari\\AppData\\Local\\Arduino15\\libraries" location=ide
2024-09-10T23:05:47.133Z daemon INFO time="2024-09-11T06:05:47+07:00" level=info msg="Adding libraries dir" dir="C:\\Users\\Abar Almazari\\Documents\\Arduino\\libraries" location=user
Opening channel for service path '/services/electron-window'.
Opening channel for service path '/services/ide-updater'.
2024-09-10T23:05:48.913Z root WARN Frontend a.configure took longer than the expected maximum 100 milliseconds: 352.6 ms [Finished 2.219 s after frontend start]
2024-09-10T23:05:48.919Z root WARN A command editor.action.toggleStickyScroll is already registered.
2024-09-10T23:05:49.114Z root WARN Frontend D.onStart took longer than the expected maximum 100 milliseconds: 145.4 ms [Finished 2.437 s after frontend start]
2024-09-10T23:05:50.071Z root INFO Deploy plugins list: 239.2 ms [Finished 4.297 s after backend start]

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