Page 1 of 2 12 LastLast
Results 1 to 10 of 20

Thread: Help with Regnum Online.

  1. #1
    Join Date
    Oct 2007
    Location
    The land of Ubuntu coffee
    Beans
    381
    Distro
    Ubuntu 11.04 Natty Narwhal

    Help with Regnum Online.

    Note: I'm a NOOOB

    Ok
    so I want to play regnum natively on linux. Being the noob that I am, I cannot figeur out how to do this, can some one help me? I'm used to windows graphical installs.

  2. #2
    Join Date
    May 2007
    Beans
    853
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Help with Regnum Online.

    follow the readme in the .tar.gz file that you download regnum in


    most things that you need will have automatic or graphical installs. for some rare things you will need to compile the source code first. It's pretty easy to do.

    after you have your downloaded file from regnum's website

    first, create some directory. probably called /home/INSERTYOURUSERNAMEHERE/regnum

    by copy/pasting this code
    Code:
    mkdir ~/regnum
    then use the graphical unpacking tool to extract the contents of the .tar.gz file. extract it to your /home/yourusername/regnum directory (you just made it with the above code, ~/ is a shortcut to your home folder)

    then type these codes

    Code:
     cd ~/regnum
    (changes the "place" that you are in your computer to your new ~/regnum directory
    Code:
    ./configure
    configures the files needed to compile the code
    Code:
    make
    makes the install file
    Code:
    make install
    installs your program

    that should give you regnum. enjoy.

    NOTE: I'm not sure if extracting regnum creates it's own regnum directory with all the stuff inside, or if it just creates the mess of files. If it creates it's own directory, then you can do cd ~/regnum/WhatEverTheNameOfTheNewFileIs instead of just cd ~/regnum
    Last edited by Tyke91; November 17th, 2007 at 05:10 AM.
    The box said that I needed to have Windows 98 or better... so I installed Linux
    Need help with shell commands? click
    Need MORE help with shell commands? advanced click

  3. #3
    Join Date
    Sep 2007
    Location
    Canada
    Beans
    229
    Distro
    Kubuntu 10.10 Maverick Meerkat

    Re: Help with Regnum Online.

    The Download from the site was binary for me, so what you need to do is.

    Code:
    mkdir ~/regnum
     cd ~/regnum
    wget http://www.regnumonline.com.ar/downloads/files/rolauncher.tar.gz
    tar xzf rolauncher.tar.gz
    ./rolauncher
    After that you are all GUI.

  4. #4
    Join Date
    May 2007
    Beans
    853
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Help with Regnum Online.

    it's a binary now? sweet! it's been so long since I downloaded it...
    The box said that I needed to have Windows 98 or better... so I installed Linux
    Need help with shell commands? click
    Need MORE help with shell commands? advanced click

  5. #5
    Join Date
    Oct 2007
    Location
    The land of Ubuntu coffee
    Beans
    381
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Help with Regnum Online.

    You guys are awsome, thanks. Just one question (this may make you facepalm so beware) How do i get to the Gui installer after I enter that code in the terminal?

  6. #6
    Join Date
    Oct 2007
    Location
    Wuhan, Hubei, PRC
    Beans
    63
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Help with Regnum Online.

    If you run that code one line at a time, it will create a regnum directory, take you there, download the installer, extract the installer, and run the installer - the installer run from the terminal should bump you automatically (or after a couple simple yes/no questions) into the GUI installation interface, with the terminal running behind it.

    If you can't get to the installer with these instructions, check if a new directory was created in your ~/regnum directory when you extracted the installer.

    You should also be able to run "sudo ./rolauncher" to install Regnum for all users on the computer, instead of limiting it to the account that's currently logged in.

  7. #7
    Join Date
    Dec 2006
    Location
    puyallup WA
    Beans
    286
    Distro
    Lubuntu 12.04 Precise Pangolin

    Re: Help with Regnum Online.

    i had to use "$ MALLOC_CHECK_= ./rolauncher" to get it to work with gusty 7.10 Ubuntu and Kubuntu.

  8. #8
    Join Date
    Sep 2007
    Location
    Canada
    Beans
    229
    Distro
    Kubuntu 10.10 Maverick Meerkat

    Re: Help with Regnum Online.

    I found a link to a 64bit version. I couldn't get sound to work with the standard install, but this one works awesome for me.

    64bit

  9. #9
    Join Date
    Oct 2005
    Beans
    66

    Re: Help with Regnum Online.

    I tried this, but I just get a coredump

    ~/regnum$ ./rolauncher
    *** glibc detected *** ./rolauncher: free(): invalid pointer: 0x08666dd0 ***
    ======= Backtrace: =========
    /lib/tls/i686/cmov/libc.so.6[0xb77e9d65]
    /lib/tls/i686/cmov/libc.so.6(cfree+0x90)[0xb77ed800]
    /usr/lib/libglib-2.0.so.0(g_free+0x31)[0xb76f9961]
    ./rolauncher[0x817613d]
    ./rolauncher[0x8070b53]
    ./rolauncher[0x8065a7a]
    ./rolauncher[0x8067ed1]
    ./rolauncher[0x810074e]
    ./rolauncher[0x805c55e]
    /lib/tls/i686/cmov/libc.so.6(__libc_start_main+0xe0)[0xb7796050]
    ./rolauncher(__gxx_personality_v0+0x3d5)[0x805c391]
    ======= Memory map: ========

    blah blah blah

    b7f25000-b7f2c000 r--s 00000000 08:01 8279130 /usr/lib/gconv/gconv-modules.cache
    b7f2c000-b7f2e000 rw-p b7f2c000 00:00 0
    b7f2e000-b7f48000 r-xp 00000000 08:01 819221 /lib/ld-2.6.1.so
    b7f48000-b7f4a000 rw-p 00019000 08:01 819221 /lib/ld-2.6.1.so
    bf914000-bf929000 rwxp bf914000 00:00 0 [stack]
    ffffe000-fffff000 r-xp 00000000 00:00 0 [vdso]
    Aborted (core dumped)
    Be who you are and say what you feel, because those who mind don't matter and those who matter don't mind. - Dr. Seuss

  10. #10
    Join Date
    Sep 2007
    Beans
    3

    Re: Help with Regnum Online.

    i got the same thing how do you fix?

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •