LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How Do I Install & Run Game "Undertale Yellow" For Linux On OS Elementary? (https://www.linuxquestions.org/questions/linux-newbie-8/how-do-i-install-and-run-game-undertale-yellow-for-linux-on-os-elementary-4175609273/)

throwaway2006333999 07-06-2017 12:18 AM

How Do I Install & Run Game "Undertale Yellow" For Linux On OS Elementary?
 
Has anyone successfully gotten Undertale Yellow running on Linux? I've been trying different things for hours now without luck.

The linux zip file came with a game.unx file and a file called "runner" not associated w any file type. I'm guessing one of these is key to figuring this out. What should I use to run / open that? Or do u know the terminal command to run/open it?

I'm such a Linux newb, seriously pressing buttons in the dark and figuring it out as I go along. I looked up how to open a .unx file on Linux & it said it needed a text file reader. I tried AbiWord & then LibreOffice, then Sublime Text 2...With AbiWord, it seemed to be doing something very slowly...got to about 94% and stalled, so I closed it. LibreOffice slowly gave me a bunch of junk characters. Sublime Text 2 gave me several columns of 1's and 0's.

Will / can anyone help? PLEASE?

PS- idk if this will help, but I'm running the newest stable Linux OS Elementary on an Acer Aspire 5532

hydrurga 07-06-2017 01:42 AM

Have you tried double clicking on the runner file in your file manager? That works for me on Linux Mint 18.2.

Alternatively, using the terminal, cd to the directory containing the runner file and run the following command: ./runner

There is no installation. The game runs where it stands.

throwaway2006333999 07-06-2017 01:40 PM

Thank you so much for ur reply & suggestion. I have tried that, I get the error window "No applications found for 'runner' " with an option to try to open w a selected application. What app did u / should I use? I've tried several. I guess I'll start looking into different file manager apps for linux that might be able to open it?

throwaway2006333999 07-06-2017 01:57 PM

I just downloaded, installed, and attempted to run it in Dolphin File Manager...no go. Prompted me again to choose an application to open with. Please help!

hydrurga 07-06-2017 02:09 PM

The file runner is an executable. It works for me double-clicking it in Caja.

Did you try running it from the command line as I advised?

You may need to use chmod +x runner first to allow it to be executed.

wpeckham 07-06-2017 02:25 PM

Uppacking from the command line, chmod 744 runner, then . ./runner worked fine for me EXCEPT I had to install a bunch of 32-bit libs on my 64-bit system. It does not like or cannot find the 64-bit libs to properly run.


The good news is that it says so clearly, so I knew exactly what to do to fix it.

throwaway2006333999 07-06-2017 03:34 PM

You guys are amazing! My solution was that I needed to initiate the command chmod +x runner before running it. I got it going now, thank you all tremendously!!!

Rimera 03-03-2020 06:34 AM

I have that problem, too!!!
 
I have the exact same problem as the person who created this thread, only I'm using Linux Mint. I've tried all of your suggestions, but none are working for me. I've uninstalled and reinstalled, I've rebooted, I've tried running it from Terminal, nada. When I try to run it from Terminal, I get "./runner: error while loading shared libraries: libopenal.so.1: cannot open shared object file: No such file or directory", even when I KNOW it's there, I SEE it in the folder I'm opening in Terminal, I SEE how much space it's taking up. I've looked at the properties for runner, it says it's an executable, and I've got it set to run with Autorun prompt (before it was set to run with AptURL). The result is the same, I double click, nothing happens, I right click and select Open, nothing happens. I installed the GameJolt client (at least THAT worked...), and tried running it from there. The first time, nothing happens. The second time, it says it's already running. But I hear and see nothing, even with my volume turned all the way up and all other windows minimized.

Anyone know what to do here? I've tried everything you told throwaway2006333999 already.

Samsonite2010 03-03-2020 07:05 AM

In many distros, you can also check and make a program executable within the GUI file manager, by right-click>properties then the permissions tab. I know many years ago this helped me when I moved over from Windows because that was a bit like how you did it in Windows.


All times are GMT -5. The time now is 07:45 PM.