Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Need help with boot up problem.

0 views
Skip to first unread message

dh

unread,
Sep 27, 2009, 6:22:40 PM9/27/09
to
I've been having a lot of trouble trying to get this computer to boot up lately. Sometimes I get the
option of starting in Safe Mode, and then restarting it will get it to start normally. I got an
error message that included this:

BCCode : 100000ea BCP1 : 83158020 BCP2 : 83168F60 BCP3 : F8C68CB4
BCP4 : 00000001 OSVer : 5_1_2600 SP : 2_0 Product : 768_1

C:\DOCUME~1\MIKEWA~1\LOCALS~1\Temp\WERb07f.dir00\Mini092409-02.dmp
C:\DOCUME~1\MIKEWA~1\LOCALS~1\Temp\WERb07f.dir00\sysdata.xml

Can anyone explain anything about what all that means, and what to do about it?

I've also been having trouble because of not having an MSVCRT40.dll file, so I downloaded it but
don't know exactly where I should put it. I also did a free scan that told me I've got over 200
problems with .dll files ect, but it would cost about $30 to "register" and get a working program to
fix the problems. I've tried something like that before and it was a waste of $30. Is there
something that really is free I could try to see if it helps?

Thanks for any help!
David

Bob Hobden

unread,
Sep 27, 2009, 6:47:27 PM9/27/09
to

David wrote ...
Try downloading and using the freeware... http://www.ccleaner.com/
and see if that improves the situation.

--
Regards
Bob Hobden
just W. of London

Paul

unread,
Sep 27, 2009, 7:31:02 PM9/27/09
to

Could it be a variation on "Thread stuck in device driver" ?
Check the stop codes here.

http://aumha.org/a/stop.htm

"Free scans" and magic fixes, aren't going to fix this. You need
to determine what driver is doing it. Is the name of the driver
in any of the error message ? Is there anything logged in
Event Viewer ? Try to determine the driver at fault.

Presumably that info is stored in the .dmp file.

"How to read the small memory dump files that Windows creates for debugging"

http://support.microsoft.com/kb/315263

I don't have a dumpchk.exe on my C: drive. But I did find one
via KB838079 and a download link. The download is here. Extract
it, to get a "dumpchk.exe". (I use 7ZIP to extract the files, without
installing anything.)

http://www.microsoft.com/downloads/details.aspx?FamilyId=49AE8576-9BB9-4126-9761-BA8011FABF38&displaylang=en&displaylang=en

I tried running dumpchk from a command window, using a dump file I
found in C:\WINDOWS\minidump and it works. This is what I
did in a command window.

C:\WINDOWS\Minidump> dumpchk Mini020609-01.dmp

Turns out the one I just tested, is a sound driver crash.

Paul

Charlie

unread,
Sep 27, 2009, 8:06:50 PM9/27/09
to

<dh@.> wrote in message
news:bmovb5luf66522rkr...@4ax.com...
>snip<

> I've also been having trouble because of not having an
> MSVCRT40.dll file, so I downloaded > it but don't know exactly
> where I should put it.

MSVCRT40.dll is one of the Microsoft Visual C Runtime Library files
and normally is located in the Windows/System32 directory of your
boot drive.

>snip<

Charlie



dh

unread,
Sep 28, 2009, 2:11:58 PM9/28/09
to

I found the Minidump folder, and there's one named Mini092709-01.dmp so that
might have the info needed to figure out the problem, but I haven't been able to
find Dumpchk even at the link you provided, nor have I been able to open it with
anything else.

James D. Andrews

unread,
Sep 28, 2009, 2:17:59 PM9/28/09
to

"Bob Hobden" <bo...@invalid.com> wrote in message
news:7ia88uF...@mid.individual.net...

MSVCRT40.dll is in your SYSTEM and/or SYSTEM32.
It is a "Forwarder" DLL used by Visual C++ programs, and is not a system
essential file, but it's essential to run certain programs, though. Do you
have the right version?

