# Failed to launch Paraview

**URL:** https://discourse.paraview.org/t/failed-to-launch-paraview/15769
**Category:** ParaView Support
**Created:** [November 22, 2024, 6:36am UTC](https://discourse.paraview.org/t/failed-to-launch-paraview/15769 "2024-11-22T06:36:04Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![mwestphal](https://discourse.paraview.org/user_avatar/discourse.paraview.org/mwestphal/32/17_2.png) [@mwestphal](https://discourse.paraview.org/u/mwestphal)
#### Post date: [November 22, 2024, 8:41am UTC](https://discourse.paraview.org/t/failed-to-launch-paraview/15769/2 "2024-11-22T08:41:25Z")

</div>

Please share your opengl information:

> [@Recover OpenGL Informations from pvpython](https://discourse.paraview.org/t/recover-opengl-informations-from-pvpython/1536):
>
> The OpenGL informations, visible in Help → About dialog, are not easily recoverable in pvpython yet. Here is how to do it. On ParaView 5.6 and earlier versions: import vtk as VTK openGLInfo=VTK.vtkPVOpenGLInformation() session=servermanager.vtkSMProxyManager.GetProxyManager().GetActiveSession() session.GatherInformation(session.CLIENT, openGLInfo, 0) openGLInfo.GetVendor() openGLInfo.GetVersion() openGLInfo.GetRenderer() openGLInfo.GetCapabilities() On ParaView 5.7.X : openGLInfo=serverman…

---

_[View the full topic](https://discourse.paraview.org/t/failed-to-launch-paraview/15769)._
