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

×
Hello,

When l launch the game I have this error:

Running Rise to Ruins (English)
Base directory : /home/diego/GOG Games/Rise to Ruins English/game
Path : /home/diego/GOG Games/Rise to Ruins English/game/jre/linux64/bin:/home/diego/GOG Games/Rise to Ruins English/game/lib/native/:/home/diego/GOG Games/Rise to Ruins English/game:/home/diego/bin:/home/diego/.local/bin:/bin/:/opt/uex/bin:/opt/ucx/bin:/home/diego/.cargo/bin:/op t/rocm/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_ perl
Exception in thread "main" java.lang.ExceptionInInitializerError
at rtr.system.Launcher.main(Launcher.java:37)
Caused by: java.lang.UnsupportedOperationException: Desktop API is not supported on the current platform
at java.awt.Desktop.getDesktop(Desktop.java:144)
at rtr.system.ShutdownHook.<clinit>(ShutdownHook.java:10)
... 1 more
Attachments:
I have found a solution:

The problem is the developer is using a deprecated API of Gnome 2. The program is looking for libgnome2 library.

So, in Arch Linux, is enought to install the library from AUR reposittoy with the command: paru -Syu libgnome2

I would like to suggenst to the developer to remove the usage of this very old dependency

Thank you