Hello
and have a huge problem with SFML I created a project, setuped it.
Than I wrote it
sf::RenderWindow Wind(sf::VideoMode(800,600), "main");
sf::Texture tex;
tex.loadFromFile("image.png");
So when I load a texture some creepy stuff appears in console in speed of sound and than my program crashes! What does that means?