• Hello [name]! Thanks for joining the GMC. Before making any posts in the Tech Support forum, can we suggest you read the forum rules? These are simple guidelines that we ask you to follow so that you can get the best help possible for your issue.

Windows Game Freezes occasionally

Morseton

Member
Hi,

I'm working on a game using Game Maker Studio 2, with a lot of sprites, and some of them have a big canvas size, with a lot of frames.
I'm noticing that every time I run the game, it freezes, I assume while loading the sprites since there aren't any while loops or code lines that may influence performance.
Even at the main menus, without much code running it takes a few seconds to load new rooms or whenever I do something, it freezes.
The freezes last between 0.5 - 3 seconds.

Is there any way to improve this?
 

Ricardo

Member
Make sure you are not running it in debug mode with real time debugging option enabled.
If that's not the case, then only the profiler can point out where the hiccup is.
 
Top