View Single Post
  #6  
Old 01-05-2006, 02:31 AM
Unk
 
Posts: n/a
Default Re: "Memory could not be read" Errors

On Sun, 1 Jan 2006 22:43:58 -0700, "Me2Ewe" <blawrence@shaw.ca> wrote:

>There is always going to be someone to bitch, but then again there will also
>be someone who knows the answer [and they aren't the same persopn usually]..
>I have the same thing ebvery time I shutdown
>Aspnet_state.exe-Application Error
>The instruction at "0x6a2a2fec" referenced memory at "0x00000000".
>The memory could not be "read".
>Click on OK to terminate the program.
>Click on CANCEL to debug the program.
>
> iTouch.exe - Application Error
>The instruction at "0x008c286b" referenced memory at "0x0006442a".
>The memory could not be "read".
>Click on OK to terminate the program.
>Click on CANCEL to debug the program.
>
> iTouch.exe - Application Error
>The instruction at "0x77c2ba4e" referenced memory at "0x000641bc".
>The memory could not be "written".
>Click on OK to terminate the program.
>Thanks for any help you can give me
>

Several things you could try:

Have you played with the Windows Virtual Memory settings?
If so, undo your settings and let Windows handle it on it's own.

Right-click "My Computer", "Properties", "Advanced" tab. Under Performance section, click the
"Settings" button, "Advanced" tab, under the Virtual memory section, click the "Change" button,
and check the option, "System managed size". Click the "Set" button, click "OK", "Apply", and
"OK" your way out.

Virtual Memory in Windows XP http://aumha.org/win5/a/xpvm.htm

---------------------------------

Clean out the cache files. C:\Windows\Temporary Internet Files. Click Start, Settings,
Control Panel, Internet Options, "General" tab Look under "Temporary Internet Files", Click
"Delete Files", check box, "Delete all offline content", "OK", "Delete Cookies" button.

---------------------------------

Error Message: Memory Could Not Be Read...
http://support.microsoft.com/?kbid=262490

In the root directory of C:\, modify or create the config.sys file. Add the following:

files=65
buffers=40
stacks=64,512

If the error persists, try adding this line to your System.ini file:
Scroll down to the [386Enh] Section and One space down. Hit the
Enter Key one time to create a blank line just below the [386Enh].
In the blank line, type the following:

MinSPs=6

Click Edit, Save, Edit, exit. Shut down and restart for the changes to take effect.
(The default is 2. If required, increase increments by 2.)

---------------------------------

If nothing helped, try here: http://tinyurl.com/cl4v

Reply With Quote