I am using windows 10 and I am trying to use Arduino 2.0.4 However, I cannot get past the initial loading screen.
PS C:\Users\ACER\AppData\Local\Programs\Arduino IDE> & ".\Arduino IDE" PS C:\Users\ACER\AppData\Local\Programs\Arduino IDE>
Arduino IDE 2.0.4
Starting backend process. PID: 10032
Using browser-only version of superagent in non-browser environment
Configuration directory URI: 'file:///c%3A/Users/ACER/.theia'
Configuring to accept webviews on '^.+\.webview\..+$' hostname.
2023-04-12T02:37:33.280Z root WARN Backend Object.initialize took longer than the expected maximum 50 milliseconds: 119.4 ms [Finished 25.082 s after backend start]
2023-04-12T02:37:33.281Z root WARN Backend Object.configure took longer than the expected maximum 50 milliseconds: 119.9 ms [Finished 25.086 s after backend start]
2023-04-12T02:37:33.281Z root INFO Backend MessagingContribution.onStart: 22.6 ms [Finished 25.086 s after backend start]
2023-04-12T02:37:33.283Z root INFO Backend OSBackendApplicationContribution.configure: 1.9 ms [Finished 25.475 s after backend start]
2023-04-12T02:37:33.284Z root INFO Backend DefaultWorkspaceServer.onStart: 1.8 ms [Finished 25.475 s after backend start]
2023-04-12T02:37:33.307Z root INFO Backend PluginLocalizationBackendContribution.configure: 0.4 ms [Finished 25.476 s after backend start]
2023-04-12T02:37:33.390Z root WARN Backend PluginLocalizationBackendContribution.initialize took longer than the expected maximum 50 milliseconds: 389.7 ms [Finished 25.477 s after backend start]
2023-04-12T02:37:33.391Z root INFO Backend TaskBackendApplicationContribution.onStart: 0.7 ms [Finished 25.477 s after backend start]
2023-04-12T02:37:33.393Z root INFO Backend ElectronTokenBackendContribution.configure: 2.0 ms [Finished 25.479 s after backend start]
2023-04-12T02:37:33.414Z config INFO >>> Initializing CLI configuration...
2023-04-12T02:37:33.415Z root INFO Backend PluginDeployerContribution.initialize: 1.0 ms [Finished 25.479 s after backend start]
2023-04-12T02:37:33.415Z root INFO Backend ConfigServiceImpl.onStart: 1.7 ms [Finished 25.481 s after backend start]
2023-04-12T02:37:33.417Z config INFO Loading CLI configuration from c:\Users\ACER\.arduinoIDE\arduino-cli.yaml...
2023-04-12T02:37:33.419Z root INFO Backend WebviewBackendSecurityWarnings.initialize: 0.7 ms [Finished 25.504 s after backend start]
2023-04-12T02:37:33.419Z root WARN Backend ArduinoDaemonImpl.onStart took longer than the expected maximum 50 milliseconds: 83.5 ms [Finished 25.587 s after backend start]
2023-04-12T02:37:33.419Z root WARN Backend NodeFileUploadService.configure took longer than the expected maximum 50 milliseconds: 106.9 ms [Finished 25.587 s after backend start]
2023-04-12T02:37:33.419Z daemon INFO Starting daemon from C:\Users\ACER\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-04-12T02:37:33.420Z discovery-log INFO start
2023-04-12T02:37:33.420Z discovery-log INFO start new deferred
2023-04-12T02:37:33.420Z root INFO Backend HostedPluginLocalizationService.initialize: 1.1 ms [Finished 25.590 s after backend start]
2023-04-12T02:37:33.420Z root INFO Backend BoardDiscovery.onStart: 22.6 ms [Finished 25.611 s after backend start]
2023-04-12T02:37:33.421Z root INFO Backend FileDownloadEndpoint.configure: 22.3 ms [Finished 25.612 s after backend start]
2023-04-12T02:37:33.421Z root INFO Backend AuthenticationServiceImpl.onStart: 0.9 ms [Finished 25.615 s after backend start]
2023-04-12T02:37:33.422Z root INFO Backend PluginApiContribution.configure: 1.0 ms [Finished 25.616 s after backend start]
2023-04-12T02:37:33.442Z root INFO Backend HostedPluginReader.configure: 0.6 ms [Finished 25.617 s after backend start]
2023-04-12T02:37:33.443Z root INFO Backend HostedPluginReader.configure: 0.2 ms [Finished 25.618 s after backend start]
2023-04-12T02:37:33.443Z root INFO Backend PlotterBackendContribution.configure: 14.4 ms [Finished 25.639 s after backend start]
2023-04-12T02:37:33.466Z root INFO Theia app listening on http://localhost:53616.
2023-04-12T02:37:33.530Z root INFO Finished starting backend application: 46.1 ms [Finished 25.662 s after backend start]
2023-04-12T02:37:33.597Z root INFO Error: spawn C:\Windows\system32\cmd.exe; 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-04-12T02:37:33.598Z config ERROR Failed to initialize the CLI configuration.
2023-04-12T02:37:33.603Z daemon ERROR Error: spawn C:\Windows\system32\cmd.exe; 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-04-12T02:37:33.604Z daemon ERROR Error: spawn C:\Windows\system32\cmd.exe; 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-04-12T02:37:33.604Z daemon INFO Starting daemon from C:\Users\ACER\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
C:\Users\ACER\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
Stored workspaces roots:
No sketches were scheduled for deletion.
I've moved you topic to the dedicated IDE2.0 section of the forum.
Hi, for whatever reason, CMD.exe
is not on your $PATH
. Check out this comment if it solves your issue: Arduino IDE V2 hangs at start-up - #7 by ptillisch
system
Closed
4
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.