Page MenuHomeFeedback Tracker

Serverside change of overcast value causing small freezes on clients
New, WishlistPublic

Description

I am getting small intermittent freezes (about every 5s) which seem to be linked to changing overcast value on the server and the new weathersync code.

{F23492}

Details

Legacy ID
3398345717
Severity
None
Resolution
Open
Reproducibility
Always
Category
Engine
Steps To Reproduce

Start the attached repro mission (use a dedicated server!), after 5s you should have overcast skies, set with:

skipTime -24;
86400 setOvercast 1.0;
skipTime 24;
sleep 5;
simulWeatherSync;

Let it run for a few minutes (at least 5), there should be no freezes.

Open action menu and select "Start server weather change". When triggered, the server will execute:

900 setOverCast 0.0;
sleep 900;
900 setOverCast 1.0;
sleep 900;
900 setOverCast 0.0;

After a while (can take minutes too), for me this causes intermittent freezes every few seconds.

See http://forums.bistudio.com/showthread.php?174250-FPS-drop-with-Patch which seems to be linked.

Additional Information

Serverside overcast value can change much faster than clientside values anyway. :P

Event Timeline

thhamm edited Steps To Reproduce. (Show Details)Mar 17 2014, 10:13 PM
thhamm edited Additional Information. (Show Details)
thhamm set Category to Engine.
thhamm set Reproducibility to Always.
thhamm set Severity to None.
thhamm set Resolution to Open.
thhamm set Legacy ID to 3398345717.May 7 2016, 6:12 PM
thhamm added a subscriber: thhamm.May 7 2016, 6:12 PM

greetz to redstone from KB btw :P

Yep, seems to be gone in 1.15.116219. Thanks a lot! :)