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

Difference between revisions of "W LoadWadFile : couldn't load gfx.wad"

From Quake Wiki

Line 1: Line 1:
 
This error has at least two possible causes:
 
This error has at least two possible causes:
  
1. Running the quake executable with the wrong working directory (could be a problem with the batch file or command line.)
+
==1. Running the quake executable with the wrong working directory==
  
Example of a problem batch file:
+
This could be a problem with the batch file or command line. Example of a problem batch file:
 
<pre>
 
<pre>
 
games\quake\quake.exe
 
games\quake\quake.exe
Line 13: Line 13:
 
</pre>
 
</pre>
  
2. A problem with your Quake installation. The file structure should resemble this:
+
==2. A problem with your Quake installation==
 +
 
 +
The file structure should resemble this:
 
<pre>
 
<pre>
 
Your Quake Directory (directory)
 
Your Quake Directory (directory)

Revision as of 21:42, 26 May 2009

This error has at least two possible causes:

1. Running the quake executable with the wrong working directory

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

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.