Posted November 24, 2019
When trying to run on Ubuntu 19.10, I get a mess of different missing library errors.
./NecroDancer: error while loading shared libraries: libGL.so.1: cannot open shared object file: No such file or directory
I tried to get around it by looking for libGL.so.1 on my machine and symlinking it in /usr/lib, and got:
./NecroDancer: error while loading shared libraries: libGL.so.1: wrong ELF class: ELFCLASS64
Is this game 32-bit? I tried to install 32-bit GL libraries and got another missing library error, for some other library.
I thought I'd played this game on Linux before. Did it break recently? Or has it always been broken on 64-bit machines?
./NecroDancer: error while loading shared libraries: libGL.so.1: cannot open shared object file: No such file or directory
I tried to get around it by looking for libGL.so.1 on my machine and symlinking it in /usr/lib, and got:
./NecroDancer: error while loading shared libraries: libGL.so.1: wrong ELF class: ELFCLASS64
Is this game 32-bit? I tried to install 32-bit GL libraries and got another missing library error, for some other library.
I thought I'd played this game on Linux before. Did it break recently? Or has it always been broken on 64-bit machines?