​​The Cambridge Crystallographic Data Centre (CCDC).
The CCDC websites use cookies. By continuing to browse the site you are agreeing to our use of cookies. For more details about cookies and how to manage them, see our  cookie policy.

The 2024.3 CSD Portfolio software does not start on linux under Wayland and gives a Qt mismatch error

Solution

If you encounter this problem then CCDC can be started correctly using this workaround:

cd /path/to/CCDC/ [the installation directory of the CCDC software]
find . -name "libqwayland-egl.so" -delete
find . -name "libqwayland-generic.so" -delete