From 49d72dc98148c0bdf62bc943c2f96998f7b095d1 Mon Sep 17 00:00:00 2001 From: Rupert Walker Date: Tue, 19 Dec 2023 08:52:13 +0000 Subject: [PATCH] Add placeholder for 0x0004591f in ntdll.dll --- static/payloads/crash-offsets.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/static/payloads/crash-offsets.json b/static/payloads/crash-offsets.json index a839927..1db7864 100644 --- a/static/payloads/crash-offsets.json +++ b/static/payloads/crash-offsets.json @@ -579,5 +579,12 @@ "author": "IrateRedKite", "description": "Bad equipment ini files. Occurred when Invalid bool values were listed in `force_gun_ori` and `requires_ammo. The actual crash here seems to be triggered by an equipment entry with bad or invalid conent though, in the case where this was discovered it was en empty [Motor] block.", "dateAdded": 1702247677 + }, + { + "moduleName": "ntdll.dll", + "offset": "0x0004591f", + "author": "IrateRedKite", + "description": "Access violation. I have been unable to reliably reproduce this crash, but it seems to relate to NPCs in some way. If this can be reproduced reliably, please update this and run Freelancer with a debugger attached.", + "dateAdded": 1702975213 } ] \ No newline at end of file