I don't know if it's because my game is heavy(200MB) or something else, but sometimes it simply doesn't load things and get stuck on "Now Loading" screen(On console, there's always random files not being loaded when it decide to not work. When the SRD_preloader screen appears at the beginning, nothing shows there).
I tried to use a few preloaders, but seems that none of them solve the problem completly. The SRD_Preloader core (for example) sometimes doesn't even show in the beginning when the game decides to not load.
https://i62.servimg.com/u/f62/15/27/47/75/sem_ty23.png
(First it doesn't load the game font, seconds after it doesn't load those .js files, then after a few seconds it asks to retry. When it decides to load, nothing shows on console)
Game fails to load resources sometimes
● ARCHIVED · READ-ONLY
-
-
1. What MV version are you using?
2. what plugins are you using? -
-MV 1.5.21. What MV version are you using?
2. what plugins are you using?
-Lots.

-
Okay, I don't see your problem but I am looking and will tell you if I find it.
-
That console error sequence reminds me of cases where people forgot to update the libs folder when updating their core JS files.
What version of rpg_core.JS does your project have? That is not automatically the same as the MV version, you need to open that file with a text editor and check the number in the title line.
Depending on that version you might want to try to update a copy of your project to 1.5.2 again in case of an incomplete past update. -
v1.6, according to the file.That console error sequence reminds me of cases where people forgot to update the libs folder when updating their core JS files.
What version of rpg_core.JS does your project have? That is not automatically the same as the MV version, you need to open that file with a text editor and check the number in the title line.
Depending on that version you might want to try to update a copy of your project to 1.5.2 again in case of an incomplete past update.
EDIT: I will try to update files to 1.5.2, but it was happening long before 1.6 came(and disappeared)
EDIT2: Still happening. -
Well 3 days passed...
So: I'm starting to think that the problem may be the font itself, which may be too heavy and therefore may be delaying the load of all things that are loaded after it(Even though i've set the time limit to load fonts to "unlimited", in a plugin)
Is there a way to make the font lighter, without quality loss?