Is your system XP, Vista, Win7, 98/ME, 2000, 3.1 : ), or something else?
What is the full path (full file names) on those files listed in your error?
Locate the directory and see if those files are even there.

Like Bob says, try CCleaner. Clean out your crap (temp files, etc.) before
doing anything more advanced and see if that helps. That Temp directory
"might" be part of the problem.

If CCleaner doesn't work and if you feel comfortable attacking the Registry,
there is also Eusing Free Registry Cleaner. There are a gazillion other
"easy" registry cleaning PC fix programs, both purchase and free. You can
find a selection at any freeware site. I use about 2 dozen freeware sites,
but I always seem to start with www.freewarehome.com and
www.freewarefiles.com . Tucows is another good one, along with nonags (I
like the pictures). Always read the reviews before downloading a program.
If 2 out of 3 people say the program crashed their computers, don't use it.

Before using any such program, create a System Restore point - just in case.

Avoid those Free Scan, pay $$ to fix programs. Some of them will just add
to your problems.

Oh, if you haven't already done it, run your virus scanner.

You can see if there's a program you have in Start Up (Start/Program
Files/Startup) that might be causing conflicts.

If your system is connected to the internet, try running the Help and
Support Troubleshooters.

You may also need to Run: msconfig to bring up your System Configuration
Utility and examine your Startup Items and Services or diagnose if there is
a problem with your SYSTEM.INI, WIN.INI, or BOOT.INI (Be real careful in
here).


Paul

unread,
Sep 28, 2009, 3:31:27 PM9/28/09
to

Did you download the file from here ? I downloaded this some time
ago. The file is WindowsXP-KB838079-SupportTools-ENU.exe and
is 4,934,480 bytes.

http://www.microsoft.com/downloads/details.aspx?FamilyId=49AE8576-9BB9-4126-9761-BA8011FABF38&displaylang=en&displaylang=en

Inside that file, are four files. (I use 7zip to open the file and
tell me this. I can continue to burrow down inside the files as needed.)

support.cab
suptools.msi
sup_pro.cab
sup_srv.cab

There is a dumpchk.exe in support.cab.

I expect, if you just execute the download, the Microsoft package will
install, and *somewhere* on your computer, you'll have dumpchk.exe.
It is a tiny program, like 5KB or so. I copy that file into the
minidump folder, so I don't have to worry about the execution
path for it. Then, I run a command window, and CD to the minidump
folder, then execute the command to parse the dump. Text gets dumped
into the window, and you have to scroll back a bit, to see the
whole thing.

And if that isn't the case, and the Microsoft file doesn't install
anything, then get a copy of 7ZIP and just continue extracting
until you get it. On your first extraction, you'd get four files.
Then, you'd use 7ZIP again, to extract the contents of support.cab .
Then, you should have a large list of files, one of which is
dumpchk.exe .

7ZIP doesn't work on all CAB files. It won't touch ones from
Installshield for example. But these CABs are open ones, so
it works fine.

HTH,
Paul

Sjouke Burry

unread,
Sep 28, 2009, 3:41:07 PM9/28/09
to
M$ claims that it is part of service pack 2,support tools.
The following is a list of all Support Tools in Service Pack 2:

* acldiag.exe
* activate.exe
* addiag.exe
* adprop.dll
* adsiedit.msc
* apimon.exe
* apmstat.exe
* bindiff.exe
* bitsadmin.exe
* browstat.exe
* cabarc.exe
* clonepr.dll
* depends.exe
* dfsutil.exe
* dhcploc.exe
* diruse.exe
* dmdiag.exe
* dnscmd.exe
* dsacls.exe
* dsastat.exe
* dskprobe.exe
* dumpchk.exe
etc,etc,etc.

It might be XP pro however.?

critcher

unread,
Sep 29, 2009, 2:54:03 PM9/29/09
to

<dh@.> wrote in message news:bmovb5luf66522rkr...@4ax.com...

critcher said...........................
get yourself combofix and run it, it will clear anything and set your
machine right.


0 new messages