• 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.

Flavius Anthemius

Corporal
77 Badges
Jan 28, 2020
25
41
  • Prison Architect
  • Crusader Kings II: Conclave
  • Cities: Skylines - Snowfall
  • Prison Architect: Psych Ward
  • Stellaris
  • Hearts of Iron IV: Cadet
  • Crusader Kings II: Reapers Due
  • Europa Universalis IV: Rights of Man
  • Stellaris: Digital Anniversary Edition
  • Stellaris: Leviathans Story Pack
  • Cities: Skylines - Natural Disasters
  • Hearts of Iron IV: Together for Victory
  • Crusader Kings II: Monks and Mystics
  • Europa Universalis IV: Cossacks
  • Cities: Skylines - Mass Transit
  • Europa Universalis IV: Mandate of Heaven
  • Cities: Skylines - Parklife
  • Surviving Mars
  • Hearts of Iron IV: Death or Dishonor
  • Stellaris: Federations
  • Cities: Skylines - Green Cities
  • Europa Universalis IV: Cradle of Civilization
  • Europa Universalis IV: Rule Britannia
  • Hearts of Iron IV: Expansion Pass
  • Stellaris: Humanoids Species Pack
  • Stellaris: Apocalypse
  • Europa Universalis IV: Conquest of Paradise
  • Battle for Bosporus
  • Stellaris: Ancient Relics
  • Europa Universalis IV: Golden Century
  • Hearts of Iron 4: Arms Against Tyranny
  • Crusader Kings III
  • Europa Universalis IV: Dharma
  • Hearts of Iron IV: La Resistance
  • Stellaris: Lithoids
  • Crusader Kings II: Holy Fury
  • Europa Universalis 4: Emperor
  • Europa Universalis IV
  • Island Bound
  • Cities: Skylines Industries
  • Cities: Skylines - Campus
  • Europa Universalis IV: Call to arms event
  • Stellaris: Distant Stars
  • Cities: Skylines
  • Europa Universalis IV: El Dorado
  • Imperator: Rome - Magna Graecia
  • Crusader Kings II: Way of Life
  • Pillars of Eternity
  • Europa Universalis IV: Common Sense
  • Crusader Kings II: Horse Lords
Short summary of your issue
Game won't launch

Game Version
Latest

What OS are you playing on?
Linux

Do you have mods enabled?
No

Have you tried verifying your game files?
No

How much "pain" is this causing you?
10

Please explain the issue you experienced in the most condensed way possible
Game is missing library

Please explain how to reproduce the issue
Be on linux, be on steam, launch the game, launch the game, accept the conditions, launch the game. Game doesn't launch

Is there anything else you think could help us identify/replicate the issue?
ERROR: ld.so: object '/home/xxx/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
ERROR: ld.so: object '/home/xxx/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
./victoria3: error while loading shared libraries: libtinfo.so.6: cannot open shared object file: No such file or directory

I have attached a save game
No

Upload Attachment
File(s) attached
 

Attachments

  • 2022-10-25-163736_586x530_scrot.png
    2022-10-25-163736_586x530_scrot.png
    310,9 KB · Views: 0
While I can't solve this on Paradox's End, you can work around this issue until it's fixed for now.
The problem is that Vicky depends on libtinfo.so.6 which seems to not be part of steam runtime or the game itself.
So you can workaround it by providing the shared library yourself.

libtinfo.so.6 is part of ncurses-libs, so either install the corresponding package for your distro and it might already work if you're lucky.
If such a package does not exist or it does not work, download a package containing the library for your architecture and extract it somewhere.
In Steam go to library -> Victoria3 -> properties -> general -> launch options and add:
LD_PRELOAD=/absolute/path/to/libtinfo.so.6 %command%.
This should make the game start until the problem is fixed upstream.

I hope this does help you.
 
  • 1Like
Reactions:
While I can't solve this on Paradox's End, you can work around this issue until it's fixed for now.
The problem is that Vicky depends on libtinfo.so.6 which seems to not be part of steam runtime or the game itself.
So you can workaround it by providing the shared library yourself.

libtinfo.so.6 is part of ncurses-libs, so either install the corresponding package for your distro and it might already work if you're lucky.
If such a package does not exist or it does not work, download a package containing the library for your architecture and extract it somewhere.
In Steam go to library -> Victoria3 -> properties -> general -> launch options and add:

This should make the game start until the problem is fixed upstream.

I hope this does help you.
Thanks for the help, i did something like that and now can run the game.

Code:
LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/path/to/lib" binaries/victoria3
 
but problem still persists as for end of Jul 2024
Always best to start a new thread, not "me too" an old one like this.

Are you also on Linux, if so did those same steps help you?