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.