Skip to content

Conversation

@Ehbw
Copy link
Contributor

@Ehbw Ehbw commented Dec 14, 2025

Goal of this PR

Replaces two common rage errors players and server owners face 0x496AC5DF:961 and 0x9952DB5E:212 with more specific error messages describing what failed and allowing a server owner to potentially resolve the issue (in these cases by increasing the size of the pool mentioned)

How is this PR achieving the goal

replace all cases of 0x496AC5DF:961 and 0x9952DB5E:212 with custom logic to identify the problematic pool and provide a useful error message to the user instead of the generic "RAGE ERROR: 0x496AC5DF:961/0x9952DB5E:212"

This PR applies to the following area(s)

RedM

Successfully tested on

Tested on release and debug by decreasing certain pools (CPedAnimationComponent for 0x496AC5DF:961 and fwDynamicArchetypeComponent for 0x9952DB5E:212)

Game builds: 1491

Platforms: Windows, Linux

Checklist

  • Code compiles and has been tested successfully.
  • Code explains itself well and/or is documented.
  • My commit message explains what the changes do and what they are for.
  • No extra compilation warnings are added by these changes.

Fixes issues

In RDR3, Rage Errors 0x496AC5DF:961 (entity component pool) and 0x9952DB5E:212 (unique archetype related pools) are two full pool related errors that don't provide much value to the end user/server owner and can't be used on its own to debug the issue. This patch replaces those errors with actionable information to allow server owners to resolve these issues on their own
@github-actions github-actions bot added RedM Issues/PRs related to RedM invalid Requires changes before it's considered valid and can be (re)triaged labels Dec 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

invalid Requires changes before it's considered valid and can be (re)triaged RedM Issues/PRs related to RedM

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant