fivem icon indicating copy to clipboard operation
fivem copied to clipboard

Rage Unknown Error

Open ghost opened this issue 1 year ago • 11 comments

What happened?

After a few hours of playing the game crashes randomly with 'Unknown Rage Error' and it happens while going inside interiors and other things.

Error: RAGE error: UNKNOWN
A game error (at 00000001411b49a7) caused the game to stop working.
Error uploading crash: HTTP 0

Expected result

No crash.

Reproduction steps

  1. Load into the game
  2. Play for a few hours
  3. Game randomly crashes.

Importancy

Crash

Area(s)

FiveM

Specific version(s)

FiveM / Beta / 10653

Additional information

A crash dump provided shows this image b7bb8499-ae21-407a-855a-78d64e51dbac.zip

ghost avatar Oct 28 '24 22:10 ghost

This crash unfortunately is not a FiveM issue. It comes from badly created streamable assets. The crash you're getting when it's trying to fix an invalid poly. If the assets is escrowed you have 0 power over it, and can't fix it (if it's a .ydr).

image

This is what a modder said and what i read before i bought an expensive resource. I've put it into the server, and guess what ? Not presented dependency of ox_lib. They need an entire lib for #(vec3 - vec3), to enable and disable interiors, that's it, what can you do ? And second, multiple errors on startup on ydrs.

Made a ticket more than a month ago, only to get a response yesterday that someone will help me.

As i've said into another issue for this crash, the solution is only to stop the resources from starting even from oversized assets errors, that will force the mappers to do them correctly. And maybe add some regulations ? To check the F8 console and server console and fix all the errors before placing a mlo on the forums ?

d22tny avatar Oct 29 '24 16:10 d22tny

As i've said into another issue for this crash, the solution is only to stop the resources from starting even from oversized assets errors, that will force the mappers to do them correctly. And maybe add some regulations ? To check the F8 console and server console and fix all the errors before placing a mlo on the forums ?

There's no way to find out what 'resource' or 'asset' is causing it and that's what I am trying to say. How do we find out when the error doesn't say nothing? Got to stop every resource one by one to find it? There should be a way to see what asset/resource is causing it.

This is what a modder said and what i read before i bought an expensive resource. I've put it into the server, and guess what ? Not presented dependency of ox_lib. They need an entire lib for #(vec3 - vec3), to enable and disable interiors, that's it, what can you do ?

Exactly my point, how do we pinpoint the exact cause because half these resources are escrowed. The error needs to tell us what resource, asset is causing the crash for us to remove it. Most mappers, whatever do not reply till months later or they drop something and never support it.

ghost avatar Oct 29 '24 22:10 ghost

Usually it doesn't crash from the first warning. You will stack some warnings into your F8 console. Some of them are warning on resource loading, others are warning when you are entering its specific zone.

d22tny avatar Oct 30 '24 12:10 d22tny

Usually it doesn't crash from the first warning. You will stack some warnings into your F8 console. Some of them are warning on resource loading, others are warning when you are entering its specific zone.

Got no warnings.

ghost avatar Oct 31 '24 07:10 ghost

Would be nice for the error to state what the resource/model is causing the crash... Not the only one with this error.

LyleBoo avatar Nov 01 '24 04:11 LyleBoo

Would like to know too, it would be helpful to find out what model/asset is crashing games.

qBigDraco avatar Nov 03 '24 05:11 qBigDraco

A lot of players also are having this issue on my server, i'd like to know because it just randomly appeared out of no where. Is there anyway to find out the asset that causes it or model?

Keep874 avatar Nov 03 '24 05:11 Keep874

This is ridiculous, no comment from any other developer. I noticed someone has the same issue over https://github.com/citizenfx/fivem/issues/2799 here. Same issue with https://github.com/citizenfx/fivem/issues/2799#issuecomment-2378905623 his comment, they don't reply or say nothing about this. Can a developer give a response or a solution to find the crash?

ghost avatar Nov 04 '24 08:11 ghost

Hey, I know this post is old, but I found a fix for my "Rage Unknown Error." It wasn’t related to the vertex points. Instead, the issue was caused by the script "utility_vendingmachines".

The error occurs due to the script’s spawning/despawning function for props, which can cause you to hit the entity limit when too many vending machines are nearby. 1 vending machine counts over 70 props. So especially in larger MLOs you will get this crash. To fix this, you can either remove the script or edit the config to adjust the render distance.

I still don’t understand why this script is being sold with such a major bug (it’s a paid script on Tebex). Debugging this took quite a lot of effort. Well i hope i can help someone with that.

CsyonDerEchte avatar Mar 01 '25 04:03 CsyonDerEchte

Hey, I know this post is old, but I found a fix for my "Rage Unknown Error." It wasn’t related to the vertex points. Instead, the issue was caused by the script "utility_vendingmachines".

The error occurs due to the script’s spawning/despawning function for props, which can cause you to hit the entity limit when too many vending machines are nearby. 1 vending machine counts over 70 props. So especially in larger MLOs you will get this crash. To fix this, you can either remove the script or edit the config to adjust the render distance.

I still don’t understand why this script is being sold with such a major bug (it’s a paid script on Tebex). Debugging this took quite a lot of effort. Well i hope i can help someone with that.

What steps did you take to debug this? I've been experiencing this issue as well and unsure what steps to take to understand what may be causing this.

dreamland-rp avatar Mar 15 '25 01:03 dreamland-rp

same crash here but i dont have the script "utility_vendingmachines". the crash occurs for me when I activate the mlo of mapp4all "map4all-RON"

The problem does not occur on a server without resources, but on my development server where everything is tested, it causes a crash.

sadoj-kuro avatar Nov 22 '25 05:11 sadoj-kuro