EssentialMode (Problem)

Hi there.

I have a problem with my EssentialMode.

After I have launched server. In the log files is this… What does it mean? Could not find any solution from forums related to this.

And when I’m trying to connect to server, it stucks to Initializing phase and gives this to server log:

Any ideas what is going on?

Place es_admin in your FiveM\resources[essential] folder and in your citmp-server.yml file

My es_admin is located “cfx-server\resources\ [essential]\es_admin” and I have added line “- es_admin” to citmp-server.yml They were already like that.

Did you have configured your MySQL Server in sv_admin.lua?

Yep, I did change the default password to my password. I don’t know if anything else is needed to change.

You need to import the sql.sql (find it in essentials ZIP file) file in your MySQL server and set the MySQL server in
FiveM\resources\essentialmode\server\player\login.lua
FiveM\resources[essential]\es_admin\sv_admin.lua
MySQL:open(“127.0.0.1”, “gta5_gamemode_essential”, “root”, “your password here”)
and after i think it’s work

I followed this tutorial. [How-to] Setup MySQL for Essential Mode

I did open sql.sql in MySQL and ran that. After this I changed passwords in sv_admin.lua and login.lua

Did you clear cache before restarting?
cache folder : FiveM\cache\http-files and delete all file in the folder http-files

No I did not. Now I deleted all files from there .rpf . And tried again after that. And the result was same. Same error when launching server and when joining.

It must be just simple thing, but cannot figure it out. Like always in my case.

EDIT:

Ok. I managed get to the server. I deleted line ‘- example_gamemode’ from citmp-server.yml and after that I could get to the server, but still it was giving the error.

While I was in server it was giving me error only when my character moves. When I was just still, it did not give any errors.