Hosting and domain costs until October 2024 have been generously sponsored by dumptruck_ds. Thank you!

W LoadWadFile : couldn't load gfx.wad

From Quake Wiki

Revision as of 01:39, 8 June 2014 by 192.168.4.107 (talk) (lowercase for filenames)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This error has at least two possible causes:

1. Running the quake executable with the wrong working directory[edit]

This could be a problem with the batch file or command line. Example of a problem batch file:

games\quake\quake.exe

The fixed batch file:

cd games\quake
quake.exe

2. A problem with your Quake installation[edit]

The file structure should resemble this:

Your Quake Directory (directory)
  \--id1 (directory)
      \--pak0.pak (file)
      \--pak1.pak (file, not necessary if you just want to play the shareware/demo)
  \--QUAKE.EXE (glquake.exe or whatever) (file)

In plain text: Inside your Quake directory there must be a directory called id1. Inside the id1 directory there must be the files pak0.pak and pak1.pak. The executable must be in the Quake directory.

If you cannot figure out what is wrong, try reinstalling.

Linux/MacOS users have to make sure all files and directories are lowercase. On Windows this does not matter.