I have two Arduino Nano clones (CH340's) as well as an official Arduino Nano Every.
I've installed drivers for the Nano Every through the Boards Manger using the MegaAVRBoards option, and for the clones I've installed Arduino AVR Boards as well as the CH340 drivers from the manufacturer's website.
All three are listed under the device manager like so:
But the "Ports" option in the Arduino IDE is greyed out, no matter what board is manually set in the "Boards" option. I've tried both USB-mini cables that came with each CH340 on multiple USB ports (no hubs, etc) and saw no change. For the every, I've only tried one cable so far (I've ordered another), but with none of them working I'm guessing something else is afoot. Any help would be appreciated!
Hi @seawalks. I see you chose the "IDE 1.x" category to post in, which implies you are using ArduinO IDE 1.x, but just to be sure, I will ask which version of Arduino IDE are you using (e.g., "2.0.1")? The version is shown on the window title bar and also in the Help > About dialog.
I ask for this information because I want to give you the appropriate instructions for the IDE version you are using.
Thanks for the clarification, and for the recategorization!
I'm going to ask you to post some additional information that might help us to identify the problem.
Please do this:
Close all Arduino IDE windows if the IDE is already running.
Start Windows "File Explorer".
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)
In the folder listing of the Arduino IDE installation folder, hold the Shift key while clicking the right hand button on the mouse.
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.
Type the following command:
& ".\Arduino IDE"
Press the Enter key.
Debug output should now be printed to the PowerShell window as Arduino IDE starts.
Wait for Arduino IDE to finish starting.
Switch back to the PowerShell window.
Right click on the title bar of the PowerShell window.
This will open a context menu.
Select Edit > Select All from the context menu.
This will select all the text in the PowerShell window.
Press Ctrl+C.
This will copy the contents of the PowerShell window to the clipboard.
Open a forum reply here by clicking the Reply button.
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.
Press Ctrl+V.
This will paste the output into the code block.
Move the cursor outside of the code block markup before you add any additional text to your reply.
Click the Reply button to post the output.
Please let me know if you have any questions or problems while following those instructions.
Here is the output from the debug. Fwiw, all three devices were plugged in during this process. I appreciate the help!
PS C:\Users\EricC\AppData\Local\Programs\Arduino IDE> & ".\Arduino IDE"
PS C:\Users\EricC\AppData\Local\Programs\Arduino IDE>
Arduino IDE 2.1.0
Starting backend process. PID: 6160
Using browser-only version of superagent in non-browser environment
Configuration directory URI: 'file:///c%3A/Users/EricC/.theia'
Configuring to accept webviews on '^.+\.webview\..+$' hostname.
2023-05-25T22:56:55.950Z root INFO Backend Object.initialize: 3.8 ms [Finished 0.943 s after backend start]
2023-05-25T22:56:55.950Z root INFO Backend Object.configure: 3.2 ms [Finished 0.943 s after backend start]
2023-05-25T22:56:55.950Z root INFO Backend MessagingContribution.onStart: 1.2 ms [Finished 0.943 s after backend start]
2023-05-25T22:56:55.950Z root INFO Backend OSBackendApplicationContribution.configure: 0.3 ms [Finished 0.971 s after backend start]
2023-05-25T22:56:55.951Z root INFO Backend DefaultWorkspaceServer.onStart: 0.2 ms [Finished 0.971 s after backend start]
2023-05-25T22:56:55.952Z root INFO Backend PluginLocalizationBackendContribution.configure: 0.1 ms [Finished 0.971 s after backend start]
2023-05-25T22:56:55.952Z root INFO Backend PluginLocalizationBackendContribution.initialize: 27.8 ms [Finished 0.972 s after backend start]
2023-05-25T22:56:55.952Z root INFO Backend TaskBackendApplicationContribution.onStart: 0.2 ms [Finished 0.972 s after backend start]
2023-05-25T22:56:55.953Z root INFO Backend ElectronTokenBackendContribution.configure: 0.7 ms [Finished 0.972 s after backend start]
2023-05-25T22:56:55.953Z config INFO >>> Initializing CLI configuration...
2023-05-25T22:56:55.953Z root INFO Backend PluginDeployerContribution.initialize: 0.4 ms [Finished 0.973 s after backend start]
2023-05-25T22:56:55.954Z root INFO Backend ConfigServiceImpl.onStart: 0.6 ms [Finished 0.973 s after backend start]
2023-05-25T22:56:55.954Z config INFO Loading CLI configuration from c:\Users\EricC\.arduinoIDE\arduino-cli.yaml...
2023-05-25T22:56:55.955Z root INFO Backend WebviewBackendSecurityWarnings.initialize: 0.3 ms [Finished 0.974 s after backend start]
2023-05-25T22:56:55.955Z root INFO Backend ArduinoDaemonImpl.onStart: 0.7 ms [Finished 0.974 s after backend start]
2023-05-25T22:56:55.955Z root INFO Backend NodeFileUploadService.configure: 1.4 ms [Finished 0.974 s after backend start]
2023-05-25T22:56:55.955Z daemon INFO Starting daemon from C:\Users\EricC\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-05-25T22:56:55.955Z discovery-log INFO start
2023-05-25T22:56:55.955Z discovery-log INFO start new deferred
2023-05-25T22:56:55.955Z root INFO Backend HostedPluginLocalizationService.initialize: 0.3 ms [Finished 0.975 s after backend start]
2023-05-25T22:56:55.955Z root INFO Backend BoardDiscovery.onStart: 0.7 ms [Finished 0.975 s after backend start]
2023-05-25T22:56:55.955Z root INFO Backend FileDownloadEndpoint.configure: 0.5 ms [Finished 0.976 s after backend start]
2023-05-25T22:56:55.956Z root INFO Backend AuthenticationServiceImpl.onStart: 0.3 ms [Finished 0.977 s after backend start]
2023-05-25T22:56:55.956Z root INFO Backend PluginApiContribution.configure: 0.3 ms [Finished 0.977 s after backend start]
2023-05-25T22:56:55.956Z root INFO Backend HostedPluginReader.configure: 0.3 ms [Finished 0.978 s after backend start]
2023-05-25T22:56:55.956Z root INFO Backend HostedPluginReader.configure: 0.0 ms [Finished 0.978 s after backend start]
2023-05-25T22:56:55.956Z root INFO Backend PlotterBackendContribution.configure: 0.5 ms [Finished 0.978 s after backendstart]
2023-05-25T22:56:55.958Z root INFO Theia app listening on http://localhost:52241.
2023-05-25T22:56:55.958Z root INFO Finished starting backend application: 3.0 ms [Finished 0.980 s after backend start]
2023-05-25T22:56:55.966Z root WARN The local plugin referenced by local-dir:/c%3A/Users/EricC/.arduinoIDE/plugins does not exist.
2023-05-25T22:56:55.966Z root WARN The local plugin referenced by local-dir:C:\Users\EricC\.arduinoIDE\plugins does notexist.
2023-05-25T22:56:55.966Z root WARN The local plugin referenced by local-dir:/c%3A/Users/EricC/.arduinoIDE/extensions does not exist.
2023-05-25T22:56:55.977Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-05-25T22:56:55.977Z root INFO Resolved "cortex-debug" to a VS Code extension "cortex-debug@1.5.1" with engines:
2023-05-25T22:56:55.977Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-05-25T22:56:55.977Z root INFO Resolved "vscode-arduino-tools" to a VS Code extension "vscode-arduino-tools@0.0.2-beta.8" with engines:
2023-05-25T22:56:55.977Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-05-25T22:56:55.977Z root INFO Resolved "vscode-builtin-cpp" to a VS Code extension "cpp@1.52.1" with engines:
2023-05-25T22:56:55.977Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-05-25T22:56:55.977Z root INFO Resolved "vscode-builtin-json" to a VS Code extension "json@1.46.1" with engines:
2023-05-25T22:56:55.977Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-05-25T22:56:55.977Z root INFO Resolved "vscode-builtin-json-language-features" to a VS Code extension "json-language-features@1.46.1" with engines:
2023-05-25T22:56:55.977Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-05-25T22:56:55.977Z root INFO Resolved "vscode-language-pack-bg" to a VS Code extension "vscode-language-pack-bg@1.48.3" with engines:
2023-05-25T22:56:55.978Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-05-25T22:56:55.978Z root INFO Resolved "vscode-language-pack-cs" to a VS Code extension "vscode-language-pack-cs@1.53.2" with engines:
2023-05-25T22:56:55.978Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-05-25T22:56:55.978Z root INFO Resolved "vscode-language-pack-de" to a VS Code extension "vscode-language-pack-de@1.53.2" with engines:
2023-05-25T22:56:55.978Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-05-25T22:56:55.978Z root INFO Resolved "vscode-language-pack-es" to a VS Code extension "vscode-language-pack-es@1.53.2" with engines:
2023-05-25T22:56:55.978Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-05-25T22:56:55.978Z root INFO Resolved "vscode-language-pack-fr" to a VS Code extension "vscode-language-pack-fr@1.53.2" with engines:
2023-05-25T22:56:55.978Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-05-25T22:56:55.978Z root INFO Resolved "vscode-language-pack-hu" to a VS Code extension "vscode-language-pack-hu@1.48.3" with engines:
2023-05-25T22:56:55.978Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-05-25T22:56:55.978Z root INFO Resolved "vscode-language-pack-it" to a VS Code extension "vscode-language-pack-it@1.53.2" with engines:
2023-05-25T22:56:55.978Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-05-25T22:56:55.978Z root INFO Resolved "vscode-language-pack-ja" to a VS Code extension "vscode-language-pack-ja@1.53.2" with engines:
2023-05-25T22:56:55.978Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-05-25T22:56:55.978Z root INFO Resolved "vscode-language-pack-ko" to a VS Code extension "vscode-language-pack-ko@1.53.2" with engines:
2023-05-25T22:56:55.978Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-05-25T22:56:55.978Z root INFO Resolved "vscode-language-pack-nl" to a VS Code extension "vscode-language-pack-nl@1.48.3" with engines:
2023-05-25T22:56:55.978Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-05-25T22:56:55.978Z root INFO Resolved "vscode-language-pack-pl" to a VS Code extension "vscode-language-pack-pl@1.53.2" with engines:
2023-05-25T22:56:55.978Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-05-25T22:56:55.978Z 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-25T22:56:55.979Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-05-25T22:56:55.979Z root INFO Resolved "vscode-language-pack-ru" to a VS Code extension "vscode-language-pack-ru@1.53.2" with engines:
2023-05-25T22:56:55.979Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-05-25T22:56:55.979Z root INFO Resolved "vscode-language-pack-tr" to a VS Code extension "vscode-language-pack-tr@1.53.2" with engines:
2023-05-25T22:56:55.979Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-05-25T22:56:55.979Z root INFO Resolved "vscode-language-pack-uk" to a VS Code extension "vscode-language-pack-uk@1.48.3" with engines:
2023-05-25T22:56:55.979Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-05-25T22:56:55.979Z 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-25T22:56:55.982Z config INFO Loaded CLI configuration: {"board_manager":{"additional_urls":[]},"build_cache":{"compilations_before_purge":10,"ttl":"720h0m0s"},"daemon":{"port":"50051"},"directories":{"data":"C:\\Users\\EricC\\AppData\\Local\\Arduino15","downloads":"C:\\Users\\EricC\\AppData\\Local\\Arduino15\\staging","user":"C:\\Users\\EricC\\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-25T22:56:55.982Z config INFO 'directories.data' and 'directories.user' are set in the CLI configuration model.
2023-05-25T22:56:55.982Z config INFO Loaded the CLI configuration.
2023-05-25T22:56:55.985Z config INFO Mapped the CLI configuration: {"dataDirUri":"file:///c%3A/Users/EricC/AppData/Local/Arduino15","sketchDirUri":"file:///c%3A/Users/EricC/Documents/Arduino","additionalUrls":[],"network":"none","locale":"en"}
2023-05-25T22:56:55.985Z config INFO Validating the CLI configuration...
2023-05-25T22:56:55.985Z config INFO The CLI config is valid.
2023-05-25T22:56:55.985Z config INFO <<< Initialized the CLI configuration.
2023-05-25T22:56:55.992Z root INFO Resolve plugins list: 37.7 ms [Finished 1.014 s after backend start]
2023-05-25T22:56:55.995Z root INFO Deployed backend plugin "marus25.cortex-debug@1.5.1" from "C:\Users\EricC\AppData\Local\Programs\Arduino IDE\resources\app\plugins\cortex-debug\extension\dist\extension.js": 3.4 ms [Finished 1.017 s afterbackend start]
2023-05-25T22:56:55.997Z root INFO Deployed backend plugin "arduino.vscode-arduino-tools@0.0.2-beta.8" from "C:\Users\EricC\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-arduino-tools\extension\dist\bundle": 2.2 ms [Finished 1.019 s after backend start]
2023-05-25T22:56:56.004Z root INFO Deployed backend plugin "vscode.cpp@1.52.1" from "C:\Users\EricC\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-builtin-cpp\extension": 6.4 ms [Finished 1.026 s after backend start]
2023-05-25T22:56:56.007Z daemon INFO INFO[0000] Using config file: c:\Users\EricC\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`
2023-05-25T22:56:56.020Z daemon INFO Daemon is now listening on 127.0.0.1:52242
{"IP":"127.0.0.1","Port":"52242"}
2023-05-25T22:56:56.020Z daemon INFO Daemon is running.
2023-05-25T22:56:56.022Z root INFO Deployed backend plugin "vscode.json@1.46.1" from "C:\Users\EricC\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-builtin-json\extension": 17.6 ms [Finished 1.044 s after backend start]
2023-05-25T22:56:56.029Z root INFO Deployed backend plugin "vscode.json-language-features@1.46.1" from "C:\Users\EricC\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-builtin-json-language-features\extension\client\dist\jsonMain": 7.5 ms [Finished 1.051 s after backend start]
2023-05-25T22:56:56.079Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-bg@1.48.3" from "C:\Users\EricC\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-language-pack-bg\extension": 49.9 ms [Finished 1.101s after backend start]
2023-05-25T22:56:56.084Z daemon INFO INFO[0000] Loading hardware from: C:\Users\EricC\AppData\Local\Arduino15\packages
2023-05-25T22:56:56.137Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-cs@1.53.2" from "C:\Users\EricC\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-language-pack-cs\extension": 57.3 ms [Finished 1.159s after backend start]
2023-05-25T22:56:56.137Z daemon INFO INFO[0000] Loading package arduino from: C:\Users\EricC\AppData\Local\Arduino15\packages\arduino\hardware
INFO[0000] Checking signature error="opening signature file: open C:\\Users\\EricC\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\installed.json.sig: The system cannot find the file specified." index="C:\\Users\\EricC\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\installed.json" signatureFile="C:\\Users\\EricC\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\installed.json.sig"
INFO[0000] Adding monitor tool protocol=serial tool="builtin:serial-monitor"
INFO[0000] Loaded platform platform="arduino:avr@1.8.6"
INFO[0000] Checking signature error="opening signature file: open C:\\Users\\EricC\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\installed.json.sig: The system cannot find the file specified." index="C:\\Users\\EricC\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\installed.json"signatureFile="C:\\Users\\EricC\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\installed.json.sig"
INFO[0000] Adding monitor tool protocol=serial tool="builtin:serial-monitor"
INFO[0000] Loaded platform platform="arduino:megaavr@1.8.8"
INFO[0000] Checking existence of 'tools' path: C:\Users\EricC\AppData\Local\Arduino15\packages\arduino\tools
INFO[0000] Loading tools from dir: C:\Users\EricC\AppData\Local\Arduino15\packages\arduino\tools
INFO[0000] Loaded tool tool="arduino:arduinoOTA@1.3.0"
INFO[0000] Loaded tool tool="arduino:avr-gcc@7.3.0-atmel3.6.1-arduino5"
INFO[0000] Loaded tool tool="arduino:avr-gcc@7.3.0-atmel3.6.1-arduino7"
INFO[0000] Loaded tool tool="arduino:avrdude@6.3.0-arduino17"
INFO[0000] Loading package builtin from: C:\Users\EricC\AppData\Local\Arduino15\packages\builtin
INFO[0000] Checking existence of 'tools' path: C:\Users\EricC\AppData\Local\Arduino15\packages\builtin\tools
INFO[0000] Loading tools from dir: C:\Users\EricC\AppData\Local\Arduino15\packages\builtin\tools
INFO[0000] Loaded tool tool="builtin:ctags@5.8-arduino11"
INFO[0000] Loaded tool tool="builtin:mdns-discovery@1.0.9"
INFO[0000] Loaded tool tool="builtin:serial-discovery@1.4.0"
INFO[0000] Loaded tool tool="builtin:serial-monitor@0.13.0"
INFO[0000] Checking signature index="C:\\Users\\EricC\\AppData\\Local\\Arduino15\\package_index.json" signatureFile="C:\\Users\\EricC\\AppData\\Local\\Arduino15\\package_index.json.sig" trusted=true
INFO[0000] Adding libraries dir dir="C:\\Users\\EricC\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\libraries" location=platform
INFO[0000] Adding libraries dir dir="C:\\Users\\EricC\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\libraries" location=platform
INFO[0000] Loading libraries index file index="C:\\Users\\EricC\\AppData\\Local\\Arduino15\\library_index.json"
2023-05-25T22:56:56.209Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-de@1.53.2" from "C:\Users\EricC\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-language-pack-de\extension": 72.8 ms [Finished 1.231s after backend start]
2023-05-25T22:56:56.263Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-es@1.53.2" from "C:\Users\EricC\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-language-pack-es\extension": 53.2 ms [Finished 1.285s after backend start]
2023-05-25T22:56:56.263Z daemon INFO INFO[0000] Adding libraries dir dir="C:\\Users\\EricC\\AppData\\Local\\Arduino15\\libraries" location=ide
INFO[0000] Adding libraries dir dir="C:\\Users\\EricC\\Documents\\Arduino\\libraries" location=user
2023-05-25T22:56:56.293Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-fr@1.53.2" from "C:\Users\EricC\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-language-pack-fr\extension": 30.6 ms [Finished 1.315s after backend start]
2023-05-25T22:56:56.294Z daemon INFO WARN[0000] Error loading library error="rpc error: code = Internal desc = loading library from C:\\Users\\EricC\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\libraries\\EEPROM: invalid library: no header files found"
WARN[0000] Error loading library error="rpc error: code = Internal desc = loading library from C:\\Users\\EricC\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\libraries\\HID: invalid library: no header files found"
WARN[0000] Error loading library error="rpc error: code = Internal desc = loading library from C:\\Users\\EricC\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\libraries\\SPI: invalid library: no header files found"
WARN[0000] Error loading library error="rpc error: code = Internal desc = loading library from C:\\Users\\EricC\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\libraries\\SoftwareSerial: invalidlibrary: no header files found"
WARN[0000] Error loading library error="rpc error: code = Internal desc = loading library from C:\\Users\\EricC\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\libraries\\Wire: invalid library: no header files found"
WARN[0000] Error loading library error="rpc error: code = Internal desc = loading library from C:\\Users\\EricC\\AppData\\Local\\Arduino15\\libraries\\Arduino_BuiltIn: invalid library: no header files found"
WARN[0000] Error loading library error="rpc error: code = Internal desc = loading library from C:\\Users\\EricC\\AppData\\Local\\Arduino15\\libraries\\Ethernet: invalid library: no header files found"
WARN[0000] Error loading library error="rpc error: code = Internal desc = loading library from C:\\Users\\EricC\\AppData\\Local\\Arduino15\\libraries\\Keyboard: invalid library: no header files found"
WARN[0000] Error loading library error="rpc error: code = Internal desc = loading library from C:\\Users\\EricC\\AppData\\Local\\Arduino15\\libraries\\LiquidCrystal: invalid library: no header files found"
WARN[0000] Error loading library error="rpc error: code = Internal desc = loading library from C:\\Users\\EricC\\AppData\\Local\\Arduino15\\libraries\\Mouse: invalid library: no header files found"
WARN[0000] Error loading library error="rpc error: code = Internal desc = loading library from C:\\Users\\EricC\\AppData\\Local\\Arduino15\\libraries\\SD: invalid library: no header files found"
WARN[0000] Error loading library error="rpc error: code = Internal desc = loading library from C:\\Users\\EricC\\AppData\\Local\\Arduino15\\libraries\\Servo: invalid library: no header files found"
WARN[0000] Error loading library error="rpc error: code = Internal desc = loading library from C:\\Users\\EricC\\AppData\\Local\\Arduino15\\libraries\\Stepper: invalid library: no header files found"
WARN[0000] Error loading library error="rpc error: code = Internal desc = loading library from C:\\Users\\EricC\\AppData\\Local\\Arduino15\\libraries\\TFT: invalid library: no header files found"
WARN[0000] Error loading library error="rpc error: code = Internal desc = loading library from C:\\Users\\EricC\\Documents\\Arduino\\libraries\\FastLED: invalid library: no header files found"
2023-05-25T22:56:56.296Z discovery-log INFO start request start watch
2023-05-25T22:56:56.296Z discovery-log INFO start requested start watch
2023-05-25T22:56:56.296Z discovery-log INFO start resolved watching
2023-05-25T22:56:56.324Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-hu@1.48.3" from "C:\Users\EricC\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-language-pack-hu\extension": 30.5 ms [Finished 1.346s after backend start]
2023-05-25T22:56:56.324Z daemon INFO INFO[0000] starting discovery builtin:mdns-discovery process
INFO[0000] starting discovery builtin:serial-discovery process
ERRO[0000] Discovery builtin:mdns-discovery failed to run: discovery builtin:mdns-discovery process not started: exec: "C:\\Users\\EricC\\AppData\\Local\\Arduino15\\packages\\builtin\\tools\\mdns-discovery\\1.0.9\\mdns-discovery": file does not exist
ERRO[0000] Discovery builtin:serial-discovery failed to run: discovery builtin:serial-discovery process not started: exec: "C:\\Users\\EricC\\AppData\\Local\\Arduino15\\packages\\builtin\\tools\\serial-discovery\\1.4.0\\serial-discovery": file does not exist
2023-05-25T22:56:56.357Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-it@1.53.2" from "C:\Users\EricC\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-language-pack-it\extension": 33.3 ms [Finished 1.379s after backend start]
2023-05-25T22:56:56.393Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-ja@1.53.2" from "C:\Users\EricC\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-language-pack-ja\extension": 36.1 ms [Finished 1.415s after backend start]
2023-05-25T22:56:56.429Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-ko@1.53.2" from "C:\Users\EricC\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-language-pack-ko\extension": 35.3 ms [Finished 1.451s after backend start]
2023-05-25T22:56:56.444Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-nl@1.48.3" from "C:\Users\EricC\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-language-pack-nl\extension": 15.1 ms [Finished 1.466s after backend start]
2023-05-25T22:56:56.480Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-pl@1.53.2" from "C:\Users\EricC\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-language-pack-pl\extension": 35.6 ms [Finished 1.502s after backend start]
2023-05-25T22:56:56.516Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-pt-br@1.53.2" from "C:\Users\EricC\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-language-pack-pt-BR\extension": 36.2 ms [Finished1.538 s after backend start]
2023-05-25T22:56:56.554Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-ru@1.53.2" from "C:\Users\EricC\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-language-pack-ru\extension": 37.9 ms [Finished 1.576s after backend start]
2023-05-25T22:56:56.589Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-tr@1.53.2" from "C:\Users\EricC\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-language-pack-tr\extension": 34.9 ms [Finished 1.611s after backend start]
2023-05-25T22:56:56.614Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-uk@1.48.3" from "C:\Users\EricC\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-language-pack-uk\extension": 25.7 ms [Finished 1.637s after backend start]
2023-05-25T22:56:56.646Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-zh-hans@1.53.2" from "C:\Users\EricC\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-language-pack-zh-hans\extension": 31.6 ms [Finished 1.668 s after backend start]
2023-05-25T22:56:56.647Z root INFO Deploy plugins list: 37.7 ms [Finished 1.668 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-25T22:56:57.336Z root WARN Frontend a.configure took longer than the expected maximum 100 milliseconds: 132.0 ms [Finished 1.321 s after frontend start]
2023-05-25T22:56:57.583Z root INFO Start frontend contributions: 306.1 ms [Finished 1.435 s after frontend start]
2023-05-25T22:56:57.583Z root INFO Changed application state from 'init' to 'started_contributions'.
2023-05-25T22:56:57.583Z root INFO Changed application state from 'started_contributions' to 'attached_shell'.
2023-05-25T22:56:57.584Z root INFO >>> Restoring the layout state...
2023-05-25T22:56:57.584Z root INFO <<< Nothing to restore.
2023-05-25T22:56:57.584Z root INFO Initialize the workbench layout: 14.9 ms [Finished 1.468 s after frontend start]
2023-05-25T22:56:57.584Z root INFO Changed application state from 'attached_shell' to 'initialized_layout'.
2023-05-25T22:56:57.609Z root INFO [9f41b1d6-7019-4c84-b21e-865c2cb358d3] Waiting for backend deployment: 180.1 ms [Finished 1.612 s after frontend start]
2023-05-25T22:56:57.914Z root INFO [hosted-plugin: 10616] PLUGIN_HOST(10616) starting instance
2023-05-25T22:56:58.275Z root INFO [9f41b1d6-7019-4c84-b21e-865c2cb358d3] Sync of 21 plugins: 647.9 ms [Finished 2.260 s after frontend start]
2023-05-25T22:56:58.277Z root INFO [9f41b1d6-7019-4c84-b21e-865c2cb358d3][marus25.cortex-debug]: Loaded contributions.
2023-05-25T22:56:58.277Z root INFO [9f41b1d6-7019-4c84-b21e-865c2cb358d3][arduino.vscode-arduino-tools]: Loaded contributions.
2023-05-25T22:56:58.277Z root INFO [9f41b1d6-7019-4c84-b21e-865c2cb358d3][vscode.cpp]: Loaded contributions.
2023-05-25T22:56:58.277Z root INFO [9f41b1d6-7019-4c84-b21e-865c2cb358d3][vscode.json]: Loaded contributions.
2023-05-25T22:56:58.277Z root INFO [9f41b1d6-7019-4c84-b21e-865c2cb358d3][vscode.json-language-features]: Loaded contributions.
2023-05-25T22:56:58.277Z root INFO [9f41b1d6-7019-4c84-b21e-865c2cb358d3][ms-ceintl.vscode-language-pack-bg]: Loaded contributions.
2023-05-25T22:56:58.277Z root INFO [9f41b1d6-7019-4c84-b21e-865c2cb358d3][ms-ceintl.vscode-language-pack-cs]: Loaded contributions.
2023-05-25T22:56:58.277Z root INFO [9f41b1d6-7019-4c84-b21e-865c2cb358d3][ms-ceintl.vscode-language-pack-de]: Loaded contributions.
2023-05-25T22:56:58.277Z root INFO [9f41b1d6-7019-4c84-b21e-865c2cb358d3][ms-ceintl.vscode-language-pack-es]: Loaded contributions.
2023-05-25T22:56:58.277Z root INFO [9f41b1d6-7019-4c84-b21e-865c2cb358d3][ms-ceintl.vscode-language-pack-fr]: Loaded contributions.
2023-05-25T22:56:58.279Z root INFO [9f41b1d6-7019-4c84-b21e-865c2cb358d3][ms-ceintl.vscode-language-pack-hu]: Loaded contributions.
2023-05-25T22:56:58.279Z root INFO [9f41b1d6-7019-4c84-b21e-865c2cb358d3][ms-ceintl.vscode-language-pack-it]: Loaded contributions.
2023-05-25T22:56:58.279Z root INFO [9f41b1d6-7019-4c84-b21e-865c2cb358d3][ms-ceintl.vscode-language-pack-ja]: Loaded contributions.
2023-05-25T22:56:58.279Z root INFO [9f41b1d6-7019-4c84-b21e-865c2cb358d3][ms-ceintl.vscode-language-pack-ko]: Loaded contributions.
2023-05-25T22:56:58.279Z root INFO [9f41b1d6-7019-4c84-b21e-865c2cb358d3][ms-ceintl.vscode-language-pack-nl]: Loaded contributions.
2023-05-25T22:56:58.279Z root INFO [9f41b1d6-7019-4c84-b21e-865c2cb358d3][ms-ceintl.vscode-language-pack-pl]: Loaded contributions.
2023-05-25T22:56:58.279Z root INFO [9f41b1d6-7019-4c84-b21e-865c2cb358d3][ms-ceintl.vscode-language-pack-pt-br]: Loadedcontributions.
2023-05-25T22:56:58.279Z root INFO [9f41b1d6-7019-4c84-b21e-865c2cb358d3][ms-ceintl.vscode-language-pack-ru]: Loaded contributions.
2023-05-25T22:56:58.279Z root INFO [9f41b1d6-7019-4c84-b21e-865c2cb358d3][ms-ceintl.vscode-language-pack-tr]: Loaded contributions.
2023-05-25T22:56:58.279Z root INFO [9f41b1d6-7019-4c84-b21e-865c2cb358d3][ms-ceintl.vscode-language-pack-uk]: Loaded contributions.
2023-05-25T22:56:58.279Z root INFO [9f41b1d6-7019-4c84-b21e-865c2cb358d3][ms-ceintl.vscode-language-pack-zh-hans]: Loaded contributions.
2023-05-25T22:56:58.279Z root INFO [9f41b1d6-7019-4c84-b21e-865c2cb358d3] Load contributions of 21 plugins: 21.1 ms [Finished 2.281 s after frontend start]
2023-05-25T22:56:58.410Z root WARN 'cpp' language is remapped from 'source.cpp.embedded.macro' to 'source.cpp' scope
2023-05-25T22:56:58.411Z root WARN a registered grammar configuration for 'cpp' language is overridden
2023-05-25T22:56:58.654Z root INFO Frontend application start: 1348.8 ms [Finished 3.676 s after backend start]
2023-05-25T22:56:58.658Z root INFO Replace loading indicator with ready workbench UI (animation): 954.2 ms [Finished 2.427 s after frontend start]
2023-05-25T22:56:58.658Z root INFO Changed application state from 'initialized_layout' to 'ready'.
2023-05-25T22:56:58.658Z root WARN Linked preference "workbench.colorCustomizations" not found. Source: "editor.bracketPairColorization.enabled"
Checking for update
2023-05-25T22:56:58.951Z fwuploader ERROR Error: Error executing "C:\Users\EricC\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-fwuploader.exe" firmware list --format json: unexpected end of JSON input
at ChildProcess.<anonymous> (C:\Users\EricC\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\exec-util.js:53:31)
at ChildProcess.emit (node:events:394:28)
at Process.ChildProcess._handle.onexit (node:internal/child_process:290:12)
2023-05-25T22:56:58.952Z root ERROR Request updatableBoards failed with error: Error executing "C:\Users\EricC\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-fwuploader.exe" firmware list --format json: unexpected end of JSON input
2023-05-25T22:56:59.110Z root ERROR ---- !!!SLOW!!! DURATION: search took 210.357 ms. Args: [{"type":"Updatable"}] ----
2023-05-25T22:56:59.123Z root INFO [hosted-plugin: 10616] PLUGIN_HOST(10616): PluginManagerExtImpl/init()
2023-05-25T22:56:59.125Z root INFO [hosted-plugin: 10616] PLUGIN_HOST(10616): initializing(cortex-debug@1.5.1 with C:\Users\EricC\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-05-25T22:56:59.127Z root INFO [hosted-plugin: 10616] Debugger contribution has been registered: cortex-debug
2023-05-25T22:56:59.129Z root INFO [hosted-plugin: 10616] PLUGIN_HOST(10616): initializing(vscode-arduino-tools@0.0.2-beta.8 with C:\Users\EricC\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-05-25T22:56:59.129Z root INFO [hosted-plugin: 10616] PLUGIN_HOST(10616): initializing(cpp@1.52.1 with C:\Users\EricC\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-05-25T22:56:59.130Z root INFO [hosted-plugin: 10616] PLUGIN_HOST(10616): initializing(json@1.46.1 with C:\Users\EricC\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-05-25T22:56:59.130Z root INFO [hosted-plugin: 10616] PLUGIN_HOST(10616): initializing(json-language-features@1.46.1 with C:\Users\EricC\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-05-25T22:56:59.131Z root INFO [hosted-plugin: 10616] PLUGIN_HOST(10616): initializing(vscode-language-pack-bg@1.48.3 with C:\Users\EricC\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-05-25T22:56:59.131Z root INFO [hosted-plugin: 10616] PLUGIN_HOST(10616): initializing(vscode-language-pack-cs@1.53.2 with C:\Users\EricC\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-05-25T22:56:59.131Z root INFO [hosted-plugin: 10616] PLUGIN_HOST(10616): initializing(vscode-language-pack-de@1.53.2 with C:\Users\EricC\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-05-25T22:56:59.132Z root INFO [hosted-plugin: 10616] PLUGIN_HOST(10616): initializing(vscode-language-pack-es@1.53.2 with C:\Users\EricC\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-05-25T22:56:59.133Z root INFO [hosted-plugin: 10616] PLUGIN_HOST(10616): initializing(vscode-language-pack-fr@1.53.2 with C:\Users\EricC\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-05-25T22:56:59.133Z root INFO [hosted-plugin: 10616] PLUGIN_HOST(10616): initializing(vscode-language-pack-hu@1.48.3 with C:\Users\EricC\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-05-25T22:56:59.134Z root INFO [hosted-plugin: 10616] PLUGIN_HOST(10616): initializing(vscode-language-pack-it@1.53.2 with C:\Users\EricC\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-05-25T22:56:59.134Z root INFO [hosted-plugin: 10616] PLUGIN_HOST(10616): initializing(vscode-language-pack-ja@1.53.2 with C:\Users\EricC\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-05-25T22:56:59.134Z root INFO [hosted-plugin: 10616] PLUGIN_HOST(10616): initializing(vscode-language-pack-ko@1.53.2 with C:\Users\EricC\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-05-25T22:56:59.134Z root INFO [hosted-plugin: 10616] PLUGIN_HOST(10616): initializing(vscode-language-pack-nl@1.48.3 with C:\Users\EricC\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-05-25T22:56:59.135Z root INFO [hosted-plugin: 10616] PLUGIN_HOST(10616): initializing(vscode-language-pack-pl@1.53.2 with C:\Users\EricC\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-05-25T22:56:59.135Z root INFO [hosted-plugin: 10616] PLUGIN_HOST(10616): initializing(vscode-language-pack-pt-BR@1.53.2 with C:\Users\EricC\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-05-25T22:56:59.135Z root INFO [hosted-plugin: 10616] PLUGIN_HOST(10616): initializing(vscode-language-pack-ru@1.53.2 with C:\Users\EricC\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-05-25T22:56:59.135Z root INFO [hosted-plugin: 10616] PLUGIN_HOST(10616): initializing(vscode-language-pack-tr@1.53.2 with C:\Users\EricC\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-05-25T22:56:59.136Z root INFO [hosted-plugin: 10616] PLUGIN_HOST(10616): initializing(vscode-language-pack-uk@1.48.3 with C:\Users\EricC\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-05-25T22:56:59.136Z root INFO [hosted-plugin: 10616] PLUGIN_HOST(10616): initializing(vscode-language-pack-zh-hans@1.53.2 with C:\Users\EricC\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-05-25T22:56:59.138Z root INFO [hosted-plugin: 10616] PLUGIN_HOST(10616): PluginManagerExtImpl/loadPlugin(C:\Users\EricC\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-builtin-json-language-features\extension\client\dist\jsonMain)
2023-05-25T22:56:59.164Z root INFO [9f41b1d6-7019-4c84-b21e-865c2cb358d3][marus25.cortex-debug]: Started plugin.
2023-05-25T22:56:59.164Z root INFO [9f41b1d6-7019-4c84-b21e-865c2cb358d3][arduino.vscode-arduino-tools]: Started plugin.
2023-05-25T22:56:59.166Z root INFO [9f41b1d6-7019-4c84-b21e-865c2cb358d3][vscode.cpp]: Started plugin.
2023-05-25T22:56:59.166Z root INFO [9f41b1d6-7019-4c84-b21e-865c2cb358d3][vscode.json]: Started plugin.
2023-05-25T22:56:59.166Z root INFO [9f41b1d6-7019-4c84-b21e-865c2cb358d3][vscode.json-language-features]: Started plugin.
2023-05-25T22:56:59.166Z root INFO [9f41b1d6-7019-4c84-b21e-865c2cb358d3][ms-ceintl.vscode-language-pack-bg]: Started plugin.
2023-05-25T22:56:59.166Z root INFO [9f41b1d6-7019-4c84-b21e-865c2cb358d3][ms-ceintl.vscode-language-pack-cs]: Started plugin.
2023-05-25T22:56:59.166Z root INFO [9f41b1d6-7019-4c84-b21e-865c2cb358d3][ms-ceintl.vscode-language-pack-de]: Started plugin.
2023-05-25T22:56:59.166Z root INFO [9f41b1d6-7019-4c84-b21e-865c2cb358d3][ms-ceintl.vscode-language-pack-es]: Started plugin.
2023-05-25T22:56:59.166Z root INFO [9f41b1d6-7019-4c84-b21e-865c2cb358d3][ms-ceintl.vscode-language-pack-fr]: Started plugin.
2023-05-25T22:56:59.166Z root INFO [9f41b1d6-7019-4c84-b21e-865c2cb358d3][ms-ceintl.vscode-language-pack-hu]: Started plugin.
2023-05-25T22:56:59.166Z root INFO [9f41b1d6-7019-4c84-b21e-865c2cb358d3][ms-ceintl.vscode-language-pack-it]: Started plugin.
2023-05-25T22:56:59.166Z root INFO [9f41b1d6-7019-4c84-b21e-865c2cb358d3][ms-ceintl.vscode-language-pack-ja]: Started plugin.
2023-05-25T22:56:59.166Z root INFO [9f41b1d6-7019-4c84-b21e-865c2cb358d3][ms-ceintl.vscode-language-pack-ko]: Started plugin.
2023-05-25T22:56:59.166Z root INFO [9f41b1d6-7019-4c84-b21e-865c2cb358d3][ms-ceintl.vscode-language-pack-nl]: Started plugin.
2023-05-25T22:56:59.166Z root INFO [9f41b1d6-7019-4c84-b21e-865c2cb358d3][ms-ceintl.vscode-language-pack-pl]: Started plugin.
2023-05-25T22:56:59.167Z root INFO [9f41b1d6-7019-4c84-b21e-865c2cb358d3][ms-ceintl.vscode-language-pack-pt-br]: Started plugin.
2023-05-25T22:56:59.167Z root INFO [9f41b1d6-7019-4c84-b21e-865c2cb358d3][ms-ceintl.vscode-language-pack-ru]: Started plugin.
2023-05-25T22:56:59.167Z root INFO [9f41b1d6-7019-4c84-b21e-865c2cb358d3][ms-ceintl.vscode-language-pack-tr]: Started plugin.
2023-05-25T22:56:59.167Z root INFO [9f41b1d6-7019-4c84-b21e-865c2cb358d3][ms-ceintl.vscode-language-pack-uk]: Started plugin.
2023-05-25T22:56:59.167Z root INFO [9f41b1d6-7019-4c84-b21e-865c2cb358d3][ms-ceintl.vscode-language-pack-zh-hans]: Started plugin.
2023-05-25T22:56:59.183Z root INFO [hosted-plugin: 10616] PLUGIN_HOST(10616): PluginManagerExtImpl/loadPlugin(C:\Users\EricC\AppData\Local\Programs\Arduino IDE\resources\app\plugins\cortex-debug\extension\dist\extension.js)
2023-05-25T22:56:59.209Z root INFO [hosted-plugin: 10616] Debug configuration provider has been registered: cortex-debug, trigger: 1
2023-05-25T22:56:59.211Z root INFO [hosted-plugin: 10616] GDB server console created
Update for version 2.1.0 is not available (latest version: 2.1.0, downgrade is allowed).
2023-05-25T22:56:59.217Z root INFO [9f41b1d6-7019-4c84-b21e-865c2cb358d3] Start of 21 plugins: 932.1 ms [Finished 3.225s after frontend start]
serial-discovery is the tool that provides Arduino IDE 2.x with the list of serial ports on your computer. Arduino IDE automatically installs this tool dependency the first time you start the IDE, and also installs updates whenever Arduino makes a new release.
Something went wrong during the installation or update, which caused the file at this path to be lost:
The reason for the missing file is likely a false positive by your antivirus or security software. Please check your security software's quarantine. If you can restore the file from quarantine and then restart Arduino IDE, you should find that the ports are detected as expected.
I also recommend adjusting the configuration of your security software so that it won't interfere with any future updates of the tool that will occur when Arduino makes new releases of it.
If you are unable to restore the file from quarantine, just comment here to let me know and I'll provide some alternative instructions you can follow to force Arduino IDE to make a fresh installation of the tool.
Thanks for the heads up!
I went ahead and checked my antivirus (Windows Defender) and it doesn't have anything in its logged actions when I look at the protection history/quarantined items. To double check, I went ahead and added an exclusion to C:\Users\EricC\AppData\Local\Arduino15 and then reinstalled the IDE, but still have the same issue.