Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Script Error with Massive Client .rpt Spam #535

Closed
JHill29th opened this issue Oct 25, 2016 · 1 comment
Closed

Script Error with Massive Client .rpt Spam #535

JHill29th opened this issue Oct 25, 2016 · 1 comment
Assignees
Milestone

Comments

@JHill29th
Copy link

Arma 3 Version: 1.64 (stable)
CBA Version: 3.1.1.161012 (stable)

Mods:

  • @CBA_A3

Description:
When entering the Zeus interface the following script error spams the client .rpt. Not a small amount of spam either; caused the client .rpt to reach well over 2 MB in size.

1:09:20 Error in expression <= _pos distance curatorcamera;
if (_dis < _fadeEnd) then {
_coef = linearconvers>
 1:09:20   Error position: << _fadeEnd) then {
_coef = linearconvers>
 1:09:20   Error <: Type code, expected Number,Not a Number

Originally reported at ArmaAchilles/Achilles#22

Steps to reproduce:

  • Build scenario with a single player object and curator GM module (#adminLogged)
  • export to MP mission.
  • Load onto Dedi server and launch mission.
  • Enter zeus mode

Where did the issue occur?

  • Dedicated

RPT log file:
Link to .rpt file

@PabstMirror
Copy link
Contributor

\a3\ui_f_curator\ui\displays\rscdisplaycurator.sqf: line 146 is this gem:

                _fadeStart = uinamespace getvariable ["",1000];
                _fadeEnd = uinamespace getvariable ["",2000];

Which is being set by CBA's https://github.com/CBATeam/CBA_A3/blob/master/addons/xeh/fnc_preStart.sqf#L20

uiNamespace setVariable ["", compileFinal ""];

Not sure why CBA has to do that?

@commy2 commy2 added this to the 3.2 milestone Oct 26, 2016
@commy2 commy2 modified the milestones: 3.1.2, 3.2 Nov 3, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants