Looks like it could be a compatibility issue with Linux or this distro. I’m not really sure if this is the same thing, but maybe there’s something that needs to be updated…
Same happens with Fedora 43 (both KDE & Gnome). Installed Debian 13 and it works fine. Personally don’t like Ubuntu, hence want to avoid it unless I HAVE to use it.
I had the same error: “EGL display: EGL_BAD_PARAMETER”. And the issue is that my Arch system has libraries it needs to launch apps, but the libraries bundled with the appimage are either outdated or non-existent, outright.
So here it is a fix for Wayland:
```
LD_PRELOAD=/usr/lib/libwayland-client.so ./Exam.Environment_1.7.5_amd64.AppImage
```
Replace the “1.7.5” with the current version, and open the terminal in the place where the image is.