CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
+ Reply to Thread
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
    Join Date
    Jan 2003
    Location
    Wallisellen (Zürich), Switzerland
    Posts
    16,185

    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
    26,740

    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 Lindley has much to be proud of (1500+) Lindley has much to be proud of (1500+) Lindley has much to be proud of (1500+) Lindley has much to be proud of (1500+) Lindley has much to be proud of (1500+) Lindley has much to be proud of (1500+) Lindley has much to be proud of (1500+) Lindley has much to be proud of (1500+) Lindley has much to be proud of (1500+) Lindley has much to be proud of (1500+) Lindley has much to be proud of (1500+)
    Join Date
    Oct 2007
    Location
    Fairfax, VA
    Posts
    10,861

    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.

+ Reply to Thread

Tags for this Thread

Bookmarks

Posting Permissions

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



HTML5 Development Center

Click Here to Expand Forum to Full Width