SFML community forums

Help => Graphics => Topic started by: AlexWD on August 20, 2010, 12:34:58 am

Title: Failed to load... out of memory.
Post by: AlexWD on August 20, 2010, 12:34:58 am
I'm loading an image into memory, then unloading it later. Then I attempt to reload the image using LoadFromFile() and I'm receiving an error: Reason: out of memory. The application isn't using more than 12MB of memory, so I'm unsure why this is happening.. can someone shed some light on what I'm wrong?
Title: Failed to load... out of memory.
Post by: Laurent on August 20, 2010, 09:04:23 am
Can you show your code? Is it related to the image itself, or does it happen with any image file?