|
|
Technical Support Questions about game technical support to the users of the community |
|
Thread Tools | Display Modes |
05-09-2012, 08:21 AM | #1 |
Pledge
Join Date: May 2012
Posts: 9
|
instaaling regnium .par2 cant open
Hi
I downloaded regnium online then start install and coming 8 .par2 files ROInstall_32.par2 ROInstall_32.vol000+01.par2 ROInstall_32.vol001+02.par2 ROInstall_32.vol003+04.par2 ROInstall_32.vol007+08.par2 ROInstall_32.vol015+16.par2 ROInstall_32.vol031+32.par2 ROInstall_32.vol063+37.par2 How i can opem them.pypar tell all files are ok Op sys is Ubuntu 12.04 Best regards Soros |
05-09-2012, 05:55 PM | #2 |
Master
Join Date: Aug 2007
Posts: 303
|
why are you using this Parchive files instead of the whole installer from there: http://www.regnumonline.com.ar/index.php?l=1&sec=6 ?
if you're internet connection is fast enough, I would recommend to download the whole installer. From where did you download this par2 files? |
05-11-2012, 06:37 AM | #3 |
Pledge
Join Date: May 2012
Posts: 9
|
I downloaded that installer then i start install and installer do those par2 files.
|
05-11-2012, 02:26 PM | #4 |
Pledge
Join Date: May 2012
Posts: 9
|
Cuchulainn i download again installer in diferent computer but op system also Ubuntu 12.04
and same thing installer start pypar2 and do those par2 files.then for me is dead end .Ofocruse i am in linux very noob. Best regards Soros |
05-11-2012, 05:50 PM | #5 |
Master
Join Date: Aug 2007
Posts: 303
|
ok just use the installer which you downloaded and remove the par2 files. Before you double click on the installer make it executable.
You can do it either via (most) file browsers below properties -> permission or do it via the terminal like this: Code:
chmod u+x ~/ROInstall* If you don't have any sound in the game, you should install openal-soft or openal first. It should be in the Ubuntu repo. |
05-14-2012, 08:39 AM | #6 |
Banned
Join Date: Nov 2008
Location: Holland
Posts: 226
|
DOesnt that mean that you download isn't finished?
|
05-14-2012, 05:06 PM | #7 |
Pledge
Join Date: May 2012
Posts: 9
|
I dont know i have downloaded firefox and chrome and both web browser show that is downloaded 100% i try to download whit torrent also but that dont work
I installed third computer in windows and works fine. but idont know i have tryd many times to download and istall 2 different computer both whit ubuntu 12.04 and cant play Best regards Soros |
05-14-2012, 05:53 PM | #8 |
Master
Join Date: Aug 2007
Posts: 303
|
you can also try to launch the installer from the terminal. Maybe it will show any helpful error message then:
Code:
./ROInstall_32 |
05-15-2012, 08:58 AM | #9 |
Pledge
Join Date: May 2012
Posts: 9
|
I noob in linux
I start terminal dministrator@ubuntu:~/Downloads$ dir ROInstall_32 administrator@ubuntu:~/Downloads$ ROInstall_32 ROInstall_32: command not found administrator@ubuntu:~/Downloads$ Best regards Soros |
05-15-2012, 04:12 PM | #10 |
Master
Join Date: Aug 2007
Posts: 303
|
ok. Well you need the ./ too, otherwise it will just ignore your current path and instead look if there is a system command named ROInstall_32.
A absolute path would be like this ~/Downloads/ROInstall_32. You can either use the relative path ./ROInstall_32 (in the correct path), or ~/Downloads/ROInstall_32 (if this is the correct place of the file). |
|
|