Rage Unknown Error
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
- Load into the game
- Play for a few hours
- Game randomly crashes.
Importancy
Crash
Area(s)
FiveM
Specific version(s)
FiveM / Beta / 10653
Additional information
A crash dump provided shows this
b7bb8499-ae21-407a-855a-78d64e51dbac.zip
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).
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 ?
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.
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.
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.
Would be nice for the error to state what the resource/model is causing the crash... Not the only one with this error.
Would like to know too, it would be helpful to find out what model/asset is crashing games.
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?
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?
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.
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.
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.