Rockstar Editor crash everytime
What happened?
Hello,
I'm currently experiencing a consistent crash when using the Rockstar Editor on my FiveM server.
When I record a clip and then go into the Rockstar Editor to view or edit it, the clip appears to load normally. However, right after the loading completes, FiveM crashes with the following error message:
An exception occurred (c0000005 at 0x7ff753ed2f03) during loading of griz_cayo_restaurant in data file mounter 00007ffd46d11af8. The game will be terminated.
I've tested this issue on both the stable (Release) version of FiveM and the Canary (Latest/Unstable) version. Unfortunately, the crash happens in both cases.
Please let me know if there's any additional information I can provide to help troubleshoot this issue.
Thank you!
CitizenFX_log_2025-05-09T155814.log
36149485-6a42-4384-8681-c3ef59ebf88a.dmp
Expected result
Start my clip for edit him
Reproduction steps
- Recording with Rockstar Editor in my server
- Close FiveM
- Launch FiveM and go to Rockstar Editor in the menu
- Load the clip
Importancy
Crash
Area(s)
FiveM
Specific version(s)
FiveM 14964 / Release version
Additional information
No response
Hey, I think it's related to escrowaed assets, do you have any ? (also looks kinda similar to #3118 )
I believe this is the resource in the error, I think it's not escrowed? Since it says code is accessible and it doesn't have the cfx- preset.
I'm not sure to be honest — I'm not the owner or developer of the server where I recorded the clip using Rockstar Editor, so I don't know if any escrowed assets are used. Is there a way for me to check if an asset is escrowed, even without access to the server files?
Rockstar editor will crash if you have a DLC_ITYP_REQUEST with an YTYP that contains an MLO instance. Remove the incorrect DLC_ITYP_REQUEST line from the fxmanifest.lua of griz_cayo_restaurant and it should fix your issue Also fix https://github.com/citizenfx/fivem/issues/3118 and some other issues about this problem Maybe a proper fix should be implemented by cfx @prikolium-cfx
I'm a developer for the server where Getobz recorded the clip. I just wanted to clarify that the problematic ytyp was indeed used by the resource mentioned in the error message (griz_cayo_restaurant). However, the DLC_ITYP_REQUEST causing the issue was actually present in the manifest of a different resource: amb-roxwoord-interiors. This resource is widely used across many servers, so a global fix would indeed be highly beneficial.
I'm a developer for the server where Getobz recorded the clip. I just wanted to clarify that the problematic ytyp was indeed used by the resource mentioned in the error message (griz_cayo_restaurant). However, the DLC_ITYP_REQUEST causing the issue was actually present in the manifest of a different resource: amb-roxwoord-interiors. This resource is widely used across many servers, so a global fix would indeed be highly beneficial.
How did you fix the issue?
I removed these lines from the fxmanifest.lua of amb-roxwood-interiors
data_file 'DLC_ITYP_REQUEST' 'stream/amb_rox_07_digitalden/int_corporate.ytyp'
data_file 'DLC_ITYP_REQUEST' 'stream/amb_rox_07_digitalden/m23_2_mp2023_02_dlc_int_5.ytyp'
date_file 'DLC_ITYP_REQUEST' 'stream/amb_rox_07_digitalden/int_residential.ytyp'
data_file 'DLC_ITYP_REQUEST' 'h4_dlc_int_05_h4.ytyp'
Doing this can break the resource, for example some props might not be rendered as expected anymore. If you don't know how this work, it'll best to ask the creator of the resource to fix it himself.
Im having this issue in my server where members are unable to record or they crash when they load the recording any fix? I am the server owner.
im confused as to why escrowed assets are causing this crash im having the same issue anyone knows a work around yet?
I am now having the same issues. I could record just fine with the resources cached from earlier in the year however after wiping my cache to fix some stuff those same resources now don't work after I redownloaded them and tried to record some clips. after 29th July. Any new clips I record just crash with this error:
[ 150844] [b3095_GTAProce] MainThrd/ loading DLC_ITYP_REQUEST resources:/onx_pump_n_dump//onx_pump_n_dump.ytyp.
[ 150844] [b3095_GTAProce] MainThrd/ done loading resources:/onx_pump_n_dump//onx_pump_n_dump.ytyp in data file mounter 00007ffed8062c58.
[ 150844] [b3095_GTAProce] MainThrd/ loading CFX_PSEUDO_CACHE onx_pump_n_dump.
[ 150859] [b3095_GTAProce] MainThrd/ Fixing manifest-required #typ dependency for dummy/onx_pump_n_dump.ityp
[ 150859] [b3095_GTAProce] MainThrd/ Error: An exception occurred (c0000005 at 0x7ff7707c2f03) during loading of onx_pump_n_dump in data file mounter 00007ffed8062b30. The game will be terminated.
[ 152516] [b3095_DumpServ] 45028/ Process crash captured. Crash dialog content:
[ 152516] [b3095_DumpServ] 45028/ An exception occurred (c0000005 at 0x7ff7707c2f03) during loading of onx_pump_n_dump in data file mounter 00007ffed8062b30. The game will be terminated.
[ 152516] [b3095_DumpServ] 45028/
[ 154000] [b3095_DumpServ] 45028/ Crash report service returned si-15af66b89f4b4cbabbfa90e6fbd5a4aa
Lots of our resources use the ITYP request and we can no longer make trailers for our server using the Rockstar Editor.
We like to film our stuff in server with our player base so it's actually representative of our FiveM assets/server for any server or Tebex pack trailers we do: https://youtu.be/IgL_9OZcUu8?si=6-AtVIPZccwg9TOO https://youtu.be/YxN-GLcKiSQ?si=Vx-rY_DNTyzq2jfj
Being forced to mod singleplayer to make showcase videos for our FiveM assets sucks.
We spent days recording with our playerbase. I would hope I don't have to redo anything and a fix for this can be implemented so I can open the clips.
Is there any chance of a fix for this anytime soon? @prikolium-cfx
After testing this thoroughly I have found it is to do with any encrypted resources with an ITYP request.
Tested removing the resource in question I was first getting the error with and it just crashed on the next escrow resource that had an ITYP request.
I ran all of my 3D resources unencrypted, recorded a clip, opened the editor and it worked just fine with all the same resources just not escrowed.
Everything was working fine for me recording and opening clips from my cached resources up until 29th June when I cleared my cache.
I can only suspect the issue is to do with a change regarding how ITYP request escrow resources are cached considering I redownloaded the unchanged resources and I am only now experiencing the issue with ITYP request crashes when opening clips from my more recent cache despite others experiencing the issue while I didn't for a few months before I cleared my cache.
Bumping this for visibility. This is an issue that should absolutely be priority.
This is still an issue.
any news?
Bumping again for visibility.