Posted June 06, 2019
Pinstripe on Ubuntu 19.04 seems to be problematic.
At first the game just refused to start on a 64bit install on Xorg session:
$ ./start.sh
Running Pinstripe
./Pinstripe.x86: error while loading shared libraries: libXcursor.so.1: cannot open shared object file: No such file or directory
Then I arrived at starting the game after installing missing libraries with:
$ sudo apt-get install libxcursor-dev:i386 libxrandr-dev:i386
Now the game starts but has no mouse pointer nor sound ...
Any tips would be welcome :)
At first the game just refused to start on a 64bit install on Xorg session:
$ ./start.sh
Running Pinstripe
./Pinstripe.x86: error while loading shared libraries: libXcursor.so.1: cannot open shared object file: No such file or directory
Then I arrived at starting the game after installing missing libraries with:
$ sudo apt-get install libxcursor-dev:i386 libxrandr-dev:i386
Now the game starts but has no mouse pointer nor sound ...
Any tips would be welcome :)
No posts in this topic were marked as the solution yet. If you can help, add your reply