![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
| Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks. |
| |||||||
![]() |
| |
| | #1 (permalink) |
| vista home premium 32-bit | 0x00000101 error hi guys ,at least once a night i get this error after i reboot it dont seem to do it again.i read a similar problem with age of empires i think it was but i am running cod 5 when this happens is it my graphics drivers or is it more serious than that? running Q9400 quad,260gtx and 4gb ram(added if it helps)drivers i am using is 7.15.11.7741 nvidia ,read it might be something to do with this but not to sure |
My System Specs![]() |
| | #2 (permalink) |
| Vista Ultimate 64bit SP2/ | Re: 0x00000101 error Here is a similar situation scroll down to the bottom for what the person found out. Stop Error: 0x00000101 Issue |
My System Specs![]() |
| | #3 (permalink) |
| Windows Vista™ Ultimate | Re: 0x00000101 error hi guys ,at least once a night i get this error after i reboot it dont seem to do it again.i read a similar problem with age of empires i think it was but i am running cod 5 when this happens is it my graphics drivers or is it more serious than that? running Q9400 quad,260gtx and 4gb ram(added if it helps)drivers i am using is 7.15.11.7741 nvidia ,read it might be something to do with this but not to sure Hi WeeJokey, Theres some more infomation about the 0x000000101 Error here: Bug Check 0x101: CLOCK_WATCHDOG_TIMEOUT Basically it means one of your processor cores is malfunctioning (on its way out) ![]() Steven |
My System Specs![]() |
| | #4 (permalink) |
| Windows 7 , Vista | Re: 0x00000101 error I agree that a 0x101 bugcheck could mean the CPU is going or indicate other hardware issues. However, another possibility is a "deadlock". Multiple threads have areas of code locked - but it turns out that one is waiting on the other to finish and release their respective lock - which never happens... looping occurs, CPU can't respond in the time given so system BSODs. It may be worth the trouble to produce a full kernel dump and issue windbg kd> !locks command to see if resource or object contention exists. It may be a bad driver caught in a loop. Run the Vista Driver Verifier (DV) and see if it flags any drivers. At worst the DV will cause a BSOD and hopefully name the guilty party - or make it easier to find it in the stack text of the resulting mini kernel dump. Any driver updates or Windows Updates recently? START | type cmd.exe | right-click on cmd.exe uptop under programs | Run as Administrator | type verifier & hit enter - the Verifier screen will appear | do the following: Code: 1. Select 2nd option - Create custom settings (for code developers) 2. Select 2nd option - Select individual settings from a full list. 3. Check the boxes • Special Pool • Pool Tracking • Force IRQL checking 4. Select last option - Select driver names from a list 5. Click on the Provider heading - sorts list by Provider 6. Check ALL boxes where Microsoft is not the Provider 7. Click on Finish 8. Re-boot Regards. . . jcgriff2 . |
My System Specs![]() |
| | #5 (permalink) |
| vista home premium 32-bit | Re: 0x00000101 error thx guys had alook at them all and am in the middle of doing the driver verifier option atm ,if it doesn,t bsod in there what stats am i most interested in? dont really want to go down the road of the paste stuff as i have just recieved this machine on thursday after i had a company build it so if it is the cpu then i would need to return it to them ,but any idea why it only happens once then is fine? |
My System Specs![]() |
| | #6 (permalink) |
| Windows 7 , Vista | Re: 0x00000101 error Hi. . . The Forum Moderator dmex may very well be right on the money with the CPU. I would defer on the hardware end as I always look at software 1st b/c that is my area of interest. I would not even attempt to do that which was suggested - I just don't know my way around hardware. There are no guarantees and plenty of opinions when it comes to BSODs. I was in a similar position as you about 3 months ago when I bought a Vista x64 HP laptop. It froze w/in 24 hours. I returned it and the next 2 laptops as well - all within 1 month. They said a re-install of Vista would be good because the current one was "adjusting poorly to the new Intel P7350 CPU..." and that "..Vista needs a few re-installs ... to get it right.." !!! These were the same salesman (national US chain) that told me "64-bit is much better than 32-bit because it holds twice as much". I later saw that in an on-line ad for the same company. Unreal. Given your system is < 1 week old, I fear they will claim BSODs your fault due to software installations (non-Vista). If you call or return it, I think they will just re-install Vista and send it back. They must have tested it - at least I hope they did. If you want to run a dozen or so reports and files, I will be glad to take a look at them along with all dump files - current or future. Your call. Here are some of the items I usually gather from BSOD OPs: Please note: In case you are unfamiliar - to get to an elevated Administrative level - command/"DOS" prompt - START | type cmd.exe into the start search box | RIGHT-click on cmd.exe above under programs | select "Run as Administrator" - to copy/paste into the DOS screen, RIGHT-click at the very top of the black DOS screen, select Edit, select Paste - you may have to hit enter after the paste 1. Create a new folder in your Documents folder - call it Vistax64_Support - if OK w/ you. 2. Download Live SysInternals AutoRuns from Microsoft TechNet - SAVE it to the Vistax64_Support folder - http://live.sysinternals.com/autoruns.exe -- Go to your documents folder, RIGHT-click on autoruns.exe and select run as admin. allow it to scan (status bottom-left). Save it as an ARN file (default file extension) 3. msinfo32 saved as an NFO file - START | type msinfo32 - hit enter. Save - NFO file default format 4. Vista health report - START | type perfmon /report & hit enter - 60 seconds, report will be displayed in IE7 or FFox web browser. Save as an HTML or HTM file. 5. dxdiag64 text file - START | type dxdiag - enter. DirectX Kernel viewer will appear - click on "run as x64" - bottom of screen - save as a text file 6. Bring up the elevated cmd/DOS screen - paste the following into it - 1 command at a time (11 total + copy mini dumps): Code: whoami /ALL > "%userprofile%\documents\Vistax64_Support\whoami.txt" driverquery /v > "%userprofile%\documents\Vistax64_Support\drivers1.txt" driverquery /si > "%userprofile%\documents\Vistax64_Support\drivers2.txt" Code: wevtutil qe Application /c:70000 /rd:true /f:text > "%userprofile%\documents\Vistax64_Support\evtx_app.txt" Code: wevtutil qe System /c:70000 /rd:true /f:text > "%userprofile%\documents\Vistax64_Support\evtx_app.txt" Code: ipconfig /all > "%userprofile%\documents\Vistax64_Support\ipconfigall.txt" systeminfo /fo list > "%userprofile%\documents\Vistax64_Support\systeminfo.txt" set > "%userprofile%\documents\Vistax64_Support\environvar.txt" Code: Reg Query HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall /s > "%userprofile%\documents\Vistax64_Support\uninstall_HKLM.txt" Code: Reg Query HKCU\Software\Microsoft\Windows\CurrentVersion\Uninstall /s > "%userprofile%\documents\Vistax64_Support\uninstall_HKCU.txt" Code: Reg Query "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Active Setup\Installed Components" /s > "%userprofile%\documents\Vistax64_Support\uninstall_HKLM2.txt" Code: copy %windir%\minidump\*.* "%userprofile%\documents\Vistax64_Support" Please go to your documents folder and zip up the entire Vistax64_Support folder and attach to your next post. If you have questions or a command doesn't work - please let me know. Regards. . . jcgriff2 . Last edited by jcgriff2; 11-18-2008 at 05:10 AM.. Reason: syntax |
My System Specs![]() |
| | #7 (permalink) |
| vista home premium 32-bit | Re: 0x00000101 error h guys i have done a hot cpu test over night and it shows an error at 23:40 000000| 0000 00000d4c Nov, 17 - 23:33:59 | Startig Hot CPU Tester Pro 4.4.1 000001| 1012 00000d4c Nov, 17 - 23:33:59 | Initializing DefectTrack Engine version 2.2.0 000002| 1010 00000d4c Nov, 17 - 23:33:59 | Loading options... 000003| 1011 00000d4c Nov, 17 - 23:33:59 | Reading system info... 000004| 0000 00000d4c Nov, 17 - 23:34:02 | CPU: Intel(R) Core(TM)2 Quad CPU Q9400 @ 2.66GHz 000005| 0000 00000d4c Nov, 17 - 23:34:02 | Speed: 2666MHz 000006| 0005 00000d4c Nov, 17 - 23:34:02 | -1 000007| 0005 00000d4c Nov, 17 - 23:34:02 | 32 000008| 0005 00000d4c Nov, 17 - 23:34:02 | 32 000009| 0000 00000d4c Nov, 17 - 23:34:02 | L1 Cache Size: 64KB 000010| 0000 00000d4c Nov, 17 - 23:34:02 | L2 Cache Size: 3072KB 000011| 0000 00000d4c Nov, 17 - 23:34:02 | L3 Cache Size: -1KB 000012| 0000 00000d4c Nov, 17 - 23:34:02 | Hyper-Threading: FALSE 000013| 0000 00000d4c Nov, 17 - 23:34:02 | SMP: TRUE 000014| 0000 00000d4c Nov, 17 - 23:34:02 | Scanning SMBIOS... 000015| 0000 00000d4c Nov, 17 - 23:34:02 | Could not read SMBIOS data 000016| 0000 00000d4c Nov, 17 - 23:34:02 | Total Physical Memory: -1076224000 bytes 000017| 0000 00000d4c Nov, 17 - 23:34:02 | Availabe Physical Memory: -1867960320 bytes 000018| 0000 00000d4c Nov, 17 - 23:34:02 | Total Virtual Memory: 2147352576 bytes 000019| 0000 00000d4c Nov, 17 - 23:34:02 | Availabe Virtual Memory: 2072166400 bytes 000020| 0000 00000d4c Nov, 17 - 23:34:02 | Operating System: Windows Vista Home Premium Service Pack 1 000021| 0156 00000d4c Nov, 17 - 23:34:02 | Setting Process Priority... 000022| 1111 00000d4c Nov, 17 - 23:34:16 | Diagnostic has started 000023| 1112 00000d4c Nov, 17 - 23:34:16 | Test Duration: 06:00:00 000024| 1113 00000d4c Nov, 17 - 23:34:16 | Diagnostic Method: Sequential 000025| 1114 00000d4c Nov, 17 - 23:34:16 | Error Handling: Ignore and Continue 000026| 1115 00000d4c Nov, 17 - 23:34:16 | Hyper-Threading: Disabled 000027| 0010 00000d4c Nov, 17 - 23:34:16 | -Complex Matrix : Enabled 000028| 0011 00000d4c Nov, 17 - 23:34:16 | --Thread Priority: THREAD_PRIORITY_NORMAL 000029| 0011 00000d4c Nov, 17 - 23:34:16 | --Matrix Size: 3,000x3,000 000030| 0011 00000d4c Nov, 17 - 23:34:16 | --Matrix Data Type: Double 000031| 0010 00000d4c Nov, 17 - 23:34:16 | -Calculating Pi : Enabled 000032| 0011 00000d4c Nov, 17 - 23:34:16 | --Thread Priority: THREAD_PRIORITY_NORMAL 000033| 0011 00000d4c Nov, 17 - 23:34:16 | --Pi Iterations: 10,000 000034| 0010 00000d4c Nov, 17 - 23:34:16 | -Sorting Algorithms : Enabled 000035| 0011 00000d4c Nov, 17 - 23:34:16 | --Thread Priority: THREAD_PRIORITY_NORMAL 000036| 0011 00000d4c Nov, 17 - 23:34:16 | --Insertion Sort: Enabled 000037| 0011 00000d4c Nov, 17 - 23:34:16 | --Shell Sort: Enabled 000038| 0011 00000d4c Nov, 17 - 23:34:16 | --Merge Sort: Enabled 000039| 0011 00000d4c Nov, 17 - 23:34:16 | --Heap Sort: Enabled 000040| 0011 00000d4c Nov, 17 - 23:34:16 | --Quick Sort: Enabled 000041| 0011 00000d4c Nov, 17 - 23:34:16 | --CArray Quick Sort: Enabled 000042| 0011 00000d4c Nov, 17 - 23:34:16 | Sorting Array Size: 100,000 000043| 0010 00000d4c Nov, 17 - 23:34:16 | -Prime Test : Enabled 000044| 0011 00000d4c Nov, 17 - 23:34:16 | --Thread Priority: THREAD_PRIORITY_NORMAL 000045| 0011 00000d4c Nov, 17 - 23:34:16 | --Iterations: 100,000 000046| 0010 00000d4c Nov, 17 - 23:34:16 | -Fast Fourier Transforms : Disabled 000047| 0011 00000d4c Nov, 17 - 23:34:16 | --Thread Priority: THREAD_PRIORITY_NORMAL 000048| 0010 00000d4c Nov, 17 - 23:34:16 | -Chipset : Disabled 000049| 0011 00000d4c Nov, 17 - 23:34:16 | --Thread Priority: THREAD_PRIORITY_NORMAL 000050| 0010 00000d4c Nov, 17 - 23:34:16 | -L1 Cache : Disabled 000051| 0011 00000d4c Nov, 17 - 23:34:16 | --Thread Priority: THREAD_PRIORITY_NORMAL 000052| 0010 00000d4c Nov, 17 - 23:34:16 | -L2 Cache : Disabled 000053| 0011 00000d4c Nov, 17 - 23:34:16 | --Thread Priority: THREAD_PRIORITY_NORMAL 000054| 0010 00000d4c Nov, 17 - 23:34:16 | -Memory : Enabled 000055| 0011 00000d4c Nov, 17 - 23:34:16 | --Thread Priority: THREAD_PRIORITY_NORMAL 000056| 0010 00000d4c Nov, 17 - 23:34:16 | -HD : Enabled 000057| 0011 00000d4c Nov, 17 - 23:34:16 | --Thread Priority: THREAD_PRIORITY_NORMAL 000058| 0010 00000d4c Nov, 17 - 23:34:16 | -MMX : Enabled 000059| 0011 00000d4c Nov, 17 - 23:34:16 | --Thread Priority: THREAD_PRIORITY_NORMAL 000060| 0010 00000d4c Nov, 17 - 23:34:16 | -SSE : Disabled 000061| 0011 00000d4c Nov, 17 - 23:34:16 | --Thread Priority: THREAD_PRIORITY_NORMAL 000062| 0010 00000d4c Nov, 17 - 23:34:16 | -SSE2/SSE3 : Disabled 000063| 0011 00000d4c Nov, 17 - 23:34:16 | --Thread Priority: THREAD_PRIORITY_NORMAL 000064| 0010 00000d4c Nov, 17 - 23:34:16 | -3DNow! : Disabled 000065| 0011 00000d4c Nov, 17 - 23:34:16 | --Thread Priority: THREAD_PRIORITY_NORMAL 000073| 1024 000005f8 Nov, 17 - 23:34:17 | Starting Complex Matrix Module on CPU 1 000074| 1026 000007dc Nov, 17 - 23:34:17 | Starting Calculating Pi Module on CPU 1 000066| 1024 00000458 Nov, 17 - 23:34:17 | Starting Complex Matrix Module on CPU 0 000075| 1028 000000dc Nov, 17 - 23:34:17 | Starting Sorting Algorithms Module on CPU 1 000076| 1030 00000ea0 Nov, 17 - 23:34:17 | Starting Prime Test Module on CPU 1 000067| 1026 00000d40 Nov, 17 - 23:34:17 | Starting Calculating Pi Module on CPU 0 000077| 1038 00000f48 Nov, 17 - 23:34:17 | Starting Memory Mdoule on CPU 1 000078| 1040 00000de8 Nov, 17 - 23:34:17 | Starting HD Module on CPU 1 000068| 1028 00000cec Nov, 17 - 23:34:17 | Starting Sorting Algorithms Module on CPU 0 000069| 1030 00000b14 Nov, 17 - 23:34:17 | Starting Prime Test Module on CPU 0 000079| 1042 00000c3c Nov, 17 - 23:34:17 | Starting MMX Module on CPU 1 000080| 1024 00000c18 Nov, 17 - 23:34:17 | Starting Complex Matrix Module on CPU 2 000070| 1038 00000c28 Nov, 17 - 23:34:17 | Starting Memory Mdoule on CPU 0 000071| 1040 00000550 Nov, 17 - 23:34:17 | Starting HD Module on CPU 0 000072| 1042 000004b8 Nov, 17 - 23:34:17 | Starting MMX Module on CPU 0 000081| 1026 00000df4 Nov, 17 - 23:34:17 | Starting Calculating Pi Module on CPU 2 000082| 1028 000008f8 Nov, 17 - 23:34:17 | Starting Sorting Algorithms Module on CPU 2 000083| 1030 00000f24 Nov, 17 - 23:34:17 | Starting Prime Test Module on CPU 2 000084| 1038 00000f38 Nov, 17 - 23:34:17 | Starting Memory Mdoule on CPU 2 000085| 1040 000001a4 Nov, 17 - 23:34:17 | Starting HD Module on CPU 2 000087| 1024 00000f80 Nov, 17 - 23:34:17 | Starting Complex Matrix Module on CPU 3 000086| 1042 00000f14 Nov, 17 - 23:34:17 | Starting MMX Module on CPU 2 000088| 1026 00000c88 Nov, 17 - 23:34:17 | Starting Calculating Pi Module on CPU 3 000090| 1030 00000814 Nov, 17 - 23:34:17 | Starting Prime Test Module on CPU 3 000089| 1028 000002fc Nov, 17 - 23:34:17 | Starting Sorting Algorithms Module on CPU 3 000091| 1038 00000d44 Nov, 17 - 23:34:17 | Starting Memory Mdoule on CPU 3 000092| 1040 00000240 Nov, 17 - 23:34:17 | Starting HD Module on CPU 3 000093| 1042 00000394 Nov, 17 - 23:34:17 | Starting MMX Module on CPU 3 000094| 0430 00000240 Nov, 17 - 23:40:28 | File Exception error:All or part of the path is invalid:CPU 3: an unnamed file contains an invalid path. 000095| 0430 000001a4 Nov, 17 - 23:40:28 | File Exception error:All or part of the path is invalid:CPU 2: an unnamed file contains an invalid path. 000096| 0430 00000de8 Nov, 17 - 23:40:28 | File Exception error:SHARE.EXE was not loaded, or a shared region was locked:CPU 1: A sharing violation occurred while accessing an unnamed file. 000097| 0430 00000550 Nov, 17 - 23:40:28 | File Exception error:All or part of the path is invalid:CPU 0: an unnamed file contains an invalid path. 000099| 1029 000008f8 Nov, 18 - 05:34:21 | Ending Sorting Algorithms Module on CPU 2 000101| 1031 00000f24 Nov, 18 - 05:34:21 | Ending Prime Test Module on CPU 2 000102| 1043 00000f14 Nov, 18 - 05:34:21 | Ending MMX Module on CPU 2 000103| 1039 00000f38 Nov, 18 - 05:34:21 | Ending Memory Module on CPU 2 000098| 1031 00000814 Nov, 18 - 05:34:21 | Ending Prime Test Module on CPU 3 000111| 1043 00000394 Nov, 18 - 05:34:21 | Ending MMX Module on CPU 3 000110| 1029 000002fc Nov, 18 - 05:34:21 | Ending Sorting Algorithms Module on CPU 3 000107| 1029 00000cec Nov, 18 - 05:34:21 | Ending Sorting Algorithms Module on CPU 0 000109| 1031 00000b14 Nov, 18 - 05:34:21 | Ending Prime Test Module on CPU 0 000100| 1043 000004b8 Nov, 18 - 05:34:21 | Ending MMX Module on CPU 0 000112| 1039 00000d44 Nov, 18 - 05:34:21 | Ending Memory Module on CPU 3 000113| 1039 00000c28 Nov, 18 - 05:34:21 | Ending Memory Module on CPU 0 000105| 1031 00000ea0 Nov, 18 - 05:34:21 | Ending Prime Test Module on CPU 1 000104| 1029 000000dc Nov, 18 - 05:34:21 | Ending Sorting Algorithms Module on CPU 1 000106| 1043 00000c3c Nov, 18 - 05:34:21 | Ending MMX Module on CPU 1 000108| 1039 00000f48 Nov, 18 - 05:34:21 | Ending Memory Module on CPU 1 000115| 1025 000005f8 Nov, 18 - 05:34:21 | Ending Complex Matrix Module on CPU 1 000114| 1025 00000f80 Nov, 18 - 05:34:21 | Ending Complex Matrix Module on CPU 3 000116| 1027 00000df4 Nov, 18 - 05:34:22 | Ending Calculating Pi Module 000117| 1025 00000c18 Nov, 18 - 05:34:22 | Ending Complex Matrix Module on CPU 2 000118| 1027 00000c88 Nov, 18 - 05:34:22 | Ending Calculating Pi Module 000119| 1027 000007dc Nov, 18 - 05:34:22 | Ending Calculating Pi Module 000120| 1027 00000d40 Nov, 18 - 05:34:22 | Ending Calculating Pi Module 000121| 1025 00000458 Nov, 18 - 05:34:22 | Ending Complex Matrix Module on CPU 0 000122| 1009 00000d4c Nov, 18 - 06:46:27 | Closing Hot CPU Tester Pro... 000123| 0000 00000d4c Nov, 18 - 06:46:27 | ************ End of Session ************ |
My System Specs![]() |
| | #8 (permalink) |
| Windows 7 , Vista | Re: 0x00000101 error Code: 000094| 0430 00000240 Nov, 17 - 23:40:28 | File Exception error:All or part of the path is invalid:CPU 3: an unnamed file contains an invalid path. 000095| 0430 000001a4 Nov, 17 - 23:40:28 | File Exception error:All or part of the path is invalid:CPU 2: an unnamed file contains an invalid path. 000096| 0430 00000de8 Nov, 17 - 23:40:28 | File Exception error:SHARE.EXE was not loaded, or a shared region was locked:CPU 1: A sharing violation occurred while accessing an unnamed file. 000097| 0430 00000550 Nov, 17 - 23:40:28 | File Exception error:All or part of the path is invalid:CPU 0: an unnamed file contains an invalid path. . Hi. . . Interesting results. Did you ever install a program directly from an external source - DVD, USB, ext HDD? This may explain the invalid path and unnamed file - as it not there now to be found. It could be a path with an invalid character in it. I see that a lock is mentioned - but only by CPU 1. Why not the others? If CPU 1 found it to be locked, what has a lock on it and why did CPU 1 differentiate it and not the other 3? The Event Viewer may hold a clue here. The system and app logs were included in my last post wevtutil qe Application. . . . wevtutil qe System. . . . WERCON may also have a lead (msinfo32 saved as an NFO file). This could also be NVidia. CPU ? Regards. . . jcgriff2 . |
My System Specs![]() |
| | #9 (permalink) |
| vista home premium 32-bit | Re: 0x00000101 error the only external thing i d/l from a website for hardware was from saitek http://www.saitek.com/uk/down/drivers2.asp these are the sst software and drivers for vista everthing else is xfire , teamspeak ,avg 8.0 and creative drivers for my sound card p.s. will try the event viewr tonight |
My System Specs![]() |
| | #10 (permalink) |
| vista home premium 32-bit | Re: 0x00000101 error here is the folder not to sure if the dos worked or not let me know |
My System Specs![]() |
![]() |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Forum | |||
| 0x00000101 Error | Vista performance & maintenance | |||
| Stop Error: 0x00000101 Issue | Vista performance & maintenance | |||
| no,socket Error: 11003. Error Number: 0x800CC0D cant i send email name is correctly | Vista mail | |||
| Canot post to newsgroups Socket Error: 10053, Error Number: 0x800CCC0F | Vista mail | |||
| windows live mail 2008 (Build 12.0.1606) error report error | Windows Live | |||