Black Screen When i join a server i made

i made a PlumeESX server for me and my friends to play and everytime we join the server we get a black screen can someone help me?

1 Like

If you look at the bottom-right, you will see a loading icon. The black screen is most likely done by ```
DoScreenFadeIn().

The loading icon is a result of having a while true-loop in the main thread, that doesn’t end…probably because something doesn’t load correctly.

  1. Do you have any errors in client / server console?
  2. Have you tried turning off resources one-by-one?
  3. Have you bought the server from somewhere / someone?

I made the server myself and those are the errors i encounter

[ script:es_extended] SCRIPT ERROR: citizen:/scripting/lua/scheduler.lua:1155: No such export is_ready in resource mysql-async
[ script:esx_property] SCRIPT ERROR: citizen:/scripting/lua/scheduler.lua:1155: No such export is_ready in resource mysql-async
[script:esx_addonacco] SCRIPT ERROR: citizen:/scripting/lua/scheduler.lua:1155: No such export is_ready in resource mysql-async
[script:esx_multichar] SCRIPT ERROR: citizen:/scripting/lua/scheduler.lua:1155: No such export is_ready in resource mysql-async
[ script:esx_boat] SCRIPT ERROR: citizen:/scripting/lua/scheduler.lua:1155: No such export is_ready in resource mysql-async
[script:esx_datastore] SCRIPT ERROR: citizen:/scripting/lua/scheduler.lua:1155: No such export is_ready in resource mysql-async
[script:esx_joblistin] SCRIPT ERROR: citizen:/scripting/lua/scheduler.lua:1155: No such export is_ready in resource mysql-async
[ script:esx_society] SCRIPT ERROR: citizen:/scripting/lua/scheduler.lua:1155: No such export is_ready in resource mysql-async
[script:esx_vehiclesh] SCRIPT ERROR: citizen:/scripting/lua/scheduler.lua:1155: No such export is_ready in resource mysql-async
[script:esx_weaponsho] SCRIPT ERROR: citizen:/scripting/lua/scheduler.lua:1155: No such export is_ready in resource mysql-async

What order are you resources in?


Make sure they are in a similar format with mysql-async being at the top (after fivem stuff)