Posted December 27, 2016
Hey everyone. Similar to fixes (hacks) I posted for Volgarr and another game.
After upgrading to Fedora 25 I could no longer run Interstellaria. This may or may not be related to the radeon_dri driver I'm using. If you are running Fedora 25 and using an Nvidia card and you happen to come across this post then please post whether Interstellaria runs without modification for you or not.
Upon execting ./start.sh a window would appear but a core dump would show up on the terminal I launched the game from and the game window would close.
The version of the game I have at the time of this post came bundled with libstdc++.so.6.0.19
Hack steps:
cd /home/you/yourGOGFolder/Interstellaria/lib
ln -sfn /usr/lib64/libstdc++.so.6.0.22 libstdc++.so.6
(update a symlink to /path/to/link/to nameOfTheSymlink
now:
cd ..
./start.sh
And Interstellaria 'should' run fine for you.
If you find after another big Fedora update that Interstellaria no longer runs then cd /usr/lib64/ and see what other versions you can try. Remember that any modifications like this are not supported (and neither is Fedora) and that unexpected in game behaviour can in rare occasions result from these types of modifications.
Enjoy and long live Linux.
After upgrading to Fedora 25 I could no longer run Interstellaria. This may or may not be related to the radeon_dri driver I'm using. If you are running Fedora 25 and using an Nvidia card and you happen to come across this post then please post whether Interstellaria runs without modification for you or not.
Upon execting ./start.sh a window would appear but a core dump would show up on the terminal I launched the game from and the game window would close.
The version of the game I have at the time of this post came bundled with libstdc++.so.6.0.19
Hack steps:
cd /home/you/yourGOGFolder/Interstellaria/lib
ln -sfn /usr/lib64/libstdc++.so.6.0.22 libstdc++.so.6
(update a symlink to /path/to/link/to nameOfTheSymlink
now:
cd ..
./start.sh
And Interstellaria 'should' run fine for you.
If you find after another big Fedora update that Interstellaria no longer runs then cd /usr/lib64/ and see what other versions you can try. Remember that any modifications like this are not supported (and neither is Fedora) and that unexpected in game behaviour can in rare occasions result from these types of modifications.
Enjoy and long live Linux.