IDE 2.3.2 (flatpak) will not open sketch on remote drive

Arduino IDE noob here.
Ubuntu 22.04
libfuse2 is installed

Saving a sketch to a network drive crashes the IDE. Is there a log created that I should be looking at?

When opening a sketch that is located on a network drive, the IDE's file picker shows the sketch, but when selected it does not load it (silently fails); the previous sketch that was displayed in the IDE prior to [Ctrl+O] remains; no new IDE window is opened to display the picked sketch.


The appimage version of 2.3.2 hangs on startup at the logo throbber. Of four tries, once it got as far a drawing the menu bar, but all options were non-op and I could only kill it via System Monitor.

So, I'm working with the flatpak version, as at least it loads a file (limited to local, though).

Hi @al_savage

Interesting. I gave it a try on my Ubuntu 22.04 machine. When I attempted to save a sketch to a Samba network share, Arduino IDE displayed an error notification with this form:

ENOTSUP: operation not supported on socket, copyfile '/tmp/.arduinoIDE-unsaved2024326-27474-l06b80.zk3ss/1252585/1252585.ino' -> '/run/user/1000/gvfs/smb-share:server=raspberrypi.local,share=share/1252585/1252585.ino'

The sketch folder was saved to the share drive, but the sketch file was not saved in that folder. However, Arduino IDE didn't crash. Instead it kept the original sketch open instead of opening the newly saved sketch as usual. This is using the official ZIP package of Arduino IDE (I don't have time to test the behavior with unofficial Flatpak packages).

Please provide some details about your network drive.

Sure. It would be interesting to see them. Arduino IDE prints the logs to the terminal if you start it from the terminal so that is a convenient way to see the logs. So please start Arduino IDE from the terminal, reproduce the crash, then copy and paste the output from the terminal to a reply here.

It also writes the logs to log files. If for some reason collecting the logs from the terminal is not convenient for you, I can provide instructions for accessing the log files instead.

Also interesting. There is a known bug that produces similar behavior when attempting to open a sketch from a network share on Windows:

However, I have not been able to reproduce that on my Linux machine with the Samba share. Opening sketches from the share works fine for me.

What is the path of the sketch you are attempting to open?

It would also be useful to see the logs that are produced when the IDE fails to open that sketch.

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


:exclamation: This procedure is not intended to solve the problem. The purpose is to gather more information.


Please do this:

  1. Close all Arduino IDE windows if the IDE is already running.
  2. Open a command line terminal in the folder that contains the AppImage file.
  3. Type the following command:
    ./arduino-ide_<version>_Linux_64bit.AppImage
    
    (where <version> is the Arduino IDE version number)
  4. Press the Enter key.
    Debug output should now be printed to the PowerShell window as Arduino IDE starts (or fails to start).
  5. Wait for Arduino IDE to finish starting, or failing to start.
  6. Switch back to the terminal window if the Arduino IDE window took the focus.
  7. Use the mouse to select all the text in the terminal window. Make sure to scroll all the way up to the top.
  8. Press the Ctrl+Shift+C keyboard shortcut.
    This will copy the selected text to the clipboard.
  9. Open a forum reply here by clicking the "Reply" button.
  10. 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 block icon on toolbar
  11. Press the Ctrl+V keyboard shortcut.
    This will paste the output into the code block.
  12. Move the cursor outside of the code block markup before you add any additional text to your reply.
  13. Click the "Reply" button to post the output.

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

It runs in a loop until I <Ctrl+C>, so this is only a couple of seconds' worth:

Arduino IDE 2.3.2
Checking for frontend application configuration customizations. Module path: /tmp/.mount_arduinw5WJNQ/resources/app/lib/backend/electron-main.js, destination 'package.json': /tmp/.mount_arduinw5WJNQ/resources/app/package.json
Setting 'theia.frontend.config.appVersion' application configuration value to: "2.3.2" (type of string)
Setting 'theia.frontend.config.cliVersion' application configuration value to: "0.35.3" (type of string)
Setting 'theia.frontend.config.buildDate' application configuration value to: "2024-02-20T09:54:08.669Z" (type of string)
Frontend application configuration after modifications: {"applicationName":"Arduino IDE","defaultTheme":{"light":"arduino-theme","dark":"arduino-theme-dark"},"defaultIconTheme":"none","electron":{"windowOptions":{}},"defaultLocale":"","validatePreferencesSchema":false,"preferences":{"window.title":"${rootName}${activeEditorShort}${appName}","files.autoSave":"afterDelay","editor.minimap.enabled":false,"editor.tabSize":2,"editor.scrollBeyondLastLine":false,"editor.quickSuggestions":{"other":false,"comments":false,"strings":false},"editor.maxTokenizationLineLength":500,"editor.bracketPairColorization.enabled":false,"breadcrumbs.enabled":false,"workbench.tree.renderIndentGuides":"none","explorer.compactFolders":false},"appVersion":"2.3.2","cliVersion":"0.35.3","buildDate":"2024-02-20T09:54:08.669Z"}
Starting backend process. PID: 2715549
Configuration directory URI: 'file:///raid1/home/asavage/.arduinoIDE'
Configuring to accept webviews on '^.+\.webview\..+$' hostname.
2024-04-27T02:11:33.566Z root INFO Backend Object.initialize: 8.4 ms [Finished 0.765 s after backend start]
2024-04-27T02:11:33.570Z root INFO Backend Object.configure: 7.0 ms [Finished 0.765 s after backend start]
2024-04-27T02:11:33.570Z root INFO Backend s.onStart: 2.6 ms [Finished 0.765 s after backend start]
2024-04-27T02:11:33.571Z root INFO Backend s.configure: 0.5 ms [Finished 0.800 s after backend start]
2024-04-27T02:11:33.571Z root INFO Backend d.onStart: 0.4 ms [Finished 0.800 s after backend start]
2024-04-27T02:11:33.572Z root INFO Backend d.configure: 0.2 ms [Finished 0.800 s after backend start]
2024-04-27T02:11:33.573Z root INFO Backend d.initialize: 34.7 ms [Finished 0.801 s after backend start]
2024-04-27T02:11:33.573Z root INFO Backend c.onStart: 0.4 ms [Finished 0.801 s after backend start]
2024-04-27T02:11:33.574Z root INFO Backend a.configure: 4.7 ms [Finished 0.805 s after backend start]
2024-04-27T02:11:33.576Z config INFO >>> Initializing CLI configuration...
2024-04-27T02:11:33.576Z root INFO Backend c.initialize: 0.8 ms [Finished 0.806 s after backend start]
2024-04-27T02:11:33.576Z root INFO Backend R.onStart: 1.0 ms [Finished 0.806 s after backend start]
2024-04-27T02:11:33.577Z config INFO Loading CLI configuration from /raid1/home/asavage/.arduinoIDE/arduino-cli.yaml...
2024-04-27T02:11:33.577Z daemon INFO Starting daemon from /tmp/.mount_arduinw5WJNQ/resources/app/lib/backend/resources/arduino-cli...
2024-04-27T02:11:33.577Z root INFO Backend a.initialize: 0.5 ms [Finished 0.808 s after backend start]
2024-04-27T02:11:33.577Z root INFO Backend w.onStart: 1.2 ms [Finished 0.808 s after backend start]
2024-04-27T02:11:33.577Z root INFO Backend r.configure: 2.0 ms [Finished 0.808 s after backend start]
2024-04-27T02:11:33.578Z discovery-log INFO start
2024-04-27T02:11:33.578Z discovery-log INFO start new deferred
2024-04-27T02:11:33.578Z root INFO Backend d.initialize: 0.5 ms [Finished 0.809 s after backend start]
2024-04-27T02:11:33.578Z root INFO Backend y.onStart: 2.3 ms [Finished 0.811 s after backend start]
2024-04-27T02:11:33.578Z root INFO Backend r.configure: 2.1 ms [Finished 0.811 s after backend start]
2024-04-27T02:11:33.578Z root INFO Backend a.onStart: 0.6 ms [Finished 0.813 s after backend start]
2024-04-27T02:11:33.578Z root INFO Backend h.configure: 0.5 ms [Finished 0.813 s after backend start]
2024-04-27T02:11:33.578Z root INFO Backend s.configure: 0.1 ms [Finished 0.813 s after backend start]
2024-04-27T02:11:33.578Z root INFO Backend l.configure: 0.1 ms [Finished 0.813 s after backend start]
2024-04-27T02:11:33.580Z root INFO Theia app listening on http://127.0.0.1:32787.
2024-04-27T02:11:33.580Z root INFO Finished starting backend application: 2.8 ms [Finished 0.816 s after backend start]
2024-04-27T02:11:33.586Z config INFO Loaded CLI configuration: {"board_manager":{"additional_urls":["https://dl.espressif.com/dl/package_esp32_index.json","https://docs.heltec.org/en/node/esp32/index.html","https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_dev_index.json","https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json","https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json"]},"build_cache":{"compilations_before_purge":10,"ttl":"720h0m0s"},"daemon":{"port":"50051"},"directories":{"builtin":{"libraries":"/home/asavage/.arduino15/libraries"},"data":"/home/asavage/.arduino15","downloads":"/home/asavage/.arduino15/staging","user":"/home/asavage/Arduino"},"library":{"enable_unsafe_install":false},"locale":"en","logging":{"file":"","format":"text","level":"info"},"metrics":{"addr":":9090","enabled":true},"output":{"no_color":false},"sketch":{"always_export_binaries":false},"updater":{"enable_notification":true}}
2024-04-27T02:11:33.586Z config INFO 'directories.data' and 'directories.user' are set in the CLI configuration model.
2024-04-27T02:11:33.586Z config INFO Loaded the CLI configuration.
2024-04-27T02:11:33.667Z config INFO Mapped the CLI configuration: {"dataDirUri":"file:///home/asavage/.arduino15","sketchDirUri":"file:///home/asavage/Arduino","additionalUrls":["https://dl.espressif.com/dl/package_esp32_index.json","https://docs.heltec.org/en/node/esp32/index.html","https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_dev_index.json","https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json"],"network":"none","locale":"en"}
2024-04-27T02:11:33.667Z config INFO Validating the CLI configuration...
2024-04-27T02:11:33.809Z root INFO Resolve plugins list: 231.9 ms [Finished 1.043 s after backend start]
2024-04-27T02:11:33.963Z daemon INFO Error: invalid path creating config dir: /home/asavage/.arduino15 error: mkdir /home/asavage: permission denied
2024-04-27T02:11:33.964Z daemon INFO Starting daemon from /tmp/.mount_arduinw5WJNQ/resources/app/lib/backend/resources/arduino-cli...
2024-04-27T02:11:33.965Z daemon INFO Daemon exited with exit code: 7.
2024-04-27T02:11:34.047Z daemon INFO Error: invalid path creating config dir: /home/asavage/.arduino15 error: mkdir /home/asavage: permission denied
2024-04-27T02:11:34.048Z daemon INFO Starting daemon from /tmp/.mount_arduinw5WJNQ/resources/app/lib/backend/resources/arduino-cli...
2024-04-27T02:11:34.048Z daemon INFO Daemon exited with exit code: 7.
2024-04-27T02:11:34.066Z daemon INFO Error: invalid path creating config dir: /home/asavage/.arduino15 error: mkdir /home/asavage: permission denied
2024-04-27T02:11:34.067Z daemon INFO Starting daemon from /tmp/.mount_arduinw5WJNQ/resources/app/lib/backend/resources/arduino-cli...
2024-04-27T02:11:34.067Z daemon INFO Daemon exited with exit code: 7.
2024-04-27T02:11:34.198Z daemon INFO Error: invalid path creating config dir: /home/asavage/.arduino15 error: mkdir /home/asavage: permission denied
2024-04-27T02:11:34.199Z daemon INFO Starting daemon from /tmp/.mount_arduinw5WJNQ/resources/app/lib/backend/resources/arduino-cli...
2024-04-27T02:11:34.199Z daemon INFO Daemon exited with exit code: 7.
2024-04-27T02:11:34.220Z daemon INFO Error: invalid path creating config dir: /home/asavage/.arduino15 error: mkdir /home/asavage: permission denied
2024-04-27T02:11:34.220Z daemon INFO Starting daemon from /tmp/.mount_arduinw5WJNQ/resources/app/lib/backend/resources/arduino-cli...
2024-04-27T02:11:34.221Z daemon INFO Daemon exited with exit code: 7.
2024-04-27T02:11:34.312Z daemon INFO Error: invalid path creating config dir: /home/asavage/.arduino15 error: mkdir /home/asavage: permission denied
2024-04-27T02:11:34.312Z daemon INFO Starting daemon from /tmp/.mount_arduinw5WJNQ/resources/app/lib/backend/resources/arduino-cli...
2024-04-27T02:11:34.312Z daemon INFO Daemon exited with exit code: 7.
2024-04-27T02:11:34.334Z daemon INFO Error: invalid path creating config dir: /home/asavage/.arduino15 error: mkdir /home/asavage: permission denied
2024-04-27T02:11:34.334Z daemon INFO Starting daemon from /tmp/.mount_arduinw5WJNQ/resources/app/lib/backend/resources/arduino-cli...
2024-04-27T02:11:34.335Z daemon INFO Daemon exited with exit code: 7.
2024-04-27T02:11:34.464Z daemon INFO Error: invalid path creating config dir: /home/asavage/.arduino15 error: mkdir /home/asavage: permission denied
2024-04-27T02:11:34.464Z daemon INFO Starting daemon from /tmp/.mount_arduinw5WJNQ/resources/app/lib/backend/resources/arduino-cli...
2024-04-27T02:11:34.464Z daemon INFO Daemon exited with exit code: 7.
2024-04-27T02:11:34.496Z daemon INFO Error: invalid path creating config dir: /home/asavage/.arduino15 error: mkdir /home/asavage: permission denied
2024-04-27T02:11:34.496Z daemon INFO Starting daemon from /tmp/.mount_arduinw5WJNQ/resources/app/lib/backend/resources/arduino-cli...
2024-04-27T02:11:34.497Z daemon INFO Daemon exited with exit code: 7.
2024-04-27T02:11:34.558Z daemon INFO Error: invalid path creating config dir: /home/asavage/.arduino15 error: mkdir /home/asavage: permission denied
2024-04-27T02:11:34.558Z daemon INFO Starting daemon from /tmp/.mount_arduinw5WJNQ/resources/app/lib/backend/resources/arduino-cli...
2024-04-27T02:11:34.559Z daemon INFO Daemon exited with exit code: 7.
2024-04-27T02:11:34.617Z daemon INFO Error: invalid path creating config dir: /home/asavage/.arduino15 error: mkdir /home/asavage: permission denied
2024-04-27T02:11:34.617Z daemon INFO Starting daemon from /tmp/.mount_arduinw5WJNQ/resources/app/lib/backend/resources/arduino-cli...
2024-04-27T02:11:34.617Z daemon INFO Daemon exited with exit code: 7.
2024-04-27T02:11:34.638Z daemon INFO Error: invalid path creating config dir: /home/asavage/.arduino15 error: mkdir /home/asavage: permission denied
2024-04-27T02:11:34.639Z daemon INFO Starting daemon from /tmp/.mount_arduinw5WJNQ/resources/app/lib/backend/resources/arduino-cli...
2024-04-27T02:11:34.639Z daemon INFO Daemon exited with exit code: 7.
2024-04-27T02:11:34.799Z daemon INFO Error: invalid path creating config dir: /home/asavage/.arduino15 error: mkdir /home/asavage: permission denied
2024-04-27T02:11:34.799Z daemon INFO Starting daemon from /tmp/.mount_arduinw5WJNQ/resources/app/lib/backend/resources/arduino-cli...
2024-04-27T02:11:34.799Z daemon INFO Daemon exited with exit code: 7.
2024-04-27T02:11:34.836Z daemon INFO Error: invalid path creating config dir: /home/asavage/.arduino15 error: mkdir /home/asavage: permission denied
2024-04-27T02:11:34.836Z daemon INFO Starting daemon from /tmp/.mount_arduinw5WJNQ/resources/app/lib/backend/resources/arduino-cli...
2024-04-27T02:11:34.836Z daemon INFO Daemon exited with exit code: 7.
2024-04-27T02:11:34.895Z daemon INFO Error: invalid path creating config dir: /home/asavage/.arduino15 error: mkdir /home/asavage: permission denied
2024-04-27T02:11:34.896Z daemon INFO Starting daemon from /tmp/.mount_arduinw5WJNQ/resources/app/lib/backend/resources/arduino-cli...
2024-04-27T02:11:34.896Z daemon INFO Daemon exited with exit code: 7.
2024-04-27T02:11:34.973Z daemon INFO Error: invalid path creating config dir: /home/asavage/.arduino15 error: mkdir /home/asavage: permission denied
2024-04-27T02:11:34.973Z daemon INFO Starting daemon from /tmp/.mount_arduinw5WJNQ/resources/app/lib/backend/resources/arduino-cli...
2024-04-27T02:11:34.973Z daemon INFO Daemon exited with exit code: 7.
2024-04-27T02:11:34.998Z daemon INFO Error: invalid path creating config dir: /home/asavage/.arduino15 error: mkdir /home/asavage: permission denied
2024-04-27T02:11:34.999Z daemon INFO Starting daemon from /tmp/.mount_arduinw5WJNQ/resources/app/lib/backend/resources/arduino-cli...
2024-04-27T02:11:34.999Z daemon INFO Daemon exited with exit code: 7.
2024-04-27T02:11:35.070Z daemon INFO Error: invalid path creating config dir: /home/asavage/.arduino15 error: mkdir /home/asavage: permission denied
2024-04-27T02:11:35.070Z daemon INFO Starting daemon from /tmp/.mount_arduinw5WJNQ/resources/app/lib/backend/resources/arduino-cli...
2024-04-27T02:11:35.070Z daemon INFO Daemon exited with exit code: 7.
2024-04-27T02:11:35.153Z daemon INFO Error: invalid path creating config dir: /home/asavage/.arduino15 error: mkdir /home/asavage: permission denied
2024-04-27T02:11:35.154Z daemon INFO Starting daemon from /tmp/.mount_arduinw5WJNQ/resources/app/lib/backend/resources/arduino-cli...
2024-04-27T02:11:35.155Z daemon INFO Daemon exited with exit code: 7.
2024-04-27T02:11:35.251Z daemon INFO Error: invalid path creating config dir: /home/asavage/.arduino15 error: mkdir /home/asavage: permission denied
2024-04-27T02:11:35.251Z daemon INFO Starting daemon from /tmp/.mount_arduinw5WJNQ/resources/app/lib/backend/resources/arduino-cli...
2024-04-27T02:11:35.252Z daemon INFO Daemon exited with exit code: 7.
2024-04-27T02:11:35.357Z daemon INFO Error: invalid path creating config dir: /home/asavage/.arduino15 error: mkdir /home/asavage: permission denied
2024-04-27T02:11:35.357Z daemon INFO Starting daemon from /tmp/.mount_arduinw5WJNQ/resources/app/lib/backend/resources/arduino-cli...
2024-04-27T02:11:35.362Z daemon INFO Daemon exited with exit code: 7.
2024-04-27T02:11:35.404Z daemon INFO Error: invalid path creating config dir: /home/asavage/.arduino15 error: mkdir /home/asavage: permission denied
2024-04-27T02:11:35.404Z daemon INFO Starting daemon from /tmp/.mount_arduinw5WJNQ/resources/app/lib/backend/resources/arduino-cli...
2024-04-27T02:11:35.405Z daemon INFO Daemon exited with exit code: 7.
2024-04-27T02:11:35.504Z daemon INFO Error: invalid path creating config dir: /home/asavage/.arduino15 error: mkdir /home/asavage: permission denied
2024-04-27T02:11:35.504Z daemon INFO Starting daemon from /tmp/.mount_arduinw5WJNQ/resources/app/lib/backend/resources/arduino-cli...
2024-04-27T02:11:35.505Z daemon INFO Daemon exited with exit code: 7.
2024-04-27T02:11:35.586Z daemon INFO Error: invalid path creating config dir: /home/asavage/.arduino15 error: mkdir /home/asavage: permission denied
2024-04-27T02:11:35.586Z daemon INFO Starting daemon from /tmp/.mount_arduinw5WJNQ/resources/app/lib/backend/resources/arduino-cli...
2024-04-27T02:11:35.587Z daemon INFO Daemon exited with exit code: 7.
2024-04-27T02:11:35.606Z daemon INFO Error: invalid path creating config dir: /home/asavage/.arduino15 error: mkdir /home/asavage: permission denied
2024-04-27T02:11:35.606Z daemon INFO Starting daemon from /tmp/.mount_arduinw5WJNQ/resources/app/lib/backend/resources/arduino-cli...
2024-04-27T02:11:35.607Z daemon INFO Daemon exited with exit code: 7.
2024-04-27T02:11:35.621Z root INFO Deploy plugins list: 231.9 ms [Finished 2.856 s after backend start]
2024-04-27T02:11:35.626Z daemon INFO Error: invalid path creating config dir: /home/asavage/.arduino15 error: mkdir /home/asavage: permission denied
2024-04-27T02:11:35.626Z daemon INFO Starting daemon from /tmp/.mount_arduinw5WJNQ/resources/app/lib/backend/resources/arduino-cli...
2024-04-27T02:11:35.627Z daemon INFO Daemon exited with exit code: 7.
2024-04-27T02:11:35.649Z daemon INFO Error: invalid path creating config dir: /home/asavage/.arduino15 error: mkdir /home/asavage: permission denied
2024-04-27T02:11:35.649Z daemon INFO Starting daemon from /tmp/.mount_arduinw5WJNQ/resources/app/lib/backend/resources/arduino-cli...
2024-04-27T02:11:35.650Z daemon INFO Daemon exited with exit code: 7.
2024-04-27T02:11:35.673Z daemon INFO Error: invalid path creating config dir: /home/asavage/.arduino15 error: mkdir /home/asavage: permission denied
2024-04-27T02:11:35.673Z daemon INFO Starting daemon from /tmp/.mount_arduinw5WJNQ/resources/app/lib/backend/resources/arduino-cli...
2024-04-27T02:11:35.674Z daemon INFO Daemon exited with exit code: 7.
2024-04-27T02:11:35.697Z daemon INFO Error: invalid path creating config dir: /home/asavage/.arduino15 error: mkdir /home/asavage: permission denied
2024-04-27T02:11:35.698Z daemon INFO Starting daemon from /tmp/.mount_arduinw5WJNQ/resources/app/lib/backend/resources/arduino-cli...
2024-04-27T02:11:35.698Z daemon INFO Daemon exited with exit code: 7.
2024-04-27T02:11:35.718Z daemon INFO Error: invalid path creating config dir: /home/asavage/.arduino15 error: mkdir /home/asavage: permission denied
2024-04-27T02:11:35.719Z daemon INFO Starting daemon from /tmp/.mount_arduinw5WJNQ/resources/app/lib/backend/resources/arduino-cli...
2024-04-27T02:11:35.719Z daemon INFO Daemon exited with exit code: 7.
2024-04-27T02:11:35.740Z daemon INFO Error: invalid path creating config dir: /home/asavage/.arduino15 error: mkdir /home/asavage: permission denied
2024-04-27T02:11:35.741Z daemon INFO Starting daemon from /tmp/.mount_arduinw5WJNQ/resources/app/lib/backend/resources/arduino-cli...
2024-04-27T02:11:35.741Z daemon INFO Daemon exited with exit code: 7.
2024-04-27T02:11:35.765Z daemon INFO Error: invalid path creating config dir: /home/asavage/.arduino15 error: mkdir /home/asavage: permission denied
2024-04-27T02:11:35.765Z daemon INFO Starting daemon from /tmp/.mount_arduinw5WJNQ/resources/app/lib/backend/resources/arduino-cli...
2024-04-27T02:11:35.766Z daemon INFO Daemon exited with exit code: 7.
2024-04-27T02:11:35.788Z daemon INFO Error: invalid path creating config dir: /home/asavage/.arduino15 error: mkdir /home/asavage: permission denied
2024-04-27T02:11:35.788Z daemon INFO Starting daemon from /tmp/.mount_arduinw5WJNQ/resources/app/lib/backend/resources/arduino-cli...
2024-04-27T02:11:35.789Z daemon INFO Daemon exited with exit code: 7.
2024-04-27T02:11:35.809Z daemon INFO Error: invalid path creating config dir: /home/asavage/.arduino15 error: mkdir /home/asavage: permission denied
2024-04-27T02:11:35.809Z daemon INFO Starting daemon from /tmp/.mount_arduinw5WJNQ/resources/app/lib/backend/resources/arduino-cli...
2024-04-27T02:11:35.810Z daemon INFO Daemon exited with exit code: 7.
2024-04-27T02:11:35.829Z daemon INFO Error: invalid path creating config dir: /home/asavage/.arduino15 error: mkdir /home/asavage: permission denied
2024-04-27T02:11:35.830Z daemon INFO Starting daemon from /tmp/.mount_arduinw5WJNQ/resources/app/lib/backend/resources/arduino-cli...
2024-04-27T02:11:35.830Z daemon INFO Daemon exited with exit code: 7.
2024-04-27T02:11:35.849Z daemon INFO Error: invalid path creating config dir: /home/asavage/.arduino15 error: mkdir /home/asavage: permission denied
2024-04-27T02:11:35.849Z daemon INFO Starting daemon from /tmp/.mount_arduinw5WJNQ/resources/app/lib/backend/resources/arduino-cli...
2024-04-27T02:11:35.850Z daemon INFO Daemon exited with exit code: 7.
2024-04-27T02:11:35.871Z daemon INFO Error: invalid path creating config dir: /home/asavage/.arduino15 error: mkdir /home/asavage: permission denied
2024-04-27T02:11:35.872Z daemon INFO Starting daemon from /tmp/.mount_arduinw5WJNQ/resources/app/lib/backend/resources/arduino-cli...
2024-04-27T02:11:35.872Z daemon INFO Daemon exited with exit code: 7.
2024-04-27T02:11:35.893Z daemon INFO Error: invalid path creating config dir: /home/asavage/.arduino15 error: mkdir /home/asavage: permission denied
2024-04-27T02:11:35.894Z daemon INFO Starting daemon from /tmp/.mount_arduinw5WJNQ/resources/app/lib/backend/resources/arduino-cli...
2024-04-27T02:11:35.894Z daemon INFO Daemon exited with exit code: 7.
2024-04-27T02:11:35.921Z daemon INFO Error: invalid path creating config dir: /home/asavage/.arduino15 error: mkdir /home/asavage: permission denied
2024-04-27T02:11:35.922Z daemon INFO Starting daemon from /tmp/.mount_arduinw5WJNQ/resources/app/lib/backend/resources/arduino-cli...
2024-04-27T02:11:35.922Z daemon INFO Daemon exited with exit code: 7.
2024-04-27T02:11:35.942Z daemon INFO Error: invalid path creating config dir: /home/asavage/.arduino15 error: mkdir /home/asavage: permission denied
2024-04-27T02:11:35.942Z daemon INFO Starting daemon from /tmp/.mount_arduinw5WJNQ/resources/app/lib/backend/resources/arduino-cli...
2024-04-27T02:11:35.943Z daemon INFO Daemon exited with exit code: 7.
2024-04-27T02:11:35.960Z daemon INFO Error: invalid path creating config dir: /home/asavage/.arduino15 error: mkdir /home/asavage: permission denied
2024-04-27T02:11:35.960Z daemon INFO Starting daemon from /tmp/.mount_arduinw5WJNQ/resources/app/lib/backend/resources/arduino-cli...
2024-04-27T02:11:35.961Z daemon INFO Daemon exited with exit code: 7.
2024-04-27T02:11:35.982Z daemon INFO Error: invalid path creating config dir: /home/asavage/.arduino15 error: mkdir /home/asavage: permission denied
2024-04-27T02:11:35.982Z daemon INFO Starting daemon from /tmp/.mount_arduinw5WJNQ/resources/app/lib/backend/resources/arduino-cli...
2024-04-27T02:11:35.983Z daemon INFO Daemon exited with exit code: 7.
2024-04-27T02:11:36.005Z daemon INFO Error: invalid path creating config dir: /home/asavage/.arduino15 error: mkdir /home/asavage: permission denied
2024-04-27T02:11:36.006Z daemon INFO Starting daemon from /tmp/.mount_arduinw5WJNQ/resources/app/lib/backend/resources/arduino-cli...
2024-04-27T02:11:36.006Z daemon INFO Daemon exited with exit code: 7.
2024-04-27T02:11:36.028Z daemon INFO Error: invalid path creating config dir: /home/asavage/.arduino15 error: mkdir /home/asavage: permission denied
2024-04-27T02:11:36.028Z daemon INFO Starting daemon from /tmp/.mount_arduinw5WJNQ/resources/app/lib/backend/resources/arduino-cli...
2024-04-27T02:11:36.029Z daemon INFO Daemon exited with exit code: 7.
Opening channel for service path '/services/electron-window'.
2024-04-27T02:11:36.049Z daemon INFO Error: invalid path creating config dir: /home/asavage/.arduino15 error: mkdir /home/asavage: permission denied
2024-04-27T02:11:36.050Z daemon INFO Starting daemon from /tmp/.mount_arduinw5WJNQ/resources/app/lib/backend/resources/arduino-cli...
2024-04-27T02:11:36.050Z daemon INFO Daemon exited with exit code: 7.
2024-04-27T02:11:36.073Z daemon INFO Error: invalid path creating config dir: /home/asavage/.arduino15 error: mkdir /home/asavage: permission denied
2024-04-27T02:11:36.073Z daemon INFO Starting daemon from /tmp/.mount_arduinw5WJNQ/resources/app/lib/backend/resources/arduino-cli...
2024-04-27T02:11:36.074Z daemon INFO Daemon exited with exit code: 7.
2024-04-27T02:11:36.094Z daemon INFO Error: invalid path creating config dir: /home/asavage/.arduino15 error: mkdir /home/asavage: permission denied
2024-04-27T02:11:36.095Z daemon INFO Starting daemon from /tmp/.mount_arduinw5WJNQ/resources/app/lib/backend/resources/arduino-cli...
2024-04-27T02:11:36.095Z daemon INFO Daemon exited with exit code: 7.
2024-04-27T02:11:36.115Z daemon INFO Error: invalid path creating config dir: /home/asavage/.arduino15 error: mkdir /home/asavage: permission denied
2024-04-27T02:11:36.116Z daemon INFO Starting daemon from /tmp/.mount_arduinw5WJNQ/resources/app/lib/backend/resources/arduino-cli...
2024-04-27T02:11:36.116Z daemon INFO Daemon exited with exit code: 7.
2024-04-27T02:11:36.138Z daemon INFO Error: invalid path creating config dir: /home/asavage/.arduino15 error: mkdir /home/asavage: permission denied
2024-04-27T02:11:36.139Z daemon INFO Starting daemon from /tmp/.mount_arduinw5WJNQ/resources/app/lib/backend/resources/arduino-cli...
2024-04-27T02:11:36.139Z daemon INFO Daemon exited with exit code: 7.
Opening channel for service path '/services/ide-updater'.
2024-04-27T02:11:36.161Z daemon INFO Error: invalid path creating config dir: /home/asavage/.arduino15 error: mkdir /home/asavage: permission denied
2024-04-27T02:11:36.161Z daemon INFO Starting daemon from /tmp/.mount_arduinw5WJNQ/resources/app/lib/backend/resources/arduino-cli...
2024-04-27T02:11:36.162Z daemon INFO Daemon exited with exit code: 7.
2024-04-27T02:11:36.183Z daemon INFO Error: invalid path creating config dir: /home/asavage/.arduino15 error: mkdir /home/asavage: permission denied
2024-04-27T02:11:36.184Z daemon INFO Starting daemon from /tmp/.mount_arduinw5WJNQ/resources/app/lib/backend/resources/arduino-cli...
2024-04-27T02:11:36.184Z daemon INFO Daemon exited with exit code: 7.
2024-04-27T02:11:36.207Z daemon INFO Error: invalid path creating config dir: /home/asavage/.arduino15 error: mkdir /home/asavage: permission denied
2024-04-27T02:11:36.208Z daemon INFO Starting daemon from /tmp/.mount_arduinw5WJNQ/resources/app/lib/backend/resources/arduino-cli...
2024-04-27T02:11:36.208Z daemon INFO Daemon exited with exit code: 7.
2024-04-27T02:11:36.249Z daemon INFO Error: invalid path creating config dir: /home/asavage/.arduino15 error: mkdir /home/asavage: permission denied
2024-04-27T02:11:36.249Z daemon INFO Starting daemon from /tmp/.mount_arduinw5WJNQ/resources/app/lib/backend/resources/arduino-cli...
2024-04-27T02:11:36.250Z daemon INFO Daemon exited with exit code: 7.
2024-04-27T02:11:36.275Z daemon INFO Error: invalid path creating config dir: /home/asavage/.arduino15 error: mkdir /home/asavage: permission denied
2024-04-27T02:11:36.275Z daemon INFO Starting daemon from /tmp/.mount_arduinw5WJNQ/resources/app/lib/backend/resources/arduino-cli...
2024-04-27T02:11:36.275Z daemon INFO Daemon exited with exit code: 7.
2024-04-27T02:11:36.298Z daemon INFO Error: invalid path creating config dir: /home/asavage/.arduino15 error: mkdir /home/asavage: permission denied
2024-04-27T02:11:36.298Z daemon INFO Starting daemon from /tmp/.mount_arduinw5WJNQ/resources/app/lib/backend/resources/arduino-cli...
2024-04-27T02:11:36.298Z daemon INFO Daemon exited with exit code: 7.
2024-04-27T02:11:36.322Z daemon INFO Error: invalid path creating config dir: /home/asavage/.arduino15 error: mkdir /home/asavage: permission denied
2024-04-27T02:11:36.323Z daemon INFO Starting daemon from /tmp/.mount_arduinw5WJNQ/resources/app/lib/backend/resources/arduino-cli...
2024-04-27T02:11:36.323Z daemon INFO Daemon exited with exit code: 7.
2024-04-27T02:11:36.346Z daemon INFO Error: invalid path creating config dir: /home/asavage/.arduino15 error: mkdir /home/asavage: permission denied
2024-04-27T02:11:36.346Z daemon INFO Starting daemon from /tmp/.mount_arduinw5WJNQ/resources/app/lib/backend/resources/arduino-cli...
2024-04-27T02:11:36.346Z daemon INFO Daemon exited with exit code: 7.
2024-04-27T02:11:36.373Z daemon INFO Error: invalid path creating config dir: /home/asavage/.arduino15 error: mkdir /home/asavage: permission denied
2024-04-27T02:11:36.373Z daemon INFO Starting daemon from /tmp/.mount_arduinw5WJNQ/resources/app/lib/backend/resources/arduino-cli...
2024-04-27T02:11:36.374Z daemon INFO Daemon exited with exit code: 7.
2024-04-27T02:11:36.446Z daemon INFO Error: invalid path creating config dir: /home/asavage/.arduino15 error: mkdir /home/asavage: permission denied
2024-04-27T02:11:36.446Z daemon INFO Starting daemon from /tmp/.mount_arduinw5WJNQ/resources/app/lib/backend/resources/arduino-cli...
2024-04-27T02:11:36.446Z daemon INFO Daemon exited with exit code: 7.
2024-04-27T02:11:36.479Z daemon INFO Error: invalid path creating config dir: /home/asavage/.arduino15 error: mkdir /home/asavage: permission denied
2024-04-27T02:11:36.479Z daemon INFO Starting daemon from /tmp/.mount_arduinw5WJNQ/resources/app/lib/backend/resources/arduino-cli...
2024-04-27T02:11:36.480Z daemon INFO Daemon exited with exit code: 7.
2024-04-27T02:11:36.516Z daemon INFO Error: invalid path creating config dir: /home/asavage/.arduino15 error: mkdir /home/asavage: permission denied
2024-04-27T02:11:36.516Z daemon INFO Starting daemon from /tmp/.mount_arduinw5WJNQ/resources/app/lib/backend/resources/arduino-cli...
2024-04-27T02:11:36.517Z daemon INFO Daemon exited with exit code: 7.
2024-04-27T02:11:36.540Z daemon INFO Error: invalid path creating config dir: /home/asavage/.arduino15 error: mkdir /home/asavage: permission denied
2024-04-27T02:11:36.540Z daemon INFO Starting daemon from /tmp/.mount_arduinw5WJNQ/resources/app/lib/backend/resources/arduino-cli...
2024-04-27T02:11:36.541Z daemon INFO Daemon exited with exit code: 7.
2024-04-27T02:11:36.563Z daemon INFO Error: invalid path creating config dir: /home/asavage/.arduino15 error: mkdir /home/asavage: permission denied
2024-04-27T02:11:36.563Z daemon INFO Starting daemon from /tmp/.mount_arduinw5WJNQ/resources/app/lib/backend/resources/arduino-cli...
2024-04-27T02:11:36.575Z daemon INFO Daemon exited with exit code: 7.
2024-04-27T02:11:36.582Z daemon INFO Error: invalid path creating config dir: /home/asavage/.arduino15 error: mkdir /home/asavage: permission denied
2024-04-27T02:11:36.582Z daemon INFO Starting daemon from /tmp/.mount_arduinw5WJNQ/resources/app/lib/backend/resources/arduino-cli...
2024-04-27T02:11:36.583Z daemon INFO Daemon exited with exit code: 7.
2024-04-27T02:11:36.600Z daemon INFO Error: invalid path creating config dir: /home/asavage/.arduino15 error: mkdir /home/asavage: permission denied
2024-04-27T02:11:36.600Z daemon INFO Starting daemon from /tmp/.mount_arduinw5WJNQ/resources/app/lib/backend/resources/arduino-cli...
2024-04-27T02:11:36.616Z daemon INFO Daemon exited with exit code: 7.
2024-04-27T02:11:36.622Z daemon INFO Error: invalid path creating config dir: /home/asavage/.arduino15 error: mkdir /home/asavage: permission denied
2024-04-27T02:11:36.622Z daemon INFO Starting daemon from /tmp/.mount_arduinw5WJNQ/resources/app/lib/backend/resources/arduino-cli...
2024-04-27T02:11:36.633Z daemon INFO Daemon exited with exit code: 7.
2024-04-27T02:11:36.642Z daemon INFO Error: invalid path creating config dir: /home/asavage/.arduino15 error: mkdir /home/asavage: permission denied
2024-04-27T02:11:36.642Z daemon INFO Starting daemon from /tmp/.mount_arduinw5WJNQ/resources/app/lib/backend/resources/arduino-cli...
2024-04-27T02:11:36.650Z daemon INFO Daemon exited with exit code: 7.
2024-04-27T02:11:36.657Z daemon INFO Error: invalid path creating config dir: /home/asavage/.arduino15 error: mkdir /home/asavage: permission denied
2024-04-27T02:11:36.657Z daemon INFO Starting daemon from /tmp/.mount_arduinw5WJNQ/resources/app/lib/backend/resources/arduino-cli...
2024-04-27T02:11:36.658Z daemon INFO Daemon exited with exit code: 7.
2024-04-27T02:11:36.679Z daemon INFO Error: invalid path creating config dir: /home/asavage/.arduino15 error: mkdir /home/asavage: permission denied
2024-04-27T02:11:36.679Z daemon INFO Starting daemon from /tmp/.mount_arduinw5WJNQ/resources/app/lib/backend/resources/arduino-cli...
2024-04-27T02:11:36.681Z daemon INFO Daemon exited with exit code: 7.
2024-04-27T02:11:36.725Z root INFO Start frontend contributions: 604.6 ms [Finished 2.718 s after frontend start]
2024-04-27T02:11:36.725Z root INFO Changed application state from 'init' to 'started_contributions'.
2024-04-27T02:11:36.729Z daemon INFO Error: invalid path creating config dir: /home/asavage/.arduino15 error: mkdir /home/asavage: permission denied
2024-04-27T02:11:36.729Z daemon INFO Starting daemon from /tmp/.mount_arduinw5WJNQ/resources/app/lib/backend/resources/arduino-cli...
2024-04-27T02:11:36.730Z daemon INFO Daemon exited with exit code: 7.
2024-04-27T02:11:36.743Z root INFO Changed application state from 'started_contributions' to 'attached_shell'.
2024-04-27T02:11:36.743Z root INFO >>> Restoring the layout state...
2024-04-27T02:11:36.743Z root INFO <<< Nothing to restore.
2024-04-27T02:11:36.752Z daemon INFO Error: invalid path creating config dir: /home/asavage/.arduino15 error: mkdir /home/asavage: permission denied
2024-04-27T02:11:36.752Z daemon INFO Starting daemon from /tmp/.mount_arduinw5WJNQ/resources/app/lib/backend/resources/arduino-cli...
2024-04-27T02:11:36.767Z daemon INFO Daemon exited with exit code: 7.
2024-04-27T02:11:36.775Z daemon INFO Error: invalid path creating config dir: /home/asavage/.arduino15 error: mkdir /home/asavage: permission denied
2024-04-27T02:11:36.775Z daemon INFO Starting daemon from /tmp/.mount_arduinw5WJNQ/resources/app/lib/backend/resources/arduino-cli...
2024-04-27T02:11:36.776Z daemon INFO Daemon exited with exit code: 7.
2024-04-27T02:11:36.790Z root INFO Initialize the workbench layout: 27.6 ms [Finished 2.792 s after frontend start]
2024-04-27T02:11:36.793Z root INFO Changed application state from 'attached_shell' to 'initialized_layout'.
2024-04-27T02:11:36.801Z daemon INFO Error: invalid path creating config dir: /home/asavage/.arduino15 error: mkdir /home/asavage: permission denied
2024-04-27T02:11:36.802Z daemon INFO Starting daemon from /tmp/.mount_arduinw5WJNQ/resources/app/lib/backend/resources/arduino-cli...
2024-04-27T02:11:36.825Z root INFO [bd32566e-f320-4b84-8b3e-1e63c953f235] Waiting for backend deployment: 125.7 ms [Finished 2.837 s after frontend start]
2024-04-27T02:11:36.827Z daemon INFO Daemon exited with exit code: 7.
isTempSketch: false. Input was /raid1/home/asavage/Arduino/LDU_Rotor_Temperature_Monitor_Arduino_Pro_Mini
Marking workspace as a closed sketch. Workspace URI: file:///raid1/home/asavage/Arduino/LDU_Rotor_Temperature_Monitor_Arduino_Pro_Mini. Date: 1714183896994.
Closing channel on service path '/services/electron-window'.
Closing channel on service path '/services/ide-updater'.
Storing the sketch as a workspace root: </raid1/home/asavage/Arduino/LDU_Rotor_Temperature_Monitor_Arduino_Pro_Mini>.
Stored workspaces roots: /raid1/home/asavage/Arduino/LDU_Rotor_Temperature_Monitor_Arduino_Pro_Mini
No sketches were scheduled for deletion.
2024-04-27T02:11:37.021Z daemon INFO Error: invalid path creating config dir: /home/asavage/.arduino15 error: mkdir /home/asavage: permission denied
2024-04-27T02:11:37.022Z daemon INFO Starting daemon from /tmp/.mount_arduinw5WJNQ/resources/app/lib/backend/resources/arduino-cli...
2024-04-27T02:11:37.023Z daemon INFO Daemon exited with exit code: 7.

