Thursday, May 2, 2024
 Popular · Latest · Hot · Upcoming
7
rated 0 times [  7] [ 0]  / answers: 1 / hits: 16306  / 1 Year ago, tue, march 14, 2023, 10:11:11

I've tracked down a game named superhot and downloaded zipped Linux version. I unzipped it and there was a directory named SUPERHOT-LINUX_Data and file with extension .x86. I went to properties and ticked "can execute". But the file still doesn't start. All i can see is bunch of processes starting upon clicking on that file. Their names starts with unity.



Should i install some libraries or something?



Thanks for advice



Edit: I've tried as damien said and mono installed successfully, but still nothing. Then i tried running that file from terminal:



$ ./SUPERHOT-LINUX.x86


and it returned:



./SUPERHOT-LINUX.x86: error while loading shared libraries: libGLU.so.1: cannot open shared object file: No such file or directory


I guess something is missing?


More From » executable

 Answers
1

I solved by installing these libraries:



$ sudo apt-get install libglu1-mesa:i386 libxcursor1:i386


You can print shared library dependencies with:



$ ldd SUPERHOT-LINUX.x86

[#29343] Thursday, March 16, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
ainsbeave

Total Points: 280
Total Questions: 98
Total Answers: 105

Location: Faroe Islands
Member since Sat, Aug 20, 2022
2 Years ago
;