Jump to content

Recommended Posts

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

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

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

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

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

Feedback for 1.60, ui lags again, need to test the new perf. binaries.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×