I see:

maybe it is something to do with the mismatch with the home path as shown here:

Were these logs generated by the AppImage, or the Flatpak?

I will chase the AppImage issues first, as you indicate that's the official (possibly supported) version. The above -- copied from Terminal -- is the AppImage logging. It does not finish starting up, as you see, and I had to kill it using <Ctrl+C> or it would continue generating data "forever" AFAIK.

The commandline I used:

asavage@Ubuntu1:~/Arduino$ ./arduino-ide_2.3.2_Linux_64bit.AppImage > temp.txt

(Meanwhile, I am actually using the flatpak version, as it seems to work -- mostly -- as long as I load/save sketches locally, not on a remote Samba drive.)

I think it is a good idea.

Thanks for the clarification.

I think so.

I would like to investigate the "mkdir /home/asavage: permission denied" error a bit.

Arduino IDE stores some configuration files in a folder named .arduinoIDE under the user home folder.

You can see the path Arduino IDE selected for this .arduinoIDE configuration folder on your machine was /raid1/home/asavage/.arduinoIDE:

A helper tool named Arduino CLI provides much of the non-GUI functionality for Arduino IDE. Arduino CLI stores some files in a dedicated folder referred to as the "data directory". The path of this folder is configured in a configuration file. Arduino CLI automatically generates that configuration file the first time you use Arduino IDE, using the default configuration values. By default, the path of the "data directory" is configured as a folder named .arduino15 under the home folder.

