-
-
Notifications
You must be signed in to change notification settings - Fork 554
Closed
Labels
conclusion: duplicateHas already been submittedHas already been submittedtopic: CLIRelated to Arduino CLIRelated to Arduino CLItype: imperfectionPerceived defect in any part of projectPerceived defect in any part of project
Description
Describe the bug
IDE won't start from the terminal.
To Reproduce
Steps to reproduce the behavior:
- Download the Linux 64-bit zip file.
- unzip it.
cd arduino-ide_2.0.0-rc2_Linux_64bit/./arduino-ide
Expected behavior
The IDE screen should appear.
Actual behavior
The following text appears on the terminal:
Starting backend process. PID: 79309
Using browser-only version of superagent in non-browser environment
Configuring to accept webviews on '^.+\.webview\..+$' hostname.
root INFO Configuration directory URI: 'file:///home/jsauter/.theia'
root ERROR (node:79309) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
root INFO Theia app listening on http://localhost:43165.
root WARN The local plugin referenced by local-dir:/home/jsauter/.arduinoIDE/plugins does not exist.
root WARN The local plugin referenced by local-dir:/home/jsauter/.arduinoIDE/extensions does not exist.
root WARN The local plugin referenced by local-dir:/home/jsauter/.arduinoProIDE/plugins does not exist.
root INFO PluginTheiaDirectoryHandler: accepting plugin with path
root INFO Resolved "cortex-debug" to a VS Code extension "cortex-debug@0.3.10" with engines:
root INFO PluginTheiaDirectoryHandler: accepting plugin with path
root INFO Resolved "vscode-arduino-tools" to a VS Code extension "vscode-arduino-tools@0.0.2-beta.1" with engines:
root INFO PluginTheiaDirectoryHandler: accepting plugin with path
root INFO Resolved "vscode-builtin-cpp" to a VS Code extension "cpp@1.52.1" with engines:
root INFO PluginTheiaDirectoryHandler: accepting plugin with path
root INFO Resolved "vscode-builtin-json" to a VS Code extension "json@1.46.1" with engines:
root INFO PluginTheiaDirectoryHandler: accepting plugin with path
root INFO Resolved "vscode-builtin-json-language-features" to a VS Code extension "json-language-features@1.46.1" with engines:
root INFO Deploying backend plugin "cortex-debug@0.3.10" from "/mnt/data1/jsauter/Projects/Arduino/IDE_2_0/arduino-ide_2.0.0-rc2_Linux_64bit/resources/app/plugins/cortex-debug/extension/dist/extension"
root INFO Deploying backend plugin "vscode-arduino-tools@0.0.2-beta.1" from "/mnt/data1/jsauter/Projects/Arduino/IDE_2_0/arduino-ide_2.0.0-rc2_Linux_64bit/resources/app/plugins/vscode-arduino-tools/extension/dist/bundle"
root INFO Deploying backend plugin "cpp@1.52.1" from "/mnt/data1/jsauter/Projects/Arduino/IDE_2_0/arduino-ide_2.0.0-rc2_Linux_64bit/resources/app/plugins/vscode-builtin-cpp/extension"
root INFO Deploying backend plugin "json@1.46.1" from "/mnt/data1/jsauter/Projects/Arduino/IDE_2_0/arduino-ide_2.0.0-rc2_Linux_64bit/resources/app/plugins/vscode-builtin-json/extension"
daemon INFO Starting daemon from /mnt/data1/jsauter/Projects/Arduino/IDE_2_0/arduino-ide_2.0.0-rc2_Linux_64bit/resources/app/node_modules/arduino-ide-extension/build/arduino-cli...
root INFO Deploying backend plugin "json-language-features@1.46.1" from "/mnt/data1/jsauter/Projects/Arduino/IDE_2_0/arduino-ide_2.0.0-rc2_Linux_64bit/resources/app/plugins/vscode-builtin-json-language-features/extension/client/dist/jsonMain"
root INFO Deploy plugins list took: 37.8 ms
daemon INFO Using config file: /home/jsauter/.arduinoIDE/arduino-cli.yaml
daemon INFO arduino-cli version 0.20.2
daemon INFO Executing `arduino-cli daemon`
daemon INFO Setting up Prometheus metrics on :9090/metrics
daemon INFO {"IP":"127.0.0.1","Port":"45731"}
daemon INFO Daemon is running.
[79291:1219/163558.307425:FATAL:gpu_data_manager_impl_private.cc(439)] GPU process isn't usable. Goodbye.
Trace/breakpoint trap (core dumped)
Desktop (please complete the following information):
- OS: the Fedora distribution of GNU/Linux
- OS Version: 35
- Kernel version: 5.15.8-200.fc35.x86_64
- CPU: ADM Threadripper
- RAM: 192 GiB
- Desktop: Gnome with Wayland and nouveau
- Arduino_IDE version: 2.0.0 rc2
Additional context
Running the command a second time gives less text but still fails:
Starting backend process. PID: 81699
Using browser-only version of superagent in non-browser environment
1.19.0
[81681:1219/170421.956039:FATAL:gpu_data_manager_impl_private.cc(439)] GPU process isn't usable. Goodbye.
Trace/breakpoint trap (core dumped)
Metadata
Metadata
Assignees
Labels
conclusion: duplicateHas already been submittedHas already been submittedtopic: CLIRelated to Arduino CLIRelated to Arduino CLItype: imperfectionPerceived defect in any part of projectPerceived defect in any part of project