Author Topic: About OpenGL error  (Read 1540 times)

0 Members and 1 Guest are viewing this topic.

Offline Khyro

  • 21
first: hi to all coders and players. keep it goin :yes:

if u guys encounter an error related to     ...\fs2_open_3_6_9\code\graphics\gropenglextension.cpp
when trying to run the game in OGL, be sure to set in the launcher same color depth as the desktop
if ur desktop is set to 16 bit, set in the launcher 16 bit also, if 32, set it to 32 bit.

this way i got around the anyoing error about using opengl 1.1 instead of 1.2

 

Offline taylor

  • Super SCP/Linux Guru
  • Moderator
  • 212
    • http://www.icculus.org/~taylor
It's a known issue, and there is a bug filed on it.

It doesn't have the be the same depth though, just not any higher.  So, you can use 16-bit in the game with a 32-bit desktop, but you can't use 32-bit in the game with a 16-bit desktop.