Pages: [1]
  Print  
Author Topic: GL error + dual monitor  (Read 9465 times)
n0de
Nub


Cakes 1
Posts: 7


« on: August 27, 2009, 08:33:06 AM »

Hi, can anyone help?

I've been able to run OA quite happily ever since before I went dual monitor, and now this on startup. Sad

Thanks!

ioq3+oa 1.35_SVN1288M win_mingw-x86 Apr 11 2008
----- FS_Startup -----
Current search path:
C:\Documents and Settings\grwheeler\Application Data\OpenArena/baseoa
C:\Program Files\Open Arena 0.7.6\baseoa\pak7-patch.pk3 (8 files)
C:\Program Files\Open Arena 0.7.6\baseoa\pak6-misc.pk3 (204 files)
C:\Program Files\Open Arena 0.7.6\baseoa\pak5-TA.pk3 (15 files)
C:\Program Files\Open Arena 0.7.6\baseoa\pak4-textures.pk3 (1720 files)
C:\Program Files\Open Arena 0.7.6\baseoa\pak3-music.pk3 (1 files)
C:\Program Files\Open Arena 0.7.6\baseoa\pak2-players.pk3 (610 files)
C:\Program Files\Open Arena 0.7.6\baseoa\pak1-maps.pk3 (89 files)
C:\Program Files\Open Arena 0.7.6\baseoa\pak0.pk3 (988 files)
C:\Program Files\Open Arena 0.7.6/baseoa

----------------------
3635 files in pk3 files
execing default.cfg
couldn't exec q3config.cfg
couldn't exec autoexec.cfg
Hunk_Clear: reset the hunk ok
----- Client Initialization -----
Couldn't read q3history.
----- Initializing Renderer ----
-------------------------------
QKEY found.
----- Client Initialization Complete -----
----- R_Init -----
SDL_Init( SDL_INIT_VIDEO )... OK
Initializing OpenGL display
Estimated display aspect: 1.250
...setting mode 3: 640 480
Available modes: '720x576 1280x1024 320x240 400x300 512x384 640x480 800x600 1024x768 1152x864 1280x960 720x480 320x200 640x400 1280x800 1280x768 848x480 1280x720 1024x480'
Couldn't get a visual
...WARNING: could not set the given mode (3)
----- CL_Shutdown -----
RE_Shutdown( 1 )
-----------------------
Logged
Neon_Knight
In the year 3000
***

Cakes 49
Posts: 3775


Trickster God.


« Reply #1 on: August 27, 2009, 08:48:16 AM »

...ioq3+oa 1.35_SVN1288M win_mingw-x86 Apr 11 2008...
...C:\Program Files\Open Arena 0.7.6\...

What about upgrading to OA 0.8.1?
Logged


"Detailed" is nice, but if it gets in the way of clarity, it ceases being a nice addition and becomes a problem. - TVT
Want to contribute? Read this.
Marble of Doom
Bigger member


Cakes 4
Posts: 151

Caketastic


« Reply #2 on: August 27, 2009, 01:55:14 PM »

That would definitely help!
Logged

n0de
Nub


Cakes 1
Posts: 7


« Reply #3 on: August 28, 2009, 02:02:14 AM »

Ok, now running the latest, and still errored out! Any suggestions would be apreshiated:

ioq3+oa 1.35 win_mingw-x86 Oct 20 2008
----- FS_Startup -----
Current search path:
C:\Documents and Settings\grwheeler\Application Data\OpenArena/baseoa
C:\Documents and Settings\grwheeler\Desktop\oa081\openarena-0.8.1\baseoa\pak6-misc.pk3 (229 files)
C:\Documents and Settings\grwheeler\Desktop\oa081\openarena-0.8.1\baseoa\pak5-TA.pk3 (139 files)
C:\Documents and Settings\grwheeler\Desktop\oa081\openarena-0.8.1\baseoa\pak4-textures.pk3 (1753 files)
C:\Documents and Settings\grwheeler\Desktop\oa081\openarena-0.8.1\baseoa\pak2-players.pk3 (669 files)
C:\Documents and Settings\grwheeler\Desktop\oa081\openarena-0.8.1\baseoa\pak2-players-mature.pk3 (231 files)
C:\Documents and Settings\grwheeler\Desktop\oa081\openarena-0.8.1\baseoa\pak1-maps.pk3 (100 files)
C:\Documents and Settings\grwheeler\Desktop\oa081\openarena-0.8.1\baseoa\pak0.pk3 (1042 files)
C:\Documents and Settings\grwheeler\Desktop\oa081\openarena-0.8.1/baseoa

