Paraview 5.11 instantly closes when opend

Coul you try recovering opengl information using pvython ?

from paraview.simple import *
openGLInfo = GetOpenGLInformation()
openGLInfo.GetVendor()
openGLInfo.GetVersion()
openGLInfo.GetRenderer()
openGLInfo.GetCapabilities()