Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
It doesn't really matter which airport I start at. I recorded a little video to show you, what this issue looks like. You can clearly see, FPS drops down in 1 minute intervals.
https://www.youtube.com/watch?v=zJteuNFiAqc
It looks as though you have some other app/process running periodically in the background stealing CPU time. Do you have FSUIPC saving in the background? Check Task Manager under the Processes tab and see if anything is using the CPU at the same interval as your FPS drops.
I tried almost everything to prevent these regular stutters (I even set literally all settings to the minimum) but nothing helped.
As jorgen.s.andersen recommended at flightsim.com forum, I read Kosta's tweaking guide, and figured out quite fast, that these stutters somehow connected to my 4 core (8 threads) CPU. So I opened fsx.cfg, added the line
[JOBSCHEDULER]
AffinityMask=84
and the 1-minute stutters disappeared.
I'm still testing, but hope this is the best solution.
Goes into the fsx.cfg (or fsx-se.cfg)
To calculate the values this website will assist.
http://www.gatwick-fsg.org.uk/affinitymask.aspx?SubMenuItem=utilties
Then just open the fsx.cfg in Notepad and add the below line if you don't have it (of course replacing <value> with an actual number value to suit based on what the calculator spits out).
[JOBSCHEDULER]
AffinityMask=<value>
The value will depend on the number of cores you actually have in your processor and which core you want to exclude FSX-SE from using.
For example to exclude core 0 on my processor the value is 65534 (as I have a 16 core processor).
If all you've got is a dual core processor though removing half of the processing power form FSX-SE might not yield very desirable results, but you can certainly give it a try and then comment out the line or remove it if its a no go.
Also you can use Google or search in these forums as there are tons of previous threads regarding affinity masks and the use of.
Cheers