Has anyone managed to get spring running on a 32mb Riva TNT2 model64 pro?
I get a "GLB_ARB_texture_env_combine" not found error when I try to start a battle.
Any help much appreciated ^^
(I cant get the newer forceware drivers to work with it for some reason I guess that may be the problem?)
Spring and Riva TNT2
Moderator: Moderators
Weird thing is that it should actually work:
http://www.delphi3d.net/hardware/viewre ... ?report=37
But the card is phail anyway, since it would probably run at about 1 fps..
It has 2 texture units, so maybe thats the problem. It might be that spring requires at least 3, but im not looking at the rendering code to find that out.
http://www.delphi3d.net/hardware/viewre ... ?report=37
But the card is phail anyway, since it would probably run at about 1 fps..
It has 2 texture units, so maybe thats the problem. It might be that spring requires at least 3, but im not looking at the rendering code to find that out.
I also took a look at the extensions listed on that site (even those
listed for more recent drivers), but Spring is looking for
GL_ARB_texture_env_combine, not GL_EXT_texture_env_combine.
They may be functionally equivalent, but I'm not sure that GLEW
would be setup to recognize and report it.
I looked at the glew.h header and found that the ARB and EXT
versions of the constants use their respective names for suffixes.
ex: GL_COMBINE_ARB vs. GL_COMBINE_EXT
It also appears the GL_SUBTRACT_EXT doesn't exist in my glew.h
header (an oversight?).
listed for more recent drivers), but Spring is looking for
GL_ARB_texture_env_combine, not GL_EXT_texture_env_combine.
They may be functionally equivalent, but I'm not sure that GLEW
would be setup to recognize and report it.
I looked at the glew.h header and found that the ARB and EXT
versions of the constants use their respective names for suffixes.
ex: GL_COMBINE_ARB vs. GL_COMBINE_EXT
It also appears the GL_SUBTRACT_EXT doesn't exist in my glew.h
header (an oversight?).
Well, I think the best option, especially considering what JC said about 1 frame per second, ^^ is to just bite the bullet and buy a cheap new PC, this pc isn't mine and it's only a 1.6 running xp with 256 mb of ram, so Its not like I have alot of power to make up for that shoddy graphics card even if I did get it working
Anyway I'm clueless when it comes to this kind of stuff thanks for the swift responses and the help guys! cheers!
Anyway I'm clueless when it comes to this kind of stuff thanks for the swift responses and the help guys! cheers!
The latest drivers you should be able to use are the 71.89. This is where they stopped supporting old graphic cards. I'm using 53.03 myself atm with a GF2. You can get them from the nvidia ftp...
Or ship your other one over the pond.BigSteve wrote:Well, I think the best option, especially considering what JC said about 1 frame per second, ^^ is to just bite the bullet and buy a cheap new PC, this pc isn't mine and it's only a 1.6 running xp with 256 mb of ram, so Its not like I have alot of power to make up for that shoddy graphics card even if I did get it working![]()
Anyway I'm clueless when it comes to this kind of stuff thanks for the swift responses and the help guys! cheers!
