Author Topic: cannot load open gl.  (Read 7487 times)

Meow

  • Posts: 26
  • Turrets: +1/-0
cannot load open gl.
« on: July 20, 2013, 02:04:47 pm »
cannot load open gl.log is pasted below.

----- FS_Startup -----
Current search path:
C:\Program Files\Tremulous\base\vms-1.1.0.pk3 (4 files)
C:\Program Files\Tremulous\base\map-uncreation-1.1.0.pk3 (110 files)
C:\Program Files\Tremulous\base\map-tremor-1.1.0.pk3 (45 files)
C:\Program Files\Tremulous\base\map-transit-1.1.0.pk3 (135 files)
C:\Program Files\Tremulous\base\map-niveus-1.1.0.pk3 (134 files)
C:\Program Files\Tremulous\base\map-nexus6-1.1.0.pk3 (151 files)
C:\Program Files\Tremulous\base\map-karith-1.1.0.pk3 (118 files)
C:\Program Files\Tremulous\base\map-atcs-1.1.0.pk3 (87 files)
C:\Program Files\Tremulous\base\map-arachnid2-1.1.0.pk3 (67 files)
C:\Program Files\Tremulous\base\data-1.1.0.pk3 (1229 files)
C:\Program Files\Tremulous/base

----------------------
2080 files in pk3 files
execing default.cfg
couldn't exec autogen.cfg
couldn't exec autoexec.cfg
Hunk_Clear: reset the hunk ok
...detecting CPU, found generic

------- 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 3: 640 480 FS
...using desktop display depth of 32
...calling CDS: ok
...registered window class
...created window@0,0 (640x480)
Initializing OpenGL driver
...getting DC: succeeded
...GLW_ChoosePFD( 32, 24, 8 )
...35 PFDs found
...GLW_ChoosePFD failed
...GLW_ChoosePFD( 32, 24, 0 )
...35 PFDs found
...GLW_ChoosePFD failed
...failed to find an appropriate PIXELFORMAT
...restoring display settings
...WARNING: could not set the given mode (3)
...setting mode 3: 640 480 FS
...using colorsbits of 16
...calling CDS: ok
...created window@0,0 (640x480)
Initializing OpenGL driver
...getting DC: succeeded
...GLW_ChoosePFD( 16, 16, 0 )
...35 PFDs found
...GLW_ChoosePFD failed
...GLW_ChoosePFD( 16, 16, 0 )
...35 PFDs found
...GLW_ChoosePFD failed
...failed to find an appropriate PIXELFORMAT
...restoring display settings
...WARNING: could not set the given mode (3)
...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

ULTRA Random ViruS

  • Posts: 924
  • Turrets: +4/-101
    • ZdrytchX's reference website
Re: cannot load open gl.
« Reply #1 on: July 21, 2013, 07:02:27 am »
Quote
...failed to find an appropriate PIXELFORMAT
Try creating/modifying a shortcut - where "target" is listed, add "+seta r_mode -1 +seta r_fullscreen 0 +set r_customheight <screenheight> +set r_customwidth <screenwidth>
where <Screenheight> and <screenwidth are your screenheights and widths desireable of course.
Use a common number like 1280x720 or 1024 x 640 or so, they have to be multiples of 4 afaik. Make the numbers smaller than your full screen resolution, because "r_fullscreen 0" actually forces you into windowed mode.
Quote
...setting mode 3: 640 480 FS
...
...WARNING: could not set the given mode (3)
That means you're setting your screen resolution to 640x480, which is rediculously small. Well, it's actually default for trem 1.1 vanilla (2006), you probably want a newer client. I have a list of updated clients here: https://sites.google.com/site/zdrytchx/
Select a 1.1 client of your choice. I personally use tremfusion, the only buggy thing about it is playing on impure servers where your ui is bugged but there aren't that many impure servers available, and you can always download a custom ui file to fix this problem.

Also, are your graphics drivers "up-to-date?"
« Last Edit: July 21, 2013, 07:08:36 am by ULTRA Random ViruS »