Hi, Im having trouble running the new IDE.
I unzipped the .zip file into the home directory and cded into it and ran $ ./arduino-ide. I then get the following read out:
Starting backend process. PID: 5220
[5242:1018/133541.666801:ERROR:sandbox_linux.cc(374)] InitializeSandbox() called with multiple threads in process gpu-process.
Using browser-only version of superagent in non-browser environment
Configuring to accept webviews on '^.+\.webview\..+$' hostname.
root INFO Configuration directory URI: 'file:///home/m/.theia'
root INFO Backend Object.initialize: 7.0 ms [Finished 1.495 s after backend start]
root INFO Backend Object.configure: 5.7 ms [Finished 1.495 s after backend start]
root INFO Backend MessagingContribution.onStart: 2.4 ms [Finished 1.495 s after backend start]
root INFO Backend OSBackendApplicationContribution.configure: 0.8 ms [Finished 1.589 s after backend start]
root INFO Backend DefaultWorkspaceServer.onStart: 0.6 ms [Finished 1.589 s after backend start]
root INFO Backend LocalizationBackendContribution.configure: 0.3 ms [Finished 1.590 s after backend start]
root WARN Backend LocalizationBackendContribution.initialize took longer than the expected maximum 50 milliseconds: 94.4 ms [Finished 1.590 s after backend start]
root INFO Backend TaskBackendApplicationContribution.onStart: 0.4 ms [Finished 1.590 s after backend start]
root INFO Backend ElectronTokenBackendContribution.configure: 1.5 ms [Finished 1.592 s after backend start]
root INFO Backend PluginDeployerContribution.initialize: 0.6 ms [Finished 1.592 s after backend start]
root INFO Backend ConfigServiceImpl.onStart: 1.1 ms [Finished 1.593 s after backend start]
root INFO Backend WebviewBackendSecurityWarnings.initialize: 0.5 ms [Finished 1.594 s after backend start]
root INFO Backend ArduinoDaemonImpl.onStart: 1.2 ms [Finished 1.595 s after backend start]
root INFO Backend NodeFileUploadService.configure: 2.5 ms [Finished 1.595 s after backend start]
daemon INFO Starting daemon from /home/m/arduino-ide_2.0.0/resources/app/node_modules/arduino-ide-extension/build/arduino-cli...
discovery-log INFO start
discovery-log INFO start new deferred
root INFO Backend BoardDiscovery.onStart: 1.2 ms [Finished 1.597 s after backend start]
root INFO Backend FileDownloadEndpoint.configure: 0.7 ms [Finished 1.597 s after backend start]
root INFO Backend AuthenticationServiceImpl.onStart: 0.5 ms [Finished 1.599 s after backend start]
root INFO Backend PluginApiContribution.configure: 0.6 ms [Finished 1.599 s after backend start]
root INFO Backend HostedPluginReader.configure: 0.4 ms [Finished 1.600 s after backend start]
root INFO Backend HostedPluginReader.configure: 0.1 ms [Finished 1.600 s after backend start]
root INFO Backend PlotterBackendContribution.configure: 1.6 ms [Finished 1.602 s after backend start]
root ERROR Failed to start the backend application:
root ERROR Error: listen EADDRNOTAVAIL: address not available 19.168.2.2
at Server.setupListenHandle [as _listen2] (node:net:1298:21)
at listenInCluster (node:net:1363:12)
at GetAddrInfoReqWrap.doListen [as callback] (node:net:1501:7)
at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:73:8)
root ERROR Uncaught Exception:
root ERROR Error: listen EADDRNOTAVAIL: address not available 19.168.2.2
at Server.setupListenHandle [as _listen2] (node:net:1298:21)
at listenInCluster (node:net:1363:12)
at GetAddrInfoReqWrap.doListen [as callback] (node:net:1501:7)
at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:73:8)
root WARN The local plugin referenced by local-dir:/home/m/.arduinoIDE/plugins does not exist.
root WARN The local plugin referenced by local-dir:/home/m/.arduinoIDE/extensions does not exist.
root WARN The local plugin referenced by local-dir:/home/m/.arduinoProIDE/plugins does not exist.
^CStored workspaces roots:
Could not terminate the backend process. It was not running.
I have googled the errors with no luck so far, has anyone had the same issue or could suggest how I can fix this?
Im running on :
|Description:|Ubuntu 22.04.1 LTS|
|Release:|22.04|
|Codename:|jammy|
Thanks,
Mogo