CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Sep 2010
    Posts
    1

    Unhappy An Access Violation (Segmentation Fault) Has Been Raised In Your Program

    I'm using SDL. What could possibly cause this?

  2. #2
    VictorN's Avatar
    VictorN is online now Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,396

    Re: An Access Violation (Segmentation Fault) Has Been Raised In Your Program

    I guess that Google can help you with "possible causes"
    Victor Nijegorodov

  3. #3
    Join Date
    Apr 1999
    Posts
    27,449

    Re: An Access Violation (Segmentation Fault) Has Been Raised In Your Program

    Quote Originally Posted by epicbeast9022 View Post
    I'm using SDL.
    So how do you know this is the problem? Did you write any code yourself?
    What could possibly cause this?
    A bug in your program, so prepare to debug your program.

    Regards,

    Paul McKenzie

  4. #4
    Lindley is offline Elite Member Power Poster
    Join Date
    Oct 2007
    Location
    Seattle, WA
    Posts
    10,895

    Re: An Access Violation (Segmentation Fault) Has Been Raised In Your Program

    The most common cause of this error is an out-of-bounds array write or dereferencing an invalid pointer.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured