Results 1 to 4 of 4

Thread: Wolfenstein "Sys_Error: Couldn't load default.cfg"

  1. #1
    Join Date
    Oct 2005
    Location
    England
    Beans
    27
    Distro
    Ubuntu 8.04 Hardy Heron

    Wolfenstein "Sys_Error: Couldn't load default.cfg"

    Trying to run Wolfenstein I get
    Code:
    george@michelle-desktop:~$ wolfsp 
    Wolf 1.41 linux-i386 Dec  4 2002
    ----- FS_Startup -----
    Current search path:
    /home/george/.wolf/main
    /usr/local/games/wolfenstein/main/sp_pak3.pk3 (14 files)
    /usr/local/games/wolfenstein/main/sp_pak2.pk3 (232 files)
    /usr/local/games/wolfenstein/main
    
    ----------------------
    246 files in pk3 files
    ----- CL_Shutdown -----
    -----------------------
    ----- CL_Shutdown -----
    -----------------------
    Sys_Error: Couldn't load default.cfg
    I've had a look and I can't see what's wrong...

  2. #2
    Join Date
    Oct 2005
    Location
    England
    Beans
    27
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: Wolfenstein "Sys_Error: Couldn't load default.cfg"

    surely this must have come up before?

  3. #3
    Join Date
    Nov 2005
    Location
    Norway
    Beans
    5
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: Wolfenstein "Sys_Error: Couldn't load default.cfg"

    According to http://zerowing.idsoftware.com this error is due to missing .pk3 files. I've had some of these errors in both quake3 and RTCW. Are you sure you copied all the .pk3s to the right location?

    It does indeed look suspicious that the engine is only able to locate sp_pak3.pk3 and sp_pak2.pk3.

    I'm in Windows at the moment, trying to install kde 4.1 beta, but I can have a look at it later tonight or tomorrow if you're sure that you've copied all the .pk3s from the cd to the right location.

  4. #4
    Join Date
    Jun 2007
    Location
    Melbourne, Australia
    Beans
    1,171

    Re: Wolfenstein "Sys_Error: Couldn't load default.cfg"

    If you're still having this issue (or if anyone else finds it), check the permissions on the .pk3 files. I'm not sure about Ubuntu, but in Gentoo they should be owned by the root user and the games group.
    Code:
    chown -R root:games /opt/rtcw/main
    chmod -R g+r /opt/rtcw/main
    Is what I had to do to fix it. But they're in a different place in Ubuntu, and they may need to be owned by a different group.
    Last edited by jw5801; January 26th, 2009 at 03:14 AM.

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
  •