View Full Version : Can't open executable file
radamantz
12-05-2016, 04:21 PM
Hi, I downloaded and installed Regnum on GalliumOS
When I try to run the executable just nothing happens.
I downloaded the "rolauncher" that Adrián posted below but it's the same.
Hayir
12-05-2016, 07:17 PM
did you chmod +x /path/to/file/rolauncher ?
If you did and it doesn't work post the terminal output.
_Enio_
12-05-2016, 08:25 PM
Just an addition to what Skit suggested, in case you are not sure how to work in the terminal:
To get the terminal output, try to start the rolauncher executable directly from terminal (opposed to klicking it from a file explorer or shortcut - that ensures an error message will stay visible in the terminal window).
You might need to bring up the terminal first, according to google the GalliumOS terminal program is called xfce4-terminal - you might find it somewhere in your app menu.
Since regnum installs itself into <home folder>/regnum (doesn't it?) you probably just have to do:
cd ~/regnum
chmod +x rolauncher
./rolauncherYou can just paste it in line by line, each line followed by an <Enter>
* The 1st command navigates you to the right folder, "~" is a shortcut for the homefolder of the current user.
* The 2nd command makes the program executable (maybe it already is, but even if - this doesnt hurt)
* The 3rd command launches the rolauncher program.
If there is an error, it should print it in the terminal. Paste that here, it might hint what goes wrong.
Good luck!
radamantz
12-06-2016, 03:56 PM
I tried these:
radamant@radamant-Celes:~$ chmod +x /home/radamant/regnum/rolauncher
radamant@radamant-Celes:~$ cd ~/regnum
radamant@radamant-Celes:~/regnum$ chmod +x rolauncher
radamant@radamant-Celes:~/regnum$ ./rolaucher
bash: ./rolaucher: No such file or directory
radamant@radamant-Celes:~/regnum$ sh rolauncher
rolauncher: 1: rolauncher: Syntax error: "(" unexpected
radamant@radamant-Celes:~/regnum$ /rolauncher
bash: /rolauncher: No such file or directory
radamant@radamant-Celes:~/regnum$ ./rolauncher
./rolauncher: error while loading shared libraries: libjpeg.so.62: cannot open shared object file: No such file or directory
radamant@radamant-Celes:~/regnum$ chmod +x /home/radamant/desktop/rolauncher
chmod: cannot access '/home/radamant/desktop/rolauncher': No such file or directory
radamant@radamant-Celes:~/regnum$ chmod +x /home/radamant/desktop/rolauncher/
chmod: cannot access '/home/radamant/desktop/rolauncher/': No such file or directory
radamant@radamant-Celes:~/regnum$ chmod +x /home/radamant/desktop/
chmod: cannot access '/home/radamant/desktop/': No such file or directory
radamant@radamant-Celes:~/regnum$ cd /desktop
bash: cd: /desktop: No such file or directory
radamant@radamant-Celes:~/regnum$ cd ~/desktop
bash: cd: /home/radamant/desktop: No such file or directory
radamant@radamant-Celes:~/regnum$ cd ~/Desktop
radamant@radamant-Celes:~/Desktop$ chmod +x /home/radamant/Desktop/rolauncher/
chmod: cannot access '/home/radamant/Desktop/rolauncher/': Not a directory
radamant@radamant-Celes:~/Desktop$ chmod +x /home/radamant/Desktop/rolauncher
radamant@radamant-Celes:~/Desktop$ sh rolauncher
rolauncher: 1: rolauncher: Syntax error: "(" unexpected
radamant@radamant-Celes:~/Desktop$ /rolauncher
bash: /rolauncher: No such file or directory
radamant@radamant-Celes:~/Desktop$ ./rolauncher
./rolauncher: error while loading shared libraries: libjpeg.so.62: cannot open shared object file: No such file or directory
radamant@radamant-Celes:~/Desktop$ ./Champions of Regnum
bash: ./Champions: No such file or directory
radamant@radamant-Celes:~/Desktop$ /Champions of Regnum
bash: /Champions: No such file or directory
radamant@radamant-Celes:~/Desktop$ sh Champions of Regnum
sh: 0: Can't open Champions
radamant@radamant-Celes:~/Desktop$
First, I tried with a rolauncher that i downloaded from the forum (supposedly updated) then with rolauncher in regnum folder and then with the executable created automatically after installation.
Hayir
12-06-2016, 04:30 PM
I tried these:
First, I tried with a rolauncher that i downloaded from the forum (supposedly updated) then with rolauncher in regnum folder and then with the executable created automatically after installation.
radamant@radamant-Celes:~/regnum$ ./rolauncher
./rolauncher: error while loading shared libraries: libjpeg.so.62: cannot open shared object file: No such file or directory
Looks like you might be missing this library.
The GalliumOS website says it is build on top of xubuntu. So I assume
sudo apt-get install libjpeg62
should do it for you, or if you use the 32bit client.
sudo apt-get install libjpeg62:i386
radamantz
12-06-2016, 08:51 PM
Thank you!
Lebeau
12-10-2016, 06:40 PM
This issue may or may not be related to my 64-bit issue: https://www.championsofregnum.com/forum/showthread.php?t=107736
You can try what I did, & use the non-steam, native 32-bit version (with listed-in-threadpost libraries added), or simply try the "experimental client" under "advanced options" in the game's launcher, & use the non-steam, native 64-bit version that NGD later amended to address my specific 'glitch' ... & that is ASSuming your prob & mine are essentially the same issue (a very big IF). Good luck regardless:warning:
vBulletin® v3.8.7, Copyright ©2000-2024, vBulletin Solutions, Inc.