Code::Blocks Forums

User forums => Help => Topic started by: stufava on February 17, 2009, 07:37:07 pm

Title: run-time error: status -1073741819
Post by: stufava on February 17, 2009, 07:37:07 pm
hi to everyone!
I have done a project (console application) which has been compiled with 0 errors and 0 warnings, but when i try to run it, the program writes this:

Code
process returned -1073741819 (0xC0000005) execution time : 2.305 s
press any key to continue.

and in the build log i'm given this error:

Code
Process terminated with status -1073741819 (0 minutes, 1 seconds)

i've searched for similar errors in the other topics, but i found only one which doesn't help me, because that program was a wxWidgets project and i couldn't find out a solution.
I work on Windows XP, and i'm using MinGw 4.2.1 compiler
Title: Re: run-time error: status -1073741819
Post by: MortenMacFly on February 17, 2009, 08:05:14 pm
I have done a project (console application) which has been compiled with 0 errors and 0 warnings, but when i try to run it, the program writes this:
Code
process returned -1073741819 (0xC0000005) execution time : 2.305 s
press any key to continue.
You application has a bug. It is as simple as that.
Anyways - this is not related to C::B so this topic gets locked.