Original Post — Direct link

If you are crashing consistently for some reason then you may find out the reason via the following steps:

  1. Open the following file: %TEMP%\crash_report.txt
  2. It's contents will look like this: version: project="SHIVA" application="game" configuration="release" platform="PC" build_string="6.10024.10518.0" build_date="Feb 22 2023" build_time="20:11:00" halt: ### Read access violation: 00007FF795266C32 HaloInfinite!0x00007FF795266C32 halt information: accessing 0x07a thread information: thread_name: 02 WORKER, thread_id: 6004 stack: 00007FF795266C32 HaloInfinite!0x00007FF795266C32 00007FF795266A66 HaloInfinite!0x00007FF795266A66 00007FF7952666C8 HaloInfinite!0x00007FF7952666C8 00007FF794F4C45D HaloInfinite!0x00007FF794F4C45D 00007FF795295A7E HaloInfinite!0x00007FF795295A7E 00007FF79529557F HaloInfinite!0x00007FF79529557F 00007FF795276F65 HaloInfinite!0x00007FF795276F65 00007FF795275BE3 HaloInfinite!0x00007FF795275BE3 00007FF795C26722 HaloInfinite!0x00007FF795C26722 00007FF795C77DF1 HaloInfinite!0x00007FF795C77DF1 00007FF795C78009 HaloInfinite!0x00007FF795C78009 00007FF795C50437 HaloInfinite!0x00007FF795C50437 00007FF795C51A14 HaloInfinite!0x00007FF795C51A14 00007FF795C26722 HaloInfinite!0x00007FF795C26722 00007FF795C7815B HaloInfinite!0x00007FF795C7815B 00007FF795B6D2AE HaloInfinite!0x00007FF795B6D2AE 00007FF795B6CFA8 HaloInfinite!0x00007FF795B6CFA8 00007FF795B4AD77 HaloInfinite!0x00007FF795B4AD77 00007FF795B4AD47 HaloInfinite!0x00007FF795B4AD47 00007FF794E8B972 HaloInfinite!0x00007FF794E8B972 00007FF794E8AF52 HaloInfinite!0x00007FF794E8AF52 00007FF794E8A5FD HaloInfinite!0x00007FF794E8A5FD 00007FF794E89A36 HaloInfinite!0x00007FF794E89A36 00007FF7958D5901 HaloInfinite!0x00007FF7958D5901 00007FF79591CA8A HaloInfinite!0x00007FF79591CA8A 00007FFDECDB4DE0 KERNEL32!0x00007FFDECDB4DE0 00007FFDEEEBE40B ntdll!0x00007FFDEEEBE40B ...
  3. Look at the halt information, this provides the information why the crash occurred so in the above example for example a "Read access violation" occurred within HaloInfinite!0x00007FF795266C32. Anything before ! is the faulty DLL or executable causing the issue.

Hopefully using this crash information, you might be able to identify what is causing your crash issues while playing Halo Infinite.

In my case for Season 3, I am getting constant Read access violation while playing game, for you this might be different or the same but feel free to share what crash messages, you are getting.

External link →