Quick question about using JPEG files withSDL

Started by
10 comments, last by MetroidHunter 21 years ago
I have that in my loop. The black screen comes and goes before I can hit escape. I did notice a stderr.txt file that said:

Fatal signal: Segmentation Fault (SDL Parachute Deployed)

What does that mean?
Advertisement
That means something bad has happened and your SDL application has terminated abnormally.

Somewhere along the line you have probably accessed some memory you shouldn’t have, debug and step through your program to find out where your bug is.

This topic is closed to new replies.

Advertisement