-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crashes since recent update (zulu-helium-queen) GTA5_b3095.exe!sub_14039F848 (0x1929) #3069
Comments
Been following this one with Senlar in his ticket in my discord and it seems that something in the latest client update has caused this problem for a small % of users of a particular one of my scripts. My best guess is being caused by the populationPedCreating event handler. Been a tricky one to diagnose as it is not happening for me on my test environment but I am happy to work with the team and share my code if needed. |
I’d be willing to bet that it’s multiple scripts that are causing this issue as well. Since reading this I’ve turned off all my envi scripts and still getting this error |
From a quick look, that function seems to be related to ped dialogue. I can see it gets a voice line to say and appends to it modifier like "_MALE", "_FEMALE", "_ANGRY", etc. Do any of you have any resources that would affect this dialogue? |
Yea I am using a lot of ped dialogue in my script, however the reports don't indicate that the client is interacting with my script at the time and seems more random. Could it be tied to something like scenario peds speech or something perhaps ? |
Yeah brother we get it too with Envi trap phone…. This is very annoying, hopefully fivem fixes soon! |
@Gogsi If you don't mind me asking, how did you figure that out? Also, can you tell what native it is or does it not really point to a native? |
Just some more info I have gathered. Another user is getting it simply when car-jacking an NPC, which does relate to SPEECH I guess as they will be in that panicked state |
I don't know if it can help, but here is a signature that locates the crash place: |
Is fivem even somewhat aware of this so we can all fix our servers? |
What happened?
GTA5_b3095.exe!sub_14039F848 (0x1929)
I noticed these crashes started on the beta client around January 5th and I was investigating scripts to see if I could find where it was coming from. Then, when the beta moved to release on January 13th it crippled my entire server.
Through the process of elimination I found a script that was previously working just fine, but now was resulting in a lot of these crashes. After stopping this script most of the crashes stopped, but they are still happening on occasion which leads me to believe it is possibly an issue with a native that is being used in other scripts as well. I am also seeing other server owners reporting issues with this crash on the CFX Discord so I know it is more than just an issue with one script on my server.
Here are some of the crash dumps from multiple players who provided them for this report.
CfxCrashDump_2025_01_13_15_52_48.zip
CfxCrashDump_2025_01_13_16_32_55.zip
CfxCrashDump_2025_01_13_17_19_50.zip
CfxCrashDump_2025_01_13_17_51_58.zip
CfxCrashDump_2025_01_13_18_31_06.zip
CfxCrashDump_2025_01_14_15_28_37.zip
CfxCrashDump_2025_01_14_03_55_58.zip
Expected result
Previously working scripts should not suddenly be causing crashes when they had not been updated or changed.
Reproduction steps
Its difficult to reproduce in an individual development environment... but on my server when I have players online if I start up the script it leads to an almost immediate crash for multiple players with the same crash message. But the crashes still happen to players when this script is not running so its not just this specific script.
Importancy
Crash
Area(s)
FiveM
Specific version(s)
[fivem:production] #12295
Server Info
windows:12255
set sv_enforceGameBuild 3095
sets sv_pureLevel 1
Additional information
No response
The text was updated successfully, but these errors were encountered: