How can I fix this ?!
Printable View
How can I fix this ?!
well maybe if you gave us the exact error, maybe a screenshot.
Error #132 could be 189235678 different reasons
ERROR #132 (0x85100084) Fatal exception !
Exception :0xC0000005 (ACCESS_VIOLATION) At 0023:0043AFAF
The instruction at "0x0045AFAF" refreshered memory at "0x00000028"
The memory could not be "read".
From just reading this error message, the issue is:
The system is trying to access a part of memory that does not exist. It is looking for something which cannot be read on your computer. That is, it is trying to look for allocated memory that does not exist within the bounds of the executable application.
You can find out how to fix Error 132 the first link on Google.
Think of it this way:
The system is trying to access a part of memory that is needed by the system to run. But that instruction it needs cannot be found, returning that error.
There are lots of results to help you. If you cannot find a fix, then I will help you, if you have at least looked up and attempted to fix the problem.
Today i encountered the same error out of nowhere, deleted cache folders and still nothing.
Edit: Tried other solutions that didn't work for me. Weird that there's other people, who have encountered the same problem today.
Take a look at this error resolution thread.
Staying out of Org helped for me and a lot of other players, weird that so many other people encountered the same problem ON the same day.