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

Author Topic: Ubuntu 16.4 and open gl version problems Eclipse IDE  (Read 983 times)

0 Members and 1 Guest are viewing this topic.

Dreamlock

  • Newbie
  • *
  • Posts: 2
    • View Profile
    • Email
Ubuntu 16.4 and open gl version problems Eclipse IDE
« on: August 12, 2016, 02:42:24 pm »
Hi, i recently updated to Ubuntu 16.04 and now i'm running in to trouble with my school project.

I am making the space invaders game using the sfml library and the eclipse IDE.
Everything compiles fine, but when i run the game i get the following error:

Warning: The created OpenGL context does not fully meet the settings that were requested
Requested: version = 2.0 ; depth bits = 0 ; stencil bits = 0 ; AA level = 0 ; core = false ; debug = true
Created: version = 3.0 ; depth bits = 0 ; stencil bits = 0 ; AA level = 0 ; core = false ; debug = true

And one event (moving the screen, hitting a key, hovering over the screen) gives me:
*** stack smashing detected ***: /home/robbe/space_invaders/Space_invaders/Debug/Space_invaders terminated

i attached a screenshot. Before i updated to ubuntu 16.04 everything worked just fine.


eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10821
    • View Profile
    • development blog
    • Email
Re: Ubuntu 16.4 and open gl version problems Eclipse IDE
« Reply #1 on: August 13, 2016, 03:52:05 pm »
Did you do a clean rebuild?
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

Dreamlock

  • Newbie
  • *
  • Posts: 2
    • View Profile
    • Email
Re: Ubuntu 16.4 and open gl version problems Eclipse IDE
« Reply #2 on: August 15, 2016, 09:17:12 am »
yes, i have the same issue if i try to compile another project (the example code from the sfml tutorias).l

 

anything