Game Development Community

Help on console message

by Jacob · in Torque Game Engine · 02/18/2005 (5:14 pm) · 4 replies

Hi all - just trying to figure out what I did to cause the following to flood my console log:

This shouldn't happen: glGenTextures
This shouldn't happen: glBindTexture
This shouldn't happen: glTexImage2D
This shouldn't happen: glTexParameteri

...it comes up all over the place. Doesn't seem to cause any issues for me in my game but I'd like to take care of it. Thanks!

#1
02/19/2005 (4:24 pm)
It's some bad error reporting from our GL interface layer, probably due to missing or bad drivers.
#2
02/19/2005 (5:28 pm)
Which drivers...video card? If so, mine are all up to date and I can run the same build on the same machine with the Torque Demo or any other mod and those errors don't show up. Are there any $Prefs related to this?
#3
02/21/2005 (8:57 pm)
This can also come up if you've messed up some of the GL initialization that the common mod does.
#4
02/22/2005 (9:52 am)
Thanks for the hint Ben...I have looked in a backup's common scripts and tried to follow the flow. I didn't figure out what I could have done. Can you give me more detail as to what exactly would cause this - or are there just too many possibilities? Also, would this actually cause any problems in the game? Thanks!