

Problem: Linux version on this game do not work on latest LTS version Kubuntu 22.04. On start from console I receive this message: "Running Grim Legends 3: The Dark City ./DarkCity_amd64: error while loading shared libraries: libidn.so.11: cannot open shared object file: No such file or directory" On older version Kubuntu 20.04 there is no such problem. Also no problem with first and second part of this series. Same problem occurred with all third parts of other series from Artifex Mundi. Solution: This library in Kubuntu 22.04 is newer version 12. But you can create link to it like this: sudo ln -s /usr/lib/x86_64-linux-gnu/libidn.so.12 /usr/lib/x86_64-linux-gnu/libidn.so.11 This is command for my system. You should change folders name if it is necessary. I guess with this I solved my problems with other series too.