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

Thread: Quake4 installed but won't start :(

  1. #1
    Join Date
    Nov 2005
    Location
    Cumbria, England
    Beans
    51
    Distro
    Ubuntu 11.04 Natty Narwhal

    Quake4 installed but won't start :(

    Hi everyone,
    I am new to Kubuntu and have limited Linux experience so go easy

    OK I have installed Quake4 and copied pak files etc into the q4base dir and when i open a terminal in the q4 dir and type "quake4" it gives "command not found".
    I guessed at "sh quake4" and i get an error :-

    "./quake4.x86: error while loading shared libraries: libSDL-1.2.so.0: cannot open shared object file: No such file or directory"

    Now i have read other posts and the Quake4 GNU/Linux FAQ from ID and have only installed libsdl1.2debian and libsdl1.2debian-oss.

    So i'm kinda stuck, especially since Doom3 is a very similar install and it works by just clicking on the doom3 shell script icon in the install dir?

    HELP ! Thanks...

  2. #2
    Join Date
    Aug 2005
    Location
    Århus, DenmarK
    Beans
    1,478
    Distro
    Kubuntu 8.10 Intrepid Ibex

    Re: Quake4 installed but won't start :(

    Try installing this package:

    libsdl1.2-dev

  3. #3
    Join Date
    Apr 2005
    Location
    Finland
    Beans
    300
    Distro
    Ubuntu 7.04 Feisty Fawn

    Re: Quake4 installed but won't start :(

    libsdl1.2debian and libsdl1.2debian-oss.
    I have only these two and it works just fine. At least demo version.

  4. #4
    Join Date
    Sep 2005
    Beans
    8
    Distro
    Kubuntu Breezy 5.10

    Re: Quake4 installed but won't start :(

    yeah q4 works, took some screwing around with downloading the i386 versions of those files, and updating ld.so.conf and running ldconfig. However alsa sounds like pure ****, but the one thing I haven't tried is libsdl1.2.dev which is most likely graphics stuff? I thought the sdl side of it was for the nvidia side of things.

  5. #5
    Join Date
    Jun 2005
    Location
    Airdrie, Alberta, Canada
    Beans
    2

    Re: Quake4 installed but won't start :(

    I had the same problem. Solution for me was to add the following to your command.

    quake4 +set s_driver oss

    or, create a quick launch icon and add +ser s_driver oss in the executable box

    hope this helps

  6. #6
    Join Date
    Mar 2005
    Location
    San Francisco, US
    Beans
    139
    Distro
    Hardy Heron (Ubuntu Development)

    Re: Quake4 installed but won't start :(

    I've tried installing libsdl1.2-dev and also the quake4-demo +set s_driver oss option.

    No joy on either. Is there anything else I can try?
    Dell Inspiron 1420n running Hardy i386.

  7. #7
    Join Date
    Mar 2005
    Beans
    30

    Re: Quake4 installed but won't start :(

    Check this out http://www.lucentplum.com/?p=16

    it worked for me Now got Quake4 running on Dapper Drake. Much smoother than XP

    Note: when you unpack to /tmp for some reason your /tmp directory permissions are changed preventing xwindows starting next time you log on. So before you log off type:- sudo chmod 777 /tmp

    Cheers

    TasKiNG
    Last edited by TasKiNG; March 1st, 2006 at 09:33 PM.

  8. #8
    Join Date
    Jan 2006
    Location
    Southampton, NJ
    Beans
    232
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Quake4 installed but won't start :(

    You need to install the PATCH. It will install the rest of the necessary files you need to run. Just extracting the pk4 files from the CD gives you the shell of the game. Sorry but I'm leaving for school so I don't have time to find you a link for it.....

    Also, when you install the patch you need to launch the game using "sudo quake4" in the console. It's got screwy permissions . If you try just using "quake4" in the console or launching fom a shortcut it resizes your screeen res so you can't see and the game won't start. Joy for me to figure that one out
    Last edited by R3linquish3r; March 3rd, 2006 at 12:26 PM.

  9. #9
    Join Date
    Nov 2005
    Location
    Beograd, Srbija
    Beans
    180
    Distro
    Kubuntu 11.10 Oneiric Ocelot

    Re: Quake4 installed but won't start :(

    Well, I have a problem too, but no solution so far.

    Quake4 worked fine on my mashine, but some time ago, all of a sudden it stoped working. When I start it I get black screen for a few seconds and the it closes and that's it.

    When I ran it in terminal I got these:
    ....
    execing default.cfg
    "ALT" isn't a valid key
    "CTRL" isn't a valid key
    couldn't exec editor.cfg
    execing Quake4Config.cfg
    couldn't exec autoexec.cfg

    ....
    ------ OSS Sound Initialization ------
    opened sound device '/dev/dsp'
    ioctl SNDCTL_SYSINFO failed: Invalid argument
    this ioctl is only available in OSS/Linux implementation. If you run OSS/Free, d
    on't bother.
    /dev/dsp - bit rate: 16, channels: 6, frequency: 44100
    allocated a mix buffer of 49152 bytes
    WARNING: ioctl SNDCTL_DSP_SETTRIGGER PCM_ENABLE_OUTPUT failed: Broken pipe
    --------------------------------------


    and at the and

    found DLL in pak file: /home/gazda/quake4/q4base/game100.pk4/gamex86.so
    copy gamex86.so to /home/gazda/.quake4/q4base/gamex86.so
    signal caught: Segmentation fault
    si_code 2
    Trying to exit gracefully..
    --------------- BSE Shutdown ----------------
    ---------------------------------------------
    WARNING: rvServerScanGUI::Clear() - invalid scanGUI

    Shutting down sound hardware
    ------ OSS Sound Shutdown ------
    close sound device
    --------------------------------
    idRenderSystem::Shutdown()
    Shutting down SDL subsystem
    /home/gazda/bin/quake4: line 6: 10424 Segmentation fault ./quake4.x86 $*


    Any ideas what went wrong?

  10. #10
    Join Date
    Jun 2006
    Location
    Sweden
    Beans
    79
    Distro
    Kubuntu 6.06

    Re: Quake4 installed but won't start :(

    Quote Originally Posted by nolan-
    "./quake4.x86: error while loading shared libraries: libSDL-1.2.so.0: cannot open shared object file: No such file or directory"
    I'm using Kubuntu Dapper (6.06) for amd64 and I had the exact same error message when trying to start the Quake4 demo. Are you also using amd64? In that case you can try installing the ia32-libs-sdl package. It solved the problem for me. Comments for the package displayed in Adept:
    "This package contains runtime libraries for the ia32/i386 architecture, configured for use on an amd64 or ia64 Ubuntu system running a 64-bit kernel. These are packages related to sdl. Commercial games like Quake4 are known to work with this package installed"
    Last edited by mogelhead; June 20th, 2006 at 09:16 PM.

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
  •