0

I am trying to play a 32 bit game on a Ubuntu 20.04 64 bit system, I added the installs in the best answer here, but I still get the above error. If I try

apt-file search libopenal.so.1

I get

libopenal1: /usr/lib/x86_64-linux-gnu/libopenal.so.1
libopenal1: /usr/lib/x86_64-linux-gnu/libopenal.so.1.19.1

And if I try

sudo apt-get install libopenal1:i386

I get

libopenal1:i386 is already the newest version (1:1.19.1-1)
  • Yep, when it is already installed it will not let you install it again. The output of dpkg -l | grep libopenal1 should show you and when the line starts with ii means that it is installed into the system. You may need to only worry about the other applications on that installation line. – Terrance Jul 03 '21 at 04:33
  • When I run that I get the output

    ii libopenal1:i386 1:1.19.1-1 i386 Software implementation of the OpenAL audio API (shared library)

    –  Jul 03 '21 at 04:41
  • So it can't find it because I need to uninstall 1.19.1 and reinstall libopenal1 with a lower version? –  Jul 03 '21 at 04:49
  • You should start with your OS & release – guiverc Jul 03 '21 at 06:07
  • Ubuntu 20.04 is that –  Jul 03 '21 at 08:06
  • What game are you trying to run? – Terrance Jul 03 '21 at 13:20
  • Icewind Dale enhanced edition from gog –  Jul 03 '21 at 13:22
  • Honestly, that would be up to GOG to update their games to work with Ubuntu 20.04. You might have to look around and see what maybe others have done to solve the issues they were having with it. https://www.reddit.com/r/Ubuntu/comments/ll9mmz/icewind_dale_not_launching/ You might also have to install these packages: https://packages.ubuntu.com/focal/gemrb-icewind-dale – Terrance Jul 03 '21 at 13:38
  • How are those installed? –  Jul 03 '21 at 14:01
  • sudo apt install <package name> from a terminal window – Terrance Jul 03 '21 at 17:45
  • Installing gemrb-icewind-dale worked, I had not seen this page before, thx –  Jul 03 '21 at 18:11

0 Answers0