Page 1 of 1

[0.12.3] Input controls "freezing" while generating map

Posted: Wed Aug 12, 2015 6:31 am
by yeganer
Hey,
so for my mod debugging i'm basically charting the map all the time with

Code: Select all

\c game.player.force.chart(game.player.surface, {{-1024,-1024},{1024,1024}})
After the update to 0.12.3 i noticed that when the chart is running and i'm focusing another window and then focus back to factorio, my inputs are buffered for like 10 seconds and then are executed all at once. This happened with factorio in windowed mode.
I was able to reproduce this with all mods disabled.

If you need further information, i'll try to provide them.

Re: [0.12.3] Input controls "freezing" while generating map

Posted: Wed Aug 12, 2015 10:19 am
by kovarex
I think, it is because the game is refreshing the chart sprites, and it might take a long time on your computer (I don't know why).

Re: [0.12.3] Input controls "freezing" while generating map

Posted: Wed Aug 12, 2015 11:30 am
by yeganer
Today i experienced the same issue with 0.12.2 but it seemed like it took less time to "catch up".