• We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.

Ssokrates

Private
42 Badges
May 23, 2016
14
0
  • Crusader Kings II
  • Shadowrun: Dragonfall
  • Stellaris: Leviathans Story Pack
  • Crusader Kings II: Monks and Mystics
  • Stellaris - Path to Destruction bundle
  • BATTLETECH
  • Stellaris: Synthetic Dawn
  • Age of Wonders III
  • Crusader Kings II: Jade Dragon
  • Stellaris: Apocalypse
  • Shadowrun Returns
  • Stellaris: Digital Anniversary Edition
  • Shadowrun: Hong Kong
  • Stellaris: Megacorp
  • Crusader Kings II: Holy Fury
  • Imperator: Rome Deluxe Edition
  • Imperator: Rome
  • Prison Architect
  • Stellaris: Ancient Relics
  • Stellaris: Federations
  • Crusader Kings III
  • Stellaris: Nemesis
  • Europa Universalis IV: Rights of Man
  • Crusader Kings II: Reapers Due
  • Stellaris
  • Crusader Kings II: Conclave
  • Crusader Kings II: Horse Lords
  • Crusader Kings II: Way of Life
  • Rome: Vae Victis
  • Victoria 2
  • Tyranny: Archon Edition
  • Rome Gold
  • Crusader Kings II: Charlemagne
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: The Republic
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: Sunset Invasion
  • Crusader Kings II: Sword of Islam
  • Europa Universalis IV
  • Europa Universalis IV: Res Publica
I allready did a clean reinstallation (3 times by now). Made sure that there are no mods installed.
I would attach files, if the /documents/.paradoxinteractive/crusaderkins2 folder would exist.
Tried to revert to former Patches to fix it, they do not work either.

It never happened before and my hardware never had a difficulty of running CK2

(Was Redirected here from Bug-Reports)
 
Are you saying that the game worked with 2.x patches previously but does not now? If so it's hard to see how that could be ...

When you run the CK2 app from the command line do you see any errors or messages?
 
Are you saying that the game worked with 2.x patches previously but does not now? If so it's hard to see how that could be ...

When you run the CK2 app from the command line do you see any errors or messages?

I'am afraid I have to ask how to do it?
If you (or another who is more familiar) could please explain?
 
Last edited:
WELP IT IS FIXED.
That was the problem, fixed it by manualy upgrading the version to the current status. (If anybody will enounter the same problem I'll put the line of commands in here that fixed it)
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt-get update
sudo apt-get install gcc-4.9
sudo apt-get upgrade libstdc++6

You can check if you have GLIBCXX_3.4.20 like this:

strings /usr/lib/x86_64-linux-gnu/libstdc++.so.6 | grep GLIBCXX

"libstdc++.so.6: version `GLIBCXX_3.4.20' not found" (was the problem)