While you're here, please consider supporting GamingOnLinux on:
Reward Tiers: Patreon. Plain Donations: PayPal.
This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!
You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
Reward Tiers: Patreon. Plain Donations: PayPal.
This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!
You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
Login / Register
- Steam Controller 2 is apparently a thing and being 'tooled for a mass production' plus a new VR controller
- Steam Deck OLED: Limited Edition White and Steam Deck Australia have launched
- NVIDIA stable driver 550.135 released for Linux
- Sony reportedly looking to acquire Kadokawa, owner of ELDEN RING dev FromSoftware
- Dungeon Clawler will grab hold of your free time now it's in Early Access, plus keys to give away
- > See more over 30 days here
-
UnderworldGodot is an engine recreation of Ultima Under…
- elmapul -
Proton Experimental for Steam Deck / Linux fixes Disgae…
- elmapul -
Star Fox 64 is getting a Native PC port from the devs o…
- elmapul -
Deep Rock Galactic: Rogue Core teaser trailer has me ex…
- Pyrate -
Death has a cute little pig companion in action-adventu…
- whizse - > See more comments
- What do you want to see on GamingOnLinux?
- Linux_Rocks - Our own anti-cheat list
- Liam Dawe - What have you been listening to?
- Cyril - Weekend Players' Club 11/22/2024
- Liam Dawe - Types of programs that are irritating
- Cyril - See more posts
View PC info
chmod +x filename
then./filename
but then I get an error:no such file or directory
No idea how that is possible, I used tab to autocomplete the filename, so it isn't a typo. Oddly enough, it is this same exact error on some games while the others work absolutely fine. I have even installed these same games on other computers without a problem before. I have checked the md5, no problem there. Even if I double click the file from a file manager and select execute, I get the same error.
no such file or directory
Clearly there is such a file with such a name, because I just clicked on it.Have only tried a couple of games, but this error is present on Volgarr the Viking, VVVVVV, and Super Meat Boy. Totally lost here guys; any Linux gurus with any ideas?
bash filename.sh
in case it's on a file system where your system does not allow setting the executable bit. This might be the case for ntfs-formatted or other "non-native" partition types. Also try moving the file to a different location to check if there's something weird going on with the path like special characters that the shell fails to escape properly.
View PC info
View PC info
I am sure it autocompleted right, because I get the same error when I type it all the way in, type it in with quotes, or just double click it from a file manager.
View PC info
View PC info
Anyway I tried running supermeatboy-linux-11112013-bin with GDB but it gave me the same error about the file not existing.
I don't think it is a problem with the game itself, somehow the OS just can't run it. I am not knowledgeable enough in any of this stuff though.
Not a huge fan of Lubuntu anyway, I might try out another distro once I get the time. I hardly play games on my chromebook so this doesn't trouble me much.
ls -l
and then of trying to run the installer from the same shell?Sorry about the extremely generic troubleshooting questions. I'm not trying to annoy you, but it's always best to look for a simple explanation before deciding Occam's razor simply doesn't cut it. (Pardon the bad pun. )
View PC info
I tried with Volgarr, because that's the same game I have from Humble Bundle. Used the bittorrent download link and got the following file:
VolgarrTheViking_v1.34_Linux32.tar.gz
That's so to speak a double packed archive, your package should return a directory when extracting it. Afterwards, I cd into the Volgarr directory and ran:
./Volgarr
I got the following error:
./Volgarr: error while loading shared libraries: libSDL2-2.0.so.0: cannot open shared object file: No such file or directory
I am running a 64 bits ubuntu, and Volgarr is compiled with 32, so I had to install the 32 bits libSDL2 and then it ran fine!
Humble's Linux packages seem to be of wildly varying quality. Many of them include either minimal documentation or none at all. Is a simple "readme" in every archive too much to ask for? Another reason to buy from stores like GOG I guess, especially if you're new to Linux.
View PC info
Here is a screenshot: http://imgur.com/x16cU9i
my chromebook doesn't have a 'prt scr' button, so I had to run scrot at the same time.
View PC info