GTA V version: Latest Up to date: yes Legit or Pirate copy: Legit Purchased where - Steam/Rockstar Launcher/Epic: Steam Windows version: 10 Did you try to delete content_index.xml and try again? No System specifications: High end streaming PC CitizenFX crash zip file (‘Save information’ on a crash):CfxCrashDump_2021_08_25_23_35_00
GTA V folder screenshot: GTA V/update/x64/dlcpacks screenshot: Filepath to FiveM folder: FiveM client folder screenshot: Which antivirus/firewall software are you using? malwarebytes Did you try to disable/uninstall your Anti-virus? yes
Important parts
What is the issue you’re having?
So the server I have been playing on was running on FiveM 1604 for awhile and the rockstar editor had no issues. It has recent updated to FiveM 2372 where now every clip I take on the server cannot open and my game crashes. I then tried to join a server with the same mods (their training server) that is still running 1604 and I have no issue with the rockstar editor. So from my perspective something with this new FiveM update is screwing up the rockstar editor and I wanted to see if anyone had some recommended fixes.
What are you trying to do? Use the rockstar editor
What have you tried already to fix the issue? I have swapped FiveM versions and determined it is an issue with the newest version of FiveM. I have used a clean GTAV and a clean FiveM to test this.
What did you do to get this issue? Tried to open a clip in the rockstar editor
What server did you get this issue on? Be specific and name some, ‘all of them’ by itself isn’t useful! I get this error playing on Tropical Heat Roleplay (ip:tropicalheatrp.com). Other servers such as the Busted servers ran by MythicalBro which are using an earlier FiveM version work fine in the editor.
Additional comments
I rely on the rockstar editor for my youtube channel and would really like to find a fix to this. Thank you.
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.
I also have the same problem + Crash error i dont have any solutions for it rn tried anything i think its an problem of cfx. they hopfully fix it in the next update.
Appears the function definition has changed for the networkBail function:
// "41 8B F1 41 8B E8 8B FA 8B D9 74 26", -0x1B
sub_141000F70(unsigned int a1, int a2, int a3, int a4, char a5) // 1604
sub_141044E4C(unsigned int a1, int a2, int a3, int a4, char a5) // 2189
Some changes were pushed to canary this morning. Can you test if they fix your problem, and, if not, could you paste the (hopefully different) crash message.
Unless somebody else has insights, then a repro (a minified set of steps/resources/assets that guarantees issues at least some of the time) will be required. All your screenshot tells me is that a rage::fwArchetype is expected and instead nothing can be found: leading to a nullptr being accessed & deferenced.
I presume it is related to some server resource incorrectly unloading. Also, the Discord is loaded with 2189 editor-based crash messages, so I suppose if you have any repro’s for that build, this thread would be a good destination.
In my local tests, including streaming some of the more popular assets, I could use the replay editor and view clips fine (besides the oddities you would expect, e.g., non-cached assets that can no longer be downloaded in a HS_IDLE state and another unrelated something I’ll look into later).
And another issue is that after disconnecting from a server (ordinary disconnect, not bailout). Unless you queue to ReloadGame prior to ShutdownSessionWrap ending, the client will be in a permanent "m_gameLoaded is true when it should be false" state.
I’m running [Releases] [Free] Cayo Perico Improvements Freeroam 4.1.4 FXServer 4471 on Linux & Game build 2372. FiveM Canary Build aswell. I had no issues before the move to the newer game build and adding in the improvements for Cayo Perico. I’ve also tested on the latest recommended FXServer build and the same issues
Is that the only asset you are running on a vanilla server?
At one point I was capable of hitting this ERR_MEM_MULTIALLOC_FREE 0x141602830 (2372; x-reffed to 0x1415977DC on 1604). However, that was on a server dump with many custom, and likely broken, assets.
However, on a vanilla server with only CayoImprovements I can not. Maybe somebody else has insights into this one.