Arduino IDE 2.03 does not recognise ports

I used the 1.8 version for some time and it worked like a charm. I dowloaded and installed the IDE 2.03.

But the IDE fails to recognise the USB ports, I installed the additional driver. But that did not resolve the issue.

Any help is appreciated

Hi @rolf-electronics. Which operating system are you using (e.g., "Windows")?

I ask because I would like to give you the appropriate instructions for your operating system.

Your topic has been moved to the dedicated IDE 2.0 section of the forum.

Goormorning, I am using Windows 10

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

Please do this:

  1. Start Windows "File Explorer".
  2. Open the Arduino IDE installation folder.
    (usually C:\Program Files\Arduino IDE or C:\Users\<username>\AppData\Local\Programs\Arduino IDE).
  3. In the folder listing of the Arduino IDE installation folder, hold the Shift key while clicking the right hand button on the mouse.
  4. 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.
  5. Type the following command:
    & ".\Arduino IDE"
    
  6. Press the Enter key.
    Debug output should now be printed to the PowerShell window as Arduino IDE starts.
  7. Wait for Arduino IDE to finish starting.
  8. Switch back to the PowerShell window.
  9. Right click on the title bar of the PowerShell window.
    This will open a context menu.
  10. Select Edit > Select All from the context menu.
    This will select all the text in the PowerShell window.
  11. Press Ctrl+C.
    This will copy the contents of the PowerShell window to the clipboard.
  12. Open a forum reply here by clicking the Reply button.
  13. Click the </> 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 block
  14. Press Ctrl+V.
    This will paste the output into the code block.
  15. Move the cursor outside of the code block markup before you add any additional text to your reply.
  16. Click the Reply button to post the output.

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

PS C:\Users\Rolf\AppData\Local\Programs\Arduino IDE 2.03> & ".\Arduino IDE 2.03"
& : The term '.\Arduino IDE 2.03' is not recognized as the name of a cmdlet, function,
 script file, or operable program. Check the spelling of the name, or if a path was in
cluded, verify that the path is correct and try again.
At line:1 char:3
+ & ".\Arduino IDE 2.03"
+   ~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (.\Arduino IDE 2.03:String) [], Command
   NotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

PS C:\Users\Rolf\AppData\Local\Programs\Arduino IDE 2.03> & ".\Arduino IDE"
PS C:\Users\Rolf\AppData\Local\Programs\Arduino IDE 2.03>
Arduino IDE 2.0.3
Starting backend process. PID: 5940
Using browser-only version of superagent in non-browser environment
Configuration directory URI: 'file:///c%3A/Users/Rolf/.theia'
Configuring to accept webviews on '^.+\.webview\..+$' hostname.
2023-03-04T10:09:53.280Z root INFO Backend Object.initialize: 7.5 ms [Finished 8.950 s after backend start]
2023-03-04T10:09:53.280Z root INFO Backend Object.configure: 6.0 ms [Finished 8.950 s after backend start]
2023-03-04T10:09:53.281Z root INFO Backend MessagingContribution.onStart: 2.4 ms [Finished 8.950 s after backend start]
2023-03-04T10:09:53.282Z root INFO Backend OSBackendApplicationContribution.configure: 0.6 ms [Finished 9.176 s after backend start]
2023-03-04T10:09:53.284Z root INFO Backend DefaultWorkspaceServer.onStart: 0.5 ms [Finished 9.176 s after backend start]
2023-03-04T10:09:53.285Z root INFO Backend PluginLocalizationBackendContribution.configure: 0.2 ms [Finished 9.176 s after backend start]
2023-03-04T10:09:53.287Z root WARN Backend PluginLocalizationBackendContribution.initialize took longer than the expected maximum 50 milliseconds: 226.4 ms [Finished 9.177 s after backend start]
2023-03-04T10:09:53.287Z root INFO Backend TaskBackendApplicationContribution.onStart: 0.4 ms [Finished 9.177 s after backend start]
2023-03-04T10:09:53.288Z root INFO Backend ElectronTokenBackendContribution.configure: 2.2 ms [Finished 9.179 s after backend start]
2023-03-04T10:09:53.289Z root INFO Backend PluginDeployerContribution.initialize: 0.7 ms [Finished 9.180 s after backend start]
2023-03-04T10:09:53.290Z root INFO Backend ConfigServiceImpl.onStart: 1.3 ms [Finished 9.181 s after backend start]
2023-03-04T10:09:53.292Z root INFO Backend WebviewBackendSecurityWarnings.initialize: 0.6 ms [Finished 9.182 s after backend start]
2023-03-04T10:09:53.292Z root INFO Backend ArduinoDaemonImpl.onStart: 1.9 ms [Finished 9.184 s after backend start]
2023-03-04T10:09:53.293Z root INFO Backend NodeFileUploadService.configure: 3.6 ms [Finished 9.184 s after backend start]
2023-03-04T10:09:53.293Z daemon INFO Starting daemon from C:\Users\Rolf\AppData\Local\Programs\Arduino IDE 2.03\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-03-04T10:09:53.296Z discovery-log INFO start
2023-03-04T10:09:53.296Z discovery-log INFO start new deferred
2023-03-04T10:09:53.296Z root INFO Backend HostedPluginLocalizationService.initialize: 0.7 ms [Finished 9.186 s after backend start]
2023-03-04T10:09:53.296Z root INFO Backend BoardDiscovery.onStart: 1.4 ms [Finished 9.187 s after backend start]
2023-03-04T10:09:53.297Z root INFO Backend FileDownloadEndpoint.configure: 1.1 ms [Finished 9.187 s after backend start]
2023-03-04T10:09:53.298Z root INFO Backend AuthenticationServiceImpl.onStart: 0.7 ms [Finished 9.189 s after backend start]
2023-03-04T10:09:53.298Z root INFO Backend PluginApiContribution.configure: 0.9 ms [Finished 9.190 s after backend start]
2023-03-04T10:09:53.306Z root INFO Backend HostedPluginReader.configure: 0.9 ms [Finished 9.194 s after backend start]
2023-03-04T10:09:53.306Z root INFO Backend HostedPluginReader.configure: 0.3 ms [Finished 9.195 s after backend start]
2023-03-04T10:09:53.307Z root INFO Backend PlotterBackendContribution.configure: 7.1 ms [Finished 9.203 s after backend start]
2023-03-04T10:09:53.313Z root INFO Theia app listening on http://localhost:59059.
2023-03-04T10:09:53.314Z root INFO Finished starting backend application: 17.9 ms [Finished 9.211 s after backend start]
2023-03-04T10:09:53.317Z root WARN The local plugin referenced by local-dir:/c%3A/Users/Rolf/.arduinoIDE/plugins does not exist.
2023-03-04T10:09:53.318Z root WARN The local plugin referenced by local-dir:/c%3A/Users/Rolf/.arduinoIDE/extensions does not exist.
2023-03-04T10:09:53.319Z root WARN The local plugin referenced by local-dir:C:\Users\Rolf\.arduinoProIDE\plugins does not exist.
Restoring workspace roots: c:\Users\Rolf\Desktop\sketch_feb21a
isTempSketch: false. Input was c:\Users\Rolf\Desktop\sketch_feb21a\sketch_feb21a.ino
2023-03-04T10:09:53.513Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-03-04T10:09:53.513Z root INFO Resolved "cortex-debug" to a VS Code extension "cortex-debug@1.5.1" with engines:
2023-03-04T10:09:53.515Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-03-04T10:09:53.515Z root INFO Resolved "vscode-arduino-tools" to a VS Code extension "vscode-arduino-tools@0.0.2-beta.5" with engines:
2023-03-04T10:09:53.517Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-03-04T10:09:53.518Z root INFO Resolved "vscode-builtin-cpp" to a VS Code extension "cpp@1.52.1" with engines:
2023-03-04T10:09:53.518Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-03-04T10:09:53.519Z root INFO Resolved "vscode-builtin-json" to a VS Code extension "json@1.46.1" with engines:
2023-03-04T10:09:53.519Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-03-04T10:09:53.520Z root INFO Resolved "vscode-builtin-json-language-features" to a VS Code extension "json-language-features@1.46.1" with engines:
2023-03-04T10:09:53.520Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-03-04T10:09:53.521Z root INFO Resolved "vscode-language-pack-bg" to a VS Code extension "vscode-language-pack-bg@1.48.3" with engines:
2023-03-04T10:09:53.521Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-03-04T10:09:53.522Z root INFO Resolved "vscode-language-pack-cs" to a VS Code extension "vscode-language-pack-cs@1.53.2" with engines:
2023-03-04T10:09:53.522Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-03-04T10:09:53.523Z root INFO Resolved "vscode-language-pack-de" to a VS Code extension "vscode-language-pack-de@1.53.2" with engines:
2023-03-04T10:09:53.523Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-03-04T10:09:53.524Z root INFO Resolved "vscode-language-pack-es" to a VS Code extension "vscode-language-pack-es@1.53.2" with engines:
2023-03-04T10:09:53.524Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-03-04T10:09:53.525Z root INFO Resolved "vscode-language-pack-fr" to a VS Code extension "vscode-language-pack-fr@1.53.2" with engines:
2023-03-04T10:09:53.526Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-03-04T10:09:53.526Z root INFO Resolved "vscode-language-pack-hu" to a VS Code extension "vscode-language-pack-hu@1.48.3" with engines:
2023-03-04T10:09:53.527Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-03-04T10:09:53.527Z root INFO Resolved "vscode-language-pack-it" to a VS Code extension "vscode-language-pack-it@1.53.2" with engines:
2023-03-04T10:09:53.528Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-03-04T10:09:53.528Z root INFO Resolved "vscode-language-pack-ja" to a VS Code extension "vscode-language-pack-ja@1.53.2" with engines:
2023-03-04T10:09:53.534Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-03-04T10:09:53.534Z root INFO Resolved "vscode-language-pack-ko" to a VS Code extension "vscode-language-pack-ko@1.53.2" with engines:
2023-03-04T10:09:53.535Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-03-04T10:09:53.536Z root INFO Resolved "vscode-language-pack-nl" to a VS Code extension "vscode-language-pack-nl@1.48.3" with engines:
2023-03-04T10:09:53.536Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-03-04T10:09:53.537Z root INFO Resolved "vscode-language-pack-pl" to a VS Code extension "vscode-language-pack-pl@1.53.2" with engines:
2023-03-04T10:09:53.537Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-03-04T10:09:53.538Z root INFO Resolved "vscode-language-pack-pt-BR" to a VS Code extension "vscode-language-pack-pt-BR@1.53.2" with engines:
2023-03-04T10:09:53.538Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-03-04T10:09:53.539Z root INFO Resolved "vscode-language-pack-ru" to a VS Code extension "vscode-language-pack-ru@1.53.2" with engines:
2023-03-04T10:09:53.539Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-03-04T10:09:53.540Z root INFO Resolved "vscode-language-pack-tr" to a VS Code extension "vscode-language-pack-tr@1.53.2" with engines:
2023-03-04T10:09:53.540Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-03-04T10:09:53.541Z root INFO Resolved "vscode-language-pack-uk" to a VS Code extension "vscode-language-pack-uk@1.48.3" with engines:
2023-03-04T10:09:53.541Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-03-04T10:09:53.542Z root INFO Resolved "vscode-language-pack-zh-hans" to a VS Code extension "vscode-language-pack-zh-hans@1.53.2" with engines:
2023-03-04T10:09:53.639Z root INFO Resolve plugins list: 347.4 ms [Finished 9.535 s after backend start]
2023-03-04T10:09:53.660Z root INFO Deployed backend plugin "marus25.cortex-debug@1.5.1" from "C:\Users\Rolf\AppData\Local\Programs\Arduino IDE 2.03\resources\app\plugins\cortex-debug\extension\dist\extension.js": 20.8 ms [Finished 9.557 s after backend start]
2023-03-04T10:09:53.703Z root INFO Deployed backend plugin "arduino.vscode-arduino-tools@0.0.2-beta.5" from "C:\Users\Rolf\AppData\Local\Programs\Arduino IDE 2.03\resources\app\plugins\vscode-arduino-tools\extension\dist\bundle": 43.1 ms [Finished 9.600 s after backend start]
2023-03-04T10:09:53.789Z root INFO Deployed backend plugin "vscode.cpp@1.52.1" from "C:\Users\Rolf\AppData\Local\Programs\Arduino IDE 2.03\resources\app\plugins\vscode-builtin-cpp\extension": 85.5 ms [Finished 9.686 s after backend start]
2023-03-04T10:09:53.808Z root INFO Deployed backend plugin "vscode.json@1.46.1" from "C:\Users\Rolf\AppData\Local\Programs\Arduino IDE 2.03\resources\app\plugins\vscode-builtin-json\extension": 18.7 ms [Finished 9.705 s after backend start]
2023-03-04T10:09:53.809Z root INFO Deployed backend plugin "vscode.json-language-features@1.46.1" from "C:\Users\Rolf\AppData\Local\Programs\Arduino IDE 2.03\resources\app\plugins\vscode-builtin-json-language-features\extension\client\dist\jsonMain": 1.3 ms [Finished 9.706 s after backend start]
2023-03-04T10:09:54.296Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-bg@1.48.3" from "C:\Users\Rolf\AppData\Local\Programs\Arduino IDE 2.03\resources\app\plugins\vscode-language-pack-bg\extension": 487.0 ms [Finished 10.193 s after backend start]
2023-03-04T10:09:54.988Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-cs@1.53.2" from "C:\Users\Rolf\AppData\Local\Programs\Arduino IDE 2.03\resources\app\plugins\vscode-language-pack-cs\extension": 692.0 ms [Finished 10.885 s after backend start]
2023-03-04T10:09:55.645Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-de@1.53.2" from "C:\Users\Rolf\AppData\Local\Programs\Arduino IDE 2.03\resources\app\plugins\vscode-language-pack-de\extension": 656.6 ms [Finished 11.542 s after backend start]
Opening channel for service path '/services/electron-window-ext'.
Opening channel for service path '/services/electron-window'.
2023-03-04T10:09:56.269Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-es@1.53.2" from "C:\Users\Rolf\AppData\Local\Programs\Arduino IDE 2.03\resources\app\plugins\vscode-language-pack-es\extension": 624.5 ms [Finished 12.166 s after backend start]
Opening channel for service path '/services/ide-updater'.
2023-03-04T10:09:56.925Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-fr@1.53.2" from "C:\Users\Rolf\AppData\Local\Programs\Arduino IDE 2.03\resources\app\plugins\vscode-language-pack-fr\extension": 655.6 ms [Finished 12.822 s after backend start]
2023-03-04T10:09:57.262Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-hu@1.48.3" from "C:\Users\Rolf\AppData\Local\Programs\Arduino IDE 2.03\resources\app\plugins\vscode-language-pack-hu\extension": 337.4 ms [Finished 13.160 s after backend start]
2023-03-04T10:09:57.903Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-it@1.53.2" from "C:\Users\Rolf\AppData\Local\Programs\Arduino IDE 2.03\resources\app\plugins\vscode-language-pack-it\extension": 640.6 ms [Finished 13.800 s after backend start]
2023-03-04T10:09:58.581Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-ja@1.53.2" from "C:\Users\Rolf\AppData\Local\Programs\Arduino IDE 2.03\resources\app\plugins\vscode-language-pack-ja\extension": 677.2 ms [Finished 14.478 s after backend start]
2023-03-04T10:09:58.606Z root WARN Frontend a.configure took longer than the expected maximum 100 milliseconds: 1537.1 ms [Finished 4.436 s after frontend start]
2023-03-04T10:09:59.241Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-ko@1.53.2" from "C:\Users\Rolf\AppData\Local\Programs\Arduino IDE 2.03\resources\app\plugins\vscode-language-pack-ko\extension": 660.3 ms [Finished 15.138 s after backend start]
2023-03-04T10:09:59.249Z root WARN Frontend keybindings.onStart took longer than the expected maximum 100 milliseconds: 605.3 ms [Finished 5.094 s after frontend start]
2023-03-04T10:09:59.520Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-nl@1.48.3" from "C:\Users\Rolf\AppData\Local\Programs\Arduino IDE 2.03\resources\app\plugins\vscode-language-pack-nl\extension": 278.7 ms [Finished 15.417 s after backend start]
2023-03-04T10:10:00.146Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-pl@1.53.2" from "C:\Users\Rolf\AppData\Local\Programs\Arduino IDE 2.03\resources\app\plugins\vscode-language-pack-pl\extension": 625.9 ms [Finished 16.043 s after backend start]
2023-03-04T10:10:00.734Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-pt-br@1.53.2" from "C:\Users\Rolf\AppData\Local\Programs\Arduino IDE 2.03\resources\app\plugins\vscode-language-pack-pt-BR\extension": 588.7 ms [Finished 16.632 s after backend start]
2023-03-04T10:10:01.287Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-ru@1.53.2" from "C:\Users\Rolf\AppData\Local\Programs\Arduino IDE 2.03\resources\app\plugins\vscode-language-pack-ru\extension": 552.5 ms [Finished 17.184 s after backend start]
2023-03-04T10:10:02.087Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-tr@1.53.2" from "C:\Users\Rolf\AppData\Local\Programs\Arduino IDE 2.03\resources\app\plugins\vscode-language-pack-tr\extension": 800.1 ms [Finished 17.984 s after backend start]
2023-03-04T10:10:02.394Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-uk@1.48.3" from "C:\Users\Rolf\AppData\Local\Programs\Arduino IDE 2.03\resources\app\plugins\vscode-language-pack-uk\extension": 306.7 ms [Finished 18.291 s after backend start]
2023-03-04T10:10:02.858Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-zh-hans@1.53.2" from "C:\Users\Rolf\AppData\Local\Programs\Arduino IDE 2.03\resources\app\plugins\vscode-language-pack-zh-hans\extension": 463.6 ms [Finished 18.755 s after backend start]
2023-03-04T10:10:02.859Z root INFO Deploy plugins list: 347.4 ms [Finished 18.756 s after backend start]
2023-03-04T10:10:13.582Z daemon INFO INFO[0000] Using config file: c:\Users\Rolf\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.29.0

2023-03-04T10:10:13.583Z daemon INFO INFO[0000] Executing `arduino-cli daemon`         

2023-03-04T10:10:13.655Z daemon INFO {"IP":"127.0.0.1","Port":"49739"}

2023-03-04T10:10:13.656Z daemon INFO Daemon is running.
2023-03-04T10:10:13.697Z daemon INFO INFO[0000] Loading hardware from: c:\Users\Rolf\AppData\Local\Arduino15\packages

2023-03-04T10:10:13.700Z daemon INFO INFO[0000] Loading package arduino from: C:\Users\Rolf\AppData\Local\Arduino15\packages\arduino\hardware

2023-03-04T10:10:13.708Z daemon INFO INFO[0000] Checking signature                            error="opening signature file: open C:\\Users\\Rolf\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\installed.json.sig: The system cannot find the file specified." index="C:\\Users\\Rolf\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\installed.json" signatureFile="C:\\Users\\Rolf\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\installed.json.sig"

2023-03-04T10:10:13.714Z daemon INFO INFO[0000] Adding monitor tool                           protocol=serial tool="builtin:serial-monitor"

2023-03-04T10:10:13.715Z daemon INFO INFO[0000] Loaded platform                               platform="arduino:avr@1.8.6"
INFO[0000] Checking existence of 'tools' path: C:\Users\Rolf\AppData\Local\Arduino15\packages\arduino\tools
INFO[0000] Loading tools from dir: C:\Users\Rolf\AppData\Local\Arduino15\packages\arduino\tools

2023-03-04T10:10:13.716Z daemon INFO INFO[0000] Loaded tool                                   tool="arduino:arduinoOTA@1.3.0"

2023-03-04T10:10:13.717Z daemon INFO INFO[0000] Loaded tool                                   tool="arduino:avr-gcc@7.3.0-atmel3.6.1-arduino7"

2023-03-04T10:10:13.717Z daemon INFO INFO[0000] Loaded tool                                   tool="arduino:avrdude@6.3.0-arduino17"

2023-03-04T10:10:13.719Z daemon INFO INFO[0000] Loading package builtin from: C:\Users\Rolf\AppData\Local\Arduino15\packages\builtin

2023-03-04T10:10:13.724Z daemon INFO INFO[0000] Checking existence of 'tools' path: C:\Users\Rolf\AppData\Local\Arduino15\packages\builtin\tools
INFO[0000] Loading tools from dir: C:\Users\Rolf\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.8"
INFO[0000] Loaded tool                                   tool="builtin:serial-discovery@1.4.0"
INFO[0000] Loaded tool                                   tool="builtin:serial-monitor@0.13.0"

2023-03-04T10:10:13.725Z daemon INFO INFO[0000] Loading package teensy from: C:\Users\Rolf\AppData\Local\Arduino15\packages\teensy\hardware

2023-03-04T10:10:13.730Z daemon INFO INFO[0000] Checking signature                            error="opening signature file: open C:\\Users\\Rolf\\AppData\\Local\\Arduino15\\packages\\teensy\\hardware\\avr\\1.57.2\\installed.json.sig: The system cannot find the file specified." index="C:\\Users\\Rolf\\AppData\\Local\\Arduino15\\packages\\teensy\\hardware\\avr\\1.57.2\\installed.json" signatureFile="C:\\Users\\Rolf\\AppData\\Local\\Arduino15\\packages\\teensy\\hardware\\avr\\1.57.2\\installed.json.sig"

2023-03-04T10:10:13.740Z daemon INFO INFO[0000] Adding monitor tool                           protocol=teensy tool="teensy:teensy-monitor"
INFO[0000] Loaded platform                               platform="teensy:avr@1.57.2"

2023-03-04T10:10:13.741Z daemon INFO INFO[0000] Checking existence of 'tools' path: C:\Users\Rolf\AppData\Local\Arduino15\packages\teensy\tools
INFO[0000] Loading tools from dir: C:\Users\Rolf\AppData\Local\Arduino15\packages\teensy\tools

2023-03-04T10:10:13.742Z daemon INFO INFO[0000] Loaded tool                                   tool="teensy:teensy-compile@5.4.1"

2023-03-04T10:10:13.743Z daemon INFO INFO[0000] Loaded tool                                   tool="teensy:teensy-discovery@1.57.2"

2023-03-04T10:10:13.744Z daemon INFO INFO[0000] Loaded tool                                   tool="teensy:teensy-monitor@1.57.2"
INFO[0000] Loaded tool                                   tool="teensy:teensy-tools@1.57.2"

2023-03-04T10:10:13.798Z daemon INFO INFO[0000] Checking signature                            index="c:\\Users\\Rolf\\AppData\\Local\\Arduino15\\package_index.json" signatureFile="c:\\Users\\Rolf\\AppData\\Local\\Arduino15\\package_index.json.sig" trusted=true

2023-03-04T10:10:13.812Z daemon INFO INFO[0000] Checking signature                            error="opening signature file: open c:\\Users\\Rolf\\AppData\\Local\\Arduino15\\package_teensy_index.json.sig: The system cannot find the file specified." index="c:\\Users\\Rolf\\AppData\\Local\\Arduino15\\package_teensy_index.json" signatureFile="c:\\Users\\Rolf\\AppData\\Local\\Arduino15\\package_teensy_index.json.sig"

2023-03-04T10:10:13.822Z daemon INFO INFO[0000] Adding libraries dir                          dir="C:\\Users\\Rolf\\AppData\\Local\\Arduino15\\packages\\teensy\\hardware\\avr\\1.57.2\\libraries" location=platform

2023-03-04T10:10:13.830Z daemon INFO INFO[0000] Adding libraries dir                          dir="C:\\Users\\Rolf\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\libraries" location=platform

2023-03-04T10:10:13.831Z daemon INFO INFO[0000] Loading libraries index file                  index="c:\\Users\\Rolf\\AppData\\Local\\Arduino15\\library_index.json"

2023-03-04T10:10:14.336Z daemon INFO INFO[0000] Adding libraries dir                          dir="C:\\Users\\Rolf\\AppData\\Local\\Arduino15\\libraries" location=ide

2023-03-04T10:10:14.338Z daemon INFO INFO[0000] Adding libraries dir                          dir="c:\\Users\\Rolf\\Documents\\Arduino\\libraries" location=user

2023-03-04T10:10:26.278Z discovery-log INFO start request start watch
2023-03-04T10:10:26.279Z discovery-log INFO start requested start watch
2023-03-04T10:10:26.280Z discovery-log INFO start resolved watching
2023-03-04T10:10:26.284Z daemon INFO INFO[0012] starting discovery builtin:serial-discovery process

2023-03-04T10:10:26.285Z daemon INFO INFO[0012] starting discovery teensy:teensy-discovery process
INFO[0012] starting discovery builtin:mdns-discovery process

2023-03-04T10:10:26.287Z daemon INFO ERRO[0012] Discovery teensy:teensy-discovery failed to run: discovery teensy:teensy-discovery process not started: exec: "C:\\Users\\Rolf\\AppData\\Local\\Arduino15\\packages\\teensy\\tools\\teensy-discovery\\1.57.2\\teensy-discovery": file does not exist
ERRO[0012] Discovery builtin:mdns-discovery failed to run: discovery builtin:mdns-discovery process not started: exec: "C:\\Users\\Rolf\\AppData\\Local\\Arduino15\\packages\\builtin\\tools\\mdns-discovery\\1.0.8\\mdns-discovery": file does not exist

2023-03-04T10:10:26.288Z daemon INFO ERRO[0012] Discovery builtin:serial-discovery failed to run: discovery builtin:serial-discovery process not started: exec: "C:\\Users\\Rolf\\AppData\\Local\\Arduino15\\packages\\builtin\\tools\\serial-discovery\\1.4.0\\serial-discovery": file does not exist

