DeathF0X 198 Posted May 9, 2016 Hey, i got some problems with a "laggy ui" after 2-3h of playing online. Example, when i open the zeus interface, the screen goes black for about 30-45s before i can interact. The same with TFAR, when i open radio it takes 10-30s to display the interface. "ESC" menu slowly builds up and a interaction with submenus is not possible. The only temporary solution so far is to reconnect to the server. Phil, Rig: i7 4,4Ghz GTX 980Ti 12GB DDR3 Share this post Link to post Share on other sites
killzone_kid 1333 Posted May 10, 2016 Could you please open editor, put this in debug console, execute and report the result? _vars = 0; _total = 0; { _vars = _vars + 1; _val = profileNamespace getVariable _x; _total = _total + count (if (_val isEqualType "") then {_val} else {str _val}); } forEach allVariables profileNamespace; hint str [_vars, _total]; Share this post Link to post Share on other sites
DeathF0X 198 Posted May 11, 2016 Yes sir, returns 386, 131831 Share this post Link to post Share on other sites
killzone_kid 1333 Posted May 11, 2016 Yes sir, returns 386, 131831 Seems normal. what about: _vars = 0; _total = 0; { _vars = _vars + 1; _val = uiNamespace getVariable _x; _total = _total + count (if (_val isEqualType "") then {_val} else {str _val}); } forEach allVariables uiNamespace; hint str [_vars, _total]; Share this post Link to post Share on other sites
DeathF0X 198 Posted May 11, 2016 returns 5972, 1.16847e+007 Share this post Link to post Share on other sites
killzone_kid 1333 Posted May 11, 2016 Are you using many mods? Would also suggest to make new player profile and see if the same happens then, just to rule out this as a cause. Share this post Link to post Share on other sites
DeathF0X 198 Posted May 12, 2016 Tried yesterday the performace binaries, during our 3h coop no ui lag and stable 40fps+ on the server. I will try it again this sunday with a new profile and with the default exe. Thx for your help. Share this post Link to post Share on other sites
DeathF0X 198 Posted June 9, 2016 Feedback for 1.60, ui lags again, need to test the new perf. binaries. Share this post Link to post Share on other sites