Yo! While trying some stuff on Vista I get this error when exiting the application (When the sf::Image object is being destroyed)
Runtime Error!
Program: {Path to application}
R6025
- pure virtual function call
Return value of this is 255 (0xFF).
I've tried to isolate a special case though I'm not sure but I think it is when I don't use the image and just create it. But then if I have two images, each with an own sprite and then draw them, the exact same error is back.
** UPDATE **
This only happens when I load the image data from a file. Gonna try what happens if I change file and fileformat.
** UPDATE **
I tried changing file and format, no change in behaviour.
** UPDATE **
Only happens after I have loaded the image from a file.