Redm rage error: 0x496AC5DF:961

Before you begin, please read the Client FAQ and Common Questions topic.

If you did not find a solution, fill out the following template and remove this top text.

RDR2 version? Latest
Up to date? Yes
Legit or Pirate copy? Legit
Steam/Epic Games/Social Club? Steam
Windows version? 11
Did you try to delete caches.xml and try again? Yes
Error screenshot (if any) RAGE error: 0x496AC5DF:961 this text only.
System specifications Requirements match
What did you do to get this issue? When Joining server after 1-2 minutes.
What server did you get this issue on? Nevasca Roleplay

Hello, this is a friendly reminder because this is your first time creating a topic (or it has been a while since your last topic) in this category.

Please note that most of the support is provided by the Cfx.re community on a voluntary basis. We ask you to be patient; there is no guarantee we have a solution to your problem(s). To avoid unnecessary/duplicate topics, please browse the forums before creating a topic.

To improve your chances of your issue(s) being solved, please provide as much information as possible about the issue(s) you are having. Also —whenever possible— please use the template given to you when creating a topic.

Thanks for keeping these forums tidy!
:mascot:

On my server, I encountered the same error when spawning too many peds (zombies). By trial and error, I have found that limiting the number of peds to about 140 will do the job. Here is an example of code restriction for ped spawning:

local pedLimit = 140
-- before spawn ped check limits
if #GetGamePool('CPed') >= pedLimit then
    return
end
local ped = CreatePed(modelHash, coords.x, coords.y, coords.z, 0.0, isNetwork, bScriptHostPed, false, false)

You can send the link to this topic to the server owners/developers where you are playing so that they can address this issue.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.