Skip to content

Commit

Permalink
New crashes in Freelancer.exe for 0x000ed422 and 0x001b26b7
Browse files Browse the repository at this point in the history
  • Loading branch information
IrateRedKite committed Jan 29, 2024
1 parent f4992db commit 43e9631
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions static/payloads/crash-offsets.json
Original file line number Diff line number Diff line change
Expand Up @@ -663,5 +663,19 @@
"author": "Jammi",
"description": "Referenced a nebula field file that didn't exist.",
"dateAdded": 1706311549
},
{
"moduleName": "Freelancer.exe",
"offset": "0x000ed422",
"author": "IrateRedKite",
"description": "Player in multiplayer died, respawned and didn't have a 'last base' to go to. This occurred when the start location was set to space, and the player died repeatedly before docking. Crash occurs on the client, not the server.",
"dateAdded": 1706526368
},
{
"moduleName": "Freelancer.exe",
"offset": "0x001b26b7",
"author": "IrateRedKite",
"description": "Relates to a render problem with alt-tabbing and window focus. Function at this address suggests that the crash is a fauilure to populate the IRenderPipeline or DALib::Pipeline structs correctly.",
"dateAdded": 1706526789
}
]

0 comments on commit 43e9631

Please sign in to comment.