8 (499) 391-32-03, 8 (499) 394-07-16
125363, г. Москва, ул. Новопоселковая,
д. 6, кор. 217, офис 606
ooouptp@ooouptp.com
The Machine Check Analysis Tool application was designed to be a command line tool that takes a Windows System Event Log file as an argument and decodes the MCA Error logs into a readable format.
MCAT can alternatively take as an argument, the raw register hexadecimal values from an MCE Error.
Options:
/? Display this help message
k8 Decodes errors using K8 MCA specification
gh Decodes errors using family 0x10 MCA specification
gr Decodes errors using family 0x11 MCA specification
sys Decode the local Windows «System» event log
evt Decode evt file provided in command line
cmd Decode bank, status, address, misc provided in command line
Typical MCA errors are mostly hex encoded. K8 is the standard and is used here to describe the error, but the Application can decode errors produced by other families, such as 0x10, 0x11, 0x12 and 0x13.
The Application can also decode in raw hex values from an MCE event.
The Machine Check Analysis Tool Product Key is able to decode several types of errors in MCE, for instance:
These are recorded in the Error log:
0x0038 Intel x86 Family
0x0039 Intel x86 Family Extended
0x003C Microsoft Family
0x003E Microsoft Family Extended
0x005C Pentium family
0x005D Pentium family Extended
0x005E Pentium family Enhanced
0x0080 Intel x86 Family: Virtualization
0x0088 Intel x86 Family: Virtualization Extended
0x008C Intel x86 Family Extended
0x0089 Intel x86 Family Extended Virtualization
0x008D Intel x86 Family Extended: Virtualization
0x008E Intel x86 Family Extended: Virtualization Extended
0x0090 Intel x86 Family: Enhanced Extended Family
0x00A0 AMD Family Extended
0x00A8 AMD Family Extended
0x00A9 AMD Family Extended Virtualization
0x00B0 Intel x86 Family
0x00B8 Intel x86 Family Extended
0x00BC Intel x86 Family Extended
0x00BD Intel x86 Family Extended
0x00C0 Intel x86 Family Extended
0x00C8 AMD Family Extended
0x00CA AMD Family Extended
0x00CD AMD Family Extended
0x00CE Intel x86 Family Extended
0x00CF Intel x86 Family Enhanced
0x00D0 Intel x86 Family Extended
0x00D8 Intel x86 Family Extended
0x00D9 Intel x86 Family Enhanced
0x00DC Intel x86 Family Extended
This software allows you to analyse a Windows System Event log file, generated by Microsoft’s Windows Event Log tool (eventvwr.exe).
The application will decode any errors logged by the K8 MCA API within the MCE Error log file.
The results of the decoding process will be put into a plain text file, ready for you to analyze.
Mca Error Log to Plain Text File Converter Tutorial Video
January 1, 2011. (2013-02-15) Comments
Hi.
i’m new.
Before i’ll write my comment, i found that there are a lot of MCAT users! So i feel easy to write my comment.
Some questions:
Is it possible to convert evt file into plain text?
Is there any MCA (or MCAT) progams written in VB.NET?(it’s seem to me that writing VB.NET code on MCAT is complicated)
If you could convert evt file to plain text, could you write MCA program with C#? (it seems easyer to me)
Before i’ll write my comment, i found that there are a lot of MCAT users! So i feel easy to write my comment.
Some questions:
Is it possible to convert evt file into plain text?
Is there any MCA (or MCAT) progams written in VB.NET?(it’s seem to me that writing VB.NET code on MCAT is complicated)
If you could convert evt file to plain text, could you write MCA program with C#? (it seems easyer to me)
I just found that there is not a lot of MCAT users. And there are a lot of MCA users.
I see there are a lot of MCAT users, but the question is there is a software that convert the evt file to plain text file. I’m a novice in MCAT and don’t understand a lot of things about MCAT, but i found that the K8 MCA(maybe other MCA) is not able to work well without plain text file.
That MCAT software will not be difficult to write, because there are a lot of MCAT users. And this is a good chance to learn the MCAT.
Is it possible to convert evt file into plain text?
Is there any MCA (or MCAT) progams written in
2f7fe94e24
The MCAT is a command line tool, and was developed to be a utility to help diagnose and recover MCE Errors which are beyond the scope of the Microsoft Corporation’s Documentation, yet still requires decoding of the various locations and fields of an MCA Error.
This is a user defined tool, and makes a few assumptions about common MCA Error entries.
For every event in the file, all fields in this table (event, 1, 2, and 3) will be processed and the decoded MCA Error in the first column and the status of the error in the third column.
If the status is not «OK» and there is no error entry, in the first column, an X is placed in its position.
Otherwise an X is placed in its position if either the status is «MISSILE» or the «type» field is not «0» or «3», in the second column.
The table is organized as follows:
Column 1:
Event
The Common Events that comprise an MCA Error, as defined in the K8 and the other specifications.
Column 2:
1 = Offset (occurs once for every «1» in the first column).
2 = 1 if «type» is 0, 3 if «type» is not.
Column 3:
1 = Offset (occurs once for every «1» in the first column).
2 = 1 if status is «MISSILE» or «ENV»
3 = «0» if status is «OK», «4» if «subtype» = 0, «4» if «subtype» = 1 or «5» if «subtype» = 2, «1» if «subtype» is not
The MCA Error specifcations exist in both the K8 and family 0x10 specifications.
Both the specs have similar «type» definitions, but a few differences in the Event definition:
Family 0x10 defines the «type» to be «3» if the full «status» is «4», in the «2» position of the «type» field.
The «type» in family 0x10 is «3» if the «status» is «4» and «attr» is present, or «4» if «status» is «4» and «attr» is not present.
The fields defined in the specs, are organized in the same order:
Event Type
The Machine Check Analysis Tool is a Windows command line tool that makes it easy to analyze and decode Machine Check
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
https://wakelet.com/wake/hJU2ERzv000p0PIKK05ee
https://wakelet.com/wake/1_xVjuHddi03mQZ8dCkfR
https://wakelet.com/wake/dfWNgvBR3zEsI72jsuaz2
https://wakelet.com/wake/g_2yKlS14YCVWuk_Z66cD
https://wakelet.com/wake/vlCSvgObDcNgFp414Ngf8
OS: Windows 7 or Windows 8
Windows 7 or Windows 8 Processor: Intel Core i5-4570 (3.2 GHz)
Intel Core i5-4570 (3.2 GHz) Memory: 8 GB
8 GB Graphics: Nvidia GeForce GTX 760 / AMD Radeon R9 290
Nvidia GeForce GTX 760 / AMD Radeon R9 290 Hard Drive: 15 GB available space
15 GB available space Internet: Broadband Internet connection
Broadband Internet connection Sound Card: DirectX 9.0c compatible sound card
DirectX 9
https://parsiangroup.ca/2022/07/html-editor-5-901-crack-mac-win-2022-latest/
https://elc-group.mk/2022/07/13/rocket-propulsion-analysis-lite-1-2-7-download-2022/
https://elearning.zonuet.com/blog/index.php?entryid=6366
https://hanffreunde-braunschweig.de/kdt-soft-recover-product-key-crack-with-license-code/
http://imeanclub.com/?p=81655
https://www.meselal.com/monument-valley-crack-with-full-keygen-free-updated-2022/
http://indiebonusstage.com/nradiobox-crack-2022/
https://cycloneispinmop.com/my-blue-folders-vol-7-download-x64-2022/
https://song-signs.com/firmwaretablesview-3-37-3-crack-latest/
https://openaidmap.com/pdf-merge-pro-crack-activation-key-download/
https://survivalistprepping.com/uncategorized/okdo-word-merger-crack-free-updated-2022/
http://scamfie.com/?p=34828
https://logocraticacademy.org/pc-performer-crack-product-key-download-mac-win-updated-2022/
https://gazetabilgoraj.pl/advert/portaudio-crack-for-pc-2022/
http://www.elorodigital.com/turismo/2022/07/13/infocentre-crack-latest/
Sorry, comments are closed for this post.