official-antistasi-community / A3-Antistasi

Antistasi Community Version - work in progress - Discord https://discord.com/invite/TYDwCRKnKX
https://antistasi.de
Other
227 stars 154 forks source link

Error during 2.4 pre-test with call A3A_fnc_log; #1738

Closed Bob-Murphy closed 1 year ago

Bob-Murphy commented 3 years ago
arma3server_2021-02-22_19-21-26 - Test 1 - HC

19:27:47 Error in expression <ts for other players.", _fileName] call A3A_fnc_log;
{ deleteVehicle _x; } forEa>

19:27:47   Error position: <A3A_fnc_log;
{ deleteVehicle _x; } forEa>
19:27:47   Error Undefined variable in expression: a3a_fnc_log
19:27:47 File mpmissions\__CUR_MP.Malden\init.sqf..., line 13
 arma3server_2021-02-25_04-46-18 - Test 1 - HC

  5:07:56 "160.437: [Antistasi] | INFO | Init Started."
 5:07:56 Error in expression <ts for other players.", _fileName] call A3A_fnc_log;
{ deleteVehicle _x; } forEa>
 5:07:56   Error position: <A3A_fnc_log;
{ deleteVehicle _x; } forEa>
 5:07:56   Error Undefined variable in expression: a3a_fnc_log
 5:07:56 File mpmissions\__CUR_MP.Enoch\init.sqf..., line 13
arma3server_2021-02-23_15-20-24 - Test 2 - HC

 8:09:43 "260.453: [Antistasi] | INFO | Init Started."
 8:09:43 Error in expression <ts for other players.", _fileName] call A3A_fnc_log;
{ deleteVehicle _x; } forEa>
 8:09:43   Error position: <A3A_fnc_log;
{ deleteVehicle _x; } forEa>
 8:09:43   Error Undefined variable in expression: a3a_fnc_log
 8:09:43 File mpmissions\__CUR_MP.Tanoa\init.sqf..., line 13
arma3server_2021-02-25_05-35-13 - Test 2 - HC

 6:01:53 Weather was forced to change
 6:01:53 "1058.02: [Antistasi] | INFO | Init Started."
 6:01:53 Error in expression <ts for other players.", _fileName] call A3A_fnc_log;
{ deleteVehicle _x; } forEa>
 6:01:53   Error position: <A3A_fnc_log;
{ deleteVehicle _x; } forEa>
 6:01:53   Error Undefined variable in expression: a3a_fnc_log
 6:01:53 File mpmissions\__CUR_MP.Altis\init.sqf..., line 13
jaj22 commented 3 years ago

I found the file for arma3server_2021-02-25_05-35-13 - Test 2 - HC. It looks like the HC starts fine, and then 20 minutes later, there's what looks like a mission restart and Arma falls apart.

Not strictly Antistasi-related, as far as I can tell. Maybe people doing manual mission restarts on the test server and Arma not reliably handling that with HCs.

wurzel0701 commented 3 years ago

The log function will be obsolete in the future anywys. see #1796

jaj22 commented 3 years ago

The log function will be obsolete in the future anywys. see #1796

Not really related. The log function's just the first thing that it tries to call. The entire function tree is gone here.

jaj22 commented 1 year ago

Closed, Arma server restart glitch.