daren771 Posted February 2, 2007 Posted February 2, 2007 may i know how to solve the below error?Event Type: ErrorEvent Source: System ErrorEvent Category: (102)Event ID: 1003Date: 02/02/07Time: 12:19:28 PMUser: N/AComputer: DARENDescription:Error code 000000f4, parameter1 00000003, parameter2 84c95578, parameter3 84c956ec, parameter4 80604450.For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.Data:0000: 53 79 73 74 65 6d 20 45 System E0008: 72 72 6f 72 20 20 45 72 rror Er0010: 72 6f 72 20 63 6f 64 65 ror code0018: 20 30 30 30 30 30 30 66 000000f0020: 34 20 20 50 61 72 61 6d 4 Param0028: 65 74 65 72 73 20 30 30 eters 000030: 30 30 30 30 30 33 2c 20 000003, 0038: 38 34 63 39 35 35 37 38 84c955780040: 2c 20 38 34 63 39 35 36 , 84c9560048: 65 63 2c 20 38 30 36 30 ec, 80600050: 34 34 35 30 4450
Jeremy Posted February 2, 2007 Posted February 2, 2007 (edited) http://www.eventid.net/display.asp?eventid=102&source=Sure you may, by searching for possible causes and troubleshooting until you resolve the problem. Edited February 2, 2007 by Jeremy
cluberti Posted February 2, 2007 Posted February 2, 2007 0x000000F4: CRITICAL_OBJECT_TERMINATIONOne of the many processes or threads crucial to system operation has unexpectedly exited or been terminated. As a result, the system can no longer function. Specific causes are many, and often best resolved by a careful history of the problem and the circumstances of the error message.From the data here, I can decipher some things about your problem:- The first parameter shows us that it was a process (3 for process, 6 for thread)- The second parameter is the terminating object's memory address (84c95578) - in this case, unless you're using the /3GB switch, it was a process running in kernel (80000000 - FFFFFFFF are kernel address ranges when booting without /3GB)- The third and fourth addresses tell us which process it was, and text of the error. However, without a memory dump from your box of the issue, there's no way to tell.If you have any *.dmp files in your Windows directory from around that time, we'll need to review those to give you a full answer.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now