netblue30 / firejail

Linux namespaces and seccomp-bpf sandbox
https://firejail.wordpress.com
GNU General Public License v2.0
5.57k stars 555 forks source link

Prismlauncher does not launch due to "RuntimeException: No OpenGL context found in the current thread" #6381

Open ipaqmaster opened 1 month ago

ipaqmaster commented 1 month ago

Description

Prismlauncher - OpenGL: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread with firejail enabled.

Steps to Reproduce

Steps to reproduce the behavior

  1. Run in bash LC_ALL=C firejail PROGRAM (LC_ALL=C to get a consistent output in English that can be understood by everybody)
  2. Click on '....'
  3. Scroll down to '....'
  4. See error ERROR

Expected behavior

What you expected to happen

Launch game

Actual behavior

What actually happened

Did not

Behavior without a profile

_What changed calling LC_ALL=C firejail --noprofile /path/to/program in a terminal?_

Does not

Additional context

Any other detail that may help to understand/debug the problem

Environment

Arch Linux

firejail version 0.9.72

Checklist

Log

Output of LC_ALL=C firejail /path/to/program

``` output goes here ```

Output of LC_ALL=C firejail --debug /path/to/program

``` output goes here ```

kmk3 commented 1 month ago

Basic debugging information is missing.

What are the commands used and the profile used?

Where are the logs?

Note that there is currently no profile for this program.