[Help] [Solved] Loading screens went black

I have looked around for a fix for this yet, I can not seem to find one…

I have ran this server for a couple months and no issues then now the loading screens gone. When I setup a new server through txAdmin and ran off different port. The loading screen showed for a brief second.

Any help would be much appreicated…

1 Like

As far as I know, a Loading Screen can be provided directly in the server resources or embedded from a different website/server. You have not provided any code to look at, please do so if you actually need help, provide as many details as possible.

Also you should check if the resource is enabled in server cfg.

1 Like

Yeah, I get the basics. I stated that it was working, I was using FiveM LSM, I’ve used DLoading, BGHDDevelopments.

The presmise of this is that I guess you’d assume that I understand a bit. Yet I should’ve been more clear and precise.


I have done everything, ensured, went through every script to see if there was a duplicate and or a interference, to no avail.

The symptom is that this BLACK screen is the only screen that displays; The only other information this screen provides to me is the loading feature on the bottom right hand corner of the screen.
There is no ONE specific script this issue persists on this is on every loading screen type of resource I try to use.

I have went through more than listed above in loading screens.

My trouble shoots I’ve done.

disabled all resources.
cleared cache
Tried 5 Loading screen resources
Validated Server.CFG & \resources\loadingscreen <Whatever one at the time
Asked other members if it’s a My side issue, and it is a server wide issue.

I am not to sure if there is a specific resource of some sort when the CFX server is installed; Yet if there is and I don’t know about it I can’t check for it.


Hopefully this is a little more informative for your advice.

Pictures




Alright, thanks for a better description of the problem and your loadscreen providers list.
Now, I do not know what kind of loadscreens those guys offer, but I am wondering the following things:

  1. In the F8 console, did you notice any errors during the loadscreen or that is clear aswell? And if nothing is there, could you also hit the Open log button in the right side of console textbox?

  2. When installing a new fivem server, I think there is a loadscreen resource in the [test] folder, but I am not sure.

As a better way of searching, run a search through all server files for the word “loadscreen”.

Best of luck, let me know if you find something through the logs!

1 Like

To sum this up, your issue is most likely caused by:

  1. Secondary loadscreen which loads before yours.
  2. Corrupted index.html file or javascript in your resource.
  3. Another way of this happening might be a call to ShutdownLoadingScreenNui() native, before the game loaded.
1 Like

So I’ve taken all of your information and have went through each resource and enable and disabled them on start up to see when I have a loading screen.

And the weirdest part of it all is. When I remove FivePD it works. When I enable FivePD it does not work…

This goes from a fresh install off the website, vs. My original FivePD folder.

1 Like

Alright, so that is the buggy folder, have you also tried enabling your loadscreen resource before the fivepd folder? Might be a quick fix if you don’t wanna jump in the code and check what’s affecting your loadscreen resource from there.

Also I do not know what FivePD is, if there is a public github with it, paste it here so maybe I can identify for you what exactly from that resource is causing the bug.

Cheers!

1 Like

I have done that, no result.

I’ve looked at it(The .lua files at least) and it doesn’t appear that any “settings” could be doing it. Yet I may be mistaken.

Is the resource that is causing no loading screen, I haven’t had a issue with it before…

Duly note, I sincerely appreciate your support.

So, I’ve found this fix

BGHDDevelopment

[Posted July 5, 2020]

Remove FivePD’s loading screen from the __resource.lua then use a custom one if thats what your tying to do

2 Likes

Great job! I am happy you found it! :grin:

Cheers! :beers:

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