Results 1 to 6 of 6

Thread: Nexuiz - unable to join Multiplayer internet game

Hybrid View

  1. #1
    Join Date
    Nov 2004
    Location
    Kent, England
    Beans
    229
    Distro
    Kubuntu 10.04 Lucid Lynx

    Nexuiz - unable to join Multiplayer internet game

    Hi all,
    I hope someone can help with this, I'm running ubuntu 9.10 x_64 version, geforce 8600GT card.
    Installed nexuiz from the repo's and downloaded the map pack from the Nexuiz site.
    I can play single player no probs, I can create a server and play against bots no problem but when I try and join any multiplayer internet game everything seems to be loading fine, the screen goes to the text console and I see it load everything like maps, wav sound files, sometimes it downloads a map if I don't have it, then the last info line at the bottom of the screen says 'downloading csprogs.dat' first it says 0% then after a few seconds says 100% and then nothing happens, meanwhile I can see the chat from within the game and the frags rolling up the screen,

    anyone got any ideas what I'm doing wrong?

    Thanks,
    Cheers,

    Wayne

  2. #2
    Join Date
    Aug 2005
    Location
    Philadelphia, PA, USA
    Beans
    2,774
    Distro
    Lubuntu 12.10 Quantal Quetzal

    Re: Nexuiz - unable to join Multiplayer internet game

    First, the downloading of maps that you do not have is normal. I get that all the time.
    Now to your problem:
    Try using the Nexuiz straight from the Alien Trap website. You can download it from here:
    http://alientrap.org/nexuiz/
    It is a pretty big download, about 800+MB. Download it to your /home directory.
    Then right-click on the zip file you downloaded and choose "extract", or whatever it says. Or open a terminal and run:
    Code:
     unzip nexuiz-252.zip
    Then open a terminal and cd (change directory) to the nexuiz directory that was created when you unzipped the nexuiz file that you downloaded:
    Code:
    cd Nexuiz
    Or it may be named nexuiz with a lower-case n:
    Code:
     cd nexuiz
    To start the game from the terminal, you will need to use one of the 64bit launchers since you are using 64bit Ubuntu. So just run:
    Code:
    ./nexuiz-linux-x86_64-sdl
    This should launch the game and get you into any multiplayer game. This is how I have always run Nexuiz. This way you can get the newest versions of nexuiz when they are released from the Alien Trap site without having to wait for the Ubuntu devs to add it to the Ubuntu repos.

    Rationale for this:
    I have just noticed that if I try to launch nexuiz by running:
    Code:
    ./nexuiz-linux-sdl.sh
    then I get the same error message. The nexuiz-linux-sdl.sh is a generic launcher that is supposed to run the game whether you are using 32bit or 64bit linux. But if I use the specific ./nexuiz-linux-686-sdl for 32bit linux or the ./nexuiz-linux-x86_64-sdl for 64bit linux, then I don't get this problem. The nexuiz that you installed from the Ubuntu repos may be tring to run the generic nexuiz-linux-sdl.sh launcher. So you then get that error message.

    Note: Running Nexuiz this way will not conflict with the nexuiz you have installed from the Ubuntu repos.
    Hope this helps. Write back with your results.

    BTW, We both have the same nvidia graphics cards. The 8600GT will run nexuiz just fine!

    BTW #2, Your profile says you are running 7.10 Gutsy. Please update your profile so everyone knows what version of K/X/Ubuntu you are running.
    Last edited by tommcd; February 9th, 2010 at 03:32 PM.
    Registered Linux User #422464 http://linuxcounter.net/
    Use the search engine that respects your privacy rights: https://startpage.com/

  3. #3
    Join Date
    Nov 2004
    Location
    Kent, England
    Beans
    229
    Distro
    Kubuntu 10.04 Lucid Lynx

    Re: Nexuiz - unable to join Multiplayer internet game

    Thanks for the help much appreciated. I downloaded the latest release from alientrap.org and installed it as you suggested. Tried running the nexuiz-linux-x86_64.sdl and same problem.
    Tried removing the deb package and no difference.
    Tried running the .glx file and same thing.

    Each time it seems to load everything then just stops at the loading csprogs.dat line.

    Should I check any other setting do you think? could it be because I'm on x_64 architecture?
    Cheers,

    Wayne

  4. #4
    Join Date
    Aug 2005
    Location
    Philadelphia, PA, USA
    Beans
    2,774
    Distro
    Lubuntu 12.10 Quantal Quetzal

    Re: Nexuiz - unable to join Multiplayer internet game

    Quote Originally Posted by Original Brownster View Post
    Thanks for the help much appreciated. I downloaded the latest release from alientrap.org and installed it as you suggested. Tried running the nexuiz-linux-x86_64.sdl and same problem.
    The way I suggested running nexuiz in my last post does not really install the game. The nexuiz package from Alien Trap is a stand-alone package that just runs from your /home directory by launching the 32bit or 64bit executable.
    Quote Originally Posted by Original Brownster View Post
    Tried running the .glx file and same thing.
    Hmmm, that is the next thing that I would have suggested.
    Quote Originally Posted by Original Brownster View Post
    Should I check any other setting do you think? could it be because I'm on x_64 architecture?
    I don't know what else you could do at this point.
    The problem is not 64bit linux (as far as I know anyway). Nexuiz includes executables for 32bit and 64bit linux. I can run nexuiz from my 64bit Slackware 13 with no problems. I use 32bit Ubuntu though, so I can't check this on a 64bit Ubuntu system.
    I tried googling this issue. There is not much info about it that I could find. The only info I found was about compiling the development builds of nexuiz from svn that do not really apply here.
    Last edited by tommcd; February 10th, 2010 at 02:59 PM.
    Registered Linux User #422464 http://linuxcounter.net/
    Use the search engine that respects your privacy rights: https://startpage.com/

  5. #5
    Join Date
    Nov 2004
    Location
    Kent, England
    Beans
    229
    Distro
    Kubuntu 10.04 Lucid Lynx

    Re: Nexuiz - unable to join Multiplayer internet game

    Well thanks for your help, I'm at a loss what to try next.
    Cheers,

    Wayne

  6. #6
    Join Date
    Oct 2012
    Beans
    1

    Re: Nexuiz - unable to join Multiplayer internet game

    I have the same problem.
    Maybe someone find solution.
    Please .....

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
  •