Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: OpenGL bug? Nvidia driver bug? SFML bug? My fault?  (Read 48418 times)

0 Members and 1 Guest are viewing this topic.

remi.k2620

  • Full Member
  • ***
  • Posts: 186
    • View Profile
    • http://remi.tuxfamily.org
OpenGL bug? Nvidia driver bug? SFML bug? My fault?
« Reply #45 on: August 19, 2009, 09:48:07 pm »
I have the same problem :? with an ati card (radeon xpress 1100), 2.6.28 kernel, and SFML2 r1205 (I haven't tried any other revision).
Code: [Select]
X Error of failed request:  GLXBadContext
  Major opcode of failed request:  154 (GLX)
  Minor opcode of failed request:  3 (X_GLXCreateContext)
  Serial number of failed request:  30
  Current serial number in output stream:  33

Everything works fine with SFML 1.x.
Edit : the problem is the same with compiz on or off.

Kreeg

  • Full Member
  • ***
  • Posts: 115
    • View Profile
OpenGL bug? Nvidia driver bug? SFML bug? My fault?
« Reply #46 on: August 20, 2009, 05:04:06 pm »
I'll try...

EDIT : it works here, too.
Attention (va) aux (sur) messages (mon) subliminaux, (blog) camarade !

Kreeg

  • Full Member
  • ***
  • Posts: 115
    • View Profile
OpenGL bug? Nvidia driver bug? SFML bug? My fault?
« Reply #47 on: August 28, 2009, 12:12:19 am »
UP
Attention (va) aux (sur) messages (mon) subliminaux, (blog) camarade !

Kreeg

  • Full Member
  • ***
  • Posts: 115
    • View Profile
OpenGL bug? Nvidia driver bug? SFML bug? My fault?
« Reply #48 on: September 08, 2009, 08:05:35 pm »
UP
Attention (va) aux (sur) messages (mon) subliminaux, (blog) camarade !

K-Bal

  • Full Member
  • ***
  • Posts: 104
    • View Profile
    • pencilcase.bandcamp.com
    • Email
OpenGL bug? Nvidia driver bug? SFML bug? My fault?
« Reply #49 on: September 10, 2009, 11:40:27 am »
Quote from: "remi.k2620"
I have the same problem :? with an ati card (radeon xpress 1100), 2.6.28 kernel, and SFML2 r1205 (I haven't tried any other revision).
Code: [Select]
X Error of failed request:  GLXBadContext
  Major opcode of failed request:  154 (GLX)
  Minor opcode of failed request:  3 (X_GLXCreateContext)
  Serial number of failed request:  30
  Current serial number in output stream:  33

Everything works fine with SFML 1.x.
Edit : the problem is the same with compiz on or off.


Exactly the same error message here with the latest revision.

EDIT: Ubuntu 9.04, ATI Radeon Xpress 1100
Listen to my band: pencilcase.bandcamp.com

Tank

  • SFML Team
  • Hero Member
  • *****
  • Posts: 1486
    • View Profile
    • Blog
    • Email
OpenGL bug? Nvidia driver bug? SFML bug? My fault?
« Reply #50 on: September 10, 2009, 11:59:54 am »
It's still working flawlessly on my side with the latest SFML2 revision and Nvidia graphics driver.

K-Bal

  • Full Member
  • ***
  • Posts: 104
    • View Profile
    • pencilcase.bandcamp.com
    • Email
OpenGL bug? Nvidia driver bug? SFML bug? My fault?
« Reply #51 on: September 10, 2009, 03:03:12 pm »
I get the same error with all the sample applications.
Listen to my band: pencilcase.bandcamp.com

K-Bal

  • Full Member
  • ***
  • Posts: 104
    • View Profile
    • pencilcase.bandcamp.com
    • Email
OpenGL bug? Nvidia driver bug? SFML bug? My fault?
« Reply #52 on: September 17, 2009, 12:21:37 pm »
Is there any resource on the web that tells when the next nvidia driver is integrated in the repositories? I can't get the one from nvidia.com to work properly and the ones from the repository cause the errors above.
Listen to my band: pencilcase.bandcamp.com

Tank

  • SFML Team
  • Hero Member
  • *****
  • Posts: 1486
    • View Profile
    • Blog
    • Email
OpenGL bug? Nvidia driver bug? SFML bug? My fault?
« Reply #53 on: September 20, 2009, 10:38:11 am »
I can reproduce the problem on my laptop with an Intel graphics chipset:

Code: [Select]
X Error of failed request:  GLXBadContext
  Major opcode of failed request:  152 (GLX)
  Minor opcode of failed request:  3 (X_GLXCreateContext)
  Serial number of failed request:  22
  Current serial number in output stream:  26


All other OpenGL programs on my system are working like expected. This bug doesn't occure on another system with an Nvidia GTX260.

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
OpenGL bug? Nvidia driver bug? SFML bug? My fault?
« Reply #54 on: September 24, 2009, 03:46:41 pm »
How is it now? Did the problem disappear with the latest revision?
Laurent Gomila - SFML developer

K-Bal

  • Full Member
  • ***
  • Posts: 104
    • View Profile
    • pencilcase.bandcamp.com
    • Email
OpenGL bug? Nvidia driver bug? SFML bug? My fault?
« Reply #55 on: September 24, 2009, 03:57:48 pm »
Seems like it's working now, thanks ;)
Listen to my band: pencilcase.bandcamp.com

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
OpenGL bug? Nvidia driver bug? SFML bug? My fault?
« Reply #56 on: September 24, 2009, 04:14:04 pm »
Ok, great :)

There seems to be a problem with the implementation of OpenGL 3 contexts, so I deactivated them for now.
Laurent Gomila - SFML developer

Tank

  • SFML Team
  • Hero Member
  • *****
  • Posts: 1486
    • View Profile
    • Blog
    • Email
OpenGL bug? Nvidia driver bug? SFML bug? My fault?
« Reply #57 on: September 24, 2009, 04:20:50 pm »
Does that mean no more contexts in threads?

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
OpenGL bug? Nvidia driver bug? SFML bug? My fault?
« Reply #58 on: September 24, 2009, 04:35:42 pm »
No, it just means OGL 1.x contexts instead of OGL 3.x context for cards supporting it.

OpenGL 3 contexts were implemented in SFML to allow people to play with the new features of OpenGL 3 without having to create their contexts manually.

But anyway, I'll fix that soon ;)
Laurent Gomila - SFML developer

Lokk

  • Full Member
  • ***
  • Posts: 228
    • View Profile
    • http://betadineproject.wordpress.com/
OpenGL bug? Nvidia driver bug? SFML bug? My fault?
« Reply #59 on: September 24, 2009, 04:59:00 pm »
There is still a GLX error for me, with the new revision (1223)... I have yet removed all other sfml traces.
Code: [Select]
X Error of failed request:  GLXBadContext
  Major opcode of failed request:  144 (GLX)
  Minor opcode of failed request:  3 (X_GLXCreateContext)
  Serial number of failed request:  28
  Current serial number in output stream:  31

 

anything