Jump to content

Error assertion failure

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
2 replies to this topic

#1
l_v

l_v

    Newbie

  • Members
  • Pip
  • 5 posts
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
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
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

#3
LuthfiHakim

LuthfiHakim

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 765 posts
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.