Opening arduino software

I have downloaded the arduino software. Installing it went pretty good, but when opening the app it's stuck on the arduino logo. Can someone give me a solution please

Welcome to the forum

Which version of the IDE are you using and what is your Operating System ?

And please let us know which operating system you're using.

I'm using the 2.3.3 Windows version. I have a hp14 laptop and it's on windows 11

I'm using hp14 computer running on windows11

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


:exclamation: 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)
      :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.
    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:
    & ".\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 forum reply here 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.
    Code block icon on toolbar
  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 post the output.

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

PS C:\Users\User\AppData\Local\Programs\Arduino IDE> & ".\Arduino IDE"
PS C:\Users\User\AppData\Local\Programs\Arduino IDE>
Arduino IDE 2.3.3
Checking for frontend application configuration customizations. Module path: C:\Users\User\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\electron-main.js, destination 'package.json': C:\Users\User\AppData\Local\Programs\Arduino IDE\resources\app\package.json
Setting 'theia.frontend.config.appVersion' application configuration value to: "2.3.3" (type of string)
Setting 'theia.frontend.config.cliVersion' application configuration value to: "1.0.4" (type of string)
Setting 'theia.frontend.config.buildDate' application configuration value to: "2024-09-25T09:41:18.242Z" (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.3","cliVersion":"1.0.4","buildDate":"2024-09-25T09:41:18.242Z"}
Starting backend process. PID: 26300
Using browser-only version of superagent in non-browser environment
Configuration directory URI: 'file:///c%3A/Users/User/.arduinoIDE'
Configuring to accept webviews on '^.+\.webview\..+$' hostname.
2024-10-16T15:37:46.123Z root INFO Backend Object.initialize: 10.9 ms [Finished 1.242 s after backend start]
2024-10-16T15:37:46.129Z root INFO Backend Object.configure: 10.0 ms [Finished 1.243 s after backend start]
2024-10-16T15:37:46.130Z root INFO Backend a.onStart: 4.5 ms [Finished 1.243 s after backend start]
2024-10-16T15:37:46.132Z root INFO Backend a.configure: 0.7 ms [Finished 1.296 s after backend start]
2024-10-16T15:37:46.133Z root INFO Backend d.onStart: 0.4 ms [Finished 1.296 s after backend start]
2024-10-16T15:37:46.135Z root INFO Backend d.configure: 0.2 ms [Finished 1.296 s after backend start]
2024-10-16T15:37:46.137Z root WARN Backend d.initialize took longer than the expected maximum 50 milliseconds: 53.4 ms [Finished 1.297 s after backend start]
2024-10-16T15:37:46.137Z root INFO Backend c.onStart: 0.6 ms [Finished 1.297 s after backend start]
2024-10-16T15:37:46.139Z root INFO Backend s.configure: 7.1 ms [Finished 1.304 s after backend start]
2024-10-16T15:37:46.142Z config INFO >>> Initializing CLI configuration...
2024-10-16T15:37:46.142Z root INFO Backend c.initialize: 1.6 ms [Finished 1.306 s after backend start]
2024-10-16T15:37:46.143Z root INFO Backend x.onStart: 2.8 ms [Finished 1.307 s after backend start]
2024-10-16T15:37:46.145Z config INFO Loading CLI configuration from c:\Users\User\.arduinoIDE\arduino-cli.yaml...
2024-10-16T15:37:46.146Z daemon INFO Starting daemon from C:\Users\User\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2024-10-16T15:37:46.146Z root INFO Backend s.initialize: 0.8 ms [Finished 1.309 s after backend start]
2024-10-16T15:37:46.146Z root INFO Backend w.onStart: 2.3 ms [Finished 1.311 s after backend start]
2024-10-16T15:37:46.146Z root INFO Backend r.configure: 4.1 ms [Finished 1.311 s after backend start]
2024-10-16T15:37:46.147Z discovery-log INFO start
2024-10-16T15:37:46.147Z discovery-log INFO start new deferred
2024-10-16T15:37:46.147Z root INFO Backend d.initialize: 1.2 ms [Finished 1.313 s after backend start]
2024-10-16T15:37:46.147Z root INFO Backend y.onStart: 4.3 ms [Finished 1.316 s after backend start]
2024-10-16T15:37:46.147Z root INFO Backend r.configure: 4.0 ms [Finished 1.317 s after backend start]
2024-10-16T15:37:46.147Z root INFO Backend s.onStart: 1.2 ms [Finished 1.320 s after backend start]
2024-10-16T15:37:46.147Z root INFO Backend h.configure: 1.1 ms [Finished 1.320 s after backend start]
2024-10-16T15:37:46.147Z root INFO Backend a.configure: 0.6 ms [Finished 1.321 s after backend start]
2024-10-16T15:37:46.147Z root INFO Backend l.configure: 0.2 ms [Finished 1.321 s after backend start]
2024-10-16T15:37:46.162Z root INFO Theia app listening on http://127.0.0.1:58736.
2024-10-16T15:37:46.165Z root INFO Finished starting backend application: 15.3 ms [Finished 1.336 s after backend start]
2024-10-16T15:37:46.193Z root WARN The local plugin referenced by local-dir:/c%3A/Users/User/.arduinoIDE/plugins does not exist.
2024-10-16T15:37:46.193Z root WARN The local plugin referenced by local-dir:/c%3A/Users/User/.arduinoIDE/extensions does not exist.
2024-10-16T15:37:46.193Z root WARN The local plugin referenced by local-dir:C:\Users\User\.arduinoIDE\plugins does not exist.
2024-10-16T15:37:46.333Z config INFO Loaded CLI configuration: {"board_manager":{"additional_urls":[]}}
2024-10-16T15:37:46.333Z config INFO Loading fallback CLI configuration to get 'directories.data' and 'directories.user'
2024-10-16T15:37:46.420Z root INFO Resolve plugins list: 275.5 ms [Finished 1.593 s after backend start]
2024-10-16T15:37:48.507Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.
2024-10-16T15:37:48.508Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
    at Socket.<anonymous> (C:\Users\User\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
    at Socket.emit (node:events:514:28)
    at addChunk (node:internal/streams/readable:324:12)
    at readableAddChunk (node:internal/streams/readable:297:9)
    at Socket.push (node:internal/streams/readable:234:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2024-10-16T15:37:48.508Z daemon INFO Starting daemon from C:\Users\User\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2024-10-16T15:37:48.509Z daemon INFO time="2024-10-16T12:37:48-03:00" level=info msg="arduino-cli version 1.0.4"
time="2024-10-16T12:37:48-03:00" level=info msg="Using config file: c:\\Users\\User\\.arduinoIDE\\arduino-cli.yaml"
time="2024-10-16T12:37:48-03:00" level=info msg="Executing `arduino-cli daemon`"
Daemon is now listening on 127.0.0.1:58737
{"IP":"127.0.0.1","Port":"58737"}
2024-10-16T15:37:49.555Z config INFO Loaded fallback CLI configuration: {"directories":{"user":".","data":"C:\\Users\\User\\AppData\\Local\\Arduino15"}}
2024-10-16T15:37:49.555Z config INFO Merged CLI configuration with the fallback: {"directories":{"user":".","data":"C:\\Users\\User\\AppData\\Local\\Arduino15"},"board_manager":{"additional_urls":[]}}
2024-10-16T15:37:49.555Z config INFO Loaded the CLI configuration.
2024-10-16T15:37:49.557Z config INFO Mapped the CLI configuration: {"dataDirUri":"file:///c%3A/Users/User/AppData/Local/Arduino15","sketchDirUri":"file:///.","additionalUrls":[],"network":"none","locale":"en"}
2024-10-16T15:37:49.557Z config INFO Validating the CLI configuration...
2024-10-16T15:37:49.567Z config INFO The CLI config is valid.
2024-10-16T15:37:49.568Z config INFO <<< Initialized the CLI configuration.
2024-10-16T15:37:49.729Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.
2024-10-16T15:37:49.734Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
    at Socket.<anonymous> (C:\Users\User\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
    at Socket.emit (node:events:514:28)
    at addChunk (node:internal/streams/readable:324:12)
    at readableAddChunk (node:internal/streams/readable:297:9)
    at Socket.push (node:internal/streams/readable:234:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2024-10-16T15:37:49.735Z daemon INFO Starting daemon from C:\Users\User\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2024-10-16T15:37:49.741Z daemon INFO time="2024-10-16T12:37:49-03:00" level=info msg="arduino-cli version 1.0.4"
time="2024-10-16T12:37:49-03:00" level=info msg="Using config file: c:\\Users\\User\\.arduinoIDE\\arduino-cli.yaml"
time="2024-10-16T12:37:49-03:00" level=info msg="Executing `arduino-cli daemon`"
Daemon is now listening on 127.0.0.1:58741
{"IP":"127.0.0.1","Port":"58741"}
Opening channel for service path '/services/electron-window'.
2024-10-16T15:37:52.027Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.
Opening channel for service path '/services/ide-updater'.
2024-10-16T15:37:52.032Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
    at Socket.<anonymous> (C:\Users\User\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
    at Socket.emit (node:events:514:28)
    at addChunk (node:internal/streams/readable:324:12)
    at readableAddChunk (node:internal/streams/readable:297:9)
    at Socket.push (node:internal/streams/readable:234:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2024-10-16T15:37:52.034Z daemon INFO Starting daemon from C:\Users\User\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2024-10-16T15:37:52.058Z daemon INFO time="2024-10-16T12:37:52-03:00" level=info msg="arduino-cli version 1.0.4"
time="2024-10-16T12:37:52-03:00" level=info msg="Using config file: c:\\Users\\User\\.arduinoIDE\\arduino-cli.yaml"
time="2024-10-16T12:37:52-03:00" level=info msg="Executing `arduino-cli daemon`"
Daemon is now listening on 127.0.0.1:58744
{"IP":"127.0.0.1","Port":"58744"}
2024-10-16T15:37:53.244Z root WARN Frontend a.configure took longer than the expected maximum 100 milliseconds: 1054.2 ms [Finished 6.629 s after frontend start]
2024-10-16T15:37:53.264Z root WARN A command editor.action.toggleStickyScroll is already registered.
2024-10-16T15:37:54.309Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.
2024-10-16T15:37:54.310Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
    at Socket.<anonymous> (C:\Users\User\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
    at Socket.emit (node:events:514:28)
    at addChunk (node:internal/streams/readable:324:12)
    at readableAddChunk (node:internal/streams/readable:297:9)
    at Socket.push (node:internal/streams/readable:234:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2024-10-16T15:37:54.310Z daemon INFO Starting daemon from C:\Users\User\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2024-10-16T15:37:54.405Z daemon INFO time="2024-10-16T12:37:54-03:00" level=info msg="arduino-cli version 1.0.4"
2024-10-16T15:37:54.408Z daemon INFO time="2024-10-16T12:37:54-03:00" level=info msg="Using config file: c:\\Users\\User\\.arduinoIDE\\arduino-cli.yaml"
2024-10-16T15:37:54.408Z daemon INFO time="2024-10-16T12:37:54-03:00" level=info msg="Executing `arduino-cli daemon`"
2024-10-16T15:37:54.468Z daemon INFO Daemon is now listening on 127.0.0.1:58747
{"IP":"127.0.0.1","Port":"58747"}
2024-10-16T15:37:55.304Z root WARN Frontend D.onStart took longer than the expected maximum 100 milliseconds: 1807.6 ms [Finished 8.720 s after frontend start]
2024-10-16T15:37:55.516Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.
2024-10-16T15:37:55.516Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
    at Socket.<anonymous> (C:\Users\User\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
    at Socket.emit (node:events:514:28)
    at addChunk (node:internal/streams/readable:324:12)
    at readableAddChunk (node:internal/streams/readable:297:9)
    at Socket.push (node:internal/streams/readable:234:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2024-10-16T15:37:55.517Z daemon INFO Starting daemon from C:\Users\User\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2024-10-16T15:37:56.118Z daemon INFO time="2024-10-16T12:37:56-03:00" level=info msg="arduino-cli version 1.0.4"
time="2024-10-16T12:37:56-03:00" level=info msg="Using config file: c:\\Users\\User\\.arduinoIDE\\arduino-cli.yaml"
time="2024-10-16T12:37:56-03:00" level=info msg="Executing `arduino-cli daemon`"
Daemon is now listening on 127.0.0.1:58748
{"IP":"127.0.0.1","Port":"58748"}
2024-10-16T15:37:56.602Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.
2024-10-16T15:37:56.603Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
    at Socket.<anonymous> (C:\Users\User\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
    at Socket.emit (node:events:514:28)
    at addChunk (node:internal/streams/readable:324:12)
    at readableAddChunk (node:internal/streams/readable:297:9)
    at Socket.push (node:internal/streams/readable:234:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2024-10-16T15:37:56.603Z daemon INFO Starting daemon from C:\Users\User\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2024-10-16T15:37:56.683Z daemon INFO time="2024-10-16T12:37:56-03:00" level=info msg="arduino-cli version 1.0.4"
2024-10-16T15:37:56.719Z daemon INFO time="2024-10-16T12:37:56-03:00" level=info msg="Using config file: c:\\Users\\User\\.arduinoIDE\\arduino-cli.yaml"
time="2024-10-16T12:37:56-03:00" level=info msg="Executing `arduino-cli daemon`"
Daemon is now listening on 127.0.0.1:58749
{"IP":"127.0.0.1","Port":"58749"}
2024-10-16T15:37:57.382Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.
2024-10-16T15:37:57.383Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
    at Socket.<anonymous> (C:\Users\User\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
    at Socket.emit (node:events:514:28)
    at addChunk (node:internal/streams/readable:324:12)
    at readableAddChunk (node:internal/streams/readable:297:9)
    at Socket.push (node:internal/streams/readable:234:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2024-10-16T15:37:57.383Z daemon INFO Starting daemon from C:\Users\User\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2024-10-16T15:37:58.086Z daemon INFO time="2024-10-16T12:37:58-03:00" level=info msg="arduino-cli version 1.0.4"
2024-10-16T15:37:58.088Z daemon INFO time="2024-10-16T12:37:58-03:00" level=info msg="Using config file: c:\\Users\\User\\.arduinoIDE\\arduino-cli.yaml"
2024-10-16T15:37:58.088Z daemon INFO time="2024-10-16T12:37:58-03:00" level=info msg="Executing `arduino-cli daemon`"
2024-10-16T15:37:58.090Z daemon INFO Daemon is now listening on 127.0.0.1:58752
{"IP":"127.0.0.1","Port":"58752"}
2024-10-16T15:37:58.546Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.
2024-10-16T15:37:58.547Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
    at Socket.<anonymous> (C:\Users\User\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
    at Socket.emit (node:events:514:28)
    at addChunk (node:internal/streams/readable:324:12)
    at readableAddChunk (node:internal/streams/readable:297:9)
    at Socket.push (node:internal/streams/readable:234:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2024-10-16T15:37:58.547Z daemon INFO Starting daemon from C:\Users\User\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2024-10-16T15:37:58.687Z daemon INFO time="2024-10-16T12:37:58-03:00" level=info msg="arduino-cli version 1.0.4"
2024-10-16T15:37:58.701Z daemon INFO time="2024-10-16T12:37:58-03:00" level=info msg="Using config file: c:\\Users\\User\\.arduinoIDE\\arduino-cli.yaml"
2024-10-16T15:37:58.701Z daemon INFO time="2024-10-16T12:37:58-03:00" level=info msg="Executing `arduino-cli daemon`"
2024-10-16T15:37:58.703Z daemon INFO Daemon is now listening on 127.0.0.1:58753
{"IP":"127.0.0.1","Port":"58753"}
2024-10-16T15:37:59.330Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.
2024-10-16T15:37:59.331Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
    at Socket.<anonymous> (C:\Users\User\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
    at Socket.emit (node:events:514:28)
    at addChunk (node:internal/streams/readable:324:12)
    at readableAddChunk (node:internal/streams/readable:297:9)
    at Socket.push (node:internal/streams/readable:234:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2024-10-16T15:37:59.331Z daemon INFO Starting daemon from C:\Users\User\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2024-10-16T15:37:59.417Z daemon INFO time="2024-10-16T12:37:59-03:00" level=info msg="arduino-cli version 1.0.4"
2024-10-16T15:37:59.418Z daemon INFO time="2024-10-16T12:37:59-03:00" level=info msg="Using config file: c:\\Users\\User\\.arduinoIDE\\arduino-cli.yaml"
2024-10-16T15:37:59.418Z daemon INFO time="2024-10-16T12:37:59-03:00" level=info msg="Executing `arduino-cli daemon`"
2024-10-16T15:37:59.470Z daemon INFO Daemon is now listening on 127.0.0.1:58754
{"IP":"127.0.0.1","Port":"58754"}
2024-10-16T15:38:00.519Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.
2024-10-16T15:38:00.519Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
    at Socket.<anonymous> (C:\Users\User\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
    at Socket.emit (node:events:514:28)
    at addChunk (node:internal/streams/readable:324:12)
    at readableAddChunk (node:internal/streams/readable:297:9)
    at Socket.push (node:internal/streams/readable:234:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2024-10-16T15:38:00.519Z daemon INFO Starting daemon from C:\Users\User\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2024-10-16T15:38:00.638Z daemon INFO time="2024-10-16T12:38:00-03:00" level=info msg="arduino-cli version 1.0.4"
time="2024-10-16T12:38:00-03:00" level=info msg="Using config file: c:\\Users\\User\\.arduinoIDE\\arduino-cli.yaml"
time="2024-10-16T12:38:00-03:00" level=info msg="Executing `arduino-cli daemon`"
Daemon is now listening on 127.0.0.1:58755
{"IP":"127.0.0.1","Port":"58755"}
2024-10-16T15:38:00.877Z root INFO Deploy plugins list: 275.5 ms [Finished 16.051 s after backend start]
2024-10-16T15:38:00.965Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.
2024-10-16T15:38:00.965Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
    at Socket.<anonymous> (C:\Users\User\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
    at Socket.emit (node:events:514:28)
    at addChunk (node:internal/streams/readable:324:12)
    at readableAddChunk (node:internal/streams/readable:297:9)
    at Socket.push (node:internal/streams/readable:234:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2024-10-16T15:38:00.966Z daemon INFO Starting daemon from C:\Users\User\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2024-10-16T15:38:01.141Z daemon INFO time="2024-10-16T12:38:01-03:00" level=info msg="arduino-cli version 1.0.4"
2024-10-16T15:38:01.143Z daemon INFO time="2024-10-16T12:38:01-03:00" level=info msg="Using config file: c:\\Users\\User\\.arduinoIDE\\arduino-cli.yaml"
2024-10-16T15:38:01.143Z daemon INFO time="2024-10-16T12:38:01-03:00" level=info msg="Executing `arduino-cli daemon`"
2024-10-16T15:38:01.145Z daemon INFO Daemon is now listening on 127.0.0.1:58758
{"IP":"127.0.0.1","Port":"58758"}
2024-10-16T15:38:01.184Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.
2024-10-16T15:38:01.185Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
    at Socket.<anonymous> (C:\Users\User\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
    at Socket.emit (node:events:514:28)
    at addChunk (node:internal/streams/readable:324:12)
    at readableAddChunk (node:internal/streams/readable:297:9)
    at Socket.push (node:internal/streams/readable:234:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2024-10-16T15:38:01.185Z daemon INFO Starting daemon from C:\Users\User\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2024-10-16T15:38:01.239Z daemon INFO time="2024-10-16T12:38:01-03:00" level=info msg="arduino-cli version 1.0.4"
2024-10-16T15:38:01.243Z daemon INFO time="2024-10-16T12:38:01-03:00" level=info msg="Using config file: c:\\Users\\User\\.arduinoIDE\\arduino-cli.yaml"
2024-10-16T15:38:01.244Z daemon INFO time="2024-10-16T12:38:01-03:00" level=info msg="Executing `arduino-cli daemon`"
2024-10-16T15:38:01.247Z daemon INFO Daemon is now listening on 127.0.0.1:58759
{"IP":"127.0.0.1","Port":"58759"}
2024-10-16T15:38:01.324Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.
2024-10-16T15:38:01.324Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
    at Socket.<anonymous> (C:\Users\User\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
    at Socket.emit (node:events:514:28)
    at addChunk (node:internal/streams/readable:324:12)
    at readableAddChunk (node:internal/streams/readable:297:9)
    at Socket.push (node:internal/streams/readable:234:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2024-10-16T15:38:01.324Z daemon INFO Starting daemon from C:\Users\User\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2024-10-16T15:38:01.396Z daemon INFO time="2024-10-16T12:38:01-03:00" level=info msg="arduino-cli version 1.0.4"
2024-10-16T15:38:01.397Z daemon INFO time="2024-10-16T12:38:01-03:00" level=info msg="Using config file: c:\\Users\\User\\.arduinoIDE\\arduino-cli.yaml"
2024-10-16T15:38:01.398Z daemon INFO time="2024-10-16T12:38:01-03:00" level=info msg="Executing `arduino-cli daemon`"
2024-10-16T15:38:01.400Z daemon INFO Daemon is now listening on 127.0.0.1:58760
{"IP":"127.0.0.1","Port":"58760"}
2024-10-16T15:38:01.451Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.
2024-10-16T15:38:01.451Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
    at Socket.<anonymous> (C:\Users\User\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
    at Socket.emit (node:events:514:28)
    at addChunk (node:internal/streams/readable:324:12)
    at readableAddChunk (node:internal/streams/readable:297:9)
    at Socket.push (node:internal/streams/readable:234:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2024-10-16T15:38:01.451Z daemon INFO Starting daemon from C:\Users\User\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2024-10-16T15:38:01.511Z daemon INFO time="2024-10-16T12:38:01-03:00" level=info msg="arduino-cli version 1.0.4"
2024-10-16T15:38:01.516Z daemon INFO time="2024-10-16T12:38:01-03:00" level=info msg="Using config file: c:\\Users\\User\\.arduinoIDE\\arduino-cli.yaml"
2024-10-16T15:38:01.516Z daemon INFO time="2024-10-16T12:38:01-03:00" level=info msg="Executing `arduino-cli daemon`"
2024-10-16T15:38:01.520Z daemon INFO Daemon is now listening on 127.0.0.1:58761
{"IP":"127.0.0.1","Port":"58761"}
2024-10-16T15:38:01.584Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.
2024-10-16T15:38:01.584Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
    at Socket.<anonymous> (C:\Users\User\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
    at Socket.emit (node:events:514:28)
    at addChunk (node:internal/streams/readable:324:12)
    at readableAddChunk (node:internal/streams/readable:297:9)
    at Socket.push (node:internal/streams/readable:234:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2024-10-16T15:38:01.584Z daemon INFO Starting daemon from C:\Users\User\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2024-10-16T15:38:01.636Z daemon INFO time="2024-10-16T12:38:01-03:00" level=info msg="arduino-cli version 1.0.4"
2024-10-16T15:38:01.724Z daemon INFO time="2024-10-16T12:38:01-03:00" level=info msg="Using config file: c:\\Users\\User\\.arduinoIDE\\arduino-cli.yaml"
2024-10-16T15:38:01.725Z daemon INFO time="2024-10-16T12:38:01-03:00" level=info msg="Executing `arduino-cli daemon`"
2024-10-16T15:38:01.803Z daemon INFO Daemon is now listening on 127.0.0.1:58762
{"IP":"127.0.0.1","Port":"58762"}
2024-10-16T15:38:01.891Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.
2024-10-16T15:38:01.892Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
    at Socket.<anonymous> (C:\Users\User\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
    at Socket.emit (node:events:514:28)
    at addChunk (node:internal/streams/readable:324:12)
    at readableAddChunk (node:internal/streams/readable:297:9)
    at Socket.push (node:internal/streams/readable:234:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2024-10-16T15:38:01.892Z daemon INFO Starting daemon from C:\Users\User\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2024-10-16T15:38:01.969Z daemon INFO time="2024-10-16T12:38:01-03:00" level=info msg="arduino-cli version 1.0.4"
2024-10-16T15:38:01.971Z daemon INFO time="2024-10-16T12:38:01-03:00" level=info msg="Using config file: c:\\Users\\User\\.arduinoIDE\\arduino-cli.yaml"
2024-10-16T15:38:01.971Z daemon INFO time="2024-10-16T12:38:01-03:00" level=info msg="Executing `arduino-cli daemon`"
2024-10-16T15:38:01.974Z daemon INFO Daemon is now listening on 127.0.0.1:58763
{"IP":"127.0.0.1","Port":"58763"}
2024-10-16T15:38:02.017Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.
2024-10-16T15:38:02.017Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
    at Socket.<anonymous> (C:\Users\User\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
    at Socket.emit (node:events:514:28)
    at addChunk (node:internal/streams/readable:324:12)
    at readableAddChunk (node:internal/streams/readable:297:9)
    at Socket.push (node:internal/streams/readable:234:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2024-10-16T15:38:02.017Z daemon INFO Starting daemon from C:\Users\User\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2024-10-16T15:38:02.072Z daemon INFO time="2024-10-16T12:38:02-03:00" level=info msg="arduino-cli version 1.0.4"
2024-10-16T15:38:02.075Z daemon INFO time="2024-10-16T12:38:02-03:00" level=info msg="Using config file: c:\\Users\\User\\.arduinoIDE\\arduino-cli.yaml"
2024-10-16T15:38:02.075Z daemon INFO time="2024-10-16T12:38:02-03:00" level=info msg="Executing `arduino-cli daemon`"
2024-10-16T15:38:02.077Z daemon INFO Daemon is now listening on 127.0.0.1:58764
{"IP":"127.0.0.1","Port":"58764"}
2024-10-16T15:38:02.151Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.
2024-10-16T15:38:02.151Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
    at Socket.<anonymous> (C:\Users\User\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
    at Socket.emit (node:events:514:28)
    at addChunk (node:internal/streams/readable:324:12)
    at readableAddChunk (node:internal/streams/readable:297:9)
    at Socket.push (node:internal/streams/readable:234:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2024-10-16T15:38:02.151Z daemon INFO Starting daemon from C:\Users\User\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2024-10-16T15:38:02.227Z daemon INFO time="2024-10-16T12:38:02-03:00" level=info msg="arduino-cli version 1.0.4"
2024-10-16T15:38:02.231Z daemon INFO time="2024-10-16T12:38:02-03:00" level=info msg="Using config file: c:\\Users\\User\\.arduinoIDE\\arduino-cli.yaml"
2024-10-16T15:38:02.232Z daemon INFO time="2024-10-16T12:38:02-03:00" level=info msg="Executing `arduino-cli daemon`"
2024-10-16T15:38:02.233Z daemon INFO Daemon is now listening on 127.0.0.1:58765
{"IP":"127.0.0.1","Port":"58765"}
2024-10-16T15:38:02.327Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.
2024-10-16T15:38:02.327Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
    at Socket.<anonymous> (C:\Users\User\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
    at Socket.emit (node:events:514:28)
    at addChunk (node:internal/streams/readable:324:12)
    at readableAddChunk (node:internal/streams/readable:297:9)
    at Socket.push (node:internal/streams/readable:234:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2024-10-16T15:38:02.327Z daemon INFO Starting daemon from C:\Users\User\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2024-10-16T15:38:02.392Z daemon INFO time="2024-10-16T12:38:02-03:00" level=info msg="arduino-cli version 1.0.4"
2024-10-16T15:38:02.417Z daemon INFO time="2024-10-16T12:38:02-03:00" level=info msg="Using config file: c:\\Users\\User\\.arduinoIDE\\arduino-cli.yaml"
2024-10-16T15:38:02.422Z daemon INFO time="2024-10-16T12:38:02-03:00" level=info msg="Executing `arduino-cli daemon`"
2024-10-16T15:38:02.425Z daemon INFO Daemon is now listening on 127.0.0.1:58766
{"IP":"127.0.0.1","Port":"58766"}
2024-10-16T15:38:02.455Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.
2024-10-16T15:38:02.455Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
    at Socket.<anonymous> (C:\Users\User\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
    at Socket.emit (node:events:514:28)
    at addChunk (node:internal/streams/readable:324:12)
    at readableAddChunk (node:internal/streams/readable:297:9)
    at Socket.push (node:internal/streams/readable:234:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2024-10-16T15:38:02.456Z daemon INFO Starting daemon from C:\Users\User\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2024-10-16T15:38:02.494Z daemon INFO time="2024-10-16T12:38:02-03:00" level=info msg="arduino-cli version 1.0.4"
2024-10-16T15:38:02.499Z daemon INFO time="2024-10-16T12:38:02-03:00" level=info msg="Using config file: c:\\Users\\User\\.arduinoIDE\\arduino-cli.yaml"
2024-10-16T15:38:02.499Z daemon INFO time="2024-10-16T12:38:02-03:00" level=info msg="Executing `arduino-cli daemon`"
2024-10-16T15:38:02.501Z daemon INFO Daemon is now listening on 127.0.0.1:58767
{"IP":"127.0.0.1","Port":"58767"}
2024-10-16T15:38:02.589Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.
2024-10-16T15:38:02.590Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
    at Socket.<anonymous> (C:\Users\User\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
    at Socket.emit (node:events:514:28)
    at addChunk (node:internal/streams/readable:324:12)
    at readableAddChunk (node:internal/streams/readable:297:9)
    at Socket.push (node:internal/streams/readable:234:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2024-10-16T15:38:02.590Z daemon INFO Starting daemon from C:\Users\User\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2024-10-16T15:38:02.639Z daemon INFO time="2024-10-16T12:38:02-03:00" level=info msg="arduino-cli version 1.0.4"
2024-10-16T15:38:02.654Z daemon INFO time="2024-10-16T12:38:02-03:00" level=info msg="Using config file: c:\\Users\\User\\.arduinoIDE\\arduino-cli.yaml"
2024-10-16T15:38:02.654Z daemon INFO time="2024-10-16T12:38:02-03:00" level=info msg="Executing `arduino-cli daemon`"
2024-10-16T15:38:02.656Z daemon INFO Daemon is now listening on 127.0.0.1:58768
{"IP":"127.0.0.1","Port":"58768"}
2024-10-16T15:38:03.088Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.
2024-10-16T15:38:03.088Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
    at Socket.<anonymous> (C:\Users\User\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
    at Socket.emit (node:events:514:28)
    at addChunk (node:internal/streams/readable:324:12)
    at readableAddChunk (node:internal/streams/readable:297:9)
    at Socket.push (node:internal/streams/readable:234:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2024-10-16T15:38:03.088Z daemon INFO Starting daemon from C:\Users\User\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2024-10-16T15:38:03.153Z daemon INFO time="2024-10-16T12:38:03-03:00" level=info msg="arduino-cli version 1.0.4"
2024-10-16T15:38:03.155Z daemon INFO time="2024-10-16T12:38:03-03:00" level=info msg="Using config file: c:\\Users\\User\\.arduinoIDE\\arduino-cli.yaml"
2024-10-16T15:38:03.156Z daemon INFO time="2024-10-16T12:38:03-03:00" level=info msg="Executing `arduino-cli daemon`"
2024-10-16T15:38:03.159Z daemon INFO Daemon is now listening on 127.0.0.1:58769
{"IP":"127.0.0.1","Port":"58769"}
2024-10-16T15:38:03.250Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.
2024-10-16T15:38:03.250Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
    at Socket.<anonymous> (C:\Users\User\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
    at Socket.emit (node:events:514:28)
    at addChunk (node:internal/streams/readable:324:12)
    at readableAddChunk (node:internal/streams/readable:297:9)
    at Socket.push (node:internal/streams/readable:234:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2024-10-16T15:38:03.250Z daemon INFO Starting daemon from C:\Users\User\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2024-10-16T15:38:03.348Z daemon INFO time="2024-10-16T12:38:03-03:00" level=info msg="arduino-cli version 1.0.4"
2024-10-16T15:38:03.355Z daemon INFO time="2024-10-16T12:38:03-03:00" level=info msg="Using config file: c:\\Users\\User\\.arduinoIDE\\arduino-cli.yaml"
2024-10-16T15:38:03.355Z daemon INFO time="2024-10-16T12:38:03-03:00" level=info msg="Executing `arduino-cli daemon`"
2024-10-16T15:38:03.357Z daemon INFO Daemon is now listening on 127.0.0.1:58770
{"IP":"127.0.0.1","Port":"58770"}
2024-10-16T15:38:03.406Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.
2024-10-16T15:38:03.406Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
    at Socket.<anonymous> (C:\Users\User\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
    at Socket.emit (node:events:514:28)
    at addChunk (node:internal/streams/readable:324:12)
    at readableAddChunk (node:internal/streams/readable:297:9)
    at Socket.push (node:internal/streams/readable:234:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2024-10-16T15:38:03.406Z daemon INFO Starting daemon from C:\Users\User\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2024-10-16T15:38:03.470Z daemon INFO time="2024-10-16T12:38:03-03:00" level=info msg="arduino-cli version 1.0.4"
2024-10-16T15:38:03.471Z daemon INFO time="2024-10-16T12:38:03-03:00" level=info msg="Using config file: c:\\Users\\User\\.arduinoIDE\\arduino-cli.yaml"
2024-10-16T15:38:03.471Z daemon INFO time="2024-10-16T12:38:03-03:00" level=info msg="Executing `arduino-cli daemon`"
2024-10-16T15:38:03.474Z daemon INFO Daemon is now listening on 127.0.0.1:58771
{"IP":"127.0.0.1","Port":"58771"}
2024-10-16T15:38:03.542Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.
2024-10-16T15:38:03.543Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
    at Socket.<anonymous> (C:\Users\User\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
    at Socket.emit (node:events:514:28)
    at addChunk (node:internal/streams/readable:324:12)
    at readableAddChunk (node:internal/streams/readable:297:9)
    at Socket.push (node:internal/streams/readable:234:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2024-10-16T15:38:03.543Z daemon INFO Starting daemon from C:\Users\User\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2024-10-16T15:38:03.597Z daemon INFO time="2024-10-16T12:38:03-03:00" level=info msg="arduino-cli version 1.0.4"
2024-10-16T15:38:03.601Z daemon INFO time="2024-10-16T12:38:03-03:00" level=info msg="Using config file: c:\\Users\\User\\.arduinoIDE\\arduino-cli.yaml"
2024-10-16T15:38:03.602Z daemon INFO time="2024-10-16T12:38:03-03:00" level=info msg="Executing `arduino-cli daemon`"
2024-10-16T15:38:03.606Z daemon INFO Daemon is now listening on 127.0.0.1:58772
{"IP":"127.0.0.1","Port":"58772"}
2024-10-16T15:38:03.692Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.
2024-10-16T15:38:03.692Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
    at Socket.<anonymous> (C:\Users\User\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
    at Socket.emit (node:events:514:28)
    at addChunk (node:internal/streams/readable:324:12)
    at readableAddChunk (node:internal/streams/readable:297:9)
    at Socket.push (node:internal/streams/readable:234:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2024-10-16T15:38:03.692Z daemon INFO Starting daemon from C:\Users\User\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2024-10-16T15:38:03.753Z daemon INFO time="2024-10-16T12:38:03-03:00" level=info msg="arduino-cli version 1.0.4"
2024-10-16T15:38:03.754Z daemon INFO time="2024-10-16T12:38:03-03:00" level=info msg="Using config file: c:\\Users\\User\\.arduinoIDE\\arduino-cli.yaml"
2024-10-16T15:38:03.755Z daemon INFO time="2024-10-16T12:38:03-03:00" level=info msg="Executing `arduino-cli daemon`"
2024-10-16T15:38:03.759Z daemon INFO Daemon is now listening on 127.0.0.1:58773
{"IP":"127.0.0.1","Port":"58773"}
2024-10-16T15:38:03.831Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.
2024-10-16T15:38:03.832Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
    at Socket.<anonymous> (C:\Users\User\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
    at Socket.emit (node:events:514:28)
    at addChunk (node:internal/streams/readable:324:12)
    at readableAddChunk (node:internal/streams/readable:297:9)
    at Socket.push (node:internal/streams/readable:234:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2024-10-16T15:38:03.832Z daemon INFO Starting daemon from C:\Users\User\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2024-10-16T15:38:03.887Z daemon INFO time="2024-10-16T12:38:03-03:00" level=info msg="arduino-cli version 1.0.4"
2024-10-16T15:38:03.890Z daemon INFO time="2024-10-16T12:38:03-03:00" level=info msg="Using config file: c:\\Users\\User\\.arduinoIDE\\arduino-cli.yaml"
2024-10-16T15:38:03.890Z daemon INFO time="2024-10-16T12:38:03-03:00" level=info msg="Executing `arduino-cli daemon`"
2024-10-16T15:38:03.894Z daemon INFO Daemon is now listening on 127.0.0.1:58774
{"IP":"127.0.0.1","Port":"58774"}
2024-10-16T15:38:03.961Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.
2024-10-16T15:38:03.961Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
    at Socket.<anonymous> (C:\Users\User\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
    at Socket.emit (node:events:514:28)
    at addChunk (node:internal/streams/readable:324:12)
    at readableAddChunk (node:internal/streams/readable:297:9)
    at Socket.push (node:internal/streams/readable:234:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2024-10-16T15:38:03.961Z daemon INFO Starting daemon from C:\Users\User\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2024-10-16T15:38:04.016Z daemon INFO time="2024-10-16T12:38:04-03:00" level=info msg="arduino-cli version 1.0.4"
2024-10-16T15:38:04.018Z daemon INFO time="2024-10-16T12:38:04-03:00" level=info msg="Using config file: c:\\Users\\User\\.arduinoIDE\\arduino-cli.yaml"
2024-10-16T15:38:04.019Z daemon INFO time="2024-10-16T12:38:04-03:00" level=info msg="Executing `arduino-cli daemon`"
2024-10-16T15:38:04.037Z daemon INFO Daemon is now listening on 127.0.0.1:58775
{"IP":"127.0.0.1","Port":"58775"}
2024-10-16T15:38:04.093Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.
2024-10-16T15:38:04.093Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
    at Socket.<anonymous> (C:\Users\User\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
    at Socket.emit (node:events:514:28)
    at addChunk (node:internal/streams/readable:324:12)
    at readableAddChunk (node:internal/streams/readable:297:9)
    at Socket.push (node:internal/streams/readable:234:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2024-10-16T15:38:04.093Z daemon INFO Starting daemon from C:\Users\User\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2024-10-16T15:38:04.160Z daemon INFO time="2024-10-16T12:38:04-03:00" level=info msg="arduino-cli version 1.0.4"
2024-10-16T15:38:04.168Z daemon INFO time="2024-10-16T12:38:04-03:00" level=info msg="Using config file: c:\\Users\\User\\.arduinoIDE\\arduino-cli.yaml"
2024-10-16T15:38:04.168Z daemon INFO time="2024-10-16T12:38:04-03:00" level=info msg="Executing `arduino-cli daemon`"
2024-10-16T15:38:04.170Z daemon INFO Daemon is now listening on 127.0.0.1:58776
{"IP":"127.0.0.1","Port":"58776"}
2024-10-16T15:38:04.221Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.
2024-10-16T15:38:04.221Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
    at Socket.<anonymous> (C:\Users\User\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
    at Socket.emit (node:events:514:28)
    at addChunk (node:internal/streams/readable:324:12)
    at readableAddChunk (node:internal/streams/readable:297:9)
    at Socket.push (node:internal/streams/readable:234:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2024-10-16T15:38:04.221Z daemon INFO Starting daemon from C:\Users\User\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2024-10-16T15:38:04.282Z daemon INFO time="2024-10-16T12:38:04-03:00" level=info msg="arduino-cli version 1.0.4"
2024-10-16T15:38:04.284Z daemon INFO time="2024-10-16T12:38:04-03:00" level=info msg="Using config file: c:\\Users\\User\\.arduinoIDE\\arduino-cli.yaml"
2024-10-16T15:38:04.284Z daemon INFO time="2024-10-16T12:38:04-03:00" level=info msg="Executing `arduino-cli daemon`"
2024-10-16T15:38:04.286Z daemon INFO Daemon is now listening on 127.0.0.1:58777
{"IP":"127.0.0.1","Port":"58777"}
2024-10-16T15:38:04.343Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.
2024-10-16T15:38:04.343Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
    at Socket.<anonymous> (C:\Users\User\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
    at Socket.emit (node:events:514:28)
    at addChunk (node:internal/streams/readable:324:12)
    at readableAddChunk (node:internal/streams/readable:297:9)
    at Socket.push (node:internal/streams/readable:234:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2024-10-16T15:38:04.343Z daemon INFO Starting daemon from C:\Users\User\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2024-10-16T15:38:04.410Z daemon INFO time="2024-10-16T12:38:04-03:00" level=info msg="arduino-cli version 1.0.4"
2024-10-16T15:38:04.417Z daemon INFO time="2024-10-16T12:38:04-03:00" level=info msg="Using config file: c:\\Users\\User\\.arduinoIDE\\arduino-cli.yaml"
2024-10-16T15:38:04.418Z daemon INFO time="2024-10-16T12:38:04-03:00" level=info msg="Executing `arduino-cli daemon`"
2024-10-16T15:38:04.420Z daemon INFO Daemon is now listening on 127.0.0.1:58778
{"IP":"127.0.0.1","Port":"58778"}
2024-10-16T15:38:04.471Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.
2024-10-16T15:38:04.471Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
    at Socket.<anonymous> (C:\Users\User\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
    at Socket.emit (node:events:514:28)
    at addChunk (node:internal/streams/readable:324:12)
    at readableAddChunk (node:internal/streams/readable:297:9)
    at Socket.push (node:internal/streams/readable:234:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2024-10-16T15:38:04.471Z daemon INFO Starting daemon from C:\Users\User\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2024-10-16T15:38:04.544Z daemon INFO time="2024-10-16T12:38:04-03:00" level=info msg="arduino-cli version 1.0.4"
2024-10-16T15:38:04.547Z daemon INFO time="2024-10-16T12:38:04-03:00" level=info msg="Using config file: c:\\Users\\User\\.arduinoIDE\\arduino-cli.yaml"
2024-10-16T15:38:04.548Z daemon INFO time="2024-10-16T12:38:04-03:00" level=info msg="Executing `arduino-cli daemon`"
2024-10-16T15:38:04.549Z daemon INFO Daemon is now listening on 127.0.0.1:58779
{"IP":"127.0.0.1","Port":"58779"}
2024-10-16T15:38:04.614Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.
2024-10-16T15:38:04.614Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
    at Socket.<anonymous> (C:\Users\User\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
    at Socket.emit (node:events:514:28)
    at addChunk (node:internal/streams/readable:324:12)
    at readableAddChunk (node:internal/streams/readable:297:9)
    at Socket.push (node:internal/streams/readable:234:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2024-10-16T15:38:04.614Z daemon INFO Starting daemon from C:\Users\User\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2024-10-16T15:38:04.688Z daemon INFO time="2024-10-16T12:38:04-03:00" level=info msg="arduino-cli version 1.0.4"
2024-10-16T15:38:04.725Z daemon INFO time="2024-10-16T12:38:04-03:00" level=info msg="Using config file: c:\\Users\\User\\.arduinoIDE\\arduino-cli.yaml"
2024-10-16T15:38:04.726Z daemon INFO time="2024-10-16T12:38:04-03:00" level=info msg="Executing `arduino-cli daemon`"
2024-10-16T15:38:04.727Z daemon INFO Daemon is now listening on 127.0.0.1:58781
{"IP":"127.0.0.1","Port":"58781"}
2024-10-16T15:38:04.809Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.
2024-10-16T15:38:04.809Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
    at Socket.<anonymous> (C:\Users\User\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
    at Socket.emit (node:events:514:28)
    at addChunk (node:internal/streams/readable:324:12)
    at readableAddChunk (node:internal/streams/readable:297:9)
    at Socket.push (node:internal/streams/readable:234:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2024-10-16T15:38:04.809Z daemon INFO Starting daemon from C:\Users\User\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2024-10-16T15:38:04.877Z daemon INFO time="2024-10-16T12:38:04-03:00" level=info msg="arduino-cli version 1.0.4"
2024-10-16T15:38:04.881Z daemon INFO time="2024-10-16T12:38:04-03:00" level=info msg="Using config file: c:\\Users\\User\\.arduinoIDE\\arduino-cli.yaml"
2024-10-16T15:38:04.881Z daemon INFO time="2024-10-16T12:38:04-03:00" level=info msg="Executing `arduino-cli daemon`"
2024-10-16T15:38:04.883Z daemon INFO Daemon is now listening on 127.0.0.1:58782
{"IP":"127.0.0.1","Port":"58782"}
2024-10-16T15:38:04.937Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.
2024-10-16T15:38:04.937Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
    at Socket.<anonymous> (C:\Users\User\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
    at Socket.emit (node:events:514:28)
    at addChunk (node:internal/streams/readable:324:12)
    at readableAddChunk (node:internal/streams/readable:297:9)
    at Socket.push (node:internal/streams/readable:234:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2024-10-16T15:38:04.937Z daemon INFO Starting daemon from C:\Users\User\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2024-10-16T15:38:05.001Z daemon INFO time="2024-10-16T12:38:05-03:00" level=info msg="arduino-cli version 1.0.4"
2024-10-16T15:38:05.003Z daemon INFO time="2024-10-16T12:38:05-03:00" level=info msg="Using config file: c:\\Users\\User\\.arduinoIDE\\arduino-cli.yaml"
2024-10-16T15:38:05.003Z daemon INFO time="2024-10-16T12:38:05-03:00" level=info msg="Executing `arduino-cli daemon`"
2024-10-16T15:38:05.005Z daemon INFO Daemon is now listening on 127.0.0.1:58783
{"IP":"127.0.0.1","Port":"58783"}
2024-10-16T15:38:05.071Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.
2024-10-16T15:38:05.071Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
    at Socket.<anonymous> (C:\Users\User\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
    at Socket.emit (node:events:514:28)
    at addChunk (node:internal/streams/readable:324:12)
    at readableAddChunk (node:internal/streams/readable:297:9)
    at Socket.push (node:internal/streams/readable:234:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2024-10-16T15:38:05.071Z daemon INFO Starting daemon from C:\Users\User\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2024-10-16T15:38:05.128Z daemon INFO time="2024-10-16T12:38:05-03:00" level=info msg="arduino-cli version 1.0.4"
2024-10-16T15:38:05.135Z daemon INFO time="2024-10-16T12:38:05-03:00" level=info msg="Using config file: c:\\Users\\User\\.arduinoIDE\\arduino-cli.yaml"
2024-10-16T15:38:05.135Z daemon INFO time="2024-10-16T12:38:05-03:00" level=info msg="Executing `arduino-cli daemon`"
2024-10-16T15:38:05.139Z daemon INFO Daemon is now listening on 127.0.0.1:58784
{"IP":"127.0.0.1","Port":"58784"}
2024-10-16T15:38:05.188Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.
2024-10-16T15:38:05.188Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
    at Socket.<anonymous> (C:\Users\User\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
    at Socket.emit (node:events:514:28)
    at addChunk (node:internal/streams/readable:324:12)
    at readableAddChunk (node:internal/streams/readable:297:9)
    at Socket.push (node:internal/streams/readable:234:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2024-10-16T15:38:05.190Z daemon INFO Starting daemon from C:\Users\User\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2024-10-16T15:38:05.241Z daemon INFO time="2024-10-16T12:38:05-03:00" level=info msg="arduino-cli version 1.0.4"
2024-10-16T15:38:05.243Z daemon INFO time="2024-10-16T12:38:05-03:00" level=info msg="Using config file: c:\\Users\\User\\.arduinoIDE\\arduino-cli.yaml"
2024-10-16T15:38:05.243Z daemon INFO time="2024-10-16T12:38:05-03:00" level=info msg="Executing `arduino-cli daemon`"
2024-10-16T15:38:05.248Z daemon INFO Daemon is now listening on 127.0.0.1:58785
{"IP":"127.0.0.1","Port":"58785"}
2024-10-16T15:38:05.318Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.
2024-10-16T15:38:05.318Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
    at Socket.<anonymous> (C:\Users\User\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
    at Socket.emit (node:events:514:28)
    at addChunk (node:internal/streams/readable:324:12)
    at readableAddChunk (node:internal/streams/readable:297:9)
    at Socket.push (node:internal/streams/readable:234:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2024-10-16T15:38:05.318Z daemon INFO Starting daemon from C:\Users\User\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2024-10-16T15:38:05.382Z daemon INFO time="2024-10-16T12:38:05-03:00" level=info msg="arduino-cli version 1.0.4"
2024-10-16T15:38:05.383Z daemon INFO time="2024-10-16T12:38:05-03:00" level=info msg="Using config file: c:\\Users\\User\\.arduinoIDE\\arduino-cli.yaml"
2024-10-16T15:38:05.383Z daemon INFO time="2024-10-16T12:38:05-03:00" level=info msg="Executing `arduino-cli daemon`"
2024-10-16T15:38:05.386Z daemon INFO Daemon is now listening on 127.0.0.1:58786
{"IP":"127.0.0.1","Port":"58786"}
2024-10-16T15:38:05.443Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.
2024-10-16T15:38:05.443Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
    at Socket.<anonymous> (C:\Users\User\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
    at Socket.emit (node:events:514:28)
    at addChunk (node:internal/streams/readable:324:12)
    at readableAddChunk (node:internal/streams/readable:297:9)
    at Socket.push (node:internal/streams/readable:234:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2024-10-16T15:38:05.443Z daemon INFO Starting daemon from C:\Users\User\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2024-10-16T15:38:05.487Z daemon INFO time="2024-10-16T12:38:05-03:00" level=info msg="arduino-cli version 1.0.4"
2024-10-16T15:38:05.498Z daemon INFO time="2024-10-16T12:38:05-03:00" level=info msg="Using config file: c:\\Users\\User\\.arduinoIDE\\arduino-cli.yaml"
2024-10-16T15:38:05.498Z daemon INFO time="2024-10-16T12:38:05-03:00" level=info msg="Executing `arduino-cli daemon`"
2024-10-16T15:38:05.500Z daemon INFO Daemon is now listening on 127.0.0.1:58787
{"IP":"127.0.0.1","Port":"58787"}
2024-10-16T15:38:05.571Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.
2024-10-16T15:38:05.571Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
    at Socket.<anonymous> (C:\Users\User\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
    at Socket.emit (node:events:514:28)
    at addChunk (node:internal/streams/readable:324:12)
    at readableAddChunk (node:internal/streams/readable:297:9)
    at Socket.push (node:internal/streams/readable:234:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2024-10-16T15:38:05.571Z daemon INFO Starting daemon from C:\Users\User\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2024-10-16T15:38:05.635Z daemon INFO time="2024-10-16T12:38:05-03:00" level=info msg="arduino-cli version 1.0.4"
2024-10-16T15:38:05.750Z daemon INFO time="2024-10-16T12:38:05-03:00" level=info msg="Using config file: c:\\Users\\User\\.arduinoIDE\\arduino-cli.yaml"
2024-10-16T15:38:05.750Z daemon INFO time="2024-10-16T12:38:05-03:00" level=info msg="Executing `arduino-cli daemon`"
2024-10-16T15:38:05.752Z daemon INFO Daemon is now listening on 127.0.0.1:58788
{"IP":"127.0.0.1","Port":"58788"}
2024-10-16T15:38:06.335Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.
2024-10-16T15:38:06.336Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
    at Socket.<anonymous> (C:\Users\User\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
    at Socket.emit (node:events:514:28)
    at addChunk (node:internal/streams/readable:324:12)
    at readableAddChunk (node:internal/streams/readable:297:9)
    at Socket.push (node:internal/streams/readable:234:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2024-10-16T15:38:06.336Z daemon INFO Starting daemon from C:\Users\User\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2024-10-16T15:38:06.531Z daemon INFO time="2024-10-16T12:38:06-03:00" level=info msg="arduino-cli version 1.0.4"
2024-10-16T15:38:06.535Z daemon INFO time="2024-10-16T12:38:06-03:00" level=info msg="Using config file: c:\\Users\\User\\.arduinoIDE\\arduino-cli.yaml"
2024-10-16T15:38:06.535Z daemon INFO time="2024-10-16T12:38:06-03:00" level=info msg="Executing `arduino-cli daemon`"
2024-10-16T15:38:06.538Z daemon INFO Daemon is now listening on 127.0.0.1:58789
{"IP":"127.0.0.1","Port":"58789"}
2024-10-16T15:38:06.587Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.
2024-10-16T15:38:06.588Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
    at Socket.<anonymous> (C:\Users\User\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
    at Socket.emit (node:events:514:28)
    at addChunk (node:internal/streams/readable:324:12)
    at readableAddChunk (node:internal/streams/readable:297:9)
    at Socket.push (node:internal/streams/readable:234:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2024-10-16T15:38:06.588Z daemon INFO Starting daemon from C:\Users\User\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2024-10-16T15:38:06.655Z daemon INFO time="2024-10-16T12:38:06-03:00" level=info msg="arduino-cli version 1.0.4"
2024-10-16T15:38:07.082Z daemon INFO time="2024-10-16T12:38:07-03:00" level=info msg="Using config file: c:\\Users\\User\\.arduinoIDE\\arduino-cli.yaml"
time="2024-10-16T12:38:07-03:00" level=info msg="Executing `arduino-cli daemon`"
Daemon is now listening on 127.0.0.1:58790
{"IP":"127.0.0.1","Port":"58790"}
2024-10-16T15:38:07.576Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.
2024-10-16T15:38:07.576Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
    at Socket.<anonymous> (C:\Users\User\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
    at Socket.emit (node:events:514:28)
    at addChunk (node:internal/streams/readable:324:12)
    at readableAddChunk (node:internal/streams/readable:297:9)
    at Socket.push (node:internal/streams/readable:234:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2024-10-16T15:38:07.576Z daemon INFO Starting daemon from C:\Users\User\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2024-10-16T15:38:07.630Z daemon INFO time="2024-10-16T12:38:07-03:00" level=info msg="arduino-cli version 1.0.4"
2024-10-16T15:38:07.676Z daemon INFO time="2024-10-16T12:38:07-03:00" level=info msg="Using config file: c:\\Users\\User\\.arduinoIDE\\arduino-cli.yaml"
2024-10-16T15:38:07.677Z daemon INFO time="2024-10-16T12:38:07-03:00" level=info msg="Executing `arduino-cli daemon`"
2024-10-16T15:38:07.685Z daemon INFO Daemon is now listening on 127.0.0.1:58791
{"IP":"127.0.0.1","Port":"58791"}
2024-10-16T15:38:07.743Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.
2024-10-16T15:38:07.743Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
    at Socket.<anonymous> (C:\Users\User\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
    at Socket.emit (node:events:514:28)
    at addChunk (node:internal/streams/readable:324:12)
    at readableAddChunk (node:internal/streams/readable:297:9)
    at Socket.push (node:internal/streams/readable:234:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2024-10-16T15:38:07.743Z daemon INFO Starting daemon from C:\Users\User\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2024-10-16T15:38:07.806Z daemon INFO time="2024-10-16T12:38:07-03:00" level=info msg="arduino-cli version 1.0.4"
2024-10-16T15:38:07.808Z daemon INFO time="2024-10-16T12:38:07-03:00" level=info msg="Using config file: c:\\Users\\User\\.arduinoIDE\\arduino-cli.yaml"
2024-10-16T15:38:07.814Z daemon INFO time="2024-10-16T12:38:07-03:00" level=info msg="Executing `arduino-cli daemon`"
2024-10-16T15:38:07.817Z daemon INFO Daemon is now listening on 127.0.0.1:58792
{"IP":"127.0.0.1","Port":"58792"}
2024-10-16T15:38:07.868Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.
2024-10-16T15:38:07.868Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
    at Socket.<anonymous> (C:\Users\User\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
    at Socket.emit (node:events:514:28)
    at addChunk (node:internal/streams/readable:324:12)
    at readableAddChunk (node:internal/streams/readable:297:9)
    at Socket.push (node:internal/streams/readable:234:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2024-10-16T15:38:07.868Z daemon INFO Starting daemon from C:\Users\User\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2024-10-16T15:38:07.924Z daemon INFO time="2024-10-16T12:38:07-03:00" level=info msg="arduino-cli version 1.0.4"
2024-10-16T15:38:07.927Z daemon INFO time="2024-10-16T12:38:07-03:00" level=info msg="Using config file: c:\\Users\\User\\.arduinoIDE\\arduino-cli.yaml"
2024-10-16T15:38:07.932Z daemon INFO time="2024-10-16T12:38:07-03:00" level=info msg="Executing `arduino-cli daemon`"
2024-10-16T15:38:07.934Z daemon INFO Daemon is now listening on 127.0.0.1:58793
{"IP":"127.0.0.1","Port":"58793"}
2024-10-16T15:38:07.993Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.
2024-10-16T15:38:07.993Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
    at Socket.<anonymous> (C:\Users\User\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
    at Socket.emit (node:events:514:28)
    at addChunk (node:internal/streams/readable:324:12)
    at readableAddChunk (node:internal/streams/readable:297:9)
    at Socket.push (node:internal/streams/readable:234:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2024-10-16T15:38:07.993Z daemon INFO Starting daemon from C:\Users\User\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2024-10-16T15:38:08.074Z daemon INFO time="2024-10-16T12:38:08-03:00" level=info msg="arduino-cli version 1.0.4"
2024-10-16T15:38:08.077Z daemon INFO time="2024-10-16T12:38:08-03:00" level=info msg="Using config file: c:\\Users\\User\\.arduinoIDE\\arduino-cli.yaml"
2024-10-16T15:38:08.077Z daemon INFO time="2024-10-16T12:38:08-03:00" level=info msg="Executing `arduino-cli daemon`"
2024-10-16T15:38:08.083Z daemon INFO Daemon is now listening on 127.0.0.1:58794
{"IP":"127.0.0.1","Port":"58794"}
2024-10-16T15:38:08.144Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.
2024-10-16T15:38:08.144Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
    at Socket.<anonymous> (C:\Users\User\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
    at Socket.emit (node:events:514:28)
    at addChunk (node:internal/streams/readable:324:12)
    at readableAddChunk (node:internal/streams/readable:297:9)
    at Socket.push (node:internal/streams/readable:234:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2024-10-16T15:38:08.149Z daemon INFO Starting daemon from C:\Users\User\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2024-10-16T15:38:08.213Z daemon INFO time="2024-10-16T12:38:08-03:00" level=info msg="arduino-cli version 1.0.4"
2024-10-16T15:38:08.216Z daemon INFO time="2024-10-16T12:38:08-03:00" level=info msg="Using config file: c:\\Users\\User\\.arduinoIDE\\arduino-cli.yaml"
2024-10-16T15:38:08.216Z daemon INFO time="2024-10-16T12:38:08-03:00" level=info msg="Executing `arduino-cli daemon`"
2024-10-16T15:38:08.217Z daemon INFO Daemon is now listening on 127.0.0.1:58795
{"IP":"127.0.0.1","Port":"58795"}
2024-10-16T15:38:08.283Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.
2024-10-16T15:38:08.283Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
    at Socket.<anonymous> (C:\Users\User\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
    at Socket.emit (node:events:514:28)
    at addChunk (node:internal/streams/readable:324:12)
    at readableAddChunk (node:internal/streams/readable:297:9)
    at Socket.push (node:internal/streams/readable:234:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2024-10-16T15:38:08.283Z daemon INFO Starting daemon from C:\Users\User\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2024-10-16T15:38:08.361Z daemon INFO time="2024-10-16T12:38:08-03:00" level=info msg="arduino-cli version 1.0.4"
2024-10-16T15:38:08.367Z daemon INFO time="2024-10-16T12:38:08-03:00" level=info msg="Using config file: c:\\Users\\User\\.arduinoIDE\\arduino-cli.yaml"
2024-10-16T15:38:08.367Z daemon INFO time="2024-10-16T12:38:08-03:00" level=info msg="Executing `arduino-cli daemon`"
2024-10-16T15:38:08.372Z daemon INFO Daemon is now listening on 127.0.0.1:58796
{"IP":"127.0.0.1","Port":"58796"}
2024-10-16T15:38:08.421Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.
2024-10-16T15:38:08.421Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
    at Socket.<anonymous> (C:\Users\User\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
    at Socket.emit (node:events:514:28)
    at addChunk (node:internal/streams/readable:324:12)
    at readableAddChunk (node:internal/streams/readable:297:9)
    at Socket.push (node:internal/streams/readable:234:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2024-10-16T15:38:08.421Z daemon INFO Starting daemon from C:\Users\User\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2024-10-16T15:38:08.482Z daemon INFO time="2024-10-16T12:38:08-03:00" level=info msg="arduino-cli version 1.0.4"
2024-10-16T15:38:08.483Z daemon INFO time="2024-10-16T12:38:08-03:00" level=info msg="Using config file: c:\\Users\\User\\.arduinoIDE\\arduino-cli.yaml"
2024-10-16T15:38:08.484Z daemon INFO time="2024-10-16T12:38:08-03:00" level=info msg="Executing `arduino-cli daemon`"
2024-10-16T15:38:08.486Z daemon INFO Daemon is now listening on 127.0.0.1:58797
{"IP":"127.0.0.1","Port":"58797"}
2024-10-16T15:38:08.558Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.
2024-10-16T15:38:08.559Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
    at Socket.<anonymous> (C:\Users\User\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
    at Socket.emit (node:events:514:28)
    at addChunk (node:internal/streams/readable:324:12)
    at readableAddChunk (node:internal/streams/readable:297:9)
    at Socket.push (node:internal/streams/readable:234:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2024-10-16T15:38:08.559Z daemon INFO Starting daemon from C:\Users\User\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2024-10-16T15:38:08.619Z daemon INFO time="2024-10-16T12:38:08-03:00" level=info msg="arduino-cli version 1.0.4"
2024-10-16T15:38:08.621Z daemon INFO time="2024-10-16T12:38:08-03:00" level=info msg="Using config file: c:\\Users\\User\\.arduinoIDE\\arduino-cli.yaml"
2024-10-16T15:38:08.621Z daemon INFO time="2024-10-16T12:38:08-03:00" level=info msg="Executing `arduino-cli daemon`"
2024-10-16T15:38:08.624Z daemon INFO Daemon is now listening on 127.0.0.1:58798
{"IP":"127.0.0.1","Port":"58798"}
2024-10-16T15:38:09.093Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.
2024-10-16T15:38:09.094Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
    at Socket.<anonymous> (C:\Users\User\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
    at Socket.emit (node:events:514:28)
    at addChunk (node:internal/streams/readable:324:12)
    at readableAddChunk (node:internal/streams/readable:297:9)
    at Socket.push (node:internal/streams/readable:234:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2024-10-16T15:38:09.094Z daemon INFO Starting daemon from C:\Users\User\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2024-10-16T15:38:09.217Z daemon INFO time="2024-10-16T12:38:09-03:00" level=info msg="arduino-cli version 1.0.4"
2024-10-16T15:38:09.218Z daemon INFO time="2024-10-16T12:38:09-03:00" level=info msg="Using config file: c:\\Users\\User\\.arduinoIDE\\arduino-cli.yaml"
2024-10-16T15:38:09.218Z daemon INFO time="2024-10-16T12:38:09-03:00" level=info msg="Executing `arduino-cli daemon`"
2024-10-16T15:38:09.226Z daemon INFO Daemon is now listening on 127.0.0.1:58799
{"IP":"127.0.0.1","Port":"58799"}
2024-10-16T15:38:09.264Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.
2024-10-16T15:38:09.264Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
    at Socket.<anonymous> (C:\Users\User\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
    at Socket.emit (node:events:514:28)
    at addChunk (node:internal/streams/readable:324:12)
    at readableAddChunk (node:internal/streams/readable:297:9)
    at Socket.push (node:internal/streams/readable:234:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2024-10-16T15:38:09.264Z daemon INFO Starting daemon from C:\Users\User\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2024-10-16T15:38:09.371Z daemon INFO time="2024-10-16T12:38:09-03:00" level=info msg="arduino-cli version 1.0.4"
2024-10-16T15:38:09.372Z daemon INFO time="2024-10-16T12:38:09-03:00" level=info msg="Using config file: c:\\Users\\User\\.arduinoIDE\\arduino-cli.yaml"
2024-10-16T15:38:09.372Z daemon INFO time="2024-10-16T12:38:09-03:00" level=info msg="Executing `arduino-cli daemon`"
2024-10-16T15:38:09.373Z daemon INFO Daemon is now listening on 127.0.0.1:58800
{"IP":"127.0.0.1","Port":"58800"}
2024-10-16T15:38:09.407Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.
2024-10-16T15:38:09.408Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
    at Socket.<anonymous> (C:\Users\User\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
    at Socket.emit (node:events:514:28)
    at addChunk (node:internal/streams/readable:324:12)
    at readableAddChunk (node:internal/streams/readable:297:9)
    at Socket.push (node:internal/streams/readable:234:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2024-10-16T15:38:09.408Z daemon INFO Starting daemon from C:\Users\User\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2024-10-16T15:38:09.486Z daemon INFO time="2024-10-16T12:38:09-03:00" level=info msg="arduino-cli version 1.0.4"
2024-10-16T15:38:09.487Z daemon INFO time="2024-10-16T12:38:09-03:00" level=info msg="Using config file: c:\\Users\\User\\.arduinoIDE\\arduino-cli.yaml"
2024-10-16T15:38:09.487Z daemon INFO time="2024-10-16T12:38:09-03:00" level=info msg="Executing `arduino-cli daemon`"
2024-10-16T15:38:09.489Z daemon INFO Daemon is now listening on 127.0.0.1:58801
{"IP":"127.0.0.1","Port":"58801"}
2024-10-16T15:38:09.547Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.
2024-10-16T15:38:09.547Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
    at Socket.<anonymous> (C:\Users\User\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
    at Socket.emit (node:events:514:28)
    at addChunk (node:internal/streams/readable:324:12)
    at readableAddChunk (node:internal/streams/readable:297:9)
    at Socket.push (node:internal/streams/readable:234:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2024-10-16T15:38:09.547Z daemon INFO Starting daemon from C:\Users\User\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2024-10-16T15:38:09.604Z daemon INFO time="2024-10-16T12:38:09-03:00" level=info msg="arduino-cli version 1.0.4"
2024-10-16T15:38:09.606Z daemon INFO time="2024-10-16T12:38:09-03:00" level=info msg="Using config file: c:\\Users\\User\\.arduinoIDE\\arduino-cli.yaml"
2024-10-16T15:38:09.606Z daemon INFO time="2024-10-16T12:38:09-03:00" level=info msg="Executing `arduino-cli daemon`"
2024-10-16T15:38:09.617Z daemon INFO Daemon is now listening on 127.0.0.1:58802
{"IP":"127.0.0.1","Port":"58802"}
2024-10-16T15:38:09.837Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.
2024-10-16T15:38:09.837Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
    at Socket.<anonymous> (C:\Users\User\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
    at Socket.emit (node:events:514:28)
    at addChunk (node:internal/streams/readable:324:12)
    at readableAddChunk (node:internal/streams/readable:297:9)
    at Socket.push (node:internal/streams/readable:234:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2024-10-16T15:38:09.837Z daemon INFO Starting daemon from C:\Users\User\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
Closing channel on service path '/services/electron-window'.
Closing channel on service path '/services/ide-updater'.
Stored workspaces roots:
No sketches were scheduled for deletion.
















i have replied the code what you instructed to. Can you please look into it and tell me what the issue is

Possible cause
https://forum.arduino.cc/t/open-ide-window-not-working/1304648/2
Possible solution
https://forum.arduino.cc/t/open-ide-window-not-working/1304648/4

i dont see a document folder on the file manager. i created one but nothing happened

it worked. turned out i needed to made a document file. the program is working now

1 Like

its working now. thankssss

1 Like