Crashing after updating windows 11 to (22h2? newest update)

le_graphicsmanager.ini (475 Bytes)
Player.log (151.7 KB)
DxDiag.txt (108.1 KB)
I crash my system whenever i play the game it happens infrequently so yea i dunno what happens.
function Toggle(node) { if (!window.fullyLoaded) return; var divNode = node.nextElementSibling; // nextElementSibling may unexpectedly return null if (!divNode) divNode = node.nextSibling; if (!divNode || divNode.nodeType != 1) return; // Expand the branch? if (divNode.style.display == ‘none’) { // Change the sign to “-”. var bNode = node.getElementsByTagName(“b”)[0]; bNode.innerText = “-”; // show the branch divNode.style.display = ‘’; } else // Collapse the branch { // Change the sign to “+”. var bNode = node.getElementsByTagName(“b”)[0]; bNode.innerText = “+”; // hide the branch divNode.style.display = ‘none’; } } // Toggle “System” element by default so that its default status is to hide its children function ToggleSystemElement() { var body = document.getElementById(“body”); var anchor = body.getElementsByTagName(“table”)[0]; Toggle(anchor); } // If binary data is present in event XML, show it in friendly form. function ProcessBinaryData(binaryString, binaryDataCaption, wordsFormatString, bytesFormatString, normalFont, fixedWidthFont) { var bodyNode = document.getElementById(“body”); // Add a


at the end of the HTML body. bodyNode.appendChild(document.createElement(“hr”)); // This paragraph (p element) is the “Binary data:” literal string. var p = document.createElement(“p”); p.style.fontFamily = normalFont; var b = document.createElement(“b”); b.appendChild(document.createTextNode(binaryDataCaption)); p.appendChild(b); p.appendChild(document.createElement(“br”)); bodyNode.appendChild(p); // // Show binary data in Words format. // p = document.createElement(“p”); p.style.fontFamily = normalFont; p.appendChild(document.createTextNode(wordsFormatString)); bodyNode.appendChild(p); // Must use fixed-width font for binary data. p = document.createElement(“p”); p.style.fontFamily = fixedWidthFont; var i = 0; var j = 0; var s, tempS; var translatedString; var charCode; var byte1, byte2; // Each character in binaryString is a hex (16-based) representation of // 4 binary bits. So it takes 2 characters in binaryString to form a // complete byte; 4 characters for a word. while (i < binaryString.length) { s = (i / 2).toString(16); // To hex representation. while (s.length < 4) { s = “0” + s; } s += ": "; // DWords representation is simply a rearrangement of the original binaryString // For example, from: // // 0000000002005600000000000f000540 // // (which is 00 00 00 00 02 00 56 00 00 00 00 00 0f 00 05 40). // // to: // // 0000: 00000000 00560002 00000000 4005000f // 8 words per line, 4 DWords per line. for (j = 0; j < 4; j++) { s += binaryString.substring(i + 6, i + 8); s += binaryString.substring(i + 4, i + 6); s += binaryString.substring(i + 2, i + 4); s += binaryString.substring(i, i + 2) + " "; i += 8; } p.appendChild(document.createTextNode(s)); p.appendChild(document.createElement(“br”)); } bodyNode.appendChild(p); // // Show binary data in bytes format. // p = document.createElement(“p”); p.style.fontFamily = normalFont; p.appendChild(document.createTextNode(bytesFormatString)); bodyNode.appendChild(p); // Must use fixed-width font for binary data. p = document.createElement(“p”); p.style.fontFamily = fixedWidthFont; i = 0; j = 0; // Each character in binaryString is a hex (16-based) representation of // 4 binary bits. So it takes 2 characters in binaryString to form a // complete byte. while (i < binaryString.length) { translatedString = “”; // 2 characters in binaryString to form a byte s = (i / 2).toString(16); // to hex representation. // Prefix with ‘0’ until its length is 4. while (s.length < 4) { s = “0” + s; } s += ": "; // Show 8 bytes per line for (j = 0; j < 8; j++) { tempS = binaryString.substring(i, i + 2); // 2 for 1 byte i += 2; s += tempS + " "; // Treat tempS as hex integer charCode = parseInt(tempS, 16); if (charCode < 32) { translatedString += “.”; } else { translatedString += String.fromCharCode(charCode); } } while (s.length < 32) { s += " "; } s += translatedString; p.appendChild(document.createTextNode(s)); p.appendChild(document.createElement(“br”)); } bodyNode.appendChild(p); }

+ System

|||- Provider

[ Name] Microsoft-Windows-WHEA-Logger

[ Guid] {c26c4f3c-3f66-4e99-8f8a-39405cfed220}|
| — | — |

EventID 18

Version 0

Level 2

Task 0

Opcode 0

Keywords 0x8000000000000000

|||- TimeCreated

[ SystemTime] 2023-03-16T23:02:27.6217212Z|
| — | — |

EventRecordID 2695

|||- Correlation

[ ActivityID] {b46e304e-9a93-45a9-b337-1b8ef0457cfd}|
| — | — |

|||- Execution

[ ProcessID] 3876

[ ThreadID] 3116|
| — | — |

Channel System

Computer Jannikhp

|||- Security

[ UserID] S-1-5-19|
| — | — |

- EventData

ErrorSource 3

ApicId 1

MCABank 5

MciStat 0xbea0000000000108

MciAddr 0x7ffdfc52148c

MciMisc 0xd0130fff00000000

ErrorType 9

TransactionType 2

Participation 256

RequestType 0

MemorIO 256

MemHierarchyLvl 0

Timeout 256

OperationType 256

Channel 256

Length 1163

RawData 435045521002FFFFFFFF040001000000020000008B04000010021700100317140000000000000000000000000000000000000000000000000000000000000000BDC407CF89B7184EB3C41F732CB57131FE6FF5E89C91C54CBA8865ABE14913BB7D944C595B58D901020000000000000000000000000000000000000000000000A0010000C00000000003000001000000ADCC7698B447DB4BB65E16F193C4F3DB0000000000000000000000000000000001000000000000000000000000000000000000000000000060020000E00000000003000000000000B0A03EDC44A19747B95B53FA242B6E1D0000000000000000000000000000000001000000000000000000000000000000000000000000000040030000240100000003000000000000011D1E8AF94257459C33565E5CC3F7E80000000000000000000000000000000001000000000000000000000000000000000000000000000064040000270000000003000000000000A13248C3C302524CA9F19F1D5D7723FC000000000000000000000000000000000300000000000000000000000000000000000000000000007F010000000000000002010000000000100F87000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000007010000000000000100000000000000100F870000080C010B32D87EFFFB8B170000000000000000000000000000000000000000000000000000000000000000F50157A5EFE3DE43AC72249B573FAD2C03000000000000009F000206000000008C1452FCFD7F00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000800800100000000000000000000000000000000000000000000000000000300000002000000AF4F865A5B58D901010000000000000000000000000000000000000005000000080100000000A0BE8C1452FCFD7F000000000000FF0F13D00A0000000100000000000000B00005000000004D0000000079000000030000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001B00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000FF00000000000000000000000000000000000000000000000000

this is what eventviewer tells me has happend
i dunno what to do here it only happend again after i updated to the lastest windows 11 update.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.