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.