Seldom crashes due to game trying to write to nonexistent memory address
Game is trying to write to memory address 0.
This fix is believed to reduce the number of crashes due to memory write errors.
Some users report that this fix does not work, and may make crashes even more frequent.
Modify the game executable[14]
Open <path-to-game>\HorizonZeroDawn.exe in a hex editor (e.g. HxD).
Search for C7 04 25 00 00 00 00 A7 DC EA 0D as hex and replace all instances with
90 90 90 90 90 90 90 90 90 90 90.
Save the changes.