Results 1 to 3 of 3

Thread: Quake 4 installation problem

  1. #1
    Join Date
    Jan 2008
    Beans
    105

    Quake 4 installation problem

    Hi.

    I followed the zerowing/idgames howto to install Quake 4. That is, i copied the pk4 files to /usr/local/games/quake4/q4base and then downloaded the 1.4.2 (latest) installer script from the website, but when I run it I get

    Code:
    :/usr/local/games/quake4$ sudo sh quake4-linux-1.4.2.x86.run
    Verifying archive integrity...Error in MD5 checksums: d7e664bd1f0d892ca59d33e27218dbe0 is different from 3838acf174131d21b16045efa2b599fd
    However when I checked the checksums on the howto page, I didn't see either of those two entries. Amy I just missing something obvious?

    Kubuntu 8.04
    AMD Sempron 2800+
    1024 MB RAM
    nVidia GeForce 8600

  2. #2
    Join Date
    Jul 2007
    Location
    Reykjavík, Iceland
    Beans
    1,555
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Quake 4 installation problem

    I know Im not really helping, but try older version of the linux installer.
    it worked brilliantly for me.

  3. #3
    Join Date
    Aug 2005
    Location
    Birmingham, AL
    Beans
    974
    Distro
    Kubuntu

    Re: Quake 4 installation problem

    Check the actual installer's checksum with the ones on the page using md5sum:

    Code:
    md5sum quake4-linux-1.4.2.x86.run
    If it's wrong, then you'll need to re-download.

    Also, try running it with bash instead of sh:

    Code:
    sudo bash quake4-linux-1.4.2.x86.run
    In Ubuntu, sh is linked to a bash workalike called "dash" which sometimes gives problems. Calling bash directly gets around that.

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
  •