04-20-2011, 09:58 PM | #1 |
Banned
Join Date: Mar 2007
Location: New York City
Posts: 569
|
Linux help
I downloaded Regnum online using Linux 32 bit, When I try to open the installer it says I need to open the file with an application. I've tried some stuff I've found but can't get it to work.
|
04-20-2011, 10:14 PM | #2 |
Apprentice
Join Date: Aug 2008
Location: UK
Posts: 93
|
Are you using some kind of file manager? I've never used one so can't suggest how to fix it using the GUI, but it could be an access rights issue, i.e. you need to tell the O/S that it's an execuable.
Try opening up a command shell to where you've downloaded the installer and type the following (assuming the 32 bit installer is called RegnumOnlineInstall_32): Code:
chmod 755 RegnumOnlineInstall_32 Code:
./RegnumOnlineInstall_32
__________________
Zodar - The Evil Bald Fu^wPerson... Last edited by Zodar; 04-20-2011 at 10:16 PM. Reason: Added code tags around the linux commands. |
04-20-2011, 10:19 PM | #3 |
Master
Join Date: Aug 2007
Posts: 303
|
click on the properties, below Permissions should be a option "Allow executing file as program" or something similar. If you can't find it in your desktop or if you prefer to use the command line you can use
Code:
chmod u+x ./RegnumOnline* (Zodar was faster) Last edited by Cuchulainn; 04-20-2011 at 10:49 PM. |
04-20-2011, 10:32 PM | #4 |
Banned
Join Date: Mar 2007
Location: New York City
Posts: 569
|
Thank you so much. (Just installed Ubuntu) I was going crazy for 2 hours trying to install this.
|
04-20-2011, 11:07 PM | #5 |
Count
Join Date: Oct 2008
Location: Sofia, Bulgaria
Posts: 1,374
|
Check for libopenal if you do not have sound in game.
__________________
RA | Ignis | Lilla My | Conjurer | EVIL IGNIS ROCK Horus | Syrtis | ieti | Conjurer | INQUISITION | LONG GONE |
04-20-2011, 11:27 PM | #6 |
Banned
Join Date: Mar 2007
Location: New York City
Posts: 569
|
I'm having another problem, so it seems my NVIDIA video card doesn't support Linux. Any help?
|
04-21-2011, 05:24 AM | #7 |
Marquis
Join Date: Jan 2007
Location: RA
Posts: 1,897
|
You might be using the open source drivers.
Use the driver finder application of Ubuntu to install the proprietary drivers.
__________________
Winning a fight is not what makes you a good player, it's how you do it.
http://home.znur.re/screenshot%20201...2011_39_37.jpg |
04-21-2011, 02:33 PM | #8 | |
Banned
Join Date: Dec 2009
Posts: 843
|
Quote:
Download them from here: http://www.nvidia.com/Download/index.aspx?lang=en-us You need to folow standard procedure to make them executable: Code:
chmod 777 nvidia.bin Code:
./nvidia.bin |
|
04-21-2011, 03:02 PM | #9 |
Banned
Join Date: Mar 2007
Location: New York City
Posts: 569
|
Thank you all, I've solved my problem already. Thanks for the help.
|
04-21-2011, 05:51 PM | #10 |
Banned
Join Date: Nov 2008
Location: France
Posts: 496
|
chmod +x =)
|
|
|