IDE won't start after update to 2.2.0

Any solutions?

Updated today to 2.2.0 on win 10. NO START. reupdate, reinstall, restart... only logo keeps pumping in the main window.

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

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.
  5. From the context menu, click "Open PowerShell window here".
    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. Right click on the title bar of the PowerShell window.
    This will open a context menu.
  11. Select Edit > Select All from the context menu.
    This will select all the text in the PowerShell window.
  12. Press Ctrl+C.
    This will copy the contents of the PowerShell window to the clipboard.
  13. Open a forum reply here by clicking the Reply button.
  14. 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 tags icon on toolbar
  15. Press Ctrl+V.
    This will paste the output into the code block.
  16. Move the cursor outside of the code block markup before you add any additional text to your reply.
  17. Click the Reply button to post the output.

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

Hi, I'm having the same problem. I had created another thread with my PowerShell output so I won't hijack OP's post.

After 2.2 installed, it immediately wanted to install 2.2.1. See if that window is in the background.

PS C:\Users\mgryn\AppData\Local\Programs\Arduino IDE> & ".\Arduino IDE"
PS C:\Users\mgryn\AppData\Local\Programs\Arduino IDE> & ".\Arduino IDE"[29948:0901/102102.854:ERROR:gpu_init.cc(523)] Passthrough is not supported, GL is disabled, ANGLE is
Checking for frontend application configuration customizations. Module path: C:\Users\mgryn\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\electron-main.js, destination 'package.json': C:\Users\mgryn\AppData\Local\Programs\Arduino IDE\resources\app\package.json
Setting 'theia.frontend.config.appVersion' application configuration value to: "2.2.0" (type of string)
Setting 'theia.frontend.config.cliVersion' application configuration value to: "0.34.0" (type of string)
Setting 'theia.frontend.config.buildDate' application configuration value to: "2023-08-29T09:42:31.244Z" (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.2.0","cliVersion":"0.34.0","buildDate":"2023-08-29T09:42:31.244Z"}
Starting backend process. PID: 29160
Using browser-only version of superagent in non-browser environment
Configuration directory URI: 'file:///c%3A/Users/mgryn/.arduinoIDE'
Configuring to accept webviews on '^.+\.webview\..+$' hostname.
2023-09-01T08:19:03.102Z root INFO Backend Object.initialize: 2.4 ms [Finished 0.331 s after backend start]
2023-09-01T08:19:03.102Z root INFO Backend Object.configure: 2.0 ms [Finished 0.331 s after backend start]
2023-09-01T08:19:03.102Z root INFO Backend a.onStart: 0.7 ms [Finished 0.331 s after backend start]
2023-09-01T08:19:03.103Z root INFO Backend a.configure: 0.2 ms [Finished 0.345 s after backend start]
2023-09-01T08:19:03.103Z root INFO Backend u.onStart: 0.1 ms [Finished 0.345 s after backend start]
2023-09-01T08:19:03.104Z root INFO Backend d.configure: 0.0 ms [Finished 0.345 s after backend start]
2023-09-01T08:19:03.104Z root INFO Backend d.initialize: 13.7 ms [Finished 0.345 s after backend start]
2023-09-01T08:19:03.104Z root INFO Backend c.onStart: 0.1 ms [Finished 0.345 s after backend start]
2023-09-01T08:19:03.105Z root INFO Backend s.configure: 0.7 ms [Finished 0.346 s after backend start]
2023-09-01T08:19:03.105Z config INFO >>> Initializing CLI configuration...
2023-09-01T08:19:03.105Z root INFO Backend c.initialize: 0.2 ms [Finished 0.346 s after backend start]
2023-09-01T08:19:03.106Z root INFO Backend P.onStart: 0.4 ms [Finished 0.346 s after backend start]
2023-09-01T08:19:03.106Z config INFO Loading CLI configuration from c:\Users\mgryn\.arduinoIDE\arduino-cli.yaml...
2023-09-01T08:19:03.106Z daemon INFO Starting daemon from C:\Users\mgryn\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2023-09-01T08:19:03.106Z root INFO Backend s.initialize: 0.2 ms [Finished 0.347 s after backend start]
2023-09-01T08:19:03.106Z root INFO Backend w.onStart: 0.7 ms [Finished 0.347 s after backend start]
2023-09-01T08:19:03.106Z root INFO Backend r.configure: 1.2 ms [Finished 0.347 s after backend start]
2023-09-01T08:19:03.107Z discovery-log INFO start
2023-09-01T08:19:03.107Z discovery-log INFO start new deferred
2023-09-01T08:19:03.107Z root INFO Backend d.initialize: 0.2 ms [Finished 0.348 s after backend start]
2023-09-01T08:19:03.107Z root INFO Backend y.onStart: 1.0 ms [Finished 0.349 s after backend start]
2023-09-01T08:19:03.108Z root INFO Backend r.configure: 1.0 ms [Finished 0.349 s after backend start]
2023-09-01T08:19:03.108Z root INFO Backend s.onStart: 0.3 ms [Finished 0.350 s after backend start]
2023-09-01T08:19:03.109Z root INFO Backend h.configure: 0.3 ms [Finished 0.350 s after backend start]
2023-09-01T08:19:03.109Z root INFO Backend a.configure: 0.8 ms [Finished 0.350 s after backend start]
2023-09-01T08:19:03.109Z root INFO Backend s.configure: 0.0 ms [Finished 0.351 s after backend start]
2023-09-01T08:19:03.109Z root INFO Backend l.configure: 0.0 ms [Finished 0.352 s after backend start]
2023-09-01T08:19:03.111Z root INFO Theia app listening on http://localhost:37187.
2023-09-01T08:19:03.112Z root INFO Finished starting backend application: 4.7 ms [Finished 0.354 s after backend start]
2023-09-01T08:19:03.113Z root WARN The local plugin referenced by local-dir:/c%3A/Users/mgryn/.arduinoIDE/plugins does not exist.
2023-09-01T08:19:03.113Z root WARN The local plugin referenced by local-dir:/c%3A/Users/mgryn/.arduinoIDE/extensions does not exist.
2023-09-01T08:19:03.113Z root WARN The local plugin referenced by local-dir:C:\Users\mgryn\.arduinoIDE\plugins does not exist.
Restoring workspace roots: c:\Users\mgryn\OneDrive\Skrivebord\arduino\PROJECT\SMTH that works\TRANSMITTEr\TRANSMITTEr.ino
isTempSketch: false. Input was c:\Users\mgryn\OneDrive\Skrivebord\arduino\PROJECT\SMTH that works\TRANSMITTEr\TRANSMITTEr.ino
2023-09-01T08:19:03.206Z config INFO Loaded CLI configuration: {"board_manager":{"additional_urls":["http://arduino.esp8266.com/stable/package_esp8266com_index.json","https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json"]},"build_cache":{"compilations_before_purge":10,"ttl":"720h0m0s"},"daemon":{"port":"50051"},"directories":{"builtin":{"libraries":"C:\\Users\\mgryn\\AppData\\Local\\Arduino15\\libraries"},"data":"c:\\Users\\mgryn\\AppData\\Local\\Arduino15","downloads":"C:\\Users\\mgryn\\AppData\\Local\\Arduino15\\staging","user":"c:\\Users\\mgryn\\OneDrive\\Dokumenter\\Arduino"},"library":{"enable_unsafe_install":false},"locale":"en","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-09-01T08:19:03.206Z config INFO 'directories.data' and 'directories.user' are set in the CLI configuration model.
2023-09-01T08:19:03.207Z config INFO Loaded the CLI configuration.
2023-09-01T08:19:03.209Z config INFO Mapped the CLI configuration: {"dataDirUri":"file:///c%3A/Users/mgryn/AppData/Local/Arduino15","sketchDirUri":"file:///c%3A/Users/mgryn/OneDrive/Dokumenter/Arduino","additionalUrls":["http://arduino.esp8266.com/stable/package_esp8266com_index.json","https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json"],"network":"none","locale":"en"}
2023-09-01T08:19:03.209Z config INFO Validating the CLI configuration...
2023-09-01T08:19:03.210Z config INFO The CLI config is valid.
2023-09-01T08:19:03.210Z config INFO <<< Initialized the CLI configuration.
2023-09-01T08:19:03.215Z root INFO Resolve plugins list: 109.3 ms [Finished 0.458 s after backend start]
2023-09-01T08:19:03.258Z daemon INFO time="2023-09-01T10:19:03+02:00" level=info msg="Using config file: c:\\Users\\mgryn\\.arduinoIDE\\arduino-cli.yaml"
time="2023-09-01T10:19:03+02:00" level=info msg="arduino-cli.exe version 0.34.0"
time="2023-09-01T10:19:03+02:00" level=info msg="Executing `arduino-cli daemon`"
Daemon is now listening on 127.0.0.1:37188
{"IP":"127.0.0.1","Port":"37188"}
2023-09-01T08:19:03.258Z daemon INFO Daemon is running.
2023-09-01T08:19:03.587Z daemon INFO time="2023-09-01T10:19:03+02:00" level=info msg="Checking signature" index="c:\\Users\\mgryn\\AppData\\Local\\Arduino15\\package_index.json" signatureFile="c:\\Users\\mgryn\\AppData\\Local\\Arduino15\\package_index.json.sig" trusted=true
time="2023-09-01T10:19:03+02:00" level=info msg="Missing signature file" index="c:\\Users\\mgryn\\AppData\\Local\\Arduino15\\package_esp8266com_index.json"
time="2023-09-01T10:19:03+02:00" level=info msg="Missing signature file" index="c:\\Users\\mgryn\\AppData\\Local\\Arduino15\\package_esp32_index.json"
time="2023-09-01T10:19:03+02:00" level=info msg="Loading hardware from: c:\\Users\\mgryn\\AppData\\Local\\Arduino15\\packages"
time="2023-09-01T10:19:03+02:00" level=info msg="Loading package arduino from: C:\\Users\\mgryn\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware"
time="2023-09-01T10:19:03+02:00" level=info msg="Missing signature file" index="C:\\Users\\mgryn\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\installed.json"
time="2023-09-01T10:19:03+02:00" level=info msg="Adding monitor tool" protocol=serial tool="builtin:serial-monitor"
time="2023-09-01T10:19:03+02:00" level=info msg="Loaded platform" platform="arduino:avr@1.8.6"
time="2023-09-01T10:19:03+02:00" level=info msg="Missing signature file" index="C:\\Users\\mgryn\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.11\\installed.json"
time="2023-09-01T10:19:03+02:00" level=info msg="Adding monitor tool" protocol=serial tool="builtin:serial-monitor"
time="2023-09-01T10:19:03+02:00" level=info msg="Loaded platform" platform="arduino:esp32@2.0.11"
time="2023-09-01T10:19:03+02:00" level=info msg="Checking existence of 'tools' path: C:\\Users\\mgryn\\AppData\\Local\\Arduino15\\packages\\arduino\\tools"
time="2023-09-01T10:19:03+02:00" level=info msg="Loading tools from dir: C:\\Users\\mgryn\\AppData\\Local\\Arduino15\\packages\\arduino\\tools"
time="2023-09-01T10:19:03+02:00" level=info msg="Loaded tool" tool="arduino:arduinoOTA@1.3.0"
time="2023-09-01T10:19:03+02:00" level=info msg="Loaded tool" tool="arduino:avr-gcc@7.3.0-atmel3.6.1-arduino7"
time="2023-09-01T10:19:03+02:00" level=info msg="Loaded tool" tool="arduino:avrdude@6.3.0-arduino17"
time="2023-09-01T10:19:03+02:00" level=info msg="Loaded tool" tool="arduino:dfu-util@0.11.0-arduino5"
time="2023-09-01T10:19:03+02:00" level=info msg="Loading package builtin from: C:\\Users\\mgryn\\AppData\\Local\\Arduino15\\packages\\builtin"
time="2023-09-01T10:19:03+02:00" level=info msg="Checking existence of 'tools' path: C:\\Users\\mgryn\\AppData\\Local\\Arduino15\\packages\\builtin\\tools"
time="2023-09-01T10:19:03+02:00" level=info msg="Loading tools from dir: C:\\Users\\mgryn\\AppData\\Local\\Arduino15\\packages\\builtin\\tools"
time="2023-09-01T10:19:03+02:00" level=info msg="Loaded tool" tool="builtin:ctags@5.8-arduino11"
time="2023-09-01T10:19:03+02:00" level=info msg="Loaded tool" tool="builtin:dfu-discovery@0.1.2"
time="2023-09-01T10:19:03+02:00" level=info msg="Loaded tool" tool="builtin:mdns-discovery@1.0.9"
time="2023-09-01T10:19:03+02:00" level=info msg="Loaded tool" tool="builtin:serial-discovery@1.4.0"
time="2023-09-01T10:19:03+02:00" level=info msg="Loaded tool" tool="builtin:serial-monitor@0.13.0"
time="2023-09-01T10:19:03+02:00" level=info msg="Loading package esp32 from: C:\\Users\\mgryn\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware"
time="2023-09-01T10:19:03+02:00" level=info msg="Missing signature file" index="C:\\Users\\mgryn\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware\\esp32\\2.0.11\\installed.json"
time="2023-09-01T10:19:03+02:00" level=info msg="Adding monitor tool" protocol=serial tool="builtin:serial-monitor"
time="2023-09-01T10:19:03+02:00" level=info msg="Loaded platform" platform="esp32:esp32@2.0.11"
time="2023-09-01T10:19:03+02:00" level=info msg="Checking existence of 'tools' path: C:\\Users\\mgryn\\AppData\\Local\\Arduino15\\packages\\esp32\\tools"
time="2023-09-01T10:19:03+02:00" level=info msg="Loading tools from dir: C:\\Users\\mgryn\\AppData\\Local\\Arduino15\\packages\\esp32\\tools"
time="2023-09-01T10:19:03+02:00" level=info msg="Loaded tool" tool="esp32:esptool_py@4.5.1"
time="2023-09-01T10:19:03+02:00" level=info msg="Loaded tool" tool="esp32:mklittlefs@3.0.0-gnu12-dc7f933"
time="2023-09-01T10:19:03+02:00" level=info msg="Loaded tool" tool="esp32:mkspiffs@0.2.3"
time="2023-09-01T10:19:03+02:00" level=info msg="Loaded tool" tool="esp32:openocd-esp32@v0.11.0-esp32-20221026"
time="2023-09-01T10:19:03+02:00" level=info msg="Loaded tool" tool="esp32:riscv32-esp-elf-gcc@esp-2021r2-patch5-8.4.0"
time="2023-09-01T10:19:03+02:00" level=info msg="Loaded tool" tool="esp32:riscv32-esp-elf-gdb@11.2_20220823"
time="2023-09-01T10:19:03+02:00" level=info msg="Loaded tool" tool="esp32:xtensa-esp-elf-gdb@11.2_20220823"
time="2023-09-01T10:19:03+02:00" level=info msg="Loaded tool" tool="esp32:xtensa-esp32-elf-gcc@esp-2021r2-patch5-8.4.0"
time="2023-09-01T10:19:03+02:00" level=info msg="Loaded tool" tool="esp32:xtensa-esp32s2-elf-gcc@esp-2021r2-patch5-8.4.0"
time="2023-09-01T10:19:03+02:00" level=info msg="Loaded tool" tool="esp32:xtensa-esp32s3-elf-gcc@esp-2021r2-patch5-8.4.0"
time="2023-09-01T10:19:03+02:00" level=info msg="Adding libraries dir" dir="C:\\Users\\mgryn\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.11\\libraries" location=platform
time="2023-09-01T10:19:03+02:00" level=info msg="Adding libraries dir" dir="C:\\Users\\mgryn\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\libraries" location=platform
time="2023-09-01T10:19:03+02:00" level=info msg="Adding libraries dir" dir="C:\\Users\\mgryn\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware\\esp32\\2.0.11\\libraries" location=platform
time="2023-09-01T10:19:03+02:00" level=info msg="Loading libraries index file" index="c:\\Users\\mgryn\\AppData\\Local\\Arduino15\\library_index.json"
time="2023-09-01T10:19:03+02:00" level=info msg="Adding libraries dir" dir="C:\\Users\\mgryn\\AppData\\Local\\Arduino15\\libraries" location=ide
time="2023-09-01T10:19:03+02:00" level=info msg="Adding libraries dir" dir="c:\\Users\\mgryn\\OneDrive\\Dokumenter\\Arduino\\libraries" location=user
2023-09-01T08:19:04.066Z discovery-log INFO start request start watch
2023-09-01T08:19:04.066Z discovery-log INFO start requested start watch
2023-09-01T08:19:04.067Z discovery-log INFO start resolved watching
2023-09-01T08:19:04.305Z daemon INFO time="2023-09-01T10:19:04+02:00" level=info msg="starting discovery builtin:serial-discovery process"
time="2023-09-01T10:19:04+02:00" level=info msg="starting discovery builtin:dfu-discovery process"
time="2023-09-01T10:19:04+02:00" level=info msg="starting discovery builtin:mdns-discovery process"
time="2023-09-01T10:19:04+02:00" level=info msg="started discovery builtin:serial-discovery process"
time="2023-09-01T10:19:04+02:00" level=info msg="started discovery builtin:dfu-discovery process"
time="2023-09-01T10:19:04+02:00" level=info msg="sending command HELLO 1 \"arduino-cli 0.34.0\" to discovery builtin:dfu-discovery"
time="2023-09-01T10:19:04+02:00" level=info msg="sending command HELLO 1 \"arduino-cli 0.34.0\" to discovery builtin:serial-discovery"
time="2023-09-01T10:19:04+02:00" level=info msg="from discovery builtin:serial-discovery received message type: hello, message: OK, protocol version: 1"
time="2023-09-01T10:19:04+02:00" level=info msg="sending command START_SYNC to discovery builtin:serial-discovery"
time="2023-09-01T10:19:04+02:00" level=info msg="from discovery builtin:serial-discovery received message type: start_sync, message: OK"
time="2023-09-01T10:19:04+02:00" level=info msg="from discovery builtin:dfu-discovery received message type: hello, message: OK, protocol version: 1"
time="2023-09-01T10:19:04+02:00" level=info msg="sending command START_SYNC to discovery builtin:dfu-discovery"
time="2023-09-01T10:19:04+02:00" level=info msg="from discovery builtin:dfu-discovery received message type: start_sync, message: OK"
time="2023-09-01T10:19:04+02:00" level=info msg="from discovery builtin:serial-discovery received message type: add, port: COM1"
time="2023-09-01T10:19:04+02:00" level=info msg="started discovery builtin:mdns-discovery process"
time="2023-09-01T10:19:04+02:00" level=info msg="sending command HELLO 1 \"arduino-cli 0.34.0\" to discovery builtin:mdns-discovery"
time="2023-09-01T10:19:04+02:00" level=info msg="from discovery builtin:mdns-discovery received message type: hello, message: OK, protocol version: 1"
time="2023-09-01T10:19:04+02:00" level=info msg="sending command START_SYNC to discovery builtin:mdns-discovery"
time="2023-09-01T10:19:04+02:00" level=info msg="from discovery builtin:mdns-discovery received message type: start_sync, message: OK"
2023-09-01T08:19:04.307Z discovery-log INFO {"eventType":"add","port":{"matchingBoardsList":[],"port":{"address":"COM1","label":"COM1","protocol":"serial","protocolLabel":"Serial Port","propertiesMap":[],"hardwareId":""}},"error":""}
2023-09-01T08:19:07.300Z root INFO Deploy plugins list: 109.3 ms [Finished 4.544 s after backend start]
Opening channel for service path '/services/electron-window'.
Opening channel for service path '/services/ide-updater'.

I attached copy. I hope it can shed some light. I totally green in this, so I a bit unsure

Could be related to Stuck at loading screen · Issue #12751 · eclipse-theia/theia · GitHub.
Do you mind trying to launch the IDE from the terminal with the following:
.\Arduino IDE --hostname ::

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.