0x7c883f9c
-
Hi All When I run a program I resived this error %Application Name% The instructiion at "0x7c883f9c" referenced memory at "0x7c883f9c". the memory could not be "Written" Click on OK to terminate the program Click on CANCEL to debug the program
How awful for you.
-- Always write code as if the maintenance programmer were an axe murderer who knows where you live. Upcoming FREE developer events: * Glasgow: Agile in the Enterprise Vs. ISVs, Mock Objects, SQL Server CLR Integration, Reporting Services, db4o ... * Reading: SQL Bits My website
-
Hi All When I run a program I resived this error %Application Name% The instructiion at "0x7c883f9c" referenced memory at "0x7c883f9c". the memory could not be "Written" Click on OK to terminate the program Click on CANCEL to debug the program
Well, with the information you haven't provided, there could be any one of about 1,000,000 causes. That error message is about as generic as it gets.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007 -
Hi All When I run a program I resived this error %Application Name% The instructiion at "0x7c883f9c" referenced memory at "0x7c883f9c". the memory could not be "Written" Click on OK to terminate the program Click on CANCEL to debug the program
A memory access violation has occured at 0x4A657272792048616D6D6F6E64
"We are all repositories for genetically-encoded information that we're all spreading back and forth amongst each other, all the time. We're just lousy with information." - Neal Stephenson
-
Hi All When I run a program I resived this error %Application Name% The instructiion at "0x7c883f9c" referenced memory at "0x7c883f9c". the memory could not be "Written" Click on OK to terminate the program Click on CANCEL to debug the program
-
Hi All When I run a program I resived this error %Application Name% The instructiion at "0x7c883f9c" referenced memory at "0x7c883f9c". the memory could not be "Written" Click on OK to terminate the program Click on CANCEL to debug the program
On my copy of Windows XP, that address falls into the address range that kernel32.dll is loaded at. It doesn't appear to be associated with any public symbol (i.e. functions whose names Microsoft are willing to disclose). It would be unusual to have self-modifying code in this part of Windows, and it's very rare for an instruction to modify itself. I suspect that either the program has become corrupted or that your system memory is bad. To test the memory, use Windows Memory Diagnostic[^] or memtest86. If it appears to be bad, check that you're not overclocking any components of the computer, check that the fans are working and that they're not clogged with dust (also check the heatsinks for this) and ensure that nothing is overheating.
Stability. What an interesting concept. -- Chris Maunder
-
Hi All When I run a program I resived this error %Application Name% The instructiion at "0x7c883f9c" referenced memory at "0x7c883f9c". the memory could not be "Written" Click on OK to terminate the program Click on CANCEL to debug the program
It is Bad Memory Error. Which program is causing this? A Google Search of that code brought me results from diversified programs like McAfee, LogiTech etc. Possibly a corrupt installation?
Vasudevan Deepak Kumar Personal Homepage Tech Gossips