[0.9.0]Small stutter every few seconds

This subforum contains all the issues which we already resolved.
kovarex
Factorio Staff
Factorio Staff
Posts: 8298
Joined: Wed Feb 06, 2013 12:00 am
Contact:

Re: [0.9.0]Small stutter every few seconds

Post by kovarex »

By the way, the engine now generates one chunk of map around the player (up to distance of 20 chunks) every 10 seconds.
Couldn't this be related?
DRBLN
Filter Inserter
Filter Inserter
Posts: 411
Joined: Sat Mar 23, 2013 12:44 pm
Contact:

Re: [0.9.0]Small stutter every few seconds

Post by DRBLN »

I think, that is related.
I had a similar issue in 0.8.0
kovarex
Factorio Staff
Factorio Staff
Posts: 8298
Joined: Wed Feb 06, 2013 12:00 am
Contact:

Re: [0.9.0]Small stutter every few seconds

Post by kovarex »

DRBLN wrote:I think, that is related.
I had a similar issue in 0.8.0
But this was introduced in 0.9.

Anyway, the way to test it would be to force the engine to generate the map with something like (copy paste to console)

Code: Select all

local radius = 21*32; local position = game.player.character.position; game.player.force.chart{{position.x - radius, position.y - radius}, {position.x + radius, position.y + radius}}
Open the map and wait until it charts the square.
When it is finished, the stutter should no longer be there if the reason was this.
User avatar
AlexPhoenix
Fast Inserter
Fast Inserter
Posts: 149
Joined: Tue Feb 18, 2014 7:48 am
Contact:

Re: [0.9.0]Small stutter every few seconds

Post by AlexPhoenix »

Gammro, can you please provide specs of your PC(RAM, 32/64 bit, GPU RAM, OS ver) and factorio version(did you try 0.9.2?), i will try to reproduce slutter via virtual machine.
james123212
Manual Inserter
Manual Inserter
Posts: 3
Joined: Fri Feb 28, 2014 10:05 pm
Contact:

Re: [0.9.0]Small stutter every few seconds

Post by james123212 »

my game stutters about every 11 seconds can someone help me?
(I actually used my ipods stopwatch to count the time between stutters)
Attachments
printscreen.png
printscreen.png (762.6 KiB) Viewed 8798 times
kovarex
Factorio Staff
Factorio Staff
Posts: 8298
Joined: Wed Feb 06, 2013 12:00 am
Contact:

Re: [0.9.0]Small stutter every few seconds

Post by kovarex »

james123212 wrote:my game stutters about every 11 seconds can someone help me?
(I actually used my ipods stopwatch to count the time between stutters)
That is definitelly the world generation (every second 1 chunk is generated).

Try this:
kovarex wrote: Anyway, the way to test it would be to force the engine to generate the map with something like (copy paste to console)

Code: Select all

local radius = 21*32; local position = game.player.character.position; game.player.force.chart{{position.x - radius, position.y - radius}, {position.x + radius, position.y + radius}}
Open the map and wait until it charts the square.
When it is finished, the stutter should no longer be there if the reason was this.
Marqee
Long Handed Inserter
Long Handed Inserter
Posts: 63
Joined: Sun Feb 16, 2014 4:52 am
Contact:

Re: [0.9.0]Small stutter every few seconds

Post by Marqee »

AlexPhoenix wrote:Gammro, can you please provide specs of your PC(RAM, 32/64 bit, GPU RAM, OS ver) and factorio version(did you try 0.9.2?), i will try to reproduce slutter via virtual machine.
0.9.2 ?
Where ?
slpwnd
Factorio Staff
Factorio Staff
Posts: 1835
Joined: Sun Feb 03, 2013 2:51 pm
Contact:

Re: [0.9.0]Small stutter every few seconds

Post by slpwnd »

Kovarex fixed this for the 0.10. The world will be generated in a different thread.
Post Reply

Return to “Resolved Problems and Bugs”