You can see the path Arduino CLI selected for the "data directory" configuration was /home/asavage/.arduino15:

(The relevant part of that log line is "data":"/home/asavage/.arduino15")

Note that a different home folder path was determined by Arduino IDE (/raid1/home/asavage/) than is used in the "data directory" configuration (/home/asavage/). My hypothesis is that a different home folder path was in effect on your machine at the time Arduino CLI's configuration file was generated than the unusual effective home folder path you have now. Arduino CLI always uses the configuration from the configuration file if present, so a change on your system that renders the configured "data directory" path inaccessible breaks Arduino CLI and Arduino IDE.

The most simple solution will be to delete the configuration file. Arduino CLI will automatically regenerate it the next time you start Arduino IDE and hopefully the newly generated configuration will be valid, allowing Arduino IDE to start up and function normally. I'll provide instructions you can follow to do that:

  1. If Arduino IDE is running, select File > Quit from the Arduino IDE menus.
    All Arduino IDE windows will close.
  2. Delete the file at the following path:
    /raid1/home/asavage/.arduinoIDE/arduino-cli.yaml
    
    :exclamation: The .arduinoIDE folder may be hidden by default in your file manager and terminal.
    :warning: Please be careful when deleting things from your computer. When in doubt, back up!
  3. Start the Arduino IDE from the AppImage package.

Arduino IDE should now start up fully and be functional as usual.

Note that the file you deleted is used to store some of your IDE preferences. These will all have been reset to the default values. If you had customized either the "Sketchbook location" or "Additional Boards Manager URLs" preferences before, you'll need to select File > Preferences... from the Arduino IDE menus and then set those preferences once again after performing the instructions I provided above.


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

Thank you for the verbose explanation; I hope you have much of that saved as boilerplate.

I renamed

/raid1/home/asavage/.arduinoIDE/arduino-cli.yaml

then ran the AppImage version. First run seemed OK. It loaded the last sketch I had been working on. It wanted to update some libraries that I had used for a sketch last year, and I let it.

For the current sketch, I had to set the Board type, and use Library Manager to fetch the libraries it needed for this sketch.

I then closed the IDE, then ran it again, this time saving the Terminal output via commandline redirect again. Glancing at it, it seems OK to me:

Arduino IDE 2.3.2
Checking for frontend application configuration customizations. Module path: /tmp/.mount_arduinI8bIDy/resources/app/lib/backend/electron-main.js, destination 'package.json': /tmp/.mount_arduinI8bIDy/resources/app/package.json
Setting 'theia.frontend.config.appVersion' application configuration value to: "2.3.2" (type of string)
Setting 'theia.frontend.config.cliVersion' application configuration value to: "0.35.3" (type of string)
Setting 'theia.frontend.config.buildDate' application configuration value to: "2024-02-20T09:54:08.669Z" (type of string)
Frontend application configuration after modifications: {"applicationName":"Arduino IDE","defaultTheme":{"light":"arduino-theme","dark":"arduino-theme-dark"},"defaultIconTheme":"none","electron":{"windowOptions":{}},"defaultLocale":"","validatePreferencesSchema":false,"preferences":{"window.title":"${rootName}${activeEditorShort}${appName}","files.autoSave":"afterDelay","editor.minimap.enabled":false,"editor.tabSize":2,"editor.scrollBeyondLastLine":false,"editor.quickSuggestions":{"other":false,"comments":false,"strings":false},"editor.maxTokenizationLineLength":500,"editor.bracketPairColorization.enabled":false,"breadcrumbs.enabled":false,"workbench.tree.renderIndentGuides":"none","explorer.compactFolders":false},"appVersion":"2.3.2","cliVersion":"0.35.3","buildDate":"2024-02-20T09:54:08.669Z"}
Starting backend process. PID: 2849239
Configuration directory URI: 'file:///raid1/home/asavage/.arduinoIDE'
Configuring to accept webviews on '^.+\.webview\..+$' hostname.
2024-04-27T18:48:50.277Z root INFO Backend Object.initialize: 7.5 ms [Finished 0.786 s after backend start]
2024-04-27T18:48:50.284Z root INFO Backend Object.configure: 6.4 ms [Finished 0.786 s after backend start]
2024-04-27T18:48:50.284Z root INFO Backend s.onStart: 2.3 ms [Finished 0.786 s after backend start]
2024-04-27T18:48:50.285Z root INFO Backend s.configure: 0.5 ms [Finished 0.821 s after backend start]
2024-04-27T18:48:50.286Z root INFO Backend d.onStart: 0.4 ms [Finished 0.821 s after backend start]
2024-04-27T18:48:50.287Z root INFO Backend d.configure: 0.1 ms [Finished 0.821 s after backend start]
2024-04-27T18:48:50.288Z root INFO Backend d.initialize: 34.4 ms [Finished 0.821 s after backend start]
2024-04-27T18:48:50.288Z root INFO Backend c.onStart: 0.4 ms [Finished 0.821 s after backend start]
2024-04-27T18:48:50.288Z root INFO Backend a.configure: 7.5 ms [Finished 0.829 s after backend start]
2024-04-27T18:48:50.290Z config INFO >>> Initializing CLI configuration...
2024-04-27T18:48:50.290Z root INFO Backend c.initialize: 0.8 ms [Finished 0.829 s after backend start]
2024-04-27T18:48:50.291Z root INFO Backend R.onStart: 1.0 ms [Finished 0.830 s after backend start]
2024-04-27T18:48:50.291Z config INFO Loading CLI configuration from /raid1/home/asavage/.arduinoIDE/arduino-cli.yaml...
2024-04-27T18:48:50.292Z daemon INFO Starting daemon from /tmp/.mount_arduinI8bIDy/resources/app/lib/backend/resources/arduino-cli...
2024-04-27T18:48:50.292Z root INFO Backend a.initialize: 0.6 ms [Finished 0.831 s after backend start]
2024-04-27T18:48:50.292Z root INFO Backend w.onStart: 1.3 ms [Finished 0.832 s after backend start]
2024-04-27T18:48:50.292Z root INFO Backend r.configure: 2.2 ms [Finished 0.832 s after backend start]
2024-04-27T18:48:50.292Z discovery-log INFO start
2024-04-27T18:48:50.292Z discovery-log INFO start new deferred
2024-04-27T18:48:50.292Z root INFO Backend d.initialize: 0.5 ms [Finished 0.833 s after backend start]
2024-04-27T18:48:50.292Z root INFO Backend y.onStart: 2.3 ms [Finished 0.835 s after backend start]
2024-04-27T18:48:50.292Z root INFO Backend r.configure: 2.0 ms [Finished 0.835 s after backend start]
2024-04-27T18:48:50.292Z root INFO Backend a.onStart: 0.6 ms [Finished 0.836 s after backend start]
2024-04-27T18:48:50.292Z root INFO Backend h.configure: 0.5 ms [Finished 0.836 s after backend start]
2024-04-27T18:48:50.292Z root INFO Backend s.configure: 0.2 ms [Finished 0.836 s after backend start]
2024-04-27T18:48:50.292Z root INFO Backend l.configure: 0.1 ms [Finished 0.837 s after backend start]
2024-04-27T18:48:50.296Z root INFO Theia app listening on http://127.0.0.1:46009.
2024-04-27T18:48:50.296Z root INFO Finished starting backend application: 3.7 ms [Finished 0.840 s after backend start]
2024-04-27T18:48:50.304Z config INFO Loaded CLI configuration: {"board_manager":{"additional_urls":[]},"build_cache":{"compilations_before_purge":10,"ttl":"720h0m0s"},"daemon":{"port":"50051"},"directories":{"data":"/raid1/home/asavage/.arduino15","downloads":"/raid1/home/asavage/.arduino15/staging","user":"/raid1/home/asavage/Arduino"},"library":{"enable_unsafe_install":false},"logging":{"file":"","format":"text","level":"info"},"metrics":{"addr":":9090","enabled":true},"output":{"no_color":false},"sketch":{"always_export_binaries":false},"updater":{"enable_notification":true}}
2024-04-27T18:48:50.304Z config INFO 'directories.data' and 'directories.user' are set in the CLI configuration model.
2024-04-27T18:48:50.304Z config INFO Loaded the CLI configuration.
2024-04-27T18:48:50.392Z config INFO Mapped the CLI configuration: {"dataDirUri":"file:///raid1/home/asavage/.arduino15","sketchDirUri":"file:///raid1/home/asavage/Arduino","additionalUrls":[],"network":"none","locale":"en"}
2024-04-27T18:48:50.392Z config INFO Validating the CLI configuration...
2024-04-27T18:48:50.392Z config INFO The CLI config is valid.
2024-04-27T18:48:50.392Z config INFO <<< Initialized the CLI configuration.
Restoring workspace roots: /raid1/home/asavage/Arduino/LDU_Rotor_Temperature_Monitor_Arduino_Pro_Mini
isTempSketch: false. Input was /raid1/home/asavage/Arduino/LDU_Rotor_Temperature_Monitor_Arduino_Pro_Mini/LDU_Rotor_Temperature_Monitor_Arduino_Pro_Mini.ino
2024-04-27T18:48:50.570Z root INFO Resolve plugins list: 278.1 ms [Finished 1.113 s after backend start]
2024-04-27T18:48:50.724Z daemon INFO time="2024-04-27T11:48:50-07:00" level=info msg="Using config file: /raid1/home/asavage/.arduinoIDE/arduino-cli.yaml"
time="2024-04-27T11:48:50-07:00" level=info msg="arduino-cli version 0.35.3"
time="2024-04-27T11:48:50-07:00" level=info msg="Executing `arduino-cli daemon`"
2024-04-27T18:48:50.749Z daemon INFO Daemon is now listening on 127.0.0.1:38169
{"IP":"127.0.0.1","Port":"38169"}
2024-04-27T18:48:50.749Z daemon INFO Daemon is running.
2024-04-27T18:48:50.884Z daemon INFO time="2024-04-27T11:48:50-07:00" level=info msg="Checking signature" index=/raid1/home/asavage/.arduino15/package_index.json signatureFile=/raid1/home/asavage/.arduino15/package_index.json.sig trusted=true
2024-04-27T18:48:50.885Z daemon INFO time="2024-04-27T11:48:50-07:00" level=info msg="Loading hardware from: /raid1/home/asavage/.arduino15/packages"
2024-04-27T18:48:50.885Z daemon INFO time="2024-04-27T11:48:50-07:00" level=info msg="Loading package arduino from: /raid1/home/asavage/.arduino15/packages/arduino/hardware"
2024-04-27T18:48:50.886Z daemon INFO time="2024-04-27T11:48:50-07:00" level=info msg="Missing signature file" index=/raid1/home/asavage/.arduino15/packages/arduino/hardware/avr/1.8.6/installed.json
2024-04-27T18:48:50.890Z daemon INFO time="2024-04-27T11:48:50-07:00" level=info msg="Adding monitor tool" protocol=serial tool="builtin:serial-monitor"
2024-04-27T18:48:50.890Z daemon INFO time="2024-04-27T11:48:50-07:00" level=info msg="Loaded platform" platform="arduino:avr@1.8.6"
2024-04-27T18:48:50.892Z daemon INFO time="2024-04-27T11:48:50-07:00" level=info msg="Missing signature file" index=/raid1/home/asavage/.arduino15/packages/arduino/hardware/sam/1.6.12/installed.json
2024-04-27T18:48:50.892Z daemon INFO time="2024-04-27T11:48:50-07:00" level=info msg="Adding monitor tool" protocol=serial tool="builtin:serial-monitor"
time="2024-04-27T11:48:50-07:00" level=info msg="Loaded platform" platform="arduino:sam@1.6.12"
2024-04-27T18:48:50.892Z daemon INFO time="2024-04-27T11:48:50-07:00" level=info msg="Checking existence of 'tools' path: /raid1/home/asavage/.arduino15/packages/arduino/tools"
time="2024-04-27T11:48:50-07:00" level=info msg="Loading tools from dir: /raid1/home/asavage/.arduino15/packages/arduino/tools"
2024-04-27T18:48:50.892Z daemon INFO time="2024-04-27T11:48:50-07:00" level=info msg="Loaded tool" tool="arduino:arduinoOTA@1.3.0"
time="2024-04-27T11:48:50-07:00" level=info msg="Loaded tool" tool="arduino:arm-none-eabi-gcc@4.8.3-2014q1"
2024-04-27T18:48:50.892Z daemon INFO time="2024-04-27T11:48:50-07:00" level=info msg="Loaded tool" tool="arduino:avr-gcc@7.3.0-atmel3.6.1-arduino7"
2024-04-27T18:48:50.893Z daemon INFO time="2024-04-27T11:48:50-07:00" level=info msg="Loaded tool" tool="arduino:avrdude@6.3.0-arduino17"
time="2024-04-27T11:48:50-07:00" level=info msg="Loaded tool" tool="arduino:bossac@1.6.1-arduino"
2024-04-27T18:48:50.893Z daemon INFO time="2024-04-27T11:48:50-07:00" level=info msg="Loaded tool" tool="arduino:dfu-util@0.11.0-arduino5"
time="2024-04-27T11:48:50-07:00" level=info msg="Loading package builtin from: /raid1/home/asavage/.arduino15/packages/builtin"
2024-04-27T18:48:50.893Z daemon INFO time="2024-04-27T11:48:50-07:00" level=info msg="Checking existence of 'tools' path: /raid1/home/asavage/.arduino15/packages/builtin/tools"
time="2024-04-27T11:48:50-07:00" level=info msg="Loading tools from dir: /raid1/home/asavage/.arduino15/packages/builtin/tools"
2024-04-27T18:48:50.893Z daemon INFO time="2024-04-27T11:48:50-07:00" level=info msg="Loaded tool" tool="builtin:ctags@5.8-arduino11"
2024-04-27T18:48:50.893Z daemon INFO time="2024-04-27T11:48:50-07:00" level=info msg="Loaded tool" tool="builtin:dfu-discovery@0.1.2"
2024-04-27T18:48:50.893Z daemon INFO time="2024-04-27T11:48:50-07:00" level=info msg="Loaded tool" tool="builtin:mdns-discovery@1.0.6"
time="2024-04-27T11:48:50-07:00" level=info msg="Loaded tool" tool="builtin:mdns-discovery@1.0.8"
time="2024-04-27T11:48:50-07:00" level=info msg="Loaded tool" tool="builtin:mdns-discovery@1.0.9"
2024-04-27T18:48:50.893Z daemon INFO time="2024-04-27T11:48:50-07:00" level=info msg="Loaded tool" tool="builtin:serial-discovery@1.3.3"
time="2024-04-27T11:48:50-07:00" level=info msg="Loaded tool" tool="builtin:serial-discovery@1.4.0"
time="2024-04-27T11:48:50-07:00" level=info msg="Loaded tool" tool="builtin:serial-monitor@0.12.0"
time="2024-04-27T11:48:50-07:00" level=info msg="Loaded tool" tool="builtin:serial-monitor@0.13.0"
2024-04-27T18:48:50.894Z daemon INFO time="2024-04-27T11:48:50-07:00" level=info msg="Loaded tool" tool="builtin:serial-monitor@0.14.1"
time="2024-04-27T11:48:50-07:00" level=info msg="Loading package esp32 from: /raid1/home/asavage/.arduino15/packages/esp32/hardware"
2024-04-27T18:48:50.894Z daemon INFO time="2024-04-27T11:48:50-07:00" level=info msg="Missing signature file" index=/raid1/home/asavage/.arduino15/packages/esp32/hardware/esp32/2.0.11/installed.json
2024-04-27T18:48:50.969Z daemon INFO time="2024-04-27T11:48:50-07:00" level=info msg="Adding monitor tool" protocol=serial tool="builtin:serial-monitor"
time="2024-04-27T11:48:50-07:00" level=info msg="Loaded platform" platform="esp32:esp32@2.0.11"
time="2024-04-27T11:48:50-07:00" level=info msg="Checking existence of 'tools' path: /raid1/home/asavage/.arduino15/packages/esp32/tools"
time="2024-04-27T11:48:50-07:00" level=info msg="Loading tools from dir: /raid1/home/asavage/.arduino15/packages/esp32/tools"
time="2024-04-27T11:48:50-07:00" level=info msg="Loaded tool" tool="esp32:esptool_py@4.5.1"
time="2024-04-27T11:48:50-07:00" level=info msg="Loaded tool" tool="esp32:mklittlefs@3.0.0-gnu12-dc7f933"
time="2024-04-27T11:48:50-07:00" level=info msg="Loaded tool" tool="esp32:mkspiffs@0.2.3"
time="2024-04-27T11:48:50-07:00" level=info msg="Loaded tool" tool="esp32:openocd-esp32@v0.11.0-esp32-20221026"
time="2024-04-27T11:48:50-07:00" level=info msg="Loaded tool" tool="esp32:riscv32-esp-elf-gcc@esp-2021r2-patch5-8.4.0"
time="2024-04-27T11:48:50-07:00" level=info msg="Loaded tool" tool="esp32:riscv32-esp-elf-gdb@11.2_20220823"
time="2024-04-27T11:48:50-07:00" level=info msg="Loaded tool" tool="esp32:xtensa-esp-elf-gdb@11.2_20220823"
time="2024-04-27T11:48:50-07:00" level=info msg="Loaded tool" tool="esp32:xtensa-esp32-elf-gcc@esp-2021r2-patch5-8.4.0"
time="2024-04-27T11:48:50-07:00" level=info msg="Loaded tool" tool="esp32:xtensa-esp32s2-elf-gcc@esp-2021r2-patch5-8.4.0"
time="2024-04-27T11:48:50-07:00" level=info msg="Loaded tool" tool="esp32:xtensa-esp32s3-elf-gcc@esp-2021r2-patch5-8.4.0"
time="2024-04-27T11:48:50-07:00" level=info msg="Adding libraries dir" dir=/raid1/home/asavage/.arduino15/packages/esp32/hardware/esp32/2.0.11/libraries location=platform
time="2024-04-27T11:48:50-07:00" level=info msg="Adding libraries dir" dir=/raid1/home/asavage/.arduino15/packages/arduino/hardware/sam/1.6.12/libraries location=platform
time="2024-04-27T11:48:50-07:00" level=info msg="Adding libraries dir" dir=/raid1/home/asavage/.arduino15/packages/arduino/hardware/avr/1.8.6/libraries location=platform
time="2024-04-27T11:48:50-07:00" level=info msg="Loading libraries index file" index=/raid1/home/asavage/.arduino15/library_index.json
2024-04-27T18:48:51.229Z daemon INFO time="2024-04-27T11:48:51-07:00" level=info msg="Adding libraries dir" dir=/raid1/home/asavage/.arduino15/libraries location=ide
time="2024-04-27T11:48:51-07:00" level=info msg="Adding libraries dir" dir=/raid1/home/asavage/Arduino/libraries location=user
2024-04-27T18:48:51.291Z discovery-log INFO start resolved watching
2024-04-27T18:48:51.297Z daemon INFO time="2024-04-27T11:48:51-07:00" level=info msg="starting discovery builtin:dfu-discovery process"
time="2024-04-27T11:48:51-07:00" level=info msg="starting discovery builtin:serial-discovery process"
time="2024-04-27T11:48:51-07:00" level=info msg="starting discovery builtin:mdns-discovery process"
time="2024-04-27T11:48:51-07:00" level=info msg="started discovery builtin:mdns-discovery process"
time="2024-04-27T11:48:51-07:00" level=info msg="sending command HELLO 1 \"arduino-cli 0.35.3\" to discovery builtin:mdns-discovery"
time="2024-04-27T11:48:51-07:00" level=info msg="started discovery builtin:dfu-discovery process"
time="2024-04-27T11:48:51-07:00" level=info msg="sending command HELLO 1 \"arduino-cli 0.35.3\" to discovery builtin:dfu-discovery"
time="2024-04-27T11:48:51-07:00" level=info msg="started discovery builtin:serial-discovery process"
time="2024-04-27T11:48:51-07:00" level=info msg="sending command HELLO 1 \"arduino-cli 0.35.3\" to discovery builtin:serial-discovery"
time="2024-04-27T11:48:51-07:00" level=info msg="from discovery builtin:serial-discovery received message type: hello, message: OK, protocol version: 1"
time="2024-04-27T11:48:51-07:00" level=info msg="sending command START_SYNC to discovery builtin:serial-discovery"
time="2024-04-27T11:48:51-07:00" level=info msg="from discovery builtin:serial-discovery received message type: start_sync, message: OK"
time="2024-04-27T11:48:51-07:00" level=info msg="from discovery builtin:dfu-discovery received message type: hello, message: OK, protocol version: 1"
time="2024-04-27T11:48:51-07:00" level=info msg="sending command START_SYNC to discovery builtin:dfu-discovery"
time="2024-04-27T11:48:51-07:00" level=info msg="from discovery builtin:mdns-discovery received message type: hello, message: OK, protocol version: 1"
time="2024-04-27T11:48:51-07:00" level=info msg="sending command START_SYNC to discovery builtin:mdns-discovery"
2024-04-27T18:48:51.344Z daemon INFO time="2024-04-27T11:48:51-07:00" level=info msg="from discovery builtin:mdns-discovery received message type: start_sync, message: OK"
time="2024-04-27T11:48:51-07:00" level=info msg="from discovery builtin:dfu-discovery received message type: start_sync, message: OK"
2024-04-27T18:48:52.203Z root INFO Deploy plugins list: 278.1 ms [Finished 2.748 s after backend start]
Opening channel for service path '/services/electron-window'.
Opening channel for service path '/services/ide-updater'.
2024-04-27T18:48:53.537Z root INFO Start frontend contributions: 598.5 ms [Finished 2.827 s after frontend start]
2024-04-27T18:48:53.537Z root INFO Changed application state from 'init' to 'started_contributions'.
2024-04-27T18:48:53.559Z root INFO Changed application state from 'started_contributions' to 'attached_shell'.
2024-04-27T18:48:53.560Z root INFO >>> Restoring the layout state...
2024-04-27T18:48:53.561Z root INFO ------- SERIALIZED LAYOUT DATA -------
2024-04-27T18:48:53.561Z root INFO {"version":5,"mainPanel":{"main":{"type":"tab-area","widgets":[{"constructionOptions":{"factoryId":"code-editor-opener","options":{"counter":0,"kind":"navigatable","uri":"file:///raid1/home/asavage/Arduino/LDU_Rotor_Temperature_Monitor_Arduino_Pro_Mini/LDU_Rotor_Temperature_Monitor_Arduino_Pro_Mini.ino"}},"innerWidgetState":"{\"cursorState\":[{\"inSelectionMode\":true,\"selectionStart\":{\"lineNumber\":4,\"column\":27},\"position\":{\"lineNumber\":4,\"column\":11}}],\"viewState\":{\"scrollLeft\":0,\"firstPosition\":{\"lineNumber\":1,\"column\":1},\"firstPositionDeltaTop\":0},\"contributionsState\":{\"editor.contrib.folding\":{\"lineCount\":114,\"provider\":\"indent\",\"foldedImports\":false},\"editor.contrib.wordHighlighter\":false}}"}],"currentIndex":0}},"mainPanelPinned":[false],"bottomPanel":{"config":{"main":{"type":"tab-area","widgets":[{"constructionOptions":{"factoryId":"outputView"},"innerWidgetState":"{\"locked\":false}"}],"currentIndex":0}},"pinned":[false],"size":492,"expanded":true},"leftPanel":{"type":"sidepanel","items":[{"widget":{"constructionOptions":{"factoryId":"arduino-sketchbook-widget"}},"rank":1,"expanded":false,"pinned":false},{"widget":{"constructionOptions":{"factoryId":"boards-list-widget"}},"rank":2,"expanded":false,"pinned":false},{"widget":{"constructionOptions":{"factoryId":"library-list-widget"}},"rank":3,"expanded":false,"pinned":false},{"widget":{"constructionOptions":{"factoryId":"debug"},"innerWidgetState":"{\"parts\":[{\"partId\":\"debug:threads:-1\",\"collapsed\":false,\"hidden\":false,\"originalContainerId\":\"debug:view-container:-1\",\"originalContainerTitle\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true},\"widget\":{\"constructionOptions\":{\"factoryId\":\"debug:threads\"},\"innerWidgetState\":\"{}\"}},{\"partId\":\"debug:frames:-1\",\"collapsed\":false,\"hidden\":false,\"originalContainerId\":\"debug:view-container:-1\",\"originalContainerTitle\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true},\"widget\":{\"constructionOptions\":{\"factoryId\":\"debug:frames\"},\"innerWidgetState\":\"{}\"}},{\"partId\":\"debug:variables:-1\",\"collapsed\":false,\"hidden\":false,\"originalContainerId\":\"debug:view-container:-1\",\"originalContainerTitle\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true},\"widget\":{\"constructionOptions\":{\"factoryId\":\"debug:variables\"},\"innerWidgetState\":\"{}\"}},{\"partId\":\"debug:watch:-1\",\"collapsed\":false,\"hidden\":false,\"originalContainerId\":\"debug:view-container:-1\",\"originalContainerTitle\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true},\"widget\":{\"constructionOptions\":{\"factoryId\":\"debug:watch\"},\"innerWidgetState\":\"{}\"}},{\"partId\":\"debug:breakpoints:-1\",\"collapsed\":false,\"hidden\":false,\"originalContainerId\":\"debug:view-container:-1\",\"originalContainerTitle\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true},\"widget\":{\"constructionOptions\":{\"factoryId\":\"debug:breakpoints\"},\"innerWidgetState\":\"{}\"}},{\"partId\":\"plugin-view:cortex-debug.peripherals\",\"collapsed\":true,\"hidden\":true,\"originalContainerId\":\"debug:view-container:-1\",\"originalContainerTitle\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true},\"widget\":{\"constructionOptions\":{\"factoryId\":\"plugin-view\",\"options\":{\"id\":\"plugin-view:cortex-debug.peripherals\",\"viewId\":\"cortex-debug.peripherals\"}},\"innerWidgetState\":\"{\\\"label\\\":\\\"Cortex Peripherals\\\",\\\"widgets\\\":[],\\\"suppressUpdateViewVisibility\\\":false,\\\"currentViewContainerId\\\":\\\"debug\\\"}\"}},{\"partId\":\"plugin-view:cortex-debug.registers\",\"collapsed\":true,\"hidden\":true,\"originalContainerId\":\"debug:view-container:-1\",\"originalContainerTitle\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true},\"widget\":{\"constructionOptions\":{\"factoryId\":\"plugin-view\",\"options\":{\"id\":\"plugin-view:cortex-debug.registers\",\"viewId\":\"cortex-debug.registers\"}},\"innerWidgetState\":\"{\\\"label\\\":\\\"Cortex Registers\\\",\\\"widgets\\\":[],\\\"suppressUpdateViewVisibility\\\":false,\\\"currentViewContainerId\\\":\\\"debug\\\"}\"}}],\"title\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true}}"},"rank":4,"expanded":false,"pinned":false},{"widget":{"constructionOptions":{"factoryId":"search-view-container"},"innerWidgetState":"{\"parts\":[{\"partId\":\"search-in-workspace\",\"collapsed\":false,\"hidden\":false,\"originalContainerId\":\"search-view-container\",\"originalContainerTitle\":{\"label\":\"Search\",\"iconClass\":\"codicon codicon-search\",\"closeable\":true},\"widget\":{\"constructionOptions\":{\"factoryId\":\"search-in-workspace\"},\"innerWidgetState\":\"{\\\"matchCaseState\\\":{\\\"className\\\":\\\"codicon codicon-case-sensitive\\\",\\\"enabled\\\":false,\\\"title\\\":\\\"Match Case\\\"},\\\"wholeWordState\\\":{\\\"className\\\":\\\"codicon codicon-whole-word\\\",\\\"enabled\\\":false,\\\"title\\\":\\\"Match Whole Word\\\"},\\\"regExpState\\\":{\\\"className\\\":\\\"codicon codicon-regex\\\",\\\"enabled\\\":false,\\\"title\\\":\\\"Use Regular Expression\\\"},\\\"includeIgnoredState\\\":{\\\"className\\\":\\\"codicon codicon-eye\\\",\\\"enabled\\\":false,\\\"title\\\":\\\"Include Ignored Files\\\"},\\\"showSearchDetails\\\":false,\\\"searchInWorkspaceOptions\\\":{\\\"matchCase\\\":false,\\\"matchWholeWord\\\":false,\\\"useRegExp\\\":false,\\\"includeIgnored\\\":false,\\\"include\\\":[],\\\"exclude\\\":[],\\\"maxResults\\\":2000},\\\"searchTerm\\\":\\\"\\\",\\\"replaceTerm\\\":\\\"\\\",\\\"showReplaceField\\\":false,\\\"searchHistoryState\\\":{\\\"history\\\":[],\\\"index\\\":0},\\\"replaceHistoryState\\\":{\\\"history\\\":[],\\\"index\\\":0},\\\"includeHistoryState\\\":{\\\"history\\\":[],\\\"index\\\":0},\\\"excludeHistoryState\\\":{\\\"history\\\":[],\\\"index\\\":0}}\"}}],\"title\":{\"label\":\"Search\",\"iconClass\":\"fa fa-arduino-search\",\"closeable\":true}}"},"rank":5,"expanded":false,"pinned":false}],"size":476},"rightPanel":{"type":"sidepanel","items":[]}}
2024-04-27T18:48:53.561Z root INFO ------- END SERIALIZED LAYOUT DATA -------
2024-04-27T18:48:53.639Z root INFO [085e1e9d-0636-4ac9-adc4-9dd135c56617] Waiting for backend deployment: 135.6 ms [Finished 2.957 s after frontend start]
2024-04-27T18:48:54.292Z root INFO [hosted-plugin: 2853467] PLUGIN_HOST(2853467) starting instance
2024-04-27T18:48:54.939Z root INFO [085e1e9d-0636-4ac9-adc4-9dd135c56617] Sync of 23 plugins: 1303.3 ms [Finished 4.260 s after frontend start]
2024-04-27T18:48:55.262Z root INFO <<< The layout has been successfully restored.
2024-04-27T18:48:55.354Z root INFO Initialize the workbench layout: 1717.4 ms [Finished 4.584 s after frontend start]
2024-04-27T18:48:55.359Z root INFO Changed application state from 'attached_shell' to 'initialized_layout'.
2024-04-27T18:48:55.359Z root INFO [085e1e9d-0636-4ac9-adc4-9dd135c56617] Loading plugin contributions
2024-04-27T18:48:55.359Z root INFO [085e1e9d-0636-4ac9-adc4-9dd135c56617] Load contributions of 23 plugins: 89.1 ms [Finished 4.674 s after frontend start]
2024-04-27T18:48:56.111Z root INFO [hosted-plugin: 2853467] PLUGIN_HOST(2853467): PluginManagerExtImpl/init()
2024-04-27T18:48:56.113Z root INFO [hosted-plugin: 2853467] PLUGIN_HOST(2853467): initializing(vscode-arduino-api@0.1.2 with /tmp/.mount_arduinI8bIDy/resources/app/lib/backend/plugin-vscode-init)
2024-04-27T18:48:56.192Z root INFO [hosted-plugin: 2853467] PLUGIN_HOST(2853467): initializing(cortex-debug@1.5.1 with /tmp/.mount_arduinI8bIDy/resources/app/lib/backend/plugin-vscode-init)
2024-04-27T18:48:56.192Z root INFO [hosted-plugin: 2853467] Debugger contribution has been registered: cortex-debug
2024-04-27T18:48:56.193Z root INFO [hosted-plugin: 2853467] PLUGIN_HOST(2853467): initializing(vscode-arduino-tools@0.1.3 with /tmp/.mount_arduinI8bIDy/resources/app/lib/backend/plugin-vscode-init)
2024-04-27T18:48:56.194Z root INFO [hosted-plugin: 2853467] PLUGIN_HOST(2853467): initializing(cpp@1.52.1 with /tmp/.mount_arduinI8bIDy/resources/app/lib/backend/plugin-vscode-init)
2024-04-27T18:48:56.194Z root INFO [hosted-plugin: 2853467] PLUGIN_HOST(2853467): initializing(json@1.46.1 with /tmp/.mount_arduinI8bIDy/resources/app/lib/backend/plugin-vscode-init)
2024-04-27T18:48:56.195Z root INFO [hosted-plugin: 2853467] PLUGIN_HOST(2853467): initializing(json-language-features@1.46.1 with /tmp/.mount_arduinI8bIDy/resources/app/lib/backend/plugin-vscode-init)
2024-04-27T18:48:56.196Z root INFO [hosted-plugin: 2853467] PLUGIN_HOST(2853467): initializing(vscode-language-pack-bg@1.48.3 with /tmp/.mount_arduinI8bIDy/resources/app/lib/backend/plugin-vscode-init)
2024-04-27T18:48:56.197Z root INFO [hosted-plugin: 2853467] PLUGIN_HOST(2853467): initializing(vscode-language-pack-cs@1.80.0 with /tmp/.mount_arduinI8bIDy/resources/app/lib/backend/plugin-vscode-init)
2024-04-27T18:48:56.197Z root INFO [hosted-plugin: 2853467] PLUGIN_HOST(2853467): initializing(vscode-language-pack-de@1.80.0 with /tmp/.mount_arduinI8bIDy/resources/app/lib/backend/plugin-vscode-init)
2024-04-27T18:48:56.198Z root INFO [hosted-plugin: 2853467] PLUGIN_HOST(2853467): initializing(vscode-language-pack-es@1.80.0 with /tmp/.mount_arduinI8bIDy/resources/app/lib/backend/plugin-vscode-init)
2024-04-27T18:48:56.199Z root INFO [hosted-plugin: 2853467] PLUGIN_HOST(2853467): initializing(vscode-language-pack-fr@1.80.0 with /tmp/.mount_arduinI8bIDy/resources/app/lib/backend/plugin-vscode-init)
2024-04-27T18:48:56.200Z root INFO [hosted-plugin: 2853467] PLUGIN_HOST(2853467): initializing(vscode-language-pack-hu@1.48.3 with /tmp/.mount_arduinI8bIDy/resources/app/lib/backend/plugin-vscode-init)
2024-04-27T18:48:56.201Z root INFO [hosted-plugin: 2853467] PLUGIN_HOST(2853467): initializing(vscode-language-pack-it@1.80.0 with /tmp/.mount_arduinI8bIDy/resources/app/lib/backend/plugin-vscode-init)
2024-04-27T18:48:56.201Z root INFO [hosted-plugin: 2853467] PLUGIN_HOST(2853467): initializing(vscode-language-pack-ja@1.80.0 with /tmp/.mount_arduinI8bIDy/resources/app/lib/backend/plugin-vscode-init)
2024-04-27T18:48:56.201Z root INFO [hosted-plugin: 2853467] PLUGIN_HOST(2853467): initializing(vscode-language-pack-ko@1.80.0 with /tmp/.mount_arduinI8bIDy/resources/app/lib/backend/plugin-vscode-init)
2024-04-27T18:48:56.202Z root INFO [hosted-plugin: 2853467] PLUGIN_HOST(2853467): initializing(vscode-language-pack-nl@1.48.3 with /tmp/.mount_arduinI8bIDy/resources/app/lib/backend/plugin-vscode-init)
2024-04-27T18:48:56.202Z root INFO [hosted-plugin: 2853467] PLUGIN_HOST(2853467): initializing(vscode-language-pack-pl@1.80.0 with /tmp/.mount_arduinI8bIDy/resources/app/lib/backend/plugin-vscode-init)
2024-04-27T18:48:56.203Z root INFO [hosted-plugin: 2853467] PLUGIN_HOST(2853467): initializing(vscode-language-pack-pt-BR@1.80.0 with /tmp/.mount_arduinI8bIDy/resources/app/lib/backend/plugin-vscode-init)
2024-04-27T18:48:56.203Z root INFO [hosted-plugin: 2853467] PLUGIN_HOST(2853467): initializing(vscode-language-pack-ru@1.80.0 with /tmp/.mount_arduinI8bIDy/resources/app/lib/backend/plugin-vscode-init)
2024-04-27T18:48:56.204Z root INFO [hosted-plugin: 2853467] PLUGIN_HOST(2853467): initializing(vscode-language-pack-tr@1.80.0 with /tmp/.mount_arduinI8bIDy/resources/app/lib/backend/plugin-vscode-init)
2024-04-27T18:48:56.205Z root INFO [hosted-plugin: 2853467] PLUGIN_HOST(2853467): initializing(vscode-language-pack-uk@1.48.3 with /tmp/.mount_arduinI8bIDy/resources/app/lib/backend/plugin-vscode-init)
2024-04-27T18:48:56.205Z root INFO [hosted-plugin: 2853467] PLUGIN_HOST(2853467): initializing(vscode-language-pack-zh-hans@1.80.0 with /tmp/.mount_arduinI8bIDy/resources/app/lib/backend/plugin-vscode-init)
2024-04-27T18:48:56.206Z root INFO [hosted-plugin: 2853467] PLUGIN_HOST(2853467): initializing(vscode-language-pack-zh-hant@1.80.0 with /tmp/.mount_arduinI8bIDy/resources/app/lib/backend/plugin-vscode-init)
2024-04-27T18:48:56.217Z root INFO [hosted-plugin: 2853467] PLUGIN_HOST(2853467): PluginManagerExtImpl/loadPlugin(/tmp/.mount_arduinI8bIDy/resources/app/plugins/vscode-arduino-api/extension/dist/extension.js)
2024-04-27T18:48:56.223Z root INFO [hosted-plugin: 2853467] calling activation function on Arduino IDE API for VS Code extensions
2024-04-27T18:48:56.236Z root INFO [hosted-plugin: 2853467] PLUGIN_HOST(2853467): PluginManagerExtImpl/loadPlugin(/tmp/.mount_arduinI8bIDy/resources/app/plugins/vscode-builtin-json-language-features/extension/client/dist/jsonMain)
2024-04-27T18:48:56.283Z root INFO [hosted-plugin: 2853467] calling activation function on JSON Language Features (built-in)
2024-04-27T18:48:56.287Z root INFO [hosted-plugin: 2853467] PLUGIN_HOST(2853467): PluginManagerExtImpl/loadPlugin(/tmp/.mount_arduinI8bIDy/resources/app/plugins/vscode-arduino-tools/extension/dist/extension.js)
2024-04-27T18:48:56.320Z root INFO [hosted-plugin: 2853467] calling activation function on VS Code Arduino Tools
2024-04-27T18:48:56.540Z root INFO Frontend application start: 3239.1 ms [Finished 7.084 s after backend start]
Checking for update
2024-04-27T18:48:56.606Z root INFO Replace loading indicator with ready workbench UI (animation): 952.0 ms [Finished 5.631 s after frontend start]
2024-04-27T18:48:56.606Z root INFO Changed application state from 'initialized_layout' to 'ready'.
2024-04-27T18:48:56.607Z root INFO [085e1e9d-0636-4ac9-adc4-9dd135c56617] Starting plugins.
2024-04-27T18:48:56.787Z root INFO [hosted-plugin: 2853467] PLUGIN_HOST(2853467): PluginManagerExtImpl/loadPlugin(/tmp/.mount_arduinI8bIDy/resources/app/plugins/cortex-debug/extension/dist/extension.js)
2024-04-27T18:48:57.069Z root INFO [hosted-plugin: 2853467] Debug configuration provider has been registered: cortex-debug, trigger: 1
calling activation function on Cortex-Debug
GDB server console created
2024-04-27T18:48:57.076Z daemon INFO time="2024-04-27T11:48:57-07:00" level=info msg="Tool required for debug" tool="arduino:arduinoOTA@1.3.0"
2024-04-27T18:48:57.076Z daemon INFO time="2024-04-27T11:48:57-07:00" level=info msg="Tool required for debug" tool="arduino:avr-gcc@7.3.0-atmel3.6.1-arduino7"
time="2024-04-27T11:48:57-07:00" level=info msg="Tool required for debug" tool="arduino:avrdude@6.3.0-arduino17"
time="2024-04-27T11:48:57-07:00" level=info msg="Tool required for debug" tool="builtin:serial-discovery@1.4.0"
2024-04-27T18:48:57.076Z daemon INFO time="2024-04-27T11:48:57-07:00" level=info msg="Tool required for debug" tool="esp32:mkspiffs@0.2.3"
time="2024-04-27T11:48:57-07:00" level=info msg="Tool required for debug" tool="arduino:arm-none-eabi-gcc@4.8.3-2014q1"
time="2024-04-27T11:48:57-07:00" level=info msg="Tool required for debug" tool="arduino:bossac@1.6.1-arduino"
2024-04-27T18:48:57.076Z daemon INFO time="2024-04-27T11:48:57-07:00" level=info msg="Tool required for debug" tool="builtin:mdns-discovery@1.0.9"
time="2024-04-27T11:48:57-07:00" level=info msg="Tool required for debug" tool="builtin:serial-monitor@0.14.1"
2024-04-27T18:48:57.076Z daemon INFO time="2024-04-27T11:48:57-07:00" level=info msg="Tool required for debug" tool="builtin:dfu-discovery@0.1.2"
2024-04-27T18:48:57.076Z daemon INFO time="2024-04-27T11:48:57-07:00" level=info msg="Tool required for debug" tool="builtin:ctags@5.8-arduino11"
2024-04-27T18:48:57.076Z daemon INFO time="2024-04-27T11:48:57-07:00" level=info msg="Tool required for debug" tool="esp32:xtensa-esp-elf-gdb@11.2_20220823"
time="2024-04-27T11:48:57-07:00" level=info msg="Tool required for debug" tool="esp32:esptool_py@4.5.1"
time="2024-04-27T11:48:57-07:00" level=info msg="Tool required for debug" tool="arduino:dfu-util@0.11.0-arduino5"
2024-04-27T18:48:57.076Z daemon INFO time="2024-04-27T11:48:57-07:00" level=info msg="Tool required for debug" tool="esp32:riscv32-esp-elf-gcc@esp-2021r2-patch5-8.4.0"
time="2024-04-27T11:48:57-07:00" level=info msg="Tool required for debug" tool="esp32:riscv32-esp-elf-gdb@11.2_20220823"
2024-04-27T18:48:57.077Z daemon INFO time="2024-04-27T11:48:57-07:00" level=info msg="Tool required for debug" tool="esp32:openocd-esp32@v0.11.0-esp32-20221026"
time="2024-04-27T11:48:57-07:00" level=info msg="Tool required for debug" tool="esp32:mklittlefs@3.0.0-gnu12-dc7f933"
2024-04-27T18:48:57.077Z daemon INFO time="2024-04-27T11:48:57-07:00" level=info msg="Tool required for debug" tool="esp32:xtensa-esp32-elf-gcc@esp-2021r2-patch5-8.4.0"
time="2024-04-27T11:48:57-07:00" level=info msg="Tool required for debug" tool="esp32:xtensa-esp32s2-elf-gcc@esp-2021r2-patch5-8.4.0"
time="2024-04-27T11:48:57-07:00" level=info msg="Tool required for debug" tool="esp32:xtensa-esp32s3-elf-gcc@esp-2021r2-patch5-8.4.0"
2024-04-27T18:48:57.095Z root INFO [085e1e9d-0636-4ac9-adc4-9dd135c56617] Start of 23 plugins: 1732.5 ms [Finished 6.415 s after frontend start]
2024-04-27T18:48:57.137Z root INFO Starting language server: arduino:avr:pro:cpu=16MHzatmega328
Update for version 2.3.2 is not available (latest version: 2.3.2, downgrade is allowed).
2024-04-27T18:48:57.354Z daemon INFO time="2024-04-27T11:48:57-07:00" level=info msg="Adding libraries dir" dir=/raid1/home/asavage/.arduino15/libraries location=ide
time="2024-04-27T11:48:57-07:00" level=info msg="Adding libraries dir" dir=/raid1/home/asavage/.arduino15/packages/arduino/hardware/avr/1.8.6/libraries location=platform
time="2024-04-27T11:48:57-07:00" level=info msg="Adding libraries dir" dir=/raid1/home/asavage/Arduino/libraries location=user
2024-04-27T18:48:57.414Z daemon INFO time="2024-04-27T11:48:57-07:00" level=info msg="Resolving include Wire.h for arch avr"
time="2024-04-27T11:48:57-07:00" level=info msg="  found better lib" lib=Wire prio=6B0
2024-04-27T18:48:57.443Z daemon INFO time="2024-04-27T11:48:57-07:00" level=info msg="Resolving include Adafruit_MLX90614.h for arch avr"
time="2024-04-27T11:48:57-07:00" level=info msg="  found better lib" lib="Adafruit MLX90614 Library" prio=517
2024-04-27T18:48:57.470Z daemon INFO time="2024-04-27T11:48:57-07:00" level=info msg="Resolving include Adafruit_I2CDevice.h for arch avr"
time="2024-04-27T11:48:57-07:00" level=info msg="  found better lib" lib="Adafruit BusIO" prio=3EB
2024-04-27T18:48:57.492Z daemon INFO time="2024-04-27T11:48:57-07:00" level=info msg="Resolving include Adafruit_GFX.h for arch avr"
time="2024-04-27T11:48:57-07:00" level=info msg="  found better lib" lib="Adafruit GFX Library" prio=517
2024-04-27T18:48:57.521Z daemon INFO time="2024-04-27T11:48:57-07:00" level=info msg="Resolving include SPI.h for arch avr"
time="2024-04-27T11:48:57-07:00" level=info msg="  found better lib" lib=SPI prio=6B0
2024-04-27T18:48:57.550Z daemon INFO time="2024-04-27T11:48:57-07:00" level=info msg="Resolving include Adafruit_SSD1306.h for arch avr"
2024-04-27T18:48:57.550Z daemon INFO time="2024-04-27T11:48:57-07:00" level=info msg="  found better lib" lib="Adafruit SSD1306" prio=6A7
2024-04-27T18:48:58.240Z daemon INFO time="2024-04-27T11:48:58-07:00" level=info msg="Adding libraries dir" dir=/raid1/home/asavage/.arduino15/libraries location=ide
time="2024-04-27T11:48:58-07:00" level=info msg="Adding libraries dir" dir=/raid1/home/asavage/.arduino15/packages/arduino/hardware/avr/1.8.6/libraries location=platform
2024-04-27T18:48:58.241Z daemon INFO time="2024-04-27T11:48:58-07:00" level=info msg="Adding libraries dir" dir=/raid1/home/asavage/Arduino/libraries location=user
isTempSketch: false. Input was /raid1/home/asavage/Arduino/LDU_Rotor_Temperature_Monitor_Arduino_Pro_Mini
Marking workspace as a closed sketch. Workspace URI: file:///raid1/home/asavage/Arduino/LDU_Rotor_Temperature_Monitor_Arduino_Pro_Mini. Date: 1714243794723.
isTempSketch: false. Input was /raid1/home/asavage/Arduino/LDU_Rotor_Temperature_Monitor_Arduino_Pro_Mini
Marking workspace as a closed sketch. Workspace URI: file:///raid1/home/asavage/Arduino/LDU_Rotor_Temperature_Monitor_Arduino_Pro_Mini. Date: 1714243794738.
Closing channel on service path '/services/electron-window'.
Closing channel on service path '/services/ide-updater'.
Storing the sketch as a workspace root: </raid1/home/asavage/Arduino/LDU_Rotor_Temperature_Monitor_Arduino_Pro_Mini>.
Skipped storing sketch as workspace root. Already visited: </raid1/home/asavage/Arduino/LDU_Rotor_Temperature_Monitor_Arduino_Pro_Mini>.
Stored workspaces roots: /raid1/home/asavage/Arduino/LDU_Rotor_Temperature_Monitor_Arduino_Pro_Mini
No sketches were scheduled for deletion.

