[2.0.8] "Space Age" title screen animation frozen

We are aware of them, but they have low priority. We have more important things to do. They go here in order not to take space in the main bug thread list.
TijsP
Manual Inserter
Manual Inserter
Posts: 2
Joined: Wed Oct 23, 2024 10:03 am
Contact:

[2.0.8] "Space Age" title screen animation frozen

Post by TijsP »

When booting up the game (installed via the factorio website), the initial title screen with the text "factorio", "Space Age" and the loading bar has an animation playing behind the letters of "Space Age". Whenever the loading bar isn't making progress, this animation is frozen. I'd expect this animation to keep playing even when the loading bar is frozen: not only does it look nicer than a often times stuttering animation, it would also serve as proof that the game is not, in fact, frozen, but just working on something without this being reflected by the loading bar

posila
Factorio Staff
Factorio Staff
Posts: 5313
Joined: Thu Jun 11, 2015 1:35 pm
Contact:

Re: [2.0.8] "Space Age" title screen animation frozen

Post by posila »

Thanks for the report.
We are aware of this flaw, but unfortunatelly, for historical reasons, and due to it being complicated to use single OpenGL context from multiple threads (and possibly D3D9 was not thread safe too), the engine is designed to load graphics on the main rendering thread. So it's either loading game data or rendering ... and again, unfortunattely, loading game data is not architected to be able to invoke render of splash screen often enough for the animation to be smooth. It's solvable, but it seems like big architectural change which is beyond scope of a bug report (you might as well report as a bug the game is not 3D :D)

TijsP
Manual Inserter
Manual Inserter
Posts: 2
Joined: Wed Oct 23, 2024 10:03 am
Contact:

Re: [2.0.8] "Space Age" title screen animation frozen

Post by TijsP »

Hahaha fair enough! I figured it was something along those lines, but I didn't expect it to be that involved. Well, I guess there's always the option of simply not loading game data... xD

Post Reply

Return to “Minor issues”