Event says when my system froze that "The DgiVecp service failed to start due to the following error: The system cannot find the file specified."

Anonymous
2011-11-30T16:34:51+00:00

I found  the exact problem that causes this freezes. My computer freezed today at 20:17. I went to the event viewer and found that at that time there is an event says that "The DgiVecp service failed to start due to the following error: The system cannot find the file specified."

Is there anyone who knows about it?

Thank you.

Windows for home | Previous Windows versions | Windows update

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
Answer accepted by question author
Anonymous
2011-12-11T22:19:43+00:00

Hi, Tekinalp67,

Try Gloria's Suggestion from this thread-

http://answers.microsoft.com/en-us/windows/forum/windows_vista-hardware/error-6008/5a6138d1-e997-4d74-98a4-bb974c4114c1

-Or-

Start > Type Regedit

Press Enter

Navigate to the following key:

 HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services

 Look for an entry listed as DgiVecp

 If you find this, then change the Start data value to 4.

 Reboot the system and see if the message is gone.

http://tzatziki-solvedproblems.blogspot.com/2010/02/dgivecp.html

Was this answer helpful?

4 people found this answer helpful.
0 comments No comments
Answer accepted by question author
Anonymous
2011-12-23T17:35:24+00:00

Event ID 6008 - is it still showing up in Event Viewer?  Possibilities were heat, video drivers, faulty devices, failing HD's etc

Event ID: 41 Source: Kernel-Power

Source: Kernel-Power
Type: Critical
Description: <br><br>The last sleep transition was unsuccessful. This error could be caused if the system stopped responding failed or lost power during the sleep transition.<br><br><br> <br><br><br>Check for loose connections - did you change power settings to never?<br><br><br>CPU could be overheating<br><br><br>Driver software could be at fault<br><br><br>http://www.eventid.net/display.asp?eventid=41&eventno=9230&source=Kernel-Power&phase=1<br><br><br> <br><br><br> <br><br><br>Boot your system in a clean boot state. When it is up in a clean boot state, activate the sleep mode process. If it has not problems coming out of sleep mode when in the clean boot state, add a few more services back and try the process again. Continue until<br> the issue occurs, then the issue is probably one of the driver's/services that were last enabled that is conflicting with the process sleep undertakes to place the system in sleep mode.<br> <br><br> <br><br>Here are the steps for clean boot; - I recommend updating all drivers and firmware as a step in resolving this as well. <br><br> <br><br>CLEAN BOOT: you can use the steps in the article to narrow down the cause of the problem,http://support.microsoft.com/kb/929135. <br><br>(Step 1 is listed below.) <br><br>Step 1: Perform a clean boot Note If the computer is connected to a network, network policy settings may prevent you from following these steps. We strongly recommend that you do not use the System Configuration utility to modify the advanced<br> boot options on the computer unless a Microsoft support engineer directs you to do this. Doing this may make the computer unusable.<br><br><ol><br><li>Log on to the computer by using an account that has administrator rights. </li><li>Click <strong>Start<br><div><img src="http://support.microsoft.com/library/images/support/kbgraphics/Public/EN-US/VistaStartButton.jpg"></div><br>, type <span>msconfig.exe</span> in the <strong>Start Search box, and then press ENTER to start the System Configuration Utility.<br><br><br><br><div><img src="http://support.microsoft.com/library/images/support/kbgraphics/Public/EN-US/SecurityShield.jpg"></div><br>If you are prompted for an administrator password or for confirmation, type your password, or click<strong>Continue.<br></strong></strong></strong>Regards,<br><br><br><br></li><li>On the <strong>General tab, click <strong>Selective Startup, and then click to clear the<strong>Load startup items check box. (The<br><strong>Use Original Boot.ini check box is unavailable.)</strong></strong></strong></strong></li><li>On the <strong>Services tab, click to select the <strong>Hide all Microsoft services check box, and then click<strong>Disable all.<br><br><br><br><strong>Note</strong> Following this step lets Microsoft services continue to run. These services include Networking, Plug and Play, Event Logging, Error Reporting, and other services. If you disable these services, you may permanently delete all restore points.<br> Do not do this if you want to use the System Restore utility together with existing restore points.</strong></strong></strong></li><li>Click <strong>OK, and then click <strong>Restart.</strong></strong> </li></ol><br><br>http://answers.microsoft.com/en-us/windows/forum/windows_vista-hardware/cannot-awake-from-sleep/fa423ca9-2412-49b5-9f97-37c43a1419c5

Was this answer helpful?

0 comments No comments

80 additional answers

Sort by: Oldest
  1. Anonymous
    2012-01-30T19:58:15+00:00

    hi,

    I made settings for the verifier as I did earlier. The computer did not give any BSODs but still frozen. In the last freeze the screen did not go to black it is a bit yellow dashed on it.

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2012-01-30T20:35:54+00:00

    I want to learn what this verifier does. Does it guarentee that the hardware and software is ok?

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2012-01-30T22:22:27+00:00

    DgiVecp is the Virtual ECP Parallel Port (IEEE 1284) Service.  It's used mainly with printers to simulate a parallel port.  I don't know for sure, but I suspect it's for older systems to allow them to work with networked printers by connecting the printer through this virtual parallel port.  I've never found a use for it on modern versions of Windows.

    So, after years of having the same problem, I finally tracked down that it was my Samsung printer that was installing this service, however, like yours, my system couldn't actually find it.

    It seems that many different printer drivers install this service, however, since it's not actually starting, that means that your system, like mine, doesn't actually have any use for it!  (Assuming that your printer is working OK.)

    If so, then you can just disable or delete the service.  I would suggest disabling it first, just to be safe.

    To do so, open a command window as Administrator and type the following:

            sc config dgivecp start= disable

    Make sure that there's a space between the "=" sign and the word "disable".  (It's easiest to just cut and paste this line.)

    After that, reboot your system and start checking your Event Viewer to see if the error message persists.

    If you decide to just delete the service, as I did, then type the following at the command line:

            sc delete dgivecp

    Hope this helps!

    Was this answer helpful?

    0 comments No comments