Share via

C:\Users\User\AppData\Local\Temp\OLEAUT32.dll constaly creating .dmp files

Anonymous
2015-06-20T04:58:06+00:00

I had the problem of my C: drive filling up constantly and I was wondering the cause. And after a while of digging I discovered my OLEAUT32.dll folder is constantly creating a .dmp for what has to be a crash report. And when I first discovered, it has created over 117,000 of these files. I was wondering if anyone had a solution for this. Because even though I have 50gbs open, these files fill it quickly in two or three days, and I have been manually deleting them regularly, but I have not found a long term solution.

Windows for home | Previous Windows versions | Files, folders, and storage

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

7 answers

Sort by: Most helpful
  1. Anonymous
    2015-06-21T04:35:42+00:00

    Hello Acrobles,

    Thank you for posting your query in Microsoft Community.

    I can imagine the inconvenience you are experiencing and will certainly help you in the right direction to fix the issue.

    Applications produce user-mode dump files, which contain a useful subset of the information contained in a crash dump file. This type of dump requires a page file at least the size of physical memory plus 1MB (for the header).  Because of the page file requirement, this is an uncommon setting especially for systems with large amounts of RAM. The space taken does not occupy much space on the root drive.

    However, if you wish to clear the unwanted files on the system, I would suggest you to run disk cleanup utility for better performance.

    ***Delete files using Disk Cleanup***

    This will help you remove the junk files in your system and optimize it for better performance.

    However, if you still find issues with the .dll files creating dump files. Then, I would suggest you to run the System File Checker (SFC) scan to check for system file corruption. SFC scan will scan for corrupt system files on the computer and repair them.

    1. Press Windows key + X, click Command Prompt (Admin).
    2. In the Command Prompt, type the following command, and then press ENTER:

    sfc /scannow

    For more information refer to this link:

    ***Use the System File Checker tool to repair missing or corrupted system files***

    Hope this information is helpful. Do let us know if you need any further assistance, we'll be glad to assist you.

    Was this answer helpful?

    10 people found this answer helpful.
    0 comments No comments
  2. Anonymous
    2015-06-23T03:17:37+00:00

    I tried the sfc/ scannow and the results came back with No Integral Violations, so I can only assume that means it couldn't find any corrupted folders that needed to be repaired, but I'm still getting this flood of .dmps.

    Was this answer helpful?

    5 people found this answer helpful.
    0 comments No comments
  3. Anonymous
    2015-06-25T02:11:51+00:00

    I tried the Disk Cleanup but it still has no effect on the .dmps

    Was this answer helpful?

    2 people found this answer helpful.
    0 comments No comments
  4. Anonymous
    2015-06-25T18:16:41+00:00

    I already tried this method before. But just to be sure I tried it again. And it had no effect unfortunately.

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  5. Anonymous
    2015-06-25T07:22:34+00:00

    Hello,

    In this case, I would once have you run the Deployment Image Servicing and Managementto fix the issue**.**

    a) Open an elevated command prompt. To do this, press Windows key + Q and type on CMD right click on Command Prompt from the list and select Run as administrator. If you are prompted for an administrator password or for a confirmation, type the password, or click Allow.

    b) Type the following commands. Press Enter after each command

    • DISM.exe /Online /Cleanup-image /Scanhealth
    • DISM.exe /Online /Cleanup-image /Restorehealth

    c) Close the command prompt.

    Let us know the results, we'll be glad to assist you further.

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments