Hi, I'm using ubuntu 20.04 on windows, and I was following the linux tutorial at this link:
https://www.sfml-dev.org/tutorials/2.5/start-linux.phpThe problem is: when I try to run the code in that tutorial the window doesn't close if I try to close it unless I remove the "window.display();" function from the code. If I do so, the window is black and I can close it.
Plus, the following text appear as standard output:
Failed to enable udev monitor, joystick connections and disconnections won't be notified: -22
Warning: The created OpenGL context does not fully meet the settings that were requested
Requested: version = 1.1 ; depth bits = 0 ; stencil bits = 0 ; AA level = 0 ; core = false ; debug = false ; sRGB = false
Created: version = 0.0 ; depth bits = 0 ; stencil bits = 0 ; AA level = 0 ; core = false ; debug = false ; sRGB = false
Setting vertical sync failed
sfml-graphics requires support for OpenGL 1.1 or greater
Ensure that hardware acceleration is enabled if available
How can I solve this?