On a dedicated server running the latest A3 and ALiVE with ALiVE_InsurgencyRevived.Altis. When I, as admin, click "SERVER SAVE AND EXIT (ADMIN ONLY)" the tablet pops up and stalls at the "ALiVE Persistence - Saving Data - Please Wait" step. Here's what the rpt says:
12:26:40 --------------------------------------------------------------
12:26:40 ALiVE Abort - mode: REMSAVE
12:26:40 --------------------------------------------------------------
12:26:40 ALiVE Abort - mode: SAVESERVERYO
12:26:40 [250185,4970.32,4561.33,"x\alive\addons\main\fnc_buttonAbort.sqf:41","PLAYER CLICKING ON ABORT BUTTON: _this=["REMSAVE"]"]
12:26:40 [250185,4970.32,4561.33,"x\alive\addons\main\fnc_buttonAbort.sqf:41","PLAYER CLICKING ON ABORT BUTTON: _this=["SAVESERVERYO","76561197963358776"]"]
12:26:41 ALiVE SYS_PLAYER - DISCONNECT
12:26:41 ALiVE SYS_PLAYER - PLAYER UNIT FOUND IN PLAYABLEUNITS (Hitman1)
12:26:41 --------------------------------------------------------------
12:26:41 ALiVE Abort - Saving Server
12:26:41 ADMIN UID: 76561197963358776
12:26:41 ADMIN: Hitman1
12:26:43 ALiVE Pausing state of ALiVE_ALiVE_sys_profile instance set to true!
12:26:43 ALiVE Abort - Server Player OPD
12:26:43 ALiVE SYS_PLAYER - DISCONNECT
12:26:43 ALiVE Abort - Server Save Profiles
12:26:43 ALiVE Abort - Server Save OPCOM State
12:26:43 ALiVE Abort - Server Save OPCOM State
12:26:43 ALiVE Abort - Server Save Logistics State
12:26:43 Error in expression < "_result")) then {
_messages = _result select 1;
if(count _messages > 0) then {>
12:26:43 Error position: <select 1;
if(count _messages > 0) then {>
12:26:43 Error select: Type Bool, expected Array,String,Config entry
12:26:43 File x\alive\addons\main\fnc_buttonAbort.sqf, line 217
Looking inside fnc_buttonAbort.sqf I'm a bit confused as to why it fails at logistics save but succeeds at cqb save even though both happen the same way and output booleans?