However, what was printed in Terminal whilst the above was saved to file, is a bit different:

asavage@Ubuntu1:~/Arduino$ ./arduino-ide_2.3.2_Linux_64bit.AppImage > temp2.txt
[2849221:0427/114849.578377:ERROR:gbm_wrapper.cc(253)] Failed to export buffer to dma_buf: No such file or directory (2)
[2849221:0427/114849.578754:ERROR:gbm_wrapper.cc(253)] Failed to export buffer to dma_buf: No such file or directory (2)
[2849221:0427/114849.578881:ERROR:gbm_wrapper.cc(253)] Failed to export buffer to dma_buf: No such file or directory (2)
[2849221:0427/114849.578990:ERROR:gbm_wrapper.cc(253)] Failed to export buffer to dma_buf: No such file or directory (2)
[2849221:0427/114849.579091:ERROR:gbm_wrapper.cc(253)] Failed to export buffer to dma_buf: No such file or directory (2)
[2849221:0427/114849.579196:ERROR:gbm_wrapper.cc(253)] Failed to export buffer to dma_buf: No such file or directory (2)
[2849221:0427/114849.579297:ERROR:gbm_wrapper.cc(253)] Failed to export buffer to dma_buf: No such file or directory (2)
[2849221:0427/114849.579398:ERROR:gbm_wrapper.cc(253)] Failed to export buffer to dma_buf: No such file or directory (2)
[2849221:0427/114849.579498:ERROR:gbm_wrapper.cc(253)] Failed to export buffer to dma_buf: No such file or directory (2)
[2849221:0427/114849.579599:ERROR:gbm_wrapper.cc(253)] Failed to export buffer to dma_buf: No such file or directory (2)
[2849221:0427/114849.579697:ERROR:gbm_wrapper.cc(253)] Failed to export buffer to dma_buf: No such file or directory (2)
[2849221:0427/114849.579797:ERROR:gbm_wrapper.cc(253)] Failed to export buffer to dma_buf: No such file or directory (2)
[2849221:0427/114849.579896:ERROR:gbm_wrapper.cc(253)] Failed to export buffer to dma_buf: No such file or directory (2)
[2849221:0427/114849.579995:ERROR:gbm_wrapper.cc(253)] Failed to export buffer to dma_buf: No such file or directory (2)
[2849221:0427/114849.580096:ERROR:gbm_wrapper.cc(253)] Failed to export buffer to dma_buf: No such file or directory (2)
[2849221:0427/114849.580195:ERROR:gbm_wrapper.cc(253)] Failed to export buffer to dma_buf: No such file or directory (2)
[2849221:0427/114849.580300:ERROR:gbm_wrapper.cc(253)] Failed to export buffer to dma_buf: No such file or directory (2)
[2849221:0427/114849.580405:ERROR:gbm_wrapper.cc(253)] Failed to export buffer to dma_buf: No such file or directory (2)
[2849221:0427/114849.580505:ERROR:gbm_wrapper.cc(253)] Failed to export buffer to dma_buf: No such file or directory (2)
[2849221:0427/114849.580603:ERROR:gbm_wrapper.cc(253)] Failed to export buffer to dma_buf: No such file or directory (2)
[2849221:0427/114849.580702:ERROR:gbm_wrapper.cc(253)] Failed to export buffer to dma_buf: No such file or directory (2)
[2849221:0427/114849.580801:ERROR:gbm_wrapper.cc(253)] Failed to export buffer to dma_buf: No such file or directory (2)
[2849221:0427/114849.580901:ERROR:gbm_wrapper.cc(253)] Failed to export buffer to dma_buf: No such file or directory (2)
[2849221:0427/114849.580998:ERROR:gbm_wrapper.cc(253)] Failed to export buffer to dma_buf: No such file or directory (2)
[2849221:0427/114849.581098:ERROR:gbm_wrapper.cc(253)] Failed to export buffer to dma_buf: No such file or directory (2)
[2849221:0427/114849.581197:ERROR:gbm_wrapper.cc(253)] Failed to export buffer to dma_buf: No such file or directory (2)
[2849221:0427/114849.581296:ERROR:gbm_wrapper.cc(253)] Failed to export buffer to dma_buf: No such file or directory (2)
[2849221:0427/114849.581393:ERROR:gbm_wrapper.cc(253)] Failed to export buffer to dma_buf: No such file or directory (2)
[2849221:0427/114849.581491:ERROR:gbm_wrapper.cc(253)] Failed to export buffer to dma_buf: No such file or directory (2)
[2849221:0427/114849.581590:ERROR:gbm_wrapper.cc(253)] Failed to export buffer to dma_buf: No such file or directory (2)
[2849221:0427/114849.581692:ERROR:gbm_wrapper.cc(253)] Failed to export buffer to dma_buf: No such file or directory (2)
[2849221:0427/114849.581791:ERROR:gbm_wrapper.cc(253)] Failed to export buffer to dma_buf: No such file or directory (2)
[2849221:0427/114849.581895:ERROR:gbm_wrapper.cc(253)] Failed to export buffer to dma_buf: No such file or directory (2)
[2849221:0427/114849.582018:ERROR:gbm_wrapper.cc(253)] Failed to export buffer to dma_buf: No such file or directory (2)
[2849221:0427/114849.582116:ERROR:gbm_wrapper.cc(253)] Failed to export buffer to dma_buf: No such file or directory (2)
[2849221:0427/114849.582214:ERROR:gbm_wrapper.cc(253)] Failed to export buffer to dma_buf: No such file or directory (2)
[2849221:0427/114849.582310:ERROR:gbm_wrapper.cc(253)] Failed to export buffer to dma_buf: No such file or directory (2)
[2849221:0427/114849.582408:ERROR:gbm_wrapper.cc(253)] Failed to export buffer to dma_buf: No such file or directory (2)
[2849221:0427/114849.582526:ERROR:gbm_wrapper.cc(253)] Failed to export buffer to dma_buf: No such file or directory (2)
[2849221:0427/114849.582625:ERROR:gbm_wrapper.cc(253)] Failed to export buffer to dma_buf: No such file or directory (2)
Using browser-only version of superagent in non-browser environment
2024-04-27T18:48:50.298Z root WARN The local plugin referenced by local-dir:/raid1/home/asavage/.arduinoIDE/plugins does not exist.
2024-04-27T18:48:50.298Z root WARN The local plugin referenced by local-dir:/raid1/home/asavage/.arduinoIDE/extensions does not exist.
2024-04-27T18:48:53.347Z root WARN Frontend a.configure took longer than the expected maximum 100 milliseconds: 287.8 ms [Finished 2.632 s after frontend start]
2024-04-27T18:48:53.352Z root WARN A command editor.action.toggleStickyScroll is already registered.
2024-04-27T18:48:53.360Z sketches-service WARN Warning! The request sketch path was different than the response sketch path from the CLI. This could be a potential bug. Request: </raid1/home/asavage/Arduino/LDU_Rotor_Temperature_Monitor_Arduino_Pro_Mini/LDU_Rotor_Temperature_Monitor_Arduino_Pro_Mini.ino>, response: </raid1/home/asavage/Arduino/LDU_Rotor_Temperature_Monitor_Arduino_Pro_Mini>.
2024-04-27T18:48:55.412Z root WARN 'cpp' language is remapped from 'source.cpp.embedded.macro' to 'source.cpp' scope
2024-04-27T18:48:55.412Z root WARN a registered grammar configuration for 'cpp' language is overridden
2024-04-27T18:48:56.098Z root ERROR [hosted-plugin: 2853467] Conflict in settings file Default: Ignoring cortex-debug.armToolchainPath.linux as cortex-debug.armToolchainPath is null
2024-04-27T18:48:56.098Z root ERROR [hosted-plugin: 2853467] Conflict in settings file Default: Ignoring cortex-debug.armToolchainPath.osx as cortex-debug.armToolchainPath is null
Conflict in settings file Default: Ignoring cortex-debug.armToolchainPath.windows as cortex-debug.armToolchainPath is null
Conflict in settings file Default: Ignoring cortex-debug.JLinkGDBServerPath.linux as cortex-debug.JLinkGDBServerPath is null
Conflict in settings file Default: Ignoring cortex-debug.JLinkGDBServerPath.osx as cortex-debug.JLinkGDBServerPath is null
Conflict in settings file Default: Ignoring cortex-debug.JLinkGDBServerPath.windows as cortex-debug.JLinkGDBServerPath is null
Conflict in settings file Default: Ignoring cortex-debug.openocdPath.linux as cortex-debug.openocdPath is null
2024-04-27T18:48:56.098Z root ERROR [hosted-plugin: 2853467] Conflict in settings file Default: Ignoring cortex-debug.openocdPath.osx as cortex-debug.openocdPath is null
2024-04-27T18:48:56.098Z root ERROR [hosted-plugin: 2853467] Conflict in settings file Default: Ignoring cortex-debug.openocdPath.windows as cortex-debug.openocdPath is null
Conflict in settings file Default: Ignoring cortex-debug.pyocdPath.linux as cortex-debug.pyocdPath is null
2024-04-27T18:48:56.098Z root ERROR [hosted-plugin: 2853467] Conflict in settings file Default: Ignoring cortex-debug.pyocdPath.osx as cortex-debug.pyocdPath is null
Conflict in settings file Default: Ignoring cortex-debug.pyocdPath.windows as cortex-debug.pyocdPath is null
Conflict in settings file Default: Ignoring cortex-debug.PEGDBServerPath.linux as cortex-debug.PEGDBServerPath is null
Conflict in settings file Default: Ignoring cortex-debug.PEGDBServerPath.osx as cortex-debug.PEGDBServerPath is null
2024-04-27T18:48:56.098Z root ERROR [hosted-plugin: 2853467] Conflict in settings file Default: Ignoring cortex-debug.PEGDBServerPath.windows as cortex-debug.PEGDBServerPath is null
Conflict in settings file Default: Ignoring cortex-debug.stutilPath.linux as cortex-debug.stutilPath is null
Conflict in settings file Default: Ignoring cortex-debug.stutilPath.osx as cortex-debug.stutilPath is null
Conflict in settings file Default: Ignoring cortex-debug.stutilPath.windows as cortex-debug.stutilPath is null
2024-04-27T18:48:56.098Z root ERROR [hosted-plugin: 2853467] Conflict in settings file Default: Ignoring cortex-debug.stlinkPath.linux as cortex-debug.stlinkPath is null
Conflict in settings file Default: Ignoring cortex-debug.stlinkPath.osx as cortex-debug.stlinkPath is null
Conflict in settings file Default: Ignoring cortex-debug.stlinkPath.windows as cortex-debug.stlinkPath is null
Conflict in settings file Default: Ignoring cortex-debug.stm32cubeprogrammer.linux as cortex-debug.stm32cubeprogrammer is null
Conflict in settings file Default: Ignoring cortex-debug.stm32cubeprogrammer.osx as cortex-debug.stm32cubeprogrammer is null
Conflict in settings file Default: Ignoring cortex-debug.stm32cubeprogrammer.windows as cortex-debug.stm32cubeprogrammer is null
2024-04-27T18:48:56.606Z root WARN Linked preference "workbench.colorCustomizations" not found.
2024-04-27T18:48:57.068Z root ERROR ---- !!!SLOW!!! DURATION: search took 462.483 ms. Args: [{"type":"Updatable"}] ----
2024-04-27T18:48:57.078Z root ERROR Failed to get debug config: arduino:avr:pro:cpu=16MHzatmega328, undefined Error: Debugging is not supported.
    at Object.callback (/tmp/.mount_arduinI8bIDy/resources/app/lib/backend/main.js:2:81196)
    at Object.onReceiveStatus (/tmp/.mount_arduinI8bIDy/resources/app/lib/backend/main.js:2:788562)
    at Object.onReceiveStatus (/tmp/.mount_arduinI8bIDy/resources/app/lib/backend/main.js:2:784513)
    at Object.onReceiveStatus (/tmp/.mount_arduinI8bIDy/resources/app/lib/backend/main.js:2:783958)
    at /tmp/.mount_arduinI8bIDy/resources/app/lib/backend/main.js:2:870080
    at process.processTicksAndRejections (node:internal/process/task_queues:77:11)
