SFML community forums
Help => General => Topic started by: zeno15 on November 23, 2012, 05:44:00 am
-
Hi everyone,
as stated in the title I am getting a
intel_do_flush_locked failed: No such file or directory
error when running my code,
on ubuntu 12.04, using the rc of sfml 2.0 and I have googled and searched the forums far and wide to no avail.
So I was wondering if anyone had any clue what's going wrong here.
I believe it has something to do with the sf::Texture when i try and draw the sprite to the screen in the titleScreen.cpp file, in the render function.
If I import the texture and the sprite all within that function then it works, but if i run it the way I currently have it then it crashes, any help would be appreciated cheers.
File download: https://rapidshare.com/files/697490419/SFMLSpace.tar.gz
-
Make sure that your graphics drivers are up-to-date (additionnally, try other versions -- the free or proprietary one).
You can also try the latest sources instead of the RC.
-
Thanks for the quick reply, when you say the latest sources what does that mean exactly?
Cheers
-
I mean get the sources on github.com and recompile them.