the application failed to initialize properly oxc0000005 click on ok to terminate the application

Any help would be most welcome.
the application failed to initialize properly oxc0000005 click on ok to terminate the application

Any help would be most welcome.
Finding a Solution for the 0xC0000005 Error
since the problem is related to the sandbox, i don't think we're dealing with faulty memory, DEP is more likely to be the culprit. add the switch /NOEXECUTE=OPTIN to your boot.ini
if this doesn't solve the issue, follow the instructionx in this MSKB article to disable the postmortem debugger (Dr. Watson).
In Sandboxie go to CONFIGURE --> EDIT CONFIGURATION A notepad window will open... Go down to:
[DefaultBox]
Where it says.. AutoRecover=y
Change to... AutoRecover=n
BINGO! I hope that works for ya'll as well