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

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Ziemowit Stolarczy

Pages: [1]
1
Python / Re: intel_do_flush_locked failed: No such file or directory
« on: June 14, 2013, 06:56:36 pm »
Thanks man!
It works :D:D:D

For installation I used Your tutorial "how to download python":
Quote
sudo add-apt-repository ppa:sonkun/sfml-stable
sudo apt-get update
sudo apt-get install python-sfml
# or
sudo apt-get install python3-sfml
So the answer is yes, I have added sonkun/sfml-stable repository.


I am waiting  for relase 1.3! :)

Why import sfml.graphics as sfmlg? To be able to write it shorter :P

2
Hi everybody.

I have following problem:
When I try to store sprite in some object and then draw it I recieve this error: "intel_do_flush_locked failed: No such file or directory"
But when I just in the loop load texture, generate sprite and draw it then everythin works fine.

I thinkt that the best way to show the problem is show the code so I attached files. Thanks that each of You can see the code. I made it very simple to highlight my problem. I have added also comment where I get an error.

Now I don't know if:
a) It is a bug in SFML?
b) It is some problem with my graphic card?
c) Or finally I made sth totally stupid and I can't spot it (I am new in python and SFML)

I get the same errror for python2 and python3.
My graphic card is => Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (primary) (rev 03)
I use Linux Ubuntu 13.04.

I really appreciate any help. Or at least an answer for "Do You get the same error"?

Pages: [1]