I have at this point got six different branches to figure out where this bug(?) is coming from. You can see an overview here:
archlinux-*
branches use Arch Linux.archlinux
: installs the current ParaView from the Arch Linux package repositoriesarchlinux-old
: installs an older ParaView from the Arch Linux package archivearchlinux-full
: installs a full ParaView from paraview.orgarchlinux-headless-egl
: installs headless ParaView 5.10 with EGL from paraview.orgarchlinux-headless-egl-5.12
: installs headless ParaView 5.12 with EGL from paraview.org
ubuntu-*
branches use Ubuntu.ubuntu
: installs the current ParaView from the Ubuntu Jammy package repositoriesubuntu-headless-egl
: installs headless ParaView 5.10 with EGL from paraview.orgarchlinux-headless-egl-5.12
: installs headless ParaView 5.12 with EGL from paraview.org
What I have noticed is:
- ParaView 5.10 (
*-headless-egl
) work on both Arch and Ubuntu. - ParaView 5.11 (
archlinux
) from the Arch repos runs, but has the bug. - ParaView 5.10 (
ubuntu
) from the Ubuntu repos crashes (Module not found.). - ParaView 5.10 (
archlinux-full
) from paraview.org works on Arch. - ParaView 5.12 (
archlinux-headless-egl-5.12
) runs on Arch, but has the bug. - ParaView 5.12 (
ubuntu-headless-egl-5.12
) works on Ubuntu.