Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ubuntu 22.04 and Nvidia performance mode causing not start pulsar from shortcut :gpu_data_manager_impl_private.cc(415)] GPU process isn't usable. Goodbye #1012

Open
5 tasks done
dansanti opened this issue May 21, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@dansanti
Copy link

Thanks in advance for your bug report!

  • Have you reproduced issue in safe mode?
  • Have you used the debugging guide to try to resolve the issue?
  • Have you checked our FAQs to make sure your question isn't answered there?
  • Have you checked to make sure your issue does not already exist?
  • Have you checked you are on the latest release of Pulsar?

What happened?

SInce update 1.116.0 can't start pulsar from applications icon

Pulsar version

1.116.0 and 1.117.0

Which OS does this happen on?

🐧 Debian based (Linux Mint, Ubuntu, etc.)

OS details

22.04

Which CPU architecture are you running this on?

x86_64/AMD64

What steps are needed to reproduce this?

1.- if you have nvidia, chose priority to nvidia (performance mode)
2.- in dock, click on pulsar icon (can't open)
3.- if you try in terminal with only command pulsar, works

using the shortcut exec for debug:
1.- open a terminal
2.- execute: /opt/Pulsar/pulsar %U
3.- gets: :gpu_data_manager_impl_private.cc(415)] GPU process isn't usable. Goodbye

Additional Information:

Nvidia gtx3060TI

@dansanti dansanti added the bug Something isn't working label May 21, 2024
@confused-Techie
Copy link
Member

Thanks a ton for reporting this issue.

We've seen similar GPU issues on various Linux platforms, but could you try launching Pulsar with the flag --in-process-gpu or --no-sandbox. That usually seems to sort them out.

But since you say it works anyway via the terminal, maybe if it's possible to add these flags to when it's launched via the dock could help test?

@dansanti
Copy link
Author

Hello, yes, with both options seems to works fine

added to file /usr/share/applications/pulsar.desktop :

Exec=/opt/Pulsar/pulsar %U --in-process-gpu

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants