Hello!
I'm trying to get Arduino to run on a company computer in order to interact with an industrial shields plc which uses the Arduino IDE.
As written in the title, it gets stuck at the Arduino logo at start-up with no error code or anything. I tried running it through powershell as recommended in other similar threads. It seems it cant find the package_list and libraries_list. Checking the appdata/local/arduino15 folder it seems to indeed be missing. It was also installed on another company computer with similar results so I'm thinking if it might be a network restriction on downloading from programs or something?. Heres the output from powershell:
PS C:\Users\Draeby.Pe\AppData\Local\Programs\arduino-ide> & ".\Arduino IDE"
PS C:\Users\Draeby.Pe\AppData\Local\Programs\arduino-ide>
Arduino IDE 2.1.1
Starting backend process. PID: 27748
Using browser-only version of superagent in non-browser environment
Configuration directory URI: 'file:///c%3A/Users/Draeby.Pe/.theia'
Configuring to accept webviews on '^.+\.webview\..+$' hostname.
2023-08-30T07:24:12.638Z root INFO Backend Object.initialize: 2.6 ms [Finished 1.506 s after backend start]
2023-08-30T07:24:12.638Z root INFO Backend Object.configure: 2.1 ms [Finished 1.507 s after backend start]
2023-08-30T07:24:12.639Z root INFO Backend MessagingContribution.onStart: 0.9 ms [Finished 1.507 s after backend start]
2023-08-30T07:24:12.640Z root INFO Backend OSBackendApplicationContribution.configure: 0.3 ms [Finished 1.534 s after backend start]
2023-08-30T07:24:12.640Z root INFO Backend DefaultWorkspaceServer.onStart: 0.2 ms [Finished 1.534 s after backend start]2023-08-30T07:24:12.641Z root INFO Backend PluginLocalizationBackendContribution.configure: 0.1 ms [Finished 1.534 s after backend start]
2023-08-30T07:24:12.642Z root INFO Backend PluginLocalizationBackendContribution.initialize: 27.1 ms [Finished 1.534 s after backend start]
2023-08-30T07:24:12.642Z root INFO Backend TaskBackendApplicationContribution.onStart: 0.2 ms [Finished 1.534 s after backend start]
2023-08-30T07:24:12.642Z root INFO Backend ElectronTokenBackendContribution.configure: 1.6 ms [Finished 1.536 s after backend start]
2023-08-30T07:24:12.643Z config INFO >>> Initializing CLI configuration...
2023-08-30T07:24:12.643Z root INFO Backend PluginDeployerContribution.initialize: 0.4 ms [Finished 1.536 s after backend start]
2023-08-30T07:24:12.643Z root INFO Backend ConfigServiceImpl.onStart: 0.7 ms [Finished 1.536 s after backend start]
2023-08-30T07:24:12.644Z config INFO Loading CLI configuration from c:\Users\Draeby.Pe\.arduinoIDE\arduino-cli.yaml...
2023-08-30T07:24:12.644Z root INFO Backend WebviewBackendSecurityWarnings.initialize: 0.3 ms [Finished 1.537 s after backend start]
2023-08-30T07:24:12.644Z root INFO Backend ArduinoDaemonImpl.onStart: 0.9 ms [Finished 1.538 s after backend start]
2023-08-30T07:24:12.644Z root INFO Backend NodeFileUploadService.configure: 1.6 ms [Finished 1.538 s after backend start]
2023-08-30T07:24:12.645Z daemon INFO Starting daemon from C:\Users\Draeby.Pe\AppData\Local\Programs\arduino-ide\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-08-30T07:24:12.645Z discovery-log INFO start
2023-08-30T07:24:12.645Z discovery-log INFO start new deferred
2023-08-30T07:24:12.645Z root INFO Backend HostedPluginLocalizationService.initialize: 0.4 ms [Finished 1.538 s after backend start]
2023-08-30T07:24:12.645Z root INFO Backend BoardDiscovery.onStart: 0.9 ms [Finished 1.539 s after backend start]
2023-08-30T07:24:12.645Z root INFO Backend FileDownloadEndpoint.configure: 0.8 ms [Finished 1.539 s after backend start]2023-08-30T07:24:12.645Z root INFO Backend AuthenticationServiceImpl.onStart: 0.3 ms [Finished 1.540 s after backend start]
2023-08-30T07:24:12.645Z root INFO Backend PluginApiContribution.configure: 0.3 ms [Finished 1.540 s after backend start]
2023-08-30T07:24:12.646Z root INFO Backend HostedPluginReader.configure: 0.2 ms [Finished 1.541 s after backend start]
2023-08-30T07:24:12.646Z root INFO Backend HostedPluginReader.configure: 0.0 ms [Finished 1.541 s after backend start]
2023-08-30T07:24:12.646Z root INFO Backend PlotterBackendContribution.configure: 0.9 ms [Finished 1.542 s after backend start]
2023-08-30T07:24:12.648Z root INFO Theia app listening on http://localhost:51587.
2023-08-30T07:24:12.648Z root INFO Finished starting backend application: 3.6 ms [Finished 1.544 s after backend start]
2023-08-30T07:24:12.665Z root WARN The local plugin referenced by local-dir:/c%3A/Users/Draeby.Pe/.arduinoIDE/plugins does not exist.
2023-08-30T07:24:12.666Z root WARN The local plugin referenced by local-dir:/c%3A/Users/Draeby.Pe/.arduinoIDE/extensions does not exist.
2023-08-30T07:24:12.666Z root WARN The local plugin referenced by local-dir:C:\Users\Draeby.Pe\.arduinoIDE\plugins does not exist.
2023-08-30T07:24:12.683Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-30T07:24:12.683Z root INFO Resolved "cortex-debug" to a VS Code extension "[email protected]" with engines:
2023-08-30T07:24:12.685Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-30T07:24:12.688Z root INFO Resolved "vscode-arduino-tools" to a VS Code extension "[email protected]" with engines:
2023-08-30T07:24:12.688Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-30T07:24:12.689Z root INFO Resolved "vscode-builtin-cpp" to a VS Code extension "[email protected]" with engines:
2023-08-30T07:24:12.689Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-30T07:24:12.690Z root INFO Resolved "vscode-builtin-json" to a VS Code extension "[email protected]" with engines:
2023-08-30T07:24:12.690Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-30T07:24:12.691Z root INFO Resolved "vscode-builtin-json-language-features" to a VS Code extension "[email protected]" with engines:
2023-08-30T07:24:12.691Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-30T07:24:12.691Z root INFO Resolved "vscode-language-pack-bg" to a VS Code extension "[email protected]" with engines:
2023-08-30T07:24:12.692Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-30T07:24:12.692Z root INFO Resolved "vscode-language-pack-cs" to a VS Code extension "[email protected]" with engines:
2023-08-30T07:24:12.692Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-30T07:24:12.692Z root INFO Resolved "vscode-language-pack-de" to a VS Code extension "[email protected]" with engines:
2023-08-30T07:24:12.693Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-30T07:24:12.693Z root INFO Resolved "vscode-language-pack-es" to a VS Code extension "[email protected]" with engines:
2023-08-30T07:24:12.694Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-30T07:24:12.694Z root INFO Resolved "vscode-language-pack-fr" to a VS Code extension "[email protected]" with engines:
2023-08-30T07:24:12.695Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-30T07:24:12.695Z root INFO Resolved "vscode-language-pack-hu" to a VS Code extension "[email protected]" with engines:
2023-08-30T07:24:12.695Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-30T07:24:12.696Z root INFO Resolved "vscode-language-pack-it" to a VS Code extension "[email protected]" with engines:
2023-08-30T07:24:12.696Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-30T07:24:12.696Z root INFO Resolved "vscode-language-pack-ja" to a VS Code extension "[email protected]" with engines:
2023-08-30T07:24:12.697Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-30T07:24:12.699Z root INFO Resolved "vscode-language-pack-ko" to a VS Code extension "[email protected]" with engines:
2023-08-30T07:24:12.700Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-30T07:24:12.700Z root INFO Resolved "vscode-language-pack-nl" to a VS Code extension "[email protected]" with engines:
2023-08-30T07:24:12.701Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-30T07:24:12.701Z root INFO Resolved "vscode-language-pack-pl" to a VS Code extension "[email protected]" with engines:
2023-08-30T07:24:12.702Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-30T07:24:12.702Z root INFO Resolved "vscode-language-pack-pt-BR" to a VS Code extension "[email protected]" with engines:
2023-08-30T07:24:12.702Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-30T07:24:12.703Z root INFO Resolved "vscode-language-pack-ru" to a VS Code extension "[email protected]" with engines:
2023-08-30T07:24:12.703Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-30T07:24:12.704Z root INFO Resolved "vscode-language-pack-tr" to a VS Code extension "[email protected]" with engines:
2023-08-30T07:24:12.704Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-30T07:24:12.704Z root INFO Resolved "vscode-language-pack-uk" to a VS Code extension "[email protected]" with engines:
2023-08-30T07:24:12.704Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-30T07:24:12.705Z root INFO Resolved "vscode-language-pack-zh-hans" to a VS Code extension "[email protected]" with engines:
2023-08-30T07:24:12.708Z config INFO Loaded CLI configuration: {"board_manager":{"additional_urls":[]},"build_cache":{"compilations_before_purge":10,"ttl":"720h0m0s"},"daemon":{"port":"50051"},"directories":{"data":"C:\\Users\\Draeby.Pe\\AppData\\Local\\Arduino15","downloads":"C:\\Users\\Draeby.Pe\\AppData\\Local\\Arduino15\\staging","user":"C:\\Users\\Draeby.Pe\\OneDrive - GEA\\Documents\\Arduino"},"library":{"enable_unsafe_install":false},"logging":{"file":"","format":"text","level":"info"},"metrics":{"addr":":9090","enabled":true},"output":{"no_color":false},"sketch":{"always_export_binaries":false},"updater":{"enable_notification":true}}
2023-08-30T07:24:12.708Z config INFO 'directories.data' and 'directories.user' are set in the CLI configuration model.
2023-08-30T07:24:12.708Z config INFO Loaded the CLI configuration.
2023-08-30T07:24:12.711Z config INFO Mapped the CLI configuration: {"dataDirUri":"file:///c%3A/Users/Draeby.Pe/AppData/Local/Arduino15","sketchDirUri":"file:///c%3A/Users/Draeby.Pe/OneDrive%20-%20GEA/Documents/Arduino","additionalUrls":[],"network":"none","locale":"en"}
2023-08-30T07:24:12.711Z config INFO Validating the CLI configuration...
2023-08-30T07:24:12.711Z config INFO The CLI config is valid.
2023-08-30T07:24:12.711Z config INFO <<< Initialized the CLI configuration.
2023-08-30T07:24:12.722Z root INFO Resolve plugins list: 77.7 ms [Finished 1.617 s after backend start]
2023-08-30T07:24:12.725Z root INFO Deployed backend plugin "[email protected]" from "C:\Users\Draeby.Pe\AppData\Local\Programs\arduino-ide\resources\app\plugins\cortex-debug\extension\dist\extension.js": 3.5 ms [Finished 1.621 s after backend start]
2023-08-30T07:24:12.728Z root INFO Deployed backend plugin "[email protected]" from "C:\Users\Draeby.Pe\AppData\Local\Programs\arduino-ide\resources\app\plugins\vscode-arduino-tools\extension\dist\bundle": 3.1 ms [Finished 1.624 s after backend start]
2023-08-30T07:24:12.735Z root INFO Deployed backend plugin "[email protected]" from "C:\Users\Draeby.Pe\AppData\Local\Programs\arduino-ide\resources\app\plugins\vscode-builtin-cpp\extension": 6.3 ms [Finished 1.631 s after backend start]
2023-08-30T07:24:12.736Z root INFO Deployed backend plugin "[email protected]" from "C:\Users\Draeby.Pe\AppData\Local\Programs\arduino-ide\resources\app\plugins\vscode-builtin-json\extension": 1.6 ms [Finished 1.632 s after backend start]
2023-08-30T07:24:12.737Z root INFO Deployed backend plugin "[email protected]" from "C:\Users\Draeby.Pe\AppData\Local\Programs\arduino-ide\resources\app\plugins\vscode-builtin-json-language-features\extension\client\dist\jsonMain": 0.5 ms [Finished 1.633 s after backend start]
2023-08-30T07:24:12.792Z root INFO Deployed backend plugin "[email protected]" from "C:\Users\Draeby.Pe\AppData\Local\Programs\arduino-ide\resources\app\plugins\vscode-language-pack-bg\extension": 55.2 ms [Finished 1.688 s after backend start]
2023-08-30T07:24:12.813Z daemon INFO INFO[0000] Using config file: c:\Users\Draeby.Pe\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.3
INFO[0000] Executing `arduino-cli daemon`
Daemon is now listening on 127.0.0.1:59438
{"IP":"127.0.0.1","Port":"59438"}
2023-08-30T07:24:12.813Z daemon INFO Daemon is running.
2023-08-30T07:24:12.873Z root INFO Deployed backend plugin "[email protected]" from "C:\Users\Draeby.Pe\AppData\Local\Programs\arduino-ide\resources\app\plugins\vscode-language-pack-cs\extension": 81.2 ms [Finished 1.769 s after backend start]
2023-08-30T07:24:12.878Z daemon INFO INFO[0000] Loading hardware from: C:\Users\Draeby.Pe\AppData\Local\Arduino15\packages
2023-08-30T07:24:12.962Z root INFO Deployed backend plugin "[email protected]" from "C:\Users\Draeby.Pe\AppData\Local\Programs\arduino-ide\resources\app\plugins\vscode-language-pack-de\extension": 89.2 ms [Finished 1.858 s after backend start]
2023-08-30T07:24:12.964Z root ERROR Detected an error response during the gRPC core client initialization: code: 9, message: Loading index file: loading json index file C:\Users\Draeby.Pe\AppData\Local\Arduino15\package_index.json: open C:\Users\Draeby.Pe\AppData\Local\Arduino15\package_index.json: The system cannot find the file specified.
2023-08-30T07:24:12.965Z root ERROR Detected an error response during the gRPC core client initialization: code: 9, message: Error loading hardware platform: discovery builtin:serial-discovery not found
2023-08-30T07:24:12.966Z root ERROR Detected an error response during the gRPC core client initialization: code: 9, message: Error loading hardware platform: discovery builtin:mdns-discovery not found
2023-08-30T07:24:12.967Z root ERROR Detected an error response during the gRPC core client initialization: code: 9, message: Loading index file: reading library_index.json: open C:\Users\Draeby.Pe\AppData\Local\Arduino15\library_index.json: The system cannot find the file specified.
2023-08-30T07:24:12.969Z root ERROR The primary packages indexes are missing. Running indexes update before initializing the core gRPC client
2023-08-30T07:24:12.970Z daemon INFO INFO[0000] Loading libraries index file index="C:\\Users\\Draeby.Pe\\AppData\\Local\\Arduino15\\library_index.json"
INFO[0000] Adding libraries dir dir="C:\\Users\\Draeby.Pe\\AppData\\Local\\Arduino15\\libraries" location=ide
INFO[0000] Adding libraries dir dir="C:\\Users\\Draeby.Pe\\OneDrive - GEA\\Documents\\Arduino\\libraries" location=user
2023-08-30T07:24:12.971Z daemon INFO INFO[0000] Updating libraries index
INFO[0000] Updating index url="https://downloads.arduino.cc/packages/package_index.tar.bz2"
2023-08-30T07:24:12.972Z root INFO core-client-provider [platform-index]
2023-08-30T07:24:12.972Z daemon INFO INFO[0000] Starting download url="https://downloads.arduino.cc/packages/package_index.tar.bz2"
INFO[0000] Starting download url="https://downloads.arduino.cc/libraries/library_index.tar.bz2"
2023-08-30T07:24:12.973Z root INFO core-client-provider [library-index]
2023-08-30T07:24:13.026Z root INFO Deployed backend plugin "[email protected]" from "C:\Users\Draeby.Pe\AppData\Local\Programs\arduino-ide\resources\app\plugins\vscode-language-pack-es\extension": 64.0 ms [Finished 1.922 s after backend start]
2023-08-30T07:24:13.061Z root INFO Deployed backend plugin "[email protected]" from "C:\Users\Draeby.Pe\AppData\Local\Programs\arduino-ide\resources\app\plugins\vscode-language-pack-fr\extension": 34.2 ms [Finished 1.957 s after backend start]
2023-08-30T07:24:13.086Z root INFO Deployed backend plugin "[email protected]" from "C:\Users\Draeby.Pe\AppData\Local\Programs\arduino-ide\resources\app\plugins\vscode-language-pack-hu\extension": 25.4 ms [Finished 1.982 s after backend start]
2023-08-30T07:24:13.123Z root INFO Deployed backend plugin "[email protected]" from "C:\Users\Draeby.Pe\AppData\Local\Programs\arduino-ide\resources\app\plugins\vscode-language-pack-it\extension": 36.3 ms [Finished 2.018 s after backend start]
2023-08-30T07:24:13.161Z root INFO Deployed backend plugin "[email protected]" from "C:\Users\Draeby.Pe\AppData\Local\Programs\arduino-ide\resources\app\plugins\vscode-language-pack-ja\extension": 38.1 ms [Finished 2.057 s after backend start]
2023-08-30T07:24:13.198Z root INFO Deployed backend plugin "[email protected]" from "C:\Users\Draeby.Pe\AppData\Local\Programs\arduino-ide\resources\app\plugins\vscode-language-pack-ko\extension": 37.3 ms [Finished 2.094 s after backend start]
2023-08-30T07:24:13.213Z root INFO Deployed backend plugin "[email protected]" from "C:\Users\Draeby.Pe\AppData\Local\Programs\arduino-ide\resources\app\plugins\vscode-language-pack-nl\extension": 15.1 ms [Finished 2.109 s after backend start]
2023-08-30T07:24:13.246Z root INFO Deployed backend plugin "[email protected]" from "C:\Users\Draeby.Pe\AppData\Local\Programs\arduino-ide\resources\app\plugins\vscode-language-pack-pl\extension": 33.0 ms [Finished 2.142 s after backend start]
2023-08-30T07:24:13.283Z root INFO Deployed backend plugin "[email protected]" from "C:\Users\Draeby.Pe\AppData\Local\Programs\arduino-ide\resources\app\plugins\vscode-language-pack-pt-BR\extension": 36.5 ms [Finished 2.179 s after backend start]
2023-08-30T07:24:13.321Z root INFO Deployed backend plugin "[email protected]" from "C:\Users\Draeby.Pe\AppData\Local\Programs\arduino-ide\resources\app\plugins\vscode-language-pack-ru\extension": 38.2 ms [Finished 2.217 s after backend start]
2023-08-30T07:24:13.358Z root INFO Deployed backend plugin "[email protected]" from "C:\Users\Draeby.Pe\AppData\Local\Programs\arduino-ide\resources\app\plugins\vscode-language-pack-tr\extension": 37.2 ms [Finished 2.254 s after backend start]
2023-08-30T07:24:13.385Z root INFO Deployed backend plugin "[email protected]" from "C:\Users\Draeby.Pe\AppData\Local\Programs\arduino-ide\resources\app\plugins\vscode-language-pack-uk\extension": 27.0 ms [Finished 2.281 s after backend start]
2023-08-30T07:24:13.416Z root INFO Deployed backend plugin "[email protected]" from "C:\Users\Draeby.Pe\AppData\Local\Programs\arduino-ide\resources\app\plugins\vscode-language-pack-zh-hans\extension": 31.2 ms [Finished 2.312 s after backend start]
2023-08-30T07:24:13.417Z root INFO Deploy plugins list: 77.7 ms [Finished 2.313 s after backend start]
Opening channel for service path '/services/electron-window-ext'.
Opening channel for service path '/services/electron-window'.
Opening channel for service path '/services/ide-updater'.
2023-08-30T07:24:14.041Z root WARN Frontend a.configure took longer than the expected maximum 100 milliseconds: 154.0 ms [Finished 1.329 s after frontend start]
2023-08-30T07:24:55.099Z root ERROR Failed to update platform, library indexes.
2023-08-30T07:24:55.100Z daemon INFO INFO[0042] Loading hardware from: C:\Users\Draeby.Pe\AppData\Local\Arduino15\packages
2023-08-30T07:24:55.101Z root ERROR Detected an error response during the gRPC core client initialization: code: 9, message: Loading index file: loading json index file C:\Users\Draeby.Pe\AppData\Local\Arduino15\package_index.json: open C:\Users\Draeby.Pe\AppData\Local\Arduino15\package_index.json: The system cannot find the file specified.
2023-08-30T07:24:55.101Z root ERROR Detected an error response during the gRPC core client initialization: code: 9, message: Error loading hardware platform: discovery builtin:serial-discovery not found
2023-08-30T07:24:55.101Z root ERROR Detected an error response during the gRPC core client initialization: code: 9, message: Error loading hardware platform: discovery builtin:mdns-discovery not found
2023-08-30T07:24:55.102Z daemon INFO INFO[0042] Loading libraries index file index="C:\\Users\\Draeby.Pe\\AppData\\Local\\Arduino15\\library_index.json"
INFO[0042] Adding libraries dir dir="C:\\Users\\Draeby.Pe\\AppData\\Local\\Arduino15\\libraries" location=ide
INFO[0042] Adding libraries dir dir="C:\\Users\\Draeby.Pe\\OneDrive - GEA\\Documents\\Arduino\\libraries" location=user
2023-08-30T07:24:55.102Z root ERROR Detected an error response during the gRPC core client initialization: code: 9, message: Loading index file: reading library_index.json: open C:\Users\Draeby.Pe\AppData\Local\Arduino15\library_index.json: The system cannot find the file specified.
2023-08-30T07:24:55.103Z root ERROR Uncaught Exception:
2023-08-30T07:24:55.103Z root ERROR Error: The index of the cores and libraries must be updated before initializing the core gRPC client.
The following problems were detected during the gRPC client initialization:
[platform-index] - code: 9, message: Loading index file: loading json index file C:\Users\Draeby.Pe\AppData\Local\Arduino15\package_index.json: open C:\Users\Draeby.Pe\AppData\Local\Arduino15\package_index.json: The system cannot find the file specified.
[platform-index] - code: 9, message: Error loading hardware platform: discovery builtin:serial-discovery not found
[platform-index] - code: 9, message: Error loading hardware platform: discovery builtin:mdns-discovery not found
[library-index] - code: 9, message: Loading index file: reading library_index.json: open C:\Users\Draeby.Pe\AppData\Local\Arduino15\library_index.json: The system cannot find the file specified.
at isIndexUpdateRequiredBeforeInit (C:\Users\Draeby.Pe\AppData\Local\Programs\arduino-ide\resources\app\node_modules\arduino-ide-extension\lib\node\core-client-provider.js:388:11)
at CoreClientProvider.evaluateErrorStatus (C:\Users\Draeby.Pe\AppData\Local\Programs\arduino-ide\resources\app\node_modules\arduino-ide-extension\lib\node\core-client-provider.js:200:16)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at async ClientReadableStreamImpl.<anonymous> (C:\Users\Draeby.Pe\AppData\Local\Programs\arduino-ide\resources\app\node_modules\arduino-ide-extension\lib\node\core-client-provider.js:184:31)
[19856:0830/092611.469:ERROR:gpu_init.cc(453)] Passthrough is not supported, GL is disabled, ANGLE is
Closing channel on service path '/services/electron-window-ext'.
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.
Any suggestions?