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

Author Topic: intel_do_flush_locked failed: No such file or directory  (Read 2038 times)

0 Members and 1 Guest are viewing this topic.

zeno15

  • Newbie
  • *
  • Posts: 9
    • View Profile
    • Email
intel_do_flush_locked failed: No such file or directory
« 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

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Re: intel_do_flush_locked failed: No such file or directory
« Reply #1 on: November 23, 2012, 07:52:50 am »
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.
Laurent Gomila - SFML developer

zeno15

  • Newbie
  • *
  • Posts: 9
    • View Profile
    • Email
Re: intel_do_flush_locked failed: No such file or directory
« Reply #2 on: November 23, 2012, 08:13:51 am »
Thanks for the quick reply, when you say the latest sources what does that mean exactly?

Cheers

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Re: intel_do_flush_locked failed: No such file or directory
« Reply #3 on: November 23, 2012, 08:41:06 am »
I mean get the sources on github.com and recompile them.
Laurent Gomila - SFML developer