It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
On a fresh install of Ubuntu 22.04 LTS I got this error when executing the start.sh via terminal (via GUI it just stops immediatly):

$ ./start.sh
Running Ion Fury
./fury.bin: error while loading shared libraries: libSDL2-2.0.so.0: cannot open shared object file: No such file or directory


UPDATE - SOLUTION:
I had to install a missing library manually. Did this via terminal

sudo apt-get install libsdl2-2.0