2024-04-27T18:48:57.078Z root ERROR Request checkDebugEnabled failed with error: Debugging is not supported. Error: Debugging is not supported.
    at Object.callback (/tmp/.mount_arduinI8bIDy/resources/app/lib/backend/main.js:2:81196)
    at Object.onReceiveStatus (/tmp/.mount_arduinI8bIDy/resources/app/lib/backend/main.js:2:788562)
    at Object.onReceiveStatus (/tmp/.mount_arduinI8bIDy/resources/app/lib/backend/main.js:2:784513)
    at Object.onReceiveStatus (/tmp/.mount_arduinI8bIDy/resources/app/lib/backend/main.js:2:783958)
    at /tmp/.mount_arduinI8bIDy/resources/app/lib/backend/main.js:2:870080
    at process.processTicksAndRejections (node:internal/process/task_queues:77:11)
[2849221:0427/114858.977094:ERROR:gl_surface_presentation_helper.cc(260)] GetVSyncParametersIfAvailable() failed for 1 times!
[2849221:0427/114906.457657:ERROR:gl_surface_presentation_helper.cc(260)] GetVSyncParametersIfAvailable() failed for 2 times!
[2849221:0427/114906.461155:ERROR:gl_surface_presentation_helper.cc(260)] GetVSyncParametersIfAvailable() failed for 3 times!
asavage@Ubuntu1:~/Arduino$ 

The AppImage version seems to run OK (it Verified my sketch OK) so far.

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