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

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Bigbidoof

Pages: [1]
1
General / Beginner struggling with getting first program to run (Solved).
« on: September 17, 2020, 08:16:50 am »
As the title said, I'm struggling with baby's first program. I installed SFML and followed the instructions from the SFML and Linux page. I got everything to compile, but when I do the final step and try to run it, I get this error.

Code: [Select]
X Error of failed request:  BadValue (integer parameter out of range for operation)
  Major opcode of failed request:  151 (GLX)
  Minor opcode of failed request:  3 (X_GLXCreateContext)
  Value in failed request:  0x0
  Serial number of failed request:  56
  Current serial number in output stream:  57

I've tried searching around for this, but I haven't been able to find anything that helps or matches the the last two lines's serial numbers. Based on searching, I'm lead to believe this has something to do with my graphics card drivers. But I've tried reinstalling them. Any help is appreciated.

Pages: [1]