We're making changes to the Community, so you may have received some notifications - thanks for your patience and welcome back. Learn more here.

Forum Discussion

TheFixer's avatar
TheFixer
Helpful | Level 6
4 years ago

Windows 10 - Dropbox stopped working a few days ago; won't reinstall - errors in DBGCORE.DLL

Installed Dropbox on Windows 10 Pro about a month ago, and it was working fine until a few days ago.

 

Dropbox stopped working (no Icon in tool tray; update service and normal service both stopped). If i tried running from the start menu nothing appears to happen (no crashes or anything of interested in the Windows event log)

 

If I attempt to uninstall, that failed.

Downloaded the 'offline' installer for 110.4.458, and tried to install.

 

Install keeps failing with error "C:\Windows\SYSTEM32\dbgcore.DLL is either not designed to run on Windows or it contains an error. Try installing the program again..............Error Status 0xc000012f"

 

This error dialog is shown 6 times (for one install attempt), then the installation appears to continue (progress bar shown), followed by "Dropbox.exe The Exception unknown software exception (0xe00f0003) occured in the application at location 0x0000000076B59AB2", then another error dialog "Dropbox installer: The installer encountered error 2."

 

The version of dbgcore.dll on the system was dated 03-Nov-2020, and appears to be 10.1.19041.546

 

I have (as an experiment) replaced it with an older version, from another Windows 10 machine which is running DropBox with no problems. That did not fix or change the issue (it was dated 2018, and is version 10.0.17763.1)

 

Has anyone seen this, or anything similar? Any ideas on how to resolve?

 

Thanks,

  Steve

 

 

  • I've fixed the problem :sunglasses:

     

    It appears that the copy of DBGCORE.DLL was damaged in the Windows 'Image' (a part of windows where backups of critical files are kept); Windows wouldn't allow the use of the DLL, and couldn't repair it. I used the following method to fix this:

     

    1. Use the Microsoft Windows Media Creation Tool to download a fresh copy of Windows 10 ISO file
    2. Mount the ISO file (right click on it in Windows Explorer) - it will then appear as if it were a CD inserted into your computer.
    3. Using Windows Explorer find the file ..\sources\install.esd within the ISO, and copy it out to C:\install.esd (this file contains an image of all the files in Windows)
    4. Open a Windows Command Prompt as Administrator, navigate to C:\ and issue the following command:

      dism /Get-WimInfo /WimFile:install.esd


      This will tell you which versions of Windows exist in the ESD file, and the index to access each one (I am using Windows Pro, index 6)
    5. Then extract that version of Windows from the ESD file to create a new Windows Image for your version of Windows only, containing the current versions of all files, again using DISM (replace '6' with the index number for your version of windows, determined above). Type the following, without any carriage returns (it will wrap to a second line in the command prompt)

      dism /export-image /SourceImageFile:install.esd /SourceIndex:6 /DestinationImageFile:install.wim /Compress:max /CheckIntegrity

    6. The file C:\install.wim file will now contain a single image, for your version of Windows (with index 1). You can use it to repair the image 'embededed' in your windows install using the following command:
      DISM /online /cleanup-image /restorehealth /source:WIM:c:\install.wim:1 /LimitAccess
    7. You then need to use the repaired Windows image to repair the installation - you do this as follows:
      SFC /SCANNOW
    8. You can check What repairs were done by looking in the file C:\Windows\Logs\CBS\CBS.log. Also, if you had run this command first, it would have told you that the files were corrupt, and couldn't be repaired.
    9. Then install DropBox!

    Thanks to everyone who tried to help here - I found the details of how to do the above repair by searching elsewhere on the web, but special thanks to www.wintips.org where I discovered how to create my own WIM file (which is critical if your windows installation is corrupted). I think the problem was originally somehow caused by a windows update that went wrong...hopefully this may help someone else

    -Steve

     

     

     

     

  • Jay's avatar
    Jay
    Icon for Dropbox Staff rankDropbox Staff

    Hi TheFixer, thanks for taking the time to message us!

     

    What error do you get when attempting to uninstall the Dropbox desktop application?

     

    Have you tried the steps in the advanced reinstall page to see if they help?

     

    A screenshot of the error message you're getting would help greatly!

    • TheFixer's avatar
      TheFixer
      Helpful | Level 6

      Hi - thanks for the quick reply.

       

      I had forgotten to mention. After one of the multiple failed attempts to install (and also de-install) I went back to the Windows Control Panel and re-attempted a de-install from Programs and Features. That worked (so at the moment I do NOT have DropBox installed)

       

      I have just gone to the 'advanced uninstall' instructions above, and removed the various appdata folders (there were no DropBox folders under ProgramFiles or ProgramFiles x86.

       

      Edit: Having problems getting the images to display in the correct order below - but hopefully the captions make it clear the order they appear in 'Error 2' is the last one.

       

       

      I then re-attempted the installation, and get the following (same as before)

       

      This appears the moment install startsAnd finally this.Then this appearsand appears about 6 more times

      • Jay's avatar
        Jay
        Icon for Dropbox Staff rankDropbox Staff

        When you uninstall Dropbox, do you also get the option to uninstall the DropboxUpdate app? Did you reboot your machine when you uninstalled the app?

         

        Regarding the error 2 message, could you try the steps in this post to resolve it?

About Apps and Installations

Have a question about a Dropbox app or installation? Reach out to the Dropbox Community and get solutions, help, and advice from members.

Need more support

If you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X or Facebook.

For more info on available support options for your Dropbox plan, see this article.

If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!