problem in my paraFoam

Hello; I have the same problem as you posted it before
“Weird plot over line formatting | ParaView 5.9 on Ubuntu 20.04” regarding paraFoam. I am blocked I can not solve it, please help me solve this problem. I am on UBUNTU 20.10. Thank you

Looks like an GPU driver issue, please share the content of Help → About dialog.

Hi, Thanks for responding to me. I have another problem concerning always paraview, I send you below the execution of the paraview:

Are you using remote desktop ?

No, I’m just using my pc I’m in UBUNTU 21.10, it’s last time I’ve updated my computer, I think it can’t detect "/usr/bin/…/lib/x86_64 -linux-gnu / libc.so.6 ". Knowing that I have used paraview several times without
problem until I updated my pc

what is the output of glxinfo ?

samir@UHBC:~$ glxinfo
name of display: :0
libGL error: GLX drawable type is not supported
libGL error: GLX drawable type is not supported
X Error of failed request: GLXBadContext
Major opcode of failed request: 149 (GLX)
Minor opcode of failed request: 5 (X_GLXMakeCurrent)
Serial number of failed request: 30
Current serial number in output stream: 30

Your Xorg setup is broken, you need to fix that.

Merci Mathieu, comment faire?

Unrelated to ParaView, you can try: https://askubuntu.com/

Thank you

I think it’s a path problem instead it looks for libc.so.6 at “/ usr / lib / x86_64-linux-gnu /” it looks for it at "/usr/bin/…/x86_64-linux-gnu / "and can’t find libc.so.6, I now have how to fix it to the correct path. it is a problem of fixing the environment variable

1 Like

Hi Samir,
I also met the same problem. Was it fixed by setting the correct path? How to set the path?