2023-03-04T10:10:26.299Z sketches-service WARN Warning! The request sketch path was different than the response sketch path from the CLI. This could be a potential bug. Request: <c:\Users\Rolf\Desktop\sketch_feb21a\sketch_feb21a.ino>, response: <c:\Users\Rolf\Desktop\sketch_feb21a>.
2023-03-04T10:10:26.372Z root WARN Frontend l.onStart took longer than the expected maximum 100 milliseconds: 27560.6 ms [Finished 32.798 s after frontend start]
2023-03-04T10:10:26.427Z root INFO Start frontend contributions: 30109.1 ms [Finished 32.816 s after frontend start]
2023-03-04T10:10:26.428Z root INFO Changed application state from 'init' to 'started_contributions'.
2023-03-04T10:10:26.450Z root INFO [216deb1f-2c24-4177-ae8d-15c7fb8d5234] Waiting for backend deployment: 68.5 ms [Finished 32.870 s after frontend start]
2023-03-04T10:10:27.122Z sketches-service WARN Mismatching sketch file <3_Instruction_set.ino> and sketch folder name <3 Instruction_set>. Skipping
2023-03-04T10:10:27.123Z sketches-service WARN Mismatching sketch file <8BC_SAP3_Microcode_Revision_7.0.ino> and sketch folder name <8BC_SAP3_MicroCode_Revision_7.0>. Skipping
2023-03-04T10:10:27.124Z sketches-service WARN Mismatching sketch file <8BC_SAP3_Microcode_Revision_7.1.ino> and sketch folder name <8BC_SAP3_MicroCode_Revision_7.1>. Skipping
2023-03-04T10:10:27.125Z sketches-service WARN Mismatching sketch file <8BC_SAP2_Microcode_Revision_7.ino> and sketch folder name <8BC_SAP2_MicroCode_Revision_7>. Skipping
2023-03-04T10:10:27.127Z sketches-service WARN Mismatching sketch file <8BC_SAP2_Microcode_Revision_16_bit_control_word.ino> and sketch folder name <8BC_SAP2_MicroCode_Revision_16_bit_control_word>. Skipping
2023-03-04T10:10:27.128Z sketches-service WARN Mismatching sketch file <8BC_SAP2_Microcode_Revision_16_bit_control_word_rev_2.ino> and sketch folder name <8BC_SAP2_MicroCode_Revision_16_bit_control_word_rev_2>. Skipping
2023-03-04T10:10:27.129Z sketches-service WARN Mismatching sketch file <8BC_SAP2_Microcode_Revision_16_bit_control_word_rev_3.ino> and sketch folder name <8BC_SAP2_MicroCode_Revision_16_bit_control_word_rev_3>. Skipping
2023-03-04T10:10:27.129Z sketches-service WARN Mismatching sketch file <8BC_SAP2_Microcode_Revision_16_bit_control_word_rev_4.ino> and sketch folder name <8BC_SAP2_MicroCode_Revision_16_bit_control_word_rev_4>. Skipping
2023-03-04T10:10:27.130Z sketches-service WARN Mismatching sketch file <8BC_SAP2_Microcode_Revision_16_bit_control_word_rev_5.ino> and sketch folder name <8BC_SAP2_MicroCode_Revision_16_bit_control_word_rev_5>. Skipping
2023-03-04T10:10:27.131Z sketches-service WARN Mismatching sketch file <8BC_SAP2_Microcode_Revision_16_bit_control_word_rev_6.ino> and sketch folder name <8BC_SAP2_MicroCode_Revision_16_bit_control_word_rev_6>. Skipping
2023-03-04T10:10:28.057Z root INFO [216deb1f-2c24-4177-ae8d-15c7fb8d5234] Sync of 21 plugins: 1616.9 ms [Finished 34.487 s after frontend start]
2023-03-04T10:10:28.397Z root INFO [hosted-plugin: 2484] PLUGIN_HOST(2484) starting instance
2023-03-04T10:11:14.426Z root INFO Changed application state from 'started_contributions' to 'attached_shell'.
2023-03-04T10:11:14.427Z root INFO >>> Restoring the layout state...
2023-03-04T10:11:14.430Z root INFO ------- SERIALIZED LAYOUT DATA -------
2023-03-04T10:11:14.432Z root INFO {"version":5,"mainPanel":{"main":{"type":"tab-area","widgets":[{"constructionOptions":{"factoryId":"code-editor-opener","options":{"counter":0,"kind":"navigatable","uri":"file:///c%3A/Users/Rolf/Desktop/sketch_feb21a/sketch_feb21a.ino"}},"innerWidgetState":"{\"cursorState\":[{\"inSelectionMode\":false,\"selectionStart\":{\"lineNumber\":17,\"column\":30},\"position\":{\"lineNumber\":17,\"column\":30}}],\"viewState\":{\"scrollLeft\":0,\"firstPosition\":{\"lineNumber\":1,\"column\":1},\"firstPositionDeltaTop\":0},\"contributionsState\":{\"editor.contrib.folding\":{\"lineCount\":23,\"provider\":\"indent\",\"foldedImports\":false},\"editor.contrib.wordHighlighter\":false}}"}],"currentIndex":0}},"mainPanelPinned":[false],"bottomPanel":{"config":{"main":{"type":"tab-area","widgets":[{"constructionOptions":{"factoryId":"outputView"},"innerWidgetState":"{\"locked\":false}"}],"currentIndex":0}},"pinned":[false],"size":163,"expanded":true},"leftPanel":{"type":"sidepanel","items":[{"widget":{"constructionOptions":{"factoryId":"arduino-sketchbook-widget"}},"rank":1,"expanded":true,"pinned":false},{"widget":{"constructionOptions":{"factoryId":"boards-list-widget"}},"rank":2,"expanded":false,"pinned":false},{"widget":{"constructionOptions":{"factoryId":"library-list-widget"}},"rank":3,"expanded":false,"pinned":false},{"widget":{"constructionOptions":{"factoryId":"debug"},"innerWidgetState":"{\"parts\":[{\"partId\":\"debug:threads:-1\",\"collapsed\":true,\"hidden\":false,\"relativeSize\":0.06527415143603134,\"originalContainerId\":\"debug:view-container:-1\",\"originalContainerTitle\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true},\"widget\":{\"constructionOptions\":{\"factoryId\":\"debug:threads\"},\"innerWidgetState\":\"{}\"}},{\"partId\":\"debug:frames:-1\",\"collapsed\":true,\"hidden\":false,\"relativeSize\":0.8263707571801566,\"originalContainerId\":\"debug:view-container:-1\",\"originalContainerTitle\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true},\"widget\":{\"constructionOptions\":{\"factoryId\":\"debug:frames\"},\"innerWidgetState\":\"{}\"}},{\"partId\":\"debug:variables:-1\",\"collapsed\":true,\"hidden\":false,\"relativeSize\":0.5,\"originalContainerId\":\"debug:view-container:-1\",\"originalContainerTitle\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true},\"widget\":{\"constructionOptions\":{\"factoryId\":\"debug:variables\"},\"innerWidgetState\":\"{}\"}},{\"partId\":\"debug:watch:-1\",\"collapsed\":false,\"hidden\":false,\"relativeSize\":1,\"originalContainerId\":\"debug:view-container:-1\",\"originalContainerTitle\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true},\"widget\":{\"constructionOptions\":{\"factoryId\":\"debug:watch\"},\"innerWidgetState\":\"{}\"}},{\"partId\":\"debug:breakpoints:-1\",\"collapsed\":true,\"hidden\":false,\"originalContainerId\":\"debug:view-container:-1\",\"originalContainerTitle\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true},\"widget\":{\"constructionOptions\":{\"factoryId\":\"debug:breakpoints\"},\"innerWidgetState\":\"{}\"}},{\"partId\":\"plugin-view:cortex-debug.peripherals\",\"collapsed\":true,\"hidden\":true,\"originalContainerId\":\"debug:view-container:-1\",\"originalContainerTitle\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true},\"widget\":{\"constructionOptions\":{\"factoryId\":\"plugin-view\",\"options\":{\"id\":\"plugin-view:cortex-debug.peripherals\",\"viewId\":\"cortex-debug.peripherals\"}},\"innerWidgetState\":\"{\\\"label\\\":\\\"Cortex Peripherals\\\",\\\"widgets\\\":[],\\\"suppressUpdateViewVisibility\\\":false,\\\"currentViewContainerId\\\":\\\"debug\\\"}\"}},{\"partId\":\"plugin-view:cortex-debug.registers\",\"collapsed\":true,\"hidden\":true,\"originalContainerId\":\"debug:view-container:-1\",\"originalContainerTitle\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true},\"widget\":{\"constructionOptions\":{\"factoryId\":\"plugin-view\",\"options\":{\"id\":\"plugin-view:cortex-debug.registers\",\"viewId\":\"cortex-debug.registers\"}},\"innerWidgetState\":\"{\\\"label\\\":\\\"Cortex Registers\\\",\\\"widgets\\\":[],\\\"suppressUpdateViewVisibility\\\":false,\\\"currentViewContainerId\\\":\\\"debug\\\"}\"}}],\"title\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true}}"},"rank":4,"expanded":false,"pinned":false},{"widget":{"constructionOptions":{"factoryId":"search-view-container"},"innerWidgetState":"{\"parts\":[{\"partId\":\"search-in-workspace\",\"collapsed\":false,\"hidden\":false,\"originalContainerId\":\"search-view-container\",\"originalContainerTitle\":{\"label\":\"Search\",\"iconClass\":\"codicon codicon-search\",\"closeable\":true},\"widget\":{\"constructionOptions\":{\"factoryId\":\"search-in-workspace\"},\"innerWidgetState\":\"{\\\"matchCaseState\\\":{\\\"className\\\":\\\"codicon codicon-case-sensitive\\\",\\\"enabled\\\":false,\\\"title\\\":\\\"Match Case\\\"},\\\"wholeWordState\\\":{\\\"className\\\":\\\"codicon codicon-whole-word\\\",\\\"enabled\\\":false,\\\"title\\\":\\\"Match Whole Word\\\"},\\\"regExpState\\\":{\\\"className\\\":\\\"codicon codicon-regex\\\",\\\"enabled\\\":false,\\\"title\\\":\\\"Use Regular Expression\\\"},\\\"includeIgnoredState\\\":{\\\"className\\\":\\\"codicon codicon-eye\\\",\\\"enabled\\\":false,\\\"title\\\":\\\"Include Ignored Files\\\"},\\\"showSearchDetails\\\":false,\\\"searchInWorkspaceOptions\\\":{\\\"matchCase\\\":false,\\\"matchWholeWord\\\":false,\\\"useRegExp\\\":false,\\\"includeIgnored\\\":false,\\\"include\\\":[],\\\"exclude\\\":[],\\\"maxResults\\\":2000},\\\"searchTerm\\\":\\\"\\\",\\\"replaceTerm\\\":\\\"\\\",\\\"showReplaceField\\\":false,\\\"searchHistoryState\\\":{\\\"history\\\":[],\\\"index\\\":0},\\\"replaceHistoryState\\\":{\\\"history\\\":[],\\\"index\\\":0},\\\"includeHistoryState\\\":{\\\"history\\\":[],\\\"index\\\":0},\\\"excludeHistoryState\\\":{\\\"history\\\":[],\\\"index\\\":0}}\"}}],\"title\":{\"label\":\"Search\",\"iconClass\":\"fa fa-arduino-search\",\"closeable\":true}}"},"rank":5,"expanded":false,"pinned":false}],"size":248},"rightPanel":{"type":"sidepanel","items":[]}}
2023-03-04T10:11:14.433Z root INFO ------- END SERIALIZED LAYOUT DATA -------
2023-03-04T10:11:15.079Z root INFO <<< The layout has been successfully restored.
2023-03-04T10:11:15.287Z root INFO Initialize the workbench layout: 678.0 ms [Finished 81.510 s after frontend start]
2023-03-04T10:11:15.291Z root INFO Changed application state from 'attached_shell' to 'initialized_layout'.
2023-03-04T10:11:15.292Z root INFO [216deb1f-2c24-4177-ae8d-15c7fb8d5234][marus25.cortex-debug]: Loaded contributions.
2023-03-04T10:11:15.293Z root INFO [216deb1f-2c24-4177-ae8d-15c7fb8d5234][arduino.vscode-arduino-tools]: Loaded contributions.
2023-03-04T10:11:15.297Z root INFO [216deb1f-2c24-4177-ae8d-15c7fb8d5234][vscode.cpp]: Loaded contributions.
2023-03-04T10:11:15.297Z root INFO [216deb1f-2c24-4177-ae8d-15c7fb8d5234][vscode.json]: Loaded contributions.
2023-03-04T10:11:15.298Z root INFO [216deb1f-2c24-4177-ae8d-15c7fb8d5234][vscode.json-language-features]: Loaded contributions.
2023-03-04T10:11:15.298Z root INFO [216deb1f-2c24-4177-ae8d-15c7fb8d5234][ms-ceintl.vscode-language-pack-bg]: Loaded contributions.
2023-03-04T10:11:15.299Z root INFO [216deb1f-2c24-4177-ae8d-15c7fb8d5234][ms-ceintl.vscode-language-pack-cs]: Loaded contributions.
2023-03-04T10:11:15.299Z root INFO [216deb1f-2c24-4177-ae8d-15c7fb8d5234][ms-ceintl.vscode-language-pack-de]: Loaded contributions.
2023-03-04T10:11:15.299Z root INFO [216deb1f-2c24-4177-ae8d-15c7fb8d5234][ms-ceintl.vscode-language-pack-es]: Loaded contributions.
2023-03-04T10:11:15.303Z root INFO [216deb1f-2c24-4177-ae8d-15c7fb8d5234][ms-ceintl.vscode-language-pack-fr]: Loaded contributions.
2023-03-04T10:11:15.303Z root INFO [216deb1f-2c24-4177-ae8d-15c7fb8d5234][ms-ceintl.vscode-language-pack-hu]: Loaded contributions.
2023-03-04T10:11:15.305Z root INFO [216deb1f-2c24-4177-ae8d-15c7fb8d5234][ms-ceintl.vscode-language-pack-it]: Loaded contributions.
2023-03-04T10:11:15.306Z root INFO [216deb1f-2c24-4177-ae8d-15c7fb8d5234][ms-ceintl.vscode-language-pack-ja]: Loaded contributions.
2023-03-04T10:11:15.311Z root INFO [216deb1f-2c24-4177-ae8d-15c7fb8d5234][ms-ceintl.vscode-language-pack-ko]: Loaded contributions.
2023-03-04T10:11:15.311Z root INFO [216deb1f-2c24-4177-ae8d-15c7fb8d5234][ms-ceintl.vscode-language-pack-nl]: Loaded contributions.
2023-03-04T10:11:15.312Z root INFO [216deb1f-2c24-4177-ae8d-15c7fb8d5234][ms-ceintl.vscode-language-pack-pl]: Loaded contributions.
2023-03-04T10:11:15.313Z root INFO [216deb1f-2c24-4177-ae8d-15c7fb8d5234][ms-ceintl.vscode-language-pack-pt-br]: Loaded contributions.
2023-03-04T10:11:15.314Z root INFO [216deb1f-2c24-4177-ae8d-15c7fb8d5234][ms-ceintl.vscode-language-pack-ru]: Loaded contributions.
2023-03-04T10:11:15.314Z root INFO [216deb1f-2c24-4177-ae8d-15c7fb8d5234][ms-ceintl.vscode-language-pack-tr]: Loaded contributions.
2023-03-04T10:11:15.315Z root INFO [216deb1f-2c24-4177-ae8d-15c7fb8d5234][ms-ceintl.vscode-language-pack-uk]: Loaded contributions.
2023-03-04T10:11:15.315Z root INFO [216deb1f-2c24-4177-ae8d-15c7fb8d5234][ms-ceintl.vscode-language-pack-zh-hans]: Loaded contributions.
2023-03-04T10:11:15.316Z root INFO [216deb1f-2c24-4177-ae8d-15c7fb8d5234] Load contributions of 21 plugins: 203.6 ms [Finished 81.715 s after frontend start]
2023-03-04T10:11:15.383Z root WARN 'cpp' language is remapped from 'source.cpp.embedded.macro' to 'source.cpp' scope
2023-03-04T10:11:15.384Z root WARN a registered grammar configuration for 'cpp' language is overridden
2023-03-04T10:11:15.927Z root INFO [hosted-plugin: 2484] PLUGIN_HOST(2484): PluginManagerExtImpl/init()
2023-03-04T10:11:15.931Z root INFO [hosted-plugin: 2484] PLUGIN_HOST(2484): initializing(cortex-debug@1.5.1 with C:\Users\Rolf\AppData\Local\Programs\Arduino IDE 2.03\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-03-04T10:11:15.950Z root INFO [hosted-plugin: 2484] Debugger contribution has been registered: cortex-debug
2023-03-04T10:11:15.954Z root INFO [hosted-plugin: 2484] PLUGIN_HOST(2484): initializing(vscode-arduino-tools@0.0.2-beta.5 with C:\Users\Rolf\AppData\Local\Programs\Arduino IDE 2.03\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-03-04T10:11:15.956Z root INFO [hosted-plugin: 2484] PLUGIN_HOST(2484): initializing(cpp@1.52.1 with C:\Users\Rolf\AppData\Local\Programs\Arduino IDE 2.03\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-03-04T10:11:15.958Z root INFO [hosted-plugin: 2484] PLUGIN_HOST(2484): initializing(json@1.46.1 with C:\Users\Rolf\AppData\Local\Programs\Arduino IDE 2.03\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-03-04T10:11:15.959Z root INFO [hosted-plugin: 2484] PLUGIN_HOST(2484): initializing(json-language-features@1.46.1 with C:\Users\Rolf\AppData\Local\Programs\Arduino IDE 2.03\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-03-04T10:11:15.962Z root INFO [hosted-plugin: 2484] PLUGIN_HOST(2484): initializing(vscode-language-pack-bg@1.48.3 with C:\Users\Rolf\AppData\Local\Programs\Arduino IDE 2.03\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-03-04T10:11:15.964Z root INFO [hosted-plugin: 2484] PLUGIN_HOST(2484): initializing(vscode-language-pack-cs@1.53.2 with C:\Users\Rolf\AppData\Local\Programs\Arduino IDE 2.03\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-03-04T10:11:15.965Z root INFO [hosted-plugin: 2484] PLUGIN_HOST(2484): initializing(vscode-language-pack-de@1.53.2 with C:\Users\Rolf\AppData\Local\Programs\Arduino IDE 2.03\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-03-04T10:11:15.967Z root INFO [hosted-plugin: 2484] PLUGIN_HOST(2484): initializing(vscode-language-pack-es@1.53.2 with C:\Users\Rolf\AppData\Local\Programs\Arduino IDE 2.03\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-03-04T10:11:15.970Z root INFO [hosted-plugin: 2484] PLUGIN_HOST(2484): initializing(vscode-language-pack-fr@1.53.2 with C:\Users\Rolf\AppData\Local\Programs\Arduino IDE 2.03\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-03-04T10:11:15.972Z root INFO [hosted-plugin: 2484] PLUGIN_HOST(2484): initializing(vscode-language-pack-hu@1.48.3 with C:\Users\Rolf\AppData\Local\Programs\Arduino IDE 2.03\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-03-04T10:11:15.975Z root INFO [hosted-plugin: 2484] PLUGIN_HOST(2484): initializing(vscode-language-pack-it@1.53.2 with C:\Users\Rolf\AppData\Local\Programs\Arduino IDE 2.03\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-03-04T10:11:15.976Z root INFO [hosted-plugin: 2484] PLUGIN_HOST(2484): initializing(vscode-language-pack-ja@1.53.2 with C:\Users\Rolf\AppData\Local\Programs\Arduino IDE 2.03\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-03-04T10:11:15.978Z root INFO [hosted-plugin: 2484] PLUGIN_HOST(2484): initializing(vscode-language-pack-ko@1.53.2 with C:\Users\Rolf\AppData\Local\Programs\Arduino IDE 2.03\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-03-04T10:11:15.978Z root INFO [hosted-plugin: 2484] PLUGIN_HOST(2484): initializing(vscode-language-pack-nl@1.48.3 with C:\Users\Rolf\AppData\Local\Programs\Arduino IDE 2.03\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-03-04T10:11:15.979Z root INFO [hosted-plugin: 2484] PLUGIN_HOST(2484): initializing(vscode-language-pack-pl@1.53.2 with C:\Users\Rolf\AppData\Local\Programs\Arduino IDE 2.03\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-03-04T10:11:15.980Z root INFO [hosted-plugin: 2484] PLUGIN_HOST(2484): initializing(vscode-language-pack-pt-BR@1.53.2 with C:\Users\Rolf\AppData\Local\Programs\Arduino IDE 2.03\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-03-04T10:11:15.983Z root INFO [hosted-plugin: 2484] PLUGIN_HOST(2484): initializing(vscode-language-pack-ru@1.53.2 with C:\Users\Rolf\AppData\Local\Programs\Arduino IDE 2.03\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-03-04T10:11:15.985Z root INFO [hosted-plugin: 2484] PLUGIN_HOST(2484): initializing(vscode-language-pack-tr@1.53.2 with C:\Users\Rolf\AppData\Local\Programs\Arduino IDE 2.03\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-03-04T10:11:15.986Z root INFO [hosted-plugin: 2484] PLUGIN_HOST(2484): initializing(vscode-language-pack-uk@1.48.3 with C:\Users\Rolf\AppData\Local\Programs\Arduino IDE 2.03\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-03-04T10:11:15.987Z root INFO [hosted-plugin: 2484] PLUGIN_HOST(2484): initializing(vscode-language-pack-zh-hans@1.53.2 with C:\Users\Rolf\AppData\Local\Programs\Arduino IDE 2.03\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-03-04T10:11:16.010Z root INFO [hosted-plugin: 2484] PLUGIN_HOST(2484): PluginManagerExtImpl/loadPlugin(C:\Users\Rolf\AppData\Local\Programs\Arduino IDE 2.03\resources\app\plugins\vscode-builtin-json-language-features\extension\client\dist\jsonMain)
2023-03-04T10:11:16.906Z root INFO Frontend application start: 78912.0 ms [Finished 92.802 s after backend start]
2023-03-04T10:11:16.914Z root INFO Replace loading indicator with ready workbench UI (animation): 893.0 ms [Finished 82.611 s after frontend start]
2023-03-04T10:11:16.915Z root INFO Changed application state from 'initialized_layout' to 'ready'.
Checking for update
2023-03-04T10:11:17.012Z root WARN Linked preference "workbench.colorCustomizations" not found. Source: "editor.bracketPairColorization.enabled"
2023-03-04T10:11:17.138Z root INFO [hosted-plugin: 2484] PLUGIN_HOST(2484): PluginManagerExtImpl/loadPlugin(C:\Users\Rolf\AppData\Local\Programs\Arduino IDE 2.03\resources\app\plugins\vscode-arduino-tools\extension\dist\bundle)
2023-03-04T10:11:17.143Z sketches-service WARN Mismatching sketch file <3_Instruction_set.ino> and sketch folder name <3 Instruction_set>. Skipping
2023-03-04T10:11:17.144Z sketches-service WARN Mismatching sketch file <8BC_SAP3_Microcode_Revision_7.0.ino> and sketch folder name <8BC_SAP3_MicroCode_Revision_7.0>. Skipping
2023-03-04T10:11:17.145Z sketches-service WARN Mismatching sketch file <8BC_SAP3_Microcode_Revision_7.1.ino> and sketch folder name <8BC_SAP3_MicroCode_Revision_7.1>. Skipping
2023-03-04T10:11:17.146Z sketches-service WARN Mismatching sketch file <8BC_SAP2_Microcode_Revision_7.ino> and sketch folder name <8BC_SAP2_MicroCode_Revision_7>. Skipping
2023-03-04T10:11:17.148Z sketches-service WARN Mismatching sketch file <8BC_SAP2_Microcode_Revision_16_bit_control_word.ino> and sketch folder name <8BC_SAP2_MicroCode_Revision_16_bit_control_word>. Skipping
2023-03-04T10:11:17.149Z sketches-service WARN Mismatching sketch file <8BC_SAP2_Microcode_Revision_16_bit_control_word_rev_2.ino> and sketch folder name <8BC_SAP2_MicroCode_Revision_16_bit_control_word_rev_2>. Skipping
2023-03-04T10:11:17.149Z sketches-service WARN Mismatching sketch file <8BC_SAP2_Microcode_Revision_16_bit_control_word_rev_3.ino> and sketch folder name <8BC_SAP2_MicroCode_Revision_16_bit_control_word_rev_3>. Skipping
2023-03-04T10:11:17.150Z sketches-service WARN Mismatching sketch file <8BC_SAP2_Microcode_Revision_16_bit_control_word_rev_4.ino> and sketch folder name <8BC_SAP2_MicroCode_Revision_16_bit_control_word_rev_4>. Skipping
2023-03-04T10:11:17.151Z sketches-service WARN Mismatching sketch file <8BC_SAP2_Microcode_Revision_16_bit_control_word_rev_5.ino> and sketch folder name <8BC_SAP2_MicroCode_Revision_16_bit_control_word_rev_5>. Skipping
2023-03-04T10:11:17.151Z sketches-service WARN Mismatching sketch file <8BC_SAP2_Microcode_Revision_16_bit_control_word_rev_6.ino> and sketch folder name <8BC_SAP2_MicroCode_Revision_16_bit_control_word_rev_6>. Skipping
2023-03-04T10:11:17.611Z daemon INFO INFO[0064] Updating libraries index               
INFO[0064] Updating index                                url="https://downloads.arduino.cc/packages/package_index.tar.bz2"

2023-03-04T10:11:17.621Z root INFO core-client-provider [platform-index]
2023-03-04T10:11:17.623Z root INFO core-client-provider [library-index]
Found version 2.0.4 (url: arduino-ide_2.0.4_Windows_64bit.exe)
2023-03-04T10:11:19.149Z root ERROR ---- !!!SLOW!!! DURATION: search took 2015.120 ms. Args: [{"type":"Updatable"}] ----
2023-03-04T10:11:19.153Z root INFO core-client-provider [platform-index]
2023-03-04T10:11:19.168Z root INFO [216deb1f-2c24-4177-ae8d-15c7fb8d5234][marus25.cortex-debug]: Started plugin.
2023-03-04T10:11:19.169Z root INFO [216deb1f-2c24-4177-ae8d-15c7fb8d5234][arduino.vscode-arduino-tools]: Started plugin.
2023-03-04T10:11:19.169Z root INFO [216deb1f-2c24-4177-ae8d-15c7fb8d5234][vscode.cpp]: Started plugin.
2023-03-04T10:11:19.170Z root INFO [216deb1f-2c24-4177-ae8d-15c7fb8d5234][vscode.json]: Started plugin.
2023-03-04T10:11:19.171Z root INFO [216deb1f-2c24-4177-ae8d-15c7fb8d5234][vscode.json-language-features]: Started plugin.
2023-03-04T10:11:19.173Z root INFO [216deb1f-2c24-4177-ae8d-15c7fb8d5234][ms-ceintl.vscode-language-pack-bg]: Started plugin.
2023-03-04T10:11:19.173Z root INFO [216deb1f-2c24-4177-ae8d-15c7fb8d5234][ms-ceintl.vscode-language-pack-cs]: Started plugin.
2023-03-04T10:11:19.176Z root INFO [216deb1f-2c24-4177-ae8d-15c7fb8d5234][ms-ceintl.vscode-language-pack-de]: Started plugin.
2023-03-04T10:11:19.176Z root INFO [216deb1f-2c24-4177-ae8d-15c7fb8d5234][ms-ceintl.vscode-language-pack-es]: Started plugin.
2023-03-04T10:11:19.177Z root INFO [216deb1f-2c24-4177-ae8d-15c7fb8d5234][ms-ceintl.vscode-language-pack-fr]: Started plugin.
2023-03-04T10:11:19.177Z root INFO [216deb1f-2c24-4177-ae8d-15c7fb8d5234][ms-ceintl.vscode-language-pack-hu]: Started plugin.
2023-03-04T10:11:19.185Z root INFO [216deb1f-2c24-4177-ae8d-15c7fb8d5234][ms-ceintl.vscode-language-pack-it]: Started plugin.
2023-03-04T10:11:19.185Z root INFO [216deb1f-2c24-4177-ae8d-15c7fb8d5234][ms-ceintl.vscode-language-pack-ja]: Started plugin.
2023-03-04T10:11:19.186Z root INFO [216deb1f-2c24-4177-ae8d-15c7fb8d5234][ms-ceintl.vscode-language-pack-ko]: Started plugin.
2023-03-04T10:11:19.187Z root INFO [216deb1f-2c24-4177-ae8d-15c7fb8d5234][ms-ceintl.vscode-language-pack-nl]: Started plugin.
2023-03-04T10:11:19.189Z root INFO [216deb1f-2c24-4177-ae8d-15c7fb8d5234][ms-ceintl.vscode-language-pack-pl]: Started plugin.
2023-03-04T10:11:19.190Z root INFO [216deb1f-2c24-4177-ae8d-15c7fb8d5234][ms-ceintl.vscode-language-pack-pt-br]: Started plugin.
2023-03-04T10:11:19.192Z root INFO [216deb1f-2c24-4177-ae8d-15c7fb8d5234][ms-ceintl.vscode-language-pack-ru]: Started plugin.
2023-03-04T10:11:19.193Z root INFO [216deb1f-2c24-4177-ae8d-15c7fb8d5234][ms-ceintl.vscode-language-pack-tr]: Started plugin.
2023-03-04T10:11:19.194Z root INFO [216deb1f-2c24-4177-ae8d-15c7fb8d5234][ms-ceintl.vscode-language-pack-uk]: Started plugin.
2023-03-04T10:11:19.194Z root INFO [216deb1f-2c24-4177-ae8d-15c7fb8d5234][ms-ceintl.vscode-language-pack-zh-hans]: Started plugin.
2023-03-04T10:11:19.199Z daemon INFO INFO[0064] Updating index                                url="https://www.pjrc.com/teensy/package_teensy_index.json"

2023-03-04T10:11:19.225Z root INFO [hosted-plugin: 2484] PLUGIN_HOST(2484): PluginManagerExtImpl/loadPlugin(C:\Users\Rolf\AppData\Local\Programs\Arduino IDE 2.03\resources\app\plugins\cortex-debug\extension\dist\extension.js)
2023-03-04T10:11:19.299Z root INFO [hosted-plugin: 2484] Debug configuration provider has been registered: cortex-debug, trigger: 1
2023-03-04T10:11:19.304Z root INFO [hosted-plugin: 2484] GDB server console created
2023-03-04T10:11:19.320Z root INFO [216deb1f-2c24-4177-ae8d-15c7fb8d5234] Start of 21 plugins: 4016.4 ms [Finished 85.747 s after frontend start]
2023-03-04T10:11:19.353Z root INFO Starting language server: arduino:avr:nano
2023-03-04T10:11:26.734Z daemon INFO INFO[0073] Loading hardware from: c:\Users\Rolf\AppData\Local\Arduino15\packages

2023-03-04T10:11:26.737Z daemon INFO INFO[0073] Loading package arduino from: C:\Users\Rolf\AppData\Local\Arduino15\packages\arduino\hardware

2023-03-04T10:11:26.742Z daemon INFO INFO[0073] Checking signature                            error="opening signature file: open C:\\Users\\Rolf\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\installed.json.sig: The system cannot find the file specified." index="C:\\Users\\Rolf\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\installed.json" signatureFile="C:\\Users\\Rolf\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\installed.json.sig"

2023-03-04T10:11:26.746Z daemon INFO INFO[0073] Adding monitor tool                           protocol=serial tool="builtin:serial-monitor"

2023-03-04T10:11:26.746Z daemon INFO INFO[0073] Loaded platform                               platform="arduino:avr@1.8.6"
INFO[0073] Checking existence of 'tools' path: C:\Users\Rolf\AppData\Local\Arduino15\packages\arduino\tools
INFO[0073] Loading tools from dir: C:\Users\Rolf\AppData\Local\Arduino15\packages\arduino\tools

2023-03-04T10:11:26.747Z daemon INFO INFO[0073] Loaded tool                                   tool="arduino:arduinoOTA@1.3.0"

2023-03-04T10:11:26.748Z daemon INFO INFO[0073] Loaded tool                                   tool="arduino:avr-gcc@7.3.0-atmel3.6.1-arduino7"

2023-03-04T10:11:26.749Z daemon INFO INFO[0073] Loaded tool                                   tool="arduino:avrdude@6.3.0-arduino17"

2023-03-04T10:11:26.751Z daemon INFO INFO[0073] Loading package builtin from: C:\Users\Rolf\AppData\Local\Arduino15\packages\builtin

2023-03-04T10:11:26.751Z daemon INFO INFO[0073] Checking existence of 'tools' path: C:\Users\Rolf\AppData\Local\Arduino15\packages\builtin\tools
INFO[0073] Loading tools from dir: C:\Users\Rolf\AppData\Local\Arduino15\packages\builtin\tools

2023-03-04T10:11:26.752Z daemon INFO INFO[0073] Loaded tool                                   tool="builtin:ctags@5.8-arduino11"

2023-03-04T10:11:26.753Z daemon INFO INFO[0073] Loaded tool                                   tool="builtin:mdns-discovery@1.0.8"

2023-03-04T10:11:26.758Z daemon INFO INFO[0073] Loaded tool                                   tool="builtin:serial-discovery@1.4.0"
INFO[0073] Loaded tool                                   tool="builtin:serial-monitor@0.13.0"
INFO[0073] Loading package teensy from: C:\Users\Rolf\AppData\Local\Arduino15\packages\teensy\hardware

2023-03-04T10:11:26.761Z daemon INFO INFO[0073] Checking signature                            error="opening signature file: open C:\\Users\\Rolf\\AppData\\Local\\Arduino15\\packages\\teensy\\hardware\\avr\\1.57.2\\installed.json.sig: The system cannot find the file specified." index="C:\\Users\\Rolf\\AppData\\Local\\Arduino15\\packages\\teensy\\hardware\\avr\\1.57.2\\installed.json" signatureFile="C:\\Users\\Rolf\\AppData\\Local\\Arduino15\\packages\\teensy\\hardware\\avr\\1.57.2\\installed.json.sig"

2023-03-04T10:11:26.767Z daemon INFO INFO[0073] Adding monitor tool                           protocol=teensy tool="teensy:teensy-monitor"

2023-03-04T10:11:26.767Z daemon INFO INFO[0073] Loaded platform                               platform="teensy:avr@1.57.2"
INFO[0073] Checking existence of 'tools' path: C:\Users\Rolf\AppData\Local\Arduino15\packages\teensy\tools
INFO[0073] Loading tools from dir: C:\Users\Rolf\AppData\Local\Arduino15\packages\teensy\tools

2023-03-04T10:11:26.768Z daemon INFO INFO[0073] Loaded tool                                   tool="teensy:teensy-compile@5.4.1"

2023-03-04T10:11:26.769Z daemon INFO INFO[0073] Loaded tool                                   tool="teensy:teensy-discovery@1.57.2"

2023-03-04T10:11:26.773Z daemon INFO INFO[0073] Loaded tool                                   tool="teensy:teensy-monitor@1.57.2"
INFO[0073] Loaded tool                                   tool="teensy:teensy-tools@1.57.2"

2023-03-04T10:11:26.780Z daemon INFO INFO[0073] Checking signature                            index="c:\\Users\\Rolf\\AppData\\Local\\Arduino15\\package_index.json" signatureFile="c:\\Users\\Rolf\\AppData\\Local\\Arduino15\\package_index.json.sig" trusted=true

2023-03-04T10:11:26.784Z daemon INFO INFO[0073] Checking signature                            error="opening signature file: open c:\\Users\\Rolf\\AppData\\Local\\Arduino15\\package_teensy_index.json.sig: The system cannot find the file specified." index="c:\\Users\\Rolf\\AppData\\Local\\Arduino15\\package_teensy_index.json" signatureFile="c:\\Users\\Rolf\\AppData\\Local\\Arduino15\\package_teensy_index.json.sig"

2023-03-04T10:11:26.791Z daemon INFO INFO[0073] Adding libraries dir                          dir="C:\\Users\\Rolf\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\libraries" location=platform

2023-03-04T10:11:26.797Z daemon INFO INFO[0073] Adding libraries dir                          dir="C:\\Users\\Rolf\\AppData\\Local\\Arduino15\\packages\\teensy\\hardware\\avr\\1.57.2\\libraries" location=platform
INFO[0073] Loading libraries index file                  index="c:\\Users\\Rolf\\AppData\\Local\\Arduino15\\library_index.json"

2023-03-04T10:11:27.033Z daemon INFO INFO[0073] Adding libraries dir                          dir="C:\\Users\\Rolf\\AppData\\Local\\Arduino15\\libraries" location=ide

2023-03-04T10:11:27.035Z daemon INFO INFO[0073] Adding libraries dir                          dir="c:\\Users\\Rolf\\Documents\\Arduino\\libraries" location=user

2023-03-04T10:11:39.363Z root INFO Failed to start language server for arduino:avr:nano
2023-03-04T10:11:39.390Z root INFO Starting language server: arduino:avr:nano
2023-03-04T10:11:39.927Z daemon INFO INFO[0086] Searching tools required for board arduino:avr:nano

2023-03-04T10:11:39.927Z daemon INFO INFO[0086] Required tool                                 tool="arduino:arduinoOTA@1.3.0"
INFO[0086] Required tool                                 tool="arduino:avr-gcc@7.3.0-atmel3.6.1-arduino7"
INFO[0086] Required tool                                 tool="arduino:avrdude@6.3.0-arduino17"
INFO[0086] Adding libraries dir                          dir="C:\\Users\\Rolf\\AppData\\Local\\Arduino15\\libraries" location=ide
INFO[0086] Adding libraries dir                          dir="C:\\Users\\Rolf\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\libraries" location=platform

2023-03-04T10:11:39.929Z daemon INFO INFO[0086] Adding libraries dir                          dir="c:\\Users\\Rolf\\Documents\\Arduino\\libraries" location=user

2023-03-04T10:11:40.848Z daemon INFO INFO[0087] Resolving include Wire.h for arch avr  

2023-03-04T10:11:40.849Z daemon INFO INFO[0087]   found better lib                            lib=Wire prio=64C

2023-03-04T10:11:42.339Z daemon INFO INFO[0088] Searching tools required for board arduino:avr:nano

2023-03-04T10:11:42.340Z daemon INFO INFO[0088] Required tool                                 tool="arduino:arduinoOTA@1.3.0"
INFO[0088] Required tool                                 tool="arduino:avr-gcc@7.3.0-atmel3.6.1-arduino7"
INFO[0088] Required tool                                 tool="arduino:avrdude@6.3.0-arduino17"

2023-03-04T10:11:44.210Z daemon INFO INFO[0090] Searching tools required for board arduino:avr:nano

2023-03-04T10:11:44.211Z daemon INFO INFO[0090] Required tool                                 tool="arduino:arduinoOTA@1.3.0"
INFO[0090] Required tool                                 tool="arduino:avr-gcc@7.3.0-atmel3.6.1-arduino7"
INFO[0090] Required tool                                 tool="arduino:avrdude@6.3.0-arduino17"
INFO[0090] Adding libraries dir                          dir="C:\\Users\\Rolf\\AppData\\Local\\Arduino15\\libraries" location=ide

2023-03-04T10:11:44.214Z daemon INFO INFO[0090] Adding libraries dir                          dir="C:\\Users\\Rolf\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\libraries" location=platform
INFO[0090] Adding libraries dir                          dir="c:\\Users\\Rolf\\Documents\\Arduino\\libraries" location=user

2023-03-04T10:11:45.279Z daemon INFO INFO[0091] Resolving include Wire.h for arch avr  
INFO[0091]   found better lib                            lib=Wire prio=64C

[2740:0304/111146.540:ERROR:gpu_init.cc(453)] Passthrough is not supported, GL is disabled, ANGLE is
2023-03-04T10:11:46.683Z daemon INFO INFO[0093] Searching tools required for board arduino:avr:nano

2023-03-04T10:11:46.684Z daemon INFO INFO[0093] Required tool                                 tool="arduino:arduinoOTA@1.3.0"
INFO[0093] Required tool                                 tool="arduino:avr-gcc@7.3.0-atmel3.6.1-arduino7"
INFO[0093] Required tool                                 tool="arduino:avrdude@6.3.0-arduino17"


To Arduino team ptillisch, thanks in advance for any help offered. Greetings from The Netherlands

One reason might be that serial-discovery is quarantined by anti-virus software.

Tried that, made an exception rule in the anti-virus software. However that does not resolve the problem. Thanks anyhow for the suggestion.

Hi @rolf-electronics. Please check to see if the files serial-discovery.exe, mdns-discovery.exe, and teensy-discovery.exe are in your antivirus software's quarantine. If you can restore them from quarantine and then restart Arduino IDE, the IDE should recognize the ports.

If that is not possible, let me know and I'll provide instructions you can follow to force Arduino IDE to reinstall these missing tools.

Hi, mdns-discovery.exe was in the anti-virus quarantine. I restored it, but unfortunately that did not help. What I do see now is that ports appear under tools, but it's greyed out.

Please post the new logs from Arduino IDE, following the same instructions I provided in my previous reply:

Hi, I already did that earlier ? See my reply from 6 days ago

Your logs from 6 days ago aren't useful to me. Your system has changed since then. I need the logs that are generated from your current system.

Imagine you had some Serial.print statements in a sketch that were providing some logging to Serial Monitor. If you were having some problems with your Arduino project, made changes to the sketch, uploaded the new sketch to your board, and were still having some problems.

Would you still use Serial Monitor logs from before you uploaded the revised sketch to the board for troubleshooting that problem? Of course not!!! You would use the current logs in Serial Monitor.

Ah, ok. I think I understand it. Any change of resolving this ?

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

Please do this:

  1. Start Windows "File Explorer".
  2. Open the Arduino IDE installation folder.
    (usually C:\Program Files\Arduino IDE or C:\Users\<username>\AppData\Local\Programs\Arduino IDE).
  3. In the folder listing of the Arduino IDE installation folder, hold the Shift key while clicking the right hand button on the mouse.
  4. 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.
  5. Type the following command:
    & ".\Arduino IDE"
    
  6. Press the Enter key.
    Debug output should now be printed to the PowerShell window as Arduino IDE starts.
  7. Wait for Arduino IDE to finish starting.
  8. Switch back to the PowerShell window.
  9. Right click on the title bar of the PowerShell window.
    This will open a context menu.
  10. Select Edit > Select All from the context menu.
    This will select all the text in the PowerShell window.
  11. Press Ctrl+C.
    This will copy the contents of the PowerShell window to the clipboard.
  12. Open a forum reply here by clicking the Reply button.
  13. Click the </> 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 block
  14. Press Ctrl+V.
    This will paste the output into the code block.
  15. Move the cursor outside of the code block markup before you add any additional text to your reply.
  16. Click the Reply button to post the output.

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

PS C:\Users\Rolf\AppData\Local\Programs\Arduino IDE 2.03> & ".\Arduino IDE"
PS C:\Users\Rolf\AppData\Local\Programs\Arduino IDE 2.03>
Arduino IDE 2.0.4
Starting backend process. PID: 17268
Using browser-only version of superagent in non-browser environment
Configuration directory URI: 'file:///c%3A/Users/Rolf/.theia'
Configuring to accept webviews on '^.+\.webview\..+$' hostname.
2023-03-14T18:26:30.732Z root INFO Backend Object.initialize: 8.3 ms [Finished 4.336 s after backend start]
2023-03-14T18:26:30.732Z root INFO Backend Object.configure: 6.8 ms [Finished 4.336 s after backend start]
2023-03-14T18:26:30.733Z root INFO Backend MessagingContribution.onStart: 2.8 ms [Finished 4.336 s after backend start]
2023-03-14T18:26:30.734Z root INFO Backend OSBackendApplicationContribution.configure: 0.6 ms [Finished 4.438 s after backend start]
2023-03-14T18:26:30.736Z root INFO Backend DefaultWorkspaceServer.onStart: 0.5 ms [Finished 4.438 s after backend start]
2023-03-14T18:26:30.737Z root INFO Backend PluginLocalizationBackendContribution.configure: 0.2 ms [Finished 4.438 s after backend start]
2023-03-14T18:26:30.738Z root WARN Backend PluginLocalizationBackendContribution.initialize took longer than the expected maximum 50 milliseconds: 102.0 ms [Finished 4.439 s after backend start]
2023-03-14T18:26:30.739Z root INFO Backend TaskBackendApplicationContribution.onStart: 0.5 ms [Finished 4.439 s after backend start]
2023-03-14T18:26:30.740Z root INFO Backend ElectronTokenBackendContribution.configure: 2.2 ms [Finished 4.441 s after backend start]
2023-03-14T18:26:30.741Z config INFO >>> Initializing CLI configuration...
2023-03-14T18:26:30.741Z root INFO Backend PluginDeployerContribution.initialize: 0.7 ms [Finished 4.441 s after backend start]
2023-03-14T18:26:30.745Z root INFO Backend ConfigServiceImpl.onStart: 1.4 ms [Finished 4.443 s after backend start]
2023-03-14T18:26:30.747Z config INFO Loading CLI configuration from c:\Users\Rolf\.arduinoIDE\arduino-cli.yaml...
2023-03-14T18:26:30.748Z root INFO Backend WebviewBackendSecurityWarnings.initialize: 0.6 ms [Finished 4.444 s after backend start]
2023-03-14T18:26:30.748Z root INFO Backend ArduinoDaemonImpl.onStart: 1.8 ms [Finished 4.446 s after backend start]
2023-03-14T18:26:30.748Z root INFO Backend NodeFileUploadService.configure: 3.3 ms [Finished 4.446 s after backend start]
2023-03-14T18:26:30.748Z daemon INFO Starting daemon from C:\Users\Rolf\AppData\Local\Programs\Arduino IDE 2.03\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-03-14T18:26:30.749Z discovery-log INFO start
2023-03-14T18:26:30.749Z discovery-log INFO start new deferred
2023-03-14T18:26:30.749Z root INFO Backend HostedPluginLocalizationService.initialize: 0.8 ms [Finished 4.447 s after backend start]
2023-03-14T18:26:30.749Z root INFO Backend BoardDiscovery.onStart: 1.7 ms [Finished 4.448 s after backend start]
2023-03-14T18:26:30.750Z root INFO Backend FileDownloadEndpoint.configure: 4.4 ms [Finished 4.452 s after backend start]
2023-03-14T18:26:30.751Z root INFO Backend AuthenticationServiceImpl.onStart: 0.6 ms [Finished 4.455 s after backend start]
2023-03-14T18:26:30.751Z root INFO Backend PluginApiContribution.configure: 0.8 ms [Finished 4.455 s after backend start]
2023-03-14T18:26:30.755Z root INFO Backend HostedPluginReader.configure: 0.6 ms [Finished 4.456 s after backend start]
2023-03-14T18:26:30.756Z root INFO Backend HostedPluginReader.configure: 0.2 ms [Finished 4.458 s after backend start]
2023-03-14T18:26:30.756Z root INFO Backend PlotterBackendContribution.configure: 3.6 ms [Finished 4.462 s after backend start]
2023-03-14T18:26:30.763Z root INFO Theia app listening on http://localhost:57071.
2023-03-14T18:26:30.764Z root INFO Finished starting backend application: 15.0 ms [Finished 4.471 s after backend start]
2023-03-14T18:26:30.767Z root WARN The local plugin referenced by local-dir:/c%3A/Users/Rolf/.arduinoIDE/plugins does not exist.
2023-03-14T18:26:30.767Z root WARN The local plugin referenced by local-dir:/c%3A/Users/Rolf/.arduinoIDE/extensions does not exist.
2023-03-14T18:26:30.768Z root WARN The local plugin referenced by local-dir:C:\Users\Rolf\.arduinoProIDE\plugins does not exist.
Restoring workspace roots: c:\Users\Rolf\Desktop\Arduino Motor sketches\Motor_sketch_rev5
isTempSketch: false. Input was c:\Users\Rolf\Desktop\Arduino Motor sketches\Motor_sketch_rev5\Motor_sketch_rev5.ino
2023-03-14T18:26:30.882Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-03-14T18:26:30.882Z root INFO Resolved "cortex-debug" to a VS Code extension "cortex-debug@1.5.1" with engines:
2023-03-14T18:26:30.883Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-03-14T18:26:30.886Z root INFO Resolved "vscode-arduino-tools" to a VS Code extension "vscode-arduino-tools@0.0.2-beta.7" with engines:
2023-03-14T18:26:30.886Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-03-14T18:26:30.886Z root INFO Resolved "vscode-builtin-cpp" to a VS Code extension "cpp@1.52.1" with engines:
2023-03-14T18:26:30.887Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-03-14T18:26:30.887Z root INFO Resolved "vscode-builtin-json" to a VS Code extension "json@1.46.1" with engines:
2023-03-14T18:26:30.888Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-03-14T18:26:30.888Z root INFO Resolved "vscode-builtin-json-language-features" to a VS Code extension "json-language-features@1.46.1" with engines:
2023-03-14T18:26:30.889Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-03-14T18:26:30.889Z root INFO Resolved "vscode-language-pack-bg" to a VS Code extension "vscode-language-pack-bg@1.48.3" with engines:
2023-03-14T18:26:30.890Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-03-14T18:26:30.890Z root INFO Resolved "vscode-language-pack-cs" to a VS Code extension "vscode-language-pack-cs@1.53.2" with engines:
2023-03-14T18:26:30.891Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-03-14T18:26:30.891Z root INFO Resolved "vscode-language-pack-de" to a VS Code extension "vscode-language-pack-de@1.53.2" with engines:
2023-03-14T18:26:30.892Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-03-14T18:26:30.892Z root INFO Resolved "vscode-language-pack-es" to a VS Code extension "vscode-language-pack-es@1.53.2" with engines:
2023-03-14T18:26:30.893Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-03-14T18:26:30.893Z root INFO Resolved "vscode-language-pack-fr" to a VS Code extension "vscode-language-pack-fr@1.53.2" with engines:
2023-03-14T18:26:30.894Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-03-14T18:26:30.894Z root INFO Resolved "vscode-language-pack-hu" to a VS Code extension "vscode-language-pack-hu@1.48.3" with engines:
2023-03-14T18:26:30.895Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-03-14T18:26:30.896Z root INFO Resolved "vscode-language-pack-it" to a VS Code extension "vscode-language-pack-it@1.53.2" with engines:
2023-03-14T18:26:30.896Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-03-14T18:26:30.896Z root INFO Resolved "vscode-language-pack-ja" to a VS Code extension "vscode-language-pack-ja@1.53.2" with engines:
2023-03-14T18:26:30.897Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-03-14T18:26:30.897Z root INFO Resolved "vscode-language-pack-ko" to a VS Code extension "vscode-language-pack-ko@1.53.2" with engines:
2023-03-14T18:26:30.898Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-03-14T18:26:30.902Z root INFO Resolved "vscode-language-pack-nl" to a VS Code extension "vscode-language-pack-nl@1.48.3" with engines:
2023-03-14T18:26:30.902Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-03-14T18:26:30.903Z root INFO Resolved "vscode-language-pack-pl" to a VS Code extension "vscode-language-pack-pl@1.53.2" with engines:
2023-03-14T18:26:30.903Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-03-14T18:26:30.904Z root INFO Resolved "vscode-language-pack-pt-BR" to a VS Code extension "vscode-language-pack-pt-BR@1.53.2" with engines:
2023-03-14T18:26:30.904Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-03-14T18:26:30.904Z root INFO Resolved "vscode-language-pack-ru" to a VS Code extension "vscode-language-pack-ru@1.53.2" with engines:
2023-03-14T18:26:30.905Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-03-14T18:26:30.905Z root INFO Resolved "vscode-language-pack-tr" to a VS Code extension "vscode-language-pack-tr@1.53.2" with engines:
2023-03-14T18:26:30.906Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-03-14T18:26:30.906Z root INFO Resolved "vscode-language-pack-uk" to a VS Code extension "vscode-language-pack-uk@1.48.3" with engines:
2023-03-14T18:26:30.907Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-03-14T18:26:30.907Z root INFO Resolved "vscode-language-pack-zh-hans" to a VS Code extension "vscode-language-pack-zh-hans@1.53.2" with engines:
2023-03-14T18:26:30.980Z config INFO Loaded CLI configuration: {"board_manager":{"additional_urls":["https://www.pjrc.com/teensy/package_teensy_index.json"]},"daemon":{"port":"50051"},"directories":{"builtin":{"libraries":"C:\\Users\\Rolf\\AppData\\Local\\Arduino15\\libraries"},"data":"c:\\Users\\Rolf\\AppData\\Local\\Arduino15","downloads":"C:\\Users\\Rolf\\AppData\\Local\\Arduino15\\staging","user":"c:\\Users\\Rolf\\Documents\\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-03-14T18:26:30.981Z config INFO 'directories.data' and 'directories.user' are set in the CLI configuration model.
2023-03-14T18:26:30.983Z config INFO Loaded the CLI configuration.
2023-03-14T18:26:30.987Z config INFO Mapped the CLI configuration: {"dataDirUri":"file:///c%3A/Users/Rolf/AppData/Local/Arduino15","sketchDirUri":"file:///c%3A/Users/Rolf/Documents/Arduino","additionalUrls":["https://www.pjrc.com/teensy/package_teensy_index.json"],"network":"none","locale":"en"}
2023-03-14T18:26:30.988Z config INFO Validating the CLI configuration...
2023-03-14T18:26:30.991Z config INFO The CLI config is valid.
2023-03-14T18:26:30.993Z config INFO <<< Initialized the CLI configuration.
2023-03-14T18:26:31.013Z root INFO Resolve plugins list: 266.8 ms [Finished 4.719 s after backend start]
2023-03-14T18:26:31.025Z root INFO Deployed backend plugin "marus25.cortex-debug@1.5.1" from "C:\Users\Rolf\AppData\Local\Programs\Arduino IDE 2.03\resources\app\plugins\cortex-debug\extension\dist\extension.js": 12.0 ms [Finished 4.732 s after backend start]
2023-03-14T18:26:31.036Z root INFO Deployed backend plugin "arduino.vscode-arduino-tools@0.0.2-beta.7" from "C:\Users\Rolf\AppData\Local\Programs\Arduino IDE 2.03\resources\app\plugins\vscode-arduino-tools\extension\dist\bundle": 11.1 ms [Finished 4.743 s after backend start]
2023-03-14T18:26:31.067Z root INFO Deployed backend plugin "vscode.cpp@1.52.1" from "C:\Users\Rolf\AppData\Local\Programs\Arduino IDE 2.03\resources\app\plugins\vscode-builtin-cpp\extension": 29.9 ms [Finished 4.773 s after backend start]
2023-03-14T18:26:31.079Z root INFO Deployed backend plugin "vscode.json@1.46.1" from "C:\Users\Rolf\AppData\Local\Programs\Arduino IDE 2.03\resources\app\plugins\vscode-builtin-json\extension": 12.3 ms [Finished 4.786 s after backend start]
2023-03-14T18:26:31.082Z root INFO Deployed backend plugin "vscode.json-language-features@1.46.1" from "C:\Users\Rolf\AppData\Local\Programs\Arduino IDE 2.03\resources\app\plugins\vscode-builtin-json-language-features\extension\client\dist\jsonMain": 2.6 ms [Finished 4.789 s after backend start]
2023-03-14T18:26:31.405Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-bg@1.48.3" from "C:\Users\Rolf\AppData\Local\Programs\Arduino IDE 2.03\resources\app\plugins\vscode-language-pack-bg\extension": 323.0 ms [Finished 5.112 s after backend start]
2023-03-14T18:26:31.846Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-cs@1.53.2" from "C:\Users\Rolf\AppData\Local\Programs\Arduino IDE 2.03\resources\app\plugins\vscode-language-pack-cs\extension": 440.3 ms [Finished 5.552 s after backend start]
2023-03-14T18:26:31.996Z daemon INFO INFO[0000] Using config file: c:\Users\Rolf\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.31.0
INFO[0000] Executing `arduino-cli daemon`
{"IP":"127.0.0.1","Port":"57121"}

2023-03-14T18:26:32.009Z daemon INFO Daemon is running.
2023-03-14T18:26:32.541Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-de@1.53.2" from "C:\Users\Rolf\AppData\Local\Programs\Arduino IDE 2.03\resources\app\plugins\vscode-language-pack-de\extension": 695.8 ms [Finished 6.248 s after backend start]
2023-03-14T18:26:32.877Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-es@1.53.2" from "C:\Users\Rolf\AppData\Local\Programs\Arduino IDE 2.03\resources\app\plugins\vscode-language-pack-es\extension": 335.6 ms [Finished 6.584 s after backend start]
2023-03-14T18:26:32.879Z daemon INFO INFO[0001] Loading hardware from: c:\Users\Rolf\AppData\Local\Arduino15\packages
INFO[0001] Loading package arduino from: C:\Users\Rolf\AppData\Local\Arduino15\packages\arduino\hardware
INFO[0001] Checking signature                            error="opening signature file: open C:\\Users\\Rolf\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\installed.json.sig: The system cannot find the file specified." index="C:\\Users\\Rolf\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\installed.json" signatureFile="C:\\Users\\Rolf\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\installed.json.sig"
INFO[0001] Adding monitor tool                           protocol=serial tool="builtin:serial-monitor"
INFO[0001] Loaded platform                               platform="arduino:avr@1.8.6"
INFO[0001] Checking existence of 'tools' path: C:\Users\Rolf\AppData\Local\Arduino15\packages\arduino\tools
INFO[0001] Loading tools from dir: C:\Users\Rolf\AppData\Local\Arduino15\packages\arduino\tools
INFO[0001] Loaded tool                                   tool="arduino:arduinoOTA@1.3.0"
INFO[0001] Loaded tool                                   tool="arduino:avr-gcc@7.3.0-atmel3.6.1-arduino7"
INFO[0001] Loaded tool                                   tool="arduino:avrdude@6.3.0-arduino17"
INFO[0001] Loading package builtin from: C:\Users\Rolf\AppData\Local\Arduino15\packages\builtin
INFO[0001] Checking existence of 'tools' path: C:\Users\Rolf\AppData\Local\Arduino15\packages\builtin\tools
INFO[0001] Loading tools from dir: C:\Users\Rolf\AppData\Local\Arduino15\packages\builtin\tools
INFO[0001] Loaded tool                                   tool="builtin:ctags@5.8-arduino11"INFO[0001] Loaded tool                                   tool="builtin:mdns-discovery@1.0.8"
INFO[0001] Loaded tool                                   tool="builtin:serial-discovery@1.4.0"
INFO[0001] Loaded tool                                   tool="builtin:serial-monitor@0.13.0"
INFO[0001] Loading package teensy from: C:\Users\Rolf\AppData\Local\Arduino15\packages\teensy\hardware
INFO[0001] Checking signature                            error="opening signature file: open C:\\Users\\Rolf\\AppData\\Local\\Arduino15\\packages\\teensy\\hardware\\avr\\1.57.2\\installed.json.sig: The system cannot find the file specified." index="C:\\Users\\Rolf\\AppData\\Local\\Arduino15\\packages\\teensy\\hardware\\avr\\1.57.2\\installed.json" signatureFile="C:\\Users\\Rolf\\AppData\\Local\\Arduino15\\packages\\teensy\\hardware\\avr\\1.57.2\\installed.json.sig"
INFO[0001] Adding monitor tool                           protocol=teensy tool="teensy:teensy-monitor"
INFO[0001] Loaded platform                               platform="teensy:avr@1.57.2"
INFO[0001] Checking existence of 'tools' path: C:\Users\Rolf\AppData\Local\Arduino15\packages\teensy\tools
INFO[0001] Loading tools from dir: C:\Users\Rolf\AppData\Local\Arduino15\packages\teensy\tools
INFO[0001] Loaded tool                                   tool="teensy:teensy-compile@5.4.1"INFO[0001] Loaded tool                                   tool="teensy:teensy-discovery@1.57.2"
INFO[0001] Loaded tool                                   tool="teensy:teensy-monitor@1.57.2"
INFO[0001] Loaded tool                                   tool="teensy:teensy-tools@1.57.2"
INFO[0001] Checking signature                            index="c:\\Users\\Rolf\\AppData\\Local\\Arduino15\\package_index.json" signatureFile="c:\\Users\\Rolf\\AppData\\Local\\Arduino15\\package_index.json.sig" trusted=true
INFO[0001] Checking signature                            error="opening signature file: open c:\\Users\\Rolf\\AppData\\Local\\Arduino15\\package_teensy_index.json.sig: The system cannot find the file specified." index="c:\\Users\\Rolf\\AppData\\Local\\Arduino15\\package_teensy_index.json" signatureFile="c:\\Users\\Rolf\\AppData\\Local\\Arduino15\\package_teensy_index.json.sig"
INFO[0001] Adding libraries dir                          dir="C:\\Users\\Rolf\\AppData\\Local\\Arduino15\\packages\\teensy\\hardware\\avr\\1.57.2\\libraries" location=platform
INFO[0001] Adding libraries dir                          dir="C:\\Users\\Rolf\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\libraries" location=platform
INFO[0001] Loading libraries index file                  index="c:\\Users\\Rolf\\AppData\\Local\\Arduino15\\library_index.json"

2023-03-14T18:26:33.133Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-fr@1.53.2" from "C:\Users\Rolf\AppData\Local\Programs\Arduino IDE 2.03\resources\app\plugins\vscode-language-pack-fr\extension": 256.4 ms [Finished 6.840 s after backend start]
2023-03-14T18:26:33.419Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-hu@1.48.3" from "C:\Users\Rolf\AppData\Local\Programs\Arduino IDE 2.03\resources\app\plugins\vscode-language-pack-hu\extension": 286.1 ms [Finished 7.126 s after backend start]
2023-03-14T18:26:33.674Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-it@1.53.2" from "C:\Users\Rolf\AppData\Local\Programs\Arduino IDE 2.03\resources\app\plugins\vscode-language-pack-it\extension": 254.3 ms [Finished 7.381 s after backend start]
2023-03-14T18:26:34.006Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-ja@1.53.2" from "C:\Users\Rolf\AppData\Local\Programs\Arduino IDE 2.03\resources\app\plugins\vscode-language-pack-ja\extension": 331.5 ms [Finished 7.713 s after backend start]
2023-03-14T18:26:34.007Z daemon INFO INFO[0002] Adding libraries dir                          dir="C:\\Users\\Rolf\\AppData\\Local\\Arduino15\\libraries" location=ide
INFO[0002] Adding libraries dir                          dir="c:\\Users\\Rolf\\Documents\\Arduino\\libraries" location=user

2023-03-14T18:26:34.274Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-ko@1.53.2" from "C:\Users\Rolf\AppData\Local\Programs\Arduino IDE 2.03\resources\app\plugins\vscode-language-pack-ko\extension": 268.0 ms [Finished 7.981 s after backend start]
2023-03-14T18:26:34.384Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-nl@1.48.3" from "C:\Users\Rolf\AppData\Local\Programs\Arduino IDE 2.03\resources\app\plugins\vscode-language-pack-nl\extension": 109.6 ms [Finished 8.090 s after backend start]
2023-03-14T18:26:34.613Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-pl@1.53.2" from "C:\Users\Rolf\AppData\Local\Programs\Arduino IDE 2.03\resources\app\plugins\vscode-language-pack-pl\extension": 229.8 ms [Finished 8.320 s after backend start]
Opening channel for service path '/services/electron-window-ext'.
Opening channel for service path '/services/electron-window'.
2023-03-14T18:26:34.869Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-pt-br@1.53.2" from "C:\Users\Rolf\AppData\Local\Programs\Arduino IDE 2.03\resources\app\plugins\vscode-language-pack-pt-BR\extension": 255.9 ms [Finished 8.576 s after backend start]Opening channel for service path '/services/ide-updater'.
2023-03-14T18:26:35.129Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-ru@1.53.2" from "C:\Users\Rolf\AppData\Local\Programs\Arduino IDE 2.03\resources\app\plugins\vscode-language-pack-ru\extension": 259.9 ms [Finished 8.836 s after backend start]
2023-03-14T18:26:35.443Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-tr@1.53.2" from "C:\Users\Rolf\AppData\Local\Programs\Arduino IDE 2.03\resources\app\plugins\vscode-language-pack-tr\extension": 313.8 ms [Finished 9.150 s after backend start]
2023-03-14T18:26:35.663Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-uk@1.48.3" from "C:\Users\Rolf\AppData\Local\Programs\Arduino IDE 2.03\resources\app\plugins\vscode-language-pack-uk\extension": 219.8 ms [Finished 9.370 s after backend start]
2023-03-14T18:26:36.065Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-zh-hans@1.53.2" from "C:\Users\Rolf\AppData\Local\Programs\Arduino IDE 2.03\resources\app\plugins\vscode-language-pack-zh-hans\extension": 401.3 ms [Finished 9.772 s after backend start]
2023-03-14T18:26:36.066Z root INFO Deploy plugins list: 266.8 ms [Finished 9.772 s after backend start]
2023-03-14T18:26:36.209Z root WARN Frontend a.configure took longer than the expected maximum 100 milliseconds: 1162.8 ms [Finished 5.080 s after frontend start]
2023-03-14T18:26:36.324Z root WARN Frontend keybindings.onStart took longer than the expected maximum 100 milliseconds: 116.8 ms [Finished 5.290 s after frontend start]
2023-03-14T18:26:47.634Z discovery-log INFO start request start watch
2023-03-14T18:26:47.635Z discovery-log INFO start requested start watch
2023-03-14T18:26:47.635Z discovery-log INFO start resolved watching
2023-03-14T18:26:47.636Z daemon INFO INFO[0016] starting discovery teensy:teensy-discovery process
INFO[0016] starting discovery builtin:serial-discovery process

2023-03-14T18:26:47.637Z daemon INFO INFO[0016] starting discovery builtin:mdns-discovery process

2023-03-14T18:26:47.639Z daemon INFO ERRO[0016] Discovery teensy:teensy-discovery failed to run: discovery teensy:teensy-discovery process not started: exec: "C:\\Users\\Rolf\\AppData\\Local\\Arduino15\\packages\\teensy\\tools\\teensy-discovery\\1.57.2\\teensy-discovery": file does not exist

2023-03-14T18:26:47.640Z daemon INFO ERRO[0016] Discovery builtin:serial-discovery failed to run: discovery builtin:serial-discovery process not started: exec: "C:\\Users\\Rolf\\AppData\\Local\\Arduino15\\packages\\builtin\\tools\\serial-discovery\\1.4.0\\serial-discovery": file does not exist

2023-03-14T18:26:47.646Z sketches-service WARN Warning! The request sketch path was different than the response sketch path from the CLI. This could be a potential bug. Request: <c:\Users\Rolf\Desktop\Arduino Motor sketches\Motor_sketch_rev5\Motor_sketch_rev5.ino>, response: <c:\Users\Rolf\Desktop\Arduino Motor sketches\Motor_sketch_rev5>.
2023-03-14T18:26:47.722Z root WARN Frontend l.onStart took longer than the expected maximum 100 milliseconds: 11297.6 ms [Finished 16.704 s after frontend start]
2023-03-14T18:26:47.793Z root INFO Start frontend contributions: 12981.7 ms [Finished 16.717 s after frontend start]
2023-03-14T18:26:47.794Z root INFO Changed application state from 'init' to 'started_contributions'.
2023-03-14T18:26:47.827Z root INFO Changed application state from 'started_contributions' to 'attached_shell'.
2023-03-14T18:26:47.829Z root INFO >>> Restoring the layout state...
2023-03-14T18:26:47.832Z root INFO ------- SERIALIZED LAYOUT DATA -------
2023-03-14T18:26:47.832Z root INFO {"version":5,"mainPanel":{"main":{"type":"tab-area","widgets":[{"constructionOptions":{"factoryId":"code-editor-opener","options":{"counter":0,"kind":"navigatable","uri":"file:///c%3A/Users/Rolf/Desktop/Arduino%20Motor%20sketches/Motor_sketch_rev5/Motor_sketch_rev5.ino"}},"innerWidgetState":"{\"cursorState\":[{\"inSelectionMode\":false,\"selectionStart\":{\"lineNumber\":1,\"column\":1},\"position\":{\"lineNumber\":1,\"column\":1}}],\"viewState\":{\"scrollLeft\":0,\"firstPosition\":{\"lineNumber\":1,\"column\":1},\"firstPositionDeltaTop\":0},\"contributionsState\":{\"editor.contrib.folding\":{\"lineCount\":551,\"provider\":\"indent\",\"foldedImports\":false},\"editor.contrib.wordHighlighter\":false}}"}],"currentIndex":0}},"mainPanelPinned":[false],"bottomPanel":{"config":{"main":null},"pinned":[],"expanded":false},"leftPanel":{"type":"sidepanel","items":[{"widget":{"constructionOptions":{"factoryId":"arduino-sketchbook-widget"}},"rank":1,"expanded":false,"pinned":false},{"widget":{"constructionOptions":{"factoryId":"boards-list-widget"}},"rank":2,"expanded":false,"pinned":false},{"widget":{"constructionOptions":{"factoryId":"library-list-widget"}},"rank":3,"expanded":false,"pinned":false},{"widget":{"constructionOptions":{"factoryId":"debug"},"innerWidgetState":"{\"parts\":[{\"partId\":\"debug:threads:-1\",\"collapsed\":false,\"hidden\":false,\"originalContainerId\":\"debug:view-container:-1\",\"originalContainerTitle\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true},\"widget\":{\"constructionOptions\":{\"factoryId\":\"debug:threads\"},\"innerWidgetState\":\"{}\"}},{\"partId\":\"debug:frames:-1\",\"collapsed\":false,\"hidden\":false,\"originalContainerId\":\"debug:view-container:-1\",\"originalContainerTitle\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true},\"widget\":{\"constructionOptions\":{\"factoryId\":\"debug:frames\"},\"innerWidgetState\":\"{}\"}},{\"partId\":\"debug:variables:-1\",\"collapsed\":false,\"hidden\":false,\"originalContainerId\":\"debug:view-container:-1\",\"originalContainerTitle\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true},\"widget\":{\"constructionOptions\":{\"factoryId\":\"debug:variables\"},\"innerWidgetState\":\"{}\"}},{\"partId\":\"debug:watch:-1\",\"collapsed\":false,\"hidden\":false,\"originalContainerId\":\"debug:view-container:-1\",\"originalContainerTitle\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true},\"widget\":{\"constructionOptions\":{\"factoryId\":\"debug:watch\"},\"innerWidgetState\":\"{}\"}},{\"partId\":\"debug:breakpoints:-1\",\"collapsed\":false,\"hidden\":false,\"originalContainerId\":\"debug:view-container:-1\",\"originalContainerTitle\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true},\"widget\":{\"constructionOptions\":{\"factoryId\":\"debug:breakpoints\"},\"innerWidgetState\":\"{}\"}},{\"partId\":\"plugin-view:cortex-debug.peripherals\",\"collapsed\":true,\"hidden\":true,\"originalContainerId\":\"debug:view-container:-1\",\"originalContainerTitle\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true},\"widget\":{\"constructionOptions\":{\"factoryId\":\"plugin-view\",\"options\":{\"id\":\"plugin-view:cortex-debug.peripherals\",\"viewId\":\"cortex-debug.peripherals\"}},\"innerWidgetState\":\"{\\\"label\\\":\\\"Cortex Peripherals\\\",\\\"widgets\\\":[],\\\"suppressUpdateViewVisibility\\\":false,\\\"currentViewContainerId\\\":\\\"debug\\\"}\"}},{\"partId\":\"plugin-view:cortex-debug.registers\",\"collapsed\":true,\"hidden\":true,\"originalContainerId\":\"debug:view-container:-1\",\"originalContainerTitle\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true},\"widget\":{\"constructionOptions\":{\"factoryId\":\"plugin-view\",\"options\":{\"id\":\"plugin-view:cortex-debug.registers\",\"viewId\":\"cortex-debug.registers\"}},\"innerWidgetState\":\"{\\\"label\\\":\\\"Cortex Registers\\\",\\\"widgets\\\":[],\\\"suppressUpdateViewVisibility\\\":false,\\\"currentViewContainerId\\\":\\\"debug\\\"}\"}}],\"title\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true}}"},"rank":4,"expanded":false,"pinned":false},{"widget":{"constructionOptions":{"factoryId":"search-view-container"},"innerWidgetState":"{\"parts\":[{\"partId\":\"search-in-workspace\",\"collapsed\":false,\"hidden\":false,\"originalContainerId\":\"search-view-container\",\"originalContainerTitle\":{\"label\":\"Search\",\"iconClass\":\"codicon codicon-search\",\"closeable\":true},\"widget\":{\"constructionOptions\":{\"factoryId\":\"search-in-workspace\"},\"innerWidgetState\":\"{\\\"matchCaseState\\\":{\\\"className\\\":\\\"codicon codicon-case-sensitive\\\",\\\"enabled\\\":false,\\\"title\\\":\\\"Match Case\\\"},\\\"wholeWordState\\\":{\\\"className\\\":\\\"codicon codicon-whole-word\\\",\\\"enabled\\\":false,\\\"title\\\":\\\"Match Whole Word\\\"},\\\"regExpState\\\":{\\\"className\\\":\\\"codicon codicon-regex\\\",\\\"enabled\\\":false,\\\"title\\\":\\\"Use Regular Expression\\\"},\\\"includeIgnoredState\\\":{\\\"className\\\":\\\"codicon codicon-eye\\\",\\\"enabled\\\":false,\\\"title\\\":\\\"Include Ignored Files\\\"},\\\"showSearchDetails\\\":false,\\\"searchInWorkspaceOptions\\\":{\\\"matchCase\\\":false,\\\"matchWholeWord\\\":false,\\\"useRegExp\\\":false,\\\"includeIgnored\\\":false,\\\"include\\\":[],\\\"exclude\\\":[],\\\"maxResults\\\":2000},\\\"searchTerm\\\":\\\"\\\",\\\"replaceTerm\\\":\\\"\\\",\\\"showReplaceField\\\":false,\\\"searchHistoryState\\\":{\\\"history\\\":[],\\\"index\\\":0},\\\"replaceHistoryState\\\":{\\\"history\\\":[],\\\"index\\\":0},\\\"includeHistoryState\\\":{\\\"history\\\":[],\\\"index\\\":0},\\\"excludeHistoryState\\\":{\\\"history\\\":[],\\\"index\\\":0}}\"}}],\"title\":{\"label\":\"Search\",\"iconClass\":\"fa fa-arduino-search\",\"closeable\":true}}"},"rank":5,"expanded":false,"pinned":false}]},"rightPanel":{"type":"sidepanel","items":[]}}
2023-03-14T18:26:47.834Z root INFO ------- END SERIALIZED LAYOUT DATA -------
2023-03-14T18:26:47.983Z root INFO [04665f02-f9c0-4042-b892-72e7ae65e7b6] Waiting for backend deployment: 257.1 ms [Finished 16.965 s after frontend start]
2023-03-14T18:26:49.417Z root INFO [hosted-plugin: 1332] PLUGIN_HOST(1332) starting instance
2023-03-14T18:26:49.761Z root INFO [04665f02-f9c0-4042-b892-72e7ae65e7b6] Sync of 21 plugins: 1781.9 ms [Finished 18.747 s after frontend start]
2023-03-14T18:26:49.871Z root INFO <<< The layout has been successfully restored.
2023-03-14T18:26:50.128Z root INFO Initialize the workbench layout: 2071.2 ms [Finished 18.858 s after frontend start]
2023-03-14T18:26:50.135Z root INFO Changed application state from 'attached_shell' to 'initialized_layout'.
2023-03-14T18:26:50.136Z root INFO [04665f02-f9c0-4042-b892-72e7ae65e7b6][marus25.cortex-debug]: Loaded contributions.
2023-03-14T18:26:50.137Z root INFO [04665f02-f9c0-4042-b892-72e7ae65e7b6][arduino.vscode-arduino-tools]: Loaded contributions.
2023-03-14T18:26:50.139Z root INFO [04665f02-f9c0-4042-b892-72e7ae65e7b6][vscode.cpp]: Loaded contributions.
2023-03-14T18:26:50.140Z root INFO [04665f02-f9c0-4042-b892-72e7ae65e7b6][vscode.json]: Loaded contributions.
2023-03-14T18:26:50.140Z root INFO [04665f02-f9c0-4042-b892-72e7ae65e7b6][vscode.json-language-features]: Loaded contributions.
2023-03-14T18:26:50.147Z root INFO [04665f02-f9c0-4042-b892-72e7ae65e7b6][ms-ceintl.vscode-language-pack-bg]: Loaded contributions.
2023-03-14T18:26:50.148Z root INFO [04665f02-f9c0-4042-b892-72e7ae65e7b6][ms-ceintl.vscode-language-pack-cs]: Loaded contributions.
2023-03-14T18:26:50.149Z root INFO [04665f02-f9c0-4042-b892-72e7ae65e7b6][ms-ceintl.vscode-language-pack-de]: Loaded contributions.
2023-03-14T18:26:50.150Z root INFO [04665f02-f9c0-4042-b892-72e7ae65e7b6][ms-ceintl.vscode-language-pack-es]: Loaded contributions.
2023-03-14T18:26:50.151Z root INFO [04665f02-f9c0-4042-b892-72e7ae65e7b6][ms-ceintl.vscode-language-pack-fr]: Loaded contributions.
2023-03-14T18:26:50.151Z root INFO [04665f02-f9c0-4042-b892-72e7ae65e7b6][ms-ceintl.vscode-language-pack-hu]: Loaded contributions.
2023-03-14T18:26:50.152Z root INFO [04665f02-f9c0-4042-b892-72e7ae65e7b6][ms-ceintl.vscode-language-pack-it]: Loaded contributions.
2023-03-14T18:26:50.153Z root INFO [04665f02-f9c0-4042-b892-72e7ae65e7b6][ms-ceintl.vscode-language-pack-ja]: Loaded contributions.
2023-03-14T18:26:50.153Z root INFO [04665f02-f9c0-4042-b892-72e7ae65e7b6][ms-ceintl.vscode-language-pack-ko]: Loaded contributions.
2023-03-14T18:26:50.154Z root INFO [04665f02-f9c0-4042-b892-72e7ae65e7b6][ms-ceintl.vscode-language-pack-nl]: Loaded contributions.
2023-03-14T18:26:50.155Z root INFO [04665f02-f9c0-4042-b892-72e7ae65e7b6][ms-ceintl.vscode-language-pack-pl]: Loaded contributions.
2023-03-14T18:26:50.155Z root INFO [04665f02-f9c0-4042-b892-72e7ae65e7b6][ms-ceintl.vscode-language-pack-pt-br]: Loaded contributions.
2023-03-14T18:26:50.156Z root INFO [04665f02-f9c0-4042-b892-72e7ae65e7b6][ms-ceintl.vscode-language-pack-ru]: Loaded contributions.
2023-03-14T18:26:50.160Z root INFO [04665f02-f9c0-4042-b892-72e7ae65e7b6][ms-ceintl.vscode-language-pack-tr]: Loaded contributions.
2023-03-14T18:26:50.161Z root INFO [04665f02-f9c0-4042-b892-72e7ae65e7b6][ms-ceintl.vscode-language-pack-uk]: Loaded contributions.
2023-03-14T18:26:50.161Z root INFO [04665f02-f9c0-4042-b892-72e7ae65e7b6][ms-ceintl.vscode-language-pack-zh-hans]: Loaded contributions.
2023-03-14T18:26:50.164Z root INFO [04665f02-f9c0-4042-b892-72e7ae65e7b6] Load contributions of 21 plugins: 250.0 ms [Finished 19.110 s after frontend start]
2023-03-14T18:26:50.565Z root WARN 'cpp' language is remapped from 'source.cpp.embedded.macro' to 'source.cpp' scope
2023-03-14T18:26:50.568Z root WARN a registered grammar configuration for 'cpp' language is overridden
2023-03-14T18:26:51.343Z root INFO [hosted-plugin: 1332] PLUGIN_HOST(1332): PluginManagerExtImpl/init()
2023-03-14T18:26:51.352Z root INFO [hosted-plugin: 1332] PLUGIN_HOST(1332): initializing(cortex-debug@1.5.1 with C:\Users\Rolf\AppData\Local\Programs\Arduino IDE 2.03\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-03-14T18:26:51.370Z root INFO [hosted-plugin: 1332] Debugger contribution has been registered: cortex-debug
2023-03-14T18:26:51.373Z root INFO [hosted-plugin: 1332] PLUGIN_HOST(1332): initializing(vscode-arduino-tools@0.0.2-beta.7 with C:\Users\Rolf\AppData\Local\Programs\Arduino IDE 2.03\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-03-14T18:26:51.375Z root INFO [hosted-plugin: 1332] PLUGIN_HOST(1332): initializing(cpp@1.52.1 with C:\Users\Rolf\AppData\Local\Programs\Arduino IDE 2.03\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-03-14T18:26:51.376Z root INFO [hosted-plugin: 1332] PLUGIN_HOST(1332): initializing(json@1.46.1 with C:\Users\Rolf\AppData\Local\Programs\Arduino IDE 2.03\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-03-14T18:26:51.377Z root INFO [hosted-plugin: 1332] PLUGIN_HOST(1332): initializing(json-language-features@1.46.1 with C:\Users\Rolf\AppData\Local\Programs\Arduino IDE 2.03\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-03-14T18:26:51.380Z root INFO [hosted-plugin: 1332] PLUGIN_HOST(1332): initializing(vscode-language-pack-bg@1.48.3 with C:\Users\Rolf\AppData\Local\Programs\Arduino IDE 2.03\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-03-14T18:26:51.382Z root INFO [hosted-plugin: 1332] PLUGIN_HOST(1332): initializing(vscode-language-pack-cs@1.53.2 with C:\Users\Rolf\AppData\Local\Programs\Arduino IDE 2.03\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-03-14T18:26:51.384Z root INFO [hosted-plugin: 1332] PLUGIN_HOST(1332): initializing(vscode-language-pack-de@1.53.2 with C:\Users\Rolf\AppData\Local\Programs\Arduino IDE 2.03\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-03-14T18:26:51.386Z root INFO [hosted-plugin: 1332] PLUGIN_HOST(1332): initializing(vscode-language-pack-es@1.53.2 with C:\Users\Rolf\AppData\Local\Programs\Arduino IDE 2.03\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-03-14T18:26:51.388Z root INFO [hosted-plugin: 1332] PLUGIN_HOST(1332): initializing(vscode-language-pack-fr@1.53.2 with C:\Users\Rolf\AppData\Local\Programs\Arduino IDE 2.03\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-03-14T18:26:51.389Z root INFO [hosted-plugin: 1332] PLUGIN_HOST(1332): initializing(vscode-language-pack-hu@1.48.3 with C:\Users\Rolf\AppData\Local\Programs\Arduino IDE 2.03\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-03-14T18:26:51.391Z root INFO [hosted-plugin: 1332] PLUGIN_HOST(1332): initializing(vscode-language-pack-it@1.53.2 with C:\Users\Rolf\AppData\Local\Programs\Arduino IDE 2.03\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-03-14T18:26:51.392Z root INFO [hosted-plugin: 1332] PLUGIN_HOST(1332): initializing(vscode-language-pack-ja@1.53.2 with C:\Users\Rolf\AppData\Local\Programs\Arduino IDE 2.03\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-03-14T18:26:51.393Z root INFO [hosted-plugin: 1332] PLUGIN_HOST(1332): initializing(vscode-language-pack-ko@1.53.2 with C:\Users\Rolf\AppData\Local\Programs\Arduino IDE 2.03\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-03-14T18:26:51.399Z root INFO [hosted-plugin: 1332] PLUGIN_HOST(1332): initializing(vscode-language-pack-nl@1.48.3 with C:\Users\Rolf\AppData\Local\Programs\Arduino IDE 2.03\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
PLUGIN_HOST(1332): initializing(vscode-language-pack-pl@1.53.2 with C:\Users\Rolf\AppData\Local\Programs\Arduino IDE 2.03\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
PLUGIN_HOST(1332): initializing(vscode-language-pack-pt-BR@1.53.2 with C:\Users\Rolf\AppData\Local\Programs\Arduino IDE 2.03\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-03-14T18:26:51.400Z root INFO [hosted-plugin: 1332] PLUGIN_HOST(1332): initializing(vscode-language-pack-ru@1.53.2 with C:\Users\Rolf\AppData\Local\Programs\Arduino IDE 2.03\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-03-14T18:26:51.401Z root INFO [hosted-plugin: 1332] PLUGIN_HOST(1332): initializing(vscode-language-pack-tr@1.53.2 with C:\Users\Rolf\AppData\Local\Programs\Arduino IDE 2.03\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-03-14T18:26:51.402Z root INFO [hosted-plugin: 1332] PLUGIN_HOST(1332): initializing(vscode-language-pack-uk@1.48.3 with C:\Users\Rolf\AppData\Local\Programs\Arduino IDE 2.03\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-03-14T18:26:51.403Z root INFO [hosted-plugin: 1332] PLUGIN_HOST(1332): initializing(vscode-language-pack-zh-hans@1.53.2 with C:\Users\Rolf\AppData\Local\Programs\Arduino IDE 2.03\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-03-14T18:26:51.991Z root INFO Frontend application start: 15915.0 ms [Finished 25.696 s after backend start]
2023-03-14T18:26:52.001Z root INFO Replace loading indicator with ready workbench UI (animation): 1214.0 ms [Finished 20.327 s after frontend start]
2023-03-14T18:26:52.001Z root INFO Changed application state from 'initialized_layout' to 'ready'.
2023-03-14T18:26:52.002Z root WARN Linked preference "workbench.colorCustomizations" not found. Source: "editor.bracketPairColorization.enabled"
Checking for update
2023-03-14T18:26:52.297Z root INFO [hosted-plugin: 1332] PLUGIN_HOST(1332): PluginManagerExtImpl/loadPlugin(C:\Users\Rolf\AppData\Local\Programs\Arduino IDE 2.03\resources\app\plugins\vscode-builtin-json-language-features\extension\client\dist\jsonMain)
2023-03-14T18:26:52.558Z daemon INFO INFO[0021] Updating libraries index                   

2023-03-14T18:26:52.606Z sketches-service WARN Mismatching sketch file <3_Instruction_set.ino> and sketch folder name <3 Instruction_set>. Skipping
2023-03-14T18:26:52.620Z sketches-service WARN Mismatching sketch file <8BC_SAP3_Microcode_Revision_7.0.ino> and sketch folder name <8BC_SAP3_MicroCode_Revision_7.0>. Skipping
2023-03-14T18:26:52.651Z sketches-service WARN Mismatching sketch file <8BC_SAP3_Microcode_Revision_7.1.ino> and sketch folder name <8BC_SAP3_MicroCode_Revision_7.1>. Skipping
2023-03-14T18:26:52.653Z sketches-service WARN Mismatching sketch file <8BC_SAP2_Microcode_Revision_7.ino> and sketch folder name <8BC_SAP2_MicroCode_Revision_7>. Skipping
2023-03-14T18:26:52.685Z sketches-service WARN Mismatching sketch file <8BC_SAP2_Microcode_Revision_16_bit_control_word.ino> and sketch folder name <8BC_SAP2_MicroCode_Revision_16_bit_control_word>. Skipping
2023-03-14T18:26:52.687Z sketches-service WARN Mismatching sketch file <8BC_SAP2_Microcode_Revision_16_bit_control_word_rev_2.ino> and sketch folder name <8BC_SAP2_MicroCode_Revision_16_bit_control_word_rev_2>. Skipping
2023-03-14T18:26:52.690Z sketches-service WARN Mismatching sketch file <8BC_SAP2_Microcode_Revision_16_bit_control_word_rev_3.ino> and sketch folder name <8BC_SAP2_MicroCode_Revision_16_bit_control_word_rev_3>. Skipping
2023-03-14T18:26:52.705Z sketches-service WARN Mismatching sketch file <8BC_SAP2_Microcode_Revision_16_bit_control_word_rev_4.ino> and sketch folder name <8BC_SAP2_MicroCode_Revision_16_bit_control_word_rev_4>. Skipping
2023-03-14T18:26:52.719Z sketches-service WARN Mismatching sketch file <8BC_SAP2_Microcode_Revision_16_bit_control_word_rev_5.ino> and sketch folder name <8BC_SAP2_MicroCode_Revision_16_bit_control_word_rev_5>. Skipping
2023-03-14T18:26:52.723Z sketches-service WARN Mismatching sketch file <8BC_SAP2_Microcode_Revision_16_bit_control_word_rev_6.ino> and sketch folder name <8BC_SAP2_MicroCode_Revision_16_bit_control_word_rev_6>. Skipping
2023-03-14T18:26:52.732Z sketches-service WARN Mismatching sketch file <3_Instruction_set.ino> and sketch folder name <3 Instruction_set>. Skipping
2023-03-14T18:26:52.735Z sketches-service WARN Mismatching sketch file <8BC_SAP3_Microcode_Revision_7.0.ino> and sketch folder name <8BC_SAP3_MicroCode_Revision_7.0>. Skipping
2023-03-14T18:26:52.736Z sketches-service WARN Mismatching sketch file <8BC_SAP3_Microcode_Revision_7.1.ino> and sketch folder name <8BC_SAP3_MicroCode_Revision_7.1>. Skipping
2023-03-14T18:26:52.737Z sketches-service WARN Mismatching sketch file <8BC_SAP2_Microcode_Revision_7.ino> and sketch folder name <8BC_SAP2_MicroCode_Revision_7>. Skipping
2023-03-14T18:26:52.738Z sketches-service WARN Mismatching sketch file <8BC_SAP2_Microcode_Revision_16_bit_control_word.ino> and sketch folder name <8BC_SAP2_MicroCode_Revision_16_bit_control_word>. Skipping
2023-03-14T18:26:52.738Z sketches-service WARN Mismatching sketch file <8BC_SAP2_Microcode_Revision_16_bit_control_word_rev_2.ino> and sketch folder name <8BC_SAP2_MicroCode_Revision_16_bit_control_word_rev_2>. Skipping
2023-03-14T18:26:52.739Z sketches-service WARN Mismatching sketch file <8BC_SAP2_Microcode_Revision_16_bit_control_word_rev_3.ino> and sketch folder name <8BC_SAP2_MicroCode_Revision_16_bit_control_word_rev_3>. Skipping
2023-03-14T18:26:52.740Z sketches-service WARN Mismatching sketch file <8BC_SAP2_Microcode_Revision_16_bit_control_word_rev_4.ino> and sketch folder name <8BC_SAP2_MicroCode_Revision_16_bit_control_word_rev_4>. Skipping
2023-03-14T18:26:52.740Z sketches-service WARN Mismatching sketch file <8BC_SAP2_Microcode_Revision_16_bit_control_word_rev_5.ino> and sketch folder name <8BC_SAP2_MicroCode_Revision_16_bit_control_word_rev_5>. Skipping
2023-03-14T18:26:52.741Z sketches-service WARN Mismatching sketch file <8BC_SAP2_Microcode_Revision_16_bit_control_word_rev_6.ino> and sketch folder name <8BC_SAP2_MicroCode_Revision_16_bit_control_word_rev_6>. Skipping
2023-03-14T18:26:52.748Z sketches-service WARN Mismatching sketch file <3_Instruction_set.ino> and sketch folder name <3 Instruction_set>. Skipping
2023-03-14T18:26:52.750Z sketches-service WARN Mismatching sketch file <8BC_SAP3_Microcode_Revision_7.0.ino> and sketch folder name <8BC_SAP3_MicroCode_Revision_7.0>. Skipping
2023-03-14T18:26:52.751Z sketches-service WARN Mismatching sketch file <8BC_SAP3_Microcode_Revision_7.1.ino> and sketch folder name <8BC_SAP3_MicroCode_Revision_7.1>. Skipping
2023-03-14T18:26:52.751Z sketches-service WARN Mismatching sketch file <8BC_SAP2_Microcode_Revision_7.ino> and sketch folder name <8BC_SAP2_MicroCode_Revision_7>. Skipping
2023-03-14T18:26:52.752Z sketches-service WARN Mismatching sketch file <8BC_SAP2_Microcode_Revision_16_bit_control_word.ino> and sketch folder name <8BC_SAP2_MicroCode_Revision_16_bit_control_word>. Skipping
2023-03-14T18:26:52.753Z sketches-service WARN Mismatching sketch file <8BC_SAP2_Microcode_Revision_16_bit_control_word_rev_2.ino> and sketch folder name <8BC_SAP2_MicroCode_Revision_16_bit_control_word_rev_2>. Skipping
2023-03-14T18:26:52.754Z sketches-service WARN Mismatching sketch file <8BC_SAP2_Microcode_Revision_16_bit_control_word_rev_3.ino> and sketch folder name <8BC_SAP2_MicroCode_Revision_16_bit_control_word_rev_3>. Skipping
2023-03-14T18:26:52.754Z sketches-service WARN Mismatching sketch file <8BC_SAP2_Microcode_Revision_16_bit_control_word_rev_4.ino> and sketch folder name <8BC_SAP2_MicroCode_Revision_16_bit_control_word_rev_4>. Skipping
2023-03-14T18:26:52.755Z sketches-service WARN Mismatching sketch file <8BC_SAP2_Microcode_Revision_16_bit_control_word_rev_5.ino> and sketch folder name <8BC_SAP2_MicroCode_Revision_16_bit_control_word_rev_5>. Skipping
2023-03-14T18:26:52.756Z sketches-service WARN Mismatching sketch file <8BC_SAP2_Microcode_Revision_16_bit_control_word_rev_6.ino> and sketch folder name <8BC_SAP2_MicroCode_Revision_16_bit_control_word_rev_6>. Skipping
2023-03-14T18:26:52.770Z daemon INFO INFO[0021] Updating index                                url="https://downloads.arduino.cc/packages/package_index.tar.bz2"

2023-03-14T18:26:52.845Z daemon INFO INFO[0021] Starting download                             url="https://downloads.arduino.cc/packages/package_index.tar.bz2"

2023-03-14T18:26:52.865Z root INFO core-client-provider [platform-index]
2023-03-14T18:26:53.079Z daemon INFO INFO[0021] Starting download                             url="https://downloads.arduino.cc/libraries/library_index.tar.bz2"

2023-03-14T18:26:53.086Z root INFO core-client-provider [library-index]
Update for version 2.0.4 is not available (latest version: 2.0.4, downgrade is allowed).
2023-03-14T18:26:53.560Z root INFO [hosted-plugin: 1332] PLUGIN_HOST(1332): PluginManagerExtImpl/loadPlugin(C:\Users\Rolf\AppData\Local\Programs\Arduino IDE 2.03\resources\app\plugins\vscode-arduino-tools\extension\dist\bundle)
2023-03-14T18:26:53.873Z daemon INFO INFO[0022] Updating index                                url="https://www.pjrc.com/teensy/package_teensy_index.json"

2023-03-14T18:26:53.949Z root INFO [04665f02-f9c0-4042-b892-72e7ae65e7b6][marus25.cortex-debug]: Started plugin.
2023-03-14T18:26:53.961Z root INFO [04665f02-f9c0-4042-b892-72e7ae65e7b6][arduino.vscode-arduino-tools]: Started plugin.
2023-03-14T18:26:53.961Z root INFO [04665f02-f9c0-4042-b892-72e7ae65e7b6][vscode.cpp]: Started plugin.
2023-03-14T18:26:53.962Z root INFO [04665f02-f9c0-4042-b892-72e7ae65e7b6][vscode.json]: Started plugin.
2023-03-14T18:26:53.964Z root INFO [04665f02-f9c0-4042-b892-72e7ae65e7b6][vscode.json-language-features]: Started plugin.
2023-03-14T18:26:53.965Z root INFO [04665f02-f9c0-4042-b892-72e7ae65e7b6][ms-ceintl.vscode-language-pack-bg]: Started plugin.
2023-03-14T18:26:53.966Z root INFO [04665f02-f9c0-4042-b892-72e7ae65e7b6][ms-ceintl.vscode-language-pack-cs]: Started plugin.
2023-03-14T18:26:53.966Z root INFO [04665f02-f9c0-4042-b892-72e7ae65e7b6][ms-ceintl.vscode-language-pack-de]: Started plugin.
2023-03-14T18:26:53.967Z root INFO [04665f02-f9c0-4042-b892-72e7ae65e7b6][ms-ceintl.vscode-language-pack-es]: Started plugin.
2023-03-14T18:26:53.967Z root INFO [04665f02-f9c0-4042-b892-72e7ae65e7b6][ms-ceintl.vscode-language-pack-fr]: Started plugin.
2023-03-14T18:26:53.968Z root INFO [04665f02-f9c0-4042-b892-72e7ae65e7b6][ms-ceintl.vscode-language-pack-hu]: Started plugin.
2023-03-14T18:26:53.968Z root INFO [04665f02-f9c0-4042-b892-72e7ae65e7b6][ms-ceintl.vscode-language-pack-it]: Started plugin.
2023-03-14T18:26:53.969Z root INFO [04665f02-f9c0-4042-b892-72e7ae65e7b6][ms-ceintl.vscode-language-pack-ja]: Started plugin.
2023-03-14T18:26:53.970Z root INFO [04665f02-f9c0-4042-b892-72e7ae65e7b6][ms-ceintl.vscode-language-pack-ko]: Started plugin.
2023-03-14T18:26:53.970Z root INFO [04665f02-f9c0-4042-b892-72e7ae65e7b6][ms-ceintl.vscode-language-pack-nl]: Started plugin.
2023-03-14T18:26:53.971Z root INFO [04665f02-f9c0-4042-b892-72e7ae65e7b6][ms-ceintl.vscode-language-pack-pl]: Started plugin.
2023-03-14T18:26:53.972Z root INFO [04665f02-f9c0-4042-b892-72e7ae65e7b6][ms-ceintl.vscode-language-pack-pt-br]: Started plugin.
2023-03-14T18:26:53.973Z root INFO [04665f02-f9c0-4042-b892-72e7ae65e7b6][ms-ceintl.vscode-language-pack-ru]: Started plugin.
2023-03-14T18:26:53.973Z root INFO [04665f02-f9c0-4042-b892-72e7ae65e7b6][ms-ceintl.vscode-language-pack-tr]: Started plugin.
2023-03-14T18:26:53.974Z root INFO [04665f02-f9c0-4042-b892-72e7ae65e7b6][ms-ceintl.vscode-language-pack-uk]: Started plugin.
2023-03-14T18:26:53.975Z root INFO [04665f02-f9c0-4042-b892-72e7ae65e7b6][ms-ceintl.vscode-language-pack-zh-hans]: Started plugin.
2023-03-14T18:26:54.089Z root INFO [hosted-plugin: 1332] PLUGIN_HOST(1332): PluginManagerExtImpl/loadPlugin(C:\Users\Rolf\AppData\Local\Programs\Arduino IDE 2.03\resources\app\plugins\cortex-debug\extension\dist\extension.js)
2023-03-14T18:26:54.186Z root INFO [hosted-plugin: 1332] Debug configuration provider has been registered: cortex-debug, trigger: 1
2023-03-14T18:26:54.193Z root INFO [hosted-plugin: 1332] GDB server console created
2023-03-14T18:26:54.227Z root INFO [04665f02-f9c0-4042-b892-72e7ae65e7b6] Start of 21 plugins: 4078.0 ms [Finished 23.210 s after frontend start]
2023-03-14T18:26:54.281Z daemon INFO INFO[0022] Starting download                             url="https://www.pjrc.com/teensy/package_teensy_index.json"

2023-03-14T18:26:54.284Z root INFO core-client-provider [platform-index]
2023-03-14T18:26:55.995Z root ERROR ---- !!!SLOW!!! DURATION: search took 3727.803 ms. Args: [{"type":"Updatable"}] ----
2023-03-14T18:26:56.163Z root INFO Starting language server: arduino:avr:nano:cpu=atmega328old
2023-03-14T18:26:57.240Z daemon INFO INFO[0025] Required tool                                 tool="arduino:arduinoOTA@1.3.0"
INFO[0025] Required tool                                 tool="arduino:avr-gcc@7.3.0-atmel3.6.1-arduino7"

2023-03-14T18:26:57.241Z daemon INFO INFO[0025] Required tool                                 tool="arduino:avrdude@6.3.0-arduino17"
INFO[0025] Adding libraries dir                          dir="C:\\Users\\Rolf\\AppData\\Local\\Arduino15\\libraries" location=ide

2023-03-14T18:26:57.244Z daemon INFO INFO[0025] Adding libraries dir                          dir="C:\\Users\\Rolf\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\libraries" location=platform
INFO[0025] Adding libraries dir                          dir="c:\\Users\\Rolf\\Documents\\Arduino\\libraries" location=user

2023-03-14T18:26:58.965Z daemon INFO INFO[0027] Resolving include Wire.h for arch avr      
INFO[0027]   found better lib                            lib=Wire prio=64C

2023-03-14T18:26:59.418Z daemon INFO INFO[0028] Resolving include SPI.h for arch avr       

2023-03-14T18:26:59.419Z daemon INFO INFO[0028]   found better lib                            lib=SPI prio=64C

2023-03-14T18:27:00.201Z daemon INFO INFO[0028] Resolving include Adafruit_GFX.h for arch avr

2023-03-14T18:27:00.202Z daemon INFO INFO[0028]   found better lib                            lib="Adafruit GFX Library" prio=517

2023-03-14T18:27:00.975Z daemon INFO INFO[0029] started discovery builtin:mdns-discovery process
INFO[0029] sending command HELLO 1 "arduino-cli 0.31.0" to discovery builtin:mdns-discovery

2023-03-14T18:27:02.226Z daemon INFO INFO[0030] Resolving include Adafruit_I2CDevice.h for arch avr

2023-03-14T18:27:02.227Z daemon INFO INFO[0030]   found better lib                            lib="Adafruit BusIO" prio=3EB

2023-03-14T18:27:03.334Z daemon INFO INFO[0032] Resolving include Adafruit_HX8357.h for arch avr

2023-03-14T18:27:03.335Z daemon INFO INFO[0032]   found better lib                            lib="Adafruit HX8357 Library" prio=517

2023-03-14T18:27:04.411Z daemon INFO INFO[0033] from discovery builtin:mdns-discovery received message type: hello, message: OK, protocol version: 1
INFO[0033] sending command START_SYNC to discovery builtin:mdns-discovery
INFO[0033] from discovery builtin:mdns-discovery received message type: start_sync, message: OK

2023-03-14T18:27:04.412Z daemon INFO INFO[0033] Loading hardware from: c:\Users\Rolf\AppData\Local\Arduino15\packages

2023-03-14T18:27:04.415Z daemon INFO INFO[0033] Loading package arduino from: C:\Users\Rolf\AppData\Local\Arduino15\packages\arduino\hardware

2023-03-14T18:27:04.423Z daemon INFO INFO[0033] Checking signature                            error="opening signature file: open C:\\Users\\Rolf\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\installed.json.sig: The system cannot find the file specified." index="C:\\Users\\Rolf\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\installed.json" signatureFile="C:\\Users\\Rolf\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\installed.json.sig"

2023-03-14T18:27:04.426Z daemon INFO INFO[0033] Adding monitor tool                           protocol=serial tool="builtin:serial-monitor"
INFO[0033] Loaded platform                               platform="arduino:avr@1.8.6"

2023-03-14T18:27:04.428Z daemon INFO INFO[0033] Checking existence of 'tools' path: C:\Users\Rolf\AppData\Local\Arduino15\packages\arduino\tools
INFO[0033] Loading tools from dir: C:\Users\Rolf\AppData\Local\Arduino15\packages\arduino\tools

2023-03-14T18:27:04.429Z daemon INFO INFO[0033] Loaded tool                                   tool="arduino:arduinoOTA@1.3.0"
INFO[0033] Loaded tool                                   tool="arduino:avr-gcc@7.3.0-atmel3.6.1-arduino7"

2023-03-14T18:27:04.433Z daemon INFO INFO[0033] Loaded tool                                   tool="arduino:avrdude@6.3.0-arduino17"
INFO[0033] Loading package builtin from: C:\Users\Rolf\AppData\Local\Arduino15\packages\builtin
INFO[0033] Checking existence of 'tools' path: C:\Users\Rolf\AppData\Local\Arduino15\packages\builtin\tools
INFO[0033] Loading tools from dir: C:\Users\Rolf\AppData\Local\Arduino15\packages\builtin\tools

2023-03-14T18:27:04.434Z daemon INFO INFO[0033] Loaded tool                                   tool="builtin:ctags@5.8-arduino11"

2023-03-14T18:27:04.435Z daemon INFO INFO[0033] Loaded tool                                   tool="builtin:mdns-discovery@1.0.8"

2023-03-14T18:27:04.436Z daemon INFO INFO[0033] Loaded tool                                   tool="builtin:serial-discovery@1.4.0"
INFO[0033] Loaded tool                                   tool="builtin:serial-monitor@0.13.0"

2023-03-14T18:27:04.438Z daemon INFO INFO[0033] Loading package teensy from: C:\Users\Rolf\AppData\Local\Arduino15\packages\teensy\hardware

2023-03-14T18:27:04.441Z daemon INFO INFO[0033] Checking signature                            error="opening signature file: open C:\\Users\\Rolf\\AppData\\Local\\Arduino15\\packages\\teensy\\hardware\\avr\\1.57.2\\installed.json.sig: The system cannot find the file specified." index="C:\\Users\\Rolf\\AppData\\Local\\Arduino15\\packages\\teensy\\hardware\\avr\\1.57.2\\installed.json" signatureFile="C:\\Users\\Rolf\\AppData\\Local\\Arduino15\\packages\\teensy\\hardware\\avr\\1.57.2\\installed.json.sig"

2023-03-14T18:27:04.447Z daemon INFO INFO[0033] Adding monitor tool                           protocol=teensy tool="teensy:teensy-monitor"
INFO[0033] Loaded platform                               platform="teensy:avr@1.57.2"

2023-03-14T18:27:04.448Z daemon INFO INFO[0033] Checking existence of 'tools' path: C:\Users\Rolf\AppData\Local\Arduino15\packages\teensy\tools
INFO[0033] Loading tools from dir: C:\Users\Rolf\AppData\Local\Arduino15\packages\teensy\tools

2023-03-14T18:27:04.449Z daemon INFO INFO[0033] Loaded tool                                   tool="teensy:teensy-compile@5.4.1"
INFO[0033] Loaded tool                                   tool="teensy:teensy-discovery@1.57.2"

2023-03-14T18:27:04.450Z daemon INFO INFO[0033] Loaded tool                                   tool="teensy:teensy-monitor@1.57.2"
INFO[0033] Loaded tool                                   tool="teensy:teensy-tools@1.57.2"

2023-03-14T18:27:04.459Z daemon INFO INFO[0033] Checking signature                            index="c:\\Users\\Rolf\\AppData\\Local\\Arduino15\\package_index.json" signatureFile="c:\\Users\\Rolf\\AppData\\Local\\Arduino15\\package_index.json.sig" trusted=true

2023-03-14T18:27:04.464Z daemon INFO INFO[0033] Checking signature                            error="opening signature file: open c:\\Users\\Rolf\\AppData\\Local\\Arduino15\\package_teensy_index.json.sig: The system cannot find the file specified." index="c:\\Users\\Rolf\\AppData\\Local\\Arduino15\\package_teensy_index.json" signatureFile="c:\\Users\\Rolf\\AppData\\Local\\Arduino15\\package_teensy_index.json.sig"

2023-03-14T18:27:07.193Z daemon INFO INFO[0035] Adding libraries dir                          dir="C:\\Users\\Rolf\\AppData\\Local\\Arduino15\\packages\\teensy\\hardware\\avr\\1.57.2\\libraries" location=platform

2023-03-14T18:27:07.200Z daemon INFO INFO[0035] Adding libraries dir                          dir="C:\\Users\\Rolf\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\libraries" location=platform
INFO[0035] Loading libraries index file                  index="c:\\Users\\Rolf\\AppData\\Local\\Arduino15\\library_index.json"

2023-03-14T18:27:07.530Z daemon INFO INFO[0036] Required tool                                 tool="arduino:arduinoOTA@1.3.0"

2023-03-14T18:27:07.530Z daemon INFO INFO[0036] Required tool                                 tool="arduino:avr-gcc@7.3.0-atmel3.6.1-arduino7"
INFO[0036] Required tool                                 tool="arduino:avrdude@6.3.0-arduino17"

2023-03-14T18:27:07.615Z daemon INFO INFO[0036] Adding libraries dir                          dir="C:\\Users\\Rolf\\AppData\\Local\\Arduino15\\libraries" location=ide

2023-03-14T18:27:07.616Z daemon INFO INFO[0036] Adding libraries dir                          dir="c:\\Users\\Rolf\\Documents\\Arduino\\libraries" location=user

Hopefully you can do something with it

You fixed the problem with the mdns-discovery tool, but you didn't fix serial-discovery and teensy-discovery:

This is the reason the IDE doesn't recognize ports.

Please check to see if the files serial-discovery.exe and teensy-discovery.exe are in your antivirus software's quarantine. If you can restore them from quarantine and then restart Arduino IDE, the IDE should recognize the ports.

If that is not possible, let me know and I'll provide instructions you can follow to force Arduino IDE to reinstall these missing tools.

Hi, I have bitdefender and checked the two files. They are not in the quarantine folder and as such I cannot restore them.