PDA

View Full Version : Quake III Arena won't load (OpenGL Error)


Terrum
06-15-2010, 05:55 AM
But Quake III Team Arena loads fine

The error I am getting:
http://img689.imageshack.us/img689/5928/54493536.png

For those who can't see the picture or are too lazy to view it:
GLW_StartOpenGL() - could not load OpenGL subsystem

Hope someone can help. Thanks.

EDIT:
Some PC Info:

Intel(R) Pentium(R) Dual CPU T3400 @ 2.16GHz 2.17GHz
4.00GB Installed RAM
64-Bit Installed Windows 7 Ultimate Operating System

Video Card: NVIDIA GeForce G 105M

EDIT2:
Log of Error
Q3 1.32 win-x86 Oct 7 2002
----- FS_Startup -----
Current search path:
f:\pc backup\f\program files\steam\steamapps\common\quake 3 arena\baseq3\pak8.pk3 (9 files)
f:\pc backup\f\program files\steam\steamapps\common\quake 3 arena\baseq3\pak7.pk3 (4 files)
f:\pc backup\f\program files\steam\steamapps\common\quake 3 arena\baseq3\pak6.pk3 (64 files)
f:\pc backup\f\program files\steam\steamapps\common\quake 3 arena\baseq3\pak5.pk3 (7 files)
f:\pc backup\f\program files\steam\steamapps\common\quake 3 arena\baseq3\pak4.pk3 (272 files)
f:\pc backup\f\program files\steam\steamapps\common\quake 3 arena\baseq3\pak3.pk3 (4 files)
f:\pc backup\f\program files\steam\steamapps\common\quake 3 arena\baseq3\pak2.pk3 (148 files)
f:\pc backup\f\program files\steam\steamapps\common\quake 3 arena\baseq3\pak1.pk3 (26 files)
f:\pc backup\f\program files\steam\steamapps\common\quake 3 arena\baseq3\pak0.pk3 (3539 files)
f:\pc backup\f\program files\steam\steamapps\common\quake 3 arena/baseq3

----------------------
4073 files in pk3 files
execing default.cfg
execing q3config.cfg
couldn't exec autoexec.cfg
Hunk_Clear: reset the hunk ok
...detecting CPU, found Intel Pentium III

------- Input Initialization -------
No window for DirectInput mouse init, delaying
Joystick is not active.
------------------------------------
----- Client Initialization -----
----- Initializing Renderer ----
-------------------------------
----- Client Initialization Complete -----
----- R_Init -----
Initializing OpenGL subsystem
...initializing QGL
...calling LoadLibrary( 'C:\Windows\system32\opengl32.dll' ): succeeded
...setting mode 8: 1280 1024 FS
...using colorsbits of 16
...calling CDS: failed, bad mode
...trying next higher resolution: failed, bad mode
...restoring display settings
...registered window class
...created window@3,22 (1286x1052)
Initializing OpenGL driver
...getting DC: succeeded
...GLW_ChoosePFD( 16, 16, 0 )
...125 PFDs found
...hardware acceleration found
...PIXELFORMAT 7 selected
...creating GL context: succeeded
...making context current: succeeded
...WARNING: fullscreen unavailable in this mode
...setting mode 8: 1280 1024 FS
...using colorsbits of 16
...calling CDS: failed, bad mode
...trying next higher resolution: failed, bad mode
...restoring display settings
...window already present, CreateWindowEx skipped
Initializing OpenGL driver
...WARNING: fullscreen unavailable in this mode
...shutting down QGL
...unloading OpenGL DLL
...assuming '3dfxvgl' is a standalone driver
...initializing QGL
...WARNING: missing Glide installation, assuming no 3Dfx available
...shutting down QGL
----- CL_Shutdown -----
RE_Shutdown( 1 )
-----------------------
GLW_StartOpenGL() - could not load OpenGL subsystem



EDIT3:
I'm trying to update my video drivers now to see if that will fix it.

Gentle
06-15-2010, 10:33 AM
Sort of looks like you're trying to run it in Glide...

That's an old 3dfx (hardware) standard.

Gentle

Terrum
06-16-2010, 01:57 AM
Okay well I tried it when I was at home on my PC (ATI Radeon 4850) and it worked absolutely fine in-game. But it doesn't work on my laptop. How do I change the game settings without opening the game?

Assassin1471
06-16-2010, 10:44 AM
does your original quake 3 arena attempt to start at a resolution your monitor / Gfx card dusnt support?

Terrum
06-17-2010, 01:44 AM
does your original quake 3 arena attempt to start at a resolution your monitor / Gfx card dusnt support?
The resolution doesn't change at all it just shows greyness in the window then the blue console pops up and shows that error (exactly as the screenshot prints).

EDIT: I wouldn't exactly know if it tries starting at a resolution my monitor/gfxcard can't handle/accept. Is there a way to change settings to the most compatiable and least settings without opening the game then? Like parameters?

Terrum
07-12-2010, 04:33 PM
Still having issues here, anyone able to help?

seq
07-12-2010, 05:38 PM
Quake is trying to use a resolution that your monitor doesn't support.
...setting mode 8: 1280 1024 FS
...using colorsbits of 16
...calling CDS: failed, bad mode
...trying next higher resolution: failed, bad mode

Judging by the screenshot you posted your monitor's native resolution is 1280x800. To fix that, you can locate your q3config.cfg file (something like \steam\steamapps\common\quake 3 arena\baseq3\q3config.cfg) and open it in a text editor. You have to change three values like this:
r_customheight 800
r_customwidth 1280
r_mode -1

After that you should be good to go.