Results 1 to 5 of 5

Thread: UT2004 Demo won't start

  1. #1
    Join Date
    Apr 2007
    Location
    Provo, UT
    Beans
    157
    Distro
    Ubuntu 8.10 Intrepid Ibex

    UT2004 Demo won't start

    Ok, so, I downloaded the UT2004 demo (my roommate was practically frothing at the mouth waiting for it). I installed it via:

    $ sudo sh UT2004...3334.run

    This brought up the GUI like it was supposed to and the game installed fine. When it was done installing it asked if I would like to start. I said yes, for a split second I saw the UT2004 splash screen and the game started. I played a quick game and quit.

    Next I tried to relaunch the program from the Applications menu - I again saw the splash screen for a split second and then ... nothing. No hang up, no crash, nothing. It was like I hadn't done anything at all.

    I'm curious why that would be - any help on how to get the game to launch again? Do I need to log in as root and chmod the folder that contains it to read/write?

    Thanks!

  2. #2
    Join Date
    Nov 2006
    Location
    India
    Beans
    1,246
    Distro
    Ubuntu Development Release

    Re: UT2004 Demo won't start

    Run it from the terminal and see what errors it gives .

    Will help u better diagnose the problem

  3. #3
    Join Date
    Feb 2007
    Location
    In my chair
    Beans
    1,485

    Re: UT2004 Demo won't start

    Actually .. yes .. yes you do need to chmod your .ut2004 ^^ Bug in the installer if you hit "play" right after it installs.
    Code:
    sudo chown -R $USER:$USER ~/.ut2004
    Code:
    sudo chmod -R 770 ~/.ut2004
    Btw when a program doesn't launch run it on the command line to get the error output. For instance:
    Code:
    ut2004
    in this case.
    Currently favorite songs:
    Miss Hyde, This Song Is About Monsters, Masagin, I Will Try to Blow it Out, La Resistance
    Visit www.cherrypeel.com for more free indie music =)

  4. #4
    Join Date
    Aug 2007
    Location
    Juliette GA US
    Beans
    9
    Distro
    Ubuntu 7.04 Feisty Fawn

    Re: UT2004 Demo won't start

    here's my error message :

    jerry@jerry-desktop:~$ ut2004
    Can't find 'ini:Engine.Engine.GameEngine' in configuration file

    History:

    Exiting due to error

  5. #5
    Join Date
    Feb 2007
    Location
    In my chair
    Beans
    1,485

    Re: UT2004 Demo won't start

    try what I said above =-/
    Currently favorite songs:
    Miss Hyde, This Song Is About Monsters, Masagin, I Will Try to Blow it Out, La Resistance
    Visit www.cherrypeel.com for more free indie music =)

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
  •