Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

GMLive.gml

Livecoding for GameMaker: Studio / GameMaker Studio 2 · By YellowAfterlife

[Answered] Extreme IDE Lag (GMS2)

A topic by ningaman151 created Oct 14, 2018 Views: 861 Replies: 5
Viewing posts 1 to 2

I've been getting extreme lag in the IDE, makes unusable. In my efforts to try and get rid of the lag I stopped running GMlive and the lag disappeared. I need to be able to use GMlive though. Why is it making my IDE lag so bad?

Developer

As far as I'm aware, the only thing in GMLive that can cause IDE lag is if your code is constantly throwing up errors and they are piling up in Output tab until they eventually "clog" it due to there being too many lines.

Other than that, neither the extension or the server perform any direct or indirect interactions with IDE - the server checks the requested files for changes and sends them to the game whenever it asks if there's anything new.

If you can get this to happen on a small project, feel free to email me a YYZ, and I'll see if I can reproduce this on my end.

Was this ever resolved?

Developer

The topic author hadn't further reached out to me about this so I wouldn't know

(1 edit)

"As far as I'm aware, the only thing in GMLive that can cause IDE lag is if your code is constantly throwing up errors and they are piling up in Output tab until they eventually "clog" it due to there being too many lines."

If I recall correctly this was the issue. The extension would try to connect to the server but it would keep failing and throwing errors.

(1 edit)

Thank you both for replying. I appreciate it.