Game (launcher) won't start after update
I ran the launcher (rolauncher), logged in, it updated itself, and then crashed trying to run the updated version with:
rolauncher: /usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/libstdc++.so.6: version `GLIBCXX_3.4.15' not found (required by ./rolauncher)
As a result, I can't run the launcher to update my system, or enter the game. I happened to have a backup just before the update, so I've tried this several times, after restoring the backup.
It seems the build system was updated to use a very new version of gcc (>=4.6) and needs linkage to a shared library newer than my system has. Can't we build the launcher with the previous, more compatible gcc? or perhaps statically link this library to prevent the dynamic linkage issue?
|