rundll32.exe

L

Linda

I keep getting the following message:
rundll32.exe - Application Error
The instruction at "0x7c91519d" referenced memory at "0x0008000c". The
memory could not be "read".
Click OK to terminate the program.
When I click OK the error message goes away for a few minutes, then comes
right back. The message comes at any apparent time - even when the system is
shutting down.
Can someone PLEASE help me?
 
V

VanguardLH

in message
I keep getting the following message:
rundll32.exe - Application Error
The instruction at "0x7c91519d" referenced memory at "0x0008000c".
The
memory could not be "read".
Click OK to terminate the program.
When I click OK the error message goes away for a few minutes, then
comes
right back. The message comes at any apparent time - even when the
system is
shutting down.
Can someone PLEASE help me?


rundll32.exe is use to execute "methods" (or functions) that are
defined inside a DLL (dynamic link library). The .dll file has
several entry points, one for each method, which is callable almost
like a separate program (i.e., it is a library of programs). It is
not likely that rundll32.exe itself is erroring but whatever it ran as
the method from the DLL.

Use SysInternals' AutoRuns to determine what all is configured to load
on Windows startup and to see which might use rundll32.exe. You could
try to boot into Windows' Safe Mode to see if the problem continues;
if not, you are loading something on Windows startup that is screwed
up or conflicts with your OS environment or with other running
programs.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top