Such a rare and specific issue I've never seen before (frozen in loading screen)
[Arma 3] I couldn't add two flairs I apologize
It's not just me, a few others have had this issue but when it started happening to me I wanted to find the client side reason it might be happening and have had no luck. The 2 fixes I've found are from Zeus perspective but I'm aware not every Zeus is willing to add code for a mission file or run a base module asset for 1 guy, this problem has been me and 2 others spread between 2 servers of about 300 ppl.
in our mission files init.sqf i run this code to get around that bug.
_EndSplashScreen = {
for "_x" from 1 to 4 do {
endLoadingScreen;
sleep 3;
};
};
[] spawn _EndSplashScreen;
Second is a module named "EndLoadingscreen;"
So far I have tried and failed with
Cleared cache MP and single
Changed profile
Closed everything on computer but Arma and steam
Restarting computer
Playing after verifying game files
Turning game to windowed
Tried non profiling and profiling variant
Currently reinstalling Arma and mods
I have not locked down a specific date when this started happening, some have had it happen far before but this most suddenly started when ace updated, I don't think it's causation but I wanted to state so.