rundll32.exe

  • Thread starter Thread starter Linda
  • Start date Start date
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?
 
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.
 
Back
Top