[0.12.3] Input controls "freezing" while generating map

Place for things which are bugs but we have no idea how to solve them. Things related to hardware, libraries, strange setups, etc.
yeganer
Long Handed Inserter
Long Handed Inserter
Posts: 74
Joined: Mon Jul 06, 2015 12:07 pm
Contact:

[0.12.3] Input controls "freezing" while generating map

Post 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.
kovarex
Factorio Staff
Factorio Staff
Posts: 8207
Joined: Wed Feb 06, 2013 12:00 am
Contact:

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

Post 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).
yeganer
Long Handed Inserter
Long Handed Inserter
Posts: 74
Joined: Mon Jul 06, 2015 12:07 pm
Contact:

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

Post by yeganer »

Today i experienced the same issue with 0.12.2 but it seemed like it took less time to "catch up".
Post Reply

Return to “1 / 0 magic”