I keep getting Page Fault In Non Paged Area when playing Destiny 2, and both crash reports have the same cause. Can anyone help me solve this? WinDbg

Windows 11

Active Members
Joined
Dec 10, 2024
Messages
8,496
PAGE_FAULT_IN_NONPAGED_AREA (50) Invalid system memory was referenced. This cannot be protected by try-except. Typically the address is just plain bad or it is pointing at freed memory. Arguments: Arg1: fffff803a0f1a065, memory referenced. Arg2: 0000000000000010, X64: bit 0 set if the fault was due to a not-present PTE. bit 1 is set if the fault was due to a write, clear if a read. bit 3 is set if the processor decided the fault was due to a corrupted PTE. bit 4 is set if the fault was due to attempted execute of a no-execute PTE. - ARM64: bit 1 is set if the fault was due to a

Continue reading...
 
Back
Top