I'm having problems getting Q3A to run on my loaner Hercules 3D Prophet 4500 KyroII card. I've updated to the latest drivers and am using the 1.29 version of Q3A (I'll try 1.30 now ...). This is running under W2KAS. It eventually stops with the strncpy error and I noticed DirectInput failed as well. I've tried launching from various desktop settings including 6x4x16. Any suggestions?
Code:
---------------------- 4057 files in pk3 files execing default.cfg couldn't exec q3config.cfg couldn't exec autoexec.cfg Hunk_Clear: reset the hunk ok ...detecting CPU, found Intel Pentium III ------- Input Initialization ------- Initializing DirectInput... iDirectInputCreate failed Falling back to Win32 mouse support... Joystick is not active. ------------------------------------ ----- Client Initialization ----- ----- Initializing Renderer ---- ------------------------------- ----- Client Initialization Complete ----- ----- R_Init ----- Initializing OpenGL subsystem ...initializing QGL ...calling LoadLibrary( 'D:\WINNT\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 ) ...50 PFDs found ...hardware acceleration found ...PIXELFORMAT 12 selected ...creating GL context: failed ...failed hard ...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 ----- CL_Shutdown ----- RE_Shutdown( 1 ) Shutting down OpenGL subsystem ...wglMakeCurrent( NULL, NULL ): failed ...releasing DC: failed ...destroying window ...resetting display ...shutting down QGL ...unloading OpenGL DLL ----------------------- Q_strncpyz: NULL src
Comment