----------------------
4163 files in pk3 files
execing default.cfg
couldn't exec q3config.cfg
couldn't exec autoexec.cfg
Hunk_Clear: reset the hunk ok
----- Client Initialization -----
Couldn't read q3history.
Your network rate is too slow for VoIP.
Set 'Data Rate' to 'LAN/Cable/xDSL' in 'Setup/System/Network' and restart.
Until then, VoIP is disabled.
----- Initializing Renderer ----
-------------------------------
QKEY found.
----- Client Initialization Complete -----
----- R_Init -----
SDL using driver "directx"
Initializing OpenGL display
Estimated display aspect: 1.250
...setting mode 3: 640 480
Available modes: '1280x1024 720x576 320x240 400x300 512x384 640x480 800x600 1024x768 1152x864 1280x960 720x480 320x200 640x400 1280x800 1280x768 848x480 1280x720 1024x480'
Couldn't get a visual
...WARNING: could not set the given mode (3)
----- CL_Shutdown -----
RE_Shutdown( 1 )
-----------------------
Logged
Udi
Member


Cakes 25
Posts: 536


i do my own stunts


WWW
« Reply #4 on: August 28, 2009, 02:38:44 AM »

It cannot launch the game with the resolution it wants (640x480), however you have that resolution in your available resolutions list. Maybe you should try launch the game in windowed mode.

Look for a text file named q3config.cfg text file in this folder: C:\Documents and Settings\grwheeler\Application Data\OpenArena/baseoa/
go to the end and add the following lines to it:
Code:
seta r_fullscreen "0"
seta r_mode "-1"

Than start the game, it will launch in windowed mode. If the game doesn't crash you can set the resolution and fullscreen in the options menu. Maybe it helps.
Logged

http://udionline.hu/en/projektek/openarena/
Todo list: 1. q3dm17 textures replacement (95% done)
n0de
Nub


Cakes 1
Posts: 7


« Reply #5 on: August 28, 2009, 03:10:12 AM »

Wkd, I did what you said but it still errored. Would it be becuase I'm dual monitor or should that just work? Sad

ioq3+oa 1.35 win_mingw-x86 Oct 20 2008
----- FS_Startup -----
Current search path:
C:\Documents and Settings\grwheeler\Application Data\OpenArena/baseoa
C:\Documents and Settings\grwheeler\Desktop\oa081\openarena-0.8.1\baseoa\pak6-misc.pk3 (229 files)
C:\Documents and Settings\grwheeler\Desktop\oa081\openarena-0.8.1\baseoa\pak5-TA.pk3 (139 files)
C:\Documents and Settings\grwheeler\Desktop\oa081\openarena-0.8.1\baseoa\pak4-textures.pk3 (1753 files)
C:\Documents and Settings\grwheeler\Desktop\oa081\openarena-0.8.1\baseoa\pak2-players.pk3 (669 files)
C:\Documents and Settings\grwheeler\Desktop\oa081\openarena-0.8.1\baseoa\pak2-players-mature.pk3 (231 files)
C:\Documents and Settings\grwheeler\Desktop\oa081\openarena-0.8.1\baseoa\pak1-maps.pk3 (100 files)
C:\Documents and Settings\grwheeler\Desktop\oa081\openarena-0.8.1\baseoa\pak0.pk3 (1042 files)
C:\Documents and Settings\grwheeler\Desktop\oa081\openarena-0.8.1/baseoa

----------------------
4163 files in pk3 files
execing default.cfg
execing q3config.cfg
couldn't exec autoexec.cfg
Hunk_Clear: reset the hunk ok
----- Client Initialization -----
Couldn't read q3history.
Your network rate is too slow for VoIP.
Set 'Data Rate' to 'LAN/Cable/xDSL' in 'Setup/System/Network' and restart.
Until then, VoIP is disabled.
----- Initializing Renderer ----
-------------------------------
QKEY found.
----- Client Initialization Complete -----
----- R_Init -----
SDL using driver "directx"
Initializing OpenGL display
Estimated display aspect: 1.250
...setting mode -1: 1600 1024
Available modes: '1280x1024 720x576 320x240 400x300 512x384 640x480 800x600 1024x768 1152x864 1280x960 720x480 320x200 640x400 1280x800 1280x768 848x480 1280x720 1024x480'
Couldn't get a visual
...WARNING: could not set the given mode (-1)
Setting r_mode -1 failed, falling back on r_mode 3
Initializing OpenGL display
...setting mode 3: 640 480
Available modes: '1280x1024 720x576 320x240 400x300 512x384 640x480 800x600 1024x768 1152x864 1280x960 720x480 320x200 640x400 1280x800 1280x768 848x480 1280x720 1024x480'
Couldn't get a visual
...WARNING: could not set the given mode (3)
----- CL_Shutdown -----
RE_Shutdown( 1 )
-----------------------
Logged
n0de
Nub


Cakes 1
Posts: 7


« Reply #6 on: August 28, 2009, 05:08:29 AM »

I've 'upgraded' to Windows 7 from XP and it seems to work now, but only on 1 monitor. I think it was just a dodgy install of XP.

Any ideas on how to stretch the game over both monitors?

Thanks
Logged
Pages: [1]
  Print  
 
Jump to: