Save As, doesn't Work in IDE 2.1.0

To my horror, I tried to save my project as a different name, using "Save As" under file.

It didn't like my new name due to a space in the name.

I used an under score instead. and hit save.

The IDE window closed. After a short delay a new IDE window opens with
the Original name and its showing a Blank Project!!!

If I then close that (NO SAVING) and File -> open recent -> original project [new name not listed]
I again get a Blank project with the Original Project Name.

If I File->open and go to the location of the original project, it opens and is fine.
(Only reason I'm not panicking anymore.)

Can we please get Nano-Everywhere released for the classic IDE, so I don't have to use this Alpha/Beta level software that appears to eat your project when you SAVE?

Hi @mpheyse. Please tell me the full path of the sketch you were saving when you encountered this problem.

Do you mean the Nano Every? If so, you can use it with Arduino IDE 1.x. If you were already using it with Arduino IDE 2.x then that means you already installed the "Arduino megaAVR boards" platform, so you can simply select Tools > Board > Arduino megaAVR boards > Arduino Nano Every from the Arduino IDE 1.x menus and you're all set to compile and upload sketches to the Nano Every board.

I am having the exact same problem with my IDE but it is not limited to a board type. Why would saving as sketch be tied to a specific board type? This happens regardless of what path I select for the board. Save as simply does not save the sketch at all.

Hi @ryancasler

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.

It wouldn't be. The comment about the "Nano-Everywhere" was only tangentially related to the subject of the problem with Save As.

I'm 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. Close all Arduino IDE windows if the IDE is already running.
  2. Start Windows "File Explorer".
  3. Open the Arduino IDE installation folder.
    The default installation location is at one of the following paths:
    • C:\Program Files\Arduino IDE
      
    • C:\Users\<username>\AppData\Local\Programs\Arduino IDE
      
      (where <username> is your Windows username)
  4. In the folder listing of the Arduino IDE installation folder, hold the Shift key while clicking the right hand button on the mouse.
  5. From the context menu, click "Open PowerShell window here".
    Windows PowerShell will now open with the current directory set to the Arduino IDE installation folder.
  6. Type the following command:
    & ".\Arduino IDE"
    
  7. Press the Enter key.
    Debug output should now be printed to the PowerShell window as Arduino IDE starts.
  8. Wait for Arduino IDE to finish starting.
  9. Perform whatever actions are needed to reproduce the problem with saving the sketch.
  10. Switch back to the PowerShell window.
  11. Right click on the title bar of the PowerShell window.
    This will open a context menu.
  12. Select Edit > Select All from the context menu.
    This will select all the text in the PowerShell window.
  13. Press Ctrl+C.
    This will copy the contents of the PowerShell window to the clipboard.
  14. Open a forum reply here by clicking the Reply button.
  15. Click the <CODE/> icon on the post composer toolbar.
    This will add the forum's code block markup (```) to your reply to make sure the error messages are correctly formatted.
    Code tags icon on toolbar
  16. Press Ctrl+V.
    This will paste the output into the code block.
  17. Move the cursor outside of the code block markup before you add any additional text to your reply.
  18. Click the Reply button to post the output.

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

Hello
I also have the same problem, the programs won't save on my W10 session, with my user name (the PC can be used with a professional log also).
Trying to implement your solution isn't working either further than point 7 as the Shell response is that " Le terme «.\Arduino IDE» n'est pas reconnu comme nom d'applet de commande" (not recognized as an applet name"
When I try to save a IDE program, it looks as if it is saving, then when coming back to my IDE window it is empty agin (just void setup and loop, nothing in it).
Any hint ? Thank you

Hi @sargfred

Please do this:

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

Please do this:

  1. Close all Arduino IDE windows if the IDE is already running.
  2. Start Windows "File Explorer".
  3. Open the Arduino IDE installation folder.
    The default installation location is at one of the following paths:
    • C:\Program Files\Arduino IDE
      
    • C:\Users\<username>\AppData\Local\Programs\Arduino IDE
      
      (where <username> is your Windows username)
  4. In the folder listing of the Arduino IDE installation folder, hold the Shift key while clicking the right hand button on the mouse.
  5. From the context menu, click "Open PowerShell window here".
    Windows PowerShell will now open with the current directory set to the Arduino IDE installation folder.
  6. Type the following command:
    & ".\Arduino IDE"
    
  7. Press the Enter key.
    The command will probably now fail with the "Le terme «.\Arduino IDE» n'est pas reconnu comme nom d'applet de commande" error you reported.
  8. Right click on the title bar of the PowerShell window.
    This will open a context menu.
  9. Select Edit > Select All from the context menu.
    This will select all the text in the PowerShell window.
  10. Press Ctrl+C.
    This will copy the contents of the PowerShell window to the clipboard.
  11. Open a forum reply here by clicking the Reply button.
  12. Click the <CODE/> icon on the post composer toolbar.
    This will add the forum's code block markup (```) to your reply to make sure the error messages are correctly formatted.
    Code tags icon on toolbar
  13. Press Ctrl+V.
    This will paste the output into the code block.
  14. Move the cursor outside of the code block markup before you add any additional text to your reply.
  15. Click the Reply button to post the output.

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

Thanks for your prompt reply but that is the same instruction which has already blocked me. It does not go recognize the prompt & ".\Arduino IDE" and sends the error message back

in case this helps :

PS C:\Users\sargfred\AppData\Local\Arduino15> &".\Arduino IDE"
& : Le terme «.\Arduino IDE» n'est pas reconnu comme nom d'applet de commande, fonction, fichier de script ou
programme exécutable. Vérifiez l'orthographe du nom, ou si un chemin d'accès existe, vérifiez que le chemin d'accès
est correct et réessayez.
Au caractère Ligne:1 : 2

  • &".\Arduino IDE"
  •  + CategoryInfo          : ObjectNotFound: (.\Arduino IDE:String) [], CommandNotFoundException
     + FullyQualifiedErrorId : CommandNotFoundException

excuse my french

No, if you read the instructions carefully you will see they are not. An attention to detail is very important for success in the technical endeavors we make in the Arduino world.

The purpose of the first set of instructions was to start Arduino IDE from the PowerShell terminal and gather the logs the IDE prints there in order to get enough information to assist with your problem with saving sketches.

The purpose of the second set of instructions was to attempt to start Arduino IDE from the PowerShell terminal and gather the full contents of the PowerShell session in order to get enough information to assist with your problem with starting Arduino IDE from the PowerShell terminal.

Now that you have done that, I can see the problem:

You need to open the PowerShell terminal in the location of the Arduino IDE installation. You opened it at this path:

C:\Users\sargfred\AppData\Local\Arduino15

Arduino IDE is not installed at that location so it is expected that the attempt to start it from that folder will fail. This Arduino15 folder is a place where Arduino IDE stores additional data files, but it is not where the IDE application itself is installed.

Please try following my instructions from post #6 again, but this time make sure to carefully follow step (3). Note that i provided two possible locations of the Arduino IDE installation there.

No worries. I don't expect it will pose a problem.

Many thanks for your time and efforts

It starts now, but I still can't save

Here is the code though (pretty heavy)

PS C:\Users\sargfred\AppData\Local\Programs\Arduino IDE> & ".\Arduino IDE"
PS C:\Users\sargfred\AppData\Local\Programs\Arduino IDE>
Arduino IDE 2.1.1
Starting backend process. PID: 10828
Using browser-only version of superagent in non-browser environment
Configuration directory URI: 'file:///c%3A/Users/sargfred/.theia'
Configuring to accept webviews on '^.+\.webview\..+$' hostname.
2023-08-27T18:06:39.377Z root INFO Backend Object.initialize: 3.9 ms [Finished 1.325 s after backend start]
2023-08-27T18:06:39.377Z root INFO Backend Object.configure: 3.1 ms [Finished 1.325 s after backend start]
2023-08-27T18:06:39.378Z root INFO Backend MessagingContribution.onStart: 1.4 ms [Finished 1.325 s after backend start]
2023-08-27T18:06:39.379Z root INFO Backend OSBackendApplicationContribution.configure: 0.4 ms [Finished 1.363 s after backend start]
2023-08-27T18:06:39.379Z root INFO Backend DefaultWorkspaceServer.onStart: 0.3 ms [Finished 1.363 s after backend start]
2023-08-27T18:06:39.380Z root INFO Backend PluginLocalizationBackendContribution.configure: 0.1 ms [Finished 1.364 s after backend start]
2023-08-27T18:06:39.381Z root INFO Backend PluginLocalizationBackendContribution.initialize: 38.7 ms [Finished 1.364 s after backend start]
2023-08-27T18:06:39.382Z root INFO Backend TaskBackendApplicationContribution.onStart: 0.3 ms [Finished 1.364 s after backend start]
2023-08-27T18:06:39.383Z root INFO Backend ElectronTokenBackendContribution.configure: 1.6 ms [Finished 1.366 s after backend start]
2023-08-27T18:06:39.383Z config INFO >>> Initializing CLI configuration...
2023-08-27T18:06:39.383Z root INFO Backend PluginDeployerContribution.initialize: 0.6 ms [Finished 1.366 s after backend start]
2023-08-27T18:06:39.384Z root INFO Backend ConfigServiceImpl.onStart: 1.0 ms [Finished 1.367 s after backend start]
2023-08-27T18:06:39.385Z config INFO Loading CLI configuration from c:\Users\sargfred\.arduinoIDE\arduino-cli.yaml...
2023-08-27T18:06:39.386Z root INFO Backend WebviewBackendSecurityWarnings.initialize: 0.4 ms [Finished 1.368 s after backend start]
2023-08-27T18:06:39.386Z root INFO Backend ArduinoDaemonImpl.onStart: 1.1 ms [Finished 1.368 s after backend start]
2023-08-27T18:06:39.386Z root INFO Backend NodeFileUploadService.configure: 2.2 ms [Finished 1.369 s after backend start]
2023-08-27T18:06:39.386Z daemon INFO Starting daemon from C:\Users\sargfred\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-08-27T18:06:39.386Z discovery-log INFO start
2023-08-27T18:06:39.387Z discovery-log INFO start new deferred
2023-08-27T18:06:39.387Z root INFO Backend HostedPluginLocalizationService.initialize: 0.5 ms [Finished 1.370 s after backend start]
2023-08-27T18:06:39.387Z root INFO Backend BoardDiscovery.onStart: 1.1 ms [Finished 1.371 s after backend start]
2023-08-27T18:06:39.387Z root INFO Backend FileDownloadEndpoint.configure: 1.1 ms [Finished 1.371 s after backend start]
2023-08-27T18:06:39.387Z root INFO Backend AuthenticationServiceImpl.onStart: 0.4 ms [Finished 1.373 s after backend start]
2023-08-27T18:06:39.387Z root INFO Backend PluginApiContribution.configure: 0.5 ms [Finished 1.373 s after backend start]
2023-08-27T18:06:39.388Z root INFO Backend HostedPluginReader.configure: 0.5 ms [Finished 1.374 s after backend start]
2023-08-27T18:06:39.389Z root INFO Backend HostedPluginReader.configure: 0.1 ms [Finished 1.374 s after backend start]
2023-08-27T18:06:39.389Z root INFO Backend PlotterBackendContribution.configure: 0.9 ms [Finished 1.376 s after backend start]
2023-08-27T18:06:39.392Z root INFO Theia app listening on http://localhost:55323.
2023-08-27T18:06:39.392Z root INFO Finished starting backend application: 5.3 ms [Finished 1.379 s after backend start]
2023-08-27T18:06:39.393Z root WARN The local plugin referenced by local-dir:/c%3A/Users/sargfred/.arduinoIDE/plugins does not exist.
2023-08-27T18:06:39.394Z root WARN The local plugin referenced by local-dir:/c%3A/Users/sargfred/.arduinoIDE/extensions does not exist.
2023-08-27T18:06:39.419Z root WARN The local plugin referenced by local-dir:C:\Users\sargfred\.arduinoIDE\plugins does not exist.
Restoring workspace roots: \profils\sargfred\Documents\Arduino\LED4switch
2023-08-27T18:06:39.465Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-27T18:06:39.466Z root INFO Resolved "cortex-debug" to a VS Code extension "cortex-debug@1.5.1" with engines:
2023-08-27T18:06:39.466Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-27T18:06:39.467Z root INFO Resolved "vscode-arduino-tools" to a VS Code extension "vscode-arduino-tools@0.0.2-beta.8" with engines:
2023-08-27T18:06:39.468Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-27T18:06:39.469Z root INFO Resolved "vscode-builtin-cpp" to a VS Code extension "cpp@1.52.1" with engines:
2023-08-27T18:06:39.470Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-27T18:06:39.475Z root INFO Resolved "vscode-builtin-json" to a VS Code extension "json@1.46.1" with engines:
2023-08-27T18:06:39.481Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-27T18:06:39.481Z root INFO Resolved "vscode-builtin-json-language-features" to a VS Code extension "json-language-features@1.46.1" with engines:
2023-08-27T18:06:39.493Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-27T18:06:39.494Z root INFO Resolved "vscode-language-pack-bg" to a VS Code extension "vscode-language-pack-bg@1.48.3" with engines:
2023-08-27T18:06:39.495Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-27T18:06:39.495Z root INFO Resolved "vscode-language-pack-cs" to a VS Code extension "vscode-language-pack-cs@1.53.2" with engines:
2023-08-27T18:06:39.496Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-27T18:06:39.498Z root INFO Resolved "vscode-language-pack-de" to a VS Code extension "vscode-language-pack-de@1.53.2" with engines:
2023-08-27T18:06:39.499Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-27T18:06:39.500Z root INFO Resolved "vscode-language-pack-es" to a VS Code extension "vscode-language-pack-es@1.53.2" with engines:
2023-08-27T18:06:39.500Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-27T18:06:39.501Z root INFO Resolved "vscode-language-pack-fr" to a VS Code extension "vscode-language-pack-fr@1.53.2" with engines:
2023-08-27T18:06:39.502Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-27T18:06:39.502Z root INFO Resolved "vscode-language-pack-hu" to a VS Code extension "vscode-language-pack-hu@1.48.3" with engines:
2023-08-27T18:06:39.507Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-27T18:06:39.516Z root INFO Resolved "vscode-language-pack-it" to a VS Code extension "vscode-language-pack-it@1.53.2" with engines:
2023-08-27T18:06:39.525Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-27T18:06:39.525Z root INFO Resolved "vscode-language-pack-ja" to a VS Code extension "vscode-language-pack-ja@1.53.2" with engines:
2023-08-27T18:06:39.526Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-27T18:06:39.527Z root INFO Resolved "vscode-language-pack-ko" to a VS Code extension "vscode-language-pack-ko@1.53.2" with engines:
2023-08-27T18:06:39.527Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-27T18:06:39.528Z root INFO Resolved "vscode-language-pack-nl" to a VS Code extension "vscode-language-pack-nl@1.48.3" with engines:
2023-08-27T18:06:39.528Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-27T18:06:39.529Z root INFO Resolved "vscode-language-pack-pl" to a VS Code extension "vscode-language-pack-pl@1.53.2" with engines:
2023-08-27T18:06:39.529Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-27T18:06:39.531Z root INFO Resolved "vscode-language-pack-pt-BR" to a VS Code extension "vscode-language-pack-pt-BR@1.53.2" with engines:
2023-08-27T18:06:39.531Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-27T18:06:39.532Z root INFO Resolved "vscode-language-pack-ru" to a VS Code extension "vscode-language-pack-ru@1.53.2" with engines:
2023-08-27T18:06:39.533Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-27T18:06:39.535Z root INFO Resolved "vscode-language-pack-tr" to a VS Code extension "vscode-language-pack-tr@1.53.2" with engines:
2023-08-27T18:06:39.553Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-27T18:06:39.554Z root INFO Resolved "vscode-language-pack-uk" to a VS Code extension "vscode-language-pack-uk@1.48.3" with engines:
2023-08-27T18:06:39.555Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-08-27T18:06:39.556Z root INFO Resolved "vscode-language-pack-zh-hans" to a VS Code extension "vscode-language-pack-zh-hans@1.53.2" with engines:
2023-08-27T18:06:39.563Z config INFO Loaded CLI configuration: {"board_manager":{"additional_urls":[]},"build_cache":{"compilations_before_purge":10,"ttl":"720h0m0s"},"daemon":{"port":"50051"},"directories":{"builtin":{"libraries":"C:\\Users\\sargfred\\AppData\\Local\\Arduino15\\libraries"},"data":"c:\\Users\\sargfred\\AppData\\Local\\Arduino15","downloads":"C:\\Users\\sargfred\\AppData\\Local\\Arduino15\\staging","user":"\\\\evolution.local\\profils\\sargfred\\Documents\\Arduino"},"library":{"enable_unsafe_install":false},"locale":"fr","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-08-27T18:06:39.563Z config INFO 'directories.data' and 'directories.user' are set in the CLI configuration model.
2023-08-27T18:06:39.564Z config INFO Loaded the CLI configuration.
2023-08-27T18:06:39.588Z config INFO Mapped the CLI configuration: {"dataDirUri":"file:///c%3A/Users/sargfred/AppData/Local/Arduino15","sketchDirUri":"file://evolution.local/profils/sargfred/Documents/Arduino","additionalUrls":[],"network":"none","locale":"fr"}
2023-08-27T18:06:39.589Z config INFO Validating the CLI configuration...
2023-08-27T18:06:39.590Z config INFO The CLI config is valid.
2023-08-27T18:06:39.590Z config INFO <<< Initialized the CLI configuration.
2023-08-27T18:06:39.602Z root INFO Resolve plugins list: 216.6 ms [Finished 1.588 s after backend start]
2023-08-27T18:06:39.607Z root INFO Deployed backend plugin "marus25.cortex-debug@1.5.1" from "C:\Users\sargfred\AppData\Local\Programs\Arduino IDE\resources\app\plugins\cortex-debug\extension\dist\extension.js": 5.3 ms [Finished 1.594 s after backend start]
2023-08-27T18:06:39.618Z root INFO Deployed backend plugin "arduino.vscode-arduino-tools@0.0.2-beta.8" from "C:\Users\sargfred\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-arduino-tools\extension\dist\bundle": 10.7 ms [Finished 1.605 s after backend start]
2023-08-27T18:06:39.636Z root INFO Deployed backend plugin "vscode.cpp@1.52.1" from "C:\Users\sargfred\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-builtin-cpp\extension": 18.1 ms [Finished 1.623 s after backend start]
2023-08-27T18:06:39.639Z root INFO Deployed backend plugin "vscode.json@1.46.1" from "C:\Users\sargfred\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-builtin-json\extension": 2.5 ms [Finished 1.626 s after backend start]
2023-08-27T18:06:39.649Z root INFO Deployed backend plugin "vscode.json-language-features@1.46.1" from "C:\Users\sargfred\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-builtin-json-language-features\extension\client\dist\jsonMain": 10.7 ms [Finished 1.636 s after backend start]
2023-08-27T18:06:39.749Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-bg@1.48.3" from "C:\Users\sargfred\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-language-pack-bg\extension": 100.1 ms [Finished 1.737 s after backend start]
2023-08-27T18:06:39.771Z daemon INFO INFO[0000] Using config file: c:\Users\sargfred\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.3
INFO[0000] Executing `arduino-cli daemon`
Daemon is now listening on 127.0.0.1:55324
{"IP":"127.0.0.1","Port":"55324"}


2023-08-27T18:06:39.772Z daemon INFO Daemon is running.
2023-08-27T18:06:39.916Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-cs@1.53.2" from "C:\Users\sargfred\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-language-pack-cs\extension": 166.3 ms [Finished 1.903 s after backend start]
2023-08-27T18:06:40.024Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-de@1.53.2" from "C:\Users\sargfred\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-language-pack-de\extension": 108.2 ms [Finished 2.011 s after backend start]
2023-08-27T18:06:40.025Z daemon INFO INFO[0000] Loading hardware from: c:\Users\sargfred\AppData\Local\Arduino15\packages
INFO[0000] Loading package arduino from: C:\Users\sargfred\AppData\Local\Arduino15\packages\arduino\hardware
INFO[0000] Checking signature                            error="opening signature file: open C:\\Users\\sargfred\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\installed.json.sig: Le fichier sp├®cifi├® est introuvable." index="C:\\Users\\sargfred\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\installed.json" signatureFile="C:\\Users\\sargfred\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\installed.json.sig"
INFO[0000] Adding monitor tool                           protocol=serial tool="builtin:serial-monitor"
INFO[0000] Loaded platform                               platform="arduino:avr@1.8.6"
INFO[0000] Checking existence of 'tools' path: C:\Users\sargfred\AppData\Local\Arduino15\packages\arduino\tools
INFO[0000] Loading tools from dir: C:\Users\sargfred\AppData\Local\Arduino15\packages\arduino\tools
INFO[0000] Loaded tool                                   tool="arduino:arduinoOTA@1.3.0"
INFO[0000] Loaded tool                                   tool="arduino:avr-gcc@7.3.0-atmel3.6.1-arduino7"
INFO[0000] Loaded tool                                   tool="arduino:avrdude@6.3.0-arduino17"
INFO[0000] Loading package builtin from: C:\Users\sargfred\AppData\Local\Arduino15\packages\builtin
INFO[0000] Checking existence of 'tools' path: C:\Users\sargfred\AppData\Local\Arduino15\packages\builtin\tools
INFO[0000] Loading tools from dir: C:\Users\sargfred\AppData\Local\Arduino15\packages\builtin\tools
INFO[0000] Loaded tool                                   tool="builtin:ctags@5.8-arduino11"
INFO[0000] Loaded tool                                   tool="builtin:dfu-discovery@0.1.2"
INFO[0000] Loaded tool                                   tool="builtin:mdns-discovery@1.0.6"
INFO[0000] Loaded tool                                   tool="builtin:mdns-discovery@1.0.9"
INFO[0000] Loaded tool                                   tool="builtin:serial-discovery@1.3.2"
INFO[0000] Loaded tool                                   tool="builtin:serial-discovery@1.4.0"
INFO[0000] Loaded tool                                   tool="builtin:serial-monitor@0.10.0"
INFO[0000] Loaded tool                                   tool="builtin:serial-monitor@0.13.0"
INFO[0000] Checking signature                            index="c:\\Users\\sargfred\\AppData\\Local\\Arduino15\\package_index.json" signatureFile="c:\\Users\\sargfred\\AppData\\Local\\Arduino15\\package_index.json.sig" trusted=true
INFO[0000] Adding libraries dir                          dir="C:\\Users\\sargfred\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\libraries" location=platform
INFO[0000] Loading libraries index file                  index="c:\\Users\\sargfred\\AppData\\Local\\Arduino15\\library_index.json"

2023-08-27T18:06:40.122Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-es@1.53.2" from "C:\Users\sargfred\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-language-pack-es\extension": 97.5 ms [Finished 2.109 s after backend start]
2023-08-27T18:06:40.208Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-fr@1.53.2" from "C:\Users\sargfred\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-language-pack-fr\extension": 86.4 ms [Finished 2.195 s after backend start]
2023-08-27T18:06:40.209Z daemon INFO INFO[0000] Adding libraries dir                          dir="C:\\Users\\sargfred\\AppData\\Local\\Arduino15\\libraries" location=ide
INFO[0000] Adding libraries dir                          dir="\\\\evolution.local\\profils\\sargfred\\Documents\\Arduino\\libraries" location=user

2023-08-27T18:06:40.283Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-hu@1.48.3" from "C:\Users\sargfred\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-language-pack-hu\extension": 75.0 ms [Finished 2.270 s after backend start]
2023-08-27T18:06:40.372Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-it@1.53.2" from "C:\Users\sargfred\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-language-pack-it\extension": 88.4 ms [Finished 2.359 s after backend start]
2023-08-27T18:06:40.458Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-ja@1.53.2" from "C:\Users\sargfred\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-language-pack-ja\extension": 86.5 ms [Finished 2.445 s after backend start]
2023-08-27T18:06:40.466Z discovery-log INFO start request start watch
2023-08-27T18:06:40.470Z discovery-log INFO start requested start watch
2023-08-27T18:06:40.482Z discovery-log INFO start resolved watching
2023-08-27T18:06:40.499Z daemon INFO INFO[0000] starting discovery builtin:mdns-discovery process
INFO[0000] starting discovery builtin:serial-discovery process

2023-08-27T18:06:40.513Z daemon INFO INFO[0000] started discovery builtin:mdns-discovery process
INFO[0000] sending command HELLO 1 "arduino-cli 0.32.3" to discovery builtin:mdns-discovery
INFO[0000] started discovery builtin:serial-discovery process
INFO[0000] sending command HELLO 1 "arduino-cli 0.32.3" to discovery builtin:serial-discovery

2023-08-27T18:06:40.593Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-ko@1.53.2" from "C:\Users\sargfred\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-language-pack-ko\extension": 134.6 ms [Finished 2.580 s after backend start]
2023-08-27T18:06:40.594Z daemon INFO INFO[0000] from discovery builtin:serial-discovery received message type: hello, message: OK, protocol version: 1
INFO[0000] sending command START_SYNC to discovery builtin:serial-discovery
INFO[0000] from discovery builtin:serial-discovery received message type: start_sync, message: OK
INFO[0000] from discovery builtin:mdns-discovery received message type: hello, message: OK, protocol version: 1
INFO[0000] sending command START_SYNC to discovery builtin:mdns-discovery
INFO[0000] from discovery builtin:mdns-discovery received message type: start_sync, message: OK
INFO[0000] from discovery builtin:serial-discovery received message type: add, port: COM3

2023-08-27T18:06:40.599Z discovery-log INFO {"eventType":"add","port":{"matchingBoardsList":[{"name":"Arduino Mega or Mega 2560","fqbn":"arduino:avr:mega","isHidden":false}],"port":{"address":"COM3","label":"COM3","protocol":"serial","protocolLabel":"Serial Port (USB)","propertiesMap":[["pid","0x0042"],["serialNumber","14232303239351B0C120"],["vid","0x2341"]],"hardwareId":"14232303239351B0C120"}},"error":""}
2023-08-27T18:06:40.622Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-nl@1.48.3" from "C:\Users\sargfred\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-language-pack-nl\extension": 28.5 ms [Finished 2.609 s after backend start]
2023-08-27T18:06:40.688Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-pl@1.53.2" from "C:\Users\sargfred\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-language-pack-pl\extension": 66.5 ms [Finished 2.675 s after backend start]
2023-08-27T18:06:40.747Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-pt-br@1.53.2" from "C:\Users\sargfred\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-language-pack-pt-BR\extension": 58.8 ms [Finished 2.734 s after backend start]
2023-08-27T18:06:40.808Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-ru@1.53.2" from "C:\Users\sargfred\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-language-pack-ru\extension": 60.8 ms [Finished 2.795 s after backend start]
2023-08-27T18:06:40.858Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-tr@1.53.2" from "C:\Users\sargfred\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-language-pack-tr\extension": 49.6 ms [Finished 2.845 s after backend start]
2023-08-27T18:06:40.900Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-uk@1.48.3" from "C:\Users\sargfred\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-language-pack-uk\extension": 42.3 ms [Finished 2.887 s after backend start]
2023-08-27T18:06:40.955Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-zh-hans@1.53.2" from "C:\Users\sargfred\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-language-pack-zh-hans\extension": 54.8 ms [Finished 2.942 s after backend start]
2023-08-27T18:06:40.979Z root INFO Deploy plugins list: 216.6 ms [Finished 2.942 s after backend start]
Opening channel for service path '/services/electron-window-ext'.
Opening channel for service path '/services/electron-window'.
Opening channel for service path '/services/ide-updater'.
2023-08-27T18:06:42.055Z root WARN Frontend a.configure took longer than the expected maximum 100 milliseconds: 252.8 ms [Finished 2.501 s after frontend start]
2023-08-27T18:06:42.254Z root INFO Start frontend contributions: 531.3 ms [Finished 2.708 s after frontend start]
2023-08-27T18:06:42.255Z root INFO Changed application state from 'init' to 'started_contributions'.
2023-08-27T18:06:42.298Z root INFO Changed application state from 'started_contributions' to 'attached_shell'.
2023-08-27T18:06:42.300Z root INFO >>> Restoring the layout state...
2023-08-27T18:06:42.318Z root INFO ------- SERIALIZED LAYOUT DATA -------
2023-08-27T18:06:42.318Z root INFO {"version":5,"mainPanel":{"main":{"type":"tab-area","widgets":[{"constructionOptions":{"factoryId":"code-editor-opener","options":{"counter":0,"kind":"navigatable","uri":"file://evolution.local/profils/sargfred/Documents/Arduino/LED4switch/LED4switch.ino"}},"innerWidgetState":"{\"cursorState\":[{\"inSelectionMode\":false,\"selectionStart\":{\"lineNumber\":92,\"column\":22},\"position\":{\"lineNumber\":92,\"column\":22}}],\"viewState\":{\"scrollLeft\":0,\"firstPosition\":{\"lineNumber\":80,\"column\":1},\"firstPositionDeltaTop\":-12},\"contributionsState\":{\"editor.contrib.folding\":{\"lineCount\":107,\"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\":\"Recherche\",\"iconClass\":\"codicon codicon-search\",\"closeable\":true},\"widget\":{\"constructionOptions\":{\"factoryId\":\"search-in-workspace\"},\"innerWidgetState\":\"{\\\"matchCaseState\\\":{\\\"className\\\":\\\"codicon codicon-case-sensitive\\\",\\\"enabled\\\":false,\\\"title\\\":\\\"Respecter la casse\\\"},\\\"wholeWordState\\\":{\\\"className\\\":\\\"codicon codicon-whole-word\\\",\\\"enabled\\\":false,\\\"title\\\":\\\"Mot entier\\\"},\\\"regExpState\\\":{\\\"className\\\":\\\"codicon codicon-regex\\\",\\\"enabled\\\":false,\\\"title\\\":\\\"Utiliser une expression r├®guli├¿re\\\"},\\\"includeIgnoredState\\\":{\\\"className\\\":\\\"codicon codicon-eye\\\",\\\"enabled\\\":false,\\\"title\\\":\\\"Inclure les fichiers ignor├®s\\\"},\\\"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\":\"Recherche\",\"iconClass\":\"fa fa-arduino-search\",\"closeable\":true}}"},"rank":5,"expanded":false,"pinned":false}]},"rightPanel":{"type":"sidepanel","items":[]},"activeWidgetId":"code-editor-opener:file://evolution.local/profils/sargfred/Documents/Arduino/LED4switch/LED4switch.ino:0"}
2023-08-27T18:06:42.321Z root INFO ------- END SERIALIZED LAYOUT DATA -------
2023-08-27T18:06:42.563Z root INFO [ce4f7650-5102-4b07-ac14-85cbe28f149b] Waiting for backend deployment: 133.2 ms [Finished 2.834 s after frontend start]
2023-08-27T18:06:43.003Z root INFO [hosted-plugin: 17332] PLUGIN_HOST(17332) starting instance
2023-08-27T18:06:43.399Z root INFO [ce4f7650-5102-4b07-ac14-85cbe28f149b] Sync of 21 plugins: 1048.5 ms [Finished 3.882 s after frontend start]
2023-08-27T18:06:43.659Z root INFO <<< The layout has been successfully restored.
2023-08-27T18:06:43.768Z root INFO Initialize the workbench layout: 1388.5 ms [Finished 4.143 s after frontend start]
2023-08-27T18:06:43.771Z root INFO Changed application state from 'attached_shell' to 'initialized_layout'.
2023-08-27T18:06:43.772Z root INFO [ce4f7650-5102-4b07-ac14-85cbe28f149b][marus25.cortex-debug]: Loaded contributions.
2023-08-27T18:06:43.774Z root INFO [ce4f7650-5102-4b07-ac14-85cbe28f149b][arduino.vscode-arduino-tools]: Loaded contributions.
2023-08-27T18:06:43.779Z root INFO [ce4f7650-5102-4b07-ac14-85cbe28f149b][vscode.cpp]: Loaded contributions.
2023-08-27T18:06:43.779Z root INFO [ce4f7650-5102-4b07-ac14-85cbe28f149b][vscode.json]: Loaded contributions.
2023-08-27T18:06:43.780Z root INFO [ce4f7650-5102-4b07-ac14-85cbe28f149b][vscode.json-language-features]: Loaded contributions.
2023-08-27T18:06:43.780Z root INFO [ce4f7650-5102-4b07-ac14-85cbe28f149b][ms-ceintl.vscode-language-pack-bg]: Loaded contributions.
2023-08-27T18:06:43.781Z root INFO [ce4f7650-5102-4b07-ac14-85cbe28f149b][ms-ceintl.vscode-language-pack-cs]: Loaded contributions.
2023-08-27T18:06:43.781Z root INFO [ce4f7650-5102-4b07-ac14-85cbe28f149b][ms-ceintl.vscode-language-pack-de]: Loaded contributions.
2023-08-27T18:06:43.782Z root INFO [ce4f7650-5102-4b07-ac14-85cbe28f149b][ms-ceintl.vscode-language-pack-es]: Loaded contributions.
2023-08-27T18:06:43.782Z root INFO [ce4f7650-5102-4b07-ac14-85cbe28f149b][ms-ceintl.vscode-language-pack-fr]: Loaded contributions.
2023-08-27T18:06:43.782Z root INFO [ce4f7650-5102-4b07-ac14-85cbe28f149b][ms-ceintl.vscode-language-pack-hu]: Loaded contributions.
2023-08-27T18:06:43.783Z root INFO [ce4f7650-5102-4b07-ac14-85cbe28f149b][ms-ceintl.vscode-language-pack-it]: Loaded contributions.
2023-08-27T18:06:43.783Z root INFO [ce4f7650-5102-4b07-ac14-85cbe28f149b][ms-ceintl.vscode-language-pack-ja]: Loaded contributions.
2023-08-27T18:06:43.784Z root INFO [ce4f7650-5102-4b07-ac14-85cbe28f149b][ms-ceintl.vscode-language-pack-ko]: Loaded contributions.
2023-08-27T18:06:43.785Z root INFO [ce4f7650-5102-4b07-ac14-85cbe28f149b][ms-ceintl.vscode-language-pack-nl]: Loaded contributions.
2023-08-27T18:06:43.794Z root INFO [ce4f7650-5102-4b07-ac14-85cbe28f149b][ms-ceintl.vscode-language-pack-pl]: Loaded contributions.
2023-08-27T18:06:43.804Z root INFO [ce4f7650-5102-4b07-ac14-85cbe28f149b][ms-ceintl.vscode-language-pack-pt-br]: Loaded contributions.
2023-08-27T18:06:43.805Z root INFO [ce4f7650-5102-4b07-ac14-85cbe28f149b][ms-ceintl.vscode-language-pack-ru]: Loaded contributions.
2023-08-27T18:06:43.806Z root INFO [ce4f7650-5102-4b07-ac14-85cbe28f149b][ms-ceintl.vscode-language-pack-tr]: Loaded contributions.
2023-08-27T18:06:43.806Z root INFO [ce4f7650-5102-4b07-ac14-85cbe28f149b][ms-ceintl.vscode-language-pack-uk]: Loaded contributions.
2023-08-27T18:06:43.807Z root INFO [ce4f7650-5102-4b07-ac14-85cbe28f149b][ms-ceintl.vscode-language-pack-zh-hans]: Loaded contributions.
2023-08-27T18:06:43.808Z root INFO [ce4f7650-5102-4b07-ac14-85cbe28f149b] Load contributions of 21 plugins: 105.7 ms [Finished 4.250 s after frontend start]
2023-08-27T18:06:43.949Z root WARN 'cpp' language is remapped from 'source.cpp.embedded.macro' to 'source.cpp' scope
2023-08-27T18:06:43.949Z root WARN a registered grammar configuration for 'cpp' language is overridden
2023-08-27T18:06:44.478Z root INFO [hosted-plugin: 17332] PLUGIN_HOST(17332): PluginManagerExtImpl/init()
2023-08-27T18:06:44.481Z root INFO [hosted-plugin: 17332] PLUGIN_HOST(17332): initializing(cortex-debug@1.5.1 with C:\Users\sargfred\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-08-27T18:06:44.489Z root INFO [hosted-plugin: 17332] Debugger contribution has been registered: cortex-debug
2023-08-27T18:06:44.492Z root INFO [hosted-plugin: 17332] PLUGIN_HOST(17332): initializing(vscode-arduino-tools@0.0.2-beta.8 with C:\Users\sargfred\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-08-27T18:06:44.497Z root INFO [hosted-plugin: 17332] PLUGIN_HOST(17332): initializing(cpp@1.52.1 with C:\Users\sargfred\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
PLUGIN_HOST(17332): initializing(json@1.46.1 with C:\Users\sargfred\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-08-27T18:06:44.497Z root INFO [hosted-plugin: 17332] PLUGIN_HOST(17332): initializing(json-language-features@1.46.1 with C:\Users\sargfred\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-08-27T18:06:44.498Z root INFO [hosted-plugin: 17332] PLUGIN_HOST(17332): initializing(vscode-language-pack-bg@1.48.3 with C:\Users\sargfred\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-08-27T18:06:44.499Z root INFO [hosted-plugin: 17332] PLUGIN_HOST(17332): initializing(vscode-language-pack-cs@1.53.2 with C:\Users\sargfred\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-08-27T18:06:44.500Z root INFO [hosted-plugin: 17332] PLUGIN_HOST(17332): initializing(vscode-language-pack-de@1.53.2 with C:\Users\sargfred\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-08-27T18:06:44.502Z root INFO [hosted-plugin: 17332] PLUGIN_HOST(17332): initializing(vscode-language-pack-es@1.53.2 with C:\Users\sargfred\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-08-27T18:06:44.506Z root INFO [hosted-plugin: 17332] PLUGIN_HOST(17332): initializing(vscode-language-pack-fr@1.53.2 with C:\Users\sargfred\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-08-27T18:06:44.523Z root INFO [hosted-plugin: 17332] PLUGIN_HOST(17332): initializing(vscode-language-pack-hu@1.48.3 with C:\Users\sargfred\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
PLUGIN_HOST(17332): initializing(vscode-language-pack-it@1.53.2 with C:\Users\sargfred\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
PLUGIN_HOST(17332): initializing(vscode-language-pack-ja@1.53.2 with C:\Users\sargfred\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
PLUGIN_HOST(17332): initializing(vscode-language-pack-ko@1.53.2 with C:\Users\sargfred\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
PLUGIN_HOST(17332): initializing(vscode-language-pack-nl@1.48.3 with C:\Users\sargfred\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
PLUGIN_HOST(17332): initializing(vscode-language-pack-pl@1.53.2 with C:\Users\sargfred\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
PLUGIN_HOST(17332): initializing(vscode-language-pack-pt-BR@1.53.2 with C:\Users\sargfred\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
PLUGIN_HOST(17332): initializing(vscode-language-pack-ru@1.53.2 with C:\Users\sargfred\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
PLUGIN_HOST(17332): initializing(vscode-language-pack-tr@1.53.2 with C:\Users\sargfred\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
PLUGIN_HOST(17332): initializing(vscode-language-pack-uk@1.48.3 with C:\Users\sargfred\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
PLUGIN_HOST(17332): initializing(vscode-language-pack-zh-hans@1.53.2 with C:\Users\sargfred\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-08-27T18:06:44.561Z root INFO [hosted-plugin: 17332] PLUGIN_HOST(17332): PluginManagerExtImpl/loadPlugin(C:\Users\sargfred\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-builtin-json-language-features\extension\client\dist\jsonMain)
2023-08-27T18:06:45.093Z root INFO Frontend application start: 3082.1 ms [Finished 7.078 s after backend start]
2023-08-27T18:06:45.099Z root INFO Replace loading indicator with ready workbench UI (animation): 929.6 ms [Finished 5.181 s after frontend start]
2023-08-27T18:06:45.100Z root INFO Changed application state from 'initialized_layout' to 'ready'.
Checking for update
2023-08-27T18:06:45.149Z root INFO [hosted-plugin: 17332] PLUGIN_HOST(17332): PluginManagerExtImpl/loadPlugin(C:\Users\sargfred\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-arduino-tools\extension\dist\bundle)
Update for version 2.1.1 is not available (latest version: 2.1.1, downgrade is allowed).
2023-08-27T18:06:45.749Z root ERROR ---- !!!SLOW!!! DURATION: search took 514.614 ms. Args: [{"type":"Updatable"}] ----
2023-08-27T18:06:45.753Z root INFO [ce4f7650-5102-4b07-ac14-85cbe28f149b][marus25.cortex-debug]: Started plugin.
2023-08-27T18:06:45.757Z root INFO [ce4f7650-5102-4b07-ac14-85cbe28f149b][arduino.vscode-arduino-tools]: Started plugin.
2023-08-27T18:06:45.758Z root INFO [ce4f7650-5102-4b07-ac14-85cbe28f149b][vscode.cpp]: Started plugin.
2023-08-27T18:06:45.758Z root INFO [ce4f7650-5102-4b07-ac14-85cbe28f149b][vscode.json]: Started plugin.
2023-08-27T18:06:45.758Z root INFO [ce4f7650-5102-4b07-ac14-85cbe28f149b][vscode.json-language-features]: Started plugin.
2023-08-27T18:06:45.759Z root INFO [ce4f7650-5102-4b07-ac14-85cbe28f149b][ms-ceintl.vscode-language-pack-bg]: Started plugin.
2023-08-27T18:06:45.759Z root INFO [ce4f7650-5102-4b07-ac14-85cbe28f149b][ms-ceintl.vscode-language-pack-cs]: Started plugin.
2023-08-27T18:06:45.760Z root INFO [ce4f7650-5102-4b07-ac14-85cbe28f149b][ms-ceintl.vscode-language-pack-de]: Started plugin.
2023-08-27T18:06:45.760Z root INFO [ce4f7650-5102-4b07-ac14-85cbe28f149b][ms-ceintl.vscode-language-pack-es]: Started plugin.
2023-08-27T18:06:45.760Z root INFO [ce4f7650-5102-4b07-ac14-85cbe28f149b][ms-ceintl.vscode-language-pack-fr]: Started plugin.
2023-08-27T18:06:45.761Z root INFO [ce4f7650-5102-4b07-ac14-85cbe28f149b][ms-ceintl.vscode-language-pack-hu]: Started plugin.
2023-08-27T18:06:45.761Z root INFO [ce4f7650-5102-4b07-ac14-85cbe28f149b][ms-ceintl.vscode-language-pack-it]: Started plugin.
2023-08-27T18:06:45.761Z root INFO [ce4f7650-5102-4b07-ac14-85cbe28f149b][ms-ceintl.vscode-language-pack-ja]: Started plugin.
2023-08-27T18:06:45.762Z root INFO [ce4f7650-5102-4b07-ac14-85cbe28f149b][ms-ceintl.vscode-language-pack-ko]: Started plugin.
2023-08-27T18:06:45.762Z root INFO [ce4f7650-5102-4b07-ac14-85cbe28f149b][ms-ceintl.vscode-language-pack-nl]: Started plugin.
2023-08-27T18:06:45.762Z root INFO [ce4f7650-5102-4b07-ac14-85cbe28f149b][ms-ceintl.vscode-language-pack-pl]: Started plugin.
2023-08-27T18:06:45.763Z root INFO [ce4f7650-5102-4b07-ac14-85cbe28f149b][ms-ceintl.vscode-language-pack-pt-br]: Started plugin.
2023-08-27T18:06:45.763Z root INFO [ce4f7650-5102-4b07-ac14-85cbe28f149b][ms-ceintl.vscode-language-pack-ru]: Started plugin.
2023-08-27T18:06:45.763Z root INFO [ce4f7650-5102-4b07-ac14-85cbe28f149b][ms-ceintl.vscode-language-pack-tr]: Started plugin.
2023-08-27T18:06:45.764Z root INFO [ce4f7650-5102-4b07-ac14-85cbe28f149b][ms-ceintl.vscode-language-pack-uk]: Started plugin.
2023-08-27T18:06:45.764Z root INFO [ce4f7650-5102-4b07-ac14-85cbe28f149b][ms-ceintl.vscode-language-pack-zh-hans]: Started plugin.
2023-08-27T18:06:45.768Z fwuploader ERROR Error: Error executing "C:\Users\sargfred\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-fwuploader.exe" firmware list --format json: unexpected end of JSON input
    at ChildProcess.<anonymous> (C:\Users\sargfred\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\exec-util.js:53:31)
    at ChildProcess.emit (node:events:394:28)
    at Process.ChildProcess._handle.onexit (node:internal/child_process:290:12)
2023-08-27T18:06:45.768Z root ERROR Request updatableBoards failed with error: Error executing "C:\Users\sargfred\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-fwuploader.exe" firmware list --format json: unexpected end of JSON input
2023-08-27T18:06:45.782Z root INFO [hosted-plugin: 17332] PLUGIN_HOST(17332): PluginManagerExtImpl/loadPlugin(C:\Users\sargfred\AppData\Local\Programs\Arduino IDE\resources\app\plugins\cortex-debug\extension\dist\extension.js)
2023-08-27T18:06:45.838Z root INFO [hosted-plugin: 17332] Debug configuration provider has been registered: cortex-debug, trigger: 1
2023-08-27T18:06:45.845Z root INFO [hosted-plugin: 17332] GDB server console created
2023-08-27T18:06:45.858Z root INFO [ce4f7650-5102-4b07-ac14-85cbe28f149b] Start of 21 plugins: 2081.5 ms [Finished 6.340 s after frontend start]
[9660:0827/200838.117:ERROR:gpu_init.cc(453)] Passthrough is not supported, GL is disabled, ANGLE is

Thanks. I see something interesting here:

It appears you have your "Sketchbook location" preference set to a path on a network share:

\\evolution.local\profils\sargfred\Documents\Arduino

There is a known bug in Arduino IDE that causes this behavior of a new sketch opening instead of the target sketch when the target sketch is under a UNC path such as \\evolution.local:

There are two possible workarounds. I'll describe both of them below. You can pick whichever one of the two is more convenient to you:

Save your sketches to a supported path

If you simply select a location that not under a UNC path (e.g., C:\MySketch) when saving your sketch, the problem should no longer occur.

Although sketches can be saved to any location, you will probably find it convenient to also set your "Sketchbook location" preference to some location not under a UNC path:

  1. Select File > Preferences... from the Arduino IDE menus.
    The "Preferences" dialog will open.
  2. Click the "BROWSE" button to the right of the "Sketchbook location" field.
  3. Click the OK button.

After changing the "Sketchbook location" preference, you will probably want to use Windows File Explorer to move the files from the previous location \\evolution.local\profils\sargfred\Documents\Arduino to the new location.

Map the Network Share to a Drive

If you would like to continue to save sketches to the network share, you can map it to a drive on your computer. Then make sure to select that drive instead of the network location when saving and opening sketches:

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