DRI driver not from this Mesa build

Hi i updated today from 40130 to the newest release.
Since then it is not possible to start sway or to use mesa under x at all.

sway shows this error
libEGL fatal: DRI driver not from this Mesa build (‘24.0.0-devel’ vs ‘23.3.0-devel’)

similar glxinfo on X
DRI driver not from this Mesa build (‘24.0.0-devel’ vs ‘23.3.0-devel’)

DRI Libraries are present

sudo dmesg | grep i915
[    0.354347] calling  i915_init+0x0/0xc0 @ 1
[    0.354426] i915 0000:00:02.0: enabling device (0006 -> 0007)
[    0.355286] i915 0000:00:02.0: vgaarb: deactivate vga console
[    0.356318] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=mem
[    0.409399] [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.0 on minor 0
[    0.411017] i915 0000:00:02.0: [drm] DRM_I915_DEBUG_RUNTIME_PM enabled
[    0.411069] initcall i915_init+0x0/0xc0 returned 0 after 56716 usecs
[    0.495846] fbcon: i915drmfb (fb0) is primary device
[    1.686241] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
[    2.810900] snd_hda_intel 0000:00:03.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops)

is this a known issue?

libEGL* Libraries from clear fraction seem to interfere negatively here
Removing them works around the above issue

sudo rm -rf /opt/3rd-party/bundles/clearfraction/usr/lib64/libEGL*