Buttons on toolbar disappear after UPLOAD IDE 2.0

I downloaded the newest IDE 2.0.0-rc3. When I open the Sketch, I see the BUTTONS (Verify, Upload, New, etc.) on the toolbar. I enter my coding. After I upload the coding, the buttons disappear and I can't get them back. What should I do?

Hi @bigguy66. Thanks for giving the release candidate of Arduino IDE 2.0.0 a try.

Which operating system are you using?

Windows 10 64 bit. I uninstalled and reinstalled the IDE 2 rc3. The tabs still disappear after I upload my program. I can close the sketch and reopen and they are back. Today I experienced an error that the Serial monitor wasn’t seeing my board even though the main sketch uploaded to my Arduino Uno Rev3. I do like the new version of the IDE.
Jim

Unfortunately, I don't have an idea about the cause or solution to this problem, but I will be happy to assist in an investigation.

I would like to gather as much information as possible in case something might hold a clue that puts us on on the right track. So I will ask you to provide two things:

Command line output

Please do this:

  1. Start File Explorer (AKA "Windows Explorer").
  2. Open the Arduino IDE's installation folder
    (usually C:\Program Files\Arduino IDE or C:\Users\<user name>\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".
    PowerShell will now open with the current directory set to the Arduino IDE installation folder.
  5. Type & ".\Arduino IDE".
  6. Press Enter.
    Debug output should now be printed to the PowerShell window as the Arduino IDE starts.
  7. Trigger the bug by making an upload in the Arduino IDE.
  8. Switch back to the PowerShell window if the Arduino IDE window took the focus.
  9. Right click on the title bar of the PowerShell window.
  10. Click Edit > Select All.
    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. In this Arduino forum thread, click on the reply field.
  13. Click the </> button on the forum toolbar.
    This will add the forum's code tags markup (```) to your reply, making it easier for us to read.
  14. Press Ctrl+V.
    This will paste the output between the code tags.
  15. Move the cursor outside of the code tags before you add any additional text to your reply.
  16. Click the Reply button.

Screenshot

Please provide a screenshot of the Arduino IDE window after the bug has occurred.

You can do that by pressing Alt+Print Screen on your keyboard, which will copy the screenshot to your clipboard. You are also welcome to screenshot by any other procedure you prefer.

You can then add the screenshot to a reply here by doing any one of the following:

  • Press Ctrl+V to paste the screenshot from the clipboard.
  • Save the screenshot as an image and then drag and drop it into a forum reply.
  • Save the screenshot as an image, click the upload button (image) in the post composer toolbar, and then select the image file.

Was it this bug?

I'm very glad to hear this. Thanks so much for your positivity.

PS C:\Users\jebow\AppData\Local\Programs\Arduino IDE> & ".\Arduino IDE" .
PS C:\Users\jebow\AppData\Local\Programs\Arduino IDE>
Starting backend process. PID: 5992
Using browser-only version of superagent in non-browser environment
Configuring to accept webviews on '^.+\.webview\..+$' hostname.
root INFO Configuration directory URI: 'file:///c%3A/Users/jebow/.theia'
root ERROR (node:5992) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
root INFO Theia app listening on http://localhost:59440.
root WARN The local plugin referenced by local-dir:/c%3A/Users/jebow/.arduinoIDE/plugins does not exist.
root WARN The local plugin referenced by local-dir:/c%3A/Users/jebow/.arduinoIDE/extensions does not exist.
root WARN The local plugin referenced by local-dir:C:\Users\jebow\.arduinoProIDE\plugins does not exist.
root INFO PluginTheiaDirectoryHandler: accepting plugin with path
root INFO Resolved "cortex-debug" to a VS Code extension "cortex-debug@0.3.10" with engines:
root INFO PluginTheiaDirectoryHandler: accepting plugin with path
root INFO Resolved "vscode-arduino-tools" to a VS Code extension "vscode-arduino-tools@0.0.2-beta.1" with engines:
root INFO PluginTheiaDirectoryHandler: accepting plugin with path
root INFO Resolved "vscode-builtin-cpp" to a VS Code extension "cpp@1.52.1" with engines:
root INFO PluginTheiaDirectoryHandler: accepting plugin with path
root INFO Resolved "vscode-builtin-json" to a VS Code extension "json@1.46.1" with engines:
root INFO PluginTheiaDirectoryHandler: accepting plugin with path
root INFO Resolved "vscode-builtin-json-language-features" to a VS Code extension "json-language-features@1.46.1" with engines:
root INFO Deploying backend plugin "cortex-debug@0.3.10" from "C:\Users\jebow\AppData\Local\Programs\Arduino IDE\resources\app\plugins\cortex-debug\extension\dist\extension"
root INFO Deploying backend plugin "vscode-arduino-tools@0.0.2-beta.1" from "C:\Users\jebow\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-arduino-tools\extension\dist\bundle"
root INFO Deploying backend plugin "cpp@1.52.1" from "C:\Users\jebow\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-builtin-cpp\extension"
root INFO Deploying backend plugin "json@1.46.1" from "C:\Users\jebow\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-builtin-json\extension"
root INFO Deploying backend plugin "json-language-features@1.46.1" from "C:\Users\jebow\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-builtin-json-language-features\extension\client\dist\jsonMain"
root INFO Deploy plugins list took: 58.1 ms
root WARN Backend ConfigServiceImpl.onStart is slow, took: 204.6 ms
daemon INFO Starting daemon from C:\Users\jebow\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
daemon INFO Using config file: c:\Users\jebow\.arduinoIDE\arduino-cli.yaml
daemon INFO arduino-cli.exe version 0.20.2
daemon INFO Executing `arduino-cli daemon`
daemon INFO Setting up Prometheus metrics on :9090/metrics
daemon INFO {"IP":"127.0.0.1","Port":"59441"}
daemon INFO Daemon is running.
daemon INFO Checking if CLI is Bundled into the IDE
daemon INFO Adding libraries dir [dir: C:\Users\jebow\OneDrive\Documents\Arduino\libraries, location: user]
daemon INFO URL: https://downloads.arduino.cc/packages/package_index.json
daemon INFO Updating index [url: https://downloads.arduino.cc/packages/package_index.json]
root INFO Git askpass helper is listening on http://127.0.0.1:59452.
root ERROR Error: Git installation not found.
    at C:\Users\jebow\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\find-git-exec\lib\find-git-exec.js:69:69
    at async DefaultGitInit.init (C:\Users\jebow\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\theia\git\git-init.js:22:49)
root WARN Frontend CommonFrontendContribution.configure is slow, took: 436.8 ms
root WARN Failed to resolve module: @types/body-parser
root WARN Failed to resolve module: @types/cookie
root WARN Failed to resolve module: @types/dompurify
root WARN Failed to resolve module: @types/express
root WARN Failed to resolve module: @types/fs-extra
root WARN Failed to resolve module: @types/lodash.debounce
root WARN Failed to resolve module: @types/lodash.throttle
root WARN Failed to resolve module: @types/react
root WARN Failed to resolve module: @types/react-dom
root WARN Failed to resolve module: @types/react-virtualized
root WARN Failed to resolve module: @types/route-parser
root WARN Failed to resolve module: @types/safer-buffer
root WARN Failed to resolve module: @types/ws
root WARN Failed to resolve module: @types/yargs
root WARN Failed to resolve module: @theia/monaco
root WARN Failed to resolve module: @theia/editor
root WARN Failed to resolve module: @types/multer
root WARN Failed to resolve module: @types/rimraf
root WARN Failed to resolve module: @types/tar-fs
root WARN Failed to resolve module: @types/uuid
root WARN Failed to resolve module: @theia/navigator
root WARN Failed to resolve module: @types/p-queue
root WARN Failed to resolve module: @theia/preferences
root WARN Failed to resolve module: @theia/editor-preview
root WARN Failed to resolve module: @theia/keymaps
root WARN Failed to resolve module: @theia/messages
root WARN Failed to resolve module: @types/diff
root WARN Failed to resolve module: @types/markdown-it
root WARN Failed to resolve module: @types/mime
root WARN Failed to resolve module: @types/request
root WARN Failed to resolve module: @types/atob
root WARN Failed to resolve module: @types/auth0-js
root WARN Failed to resolve module: @types/btoa
root WARN Failed to resolve module: @types/dateformat
root WARN Failed to resolve module: @types/deepmerge
root WARN Failed to resolve module: @types/glob
root WARN Failed to resolve module: @types/google-protobuf
root WARN Failed to resolve module: @types/js-yaml
root WARN Failed to resolve module: @types/keytar
root WARN Failed to resolve module: @types/ncp
root WARN Failed to resolve module: @types/node-fetch
root WARN Failed to resolve module: @types/ps-tree
root WARN Failed to resolve module: @types/react-select
root WARN Failed to resolve module: @types/react-tabs
root WARN Failed to resolve module: @types/temp
root WARN Failed to resolve module: @types/which
root INFO Updating index: package_index.json completed.
root WARN Frontend keybindings.onStart is slow, took: 130.0 ms
root INFO Updating index: package_index.json.sig completed.
daemon INFO Checking signature [error: opening signature file: open C:\Users\jebow\AppData\Local\Temp\475267271.sig: The system cannot find the file specified., index: C:\Users\jebow\AppData\Local\Temp\475267271, signaturefile: C:\Users\jebow\AppData\Local\Temp\475267271.sig]
daemon INFO Updating libraries index
root INFO Updating index: library_index.json.gz completed.
root ERROR DefaultJsonSchemaContribution.registerSchemas is taking more than 500.0 ms, new schemas are ignored.
root INFO Updating index: library_index.json.sig completed.
daemon INFO Checking signature [index: C:\Users\jebow\AppData\Local\Arduino15\package_index.json, signaturefile: C:\Users\jebow\AppData\Local\Arduino15\package_index.json.sig, trusted: true]
daemon INFO Loading hardware from: C:\Users\jebow\AppData\Local\Arduino15\packages
daemon INFO Loading package arduino from: C:\Users\jebow\AppData\Local\Arduino15\packages\arduino\hardware
daemon INFO Adding monitor tool [protocol: serial, tool: builtin:serial-monitor]
daemon INFO Loaded platform [platform: {ID:"arduino:avr",Installed:"1.8.4",Latest:"1.8.4",Name:"Arduino AVR Boards"}]
daemon INFO Checking existence of 'tools' path: C:\Users\jebow\AppData\Local\Arduino15\packages\arduino\tools
daemon INFO Loading tools from dir: C:\Users\jebow\AppData\Local\Arduino15\packages\arduino\tools
daemon INFO Loaded tool [tool: Version: 1.3.0 Systems: [OS: i686-linux-gnu, OS: x86_64-linux-gnu, OS: arm-linux-gnueabihf, OS: aarch64-linux-gnu, OS: i386-apple-darwin11, OS: i686-mingw32]]
daemon INFO Loaded tool [tool: Version: 7.3.0-atmel3.6.1-arduino7 Systems: [OS: arm-linux-gnueabihf, OS: aarch64-linux-gnu, OS: x86_64-apple-darwin14, OS: i686-mingw32, OS: i686-linux-gnu, OS: x86_64-linux-gnu]]
daemon INFO Loaded tool [tool: Version: 6.3.0-arduino17 Systems: [OS: arm-linux-gnueabihf, OS: aarch64-linux-gnu, OS: x86_64-apple-darwin12, OS: x86_64-linux-gnu, OS: i686-linux-gnu, OS: i686-mingw32]]
daemon INFO Loading package builtin from: C:\Users\jebow\AppData\Local\Arduino15\packages\builtin
daemon INFO Checking existence of 'tools' path: C:\Users\jebow\AppData\Local\Arduino15\packages\builtin\tools
daemon INFO Loading tools from dir: C:\Users\jebow\AppData\Local\Arduino15\packages\builtin\tools
daemon INFO Loaded tool [tool: Version: 5.8-arduino11 Systems: [OS: i686-pc-linux-gnu, OS: x86_64-pc-linux-gnu, OS: i686-mingw32, OS: x86_64-apple-darwin, OS: arm-linux-gnueabihf, OS: aarch64-linux-gnu]]
daemon INFO Loaded tool [tool: Version: 1.0.2 Systems: [OS: i686-pc-linux-gnu, OS: x86_64-pc-linux-gnu, OS: i686-mingw32, OS: x86_64-mingw32, OS: x86_64-apple-darwin, OS: arm-linux-gnueabihf, OS: arm64-linux-gnueabihf]]
daemon INFO Loaded tool [tool: Version: 1.3.1 Systems: [OS: i686-pc-linux-gnu, OS: x86_64-pc-linux-gnu, OS: i686-mingw32, OS: x86_64-mingw32, OS: x86_64-apple-darwin, OS: arm-linux-gnueabihf, OS: arm64-linux-gnueabihf]]
daemon INFO Loaded tool [tool: Version: 0.9.1 Systems: [OS: i686-pc-linux-gnu, OS: x86_64-pc-linux-gnu, OS: i686-mingw32, OS: x86_64-mingw32, OS: x86_64-apple-darwin, OS: arm-linux-gnueabihf, OS: arm64-linux-gnueabihf]]
daemon INFO Adding libraries dir [dir: C:\Users\jebow\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.4\libraries, location: platform]
daemon INFO starting discovery builtin:serial-discovery process
daemon INFO starting discovery builtin:mdns-discovery process
daemon INFO started discovery builtin:serial-discovery process
daemon INFO sending command HELLO 1 "arduino-cli 0.20.2" to discovery builtin:serial-discovery
daemon INFO started discovery builtin:mdns-discovery process
daemon INFO sending command HELLO 1 "arduino-cli 0.20.2" to discovery builtin:mdns-discovery
daemon INFO from discovery builtin:mdns-discovery received message type: hello, message: OK, protocol version: 1
daemon INFO from discovery builtin:serial-discovery received message type: hello, message: OK, protocol version: 1
daemon INFO sending command START_SYNC to discovery builtin:mdns-discovery
daemon INFO sending command START_SYNC to discovery builtin:serial-discovery
daemon INFO from discovery builtin:mdns-discovery received message type: start_sync, message: OK
daemon INFO from discovery builtin:serial-discovery received message type: start_sync, message: OK
root ERROR Request repositories failed with error: Git could not be found at the expected path: 'C:\Users\jebow\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\dugite-no-gpl\git\cmd\git.exe'. This might be a problem with how the application is packaged, so confirm this folder hasn't been removed when packaging.
root WARN Frontend EditorNavigationContribution.onStart is slow, took: 2672.6 ms
root WARN Frontend WorkspaceService.onStart is slow, took: 142.4 ms
root INFO Board config changed:
root INFO Changed application state from 'init' to 'started_contributions'.
root INFO Changed application state from 'started_contributions' to 'attached_shell'.
root INFO >>> Restoring the layout state...
root INFO [hosted-plugin: 17896] PLUGIN_HOST(17896) starting instance
root INFO [1c6f9fc5-de87-44d8-b5b6-c0568037decd] Waiting for backend deployment took: 386.4 ms [Finished 6.552 s after frontend start]
root INFO [1c6f9fc5-de87-44d8-b5b6-c0568037decd] Sync of 5 plugins took: 286.5 ms [Finished 6.839 s after frontend start]
root INFO <<< The layout has been successfully restored.
root INFO Changed application state from 'attached_shell' to 'initialized_layout'.
root INFO [1c6f9fc5-de87-44d8-b5b6-c0568037decd][marus25.cortex-debug]: Loaded contributions.
root INFO [1c6f9fc5-de87-44d8-b5b6-c0568037decd][arduino.vscode-arduino-tools]: Loaded contributions.
root INFO [1c6f9fc5-de87-44d8-b5b6-c0568037decd][vscode.cpp]: Loaded contributions.
root INFO [1c6f9fc5-de87-44d8-b5b6-c0568037decd][vscode.json]: Loaded contributions.
root INFO [1c6f9fc5-de87-44d8-b5b6-c0568037decd][vscode.json-language-features]: Loaded contributions.
root INFO [1c6f9fc5-de87-44d8-b5b6-c0568037decd] Load contributions of 5 plugins took: 131.9 ms [Finished 8.121 s after frontend start]
root WARN Frontend EditorPreviewTreeDecorator.onDidInitializeLayout is slow, took: 132.6 ms
root INFO Finished loading frontend application after 8.258 seconds
root WARN 'cpp' language is remapped from 'source.cpp.embedded.macro' to 'source.cpp' scope
root WARN a registered grammar configuration for 'cpp' language is overridden
root INFO [hosted-plugin: 17896] PLUGIN_HOST(17896): PluginManagerExtImpl/init()
root INFO [hosted-plugin: 17896] PLUGIN_HOST(17896): initializing(cortex-debug@0.3.10 with C:\Users\jebow\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
root INFO [hosted-plugin: 17896] Debugger contribution has been registered: cortex-debug
root INFO [hosted-plugin: 17896] PLUGIN_HOST(17896): initializing(vscode-arduino-tools@0.0.2-beta.1 with C:\Users\jebow\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
root INFO [hosted-plugin: 17896] PLUGIN_HOST(17896): initializing(cpp@1.52.1 with C:\Users\jebow\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
root INFO [hosted-plugin: 17896] PLUGIN_HOST(17896): initializing(json@1.46.1 with C:\Users\jebow\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
root INFO [hosted-plugin: 17896] PLUGIN_HOST(17896): initializing(json-language-features@1.46.1 with C:\Users\jebow\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
root INFO [hosted-plugin: 17896] PLUGIN_HOST(17896): PluginManagerExtImpl/loadPlugin(C:\Users\jebow\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-builtin-json-language-features\extension\client\dist\jsonMain)
root INFO [hosted-plugin: 17896] PLUGIN_HOST(17896): PluginManagerExtImpl/loadPlugin(C:\Users\jebow\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-arduino-tools\extension\dist\bundle)
root INFO [1c6f9fc5-de87-44d8-b5b6-c0568037decd][marus25.cortex-debug]: Started plugin.
root INFO [1c6f9fc5-de87-44d8-b5b6-c0568037decd][arduino.vscode-arduino-tools]: Started plugin.
root INFO [1c6f9fc5-de87-44d8-b5b6-c0568037decd][vscode.cpp]: Started plugin.
root INFO [1c6f9fc5-de87-44d8-b5b6-c0568037decd][vscode.json]: Started plugin.
root INFO [1c6f9fc5-de87-44d8-b5b6-c0568037decd][vscode.json-language-features]: Started plugin.
root INFO [1c6f9fc5-de87-44d8-b5b6-c0568037decd] Start of 5 plugins took: 605.5 ms [Finished 8.736 s after frontend start]
root INFO Starting language server: arduino:avr:uno
root INFO Changed application state from 'initialized_layout' to 'ready'.
daemon INFO inventory.Store.ConfigFileUsed() C:\Users\jebow\AppData\Local\Arduino15\inventory.yaml
daemon INFO inventory.Store.ConfigFileUsed() C:\Users\jebow\AppData\Local\Arduino15\inventory.yaml
daemon INFO Searching tools required for board arduino:avr:uno
daemon INFO Required tool [tool: {ToolName:"arduinoOTA",ToolVersion:"1.3.0",ToolPackager:"arduino"}]
daemon INFO Required tool [tool: {ToolName:"avr-gcc",ToolVersion:"7.3.0-atmel3.6.1-arduino7",ToolPackager:"arduino"}]
daemon INFO Required tool [tool: {ToolName:"avrdude",ToolVersion:"6.3.0-arduino17",ToolPackager:"arduino"}]
daemon INFO Adding libraries dir [dir: C:\Users\jebow\OneDrive\Desktop\Arduino Program\libraries, location: ide]
daemon INFO Adding libraries dir [dir: C:\Users\jebow\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.4\libraries, location: platform]
daemon INFO Adding libraries dir [dir: C:\Users\jebow\OneDrive\Documents\Arduino\libraries, location: user]
root ERROR Request repositories failed with error: Git could not be found at the expected path: 'C:\Users\jebow\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\dugite-no-gpl\git\cmd\git.exe'. This might be a problem with how the application is packaged, so confirm this folder hasn't been removed when packaging.
daemon INFO inventory.Store.ConfigFileUsed() C:\Users\jebow\AppData\Local\Arduino15\inventory.yaml
daemon INFO inventory.Store.ConfigFileUsed() C:\Users\jebow\AppData\Local\Arduino15\inventory.yaml
daemon INFO Searching tools required for board arduino:avr:uno
daemon INFO Required tool [tool: {ToolName:"arduinoOTA",ToolVersion:"1.3.0",ToolPackager:"arduino"}]
daemon INFO Required tool [tool: {ToolName:"avr-gcc",ToolVersion:"7.3.0-atmel3.6.1-arduino7",ToolPackager:"arduino"}]
daemon INFO Required tool [tool: {ToolName:"avrdude",ToolVersion:"6.3.0-arduino17",ToolPackager:"arduino"}]
daemon INFO Adding libraries dir [dir: C:\Users\jebow\OneDrive\Desktop\Arduino Program\libraries, location: ide]
daemon INFO Adding libraries dir [dir: C:\Users\jebow\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.4\libraries, location: platform]
daemon INFO Adding libraries dir [dir: C:\Users\jebow\OneDrive\Documents\Arduino\libraries, location: user]
root ERROR Request repositories failed with error: Git could not be found at the expected path: 'C:\Users\jebow\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\dugite-no-gpl\git\cmd\git.exe'. This might be a problem with how the application is packaged, so confirm this folder hasn't been removed when packaging.
root WARN Frontend CommonFrontendContribution.configure is slow, took: 403.5 ms
root ERROR Request repositories failed with error: Git could not be found at the expected path: 'C:\Users\jebow\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\dugite-no-gpl\git\cmd\git.exe'. This might be a problem with how the application is packaged, so confirm this folder hasn't been removed when packaging.
root WARN Frontend EditorNavigationContribution.onStart is slow, took: 322.7 ms
root WARN Frontend WorkspaceService.onStart is slow, took: 141.2 ms
root INFO Board config changed:
root INFO Changed application state from 'init' to 'started_contributions'.
root INFO Changed application state from 'started_contributions' to 'attached_shell'.
root INFO >>> Restoring the layout state...
root INFO [hosted-plugin: 16760] PLUGIN_HOST(16760) starting instance
root INFO [8f9e326d-839a-4da6-b4b6-d42ac208d49e] Waiting for backend deployment took: 353.1 ms [Finished 3.507 s after frontend start]
root INFO [8f9e326d-839a-4da6-b4b6-d42ac208d49e] Sync of 5 plugins took: 266.2 ms [Finished 3.773 s after frontend start]
root ERROR Request repositories failed with error: Git could not be found at the expected path: 'C:\Users\jebow\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\dugite-no-gpl\git\cmd\git.exe'. This might be a problem with how the application is packaged, so confirm this folder hasn't been removed when packaging.
root INFO <<< The layout has been successfully restored.
root ERROR Request repositories failed with error: Git could not be found at the expected path: 'C:\Users\jebow\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\dugite-no-gpl\git\cmd\git.exe'. This might be a problem with how the application is packaged, so confirm this folder hasn't been removed when packaging.
root INFO Changed application state from 'attached_shell' to 'initialized_layout'.
root INFO [8f9e326d-839a-4da6-b4b6-d42ac208d49e][marus25.cortex-debug]: Loaded contributions.
root INFO [8f9e326d-839a-4da6-b4b6-d42ac208d49e][arduino.vscode-arduino-tools]: Loaded contributions.
root INFO [8f9e326d-839a-4da6-b4b6-d42ac208d49e][vscode.cpp]: Loaded contributions.
root INFO [8f9e326d-839a-4da6-b4b6-d42ac208d49e][vscode.json]: Loaded contributions.
root INFO [8f9e326d-839a-4da6-b4b6-d42ac208d49e][vscode.json-language-features]: Loaded contributions.
root INFO [8f9e326d-839a-4da6-b4b6-d42ac208d49e] Load contributions of 5 plugins took: 128.6 ms [Finished 5.036 s after frontend start]
root WARN Frontend EditorPreviewTreeDecorator.onDidInitializeLayout is slow, took: 129.8 ms
root INFO Finished loading frontend application after 5.165 seconds
root WARN 'cpp' language is remapped from 'source.cpp.embedded.macro' to 'source.cpp' scope
root WARN a registered grammar configuration for 'cpp' language is overridden
root INFO [hosted-plugin: 16760] PLUGIN_HOST(16760): PluginManagerExtImpl/init()
root INFO [hosted-plugin: 16760] PLUGIN_HOST(16760): initializing(cortex-debug@0.3.10 with C:\Users\jebow\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
root INFO [hosted-plugin: 16760] Debugger contribution has been registered: cortex-debug
root INFO [hosted-plugin: 16760] PLUGIN_HOST(16760): initializing(vscode-arduino-tools@0.0.2-beta.1 with C:\Users\jebow\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
root INFO [hosted-plugin: 16760] PLUGIN_HOST(16760): initializing(cpp@1.52.1 with C:\Users\jebow\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
root INFO [hosted-plugin: 16760] PLUGIN_HOST(16760): initializing(json@1.46.1 with C:\Users\jebow\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
root INFO [hosted-plugin: 16760] PLUGIN_HOST(16760): initializing(json-language-features@1.46.1 with C:\Users\jebow\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
root INFO [hosted-plugin: 16760] PLUGIN_HOST(16760): PluginManagerExtImpl/loadPlugin(C:\Users\jebow\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-builtin-json-language-features\extension\client\dist\jsonMain)
root INFO [hosted-plugin: 16760] PLUGIN_HOST(16760): PluginManagerExtImpl/loadPlugin(C:\Users\jebow\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-arduino-tools\extension\dist\bundle)
root INFO [8f9e326d-839a-4da6-b4b6-d42ac208d49e][marus25.cortex-debug]: Started plugin.
root INFO [8f9e326d-839a-4da6-b4b6-d42ac208d49e][arduino.vscode-arduino-tools]: Started plugin.
root INFO [8f9e326d-839a-4da6-b4b6-d42ac208d49e][vscode.cpp]: Started plugin.
root INFO [8f9e326d-839a-4da6-b4b6-d42ac208d49e][vscode.json]: Started plugin.
root INFO [8f9e326d-839a-4da6-b4b6-d42ac208d49e][vscode.json-language-features]: Started plugin.
root INFO [8f9e326d-839a-4da6-b4b6-d42ac208d49e] Start of 5 plugins took: 805.7 ms [Finished 5.850 s after frontend start]
root INFO Starting language server: arduino:avr:uno
root INFO Changed application state from 'initialized_layout' to 'ready'.
daemon INFO inventory.Store.ConfigFileUsed() C:\Users\jebow\AppData\Local\Arduino15\inventory.yaml
daemon INFO inventory.Store.ConfigFileUsed() C:\Users\jebow\AppData\Local\Arduino15\inventory.yaml
daemon INFO Searching tools required for board arduino:avr:uno
daemon INFO Required tool [tool: {ToolName:"arduinoOTA",ToolVersion:"1.3.0",ToolPackager:"arduino"}]
daemon INFO Required tool [tool: {ToolName:"avr-gcc",ToolVersion:"7.3.0-atmel3.6.1-arduino7",ToolPackager:"arduino"}]
daemon INFO Required tool [tool: {ToolName:"avrdude",ToolVersion:"6.3.0-arduino17",ToolPackager:"arduino"}]
daemon INFO Adding libraries dir [dir: C:\Users\jebow\OneDrive\Desktop\Arduino Program\libraries, location: ide]
daemon INFO Adding libraries dir [dir: C:\Users\jebow\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.4\libraries, location: platform]
daemon INFO Adding libraries dir [dir: C:\Users\jebow\OneDrive\Documents\Arduino\libraries, location: user]
root ERROR Request repositories failed with error: Git could not be found at the expected path: 'C:\Users\jebow\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\dugite-no-gpl\git\cmd\git.exe'. This might be a problem with how the application is packaged, so confirm this folder hasn't been removed when packaging.
root ERROR Request repositories failed with error: Git could not be found at the expected path: 'C:\Users\jebow\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\dugite-no-gpl\git\cmd\git.exe'. This might be a problem with how the application is packaged, so confirm this folder hasn't been removed when packaging.
daemon INFO inventory.Store.ConfigFileUsed() C:\Users\jebow\AppData\Local\Arduino15\inventory.yaml
daemon INFO inventory.Store.ConfigFileUsed() C:\Users\jebow\AppData\Local\Arduino15\inventory.yaml
daemon INFO Searching tools required for board arduino:avr:uno
daemon INFO Required tool [tool: {ToolName:"arduinoOTA",ToolVersion:"1.3.0",ToolPackager:"arduino"}]
daemon INFO Required tool [tool: {ToolName:"avr-gcc",ToolVersion:"7.3.0-atmel3.6.1-arduino7",ToolPackager:"arduino"}]
daemon INFO Required tool [tool: {ToolName:"avrdude",ToolVersion:"6.3.0-arduino17",ToolPackager:"arduino"}]
daemon INFO Adding libraries dir [dir: C:\Users\jebow\OneDrive\Desktop\Arduino Program\libraries, location: ide]
daemon INFO Adding libraries dir [dir: C:\Users\jebow\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.4\libraries, location: platform]
daemon INFO Adding libraries dir [dir: C:\Users\jebow\OneDrive\Documents\Arduino\libraries, location: user]
daemon INFO from discovery builtin:serial-discovery received message type: add, port: COM3
root INFO Attached boards and available ports changed:
root INFO  - Attached board: Arduino Uno [arduino:avr:uno] on COM3 COM3
root INFO ------------------------------------------
root INFO Attached boards and available ports changed:
root INFO  - Attached board: Arduino Uno [arduino:avr:uno] on COM3 COM3
root INFO ------------------------------------------
daemon INFO from discovery builtin:mdns-discovery received message type: add, port: 10.0.0.18
root INFO Attached boards and available ports changed:
root INFO  - New port is available on 10.0.0.18 E48u-D0-6f7a3a161046b02e45b674b210c6413c._googlecast._tcp.local. at 10.0.0.18
root INFO ------------------------------------------
root INFO Attached boards and available ports changed:
root INFO  - New port is available on 10.0.0.18 E48u-D0-6f7a3a161046b02e45b674b210c6413c._googlecast._tcp.local. at 10.0.0.18
root INFO ------------------------------------------
root ERROR Request repositories failed with error: Git could not be found at the expected path: 'C:\Users\jebow\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\dugite-no-gpl\git\cmd\git.exe'. This might be a problem with how the application is packaged, so confirm this folder hasn't been removed when packaging.
root ERROR Request repositories failed with error: Git could not be found at the expected path: 'C:\Users\jebow\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\dugite-no-gpl\git\cmd\git.exe'. This might be a problem with how the application is packaged, so confirm this folder hasn't been removed when packaging.
root WARN Frontend CommonFrontendContribution.configure is slow, took: 426.5 ms
root ERROR Request repositories failed with error: Git could not be found at the expected path: 'C:\Users\jebow\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\dugite-no-gpl\git\cmd\git.exe'. This might be a problem with how the application is packaged, so confirm this folder hasn't been removed when packaging.
root WARN Frontend EditorNavigationContribution.onStart is slow, took: 309.3 ms
root ERROR Request repositories failed with error: Git could not be found at the expected path: 'C:\Users\jebow\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\dugite-no-gpl\git\cmd\git.exe'. This might be a problem with how the application is packaged, so confirm this folder hasn't been removed when packaging.
root WARN Frontend WorkspaceService.onStart is slow, took: 135.1 ms
root INFO Board config changed:
root INFO Changed application state from 'init' to 'started_contributions'.
root INFO Changed application state from 'started_contributions' to 'attached_shell'.
root INFO >>> Restoring the layout state...
root INFO <<< Nothing to restore.
root INFO [bebb3343-9d20-4a0f-93ad-9c1898d15435] Waiting for backend deployment took: 409.4 ms [Finished 3.642 s after frontend start]
root INFO [hosted-plugin: 9712] PLUGIN_HOST(9712) starting instance
root INFO [bebb3343-9d20-4a0f-93ad-9c1898d15435] Sync of 5 plugins took: 289.4 ms [Finished 3.931 s after frontend start]
root ERROR Request repositories failed with error: Git could not be found at the expected path: 'C:\Users\jebow\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\dugite-no-gpl\git\cmd\git.exe'. This might be a problem with how the application is packaged, so confirm this folder hasn't been removed when packaging.
root INFO Changed application state from 'attached_shell' to 'initialized_layout'.
root INFO [bebb3343-9d20-4a0f-93ad-9c1898d15435][marus25.cortex-debug]: Loaded contributions.
root INFO [bebb3343-9d20-4a0f-93ad-9c1898d15435][arduino.vscode-arduino-tools]: Loaded contributions.
root INFO [bebb3343-9d20-4a0f-93ad-9c1898d15435][vscode.cpp]: Loaded contributions.
root INFO [bebb3343-9d20-4a0f-93ad-9c1898d15435][vscode.json]: Loaded contributions.
root INFO [bebb3343-9d20-4a0f-93ad-9c1898d15435][vscode.json-language-features]: Loaded contributions.
root INFO [bebb3343-9d20-4a0f-93ad-9c1898d15435] Load contributions of 5 plugins took: 64.4 ms [Finished 4.166 s after frontend start]
root INFO Finished loading frontend application after 4.324 seconds
root WARN 'cpp' language is remapped from 'source.cpp.embedded.macro' to 'source.cpp' scope
root WARN a registered grammar configuration for 'cpp' language is overridden
root ERROR Request repositories failed with error: Git could not be found at the expected path: 'C:\Users\jebow\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\dugite-no-gpl\git\cmd\git.exe'. This might be a problem with how the application is packaged, so confirm this folder hasn't been removed when packaging.
root INFO Changed application state from 'initialized_layout' to 'ready'.
root INFO [hosted-plugin: 9712] PLUGIN_HOST(9712): PluginManagerExtImpl/init()
root INFO [hosted-plugin: 9712] PLUGIN_HOST(9712): initializing(cortex-debug@0.3.10 with C:\Users\jebow\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
root INFO [hosted-plugin: 9712] Debugger contribution has been registered: cortex-debug
root INFO [hosted-plugin: 9712] PLUGIN_HOST(9712): initializing(vscode-arduino-tools@0.0.2-beta.1 with C:\Users\jebow\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
root INFO [hosted-plugin: 9712] PLUGIN_HOST(9712): initializing(cpp@1.52.1 with C:\Users\jebow\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
root INFO [hosted-plugin: 9712] PLUGIN_HOST(9712): initializing(json@1.46.1 with C:\Users\jebow\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
PLUGIN_HOST(9712): initializing(json-language-features@1.46.1 with C:\Users\jebow\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
root INFO [hosted-plugin: 9712] PLUGIN_HOST(9712): PluginManagerExtImpl/loadPlugin(C:\Users\jebow\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-builtin-json-language-features\extension\client\dist\jsonMain)
root INFO [bebb3343-9d20-4a0f-93ad-9c1898d15435][marus25.cortex-debug]: Started plugin.
root INFO [bebb3343-9d20-4a0f-93ad-9c1898d15435][arduino.vscode-arduino-tools]: Started plugin.
root INFO [bebb3343-9d20-4a0f-93ad-9c1898d15435][vscode.cpp]: Started plugin.
root INFO [bebb3343-9d20-4a0f-93ad-9c1898d15435][vscode.json]: Started plugin.
root INFO [bebb3343-9d20-4a0f-93ad-9c1898d15435][vscode.json-language-features]: Started plugin.
root INFO [bebb3343-9d20-4a0f-93ad-9c1898d15435] Start of 5 plugins took: 1886.0 ms [Finished 6.070 s after frontend start]
root INFO Starting language server: arduino:avr:uno
root INFO [hosted-plugin: 9712] PLUGIN_HOST(9712): PluginManagerExtImpl/loadPlugin(C:\Users\jebow\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-arduino-tools\extension\dist\bundle)
root ERROR Request repositories failed with error: Git could not be found at the expected path: 'C:\Users\jebow\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\dugite-no-gpl\git\cmd\git.exe'. This might be a problem with how the application is packaged, so confirm this folder hasn't been removed when packaging.
root ERROR Request repositories failed with error: Git could not be found at the expected path: 'C:\Users\jebow\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\dugite-no-gpl\git\cmd\git.exe'. This might be a problem with how the application is packaged, so confirm this folder hasn't been removed when packaging.
daemon INFO inventory.Store.ConfigFileUsed() C:\Users\jebow\AppData\Local\Arduino15\inventory.yaml
daemon INFO inventory.Store.ConfigFileUsed() C:\Users\jebow\AppData\Local\Arduino15\inventory.yaml
daemon INFO Searching tools required for board arduino:avr:uno
daemon INFO Required tool [tool: {ToolName:"arduinoOTA",ToolVersion:"1.3.0",ToolPackager:"arduino"}]
daemon INFO Required tool [tool: {ToolName:"avr-gcc",ToolVersion:"7.3.0-atmel3.6.1-arduino7",ToolPackager:"arduino"}]
daemon INFO Required tool [tool: {ToolName:"avrdude",ToolVersion:"6.3.0-arduino17",ToolPackager:"arduino"}]
daemon INFO Adding libraries dir [dir: C:\Users\jebow\OneDrive\Desktop\Arduino Program\libraries, location: ide]
daemon INFO Adding libraries dir [dir: C:\Users\jebow\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.4\libraries, location: platform]
daemon INFO Adding libraries dir [dir: C:\Users\jebow\OneDrive\Documents\Arduino\libraries, location: user]
root ERROR Request repositories failed with error: Git could not be found at the expected path: 'C:\Users\jebow\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\dugite-no-gpl\git\cmd\git.exe'. This might be a problem with how the application is packaged, so confirm this folder hasn't been removed when packaging.
daemon INFO Resolving include Servo.h for arch avr
daemon INFO   found better lib [lib: Servo, prio: 64D]
daemon INFO inventory.Store.ConfigFileUsed() C:\Users\jebow\AppData\Local\Arduino15\inventory.yaml
daemon INFO inventory.Store.ConfigFileUsed() C:\Users\jebow\AppData\Local\Arduino15\inventory.yaml
daemon INFO Searching tools required for board arduino:avr:uno
daemon INFO Required tool [tool: {ToolName:"arduinoOTA",ToolVersion:"1.3.0",ToolPackager:"arduino"}]
daemon INFO Required tool [tool: {ToolName:"avr-gcc",ToolVersion:"7.3.0-atmel3.6.1-arduino7",ToolPackager:"arduino"}]
daemon INFO Required tool [tool: {ToolName:"avrdude",ToolVersion:"6.3.0-arduino17",ToolPackager:"arduino"}]
daemon INFO Adding libraries dir [dir: C:\Users\jebow\OneDrive\Desktop\Arduino Program\libraries, location: ide]
daemon INFO Adding libraries dir [dir: C:\Users\jebow\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.4\libraries, location: platform]
daemon INFO Adding libraries dir [dir: C:\Users\jebow\OneDrive\Documents\Arduino\libraries, location: user]
daemon INFO Resolving include Servo.h for arch avr
daemon INFO   found better lib [lib: Servo, prio: 64D]
daemon INFO from discovery builtin:mdns-discovery received message type: add, port: 10.0.0.18
root WARN Port '10.0.0.18' was already available. Known boards before override: []
root INFO Attached boards and available ports changed:
root INFO No changes.
root INFO ------------------------------------------
root INFO Attached boards and available ports changed:
root INFO Attached boards and available ports changed:
root INFO No changes.
root INFO No changes.
root INFO ------------------------------------------
root INFO ------------------------------------------
root INFO Board config changed:
serial-service INFO >>> Disposing serial connection...
serial-service WARN <<< Not connected. Nothing to dispose.
serial-service INFO >>> Disposing serial connection...
serial-service WARN <<< Not connected. Nothing to dispose.
daemon INFO inventory.Store.ConfigFileUsed() C:\Users\jebow\AppData\Local\Arduino15\inventory.yaml
daemon INFO inventory.Store.ConfigFileUsed() C:\Users\jebow\AppData\Local\Arduino15\inventory.yaml
daemon INFO Searching tools required for board arduino:avr:uno
daemon INFO Required tool [tool: {ToolName:"arduinoOTA",ToolVersion:"1.3.0",ToolPackager:"arduino"}]
daemon INFO Required tool [tool: {ToolName:"avr-gcc",ToolVersion:"7.3.0-atmel3.6.1-arduino7",ToolPackager:"arduino"}]
daemon INFO Required tool [tool: {ToolName:"avrdude",ToolVersion:"6.3.0-arduino17",ToolPackager:"arduino"}]
daemon INFO Adding libraries dir [dir: C:\Users\jebow\OneDrive\Desktop\Arduino Program\libraries, location: ide]
daemon INFO Adding libraries dir [dir: C:\Users\jebow\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.4\libraries, location: platform]
daemon INFO Adding libraries dir [dir: C:\Users\jebow\OneDrive\Documents\Arduino\libraries, location: user]
daemon INFO Resolving include Servo.h for arch avr
daemon INFO   found better lib [lib: Servo, prio: 64D]
serial-service INFO >>> Disposing serial connection...
serial-service WARN <<< Not connected. Nothing to dispose.
daemon INFO Searching tools required for board arduino:avr:uno
daemon INFO Required tool [tool: {ToolName:"arduinoOTA",ToolVersion:"1.3.0",ToolPackager:"arduino"}]
daemon INFO Required tool [tool: {ToolName:"avr-gcc",ToolVersion:"7.3.0-atmel3.6.1-arduino7",ToolPackager:"arduino"}]
daemon INFO Required tool [tool: {ToolName:"avrdude",ToolVersion:"6.3.0-arduino17",ToolPackager:"arduino"}]
daemon INFO Tool required for upload [tool: Version: 1.3.0 Systems: [OS: i686-linux-gnu, OS: x86_64-linux-gnu, OS: arm-linux-gnueabihf, OS: aarch64-linux-gnu, OS: i386-apple-darwin11, OS: i686-mingw32]]
daemon INFO Tool required for upload [tool: Version: 7.3.0-atmel3.6.1-arduino7 Systems: [OS: arm-linux-gnueabihf, OS: aarch64-linux-gnu, OS: x86_64-apple-darwin14, OS: i686-mingw32, OS: i686-linux-gnu, OS: x86_64-linux-gnu]]
daemon INFO Tool required for upload [tool: Version: 6.3.0-arduino17 Systems: [OS: arm-linux-gnueabihf, OS: aarch64-linux-gnu, OS: x86_64-apple-darwin12, OS: x86_64-linux-gnu, OS: i686-linux-gnu, OS: i686-mingw32]]
daemon INFO Tool required for upload [tool: Version: 1.0.2 Systems: [OS: i686-pc-linux-gnu, OS: x86_64-pc-linux-gnu, OS: i686-mingw32, OS: x86_64-mingw32, OS: x86_64-apple-darwin, OS: arm-linux-gnueabihf, OS: arm64-linux-gnueabihf]]
daemon INFO Tool required for upload [tool: Version: 0.9.1 Systems: [OS: i686-pc-linux-gnu, OS: x86_64-pc-linux-gnu, OS: i686-mingw32, OS: x86_64-mingw32, OS: x86_64-apple-darwin, OS: arm-linux-gnueabihf, OS: arm64-linux-gnueabihf]]
daemon INFO Tool required for upload [tool: Version: 5.8-arduino11 Systems: [OS: i686-pc-linux-gnu, OS: x86_64-pc-linux-gnu, OS: i686-mingw32, OS: x86_64-apple-darwin, OS: arm-linux-gnueabihf, OS: aarch64-linux-gnu]]
daemon INFO Tool required for upload [tool: Version: 1.3.1 Systems: [OS: i686-pc-linux-gnu, OS: x86_64-pc-linux-gnu, OS: i686-mingw32, OS: x86_64-mingw32, OS: x86_64-apple-darwin, OS: arm-linux-gnueabihf, OS: arm64-linux-gnueabihf]]
serial-service INFO >>> Disposing serial connection...
serial-service WARN <<< Not connected. Nothing to dispose.
daemon INFO from discovery builtin:mdns-discovery received message type: remove, port: 10.0.0.18
root INFO Attached boards and available ports changed:
root INFO  - Port is no longer available on 10.0.0.18 googlerpc._googlerpc._tcp.local. at 10.0.0.18
root INFO ------------------------------------------
root INFO Attached boards and available ports changed:
root INFO Attached boards and available ports changed:
root INFO  - Port is no longer available on 10.0.0.18 googlerpc._googlerpc._tcp.local. at 10.0.0.18
root INFO  - Port is no longer available on 10.0.0.18 googlerpc._googlerpc._tcp.local. at 10.0.0.18
root INFO ------------------------------------------
root INFO ------------------------------------------
serial-service INFO >>> Disposing serial service...
serial-service INFO <<< Disposed serial service.
serial-service INFO >>> Disposing serial service...
serial-service INFO <<< Disposed serial service.
daemon INFO from discovery builtin:mdns-discovery received message type: remove, port: 10.0.0.18
root WARN Port '10.0.0.18' was not available. Skipping
daemon INFO from discovery builtin:mdns-discovery received message type: add, port: 10.0.0.18
root INFO Attached boards and available ports changed:
root INFO  - New port is available on 10.0.0.18 E48u-D0-6f7a3a161046b02e45b674b210c6413c._googlecast._tcp.local. at 10.0.0.18
root INFO ------------------------------------------
serial-service INFO >>> Creating serial connection for Arduino Uno [arduino:avr:uno] on port COM3...
serial-service INFO <<< Serial connection created for Arduino Uno on port COM3.
root ERROR Warning: `NaN` is an invalid value for the `%s` css style property.%s
daemon INFO from discovery builtin:mdns-discovery received message type: add, port: 10.0.0.18
root WARN Port '10.0.0.18' was already available. Known boards before override: []
root INFO Attached boards and available ports changed:
root INFO No changes.
root INFO ------------------------------------------
daemon INFO from discovery builtin:mdns-discovery received message type: remove, port: 10.0.0.18
root INFO Attached boards and available ports changed:
root INFO  - Port is no longer available on 10.0.0.18 googlerpc._googlerpc._tcp.local. at 10.0.0.18
root INFO ------------------------------------------

I tried to follow your instructions. The picture shows that the toolbar tabs have disappeared. They don't come back unless I open a new instance of the IDE.

Thanks!

This line looked very interesting to me, but I am getting the same in my output from running the IDE, but without the loss of the buttons, so I don't think it is related.

From your screenshot, the IDE interface seems to be scaled up significantly. Did you use either the "Interface Scale" option and or Edit > Increase Font Size (Ctrl+=) to adjust the scale? Or is the scale change something that happens at the time the bug occurs?

The Interface Scale was set to auto. I resized the Interface Scale - it was a 140 - to 100 and unchecked auto. I ran two different programs. It seems to be working without losing the tabs.

I'm glad it is working now. Thanks so much for the information about the interface scale settings.

This information has allowed me to reproduce the issue, and to submit a formal report to the Arduino IDE developers:

The details of my findings are there.

If you have a GitHub account, you can subscribe to that issue to get notifications of any new developments related to this subject.

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