We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.
Forum Discussion
Kester
9 years agoCollaborator | Level 8
Windows 7 Event Viewer Error "Failed to connect to the driver: (-2147024894)"
Onthe last few startups of my Windows 7 desktop, the EventViewer has shown the following error and subsequent information logs as the error is corrected by Windows: Record Number: X 95916 Log T...
- 8 years ago
Hi everyone!
Sorry for the delay here -- I usually hang out on the client builds forum and missed this.
This error is expected and harmless. We are optimistically checking for features currently in development and logging an error when we don't find them enabled. We shouldn't be logging it as an error, however, perhaps as an Informational-level event and I'll make sure we clean this up in a future release.
If you're suspicious that this has been causing instability -- this hasn't really changed since last summer so it's probably not the droids you are looking for (combined with the fact that the error is indicative of things not happening, rather than things happening that are potentially destabilizing).
-Ben
- 8 years agoHi all,First: Many apologies for the delay in jumping in here, I wanted to make sure I had a concrete update for you all.So, for context: What is Dbxsvc? :I've added a section to the help center article: https://help.dropbox.com/desktop-web/smart-sync (I say section, it's more of a note at the bottom under the driver FAQ).The file dbxsvc.exe is a file that we use to install the Smart Sync driver. Should you not be a business user, or not have Smart Sync, then this file will never start operating. It is, however, created at install for all users so if you are not a Smart Sync this file will still appear there.I see we have a number of pretty interesting, creative suggestions on how to disable, coupled with queries if it's safe to disable it. I'm of course not going to endorse a process that disables part of our software, should a feature or functionality cause user pain then we would want to know. Fixability and timeframes can vary depending on the in-depth technical nature of the problem.Should you decide to disable it with one of the solutions here, it will prevent the smart sync feature from working in some cases. We need the service to update the driver, as well as to establish new driver<->client connections. This is the services current functionality. Additional functionality could be added over time. My main concern around anyone disabling it is that in the future you may need this process, Smart Sync won't work correctly, you can reach out to support but this custom change you've made will be hard for us to diagnose as the root cause of whatever issue you experience.Why is it failing to connect / what's going wrong?:It should be failing to connect. This is by design, the actual issue you’re facing is due to the frequency we're writing to the logs. To address any concerns around error with the application, these errors are in no way indicative of a software issue and do not point to any issues with backing up you data. Because it fails to connect, Windows treats this as a trigger to write to the log. Your data is safe, this process is just used to install a driver. As covered in the above section we expect it to do what you are seeing.With that in mind, we understand that some of you do wish to see this behaviour.Why aren't we fixing this?:We are, we take our user feedback very seriously and we have spent many hours working on this. As fixes have many dependencies, and are just one components of a version release, I'm always reluctant to jump onto a thread and give a firm release date for a fix as these are regularly subject to change.You may have noticed that we took the original connection attempt frequency down from every 1 second to every minute. This was an improvement we took onboard based on the feedback you've supplied here and also via other channels. Our new release, 31.3.15, has further improved this, the process will run 3 times daily. This should reduce the errors written to the logs and not clutter the report.The new beta version is the first to include a fix:
orion44
Helpful | Level 6
Dropbox support has informed me they will not be fixing this error.
glatzfront
8 years agoExplorer | Level 4
orion44 wrote:
Dropbox support has informed me they will not be fixing this error.
Nor will they tell us what the issue is!
- Loopback8 years agoHelpful | Level 6
Since any update of Dropbox client software will probably re-establish DbxSvc service to be started automatically, here is my solution to put it back to and keep it in disabled state automatically:
Create some folder (e.g. "C:\DbxSvcWatchDog"). Inside this folder create a batch file named "dbxsvcdisable.cmd" with the following contents:
@echo off sc stop DbxSvc sc config DbxSvc start= disabled
Right click file "dbxsvcdisable.cmd" and create a link to it inside the same folder. Rename this link to "dbxsvcdisable" (this is the link's name as shown within Windows Explorer; a "DIR" command at the command prompt will show the link's name to be "dbxsvcdisable.lnk").
Edit the properties of the link, set its execution mode to "minimized" and activate the "run as administrator" feature via the Advanced... button. The last step is important, because you need administrative rights to execute the script (which provokes an UAC message you have to confirm in order to allow execution).
Inside the folder create a second batch file (a watchdog that constitutes a wrapper around the stop script) named "dbxsvcwd.cmd" with the following contents:
@echo off SETLOCAL ENABLEDELAYEDEXPANSION for /f "tokens=3" %%i in ('sc qc DbxSvc ^| find "START_TYPE"') do ( if NOT "%%i"=="4" ( call dbxsvcdisable.lnk ) )
Right click file "dbxsvcwd.cmd" and create a link to it inside the same folder. Rename this link to "dbxsvcwd". Edit the properties of the link and set its execution mode to "minimized". Move this link file to the startup folder for all users (C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup).
Now every time Windows starts the wrapper is executed. It checks if the state of service DbxSvc is still set to disabled. If so nothing else happens. Only in the case that the service's state has changed from disabled to some other state (e.g. via an update of the dropbox client software), the stop script is run. You notice this via the UAC window you have to confirm for execution.
- MeATDolphin8 years agoHelpful | Level 6
- 13223 views of this thread
- More and more users reporting "Me too!"
- External threads like these:
- https://www.tenforums.com/performance-maintenance/70442-dbxsvc-error-event-viewer.html
- https://community.spiceworks.com/windows_event/show/23846-dbxsvc-320
- http://windowssecrets.com/forums/showthread.php/178422-Event-Viewer-ID-320
- http://www.freefixer.com/library/file/DbxSvc.exe-242995/
Reports about computers that freeze and need to be restarted and it does not look benign to Dropbox? That's not serious, that's a shame!
- Kester8 years agoCollaborator | Level 8
I've just received the following via email from Dropbox Customer Support:
Thank you for contacting Dropbox Support!
I have reviewed the error message with our team and would like to provide further information to help. The error message that you received regarding the failed connection to the drivers is related to your device's ability to read the software driver installed for Dropbox to operate. The information provided on our forums are predominately answered by our internal team directly to our users which appears as a "Dropboxer Reply" or users in the community that are "super users" and have a extensive knowledge of our product.
I hope this answers your question! If I can assist you with something else, please let me know!
The underlining has been added by me - clearly, all along, the problems was the fault of my device and yes, it was also the fault of the devices belonging to all you other users who have also reported the problem. Why cannot Dropbox be honest?
- bn8 years agoDropbox Staff
Hi everyone!
Sorry for the delay here -- I usually hang out on the client builds forum and missed this.
This error is expected and harmless. We are optimistically checking for features currently in development and logging an error when we don't find them enabled. We shouldn't be logging it as an error, however, perhaps as an Informational-level event and I'll make sure we clean this up in a future release.
If you're suspicious that this has been causing instability -- this hasn't really changed since last summer so it's probably not the droids you are looking for (combined with the fact that the error is indicative of things not happening, rather than things happening that are potentially destabilizing).
-Ben
- Loopback8 years agoHelpful | Level 6
... the error "Failed to connect to the driver: (-2147024894) ..." is still there, but now it's classified as "information" only.
- NickG_UK8 years agoHelpful | Level 5
Do you know when this will be fixed? It currently logs this error once per second on the event log, which makes it very difficult to find any other useful information. If DropBox needs to log something as often as every second, it should perhaps only do it when a debug flag is set or perhaps to it's own log file somewhere.
Nick
- vielmetter8 years agoNew member | Level 2
Not sure whether cumulative update 6 for Windows 10 or the Dropbox v29.4.20 update caused it, but this issue is back with Windows 10. My Application event log is full of these generating one every second. This is pretty annyoing if you're trying to use the event log to for anything but useless dbxsvc events. The only work-around for now seems to be to stop the dbxsvc and set it to manual startup.
Screenshot: http://imgur.com/a/vLHXT
- svenluijten8 years agoNew member | Level 2
Hi all,
Just dropping in here to say thank you for your amazing research and persistence trying to get this issue fixed. I've been experiencing the same problems for a while now, but could never trace it back to Dropbox until today. Unlike a lot of you, my PC just completely freezes and becomes unusable, instead of simply throwing an error in the Event Log.
While this does seem like a pretty critical issue, I'm baffled by the fact that Dropbox apparently don't want to fix this issue, if I understand the previous replies in this thread correctly. I will also email support with my findings, hoping they'll reconsider, but I highly doubt it.
Anywho, thank you all again for the amazing research so far! I'll keep you posted about my correspondence with Dropbox Support.
- vkapartzianis8 years agoHelpful | Level 6
To recap:
* The installation package adds an entry for a file system driver (dbx.sys) and a service (DbxSvc.exe).
* There's no dbx.sys installed though. We get three identical files, dbx-canary.sys, dbx-dev.sys and dbx-stable.sys in %SystemRoot%\System32\drivers.
* The file system driver fails to load obviously. The service tries to communicate with the driver and fails, too. Note that the service uses named pipes to communicate with the driver as far as I can tell, that's why we get a misleading ("The system cannot find the file specified") explanation for the error ("Failed to connect to the driver").The service and the driver are probably part of the, in development, "Project Infinite" as Loopback mentioned in an earlier post. The development team is aware of all the problems this causes. They probably believe the problems are benign and won't spend the time required to fix them in any case.
- orion448 years agoHelpful | Level 6The don't tell us because their development team is off-shore and not accessible to the application support team. So in other words, they don't know themselves. I admire your persistence in this matter, however I gave up weeks ago myself. Google Drive is working very well for my needs.
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!