I’m trying to my hardest to be able to play.
Everytime the game freezes, it’s downloading the resources, but the problem is that I time out long before the downloads finish.
My internet is shit, because of where I live. I can’t do anything about that, but the downloads shouldn’t rely on files being downloaded within a certain amount of time, that’s kind of stupid.
I even wrote a Node.JS script to download all of the resources from the server and put it in the cache, but the game still freezes and redownloads them anyways, causing me to time out.
The server only times players out after a connect
message over UDP - initial downloads do not even count toward this as they’re processed before connecting to UDP.
You’re probably playing on a server with an unoptimized map mod that uses API calls that cause the game to block (LoadAllObjectsNow
, for example) without taking note of the map requiring to be downloaded first.
You haven’t added the cache entries to LevelDB (cache/db/
) yet, which is the canonical storage noting which files are present.
Alright, it seems so because it decides to download files in the middle of playing.
I’ll look into how to do this.
Other than collision files converted with legacy tools (such as the original formats:convert
toolchain, without precomputed BVH) nothing should block while the game is running… unless, as said, a LoadAllObjectsNow
call is used while the streamer isn’t ‘idle’.
Is this a server that is running a custom map?
It’s not running a custom map.
I cannot take it… weird thing is, everyone that comes to my server ends up timing out several times, while I can play for much longer and sometimes never time out… wtf?
If someone would have a fix for this, it would be great. I know this topic is really old but that might give me a chance of playing FiveM properly. FiveM used to work great, but then my game started crashing everytime I joined a server. I reinstalled FiveM and everything seemed to work, I could join servers and everything, but I couldn’t spawn in vehicles. It takes about 3 minutes to spawn the vehicle / custom ped in, and after spawning in about 3 custom peds / vehicles it crashes my game. Anyone have any idea what’s wrong?
are you all using vRP by anychance?
[quote=“Corantin, post:1, topic:82901, full:true”]
hello in this moment with FiveM I had trouble launching with FiveM thank you help me to be problem thank you cordially
you need to make your own topic not hijack someone elses.
No vRP, just essentialmode and some custom scripts.
I have this problem on my server. What would I do to fix this issue?