Closed Thread
Results 1 to 3 of 3

Thread: Error assertion failure

  1. #1
    l_v
    l_v is offline Newbie
    Join Date
    Aug 2010
    Posts
    5
    Rep Power
    0

    Error assertion failure

    Has anyone seen the following error:

    Assertion failure ("readret") in ..\win32src\proc32.cpp at line 3764. Do you want to continue?

    When I tried to continue the program closed. Has anyone seen something like this before, because I have no clue what the source is. The program gave the error after a function that I already used many times succesfully.

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    Join Date
    Jul 2006
    Posts
    16,491
    Blog Entries
    75
    Rep Power
    143

    Re: Error assertion failure

    Without seeing roughly what caused the error, it's almost impossible to know. At a guess, you are using a win32 library (such as system) that is coded in C++ and had the error.
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  4. #3
    LuthfiHakim's Avatar
    LuthfiHakim is offline Programming God
    Join Date
    Oct 2010
    Location
    Medan, Indonesia
    Posts
    578
    Rep Power
    9

    Re: Error assertion failure

    Maybe you can turn off the assertion option. Hopefully that would affect the c++ obj module. Note that I don't know it for sure, but it's worth to try anyway.

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Disk Failure
    By lor in forum The Lounge
    Replies: 15
    Last Post: 10-08-2010, 03:24 AM
  2. Assertion
    By Roman Y in forum Java Help
    Replies: 5
    Last Post: 08-16-2010, 12:18 PM
  3. Assertion Error (Dynamic Memory Allocation)
    By LukeyJ in forum C and C++
    Replies: 3
    Last Post: 11-04-2008, 10:27 AM
  4. Baffling failure
    By shikaningen in forum C# Programming
    Replies: 2
    Last Post: 12-22-2007, 09:23 PM

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