This forum is closed for posting. Please, join us in our Discord server at discord.gg/regnum. See you there!

Go Back   Champions of Regnum > English > Technical Support > Linux

Linux Technical issues under Linux platform

Reply
 
Thread Tools Display Modes
Old 12-05-2016, 04:21 PM   #1
radamantz
Pledge
 
Join Date: Feb 2012
Posts: 14
radamantz is on a distinguished road
Question Can't open executable file

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.
radamantz no ha iniciado sesión   Reply With Quote
Old 12-05-2016, 07:17 PM   #2
Hayir
Master
 
Hayir's Avatar
 
Join Date: Jun 2007
Posts: 375
Hayir is on a distinguished road
Default

did you chmod +x /path/to/file/rolauncher ?

If you did and it doesn't work post the terminal output.
__________________
Skity - Ra
Hayir no ha iniciado sesión   Reply With Quote
Old 12-05-2016, 08:25 PM   #3
_Enio_
Marquis
 
_Enio_'s Avatar
 
Join Date: Aug 2007
Location: Germany
Posts: 1,843
_Enio_ will become famous soon enough
Default

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:
Code:
cd ~/regnum
chmod +x rolauncher
./rolauncher
You 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!

__________________
Fix the Marksman subclass: Suggestion
_Enio_ no ha iniciado sesión   Reply With Quote
Old 12-06-2016, 03:56 PM   #4
radamantz
Pledge
 
Join Date: Feb 2012
Posts: 14
radamantz is on a distinguished road
Default

I tried these:
Quote:
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.
radamantz no ha iniciado sesión   Reply With Quote
Old 12-06-2016, 04:30 PM   #5
Hayir
Master
 
Hayir's Avatar
 
Join Date: Jun 2007
Posts: 375
Hayir is on a distinguished road
Default

Quote:
Originally Posted by radamantz View Post
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.
Quote:
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
Quote:
sudo apt-get install libjpeg62
should do it for you, or if you use the 32bit client.

Quote:
sudo apt-get install libjpeg62:i386
__________________
Skity - Ra
Hayir no ha iniciado sesión   Reply With Quote
Old 12-06-2016, 08:51 PM   #6
radamantz
Pledge
 
Join Date: Feb 2012
Posts: 14
radamantz is on a distinguished road
Default

Thank you!
radamantz no ha iniciado sesión   Reply With Quote
Old 12-10-2016, 06:40 PM   #7
Lebeau
Banned
 
Lebeau's Avatar
 
Join Date: Oct 2011
Location: 'B-F-Egypt', Virginia, U.S.A. (please pity & forgive us poor american fools!).
Posts: 605
Lebeau is on a distinguished road
Exclamation

This issue may or may not be related to my 64-bit issue: https://www.championsofregnum.com/fo...d.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
Lebeau no ha iniciado sesión   Reply With Quote
Reply

Tags
linux

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 10:43 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
NGD Studios 2002-2016 © All rights reserved