Yes, it does crash if i put
instead of picture creation code.
Code Select
sf::Texture texture;
if (!texture.loadFromFile("dashboard_bg.tga"))
return -1;instead of picture creation code.
or is this a bug\my misunderstanding of how TGUI works?