1

I'm trying to run Civilization 6 from steam. I get a message saying "an unrecoverable error has occured, and civilization 6 cannot continue".

I'm looking through some solutions here, where I found that I could run the Civ6 executable directly from the directory ~/.steam/steam/steamapps/common/Sid Meier's Civilization VI.

When I run it from that directory in terminal I get back:

./Civ6: error while loading shared libraries: libopenal.so.1: cannot open shared object file: No such file or directory

I found some similar questions which recommend installing various packages but none of them have worked.

1 Answers1

2

Install libdevel

sudo apt install libdevel libopenal1

this installs Openal audio API needed for Civilization 6 :)

Zanna
  • 70,465
Jatin-CBS
  • 667