Stuck on Initializing Session, Please Help?

Hi there,

I’m trying to setup a GTA FiveM server, currently on my local machine. I seem to have ran into some issues as it is stuck on Initializing Session.

This is the log when i launch the server (looks good to me): https://gyazo.com/8e4cf7bf8e976ec55c4af32ca789b729

Then it establishes my connection and gives the following messages: https://gyazo.com/de6b4baa60fb88e73204876d3a5f9f45

From this the server does not launch and i am stuck in Initializing session. I am using CouchDB and is establishing my connection. Not sure what is going on. I have also changed the __resource.lua to the following: https://gyazo.com/4a3b2565871ee4a8570c1e7e447355c2. I will provide some screenshots of my directory and start commands: https://gyazo.com/b70aea46271f69a46b7c787291ff1d0a https://gyazo.com/0416422b9511049dff22009550c585c8

Thanks,
George

Hi George,

I stumbled onto this thread cause i was having the same issue.

My issue was i changed the line in the _resouce LUA file, in
cfx-server\resources\fivem-map-skater

from
resource_type ‘map’ { gameTypes = { fivem = true } }

to
resource_type ‘map’ { gameTypes = { essentialmode = true } }

DONT DO THAT

It turns out that was the issue. leave it as fivem = ture

That was my issue, i hope that was your issue as well and you were able to fix it.

good luck.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.