Open cike-567 opened 2 years ago
Hi @cike-567
The icon of the loading interface is located on the top layer to block other interfaces (Second picture)
This is already being tracked here: https://github.com/arduino/arduino-ide/issues/324 and we have a proposed improvement here: https://github.com/arduino/arduino-ide/pull/717
So we should restrict this issue exclusively to the discussion of the other thing you reported:
After running the program, stop in the loading interface. (First picture)
I'm going to ask you to provide some additional information that might help us to identify the problem.
Please do this:
C:\Program Files\Arduino IDE
or C:\Users\<user name>\AppData\Local\Programs\Arduino IDE
).& ".\Arduino IDE"
.PowerShell 7.2.1
Copyright (c) Microsoft Corporation.
https://aka.ms/powershell
Type 'help' to get help.
PS C:\Users\46143\Downloads\Compressed\arduino-ide_2.0.0-rc3_Windows_64bit> & ".\Arduino IDE"
PS C:\Users\46143\Downloads\Compressed\arduino-ide_2.0.0-rc3_Windows_64bit>
Starting backend process. PID: 816
Using browser-only version of superagent in non-browser environment
Configuring to accept webviews on '^.+\.webview\..+$' hostname.
root INFO Configuration directory URI: 'file:///c%3A/Users/46143/.theia'
root ERROR (node:816) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
root INFO Theia app listening on http://localhost:50053.
root WARN The local plugin referenced by local-dir:/c%3A/Users/46143/.arduinoIDE/plugins does not exist.
root WARN The local plugin referenced by local-dir:/c%3A/Users/46143/.arduinoIDE/extensions does not exist.
root WARN The local plugin referenced by local-dir:C:\Users\46143\.arduinoProIDE\plugins does not exist.
root INFO PluginTheiaDirectoryHandler: accepting plugin with path
root INFO Resolved "cortex-debug" to a VS Code extension "cortex-debug@0.3.10" with engines:
root INFO PluginTheiaDirectoryHandler: accepting plugin with path
root INFO Resolved "vscode-arduino-tools" to a VS Code extension "vscode-arduino-tools@0.0.2-beta.1" with engines:
root INFO PluginTheiaDirectoryHandler: accepting plugin with path
root INFO Resolved "vscode-builtin-cpp" to a VS Code extension "cpp@1.52.1" with engines:
root INFO PluginTheiaDirectoryHandler: accepting plugin with path
root INFO Resolved "vscode-builtin-json" to a VS Code extension "json@1.46.1" with engines:
root INFO PluginTheiaDirectoryHandler: accepting plugin with path
root INFO Resolved "vscode-builtin-json-language-features" to a VS Code extension "json-language-features@1.46.1" with engines:
root INFO Deploying backend plugin "cortex-debug@0.3.10" from "C:\Users\46143\Downloads\Compressed\arduino-ide_2.0.0-rc3_Windows_64bit\resources\app\plugins\cortex-debug\extension\dist\extension"
root INFO Deploying backend plugin "vscode-arduino-tools@0.0.2-beta.1" from "C:\Users\46143\Downloads\Compressed\arduino-ide_2.0.0-rc3_Windows_64bit\resources\app\plugins\vscode-arduino-tools\extension\dist\bundle"
root INFO Deploying backend plugin "cpp@1.52.1" from "C:\Users\46143\Downloads\Compressed\arduino-ide_2.0.0-rc3_Windows_64bit\resources\app\plugins\vscode-builtin-cpp\extension"
root INFO Deploying backend plugin "json@1.46.1" from "C:\Users\46143\Downloads\Compressed\arduino-ide_2.0.0-rc3_Windows_64bit\resources\app\plugins\vscode-builtin-json\extension"
root INFO Deploying backend plugin "json-language-features@1.46.1" from "C:\Users\46143\Downloads\Compressed\arduino-ide_2.0.0-rc3_Windows_64bit\resources\app\plugins\vscode-builtin-json-language-features\extension\client\dist\jsonMain"
root INFO Deploy plugins list took: 48.9 ms
root WARN Backend ConfigServiceImpl.onStart is slow, took: 110.6 ms
daemon INFO Starting daemon from C:\Users\46143\Downloads\Compressed\arduino-ide_2.0.0-rc3_Windows_64bit\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
daemon INFO Using config file: c:\Users\46143\.arduinoIDE\arduino-cli.yaml
daemon INFO arduino-cli.exe version 0.20.2
daemon INFO Executing `arduino-cli daemon`
daemon INFO Setting up Prometheus metrics on :9090/metrics
daemon INFO {"IP":"127.0.0.1","Port":"50054"}
daemon INFO Daemon is running.
I'm not seeing any red flags in the output unfortunately. There is usually a lot more output after that.
Does it hang at that point forever?
Were you ever able to use Arduino IDE 2.0.0, or have you experienced this hanging on startup problem from the very beginning?
About this statement:
If additional resources are needed, they can be packaged into the Arduino ide. Or provide the download address. In some areas, the network environment is not friendly, and the online download will be slow or unable to download.
Do you suspect this could be the cause of the IDE hanging for you? Is there anything unusual or unfriendly about your network environment?
I have recently done some testing of the Arduino IDE when it does not have Internet access and identified some cases where it is a poor user experience (https://github.com/arduino/arduino-ide/issues/784, https://github.com/arduino/arduino-ide/issues/786), but nothing that would cause the IDE to hang.
I spent hours testing。From RC 3 to beta 12 were tested. All stay in the loading interface. But RC 3 ran normally once yesterday, and then it didn't run normally anymore. Stay in the loading interface for more than one hour. This is the longest time I have tested, during which the Arduino ide has not changed. A month ago, I ran the Arduino ide on an earlier version of windows 11, and the Arduino ide worked normally.The Arduino IDE is not unresponsive. The options in the following figure still work
The following is the operation of Arduino ide rc 3
I tested it on the virtual machine and the program runs normally. (windows 11 dev 22543.1000) The following is the log
Windows PowerShell
版权所有(C) Microsoft Corporation。保留所有权利。
安装最新的 PowerShell,了解新功能和改进!https://aka.ms/PSWindows
PS C:\Users\46143\Desktop\arduino-ide_2.0.0-rc3_Windows_64bit> & ".\Arduino IDE"
PS C:\Users\46143\Desktop\arduino-ide_2.0.0-rc3_Windows_64bit>
Starting backend process. PID: 11580
Using browser-only version of superagent in non-browser environment
Configuring to accept webviews on '^.+\.webview\..+$' hostname.
root INFO Configuration directory URI: 'file:///c%3A/Users/46143/.theia'
root ERROR (node:11580) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
root INFO Theia app listening on http://localhost:65341.
root WARN The local plugin referenced by local-dir:/c%3A/Users/46143/.arduinoIDE/plugins does not exist.
root WARN The local plugin referenced by local-dir:/c%3A/Users/46143/.arduinoIDE/extensions does not exist.
root WARN The local plugin referenced by local-dir:C:\Users\46143\.arduinoProIDE\plugins does not exist.
root INFO PluginTheiaDirectoryHandler: accepting plugin with path
root INFO Resolved "cortex-debug" to a VS Code extension "cortex-debug@0.3.10" with engines:
root INFO PluginTheiaDirectoryHandler: accepting plugin with path
root INFO Resolved "vscode-arduino-tools" to a VS Code extension "vscode-arduino-tools@0.0.2-beta.1" with engines:
root INFO PluginTheiaDirectoryHandler: accepting plugin with path
root INFO Resolved "vscode-builtin-cpp" to a VS Code extension "cpp@1.52.1" with engines:
root INFO PluginTheiaDirectoryHandler: accepting plugin with path
root INFO Resolved "vscode-builtin-json" to a VS Code extension "json@1.46.1" with engines:
root INFO PluginTheiaDirectoryHandler: accepting plugin with path
root INFO Resolved "vscode-builtin-json-language-features" to a VS Code extension "json-language-features@1.46.1" with engines:
root INFO Deploying backend plugin "cortex-debug@0.3.10" from "C:\Users\46143\Desktop\arduino-ide_2.0.0-rc3_Windows_64bit\resources\app\plugins\cortex-debug\extension\dist\extension"
root INFO Deploying backend plugin "vscode-arduino-tools@0.0.2-beta.1" from "C:\Users\46143\Desktop\arduino-ide_2.0.0-rc3_Windows_64bit\resources\app\plugins\vscode-arduino-tools\extension\dist\bundle"
root INFO Deploying backend plugin "cpp@1.52.1" from "C:\Users\46143\Desktop\arduino-ide_2.0.0-rc3_Windows_64bit\resources\app\plugins\vscode-builtin-cpp\extension"
root INFO Deploying backend plugin "json@1.46.1" from "C:\Users\46143\Desktop\arduino-ide_2.0.0-rc3_Windows_64bit\resources\app\plugins\vscode-builtin-json\extension"
root INFO Deploying backend plugin "json-language-features@1.46.1" from "C:\Users\46143\Desktop\arduino-ide_2.0.0-rc3_Windows_64bit\resources\app\plugins\vscode-builtin-json-language-features\extension\client\dist\jsonMain"
root INFO Deploy plugins list took: 79.2 ms
root WARN Backend ConfigServiceImpl.onStart is slow, took: 189.7 ms
daemon INFO Starting daemon from C:\Users\46143\Desktop\arduino-ide_2.0.0-rc3_Windows_64bit\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
daemon INFO Using config file: c:\Users\46143\.arduinoIDE\arduino-cli.yaml
daemon INFO arduino-cli.exe version 0.20.2
daemon INFO Executing `arduino-cli daemon`
daemon INFO Setting up Prometheus metrics on :9090/metrics
daemon INFO {"IP":"127.0.0.1","Port":"65344"}
daemon INFO Daemon is running.
root INFO Git askpass helper is listening on http://127.0.0.1:65349.
daemon INFO Checking if CLI is Bundled into the IDE
daemon INFO Adding libraries dir [dir: C:\Users\46143\Documents\Arduino\libraries, location: user]
daemon INFO URL: https://downloads.arduino.cc/packages/package_index.json
daemon INFO Updating index [url: https://downloads.arduino.cc/packages/package_index.json]
root ERROR Error: Git installation not found.
at C:\Users\46143\Desktop\arduino-ide_2.0.0-rc3_Windows_64bit\resources\app\node_modules\find-git-exec\lib\find-git-exec.js:69:69
at async DefaultGitInit.init (C:\Users\46143\Desktop\arduino-ide_2.0.0-rc3_Windows_64bit\resources\app\node_modules\arduino-ide-extension\lib\node\theia\git\git-init.js:22:49)
root WARN Frontend CommonFrontendContribution.configure is slow, took: 491.5 ms
root WARN Failed to resolve module: @types/body-parser
root WARN Failed to resolve module: @types/cookie
root WARN Failed to resolve module: @types/dompurify
root WARN Failed to resolve module: @types/express
root WARN Failed to resolve module: @types/fs-extra
root WARN Failed to resolve module: @types/lodash.debounce
root WARN Failed to resolve module: @types/lodash.throttle
root WARN Failed to resolve module: @types/react
root WARN Failed to resolve module: @types/react-dom
root WARN Failed to resolve module: @types/react-virtualized
root WARN Failed to resolve module: @types/route-parser
root WARN Failed to resolve module: @types/safer-buffer
root WARN Failed to resolve module: @types/ws
root WARN Failed to resolve module: @types/yargs
root WARN Failed to resolve module: @theia/monaco
root WARN Failed to resolve module: @theia/editor
root WARN Failed to resolve module: @types/multer
root WARN Failed to resolve module: @types/rimraf
root WARN Failed to resolve module: @types/tar-fs
root WARN Failed to resolve module: @types/uuid
root WARN Failed to resolve module: @theia/navigator
root WARN Failed to resolve module: @types/p-queue
root WARN Failed to resolve module: @theia/preferences
root WARN Failed to resolve module: @theia/editor-preview
root WARN Failed to resolve module: @theia/keymaps
root WARN Failed to resolve module: @theia/messages
root WARN Failed to resolve module: @types/diff
root WARN Failed to resolve module: @types/markdown-it
root WARN Failed to resolve module: @types/mime
root WARN Failed to resolve module: @types/request
root WARN Failed to resolve module: @types/atob
root WARN Failed to resolve module: @types/auth0-js
root WARN Failed to resolve module: @types/btoa
root WARN Failed to resolve module: @types/dateformat
root WARN Failed to resolve module: @types/deepmerge
root WARN Failed to resolve module: @types/glob
root WARN Failed to resolve module: @types/google-protobuf
root WARN Failed to resolve module: @types/js-yaml
root WARN Failed to resolve module: @types/keytar
root WARN Failed to resolve module: @types/ncp
root WARN Failed to resolve module: @types/node-fetch
root WARN Failed to resolve module: @types/ps-tree
root WARN Failed to resolve module: @types/react-select
root WARN Failed to resolve module: @types/react-tabs
root WARN Failed to resolve module: @types/temp
root WARN Failed to resolve module: @types/which
root ERROR TypeError: Failed to fetch
root INFO Updating index: package_index.json completed.
root INFO Updating index: package_index.json.sig completed.
daemon INFO Checking signature [error: opening signature file: open C:\Users\46143\AppData\Local\Temp\154676955.sig: The system cannot find the file specified., index: C:\Users\46143\AppData\Local\Temp\154676955, signaturefile: C:\Users\46143\AppData\Local\Temp\154676955.sig]
daemon INFO Updating libraries index
root INFO Updating index: library_index.json.gz completed.
root INFO Updating index: library_index.json.sig completed.
daemon INFO Checking signature [index: C:\Users\46143\AppData\Local\Arduino15\package_index.json, signaturefile: C:\Users\46143\AppData\Local\Arduino15\package_index.json.sig, trusted: true]
daemon INFO Loading hardware from: C:\Users\46143\AppData\Local\Arduino15\packages
daemon INFO Loading package arduino from: C:\Users\46143\AppData\Local\Arduino15\packages\arduino\hardware
daemon INFO Checking signature [error: opening signature file: open C:\Users\46143\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.4\installed.json.sig: The system cannot find the file specified., index: C:\Users\46143\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.4\installed.json, signaturefile: C:\Users\46143\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.4\installed.json.sig]
daemon INFO Adding monitor tool [protocol: serial, tool: builtin:serial-monitor]
daemon INFO Loaded platform [platform: {ID:"arduino:avr",Installed:"1.8.4",Latest:"1.8.4",Name:"Arduino AVR Boards"}]
daemon INFO Checking existence of 'tools' path: C:\Users\46143\AppData\Local\Arduino15\packages\arduino\tools
daemon INFO Loading tools from dir: C:\Users\46143\AppData\Local\Arduino15\packages\arduino\tools
daemon INFO Loaded tool [tool: Version: 1.3.0 Systems: [OS: i686-linux-gnu, OS: x86_64-linux-gnu, OS: arm-linux-gnueabihf, OS: aarch64-linux-gnu, OS: i386-apple-darwin11, OS: i686-mingw32]]
daemon INFO Loaded tool [tool: Version: 7.3.0-atmel3.6.1-arduino7 Systems: [OS: arm-linux-gnueabihf, OS: aarch64-linux-gnu, OS: x86_64-apple-darwin14, OS: i686-mingw32, OS: i686-linux-gnu, OS: x86_64-linux-gnu]]
daemon INFO Loaded tool [tool: Version: 6.3.0-arduino17 Systems: [OS: arm-linux-gnueabihf, OS: aarch64-linux-gnu, OS: x86_64-apple-darwin12, OS: x86_64-linux-gnu, OS: i686-linux-gnu, OS: i686-mingw32]]
daemon INFO Loading package builtin from: C:\Users\46143\AppData\Local\Arduino15\packages\builtin
daemon INFO Checking existence of 'tools' path: C:\Users\46143\AppData\Local\Arduino15\packages\builtin\tools
daemon INFO Loading tools from dir: C:\Users\46143\AppData\Local\Arduino15\packages\builtin\tools
daemon INFO Loaded tool [tool: Version: 5.8-arduino11 Systems: [OS: i686-pc-linux-gnu, OS: x86_64-pc-linux-gnu, OS: i686-mingw32, OS: x86_64-apple-darwin, OS: arm-linux-gnueabihf, OS: aarch64-linux-gnu]]
daemon INFO Loaded tool [tool: Version: 1.0.2 Systems: [OS: i686-pc-linux-gnu, OS: x86_64-pc-linux-gnu, OS: i686-mingw32, OS: x86_64-mingw32, OS: x86_64-apple-darwin, OS: arm-linux-gnueabihf, OS: arm64-linux-gnueabihf]]
daemon INFO Loaded tool [tool: Version: 1.3.1 Systems: [OS: i686-pc-linux-gnu, OS: x86_64-pc-linux-gnu, OS: i686-mingw32, OS: x86_64-mingw32, OS: x86_64-apple-darwin, OS: arm-linux-gnueabihf, OS: arm64-linux-gnueabihf]]
daemon INFO Loaded tool [tool: Version: 0.9.1 Systems: [OS: i686-pc-linux-gnu, OS: x86_64-pc-linux-gnu, OS: i686-mingw32, OS: x86_64-mingw32, OS: x86_64-apple-darwin, OS: arm-linux-gnueabihf, OS: arm64-linux-gnueabihf]]
daemon INFO Adding libraries dir [dir: C:\Users\46143\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.4\libraries, location: platform]
daemon INFO starting discovery builtin:serial-discovery process
daemon INFO starting discovery builtin:mdns-discovery process
root ERROR Request repositories failed with error: Git could not be found at the expected path: 'C:\Users\46143\Desktop\arduino-ide_2.0.0-rc3_Windows_64bit\resources\app\node_modules\dugite-no-gpl\git\cmd\git.exe'. This might be a problem with how the application is packaged, so confirm this folder hasn't been removed when packaging.
root WARN Frontend EditorNavigationContribution.onStart is slow, took: 4894.9 ms
root WARN Frontend WorkspaceService.onStart is slow, took: 196.1 ms
daemon INFO started discovery builtin:serial-discovery process
daemon INFO sending command HELLO 1 "arduino-cli 0.20.2" to discovery builtin:serial-discovery
root INFO Changed application state from 'init' to 'started_contributions'.
daemon INFO from discovery builtin:serial-discovery received message type: hello, message: OK, protocol version: 1
root INFO Changed application state from 'started_contributions' to 'attached_shell'.
root INFO >>> Restoring the layout state...
root INFO [547a7510-2601-4d67-ab02-9b6612ffab7b] Waiting for backend deployment took: 458.9 ms [Finished 8.549 s after frontend start]
root INFO [547a7510-2601-4d67-ab02-9b6612ffab7b] Sync of 5 plugins took: 245.2 ms [Finished 8.794 s after frontend start]
root INFO [hosted-plugin: 5804] PLUGIN_HOST(5804) starting instance
daemon INFO started discovery builtin:mdns-discovery process
daemon INFO sending command HELLO 1 "arduino-cli 0.20.2" to discovery builtin:mdns-discovery
daemon INFO from discovery builtin:mdns-discovery received message type: hello, message: OK, protocol version: 1
daemon INFO sending command START_SYNC to discovery builtin:serial-discovery
daemon INFO sending command START_SYNC to discovery builtin:mdns-discovery
daemon INFO from discovery builtin:mdns-discovery received message type: start_sync, message: OK
daemon INFO from discovery builtin:serial-discovery received message type: start_sync, message: OK
root INFO <<< The layout has been successfully restored.
root INFO Changed application state from 'attached_shell' to 'initialized_layout'.
root INFO [547a7510-2601-4d67-ab02-9b6612ffab7b][marus25.cortex-debug]: Loaded contributions.
root INFO [547a7510-2601-4d67-ab02-9b6612ffab7b][arduino.vscode-arduino-tools]: Loaded contributions.
root INFO [547a7510-2601-4d67-ab02-9b6612ffab7b][vscode.cpp]: Loaded contributions.
root INFO [547a7510-2601-4d67-ab02-9b6612ffab7b][vscode.json]: Loaded contributions.
root INFO [547a7510-2601-4d67-ab02-9b6612ffab7b][vscode.json-language-features]: Loaded contributions.
root INFO [547a7510-2601-4d67-ab02-9b6612ffab7b] Load contributions of 5 plugins took: 198.8 ms [Finished 9.871 s after frontend start]
root WARN Frontend EditorPreviewTreeDecorator.onDidInitializeLayout is slow, took: 199.8 ms
root INFO Finished loading frontend application after 9.966 seconds
root WARN 'cpp' language is remapped from 'source.cpp.embedded.macro' to 'source.cpp' scope
root WARN a registered grammar configuration for 'cpp' language is overridden
root INFO [hosted-plugin: 5804] PLUGIN_HOST(5804): PluginManagerExtImpl/init()
root INFO [hosted-plugin: 5804] PLUGIN_HOST(5804): initializing(cortex-debug@0.3.10 with C:\Users\46143\Desktop\arduino-ide_2.0.0-rc3_Windows_64bit\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
root INFO [hosted-plugin: 5804] Debugger contribution has been registered: cortex-debug
root INFO [hosted-plugin: 5804] PLUGIN_HOST(5804): initializing(vscode-arduino-tools@0.0.2-beta.1 with C:\Users\46143\Desktop\arduino-ide_2.0.0-rc3_Windows_64bit\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
root INFO [hosted-plugin: 5804] PLUGIN_HOST(5804): initializing(cpp@1.52.1 with C:\Users\46143\Desktop\arduino-ide_2.0.0-rc3_Windows_64bit\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
PLUGIN_HOST(5804): initializing(json@1.46.1 with C:\Users\46143\Desktop\arduino-ide_2.0.0-rc3_Windows_64bit\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
PLUGIN_HOST(5804): initializing(json-language-features@1.46.1 with C:\Users\46143\Desktop\arduino-ide_2.0.0-rc3_Windows_64bit\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
root INFO [hosted-plugin: 5804] PLUGIN_HOST(5804): PluginManagerExtImpl/loadPlugin(C:\Users\46143\Desktop\arduino-ide_2.0.0-rc3_Windows_64bit\resources\app\plugins\vscode-builtin-json-language-features\extension\client\dist\jsonMain)
root INFO Changed application state from 'initialized_layout' to 'ready'.
root INFO [hosted-plugin: 5804] PLUGIN_HOST(5804): PluginManagerExtImpl/loadPlugin(C:\Users\46143\Desktop\arduino-ide_2.0.0-rc3_Windows_64bit\resources\app\plugins\vscode-arduino-tools\extension\dist\bundle)
root ERROR [hosted-plugin: 5804] ApplicationInsights:CorrelationIdManager [
Error: getaddrinfo ENOENT dc.services.visualstudio.com
at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:60:26) {
errno: 'ENOENT',
code: 'ENOENT',
syscall: 'getaddrinfo',
hostname: 'dc.services.visualstudio.com'
}
]
root INFO [547a7510-2601-4d67-ab02-9b6612ffab7b][marus25.cortex-debug]: Started plugin.
root INFO [547a7510-2601-4d67-ab02-9b6612ffab7b][arduino.vscode-arduino-tools]: Started plugin.
root INFO [547a7510-2601-4d67-ab02-9b6612ffab7b][vscode.cpp]: Started plugin.
root INFO [547a7510-2601-4d67-ab02-9b6612ffab7b][vscode.json]: Started plugin.
root INFO [547a7510-2601-4d67-ab02-9b6612ffab7b][vscode.json-language-features]: Started plugin.
root INFO [547a7510-2601-4d67-ab02-9b6612ffab7b] Start of 5 plugins took: 1098.0 ms [Finished 10.991 s after frontend start]
root ERROR Request repositories failed with error: Git could not be found at the expected path: 'C:\Users\46143\Desktop\arduino-ide_2.0.0-rc3_Windows_64bit\resources\app\node_modules\dugite-no-gpl\git\cmd\git.exe'. This might be a problem with how the application is packaged, so confirm this folder hasn't been removed when packaging.
root ERROR Uncaught Exception:
root ERROR Error: spawn wmic.exe ENOENT
at Process.ChildProcess._handle.onexit (internal/child_process.js:264:19)
at onErrorNT (internal/child_process.js:456:16)
at processTicksAndRejections (internal/process/task_queues.js:81:21)
root ERROR Uncaught Exception:
root ERROR TypeError: Cannot read property 'forEach' of undefined
at Stream.<anonymous> (C:\Users\46143\Desktop\arduino-ide_2.0.0-rc3_Windows_64bit\resources\app\node_modules\@theia\plugin-ext\lib\hosted\node\hosted-plugin-process.js:96:28)
at Stream.emit (events.js:223:5)
at Stream.onerror (C:\Users\46143\Desktop\arduino-ide_2.0.0-rc3_Windows_64bit\resources\app\node_modules\stream-combiner\index.js:29:18)
at Stream.emit (events.js:228:7)
at next (C:\Users\46143\Desktop\arduino-ide_2.0.0-rc3_Windows_64bit\resources\app\node_modules\map-stream\index.js:75:19)
at Stream.stream.write (C:\Users\46143\Desktop\arduino-ide_2.0.0-rc3_Windows_64bit\resources\app\node_modules\map-stream\index.js:104:7)
at Stream.ondata (internal/streams/legacy.js:17:31)
at Stream.emit (events.js:223:5)
at drain (C:\Users\46143\Desktop\arduino-ide_2.0.0-rc3_Windows_64bit\resources\app\node_modules\through\index.js:36:16)
at Stream.stream.queue.stream.push (C:\Users\46143\Desktop\arduino-ide_2.0.0-rc3_Windows_64bit\resources\app\node_modules\through\index.js:45:5)
serial-service INFO >>> Disposing serial service...
serial-service INFO <<< Disposed serial service.
Thanks for the information!
RC 3 ran normally once yesterday, and then it didn't run normally anymore.
I want to be sure I understand the timeline correctly. Please tell me which of the two possible scenarios described below is correct:
The following is the log
Is that the log from the virtual machine where the IDE is running normally?
Scenario B is correct。
This log is the log when the IDE is running normally in the virtual machine
Same issue: I used the IDE 2.0 rc3 for 2 months (Windows 10). Suddenly the IDE window got blank. Menu is still showing, but commands are not executed. Stopped the IDE and restarted: got directly blank screen. Waited for an hour. Nothing happens. task manager shows almost no activity for IDE. Uninstalled the IDE and re-installed: same thing, get blank screen at startup.
With debug as described above, I also have as very last message "daemon INFO Daemon is running.". Nothing after anymore...
Hi @MArimont3. Please post the full output you got from attempting to start the IDE from the command line.
Same issue here with RC3 and now also with RC4. I use W11.
Same issue with RC5. Running on Windows 11 OS Build 19043.1586 (64 bit)
I meet the same problem, how to deal it
hi... i came from #731 (now closed for duplicated) ... not exacly the same but thightly related... maybe the splash issue stills but this could help to speed up the starting a little
i don't know if it has something to do... but by looking the logs, it appears to me that some dev missed to include GIT in current arduino-ide 2.0 package, and maybe that is slowing down all startup process
i installed git myself (the official basic cli client) and logs seem to change and seems to start a bit faster (i figured starting the ide by typing the executable directly from a cmd console)
i hope it helps somebody
EDIT: i figured out, to avoid to install a 50mb program just for this, you just can download portable package, open it with a decompressor (like 7-zip) and extract /bin/git.exe
to the path the logs point out, and then delete the portable package
RC6 running on Windows 10 Enterprise Version 21H1 64 bit (OS Build 19043.1706) w/Intel Core i5-10310 @ 1.70Ghz & 16GB RAM takes on average (tried several times) 16.5 minutes to start
RC3 was installed as "Only for me" instead "For all users".
When RC5 was installed "For all users" RC3 was not properly uninstalled. I removed RC5 and restarted the PC I re-installed RC3 "Only for me" and uninstalled it again and restarted the PC Then I removed the folder c:\Users\ednie.arduinoIDE\ And Installed RC5 again. Now it takes 10 seconds to see the editor
I also saw this solution: I set my arduino.exe to run as Administrator and it is now fast when i open it at https://forum.arduino.cc/t/very-slow-startup-ide-2/953115/9
PS C:\Program Files\Arduino IDE> & ".\Arduino IDE"
PS C:\Program Files\Arduino IDE>
Arduino IDE 2.1.0
Starting backend process. PID: 8300
Using browser-only version of superagent in non-browser environment
Configuration directory URI: 'file:///c%3A/Users/msi%20gaming/.theia'
Configuring to accept webviews on '^.+.webview..+$' hostname.
2023-05-30T16:21:48.593Z root INFO Backend Object.initialize: 3.4 ms [Finished 1.089 s after backend start]
2023-05-30T16:21:48.593Z root INFO Backend Object.configure: 2.8 ms [Finished 1.089 s after backend start]
2023-05-30T16:21:48.593Z root INFO Backend MessagingContribution.onStart: 1.3 ms [Finished 1.089 s after backend start]
2023-05-30T16:21:48.594Z root INFO Backend OSBackendApplicationContribution.configure: 0.3 ms [Finished 1.119 s after backend start]
2023-05-30T16:21:48.595Z root INFO Backend DefaultWorkspaceServer.onStart: 0.3 ms [Finished 1.119 s after backend start]
2023-05-30T16:21:48.595Z root INFO Backend PluginLocalizationBackendContribution.configure: 0.1 ms [Finished 1.119 s after backend start]
2023-05-30T16:21:48.596Z root INFO Backend PluginLocalizationBackendContribution.initialize: 30.0 ms [Finished 1.119 s after backend start]
2023-05-30T16:21:48.596Z root INFO Backend TaskBackendApplicationContribution.onStart: 0.2 ms [Finished 1.119 s after backend start]
2023-05-30T16:21:48.597Z root INFO Backend ElectronTokenBackendContribution.configure: 0.8 ms [Finished 1.120 s after backend start]
2023-05-30T16:21:48.597Z config INFO >>> Initializing CLI configuration...
2023-05-30T16:21:48.597Z root INFO Backend PluginDeployerContribution.initialize: 0.4 ms [Finished 1.121 s after backend start]
2023-05-30T16:21:48.598Z root INFO Backend ConfigServiceImpl.onStart: 0.7 ms [Finished 1.121 s after backend start]
2023-05-30T16:21:48.598Z config INFO Loading CLI configuration from c:\Users\msi gaming.arduinoIDE\arduino-cli.yaml...
2023-05-30T16:21:48.599Z root INFO Backend WebviewBackendSecurityWarnings.initialize: 0.3 ms [Finished 1.122 s after backend start]
2023-05-30T16:21:48.599Z root INFO Backend ArduinoDaemonImpl.onStart: 0.9 ms [Finished 1.123 s after backend start]
2023-05-30T16:21:48.599Z root INFO Backend NodeFileUploadService.configure: 1.6 ms [Finished 1.123 s after backend start]
2023-05-30T16:21:48.599Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-05-30T16:21:48.599Z discovery-log INFO start
2023-05-30T16:21:48.599Z discovery-log INFO start new deferred
2023-05-30T16:21:48.599Z root INFO Backend HostedPluginLocalizationService.initialize: 0.3 ms [Finished 1.123 s after backend start]
2023-05-30T16:21:48.599Z root INFO Backend BoardDiscovery.onStart: 0.7 ms [Finished 1.124 s after backend start]
2023-05-30T16:21:48.599Z root INFO Backend FileDownloadEndpoint.configure: 0.6 ms [Finished 1.124 s after backend start]
2023-05-30T16:21:48.599Z root INFO Backend AuthenticationServiceImpl.onStart: 0.3 ms [Finished 1.125 s after backend start]
2023-05-30T16:21:48.599Z root INFO Backend PluginApiContribution.configure: 0.4 ms [Finished 1.125 s after backend start]
2023-05-30T16:21:48.600Z root INFO Backend HostedPluginReader.configure: 0.3 ms [Finished 1.126 s after backend start]
2023-05-30T16:21:48.600Z root INFO Backend HostedPluginReader.configure: 0.0 ms [Finished 1.126 s after backend start]
2023-05-30T16:21:48.600Z root INFO Backend PlotterBackendContribution.configure: 0.7 ms [Finished 1.127 s after backend start]
2023-05-30T16:21:48.604Z root INFO Theia app listening on http://localhost:49688.
2023-05-30T16:21:48.604Z root INFO Finished starting backend application: 4.9 ms [Finished 1.130 s after backend start]
2023-05-30T16:21:48.612Z root WARN The local plugin referenced by local-dir:/c%3A/Users/msi%20gaming/.arduinoIDE/plugins does not exist.
2023-05-30T16:21:48.613Z root WARN The local plugin referenced by local-dir:/c%3A/Users/msi%20gaming/.arduinoIDE/extensions does not exist.
2023-05-30T16:21:48.613Z root WARN The local plugin referenced by local-dir:C:\Users\msi gaming.arduinoIDE\plugins does not exist.
2023-05-30T16:21:48.628Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-05-30T16:21:48.628Z root INFO Resolved "cortex-debug" to a VS Code extension "cortex-debug@1.5.1" with engines:
2023-05-30T16:21:48.628Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-05-30T16:21:48.629Z root INFO Resolved "vscode-arduino-tools" to a VS Code extension "vscode-arduino-tools@0.0.2-beta.8" with engines:
2023-05-30T16:21:48.629Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-05-30T16:21:48.629Z root INFO Resolved "vscode-builtin-cpp" to a VS Code extension "cpp@1.52.1" with engines:
2023-05-30T16:21:48.629Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-05-30T16:21:48.630Z root INFO Resolved "vscode-builtin-json" to a VS Code extension "json@1.46.1" with engines:
2023-05-30T16:21:48.630Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-05-30T16:21:48.630Z root INFO Resolved "vscode-builtin-json-language-features" to a VS Code extension "json-language-features@1.46.1" with engines:
2023-05-30T16:21:48.630Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-05-30T16:21:48.631Z root INFO Resolved "vscode-language-pack-bg" to a VS Code extension "vscode-language-pack-bg@1.48.3" with engines:
2023-05-30T16:21:48.631Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-05-30T16:21:48.633Z root INFO Resolved "vscode-language-pack-cs" to a VS Code extension "vscode-language-pack-cs@1.53.2" with engines:
2023-05-30T16:21:48.633Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-05-30T16:21:48.634Z root INFO Resolved "vscode-language-pack-de" to a VS Code extension "vscode-language-pack-de@1.53.2" with engines:
2023-05-30T16:21:48.635Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-05-30T16:21:48.635Z root INFO Resolved "vscode-language-pack-es" to a VS Code extension "vscode-language-pack-es@1.53.2" with engines:
2023-05-30T16:21:48.635Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-05-30T16:21:48.637Z root INFO Resolved "vscode-language-pack-fr" to a VS Code extension "vscode-language-pack-fr@1.53.2" with engines:
2023-05-30T16:21:48.637Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-05-30T16:21:48.637Z root INFO Resolved "vscode-language-pack-hu" to a VS Code extension "vscode-language-pack-hu@1.48.3" with engines:
2023-05-30T16:21:48.638Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-05-30T16:21:48.638Z root INFO Resolved "vscode-language-pack-it" to a VS Code extension "vscode-language-pack-it@1.53.2" with engines:
2023-05-30T16:21:48.638Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-05-30T16:21:48.638Z root INFO Resolved "vscode-language-pack-ja" to a VS Code extension "vscode-language-pack-ja@1.53.2" with engines:
2023-05-30T16:21:48.639Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-05-30T16:21:48.639Z root INFO Resolved "vscode-language-pack-ko" to a VS Code extension "vscode-language-pack-ko@1.53.2" with engines:
2023-05-30T16:21:48.639Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-05-30T16:21:48.639Z root INFO Resolved "vscode-language-pack-nl" to a VS Code extension "vscode-language-pack-nl@1.48.3" with engines:
2023-05-30T16:21:48.640Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-05-30T16:21:48.640Z root INFO Resolved "vscode-language-pack-pl" to a VS Code extension "vscode-language-pack-pl@1.53.2" with engines:
2023-05-30T16:21:48.640Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-05-30T16:21:48.641Z root INFO Resolved "vscode-language-pack-pt-BR" to a VS Code extension "vscode-language-pack-pt-BR@1.53.2" with engines:
2023-05-30T16:21:48.641Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-05-30T16:21:48.641Z root INFO Resolved "vscode-language-pack-ru" to a VS Code extension "vscode-language-pack-ru@1.53.2" with engines:
2023-05-30T16:21:48.641Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-05-30T16:21:48.642Z root INFO Resolved "vscode-language-pack-tr" to a VS Code extension "vscode-language-pack-tr@1.53.2" with engines:
2023-05-30T16:21:48.642Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-05-30T16:21:48.642Z root INFO Resolved "vscode-language-pack-uk" to a VS Code extension "vscode-language-pack-uk@1.48.3" with engines:
2023-05-30T16:21:48.642Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-05-30T16:21:48.643Z root INFO Resolved "vscode-language-pack-zh-hans" to a VS Code extension "vscode-language-pack-zh-hans@1.53.2" with engines:
2023-05-30T16:21:48.647Z config INFO Loaded CLI configuration: {"board_manager":{"additional_urls":[]},"build_cache":{"compilations_before_purge":10,"ttl":"720h0m0s"},"daemon":{"port":"50051"},"directories":{"data":"C:\Users\msi gaming\AppData\Local\Arduino15","downloads":"C:\Users\msi gaming\AppData\Local\Arduino15\staging","user":"C:\Users\msi gaming\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-05-30T16:21:48.650Z config INFO 'directories.data' and 'directories.user' are set in the CLI configuration model.
2023-05-30T16:21:48.650Z config INFO Loaded the CLI configuration.
2023-05-30T16:21:48.668Z root INFO Resolve plugins list: 69.3 ms [Finished 1.194 s after backend start]
2023-05-30T16:21:48.674Z root INFO Deployed backend plugin "marus25.cortex-debug@1.5.1" from "C:\Program Files\Arduino IDE\resources\app\plugins\cortex-debug\extension\dist\extension.js": 5.8 ms [Finished 1.200 s after backend start]
2023-05-30T16:21:48.675Z daemon INFO INFO[0000] Using config file: c:\Users\msi gaming.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing arduino-cli daemon
2023-05-30T16:21:48.691Z daemon INFO Daemon is now listening on 127.0.0.1:49689 {"IP":"127.0.0.1","Port":"49689"}
2023-05-30T16:21:48.692Z daemon INFO Daemon is running. 2023-05-30T16:21:48.710Z root INFO Deployed backend plugin "arduino.vscode-arduino-tools@0.0.2-beta.8" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-arduino-tools\extension\dist\bundle": 35.9 ms [Finished 1.236 s after backend start] 2023-05-30T16:21:48.722Z root INFO Deployed backend plugin "vscode.cpp@1.52.1" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-builtin-cpp\extension": 12.9 ms [Finished 1.249 s after backend start] 2023-05-30T16:21:48.723Z daemon INFO INFO[0000] Loading hardware from: C:\Users\msi gaming\AppData\Local\Arduino15\packages INFO[0000] Loading libraries index file index="C:\Users\msi gaming\AppData\Local\Arduino15\library_index.json" INFO[0000] Adding libraries dir dir="C:\Users\msi gaming\AppData\Local\Arduino15\libraries" location=ide INFO[0000] Adding libraries dir dir="C:\Users\msi gaming\Documents\Arduino\libraries" location=user
2023-05-30T16:21:48.725Z root ERROR Detected an error response during the gRPC core client initialization: code: 9, message: Loading index file: loading json index file C:\Users\msi gaming\AppData\Local\Arduino15\package_index.json: open C:\Users\msi gaming\AppData\Local\Arduino15\package_index.json: The system cannot find the file specified. 2023-05-30T16:21:48.726Z 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-05-30T16:21:48.726Z 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-05-30T16:21:48.726Z 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\msi gaming\AppData\Local\Arduino15\library_index.json: The system cannot find the file specified. 2023-05-30T16:21:48.729Z root INFO Deployed backend plugin "vscode.json@1.46.1" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-builtin-json\extension": 6.3 ms [Finished 1.255 s after backend start] 2023-05-30T16:21:48.729Z root INFO Deployed backend plugin "vscode.json-language-features@1.46.1" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-builtin-json-language-features\extension\client\dist\jsonMain": 0.6 ms [Finished 1.256 s after backend start] 2023-05-30T16:21:48.793Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-bg@1.48.3" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-bg\extension": 63.9 ms [Finished 1.320 s after backend start] 2023-05-30T16:21:48.864Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-cs@1.53.2" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-cs\extension": 70.0 ms [Finished 1.390 s after backend start] 2023-05-30T16:21:48.935Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-de@1.53.2" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-de\extension": 71.8 ms [Finished 1.462 s after backend start] 2023-05-30T16:21:48.989Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-es@1.53.2" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-es\extension": 53.2 ms [Finished 1.515 s after backend start] 2023-05-30T16:21:49.023Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-fr@1.53.2" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-fr\extension": 34.9 ms [Finished 1.550 s after backend start] 2023-05-30T16:21:49.055Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-hu@1.48.3" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-hu\extension": 31.2 ms [Finished 1.581 s after backend start] 2023-05-30T16:21:49.111Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-it@1.53.2" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-it\extension": 55.7 ms [Finished 1.637 s after backend start] 2023-05-30T16:21:49.157Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-ja@1.53.2" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-ja\extension": 46.8 ms [Finished 1.684 s after backend start] 2023-05-30T16:21:49.203Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-ko@1.53.2" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-ko\extension": 45.1 ms [Finished 1.729 s after backend start] 2023-05-30T16:21:49.227Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-nl@1.48.3" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-nl\extension": 24.1 ms [Finished 1.753 s after backend start] 2023-05-30T16:21:49.272Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-pl@1.53.2" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-pl\extension": 45.2 ms [Finished 1.798 s after backend start] 2023-05-30T16:21:49.315Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-pt-br@1.53.2" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-pt-BR\extension": 42.5 ms [Finished 1.841 s after backend start] 2023-05-30T16:21:49.360Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-ru@1.53.2" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-ru\extension": 45.3 ms [Finished 1.886 s after backend start] 2023-05-30T16:21:49.398Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-tr@1.53.2" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-tr\extension": 38.5 ms [Finished 1.925 s after backend start] 2023-05-30T16:21:49.432Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-uk@1.48.3" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-uk\extension": 33.1 ms [Finished 1.958 s after backend start] 2023-05-30T16:21:49.473Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-zh-hans@1.53.2" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-zh-hans\extension": 41.5 ms [Finished 2.000 s after backend start] 2023-05-30T16:21:49.474Z root INFO Deploy plugins list: 69.3 ms [Finished 2.000 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-05-30T16:21:50.291Z root WARN Frontend a.configure took longer than the expected maximum 100 milliseconds: 196.3 ms [Finished 1.616 s after frontend start]
Describe the bug
After running the program, stop in the loading interface. (First picture)
The icon of the loading interface is located on the top layer to block other interfaces (Second picture)
To Reproduce
Run program
Expected behavior
If additional resources are needed, they can be packaged into the Arduino ide. Or provide the download address. In some areas, the network environment is not friendly, and the online download will be slow or unable to download.
Screenshots
Desktop (please complete the following information):
Windows 11 22000.469
Additional context Add any other context about the problem here.
The portable Arduino IDE is used。 processor:AMD Ryzen 5 3600X Graphics card:xfx rx6700xt