You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've had this issue with multiple other players as well where the client crashes after the loading screen.
Apparently it is cause by the updateBusySpinner being called from the wrong thread.
The repro for this bug is pretty random as it requires OnLookAliveFrame to be called from LoadDataFiles (while on Render).
This issue was seen happening on April 2024. I'll try to get a dump for this issue asap
Expected result
Not crashing
Reproduction steps
Connect to the server
Wait until loading screen is done
Crash or don't... as said above it can't be predicted
Importancy
Crash
Area(s)
FiveM
Specific version(s)
Gamebuild 3095 - Canary
Additional information
No response
The text was updated successfully, but these errors were encountered:
What happened?
I've had this issue with multiple other players as well where the client crashes after the loading screen.
Apparently it is cause by the
updateBusySpinner
being called from the wrong thread.The repro for this bug is pretty random as it requires
OnLookAliveFrame
to be called fromLoadDataFiles
(while on Render).This issue was seen happening on April 2024. I'll try to get a dump for this issue asap
Expected result
Not crashing
Reproduction steps
Importancy
Crash
Area(s)
FiveM
Specific version(s)
Gamebuild 3095 - Canary
Additional information
No response
The text was updated successfully, but these errors were encountered: