Well, crashing like that is not normal... :?

I think you might be either doing something wrong/unconventional(not normal) in your code or you something might be corrupt somewhere...


When you create a SDL_Surface thats basically what you're doing. You're making achunk of memory that is the actual color data. You just have to know what pixel format you want to use and stick to it.