Continuing the discussion from Arduino ide 2.3.3 blank screen:
Apologies for hijacking the topic, but I'm unable to create a new topic. I have exactly the same issue with blank screen when loading freshly deployed 2.3.3 Arduino app.
I'm an IT admin and I've received a request to install the newest Arduino along with some libraries in few workshops. I've use SCCM to deploy the .msi and if I try to open it as "User" i get the white windows of nothing ![]()
here's the output from Powershell:
Windows PowerShell
Copyright (C) Microsoft Corporation. All rights reserved.
Install the latest PowerShell for new features and improvements! https://aka.ms/PSWindows
PS C:\program files> cd "C:\Program Files\arduino-ide\"
PS C:\Program Files\arduino-ide> & ".\Arduino IDE"
PS C:\Program Files\arduino-ide>
Arduino IDE 2.3.3
Checking for frontend application configuration customizations. Module path: C:\Program Files\arduino-ide\resources\app\lib\backend\electron-main.js, destination 'package.json': C:\Program Files\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: 15516
Using browser-only version of superagent in non-browser environment
Configuration directory URI: 'file:///c%3A/Users/ezuralski/.arduinoIDE'
Configuring to accept webviews on '^.+\.webview\..+$' hostname.
2024-10-14T09:46:08.172Z root INFO Backend Object.initialize: 3.9 ms [Finished 0.691 s after backend start]
2024-10-14T09:46:08.175Z root INFO Backend Object.configure: 3.2 ms [Finished 0.691 s after backend start]
2024-10-14T09:46:08.175Z root INFO Backend a.onStart: 1.7 ms [Finished 0.691 s after backend start]
2024-10-14T09:46:08.176Z root INFO Backend a.configure: 0.5 ms [Finished 0.725 s after backend start]
2024-10-14T09:46:08.176Z root INFO Backend d.onStart: 0.2 ms [Finished 0.725 s after backend start]
2024-10-14T09:46:08.177Z root INFO Backend d.configure: 0.1 ms [Finished 0.725 s after backend start]
2024-10-14T09:46:08.178Z root INFO Backend d.initialize: 33.9 ms [Finished 0.726 s after backend start]
2024-10-14T09:46:08.178Z root INFO Backend c.onStart: 0.3 ms [Finished 0.726 s after backend start]
2024-10-14T09:46:08.179Z root INFO Backend s.configure: 3.1 ms [Finished 0.729 s after backend start]
2024-10-14T09:46:08.181Z config INFO >>> Initializing CLI configuration...
2024-10-14T09:46:08.181Z root INFO Backend c.initialize: 0.5 ms [Finished 0.729 s after backend start]
2024-10-14T09:46:08.181Z root INFO Backend x.onStart: 0.7 ms [Finished 0.729 s after backend start]
2024-10-14T09:46:08.182Z config INFO Loading CLI configuration from c:\Users\ezuralski\.arduinoIDE\arduino-cli.yaml...
2024-10-14T09:46:08.182Z daemon INFO Starting daemon from C:\Program Files\arduino-ide\resources\app\lib\backend\resources\arduino-cli.exe...
2024-10-14T09:46:08.182Z root INFO Backend s.initialize: 0.4 ms [Finished 0.730 s after backend start]
2024-10-14T09:46:08.182Z root INFO Backend w.onStart: 1.4 ms [Finished 0.731 s after backend start]
2024-10-14T09:46:08.182Z root INFO Backend r.configure: 2.1 ms [Finished 0.732 s after backend start]
2024-10-14T09:46:08.183Z discovery-log INFO start
2024-10-14T09:46:08.183Z discovery-log INFO start new deferred
2024-10-14T09:46:08.183Z root INFO Backend d.initialize: 0.5 ms [Finished 0.732 s after backend start]
2024-10-14T09:46:08.183Z root INFO Backend y.onStart: 2.0 ms [Finished 0.734 s after backend start]
2024-10-14T09:46:08.183Z root INFO Backend r.configure: 1.7 ms [Finished 0.734 s after backend start]
2024-10-14T09:46:08.183Z root INFO Backend s.onStart: 0.6 ms [Finished 0.736 s after backend start]
2024-10-14T09:46:08.183Z root INFO Backend h.configure: 0.5 ms [Finished 0.736 s after backend start]
2024-10-14T09:46:08.183Z root INFO Backend a.configure: 0.2 ms [Finished 0.736 s after backend start]
2024-10-14T09:46:08.183Z root INFO Backend l.configure: 0.1 ms [Finished 0.736 s after backend start]
2024-10-14T09:46:08.209Z root INFO Theia app listening on http://127.0.0.1:52815.
2024-10-14T09:46:08.209Z root INFO Finished starting backend application: 26.3 ms [Finished 0.762 s after backend start]
2024-10-14T09:46:08.849Z root WARN The local plugin referenced by local-dir:/c%3A/Users/ezuralski/.arduinoIDE/plugins does not exist.
2024-10-14T09:46:08.849Z root WARN The local plugin referenced by local-dir:/c%3A/Users/ezuralski/.arduinoIDE/extensions does not exist.
2024-10-14T09:46:08.849Z root WARN The local plugin referenced by local-dir:C:\Users\ezuralski\.arduinoIDE\plugins does not exist.
2024-10-14T09:46:08.885Z config INFO Loaded CLI configuration: {"board_manager":{"additional_urls":[]}}
2024-10-14T09:46:08.885Z config INFO Loading fallback CLI configuration to get 'directories.data' and 'directories.user'
2024-10-14T09:46:08.951Z root INFO Resolve plugins list: 769.6 ms [Finished 1.504 s after backend start]
2024-10-14T09:46:10.857Z daemon INFO time="2024-10-14T10:46:10+01:00" level=info msg="arduino-cli version 1.0.4"
2024-10-14T09:46:10.860Z daemon INFO time="2024-10-14T10:46:10+01:00" level=info msg="Using config file: c:\\Users\\ezuralski\\.arduinoIDE\\arduino-cli.yaml"
2024-10-14T09:46:10.860Z daemon INFO time="2024-10-14T10:46:10+01:00" level=info msg="Executing `arduino-cli daemon`"
2024-10-14T09:46:10.987Z daemon INFO Daemon is now listening on 127.0.0.1:52821
{"IP":"127.0.0.1","Port":"52821"}
2024-10-14T09:46:10.987Z daemon INFO Daemon is running.
2024-10-14T09:46:11.065Z config INFO Loaded fallback CLI configuration: {"directories":{"user":"C:\\Users\\ezuralski\\Documents\\Arduino","data":"C:\\Users\\ezuralski\\AppData\\Local\\Arduino15"}}
2024-10-14T09:46:11.065Z config INFO Merged CLI configuration with the fallback: {"directories":{"user":"C:\\Users\\ezuralski\\Documents\\Arduino","data":"C:\\Users\\ezuralski\\AppData\\Local\\Arduino15"},"board_manager":{"additional_urls":[]}}
2024-10-14T09:46:11.065Z config INFO Loaded the CLI configuration.
2024-10-14T09:46:11.141Z config INFO Mapped the CLI configuration: {"dataDirUri":"file:///c%3A/Users/ezuralski/AppData/Local/Arduino15","sketchDirUri":"file:///c%3A/Users/ezuralski/Documents/Arduino","additionalUrls":[],"network":"none","locale":"en"}
2024-10-14T09:46:11.142Z config INFO Validating the CLI configuration...
2024-10-14T09:46:11.153Z config INFO The CLI config is valid.
2024-10-14T09:46:11.153Z config INFO <<< Initialized the CLI configuration.
2024-10-14T09:46:11.161Z root ERROR Uncaught Exception: Error: 13 INTERNAL: Received RST_STREAM with code 1
2024-10-14T09:46:11.161Z root ERROR Error: 13 INTERNAL: Received RST_STREAM with code 1
at t.callErrorFromStatus (C:\Program Files\arduino-ide\resources\app\lib\backend\main.js:2:912720)
at Object.onReceiveStatus (C:\Program Files\arduino-ide\resources\app\lib\backend\main.js:2:938041)
at Object.onReceiveStatus (C:\Program Files\arduino-ide\resources\app\lib\backend\main.js:2:933919)
at Object.onReceiveStatus (C:\Program Files\arduino-ide\resources\app\lib\backend\main.js:2:933364)
at C:\Program Files\arduino-ide\resources\app\lib\backend\main.js:2:1019505
at process.processTicksAndRejections (node:internal/process/task_queues:77:11)
for call at
at a.makeUnaryRequest (C:\Program Files\arduino-ide\resources\app\lib\backend\main.js:2:937582)
at a.create (C:\Program Files\arduino-ide\resources\app\lib\backend\main.js:2:1004397)
at instance (C:\Program Files\arduino-ide\resources\app\lib\backend\main.js:2:769581)
at new Promise (<anonymous>)
at v.createClient (C:\Program Files\arduino-ide\resources\app\lib\backend\main.js:2:769558)
at v.create (C:\Program Files\arduino-ide\resources\app\lib\backend\main.js:2:768466)
at C:\Program Files\arduino-ide\resources\app\lib\backend\main.js:2:767362
at C:\Program Files\arduino-ide\resources\app\lib\backend\main.js:2:1212097
at i.invoke (C:\Program Files\arduino-ide\resources\app\lib\backend\main.js:2:1212187)
at a.fire (C:\Program Files\arduino-ide\resources\app\lib\backend\main.js:2:1213990)
Opening channel for service path '/services/electron-window'.
Opening channel for service path '/services/ide-updater'.
2024-10-14T09:46:12.100Z root INFO Deploy plugins list: 769.6 ms [Finished 4.653 s after backend start]
2024-10-14T09:46:12.141Z root WARN Frontend a.configure took longer than the expected maximum 100 milliseconds: 484.7 ms [Finished 3.804 s after frontend start]
2024-10-14T09:46:12.151Z root WARN A command editor.action.toggleStickyScroll is already registered.
If someone can help me to sort it I would greatly appreciate it. I don't use Arduino myself so my knowledge is very limited.
I was also asked to pre-deploy these libraries:
BT dabble: Dabble | Arduino Documentation
and
IR remote library(not sure which one exactly, I'm waiting for clarification): ir remote library [Reference] - Arduino Search
Thanks,
Ed
