Game Development Community

Problem on runing 2 checkkersdemo

by Tim Kin Chu · in Torque Game Builder · 09/05/2006 (8:19 pm) · 2 replies

I have got the following warning when I try to run the second checkersDemo


Could not load this GL function: glGenTextures
Could not load this GL function: glBindTexture
Could not load this GL function: glTexImage2D
Could not load this GL function: glTexParameteri
Could not load this GL function: glTexParameteri
Could not load this GL function: glTexParameteri
Could not load this GL function: glTexParameteri
Could not load this GL function: glGenTextures
Could not load this GL function: glBindTexture
Could not load this GL function: glTexImage2D
Could not load this GL function: glTexParameteri
Could not load this GL function: glTexParameteri
Could not load this GL function: glTexParameteri
Could not load this GL function: glTexParameteri
Could not load this GL function: glGenTextures
Could not load this GL function: glBindTexture
Could not load this GL function: glTexImage2D
Could not load this GL function: glTexParameteri
Could not load this GL function: glTexParameteri
Could not load this GL function: glTexParameteri
Could not load this GL function: glTexParameteri
......................

#1
09/06/2006 (2:52 pm)
You need to run 2 debug instances of the exe. That means you need to run TGB_DEBUG.exe twice. The release version does not support multiple instances.