Dr. Blip's PC-Doctor Forum

General Category => Toolbox for Windows => Topic started by: BluueSpruce on February 03, 2013, 09:13:55 pm

Title: Is the following message from PC Doctor?
Post by: BluueSpruce on February 03, 2013, 09:13:55 pm
I have the latest PC Doctor for Windows that supports Windows 8 installed. Is the message below from PC Doctor? If so, what does it mean? Is there a problem with PC Doctor or my system. The message only started to periodically appear after I installed PC Doctor. When I uninstalled PC Doctor, the message stopped appearing. Thank you.

The message:

 "The procedure entry point SymSetScopeFromInLineContext could not be located in the dynamic link library C:\WINDOWS\SYSTEM32|dbgeng.dll"
Title: Re: Is the following message from PC Doctor?
Post by: Kris_PCD on February 04, 2013, 08:59:14 am
I checked to see if our software would use that DLL library.
What I have found is that we do not use that library or that command in our product.

I would run some scans to make sure you didn't pick up some malware or something that corrupted the .dll file.

Sorry I can't offer any assistance with this issue.
Title: Re: Is the following message from PC Doctor?
Post by: BluueSpruce on February 04, 2013, 03:16:49 pm
Thank you for checking. I will have to look a bit deeper and elsewhere.
Title: Re: Is the following message from PC Doctor?
Post by: Kris_PCD on February 04, 2013, 03:18:54 pm
No problem  ;)

And let me know if you find the culprit, never hurts to inform others just in case.
Title: Re: Is the following message from PC Doctor?
Post by: Tamjid Wafaa on February 15, 2013, 07:22:42 pm
This is just a very informative post. I really enjoyed going through it.
Title: Re: Is the following message from PC Doctor?
Post by: october8th on April 02, 2013, 08:40:56 am
I am having the same issue.  My laptop is brand new, and I am careful with it online.  I do not think this is being caused by malware. 
Title: Re: Is the following message from PC Doctor?
Post by: Kris_PCD on April 02, 2013, 08:48:29 am
Have you run any scans to make certain, even the most careful and tech-savvy users can pick up the occasional bit of malware (myself included  :-[).

I would also like to know; do you have PC-Doctor Toolbox for Windows installed on your laptop, and when did you start seeing this error?
Title: Re: Is the following message from PC Doctor?
Post by: colinc on April 02, 2013, 01:50:12 pm
dbgeng.dll is a Windows system file. If it has been corrupted, you can repair it like this:
1. open an administrative command prompt
2. type this command (w/o quotes) "sfc /scannow"

Hope that helps!
Title: Re: Is the following message from PC Doctor?
Post by: 01Tech on May 19, 2013, 03:04:35 am
I retract this comment:

"I would suggest searching for the dll file in your system32 folder, if you find it rename it with .old at the end.  Then simply download the dll file from the link below and copying it to your system32 folder."

~Lyle
Title: Re: Is the following message from PC Doctor?
Post by: colinc on May 20, 2013, 11:10:20 am
That is a helpful tip, but its also an excellent way to pickup a rootkit. When you download a system file from a 3rd party site, you do not get the benefit of a signature or file hash that confirms that the file has not been modified, or if it is even compiled by MS. Wherever possible it is always ideal to get your system files from the OS vendor or installation media. MS designed the sfc utility for this scenario.
Title: Re: Is the following message from PC Doctor?
Post by: 01Tech on May 20, 2013, 01:36:36 pm
I agree sfc /scannnow is the best approach if it works.
I suggest trying the new advanced boot options in Windows 8:

1. Hold Win + R (Windows Key and R at the same time)
2. TYPE: 

shutdown /r /o /f /t 00

The computer will reboot, Select
TROUBLESHOOT
ADVANCED OPTIONS
COMMAND PROMPT

At the command prompt, type:

sfc /scannow /offbootdir=d:\ /offwindir=d:\windows

Title: Re: Is the following message from PC Doctor?
Post by: 01Tech on May 21, 2013, 01:51:07 am
BluueSpruce and october8th,

In Windows 8 "dbgeng.dll" is the debug engine dynamic link library. Sometimes installing a program overwrites or breaks the  dependencies in windows.  When this happens, the original program may not be able to launch properly and you can run into the error message you are describing.

If you have run sfc /scannow without success, I would suggest:

In Windows 8, Hold Win + X (Windows Key and X at the same time) and  and select Command Prompt (Admin) (See attached picture)
Type the following:

regsvr32 dbgeng.dll

[PRESS ENTER]

I apologize for suggesting something as unsafe as downloading a dll file from a 3rd party source.

colinc, thank you for pointing out that 3rd party sites can be dangerous.  I certainly did not intend for BluueSpruce or anyone else to download a rootkit or other malicious software.  It has been my experience that SFC /SCANNOW does not often work as intended and I was offering a second option in case the system file checker did not work to fix the error, I apologize for pointing someone in that direction with no warning of potential dangers that may ensue.

~Lyle