krychu

Results 22 comments of krychu

Windows 7 x64, Active Python 2.7 x86, and then prebuild pysfml from: http://www.lfd.uci.edu/~gohlke/pythonlibs/#pysfml this one exactly: pySFML-0.2.1.win32-py2.7.‌exe [1.5 MB] [Python 2.7] [32 bit] [Aug 18, 2012] So I guess the...

This is a minimum setup that reproduces a crash on my machine (just right after starting the script): ``` python import sfml window = sfml.RenderWindow(sfml.VideoMode(1200, 750, 32), "name", sfml.Style.CLOSE) window.position...

;] Hope the power is back! I moved sfml.RenderStates() outside the loop: ``` python running = True render_states = sfml.RenderStates() while running: # the rest of the code, and then:...

Thanks! That would be really helpful as this feature is necessary to finalize some important part of the project. I'm sorry you have to use Windows ;)

I've just come across this thread: http://en.sfml-dev.org/forums/index.php?topic=7604.180 perhaps this helps?

Hi Bastien, Thanks! I tried to build the project on Windows. I downloaded the latest zip of your sources (bastienleonard-pysfml-cython-e0234bd.zip). I had some compilation error regarding the use of BackSpace...

Ok, I changed it also in declkey.pxd now, everything compiles nicely, the project run, but there is the same problem as the last time, the app crashes :/

Hi Bastien, thanks! I've compiled pyd from master branch and... the bug... seems to be gone! ;] @JakeWaffle if you wish I can send you my pyd but it is...