answersLogoWhite

0

Both of those are hexadecimal numbers which refer to instructions or parts of your computer memory. Basically what it is saying is that when it tried to carry out some action, it had a memory problem. 0xc00000fd is a stack overflow error. It had more instructions than it could deal with at that time. Computers need memory to work. If there isn't enough, or if some of it is being used and it tries to access it again to put something else there, it can cause a problem.

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

What is this and how do you resolve this the exception unknown software exception 0xc00000fd occurred in the application at location 0x71aa14c9 you got this error when you try to log into a Citrix ICA?

You should try Citrix's knowledge base on their website.


How do you fix the exception unknown software 0xc00000fd occured in the application at location 0x77ecf08c?

This error is sometimes caused by a buffer overrun, where there is an array of a certain length and characters are written beyond the end of the array, overwriting other things in memory. the exception unknown software exception (0xc0000417) occurredin the application at loc ation 0x78585e53


What is exception unknown software exception Oxc0000417 occurred in the application at location Ox100e5538?

exception 0xc0000417 This exception copied as it appeared on my screen !


I get this error when i start to play the game Portal it says Portalhlz.exe-applictaion the exception privileged insturction 0x0000096 occurred in the application at location 0x00010200?

Contact the maker of the game and ask for Technical Support.


Which term is defined as the exact location where an earthquake occurred?

The term defined as the exact location where an earthquake occurred is the "epicenter." It is the point on the Earth's surface directly above the location where the earthquake's energy is released.


Media player classic application gives A breakpoint has been reached error while opening?

the exception break point the break point has been reached (0x80000003) occurred in the application at location 0x010028f8. click on ok to terminate the program click on cancel to debug the program this is my problem please solved and give answer i am raj mca student


What is the location of the bloody battle of Belgium?

The bloody battle in Belgium occurred on Flanders Field.


Where was last flood occurred?

Floods, large or small, happen on a daily basis somewhere in the world. You need to specify a location for an exact date for that location.


What was the significant of the location of Gettysburg?

Several months earlier, one of the bloodiest battles of the Civil War occurred there.


What pattern in the location of slavery occurred in the period of 1790-1860?

a large movement from the south atlantic to the old southwest


3 simple tissues and their location in plants?

Parenchyma Sclerenchyma,Collenchyma. Present on permanent tissues where cessation of growth has occurred.


What does the exception unknown software exception 0xc0000409 occurred in the application at location 0x07888247 mean?

That depends on the application! And what the application code is doing at that address!This error message helps developers find where something goes wrong. If you get it repeatedly and you can find a developer who has access to the source code then they could use this information to find where the problems is (maybe not WHY the problem occurs but that is the next step in correcting the faulty code- if indeed it is the code that caused this and nor a hardware glitch)The :...unknown software exception 0xc0000409...is an unnamed error (probably the programmer has not foreseen this error and has not made a suitable error message for it)The:...location 0x07888247...is the line of code or the memory address where things got out of control.