Error message 0x00104416 on Windows 10

I got error message on Windows 10 but the Application still good. Here is the message :
An unexpected error has occured in the application...
Address : 0x00104416
Error Message : Access violation at address 00104416 in module "devcpp.exe". Read of address 00000000
Next, there are few option :
Send anonymous bug report (Recommended option)
Continue
Terminate
Show Report
and then directing me to this link : https://sourceforge.net/projects/orwelldevcpp/
at that moment I do not nothing and I close it, but before I do that I take a screeshot in order to searching it on Google but zero result or no match with any document. However, the system and the devcpp still good for run and execute.
My Question is, what cause this show error message ? Did I press a button that show this error message ? or any else ?
I beginner to study programming.
The error message means that your code at address 0x00104416 is reading a bad address (0x00000000). Your program is probably trying to read a NULL pointer. Without seeing your code, it is near impossible to help you any further.
Orwell DevCpp is a bit fragile, there are occasional bugs, and it doesn't appear to be actively maintained since the last update in April 2015. You can either put up with occasional problems, or try an alternative IDE, such as Code::Blocks.
Thanks for fast reply Mr. Koothkeeper, your answer give me the hint. at the moment, I was opening pretty much code files and I forgot which file of code that show error message. But, thank you very much !
I hope it helps. If this solves your problem please mark this as solved. Good luck!
Ok Good People, thanks for any advice ! Good luck for you and have a great day !
Topic archived. No new replies allowed.