On a freshly installed Ubuntu 22 LTS system, having installed the current Oolite 1.91 prerelease I get this:
Code: Select all
demo@OoliteDemo:~$ GNUstep/Applications/Oolite-trunk/oolite-trunk
./oolite.app/oolite: error while loading shared libraries: libgnustep-base.so.1.28: cannot open shared object file: No such file or directory
Erk. It looks like Oolite-trunk died with an error. When making an error
report, please copy + paste the log above into the report.
demo@OoliteDemo:~$
I also tested that this problem goes away if I install the current GNUstep libraries:
Code: Select all
demo@OoliteDemo:~$ sudo apt-get install gnustep -y
...
demo@OoliteDemo:~$ GNUstep/Applications/Oolite-trunk/oolite-trunk
AL lib: (WW) alc_initconfig: Failed to initialize backend "pulse"
Cannot connect to server socket err = No such file or directory
Cannot connect to server request channel
jack server is not running or cannot be started
JackShmReadWritePtr::~JackShmReadWritePtr - Init not done for -1, skipping unlock
JackShmReadWritePtr::~JackShmReadWritePtr - Init not done for -1, skipping unlock
Cannot connect to server socket err = No such file or directory
Cannot connect to server request channel
jack server is not running or cannot be started
JackShmReadWritePtr::~JackShmReadWritePtr - Init not done for -1, skipping unlock
JackShmReadWritePtr::~JackShmReadWritePtr - Init not done for -1, skipping unlock
...
What do we want to do about it, and how may it be resolved?