Linux Ubuntu 22.04 - App is unable to open

See original GitHub issue

Dear all, I am facing issues opening and using the opentron app on my linux machine (Ubuntu 22.04 LTS) the icon does not work “Opentrons.AppImage”, opening is via cmd line ./Opentrons.AppImage results in the error messages below, opening via sudo --no-sandbox mode manages to open the GUI but with error messages too. I have also attached the error logs, hopefully someone can advice on what to do please.

xx@xx:~/Desktop$ ./Opentrons.AppImage 
13:31:56.888 [log] info: Level "error" and higher logging to /home/dlsw3/.config/Opentrons/logs/error.log
13:31:56.908 [log] info: Level "debug" and higher logging to /home/dlsw3/.config/Opentrons/logs/combined.log
13:31:56.909 [log] info: Level "info" and higher logging to console
(node:43690) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 unpipe listeners added to [File]. Use emitter.setMaxListeners() to increase limit
(Use `opentrons --trace-warnings ...` to show where the warning was created)
(node:43690) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 error listeners added to [File]. Use emitter.setMaxListeners() to increase limit
(node:43690) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 unpipe listeners added to [File]. Use emitter.setMaxListeners() to increase limit
(node:43690) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 error listeners added to [File]. Use emitter.setMaxListeners() to increase limit
(node:43690) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 unpipe listeners added to
[combined.log](https://github.com/Opentrons/opentrons/files/9580992/combined.log)
 [Console]. Use emitter.setMaxListeners(
[error.log](https://github.com/Opentrons/opentrons/files/9580993/error.log)
) to increase limit
(node:43690) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 error listeners added to [Console]. Use emitter.setMaxListeners() to increase limit
(node:43690) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 drain listeners added to [File]. Use emitter.setMaxListeners() to increase limit
(node:43690) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 close listeners added to [File]. Use emitter.setMaxListeners() to increase limit
(node:43690) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 finish listeners added to [File]. Use emitter.setMaxListeners() to increase limit
(node:43690) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 drain listeners added to [File]. Use emitter.setMaxListeners() to increase limit
(node:43690) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 close listeners added to [File]. Use emitter.setMaxListeners() to increase limit
(node:43690) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 finish listeners added to [File]. Use emitter.setMaxListeners() to increase limit
(node:43690) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 drain listeners added to [Console]. Use emitter.setMaxListeners() to increase limit
(node:43690) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 close listeners added to [Console]. Use emitter.setMaxListeners() to increase limit
(node:43690) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 finish listeners added to [Console]. Use emitter.setMaxListeners() to increase limit
13:31:58.363 [main] info: Starting App
13:31:58.746 [ui] info: Loading file:///tmp/.mount_OpentrEwqiI7/resources/app.asar/ui/index.html
13:31:58.790 [main] info: Creating renderer logger
13:31:58.866 [protocol-analysis/getPythonPath] info: Python environment selected { pythonPath: '/tmp/.mount_OpentrEwqiI7/resources/python/bin/python3' }
(node:43690) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
[43690:0916/133202.628311:FATAL:gpu_data_manager_impl_private.cc(415)] GPU process isn't usable. Goodbye.
Trace/breakpoint trap (core dumped)

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:21 (12 by maintainers)

github_iconTop GitHub Comments

1reaction
yfujita-skgcatcommented, Oct 6, 2022

What happens if you add “–disable-gpu-sandbox”?

Opentrons-v6.0.1-linux-b21052.AppImage --disable-gpu-sandbox

1reaction
Javier1704commented, Oct 6, 2022

@koji Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit Address sizes: 46 bits physical, 48 bits virtual Byte Order: Little Endian CPU(s): 12 On-line CPU(s) list: 0-11 Vendor ID: GenuineIntel Model name: Intel® Xeon® CPU E5-2620 0 @ 2.00GHz CPU family: 6 Model: 45 Thread(s) per core: 2 Core(s) per socket: 6 Socket(s): 1 Stepping: 7 CPU max MHz: 2500.0000 CPU min MHz: 1200.0000 BogoMIPS: 3990.63

Read more comments on GitHub >

github_iconTop Results From Across the Web

Ubuntu 22.04 does not open applications, shows black screen ...
1 Answer 1 · Just upgrade or install ubuntu 22.04. · After you setup everything then log out. · After log out u...
Read more >
App doesn't open on Ubuntu 22.04 · Issue #6612 - GitHub
Hi all, Have never used Joplin but tried to install on 22.04. I can see an icon, but when I click on it...
Read more >
Can't Run AppImage on Ubuntu 22.04? Here's How to Fix it
Running AppImage applications in Ubuntu 22.04 LTS ... Open the terminal in Ubuntu and use the following command to install the FUSE library...
Read more >
Fixing the Ubuntu Software not loading issue in Ubuntu
Fix 1: Update the system. · Fix 2: Restarting the Ubuntu Software Center · Fix 3: Re-installing the Ubuntu Software Center · Fix...
Read more >
How to fix AppImage not running on Ubuntu 22.04 - Apploye
2. Remember to Allow executing file as program. Right-click on the Appimage file and go to Properties. Then go to the Permissions tab,...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found