You might see that the Dropbox Community team have been busy working on some major updates to the Community itself! So, here is some info on what’s changed, what’s staying the same and what you can expect from the Dropbox Community overall.
Forum Discussion
TheFixer
4 years agoHelpful | Level 6
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 stopp...
- 4 years ago
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:
- Use the Microsoft Windows Media Creation Tool to download a fresh copy of Windows 10 ISO file
- 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.
- 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)
- 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) - 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 - 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 - You then need to use the repaired Windows image to repair the installation - you do this as follows:
SFC /SCANNOW - 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.
- 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
TheFixer
Helpful | Level 6
Hi Walter,
I've tried both with and without Admin privileges (one of the pages I was referred to above specifically said NOT to select 'Run as Administrator', so I didn't. There's no difference...
Also, the machine is definitely up to date with Microsoft updates (I have a slight suspicion that it is an update that caused it - the DBGCORE.DLL that seems to be the cause of the issue is dated 03-Nov-2020, though I have tried going back to a 2018 version copied from another machine (that is working). Both versions of the DLL had the same issue. I think (especailly having seen the DropBox error log, included above), that Dropbox or Python doesn't think the DLL is valid - but I'm pretty certain it is...properties (including details) look good, and no other software appears to be having issues...
-Steve
TheFixer
4 years agoHelpful | Level 6
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:
- Use the Microsoft Windows Media Creation Tool to download a fresh copy of Windows 10 ISO file
- 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.
- 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)
- 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) - 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 - 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 - You then need to use the repaired Windows image to repair the installation - you do this as follows:
SFC /SCANNOW - 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.
- 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
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!