citizenfx / fivem

The source code for the Cfx.re modification frameworks, such as FiveM, RedM and LibertyM, as well as FXServer.
https://cfx.re/
3.52k stars 2.07k forks source link

Crashing when Loading mounted data files (fivem.exe+1310754) #2573

Closed Gltch3d closed 3 months ago

Gltch3d commented 4 months ago

What happened?

Upon loading onto the server the game crashes when it hits the process of loading mounted data files right after "Invoking audNorthAudioEngineDLC INIT_SESSION init (18 out of 18)"

cc1489270d6f659718e7602439de4d0a

Expected result

Loading into the server

Reproduction steps

Added a resource that contained a ytyp and ydr files containing props.

Importancy

Crash

Area(s)

FiveM

Specific version(s)

FiveM (Windows) - b2699 / Server (Linux) b8216

Additional information

I have tried swapping the ytyp file and ydr's with some others thinking maybe it was an issue with the ones I added only to have the same issue. If I remove some larger map addon's such as Gabz or Roxwood by Ambitioneers the issue stops happening, which had led me to believe this is some sort of data mounting issue or something else.

I have attached a crash log below CfxCrashDump_2024_06_02_14_47_54.zip

ook3D commented 4 months ago

i dont know the exact issue, but youre crashing during the main systems initialization, so its likely a certain limit or file being mounted causing it like you thought

Gltch3d commented 4 months ago

I assume its a limit with ytyp's or ydr's. I can remove the added resource and it works fine, if I replace it with another it crashes the same way. I can add it back and remove another unrelated resource such as a Gabz map as an example and it will work fine.

Gltch3d commented 3 months ago

Going to go ahead and close this since it is related to newer and more active thread. https://github.com/citizenfx/fivem/issues/2602