KoffeinFlummi / AGM

Authentic Gameplay Modification for A3 | THIS PROJECT IS NO LONGER BEING WORKED ON. ALL ISSUES AND PULL REQUESTS WILL BE IGNORED.
Other
125 stars 84 forks source link

Check Version errors #2171

Closed jonpas closed 9 years ago

jonpas commented 9 years ago

For every mod (or so it seems) it threw the following error after loading into a mission:

18:20:01 Error in expression <onNumber;
_versions set [_forEachIndex, _version];
} forEach _files;

if (isServ>
18:20:01   Error position: <_version];
} forEach _files;

if (isServ>
18:20:01   Error Undefined variable in expression: _version
18:20:01 File AGM_core\scripts\Version\checkVersionNumber.sqf, line 34
18:20:01 Error in expression <ersionAr select 0) + 1E-2 * (_versionAr select 1) + 1E-4 * (_versionAr select 2)>
18:20:01   Error position: <select 1) + 1E-4 * (_versionAr select 2)>
18:20:01   Error Zero divisor
18:20:01 File AGM_core\scripts\Version\checkVersionNumber.sqf, line 26
18:20:01 Error in expression <onNumber;
_versions set [_forEachIndex, _version];
} forEach _files;

if (isServ>
18:20:01   Error position: <_version];
} forEach _files;

if (isServ>
18:20:01   Error Undefined variable in expression: _version
18:20:01 File AGM_core\scripts\Version\checkVersionNumber.sqf, line 34

And at the end the following:

18:20:02 Error in expression <Version = _versions select _index;

if (_clientVersion < _serverVersion) then {
>
18:20:02   Error position: <_clientVersion < _serverVersion) then {
>
18:20:02   Error Undefined variable in expression: _clientversion
18:20:02 File AGM_core\scripts\Version\checkVersionNumber.sqf, line 96

On both client connecting and dedicated server, both running AGM 0.95.3 on latest Arma 3 1.40.

commy2 commented 9 years ago

Do you use the check PBO module or not?

jonpas commented 9 years ago

Yes, set to Kick mode. Might be that I have to open it in editor and press OK or shouldn't that matter since nothing was changed in the module itself?

jonpas commented 9 years ago

:+1: