Cantkillphantom

Exile v 1.0.4a map editor

5 posts in this topic

So with the 1.0.3 to 1.0.4 there has come a whole lot of changes to the game and pbo files. But I am looking at adding a new map to one of my servers I have found one that I like and have tried to remember how to load to editor then end up with a working server. 

 

So so basically is there any guides for making a new exile.mapname.pbo as I’ve been having trouble getting my old Isla-abramia.pbo and one I’m currently speaking about to work on my server any help would be appreciated thanks.

Share this post


Link to post
Share on other sites

1) You can use Exile 3DEN plugin thingie to quickly create your map markers and traders.

2) You'll need to name your mission pbo Exile.yourmap, do the same thing in prefix (mission pbo) and config.cfg

3) You'll need to add your map and dependencies in mission.sqm within addOns and addOnsAuto at the top and just the map at the bottom (For chernarus redux it looks like this)

"exile_client",
"CUP_Core",
"chernarusredux"

4) In mission config.cpp file you'll need to add and tune this to your liking within CfgExileEnvironment

class YOURMAP: Altis
{
class FireFlies: FireFlies{enable = 0;};
class Anomalies: Anomalies{enable = 0;};
class Breathing: Breathing{enable = 0;};
class Snow: Snow{enable = 0;};
class Radiation: Radiation{enable = 1;};
class Temperature: Temperature{daytimeTemperature[] = {15.93,16.89,18.42,20.40,22.68,25.10,27.48,29.63,31.40,32.66,33.32,33.80,33.80,33.32,32.66,31.40,29.63,27.48,25.10,22.68,20.40,18.42,16.89,15.93,15.93};};
};

 

 

P.S. Also this can help you with some of the stuff https://drive.google.com/file/d/0B9L9rKviohCteGp3aWhNdXRQRXc/view

Share this post


Link to post
Share on other sites
Advertisement
Spoiler

2:29:13                          CUP Terrains - Core 1.4.2 |   @CUP_Terrains_Core |      false |             GAME DIR | 3e43cf6f60835dfe6d8e450bcd49eab579e096eb |   9e41eb9 | @CUP_Terrains_Core

 2:29:13                                            @Diyala |              @Diyala |      false |            NOT FOUND |                                          |           | 

 2:29:13                                          Exile Mod |               @Exile |      false |             GAME DIR | 2fcd9168922cd7e3b09e7c83c565c2e6e8e6a052 |  9bd1cee4 | @Exile

 2:29:13                                Arma 3 DLC Bundle 2 |           dlcbundle2 |       true |            NOT FOUND |                                          |           | 

 2:29:13                                Arma 3 DLC Bundle 1 |            dlcbundle |       true |            NOT FOUND |                                          |           | 

 2:29:13                                     Arma 3 Tac-Ops |               tacops |       true |             GAME DIR | f1dc09577c3e9808b7aa2c87d830a2b26a6b5fee |  fa26d009 | tacops

 2:29:13                                 Arma 3 Laws of War |               orange |       true |             GAME DIR | 4218684688ce66df818f107e2f95c59a26323121 |  b3b9582b | orange

 2:29:13                                      Arma 3 Malden |                 argo |       true |             GAME DIR | 05003900123009df799f674dab222647cc0cc676 |  36610ff1 | argo

 2:29:13                                        Arma 3 Jets |                 jets |       true |             GAME DIR | 8d1003272f4550977c09f9c3de192339a29268ad |  5d2e6b70 | jets

 2:29:13                                        Arma 3 Apex |            expansion |       true |             GAME DIR | ed1b8b914be28b134d041da7deebf7b5b68e6ed3 |  ed5a9be7 | expansion

 2:29:13                                    Arma 3 Marksmen |                 mark |       true |             GAME DIR | e405dfd48cf0dc78bc48e630f5065676723be5df |  d0f859df | mark

 2:29:13                                 Arma 3 Helicopters |                 heli |       true |             GAME DIR | abbb58afcd71da8d6f39462585ce554c2bde319e |  3b66e8c1 | heli

 2:29:13                                       Arma 3 Karts |                 kart |       true |             GAME DIR | 0a38a8eedccec3bd371c52470ecfbc300bce7e26 |  5248a2ba | kart

 2:29:13                                        Arma 3 Zeus |              curator |       true |             GAME DIR | e9e394b64efe10fcde232d90ae425eb377c62b16 |  42741b1b | curator

 2:29:13                                             Arma 3 |                   A3 |       true |            NOT FOUND |                                          |           | 

 2:29:13                                            @extDB2 |              @extDB2 |      false |             GAME DIR |                                          |           | @extDB2

 2:29:13                                       @ExileServer |         @ExileServer |      false |             GAME DIR | da39a3ee5e6b4b0d3255bfef95601890afd80709 |  11fdd19c | @ExileServer

 2:29:13 ==========================================================================================================================================================================================================

 2:29:13 InitSound ...

 2:29:13 InitSound - complete

 2:29:13 PhysX3 SDK Init started ...

 2:29:13 PhysX3 SDK Init ended.

 2:29:17 Warning Message: You cannot play/edit this mission; it is dependent on downloadable content that has been deleted.

a3_characters_f

 2:29:17 Loading movesType CfgGesturesMale

 2:29:17 Error: Bone cheek_lf doesn't exist in skeleton OFP2_ManSkeleton

 2:29:17 Error: Bone nose_tip doesn't exist in skeleton OFP2_ManSkeleton

 2:29:17 Error: Bone lip_uplb doesn't exist in skeleton OFP2_ManSkeleton

 2:29:17 Error: Bone jaw_ls doesn't exist in skeleton OFP2_ManSkeleton

 2:29:17 Error: Bone lip_uplf doesn't exist in skeleton OFP2_ManSkeleton

 2:29:17 Error: Bone lip_lc doesn't exist in skeleton OFP2_ManSkeleton

 2:29:17 Error: Bone lip_lwlb doesn't exist in skeleton OFP2_ManSkeleton

 2:29:17 Error: Bone lip_lwlf doesn't exist in skeleton OFP2_ManSkeleton

 2:29:17 Error: Bone jaw_lm doesn't exist in skeleton OFP2_ManSkeleton

 2:29:17 Error: Bone zig_lb doesn't exist in skeleton OFP2_ManSkeleton

 2:29:17 Error: Bone lip_lwm doesn't exist in skeleton OFP2_ManSkeleton

 2:29:17 Error: Bone lip_upm doesn't exist in skeleton OFP2_ManSkeleton

 2:29:17 Error: Bone ear_l doesn't exist in skeleton OFP2_ManSkeleton

 2:29:17 Error: Bone corr doesn't exist in skeleton OFP2_ManSkeleton

 2:29:17 Error: Bone tongue_m doesn't exist in skeleton OFP2_ManSkeleton

 2:29:17 Error: Bone tongue_f doesn't exist in skeleton OFP2_ManSkeleton

 2:29:17 Error: Bone eyebrow_lb doesn't exist in skeleton OFP2_ManSkeleton

 2:29:17 Error: Bone eyebrow_lf doesn't exist in skeleton OFP2_ManSkeleton

 2:29:17 Error: Bone eyebrow_lm doesn't exist in skeleton OFP2_ManSkeleton

 2:29:17 Error: Bone zig_lm doesn't exist in skeleton OFP2_ManSkeleton

 2:29:17 Error: Bone eye_upl doesn't exist in skeleton OFP2_ManSkeleton

 2:29:17 Error: Bone eye_lwl doesn't exist in skeleton OFP2_ManSkeleton

 2:29:17 Error: Bone cheek_l doesn't exist in skeleton OFP2_ManSkeleton

 2:29:17 Error: Bone cheek_lb doesn't exist in skeleton OFP2_ManSkeleton

 2:29:17 Error: Bone zig_lt doesn't exist in skeleton OFP2_ManSkeleton

 2:29:17 Error: Bone nose_l doesn't exist in skeleton OFP2_ManSkeleton

 2:29:17 Error: Bone cheek_lm doesn't exist in skeleton OFP2_ManSkeleton

 2:29:17 Error: Bone nose_r doesn't exist in skeleton OFP2_ManSkeleton

 2:29:17 Error: Bone forehead_r doesn't exist in skeleton OFP2_ManSkeleton

 2:29:17 Error: Bone forehead_m doesn't exist in skeleton OFP2_ManSkeleton

 2:29:17 Error: Bone forehead_l doesn't exist in skeleton OFP2_ManSkeleton

 2:29:17 Error: Bone cheek_rb doesn't exist in skeleton OFP2_ManSkeleton

 2:29:17 Error: Bone eye_lwr doesn't exist in skeleton OFP2_ManSkeleton

 2:29:17 Error: Bone cheek_r doesn't exist in skeleton OFP2_ManSkeleton

 2:29:17 Error: Bone zig_rt doesn't exist in skeleton OFP2_ManSkeleton

 2:29:17 Error: Bone zig_rm doesn't exist in skeleton OFP2_ManSkeleton

 2:29:17 Error: Bone cheek_rf doesn't exist in skeleton OFP2_ManSkeleton

 2:29:17 Error: Bone cheek_rm doesn't exist in skeleton OFP2_ManSkeleton

 2:29:17 Error: Bone eyebrow_rm doesn't exist in skeleton OFP2_ManSkeleton

 2:29:17 Error: Bone eyebrow_rf doesn't exist in skeleton OFP2_ManSkeleton

 2:29:17 Error: Bone eye_upr doesn't exist in skeleton OFP2_ManSkeleton

 2:29:17 Error: Bone eyebrow_rb doesn't exist in skeleton OFP2_ManSkeleton

 2:29:17 Error: Bone tongue_b doesn't exist in skeleton OFP2_ManSkeleton

 2:29:17 Error: Bone ear_r doesn't exist in skeleton OFP2_ManSkeleton

 2:29:17 Error: Bone neck_l doesn't exist in skeleton OFP2_ManSkeleton

 2:29:17 Error: Bone lip_uprf doesn't exist in skeleton OFP2_ManSkeleton

 2:29:17 Error: Bone neck_r doesn't exist in skeleton OFP2_ManSkeleton

 2:29:17 Error: Bone lip_uprb doesn't exist in skeleton OFP2_ManSkeleton

 2:29:17 Error: Bone lip_rc doesn't exist in skeleton OFP2_ManSkeleton

 2:29:17 Error: Bone lip_lwrb doesn't exist in skeleton OFP2_ManSkeleton

 2:29:17 Error: Bone lip_lwrf doesn't exist in skeleton OFP2_ManSkeleton

 2:29:17 Error: Bone neck_b doesn't exist in skeleton OFP2_ManSkeleton

 2:29:17 Error: Bone zig_rb doesn't exist in skeleton OFP2_ManSkeleton

 2:29:17 Error: Bone neck_t doesn't exist in skeleton OFP2_ManSkeleton

 2:29:17 Error: Bone jaw_rf doesn't exist in skeleton OFP2_ManSkeleton

 2:29:17 Error: Bone jaw_lf doesn't exist in skeleton OFP2_ManSkeleton

 2:29:17 Error: Bone chin doesn't exist in skeleton OFP2_ManSkeleton

 2:29:17 Error: Bone jaw_rm doesn't exist in skeleton OFP2_ManSkeleton

 2:29:17 Error: Bone jaw_rs doesn't exist in skeleton OFP2_ManSkeleton

 2:29:17 Error: Bone jaw doesn't exist in skeleton OFP2_ManSkeleton

 2:29:17 Error: Bone headcutscene doesn't exist in skeleton OFP2_ManSkeleton

 2:29:17 Error: Bone cheek_lf doesn't exist in skeleton OFP2_ManSkeleton

 2:29:17 Error: Bone nose_tip doesn't exist in skeleton OFP2_ManSkeleton

 2:29:17 Error: Bone lip_uplb doesn't exist in skeleton OFP2_ManSkeleton

 2:29:17 Error: Bone jaw_ls doesn't exist in skeleton OFP2_ManSkeleton

 2:29:17 Error: Bone lip_uplf doesn't exist in skeleton OFP2_ManSkeleton

 2:29:17 Error: Bone lip_lc doesn't exist in skeleton OFP2_ManSkeleton

 2:29:17 Error: Bone lip_lwlb doesn't exist in skeleton OFP2_ManSkeleton

 2:29:17 Error: Bone lip_lwlf doesn't exist in skeleton OFP2_ManSkeleton

 2:29:17 Error: Bone jaw_lm doesn't exist in skeleton OFP2_ManSkeleton

 2:29:17 Error: Bone zig_lb doesn't exist in skeleton OFP2_ManSkeleton

 2:29:17 Error: Bone lip_lwm doesn't exist in skeleton OFP2_ManSkeleton

 2:29:17 Error: Bone lip_upm doesn't exist in skeleton OFP2_ManSkeleton

 2:29:17 Error: Bone ear_l doesn't exist in skeleton OFP2_ManSkeleton

 2:29:17 Error: Bone corr doesn't exist in skeleton OFP2_ManSkeleton

 2:29:17 Error: Bone tongue_m doesn't exist in skeleton OFP2_ManSkeleton

 2:29:17 Error: Bone tongue_f doesn't exist in skeleton OFP2_ManSkeleton

 2:29:17 Error: Bone eyebrow_lb doesn't exist in skeleton OFP2_ManSkeleton

 2:29:17 Error: Bone eyebrow_lf doesn't exist in skeleton OFP2_ManSkeleton

 2:29:17 Error: Bone eyebrow_lm doesn't exist in skeleton OFP2_ManSkeleton

 2:29:17 Error: Bone zig_lm doesn't exist in skeleton OFP2_ManSkeleton

 2:29:17 Error: Bone eye_upl doesn't exist in skeleton OFP2_ManSkeleton

 2:29:17 Error: Bone eye_lwl doesn't exist in skeleton OFP2_ManSkeleton

 2:29:17 Error: Bone cheek_l doesn't exist in skeleton OFP2_ManSkeleton

 2:29:17 Error: Bone cheek_lb doesn't exist in skeleton OFP2_ManSkeleton

 2:29:17 Error: Bone zig_lt doesn't exist in skeleton OFP2_ManSkeleton

 2:29:17 Error: Bone nose_l doesn't exist in skeleton OFP2_ManSkeleton

 2:29:17 Error: Bone cheek_lm doesn't exist in skeleton OFP2_ManSkeleton

 2:29:17 Error: Bone nose_r doesn't exist in skeleton OFP2_ManSkeleton

 2:29:17 Error: Bone forehead_r doesn't exist in skeleton OFP2_ManSkeleton

 2:29:17 Error: Bone forehead_m doesn't exist in skeleton OFP2_ManSkeleton

 2:29:17 Error: Bone forehead_l doesn't exist in skeleton OFP2_ManSkeleton

 2:29:17 Error: Bone cheek_rb doesn't exist in skeleton OFP2_ManSkeleton

 2:29:17 Error: Bone eye_lwr doesn't exist in skeleton OFP2_ManSkeleton

 2:29:17 Error: Bone cheek_r doesn't exist in skeleton OFP2_ManSkeleton

 2:29:17 Error: Bone zig_rt doesn't exist in skeleton OFP2_ManSkeleton

 2:29:17 Error: Bone zig_rm doesn't exist in skeleton OFP2_ManSkeleton

 2:29:17 Error: Bone cheek_rf doesn't exist in skeleton OFP2_ManSkeleton

 2:29:17 Error: Bone cheek_rm doesn't exist in skeleton OFP2_ManSkeleton

 2:29:17 Error: Bone eyebrow_rm doesn't exist in skeleton OFP2_ManSkeleton

 2:29:17 Error: Bone eyebrow_rf doesn't exist in skeleton OFP2_ManSkeleton

 2:29:17 Error: Bone eye_upr doesn't exist in skeleton OFP2_ManSkeleton

 2:29:17 Error: Bone eyebrow_rb doesn't exist in skeleton OFP2_ManSkeleton

 2:29:17 Error: Bone tongue_b doesn't exist in skeleton OFP2_ManSkeleton

 2:29:17 Error: Bone ear_r doesn't exist in skeleton OFP2_ManSkeleton

 2:29:17 Error: Bone neck_l doesn't exist in skeleton OFP2_ManSkeleton

 2:29:17 Error: Bone lip_uprf doesn't exist in skeleton OFP2_ManSkeleton

 2:29:17 Error: Bone neck_r doesn't exist in skeleton OFP2_ManSkeleton

 2:29:17 Error: Bone lip_uprb doesn't exist in skeleton OFP2_ManSkeleton

 2:29:17 Error: Bone lip_rc doesn't exist in skeleton OFP2_ManSkeleton

 2:29:17 Error: Bone lip_lwrb doesn't exist in skeleton OFP2_ManSkeleton

 2:29:17 Error: Bone lip_lwrf doesn't exist in skeleton OFP2_ManSkeleton

 2:29:17 Error: Bone neck_b doesn't exist in skeleton OFP2_ManSkeleton

 2:29:17 Error: Bone zig_rb doesn't exist in skeleton OFP2_ManSkeleton

 2:29:17 Error: Bone neck_t doesn't exist in skeleton OFP2_ManSkeleton

 2:29:17 Error: Bone jaw_rf doesn't exist in skeleton OFP2_ManSkeleton

 2:29:17 Error: Bone jaw_lf doesn't exist in skeleton OFP2_ManSkeleton

 2:29:17 Error: Bone chin doesn't exist in skeleton OFP2_ManSkeleton

 2:29:17 Error: Bone jaw_rm doesn't exist in skeleton OFP2_ManSkeleton

 2:29:17 Error: Bone jaw_rs doesn't exist in skeleton OFP2_ManSkeleton

 2:29:17 Error: Bone jaw doesn't exist in skeleton OFP2_ManSkeleton

 2:29:17 Error: Bone headcutscene doesn't exist in skeleton OFP2_ManSkeleton

 2:29:17 MovesType CfgGesturesMale load time 346 ms

 2:29:17 Loading movesType CfgMovesMaleSdr

 2:29:23 Warning: looped for animation: a3\anims_f_epa\data\anim\sdr\cts\hubcleaned\sittingchair\hubsittingchaira_idle1.rtm differs (looped now 0)! MoveName: hubsittingchaira_idle1

 2:29:24 MovesType CfgMovesMaleSdr load time 7115 ms

 2:29:25 Initializing Steam server - Game Port: 2300, Steam Query Port: 2301

 2:29:25 Steam AppId from steam_appid.txt: 107410

 2:29:25 Starting mission:

 2:29:25  Mission file: Exile (__cur_mp)

 2:29:25  Mission world: Diyala

 2:29:25  Mission directory: mpmissions\__cur_mp.Diyala\

 2:29:27 Warning Message: No entry 'bin\config.bin/CfgWorlds.Diyala'.

 2:29:33 Strange convex component70 in a3\structures_f_exp\commercial\multistorybuilding_01\multistorybuilding_01_f.p3d:geometryFire

 2:29:33 Strange convex component75 in a3\structures_f_exp\commercial\multistorybuilding_01\multistorybuilding_01_f.p3d:geometryFire

 2:29:33 Strange convex component76 in a3\structures_f_exp\commercial\multistorybuilding_01\multistorybuilding_01_f.p3d:geometryFire

 2:29:33 Strange convex component77 in a3\structures_f_exp\commercial\multistorybuilding_01\multistorybuilding_01_f.p3d:geometryFire

 2:29:33 Strange convex component78 in a3\structures_f_exp\commercial\multistorybuilding_01\multistorybuilding_01_f.p3d:geometryFire

 2:29:36 "Arma3/BIS_fnc_log: [BIS_fnc_preload] ----- Initializing scripts in Exile -----"

 2:29:36 Warning Message: No entry 'bin\config.bin/CfgWorlds.Diyala'.

 2:29:36 Warning Message: No entry '.gridNumbersOverLines'.

 2:29:36 Warning Message: '/' is not a value

 2:29:36 Warning Message: No entry '.centerPosition'.

 2:29:36 Warning Message: []: '/' not an array

 2:29:36 Cannot evaluate '' - no file

 2:29:36 Warning Message: []: '/' not an array

 2:29:36 Cannot evaluate '' - no file

 2:29:36 Warning Message: No entry 'bin\config.bin/CfgWorlds.Diyala'.

 2:29:36 Warning Message: No entry '.gridNumbersOverLines'.

 2:29:36 Warning Message: '/' is not a value

 2:29:36 Warning Message: No entry '.centerPosition'.

 2:29:36 Warning Message: []: '/' not an array

 2:29:36 Cannot evaluate '' - no file

 2:29:36 Warning Message: []: '/' not an array

 2:29:36 Cannot evaluate '' - no file

 2:29:36 No speaker given for 

 2:29:36 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionTasksLocal"

 2:29:36 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionConversationsLocal"

 2:29:36 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionFlow"

 2:29:36 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_feedbackMain (0.999451 ms)"

 2:29:36 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_missionHandlers (0 ms)"


 

 2:29:36 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_storeParamsValues (0.999451 ms)"

 2:29:36 "Arma3/BIS_fnc_log: [preInit] ""DeltaTime computation started"""

 2:29:36 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_keyframeAnimation_deltaTime (0 ms)"

 2:29:36 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_getServerVariable (0 ms)"

 2:29:36 "Arma3/BIS_fnc_log: [preInit] ExileClient_fnc_preInit (164.001 ms)"

 2:29:36 "ExileServer - Server is loading..."

 2:29:36 Client: Nonnetwork object 41a4d600.

 2:29:36 CallExtension loaded: extDB2 (@extDB2\extDB2.dll) [70.0.0.0] [70.0.0.0]


 

 2:29:36 "ExileServer - Installed extDB2 version: 70"

 2:29:36 "ExileServer - Connected to database!"

 2:29:36 "ExileServer - Database protocol initialized!"

 2:29:36 "Arma3/BIS_fnc_log: [preInit] ExileServer_fnc_preInit (110.996 ms)"

 2:29:36 Connected to Steam servers

 2:29:36 "Arma3/BIS_fnc_log: [script] initServer.sqf"

 2:29:36 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_missionFlow (0.999451 ms)"

 2:29:36 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_initParams (0 ms)"

 2:29:36 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_initRespawn (0 ms)"

 2:29:36 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_keyframeAnimation_init (2.00272 ms)"

 2:29:36 "Arma3/BIS_fnc_log: [postInit] CUP_fnc_emissiveLights (0 ms)"

 2:29:36 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_reviveInit (0 ms)"

 2:29:36 "Arma3/BIS_fnc_log: [postInit] ExileClient_fnc_postInit (0 ms)"

 2:29:36 "ExileServer - Job with handle 10000 added."

 2:29:36 "ExileServer - Job with handle 10001 added."

 2:29:36 "ExileServer - Job with handle 10002 added."

 2:29:36 Weather was forced to change

 2:29:36 "ExileServer - Job with handle 10003 added."

 2:29:36 "ExileServer - Job with handle 10004 added."

 2:29:36 "ExileServer - Initializing game world..."

 2:29:36 "ExileServer - Loading families from database..."

 2:29:36 "ExileServer - Done loading families!"

 2:29:36 "ExileServer - Loading territories from database..."

 2:29:36 "ExileServer - Done loading territories!"

 2:29:36 "ExileServer - Loading constructions from database..."

 2:29:36 "ExileServer - Done loading constructions!"

 2:29:36 "ExileServer - Loading vehicles from database..."

 2:29:36 "ExileServer - Done loading vehicles!"

 2:29:36 "ExileServer - Loading containers from database..."

 2:29:37 "ExileServer - Done loading containers!"

 2:29:37 "ExileServer - Creating spawn zone vehicles..."

 2:29:38 Starting mission:

 2:29:38  Mission file: Exile (__cur_mp)

 2:29:38  Mission world: Diyala

 2:29:38  Mission directory: mpmissions\__cur_mp.Diyala\

 2:29:38 "Arma3/BIS_fnc_log: [BIS_fnc_preload] ----- Initializing scripts in Exile -----"

 2:29:38 Warning Message: No entry 'bin\config.bin/CfgWorlds.Diyala'.

 2:29:38 Warning Message: No entry '.gridNumbersOverLines'.

 2:29:38 Warning Message: '/' is not a value

 2:29:38 Warning Message: No entry '.centerPosition'.

 2:29:38 Warning Message: []: '/' not an array

 2:29:38 Cannot evaluate '' - no file

 2:29:38 Warning Message: []: '/' not an array

 2:29:38 Cannot evaluate '' - no file

 2:29:38 Warning Message: No entry 'bin\config.bin/CfgWorlds.Diyala'.

 2:29:38 Warning Message: No entry '.gridNumbersOverLines'.

 2:29:38 Warning Message: '/' is not a value

 2:29:38 Warning Message: No entry '.centerPosition'.

 2:29:38 Warning Message: []: '/' not an array

 2:29:38 Cannot evaluate '' - no file

 2:29:38 Warning Message: []: '/' not an array

 2:29:38 Cannot evaluate '' - no file

 2:29:38 No speaker given for 

 2:29:38 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionTasksLocal"

 2:29:38 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionConversationsLocal"

 2:29:38 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionFlow"

 2:29:38 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_feedbackMain (0 ms)"

 2:29:38 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_missionHandlers (0 ms)"

 2:29:38 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_storeParamsValues (0 ms)"

 2:29:38 "Arma3/BIS_fnc_log: [preInit] ""DeltaTime computation started"""

 2:29:38 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_keyframeAnimation_deltaTime (0 ms)"

 2:29:38 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_getServerVariable (0.999451 ms)"

 2:29:38 "Arma3/BIS_fnc_log: [preInit] ExileClient_fnc_preInit (115.002 ms)"

 2:29:38 "ExileServer - Server is loading..."

 2:29:38 Client: Nonnetwork object 41a4d600.

 2:29:38 "ExileServer - Installed extDB2 version: 70"

 2:29:38 "ExileServer - extDB2: Error extDB2 is already setup & locked !!!"

 2:29:38 "ExileServer - Check your server rpt for errors, your mission might be stuck a loop restarting"

 2:29:38 "Arma3/BIS_fnc_log: [preInit] ExileServer_fnc_preInit (65.9981 ms)"

 2:29:38 "Arma3/BIS_fnc_log: [script] initServer.sqf"

 2:29:38 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_missionFlow (0 ms)"

 2:29:38 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_initParams (0 ms)"

 2:29:38 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_initRespawn (0 ms)"

 2:29:38 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_keyframeAnimation_init (2.00272 ms)"

 2:29:38 "Arma3/BIS_fnc_log: [postInit] CUP_fnc_emissiveLights (0 ms)"

 2:29:38 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_reviveInit (0 ms)"

 2:29:38 "Arma3/BIS_fnc_log: [postInit] ExileClient_fnc_postInit (0 ms)"

 2:29:38 "ExileServer - Job with handle 10000 added."

 2:29:38 "ExileServer - Job with handle 10001 added."

 2:29:38 "ExileServer - Job with handle 10002 added."

 2:29:38 Weather was forced to change

 2:29:38 "ExileServer - Job with handle 10003 added."

 2:29:38 "ExileServer - Job with handle 10004 added."

 2:29:38 "ExileServer - Initializing game world..."

 2:29:38 "ExileServer - Loading families from database..."

 2:29:38 "ExileServer - Database Error: Error Unknown Protocol"

 2:29:38 Error in expression < to _numberOfClans - 1 do 

{

((_clanIDs select _i) select 0) call ExileServer_sy>

 2:29:38   Error position: <select _i) select 0) call ExileServer_sy>

 2:29:38   Error Generic error in expression

 2:29:38 File exile_server\code\ExileServer_world_loadAllClans.sqf, line 25

 2:29:39 Starting mission:

 2:29:39  Mission file: Exile (__cur_mp)

 2:29:39  Mission world: Diyala

 2:29:39  Mission directory: mpmissions\__cur_mp.Diyala\

 2:29:39 "Arma3/BIS_fnc_log: [BIS_fnc_preload] ----- Initializing scripts in Exile -----"

 2:29:39 Warning Message: No entry 'bin\config.bin/CfgWorlds.Diyala'.

 2:29:39 Warning Message: No entry '.gridNumbersOverLines'.

 2:29:39 Warning Message: '/' is not a value

 2:29:39 Warning Message: No entry '.centerPosition'.

 2:29:39 Warning Message: []: '/' not an array

 2:29:39 Cannot evaluate '' - no file

 2:29:39 Warning Message: []: '/' not an array

 2:29:39 Cannot evaluate '' - no file

 2:29:39 Warning Message: No entry 'bin\config.bin/CfgWorlds.Diyala'.

 2:29:39 Warning Message: No entry '.gridNumbersOverLines'.

 2:29:39 Warning Message: '/' is not a value

 2:29:39 Warning Message: No entry '.centerPosition'.

 2:29:39 Warning Message: []: '/' not an array

 2:29:39 Cannot evaluate '' - no file

 2:29:39 Warning Message: []: '/' not an array

 2:29:39 Cannot evaluate '' - no file

 2:29:39 No speaker given for 

 2:29:39 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionTasksLocal"

 2:29:39 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionConversationsLocal"

 2:29:39 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionFlow"

 2:29:39 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_feedbackMain (0 ms)"

 2:29:39 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_missionHandlers (0 ms)"

 2:29:39 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_storeParamsValues (0 ms)"

 2:29:39 "Arma3/BIS_fnc_log: [preInit] ""DeltaTime computation started"""

 2:29:39 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_keyframeAnimation_deltaTime (0 ms)"

 2:29:39 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_getServerVariable (0 ms)"

 2:29:39 "Arma3/BIS_fnc_log: [preInit] ExileClient_fnc_preInit (116.001 ms)"

 2:29:39 "ExileServer - Server is loading..."

 2:29:39 Client: Nonnetwork object 1bef2500.

 2:29:39 "ExileServer - Installed extDB2 version: 70"

 2:29:39 "ExileServer - extDB2: Error extDB2 is already setup & locked !!!"

 2:29:39 "ExileServer - Check your server rpt for errors, your mission might be stuck a loop restarting"

 2:29:39 "Arma3/BIS_fnc_log: [preInit] ExileServer_fnc_preInit (64.9986 ms)"

 2:29:39 "Arma3/BIS_fnc_log: [script] initServer.sqf"

 2:29:39 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_missionFlow (0 ms)"

 2:29:39 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_initParams (0 ms)"

 2:29:39 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_initRespawn (0 ms)"

 2:29:39 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_keyframeAnimation_init (1.9989 ms)"

 2:29:39 "Arma3/BIS_fnc_log: [postInit] CUP_fnc_emissiveLights (0 ms)"

 2:29:39 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_reviveInit (0 ms)"

 2:29:39 "Arma3/BIS_fnc_log: [postInit] ExileClient_fnc_postInit (0 ms)"

 2:29:39 "ExileServer - Job with handle 10000 added."

 2:29:39 "ExileServer - Job with handle 10001 added."

 2:29:39 "ExileServer - Job with handle 10002 added."

 2:29:39 Weather was forced to change

 2:29:39 "ExileServer - Job with handle 10003 added."

 2:29:39 "ExileServer - Job with handle 10004 added."

 2:29:39 "ExileServer - Initializing game world..."

 2:29:39 "ExileServer - Loading families from database..."

 2:29:39 "ExileServer - Database Error: Error Unknown Protocol"

 2:29:39 Error in expression < to _numberOfClans - 1 do 

{

((_clanIDs select _i) select 0) call ExileServer_sy>

 2:29:39   Error position: <select _i) select 0) call ExileServer_sy>

 2:29:39   Error Generic error in expression

 2:29:39 File exile_server\code\ExileServer_world_loadAllClans.sqf, line 25

 2:29:40 Starting mission:

 2:29:40  Mission file: Exile (__cur_mp)

 2:29:40  Mission world: Diyala

 2:29:40  Mission directory: mpmissions\__cur_mp.Diyala\

 2:29:40 "Arma3/BIS_fnc_log: [BIS_fnc_preload] ----- Initializing scripts in Exile -----"

 2:29:40 Warning Message: No entry 'bin\config.bin/CfgWorlds.Diyala'.

 2:29:40 Warning Message: No entry '.gridNumbersOverLines'.

 2:29:40 Warning Message: '/' is not a value

 2:29:40 Warning Message: No entry '.centerPosition'.

 2:29:40 Warning Message: []: '/' not an array

 2:29:40 Cannot evaluate '' - no file

 2:29:40 Warning Message: []: '/' not an array

 2:29:40 Cannot evaluate '' - no file

 2:29:40 Warning Message: No entry 'bin\config.bin/CfgWorlds.Diyala'.

 2:29:40 Warning Message: No entry '.gridNumbersOverLines'.

 2:29:40 Warning Message: '/' is not a value

 2:29:40 Warning Message: No entry '.centerPosition'.

 2:29:40 Warning Message: []: '/' not an array

 2:29:40 Cannot evaluate '' - no file

 2:29:40 Warning Message: []: '/' not an array

 2:29:40 Cannot evaluate '' - no file

 2:29:40 No speaker given for 

 2:29:40 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionTasksLocal"

 2:29:40 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionConversationsLocal"

 2:29:40 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionFlow"

 2:29:40 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_feedbackMain (0 ms)"

 2:29:40 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_missionHandlers (0 ms)"

 2:29:40 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_storeParamsValues (0 ms)"

 2:29:40 "Arma3/BIS_fnc_log: [preInit] ""DeltaTime computation started"""

 2:29:40 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_keyframeAnimation_deltaTime (0 ms)"

 2:29:40 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_getServerVariable (0 ms)"

 2:29:40 "Arma3/BIS_fnc_log: [preInit] ExileClient_fnc_preInit (116.001 ms)"

 2:29:40 "ExileServer - Server is loading..."

 2:29:40 Client: Nonnetwork object 1cc2ba00.

 2:29:40 "ExileServer - Installed extDB2 version: 70"

 2:29:40 "ExileServer - extDB2: Error extDB2 is already setup & locked !!!"

 2:29:40 "ExileServer - Check your server rpt for errors, your mission might be stuck a loop restarting"

 2:29:40 "Arma3/BIS_fnc_log: [preInit] ExileServer_fnc_preInit (63.9992 ms)"

 2:29:40 "Arma3/BIS_fnc_log: [script] initServer.sqf"

 2:29:40 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_missionFlow (0.999451 ms)"

 2:29:40 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_initParams (0 ms)"

 2:29:40 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_initRespawn (0 ms)"

 2:29:40 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_keyframeAnimation_init (1.9989 ms)"

 2:29:40 "Arma3/BIS_fnc_log: [postInit] CUP_fnc_emissiveLights (0 ms)"

 2:29:40 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_reviveInit (0 ms)"


 

 2:29:40 "Arma3/BIS_fnc_log: [postInit] ExileClient_fnc_postInit (0 ms)"

 2:29:40 "ExileServer - Job with handle 10000 added."

 2:29:40 "ExileServer - Job with handle 10001 added."

 2:29:40 "ExileServer - Job with handle 10002 added."

 2:29:40 Weather was forced to change

 2:29:40 "ExileServer - Job with handle 10003 added."

 2:29:40 "ExileServer - Job with handle 10004 added."

 2:29:40 "ExileServer - Initializing game world..."

 2:29:40 "ExileServer - Loading families from database..."

 2:29:40 "ExileServer - Database Error: Error Unknown Protocol"

 2:29:40 Error in expression < to _numberOfClans - 1 do 

{

((_clanIDs select _i) select 0) call ExileServer_sy>

 2:29:40   Error position: <select _i) select 0) call ExileServer_sy>

 2:29:40   Error Generic error in expression

 2:29:40 File exile_server\code\ExileServer_world_loadAllClans.sqf, line 25

 2:29:41 Starting mission:

 2:29:41  Mission file: Exile (__cur_mp)

 2:29:41  Mission world: Diyala

 2:29:41  Mission directory: mpmissions\__cur_mp.Diyala\

 2:29:41 "Arma3/BIS_fnc_log: [BIS_fnc_preload] ----- Initializing scripts in Exile -----"

 2:29:41 Warning Message: No entry 'bin\config.bin/CfgWorlds.Diyala'.

 2:29:41 Warning Message: No entry '.gridNumbersOverLines'.

 2:29:41 Warning Message: '/' is not a value

 2:29:41 Warning Message: No entry '.centerPosition'.

 2:29:41 Warning Message: []: '/' not an array

 2:29:41 Cannot evaluate '' - no file

 2:29:41 Warning Message: []: '/' not an array

 2:29:41 Cannot evaluate '' - no file

 2:29:41 Warning Message: No entry 'bin\config.bin/CfgWorlds.Diyala'.

 2:29:41 Warning Message: No entry '.gridNumbersOverLines'.

 2:29:41 Warning Message: '/' is not a value

 2:29:41 Warning Message: No entry '.centerPosition'.

 2:29:41 Warning Message: []: '/' not an array

 2:29:41 Cannot evaluate '' - no file

 2:29:41 Warning Message: []: '/' not an array

 2:29:41 Cannot evaluate '' - no file

 2:29:41 No speaker given for 

 2:29:41 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionTasksLocal"

 2:29:41 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionConversationsLocal"

 2:29:41 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionFlow"

 2:29:41 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_feedbackMain (0 ms)"

 2:29:41 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_missionHandlers (0 ms)"

 2:29:41 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_storeParamsValues (0 ms)"

 2:29:41 "Arma3/BIS_fnc_log: [preInit] ""DeltaTime computation started"""

 2:29:41 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_keyframeAnimation_deltaTime (0.999451 ms)"

 2:29:41 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_getServerVariable (0 ms)"

 2:29:41 "Arma3/BIS_fnc_log: [preInit] ExileClient_fnc_preInit (115.002 ms)"

 2:29:41 "ExileServer - Server is loading..."

 2:29:41 Client: Nonnetwork object 19b8c100.

 2:29:41 "ExileServer - Installed extDB2 version: 70"

 2:29:41 "ExileServer - extDB2: Error extDB2 is already setup & locked !!!"

 2:29:41 "ExileServer - Check your server rpt for errors, your mission might be stuck a loop restarting"

 2:29:41 "Arma3/BIS_fnc_log: [preInit] ExileServer_fnc_preInit (85.9985 ms)"

 2:29:41 "Arma3/BIS_fnc_log: [script] initServer.sqf"

 2:29:41 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_missionFlow (0.999451 ms)"

 2:29:41 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_initParams (0 ms)"

 2:29:41 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_initRespawn (0 ms)"

 2:29:41 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_keyframeAnimation_init (2.00272 ms)"

 2:29:41 "Arma3/BIS_fnc_log: [postInit] CUP_fnc_emissiveLights (0 ms)"

 2:29:41 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_reviveInit (0 ms)"

 2:29:41 "Arma3/BIS_fnc_log: [postInit] ExileClient_fnc_postInit (0 ms)"

 2:29:41 "ExileServer - Job with handle 10000 added."

 2:29:41 "ExileServer - Job with handle 10001 added."

 2:29:41 "ExileServer - Job with handle 10002 added."

 2:29:41 Weather was forced to change

 2:29:41 "ExileServer - Job with handle 10003 added."

 2:29:41 "ExileServer - Job with handle 10004 added."

 2:29:41 "ExileServer - Initializing game world..."

 2:29:41 "ExileServer - Loading families from database..."

 2:29:41 "ExileServer - Database Error: Error Unknown Protocol"

 2:29:41 Error in expression < to _numberOfClans - 1 do 

{

((_clanIDs select _i) select 0) call ExileServer_sy>

 2:29:41   Error position: <select _i) select 0) call ExileServer_sy>

 2:29:41   Error Generic error in expression

 2:29:41 File exile_server\code\ExileServer_world_loadAllClans.sqf, line 25

 2:29:42 Starting mission:

 2:29:42  Mission file: Exile (__cur_mp)

 2:29:42  Mission world: Diyala

 2:29:42  Mission directory: mpmissions\__cur_mp.Diyala\

 2:29:42 "Arma3/BIS_fnc_log: [BIS_fnc_preload] ----- Initializing scripts in Exile -----"

 2:29:42 Warning Message: No entry 'bin\config.bin/CfgWorlds.Diyala'.

 2:29:42 Warning Message: No entry '.gridNumbersOverLines'.

 2:29:42 Warning Message: '/' is not a value

 2:29:42 Warning Message: No entry '.centerPosition'.

 2:29:42 Warning Message: []: '/' not an array

 2:29:42 Cannot evaluate '' - no file

 2:29:42 Warning Message: []: '/' not an array

 2:29:42 Cannot evaluate '' - no file

 2:29:42 Warning Message: No entry 'bin\config.bin/CfgWorlds.Diyala'.

 2:29:42 Warning Message: No entry '.gridNumbersOverLines'.

 2:29:42 Warning Message: '/' is not a value

 2:29:42 Warning Message: No entry '.centerPosition'.

 2:29:42 Warning Message: []: '/' not an array

 2:29:42 Cannot evaluate '' - no file

 2:29:42 Warning Message: []: '/' not an array

 2:29:42 Cannot evaluate '' - no file

 2:29:42 No speaker given for 

 2:29:42 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionTasksLocal"

 2:29:42 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionConversationsLocal"

 2:29:42 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionFlow"

 2:29:42 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_feedbackMain (0 ms)"

 2:29:42 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_missionHandlers (0 ms)"

 2:29:42 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_storeParamsValues (0 ms)"


 

 2:29:42 "Arma3/BIS_fnc_log: [preInit] ""DeltaTime computation started"""

 2:29:42 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_keyframeAnimation_deltaTime (0.999451 ms)"

 2:29:42 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_getServerVariable (0 ms)"

 2:29:43 "Arma3/BIS_fnc_log: [preInit] ExileClient_fnc_preInit (114.998 ms)"

 2:29:43 "ExileServer - Server is loading..."

 2:29:43 Client: Nonnetwork object 1bef0400.

 2:29:43 "ExileServer - Installed extDB2 version: 70"

 2:29:43 "ExileServer - extDB2: Error extDB2 is already setup & locked !!!"

 2:29:43 "ExileServer - Check your server rpt for errors, your mission might be stuck a loop restarting"

 2:29:43 "Arma3/BIS_fnc_log: [preInit] ExileServer_fnc_preInit (65.0024 ms)"

 2:29:43 "Arma3/BIS_fnc_log: [script] initServer.sqf"

 2:29:43 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_missionFlow (0.999451 ms)"

 2:29:43 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_initParams (0 ms)"

 2:29:43 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_initRespawn (0 ms)"

 2:29:43 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_keyframeAnimation_init (1.9989 ms)"

 2:29:43 "Arma3/BIS_fnc_log: [postInit] CUP_fnc_emissiveLights (0 ms)"

 2:29:43 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_reviveInit (0 ms)"

 2:29:43 "Arma3/BIS_fnc_log: [postInit] ExileClient_fnc_postInit (0 ms)"

 2:29:43 "ExileServer - Job with handle 10000 added."

 2:29:43 "ExileServer - Job with handle 10001 added."

 2:29:43 "ExileServer - Job with handle 10002 added."

 2:29:43 Weather was forced to change

 2:29:43 "ExileServer - Job with handle 10003 added."

 2:29:43 "ExileServer - Job with handle 10004 added."

 2:29:43 "ExileServer - Initializing game world..."

 2:29:43 "ExileServer - Loading families from database..."

 2:29:43 "ExileServer - Database Error: Error Unknown Protocol"

 2:29:43 Error in expression < to _numberOfClans - 1 do 

{

((_clanIDs select _i) select 0) call ExileServer_sy>

 2:29:43   Error position: <select _i) select 0) call ExileServer_sy>

 2:29:43   Error Generic error in expression

 2:29:43 File exile_server\code\ExileServer_world_loadAllClans.sqf, line 25

 2:29:43 Starting mission:

 2:29:43  Mission file: Exile (__cur_mp)

 2:29:43  Mission world: Diyala

 2:29:43  Mission directory: mpmissions\__cur_mp.Diyala\

 2:29:44 "Arma3/BIS_fnc_log: [BIS_fnc_preload] ----- Initializing scripts in Exile -----"

 2:29:44 Warning Message: No entry 'bin\config.bin/CfgWorlds.Diyala'.

 2:29:44 Warning Message: No entry '.gridNumbersOverLines'.

 2:29:44 Warning Message: '/' is not a value

 2:29:44 Warning Message: No entry '.centerPosition'.

 2:29:44 Warning Message: []: '/' not an array

 2:29:44 Cannot evaluate '' - no file

 2:29:44 Warning Message: []: '/' not an array

 2:29:44 Cannot evaluate '' - no file

 2:29:44 Warning Message: No entry 'bin\config.bin/CfgWorlds.Diyala'.

 2:29:44 Warning Message: No entry '.gridNumbersOverLines'.

 2:29:44 Warning Message: '/' is not a value

 2:29:44 Warning Message: No entry '.centerPosition'.

 2:29:44 Warning Message: []: '/' not an array

 2:29:44 Cannot evaluate '' - no file

 2:29:44 Warning Message: []: '/' not an array

 2:29:44 Cannot evaluate '' - no file

 2:29:44 No speaker given for 

 2:29:44 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionTasksLocal"

 2:29:44 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionConversationsLocal"

 2:29:44 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionFlow"

 2:29:44 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_feedbackMain (0 ms)"

 2:29:44 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_missionHandlers (0 ms)"

 2:29:44 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_storeParamsValues (0 ms)"

 2:29:44 "Arma3/BIS_fnc_log: [preInit] ""DeltaTime computation started"""

 2:29:44 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_keyframeAnimation_deltaTime (0 ms)"

 2:29:44 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_getServerVariable (0.999451 ms)"

 2:29:44 "Arma3/BIS_fnc_log: [preInit] ExileClient_fnc_preInit (116.001 ms)"

 2:29:44 "ExileServer - Server is loading..."

 2:29:44 Client: Nonnetwork object 1cc2a200.

 2:29:44 "ExileServer - Installed extDB2 version: 70"

 2:29:44 "ExileServer - extDB2: Error extDB2 is already setup & locked !!!"

 2:29:44 "ExileServer - Check your server rpt for errors, your mission might be stuck a loop restarting"

 2:29:44 "Arma3/BIS_fnc_log: [preInit] ExileServer_fnc_preInit (64.9986 ms)"

 2:29:44 "Arma3/BIS_fnc_log: [script] initServer.sqf"

 2:29:44 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_missionFlow (1.00327 ms)"

 2:29:44 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_initParams (0 ms)"

 2:29:44 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_initRespawn (0 ms)"

 2:29:44 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_keyframeAnimation_init (1.9989 ms)"

 2:29:44 "Arma3/BIS_fnc_log: [postInit] CUP_fnc_emissiveLights (0 ms)"

 2:29:44 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_reviveInit (0 ms)"

 2:29:44 "Arma3/BIS_fnc_log: [postInit] ExileClient_fnc_postInit (0.999451 ms)"

 2:29:44 "ExileServer - Job with handle 10000 added."

 2:29:44 "ExileServer - Job with handle 10001 added."

 2:29:44 "ExileServer - Job with handle 10002 added."

 2:29:44 Weather was forced to change

 2:29:44 "ExileServer - Job with handle 10003 added."

 2:29:44 "ExileServer - Job with handle 10004 added."

 2:29:44 "ExileServer - Initializing game world..."

 2:29:44 "ExileServer - Loading families from database..."

 2:29:44 "ExileServer - Database Error: Error Unknown Protocol"

 2:29:44 Error in expression < to _numberOfClans - 1 do 

{

((_clanIDs select _i) select 0) call ExileServer_sy>

 2:29:44   Error position: <select _i) select 0) call ExileServer_sy>

 2:29:44   Error Generic error in expression

 2:29:44 File exile_server\code\ExileServer_world_loadAllClans.sqf, line 25

 2:29:44 Starting mission:

 2:29:44  Mission file: Exile (__cur_mp)

 2:29:44  Mission world: Diyala

 2:29:44  Mission directory: mpmissions\__cur_mp.Diyala\

 2:29:45 "Arma3/BIS_fnc_log: [BIS_fnc_preload] ----- Initializing scripts in Exile -----"

 2:29:45 Warning Message: No entry 'bin\config.bin/CfgWorlds.Diyala'.

 2:29:45 Warning Message: No entry '.gridNumbersOverLines'.

 2:29:45 Warning Message: '/' is not a value

 2:29:45 Warning Message: No entry '.centerPosition'.

 2:29:45 Warning Message: []: '/' not an array

 2:29:45 Cannot evaluate '' - no file


 

 2:29:45 Warning Message: []: '/' not an array

 2:29:45 Cannot evaluate '' - no file

 2:29:45 Warning Message: No entry 'bin\config.bin/CfgWorlds.Diyala'.

 2:29:45 Warning Message: No entry '.gridNumbersOverLines'.

 2:29:45 Warning Message: '/' is not a value

 2:29:45 Warning Message: No entry '.centerPosition'.

 2:29:45 Warning Message: []: '/' not an array

 2:29:45 Cannot evaluate '' - no file

 2:29:45 Warning Message: []: '/' not an array

 2:29:45 Cannot evaluate '' - no file

 2:29:45 No speaker given for 

 2:29:45 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionTasksLocal"

 2:29:45 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionConversationsLocal"

 2:29:45 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionFlow"

 2:29:45 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_feedbackMain (0 ms)"

 2:29:45 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_missionHandlers (0 ms)"

 2:29:45 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_storeParamsValues (0 ms)"

 2:29:45 "Arma3/BIS_fnc_log: [preInit] ""DeltaTime computation started"""

 2:29:45 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_keyframeAnimation_deltaTime (0 ms)"

 2:29:45 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_getServerVariable (0 ms)"

 2:29:45 "Arma3/BIS_fnc_log: [preInit] ExileClient_fnc_preInit (115.002 ms)"

 2:29:45 "ExileServer - Server is loading..."

 2:29:45 Client: Nonnetwork object 1a088a00.

 2:29:45 "ExileServer - Installed extDB2 version: 70"

 2:29:45 "ExileServer - extDB2: Error extDB2 is already setup & locked !!!"

 2:29:45 "ExileServer - Check your server rpt for errors, your mission might be stuck a loop restarting"

 2:29:45 "Arma3/BIS_fnc_log: [preInit] ExileServer_fnc_preInit (64.003 ms)"

 2:29:45 "Arma3/BIS_fnc_log: [script] initServer.sqf"

 2:29:45 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_missionFlow (0.999451 ms)"

 2:29:45 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_initParams (0 ms)"

 2:29:45 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_initRespawn (0 ms)"

 2:29:45 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_keyframeAnimation_init (1.9989 ms)"

 2:29:45 "Arma3/BIS_fnc_log: [postInit] CUP_fnc_emissiveLights (0 ms)"

 2:29:45 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_reviveInit (0 ms)"

 2:29:45 "Arma3/BIS_fnc_log: [postInit] ExileClient_fnc_postInit (0 ms)"

 2:29:45 "ExileServer - Job with handle 10000 added."

 2:29:45 "ExileServer - Job with handle 10001 added."

 2:29:45 "ExileServer - Job with handle 10002 added."

 2:29:45 Weather was forced to change

 2:29:45 "ExileServer - Job with handle 10003 added."

 2:29:45 "ExileServer - Job with handle 10004 added."

 2:29:45 "ExileServer - Initializing game world..."

 2:29:45 "ExileServer - Loading families from database..."

 2:29:45 "ExileServer - Database Error: Error Unknown Protocol"

 2:29:45 Error in expression < to _numberOfClans - 1 do 

{

((_clanIDs select _i) select 0) call ExileServer_sy>

 2:29:45   Error position: <select _i) select 0) call ExileServer_sy>

 2:29:45   Error Generic error in expression

 2:29:45 File exile_server\code\ExileServer_world_loadAllClans.sqf, line 25

 2:29:46 Starting mission:

 2:29:46  Mission file: Exile (__cur_mp)

 2:29:46  Mission world: Diyala

 2:29:46  Mission directory: mpmissions\__cur_mp.Diyala\

 2:29:46 "Arma3/BIS_fnc_log: [BIS_fnc_preload] ----- Initializing scripts in Exile -----"

 2:29:46 Warning Message: No entry 'bin\config.bin/CfgWorlds.Diyala'.

 2:29:46 Warning Message: No entry '.gridNumbersOverLines'.

 2:29:46 Warning Message: '/' is not a value

 2:29:46 Warning Message: No entry '.centerPosition'.

 2:29:46 Warning Message: []: '/' not an array

 2:29:46 Cannot evaluate '' - no file

 2:29:46 Warning Message: []: '/' not an array

 2:29:46 Cannot evaluate '' - no file

 2:29:46 Warning Message: No entry 'bin\config.bin/CfgWorlds.Diyala'.

 2:29:46 Warning Message: No entry '.gridNumbersOverLines'.

 2:29:46 Warning Message: '/' is not a value

 2:29:46 Warning Message: No entry '.centerPosition'.

 2:29:46 Warning Message: []: '/' not an array

 2:29:46 Cannot evaluate '' - no file

 2:29:46 Warning Message: []: '/' not an array

 2:29:46 Cannot evaluate '' - no file

 2:29:46 No speaker given for 

 2:29:46 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionTasksLocal"

 2:29:46 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionConversationsLocal"

 2:29:46 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionFlow"

 2:29:46 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_feedbackMain (0.999451 ms)"

 2:29:46 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_missionHandlers (0 ms)"

 2:29:46 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_storeParamsValues (0 ms)"

 2:29:46 "Arma3/BIS_fnc_log: [preInit] ""DeltaTime computation started"""

 2:29:46 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_keyframeAnimation_deltaTime (0 ms)"

 2:29:46 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_getServerVariable (0 ms)"

 2:29:46 "Arma3/BIS_fnc_log: [preInit] ExileClient_fnc_preInit (116.997 ms)"

 2:29:46 "ExileServer - Server is loading..."

 2:29:46 Client: Nonnetwork object 1bef1f00.

 2:29:46 "ExileServer - Installed extDB2 version: 70"

 2:29:46 "ExileServer - extDB2: Error extDB2 is already setup & locked !!!"

 2:29:46 "ExileServer - Check your server rpt for errors, your mission might be stuck a loop restarting"

 2:29:46 "Arma3/BIS_fnc_log: [preInit] ExileServer_fnc_preInit (64.003 ms)"

 2:29:46 "Arma3/BIS_fnc_log: [script] initServer.sqf"

 2:29:46 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_missionFlow (0 ms)"

 2:29:46 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_initParams (0 ms)"

 2:29:46 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_initRespawn (0 ms)"

 2:29:46 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_keyframeAnimation_init (1.9989 ms)"

 2:29:46 "Arma3/BIS_fnc_log: [postInit] CUP_fnc_emissiveLights (0 ms)"

 2:29:46 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_reviveInit (0 ms)"

 2:29:46 "Arma3/BIS_fnc_log: [postInit] ExileClient_fnc_postInit (0 ms)"

 2:29:46 "ExileServer - Job with handle 10000 added."

 2:29:46 "ExileServer - Job with handle 10001 added."

 2:29:46 "ExileServer - Job with handle 10002 added."

 2:29:46 Weather was forced to change

 2:29:46 "ExileServer - Job with handle 10003 added."

 2:29:46 "ExileServer - Job with handle 10004 added."

 2:29:46 "ExileServer - Initializing game world..."

 2:29:46 "ExileServer - Loading families from database..."

 2:29:46 "ExileServer - Database Error: Error Unknown Protocol"

 2:29:46 Error in expression < to _numberOfClans - 1 do 

{

((_clanIDs select _i) select 0) call ExileServer_sy>

 2:29:46   Error position: <select _i) select 0) call ExileServer_sy>

 2:29:46   Error Generic error in expression

 2:29:46 File exile_server\code\ExileServer_world_loadAllClans.sqf, line 25

 2:29:47 Starting mission:

 2:29:47  Mission file: Exile (__cur_mp)

 2:29:47  Mission world: Diyala

 2:29:47  Mission directory: mpmissions\__cur_mp.Diyala\

 2:29:47 "Arma3/BIS_fnc_log: [BIS_fnc_preload] ----- Initializing scripts in Exile -----"

 2:29:47 Warning Message: No entry 'bin\config.bin/CfgWorlds.Diyala'.

 2:29:47 Warning Message: No entry '.gridNumbersOverLines'.

 2:29:47 Warning Message: '/' is not a value

 2:29:47 Warning Message: No entry '.centerPosition'.

 2:29:47 Warning Message: []: '/' not an array

 2:29:47 Cannot evaluate '' - no file

 2:29:47 Warning Message: []: '/' not an array

 2:29:47 Cannot evaluate '' - no file

 2:29:47 Warning Message: No entry 'bin\config.bin/CfgWorlds.Diyala'.

 2:29:47 Warning Message: No entry '.gridNumbersOverLines'.

 2:29:47 Warning Message: '/' is not a value

 2:29:47 Warning Message: No entry '.centerPosition'.

 2:29:47 Warning Message: []: '/' not an array

 2:29:47 Cannot evaluate '' - no file

 2:29:47 Warning Message: []: '/' not an array

 2:29:47 Cannot evaluate '' - no file

 2:29:47 No speaker given for 

 2:29:47 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionTasksLocal"

 2:29:47 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionConversationsLocal"

 2:29:47 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionFlow"

 2:29:47 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_feedbackMain (0 ms)"

 2:29:47 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_missionHandlers (0 ms)"

 2:29:47 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_storeParamsValues (0 ms)"

 2:29:47 "Arma3/BIS_fnc_log: [preInit] ""DeltaTime computation started"""

 2:29:47 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_keyframeAnimation_deltaTime (0 ms)"

 2:29:47 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_getServerVariable (0 ms)"

 2:29:47 "Arma3/BIS_fnc_log: [preInit] ExileClient_fnc_preInit (115.005 ms)"

 2:29:47 "ExileServer - Server is loading..."

 2:29:47 Client: Nonnetwork object 17ad9300.

 2:29:47 "ExileServer - Installed extDB2 version: 70"

 2:29:47 "ExileServer - extDB2: Error extDB2 is already setup & locked !!!"

 2:29:47 "ExileServer - Check your server rpt for errors, your mission might be stuck a loop restarting"

 2:29:47 "Arma3/BIS_fnc_log: [preInit] ExileServer_fnc_preInit (65.9943 ms)"

 2:29:47 "Arma3/BIS_fnc_log: [script] initServer.sqf"

 2:29:47 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_missionFlow (0 ms)"

 2:29:47 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_initParams (0 ms)"

 2:29:47 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_initRespawn (0 ms)"

 2:29:47 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_keyframeAnimation_init (2.99835 ms)"

 2:29:47 "Arma3/BIS_fnc_log: [postInit] CUP_fnc_emissiveLights (0 ms)"

 2:29:47 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_reviveInit (0 ms)"

 2:29:47 "Arma3/BIS_fnc_log: [postInit] ExileClient_fnc_postInit (0 ms)"

 2:29:47 "ExileServer - Job with handle 10000 added."

 2:29:47 "ExileServer - Job with handle 10001 added."

 2:29:47 "ExileServer - Job with handle 10002 added."

 2:29:47 Weather was forced to change

 2:29:47 "ExileServer - Job with handle 10003 added."

 2:29:47 "ExileServer - Job with handle 10004 added."

 2:29:47 "ExileServer - Initializing game world..."

 2:29:47 "ExileServer - Loading families from database..."

 2:29:47 "ExileServer - Database Error: Error Unknown Protocol"

 2:29:47 Error in expression < to _numberOfClans - 1 do 

{

((_clanIDs select _i) select 0) call ExileServer_sy>

 2:29:47   Error position: <select _i) select 0) call ExileServer_sy>

 2:29:47   Error Generic error in expression

 2:29:47 File exile_server\code\ExileServer_world_loadAllClans.sqf, line 25

 2:29:48 Starting mission:

 2:29:48  Mission file: Exile (__cur_mp)

 2:29:48  Mission world: Diyala

 2:29:48  Mission directory: mpmissions\__cur_mp.Diyala\

 2:29:48 "Arma3/BIS_fnc_log: [BIS_fnc_preload] ----- Initializing scripts in Exile -----"

 2:29:48 Warning Message: No entry 'bin\config.bin/CfgWorlds.Diyala'.

 2:29:48 Warning Message: No entry '.gridNumbersOverLines'.

 2:29:48 Warning Message: '/' is not a value

 2:29:48 Warning Message: No entry '.centerPosition'.

 2:29:48 Warning Message: []: '/' not an array

 2:29:48 Cannot evaluate '' - no file

 2:29:48 Warning Message: []: '/' not an array

 2:29:48 Cannot evaluate '' - no file

 2:29:48 Warning Message: No entry 'bin\config.bin/CfgWorlds.Diyala'.

 2:29:48 Warning Message: No entry '.gridNumbersOverLines'.

 2:29:48 Warning Message: '/' is not a value

 2:29:48 Warning Message: No entry '.centerPosition'.

 2:29:48 Warning Message: []: '/' not an array

 2:29:48 Cannot evaluate '' - no file

 2:29:48 Warning Message: []: '/' not an array

 2:29:48 Cannot evaluate '' - no file

 2:29:48 No speaker given for 

 2:29:48 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionTasksLocal"

 2:29:48 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionConversationsLocal"

 2:29:48 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionFlow"

 2:29:48 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_feedbackMain (0 ms)"

 2:29:48 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_missionHandlers (0 ms)"

 2:29:48 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_storeParamsValues (0 ms)"

 2:29:48 "Arma3/BIS_fnc_log: [preInit] ""DeltaTime computation started"""

 2:29:48 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_keyframeAnimation_deltaTime (0.999451 ms)"

 2:29:48 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_getServerVariable (0 ms)"

 2:29:48 "Arma3/BIS_fnc_log: [preInit] ExileClient_fnc_preInit (114.006 ms)"

 2:29:48 "ExileServer - Server is loading..."

 2:29:48 Client: Nonnetwork object 1a54ca00.

 2:29:48 "ExileServer - Installed extDB2 version: 70"

 2:29:48 "ExileServer - extDB2: Error extDB2 is already setup & locked !!!"


 

 2:29:48 "ExileServer - Check your server rpt for errors, your mission might be stuck a loop restarting"

 2:29:48 "Arma3/BIS_fnc_log: [preInit] ExileServer_fnc_preInit (85.9985 ms)"

 2:29:48 "Arma3/BIS_fnc_log: [script] initServer.sqf"

 2:29:48 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_missionFlow (0.999451 ms)"

 2:29:48 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_initParams (0 ms)"

 2:29:48 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_initRespawn (0 ms)"

 2:29:48 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_keyframeAnimation_init (2.00653 ms)"

 2:29:48 "Arma3/BIS_fnc_log: [postInit] CUP_fnc_emissiveLights (0 ms)"

 2:29:48 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_reviveInit (0 ms)"

 2:29:48 "Arma3/BIS_fnc_log: [postInit] ExileClient_fnc_postInit (0 ms)"

 2:29:48 "ExileServer - Job with handle 10000 added."

 2:29:48 "ExileServer - Job with handle 10001 added."

 2:29:48 "ExileServer - Job with handle 10002 added."

 2:29:48 Weather was forced to change

 2:29:48 "ExileServer - Job with handle 10003 added."

 2:29:48 "ExileServer - Job with handle 10004 added."

 2:29:48 "ExileServer - Initializing game world..."

 2:29:48 "ExileServer - Loading families from database..."

 2:29:48 "ExileServer - Database Error: Error Unknown Protocol"

 2:29:48 Error in expression < to _numberOfClans - 1 do 

{

((_clanIDs select _i) select 0) call ExileServer_sy>

 2:29:48   Error position: <select _i) select 0) call ExileServer_sy>

 2:29:48   Error Generic error in expression

 2:29:48 File exile_server\code\ExileServer_world_loadAllClans.sqf, line 25

 2:29:49 Starting mission:

 2:29:49  Mission file: Exile (__cur_mp)

 2:29:49  Mission world: Diyala

 2:29:49  Mission directory: mpmissions\__cur_mp.Diyala\

 2:29:49 "Arma3/BIS_fnc_log: [BIS_fnc_preload] ----- Initializing scripts in Exile -----"

 2:29:49 Warning Message: No entry 'bin\config.bin/CfgWorlds.Diyala'.

 2:29:49 Warning Message: No entry '.gridNumbersOverLines'.

 2:29:49 Warning Message: '/' is not a value

 2:29:49 Warning Message: No entry '.centerPosition'.

 2:29:49 Warning Message: []: '/' not an array

 2:29:49 Cannot evaluate '' - no file

 2:29:49 Warning Message: []: '/' not an array

 2:29:49 Cannot evaluate '' - no file

 2:29:49 Warning Message: No entry 'bin\config.bin/CfgWorlds.Diyala'.

 2:29:49 Warning Message: No entry '.gridNumbersOverLines'.

 2:29:49 Warning Message: '/' is not a value

 2:29:49 Warning Message: No entry '.centerPosition'.

 2:29:49 Warning Message: []: '/' not an array

 2:29:49 Cannot evaluate '' - no file

 2:29:49 Warning Message: []: '/' not an array

 2:29:49 Cannot evaluate '' - no file

 2:29:49 No speaker given for 

 2:29:49 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionTasksLocal"

 2:29:49 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionConversationsLocal"

 2:29:49 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionFlow"

 2:29:49 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_feedbackMain (0.999451 ms)"

 2:29:49 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_missionHandlers (0 ms)"

 2:29:49 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_storeParamsValues (0 ms)"

 2:29:49 "Arma3/BIS_fnc_log: [preInit] ""DeltaTime computation started"""

 2:29:49 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_keyframeAnimation_deltaTime (0 ms)"

 2:29:49 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_getServerVariable (0 ms)"

 2:29:49 "Arma3/BIS_fnc_log: [preInit] ExileClient_fnc_preInit (112.999 ms)"

 2:29:49 "ExileServer - Server is loading..."

 2:29:49 Client: Nonnetwork object 1bef1600.

 2:29:49 "ExileServer - Installed extDB2 version: 70"

 2:29:49 "ExileServer - extDB2: Error extDB2 is already setup & locked !!!"

 2:29:49 "ExileServer - Check your server rpt for errors, your mission might be stuck a loop restarting"

 2:29:49 "Arma3/BIS_fnc_log: [preInit] ExileServer_fnc_preInit (63.0035 ms)"

 2:29:50 "Arma3/BIS_fnc_log: [script] initServer.sqf"

 2:29:50 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_missionFlow (0 ms)"

 2:29:50 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_initParams (0.999451 ms)"

 2:29:50 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_initRespawn (0 ms)"

 2:29:50 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_keyframeAnimation_init (1.9989 ms)"

 2:29:50 "Arma3/BIS_fnc_log: [postInit] CUP_fnc_emissiveLights (0 ms)"

 2:29:50 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_reviveInit (0 ms)"

 2:29:50 "Arma3/BIS_fnc_log: [postInit] ExileClient_fnc_postInit (0 ms)"

 2:29:50 "ExileServer - Job with handle 10000 added."

 2:29:50 "ExileServer - Job with handle 10001 added."

 2:29:50 "ExileServer - Job with handle 10002 added."

 2:29:50 Weather was forced to change

 2:29:50 "ExileServer - Job with handle 10003 added."

 2:29:50 "ExileServer - Job with handle 10004 added."

 2:29:50 "ExileServer - Initializing game world..."

 2:29:50 "ExileServer - Loading families from database..."

 2:29:50 "ExileServer - Database Error: Error Unknown Protocol"

 2:29:50 Error in expression < to _numberOfClans - 1 do 

{

((_clanIDs select _i) select 0) call ExileServer_sy>

 2:29:50   Error position: <select _i) select 0) call ExileServer_sy>

 2:29:50   Error Generic error in expression

 2:29:50 File exile_server\code\ExileServer_world_loadAllClans.sqf, line 25

 2:29:50 Starting mission:

 2:29:50  Mission file: Exile (__cur_mp)

 2:29:50  Mission world: Diyala

 2:29:50  Mission directory: mpmissions\__cur_mp.Diyala\

 2:29:50 "Arma3/BIS_fnc_log: [BIS_fnc_preload] ----- Initializing scripts in Exile -----"

 2:29:50 Warning Message: No entry 'bin\config.bin/CfgWorlds.Diyala'.

 2:29:50 Warning Message: No entry '.gridNumbersOverLines'.

 2:29:50 Warning Message: '/' is not a value

 2:29:50 Warning Message: No entry '.centerPosition'.

 2:29:50 Warning Message: []: '/' not an array

 2:29:50 Cannot evaluate '' - no file

 2:29:50 Warning Message: []: '/' not an array

 2:29:50 Cannot evaluate '' - no file

 2:29:50 Warning Message: No entry 'bin\config.bin/CfgWorlds.Diyala'.

 2:29:50 Warning Message: No entry '.gridNumbersOverLines'.

 2:29:50 Warning Message: '/' is not a value

 2:29:50 Warning Message: No entry '.centerPosition'.

 2:29:50 Warning Message: []: '/' not an array

 2:29:50 Cannot evaluate '' - no file

 2:29:50 Warning Message: []: '/' not an array

 2:29:50 Cannot evaluate '' - no file

 2:29:50 No speaker given for 

 2:29:50 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionTasksLocal"

 2:29:50 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionConversationsLocal"

 2:29:50 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionFlow"

 2:29:50 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_feedbackMain (1.00708 ms)"

 2:29:50 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_missionHandlers (0 ms)"

 2:29:50 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_storeParamsValues (0 ms)"

 2:29:50 "Arma3/BIS_fnc_log: [preInit] ""DeltaTime computation started"""

 2:29:50 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_keyframeAnimation_deltaTime (0 ms)"

 2:29:50 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_getServerVariable (0 ms)"

 2:29:51 "Arma3/BIS_fnc_log: [preInit] ExileClient_fnc_preInit (114.998 ms)"

 2:29:51 "ExileServer - Server is loading..."

 2:29:51 Client: Nonnetwork object 17adb100.

 2:29:51 "ExileServer - Installed extDB2 version: 70"

 2:29:51 "ExileServer - extDB2: Error extDB2 is already setup & locked !!!"

 2:29:51 "ExileServer - Check your server rpt for errors, your mission might be stuck a loop restarting"

 2:29:51 "Arma3/BIS_fnc_log: [preInit] ExileServer_fnc_preInit (64.003 ms)"

 2:29:51 "Arma3/BIS_fnc_log: [script] initServer.sqf"

 2:29:51 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_missionFlow (0 ms)"

 2:29:51 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_initParams (0.999451 ms)"

 2:29:51 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_initRespawn (0 ms)"

 2:29:51 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_keyframeAnimation_init (1.9989 ms)"

 2:29:51 "Arma3/BIS_fnc_log: [postInit] CUP_fnc_emissiveLights (0 ms)"

 2:29:51 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_reviveInit (0 ms)"

 2:29:51 "Arma3/BIS_fnc_log: [postInit] ExileClient_fnc_postInit (0 ms)"

 2:29:51 "ExileServer - Job with handle 10000 added."

 2:29:51 "ExileServer - Job with handle 10001 added."

 2:29:51 "ExileServer - Job with handle 10002 added."

 2:29:51 Weather was forced to change

 2:29:51 "ExileServer - Job with handle 10003 added."

 2:29:51 "ExileServer - Job with handle 10004 added."

 2:29:51 "ExileServer - Initializing game world..."

 2:29:51 "ExileServer - Loading families from database..."

 2:29:51 "ExileServer - Database Error: Error Unknown Protocol"

 2:29:51 Error in expression < to _numberOfClans - 1 do 

{

((_clanIDs select _i) select 0) call ExileServer_sy>

 2:29:51   Error position: <select _i) select 0) call ExileServer_sy>

 2:29:51   Error Generic error in expression

 2:29:51 File exile_server\code\ExileServer_world_loadAllClans.sqf, line 25

 2:29:51 Starting mission:

 2:29:51  Mission file: Exile (__cur_mp)

 2:29:51  Mission world: Diyala

 2:29:51  Mission directory: mpmissions\__cur_mp.Diyala\

 2:29:52 "Arma3/BIS_fnc_log: [BIS_fnc_preload] ----- Initializing scripts in Exile -----"

 2:29:52 Warning Message: No entry 'bin\config.bin/CfgWorlds.Diyala'.

 2:29:52 Warning Message: No entry '.gridNumbersOverLines'.

 2:29:52 Warning Message: '/' is not a value

 2:29:52 Warning Message: No entry '.centerPosition'.

 2:29:52 Warning Message: []: '/' not an array

 2:29:52 Cannot evaluate '' - no file

 2:29:52 Warning Message: []: '/' not an array

 2:29:52 Cannot evaluate '' - no file

 2:29:52 Warning Message: No entry 'bin\config.bin/CfgWorlds.Diyala'.

 2:29:52 Warning Message: No entry '.gridNumbersOverLines'.

 2:29:52 Warning Message: '/' is not a value

 2:29:52 Warning Message: No entry '.centerPosition'.

 2:29:52 Warning Message: []: '/' not an array

 2:29:52 Cannot evaluate '' - no file

 2:29:52 Warning Message: []: '/' not an array

 2:29:52 Cannot evaluate '' - no file

 2:29:52 No speaker given for 

 2:29:52 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionTasksLocal"

 2:29:52 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionConversationsLocal"

 2:29:52 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionFlow"

 2:29:52 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_feedbackMain (0 ms)"

 2:29:52 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_missionHandlers (0 ms)"

 2:29:52 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_storeParamsValues (0.999451 ms)"

 2:29:52 "Arma3/BIS_fnc_log: [preInit] ""DeltaTime computation started"""

 2:29:52 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_keyframeAnimation_deltaTime (0 ms)"

 2:29:52 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_getServerVariable (0 ms)"

 2:29:52 "Arma3/BIS_fnc_log: [preInit] ExileClient_fnc_preInit (115.005 ms)"

 2:29:52 "ExileServer - Server is loading..."

 2:29:52 Client: Nonnetwork object 41a4d000.

 2:29:52 "ExileServer - Installed extDB2 version: 70"

 2:29:52 "ExileServer - extDB2: Error extDB2 is already setup & locked !!!"

 2:29:52 "ExileServer - Check your server rpt for errors, your mission might be stuck a loop restarting"

 2:29:52 "Arma3/BIS_fnc_log: [preInit] ExileServer_fnc_preInit (65.9943 ms)"

 2:29:52 "Arma3/BIS_fnc_log: [script] initServer.sqf"

 2:29:52 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_missionFlow (0.999451 ms)"

 2:29:52 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_initParams (0 ms)"

 2:29:52 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_initRespawn (0 ms)"

 2:29:52 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_keyframeAnimation_init (1.9989 ms)"

 2:29:52 "Arma3/BIS_fnc_log: [postInit] CUP_fnc_emissiveLights (0 ms)"

 2:29:52 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_reviveInit (0 ms)"

 2:29:52 "Arma3/BIS_fnc_log: [postInit] ExileClient_fnc_postInit (0 ms)"

 2:29:52 "ExileServer - Job with handle 10000 added."

 2:29:52 "ExileServer - Job with handle 10001 added."

 2:29:52 "ExileServer - Job with handle 10002 added."

 2:29:52 Weather was forced to change

 2:29:52 "ExileServer - Job with handle 10003 added."

 2:29:52 "ExileServer - Job with handle 10004 added."

 2:29:52 "ExileServer - Initializing game world..."

 2:29:52 "ExileServer - Loading families from database..."

 2:29:52 "ExileServer - Database Error: Error Unknown Protocol"

 2:29:52 Error in expression < to _numberOfClans - 1 do 

{

((_clanIDs select _i) select 0) call ExileServer_sy>

 2:29:52   Error position: <select _i) select 0) call ExileServer_sy>

 2:29:52   Error Generic error in expression

 2:29:52 File exile_server\code\ExileServer_world_loadAllClans.sqf, line 25

 2:29:52 Starting mission:

 2:29:52  Mission file: Exile (__cur_mp)


 

 2:29:52  Mission world: Diyala

 2:29:52  Mission directory: mpmissions\__cur_mp.Diyala\

 2:29:53 "Arma3/BIS_fnc_log: [BIS_fnc_preload] ----- Initializing scripts in Exile -----"

 2:29:53 Warning Message: No entry 'bin\config.bin/CfgWorlds.Diyala'.

 2:29:53 Warning Message: No entry '.gridNumbersOverLines'.

 2:29:53 Warning Message: '/' is not a value

 2:29:53 Warning Message: No entry '.centerPosition'.

 2:29:53 Warning Message: []: '/' not an array

 2:29:53 Cannot evaluate '' - no file

 2:29:53 Warning Message: []: '/' not an array

 2:29:53 Cannot evaluate '' - no file

 2:29:53 Warning Message: No entry 'bin\config.bin/CfgWorlds.Diyala'.

 2:29:53 Warning Message: No entry '.gridNumbersOverLines'.

 2:29:53 Warning Message: '/' is not a value

 2:29:53 Warning Message: No entry '.centerPosition'.

 2:29:53 Warning Message: []: '/' not an array

 2:29:53 Cannot evaluate '' - no file

 2:29:53 Warning Message: []: '/' not an array

 2:29:53 Cannot evaluate '' - no file

 2:29:53 No speaker given for 

 2:29:53 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionTasksLocal"

 2:29:53 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionConversationsLocal"

 2:29:53 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionFlow"

 2:29:53 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_feedbackMain (0 ms)"

 2:29:53 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_missionHandlers (0 ms)"

 2:29:53 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_storeParamsValues (0 ms)"

 2:29:53 "Arma3/BIS_fnc_log: [preInit] ""DeltaTime computation started"""

 2:29:53 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_keyframeAnimation_deltaTime (0 ms)"

 2:29:53 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_getServerVariable (0 ms)"

 2:29:53 "Arma3/BIS_fnc_log: [preInit] ExileClient_fnc_preInit (116.997 ms)"

 2:29:53 "ExileServer - Server is loading..."

 2:29:53 Client: Nonnetwork object 1a089600.

 2:29:53 "ExileServer - Installed extDB2 version: 70"

 2:29:53 "ExileServer - extDB2: Error extDB2 is already setup & locked !!!"

 2:29:53 "ExileServer - Check your server rpt for errors, your mission might be stuck a loop restarting"

 2:29:53 "Arma3/BIS_fnc_log: [preInit] ExileServer_fnc_preInit (64.003 ms)"

 2:29:53 "Arma3/BIS_fnc_log: [script] initServer.sqf"

 2:29:53 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_missionFlow (0 ms)"

 2:29:53 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_initParams (0 ms)"

 2:29:53 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_initRespawn (0 ms)"

 2:29:53 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_keyframeAnimation_init (1.9989 ms)"

 2:29:53 "Arma3/BIS_fnc_log: [postInit] CUP_fnc_emissiveLights (0 ms)"

 2:29:53 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_reviveInit (0 ms)"

 2:29:53 "Arma3/BIS_fnc_log: [postInit] ExileClient_fnc_postInit (0 ms)"

 2:29:53 "ExileServer - Job with handle 10000 added."

 2:29:53 "ExileServer - Job with handle 10001 added."

 2:29:53 "ExileServer - Job with handle 10002 added."

 2:29:53 Weather was forced to change

 2:29:53 "ExileServer - Job with handle 10003 added."

 2:29:53 "ExileServer - Job with handle 10004 added."

 2:29:53 "ExileServer - Initializing game world..."

 2:29:53 "ExileServer - Loading families from database..."

 2:29:53 "ExileServer - Database Error: Error Unknown Protocol"

 2:29:53 Error in expression < to _numberOfClans - 1 do 

{

((_clanIDs select _i) select 0) call ExileServer_sy>

 2:29:53   Error position: <select _i) select 0) call ExileServer_sy>

 2:29:53   Error Generic error in expression

 2:29:53 File exile_server\code\ExileServer_world_loadAllClans.sqf, line 25

 2:29:54 Starting mission:

 2:29:54  Mission file: Exile (__cur_mp)

 2:29:54  Mission world: Diyala

 2:29:54  Mission directory: mpmissions\__cur_mp.Diyala\

 2:29:54 "Arma3/BIS_fnc_log: [BIS_fnc_preload] ----- Initializing scripts in Exile -----"

 2:29:54 Warning Message: No entry 'bin\config.bin/CfgWorlds.Diyala'.

 2:29:54 Warning Message: No entry '.gridNumbersOverLines'.

 2:29:54 Warning Message: '/' is not a value

 2:29:54 Warning Message: No entry '.centerPosition'.

 2:29:54 Warning Message: []: '/' not an array

 2:29:54 Cannot evaluate '' - no file

 2:29:54 Warning Message: []: '/' not an array

 2:29:54 Cannot evaluate '' - no file

 2:29:54 Warning Message: No entry 'bin\config.bin/CfgWorlds.Diyala'.

 2:29:54 Warning Message: No entry '.gridNumbersOverLines'.

 2:29:54 Warning Message: '/' is not a value

 2:29:54 Warning Message: No entry '.centerPosition'.

 2:29:54 Warning Message: []: '/' not an array

 2:29:54 Cannot evaluate '' - no file

 2:29:54 Warning Message: []: '/' not an array

 2:29:54 Cannot evaluate '' - no file

 2:29:54 No speaker given for 

 2:29:54 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionTasksLocal"

 2:29:54 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionConversationsLocal"

 2:29:54 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionFlow"

 2:29:54 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_feedbackMain (0 ms)"

 2:29:54 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_missionHandlers (0 ms)"

 2:29:54 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_storeParamsValues (0 ms)"

 2:29:54 "Arma3/BIS_fnc_log: [preInit] ""DeltaTime computation started"""

 2:29:54 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_keyframeAnimation_deltaTime (0 ms)"

 2:29:54 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_getServerVariable (0 ms)"

 2:29:54 "Arma3/BIS_fnc_log: [preInit] ExileClient_fnc_preInit (115.005 ms)"

 2:29:54 "ExileServer - Server is loading..."

 2:29:54 Client: Nonnetwork object 1a54e800.

 2:29:54 "ExileServer - Installed extDB2 version: 70"

 2:29:54 "ExileServer - extDB2: Error extDB2 is already setup & locked !!!"

 2:29:54 "ExileServer - Check your server rpt for errors, your mission might be stuck a loop restarting"

 2:29:54 "Arma3/BIS_fnc_log: [preInit] ExileServer_fnc_preInit (65.9943 ms)"

 2:29:54 "Arma3/BIS_fnc_log: [script] initServer.sqf"

 2:29:54 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_missionFlow (0 ms)"

 2:29:54 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_initParams (0 ms)"

 2:29:54 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_initRespawn (0 ms)"

 2:29:54 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_keyframeAnimation_init (1.9989 ms)"

 2:29:54 "Arma3/BIS_fnc_log: [postInit] CUP_fnc_emissiveLights (0 ms)"


 

 2:29:54 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_reviveInit (0 ms)"

 2:29:54 "Arma3/BIS_fnc_log: [postInit] ExileClient_fnc_postInit (0 ms)"

 2:29:54 "ExileServer - Job with handle 10000 added."

 2:29:54 "ExileServer - Job with handle 10001 added."

 2:29:54 "ExileServer - Job with handle 10002 added."

 2:29:54 Weather was forced to change

 2:29:54 "ExileServer - Job with handle 10003 added."

 2:29:54 "ExileServer - Job with handle 10004 added."

 2:29:54 "ExileServer - Initializing game world..."

 2:29:54 "ExileServer - Loading families from database..."

 2:29:54 "ExileServer - Database Error: Error Unknown Protocol"

 2:29:54 Error in expression < to _numberOfClans - 1 do 

{

((_clanIDs select _i) select 0) call ExileServer_sy>

 2:29:54   Error position: <select _i) select 0) call ExileServer_sy>

 2:29:54   Error Generic error in expression

 2:29:54 File exile_server\code\ExileServer_world_loadAllClans.sqf, line 25

 2:29:55 Starting mission:

 2:29:55  Mission file: Exile (__cur_mp)

 2:29:55  Mission world: Diyala

 2:29:55  Mission directory: mpmissions\__cur_mp.Diyala\

 2:29:55 "Arma3/BIS_fnc_log: [BIS_fnc_preload] ----- Initializing scripts in Exile -----"

 2:29:55 Warning Message: No entry 'bin\config.bin/CfgWorlds.Diyala'.

 2:29:55 Warning Message: No entry '.gridNumbersOverLines'.

 2:29:55 Warning Message: '/' is not a value

 2:29:55 Warning Message: No entry '.centerPosition'.

 2:29:55 Warning Message: []: '/' not an array

 2:29:55 Cannot evaluate '' - no file

 2:29:55 Warning Message: []: '/' not an array

 2:29:55 Cannot evaluate '' - no file

 2:29:55 Warning Message: No entry 'bin\config.bin/CfgWorlds.Diyala'.

 2:29:55 Warning Message: No entry '.gridNumbersOverLines'.

 2:29:55 Warning Message: '/' is not a value

 2:29:55 Warning Message: No entry '.centerPosition'.

 2:29:55 Warning Message: []: '/' not an array

 2:29:55 Cannot evaluate '' - no file

 2:29:55 Warning Message: []: '/' not an array

 2:29:55 Cannot evaluate '' - no file

 2:29:55 No speaker given for 

 2:29:55 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionTasksLocal"

 2:29:55 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionConversationsLocal"

 2:29:55 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionFlow"

 2:29:55 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_feedbackMain (0 ms)"

 2:29:55 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_missionHandlers (0 ms)"

 2:29:55 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_storeParamsValues (0 ms)"

 2:29:55 "Arma3/BIS_fnc_log: [preInit] ""DeltaTime computation started"""

 2:29:55 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_keyframeAnimation_deltaTime (0 ms)"

 2:29:55 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_getServerVariable (0 ms)"

 2:29:55 "Arma3/BIS_fnc_log: [preInit] ExileClient_fnc_preInit (117.004 ms)"

 2:29:55 "ExileServer - Server is loading..."

 2:29:55 Client: Nonnetwork object 1bef0700.

 2:29:55 "ExileServer - Installed extDB2 version: 70"

 2:29:55 "ExileServer - extDB2: Error extDB2 is already setup & locked !!!"

 2:29:55 "ExileServer - Check your server rpt for errors, your mission might be stuck a loop restarting"

 2:29:55 "Arma3/BIS_fnc_log: [preInit] ExileServer_fnc_preInit (83.9996 ms)"

 2:29:55 "Arma3/BIS_fnc_log: [script] initServer.sqf"

 2:29:55 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_missionFlow (0 ms)"

 2:29:55 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_initParams (0 ms)"

 2:29:55 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_initRespawn (0 ms)"

 2:29:55 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_keyframeAnimation_init (2.00653 ms)"

 2:29:55 "Arma3/BIS_fnc_log: [postInit] CUP_fnc_emissiveLights (0 ms)"

 2:29:55 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_reviveInit (0 ms)"

 2:29:55 "Arma3/BIS_fnc_log: [postInit] ExileClient_fnc_postInit (0 ms)"

 2:29:55 "ExileServer - Job with handle 10000 added."

 2:29:55 "ExileServer - Job with handle 10001 added."

 2:29:55 "ExileServer - Job with handle 10002 added."

 2:29:55 Weather was forced to change

 2:29:55 "ExileServer - Job with handle 10003 added."

 2:29:55 "ExileServer - Job with handle 10004 added."

 2:29:55 "ExileServer - Initializing game world..."

 2:29:55 "ExileServer - Loading families from database..."

 2:29:55 "ExileServer - Database Error: Error Unknown Protocol"

 2:29:55 Error in expression < to _numberOfClans - 1 do 

{

((_clanIDs select _i) select 0) call ExileServer_sy>

 2:29:55   Error position: <select _i) select 0) call ExileServer_sy>

 2:29:55   Error Generic error in expression

 2:29:55 File exile_server\code\ExileServer_world_loadAllClans.sqf, line 25

 2:29:56 Starting mission:

 2:29:56  Mission file: Exile (__cur_mp)

 2:29:56  Mission world: Diyala

 2:29:56  Mission directory: mpmissions\__cur_mp.Diyala\

 2:29:56 "Arma3/BIS_fnc_log: [BIS_fnc_preload] ----- Initializing scripts in Exile -----"

 2:29:56 Warning Message: No entry 'bin\config.bin/CfgWorlds.Diyala'.

 2:29:56 Warning Message: No entry '.gridNumbersOverLines'.

 2:29:56 Warning Message: '/' is not a value

 2:29:56 Warning Message: No entry '.centerPosition'.

 2:29:56 Warning Message: []: '/' not an array

 2:29:56 Cannot evaluate '' - no file

 2:29:56 Warning Message: []: '/' not an array

 2:29:56 Cannot evaluate '' - no file

 2:29:56 Warning Message: No entry 'bin\config.bin/CfgWorlds.Diyala'.

 2:29:56 Warning Message: No entry '.gridNumbersOverLines'.

 2:29:56 Warning Message: '/' is not a value

 2:29:56 Warning Message: No entry '.centerPosition'.

 2:29:56 Warning Message: []: '/' not an array

 2:29:56 Cannot evaluate '' - no file

 2:29:56 Warning Message: []: '/' not an array

 2:29:56 Cannot evaluate '' - no file

 2:29:56 No speaker given for 

 2:29:56 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionTasksLocal"

 2:29:56 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionConversationsLocal"

 2:29:56 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionFlow"

 2:29:56 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_feedbackMain (0 ms)"

 2:29:56 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_missionHandlers (0 ms)"

 2:29:56 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_storeParamsValues (0 ms)"

 2:29:56 "Arma3/BIS_fnc_log: [preInit] ""DeltaTime computation started"""

 2:29:56 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_keyframeAnimation_deltaTime (0 ms)"

 2:29:56 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_getServerVariable (0 ms)"

 2:29:56 "Arma3/BIS_fnc_log: [preInit] ExileClient_fnc_preInit (115.997 ms)"

 2:29:56 "ExileServer - Server is loading..."

 2:29:56 Client: Nonnetwork object 17ad8a00.

 2:29:56 "ExileServer - Installed extDB2 version: 70"

 2:29:56 "ExileServer - extDB2: Error extDB2 is already setup & locked !!!"

 2:29:56 "ExileServer - Check your server rpt for errors, your mission might be stuck a loop restarting"

 2:29:56 "Arma3/BIS_fnc_log: [preInit] ExileServer_fnc_preInit (65.0024 ms)"

 2:29:56 "Arma3/BIS_fnc_log: [script] initServer.sqf"

 2:29:56 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_missionFlow (0.999451 ms)"

 2:29:56 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_initParams (0 ms)"

 2:29:56 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_initRespawn (0 ms)"

 2:29:56 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_keyframeAnimation_init (1.9989 ms)"

 2:29:56 "Arma3/BIS_fnc_log: [postInit] CUP_fnc_emissiveLights (0 ms)"

 2:29:56 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_reviveInit (0 ms)"

 2:29:56 "Arma3/BIS_fnc_log: [postInit] ExileClient_fnc_postInit (0 ms)"

 2:29:56 "ExileServer - Job with handle 10000 added."

 2:29:56 "ExileServer - Job with handle 10001 added."

 2:29:56 "ExileServer - Job with handle 10002 added."

 2:29:56 Weather was forced to change

 2:29:56 "ExileServer - Job with handle 10003 added."

 2:29:56 "ExileServer - Job with handle 10004 added."

 2:29:56 "ExileServer - Initializing game world..."

 2:29:56 "ExileServer - Loading families from database..."

 2:29:56 "ExileServer - Database Error: Error Unknown Protocol"

 2:29:56 Error in expression < to _numberOfClans - 1 do 

{

((_clanIDs select _i) select 0) call ExileServer_sy>

 2:29:56   Error position: <select _i) select 0) call ExileServer_sy>

 2:29:56   Error Generic error in expression

 2:29:56 File exile_server\code\ExileServer_world_loadAllClans.sqf, line 25

 2:29:57 Starting mission:

 2:29:57  Mission file: Exile (__cur_mp)

 2:29:57  Mission world: Diyala

 2:29:57  Mission directory: mpmissions\__cur_mp.Diyala\

 2:29:57 "Arma3/BIS_fnc_log: [BIS_fnc_preload] ----- Initializing scripts in Exile -----"

 2:29:57 Warning Message: No entry 'bin\config.bin/CfgWorlds.Diyala'.

 2:29:57 Warning Message: No entry '.gridNumbersOverLines'.

 2:29:57 Warning Message: '/' is not a value

 2:29:57 Warning Message: No entry '.centerPosition'.

 2:29:57 Warning Message: []: '/' not an array

 2:29:57 Cannot evaluate '' - no file

 2:29:57 Warning Message: []: '/' not an array

 2:29:57 Cannot evaluate '' - no file

 2:29:57 Warning Message: No entry 'bin\config.bin/CfgWorlds.Diyala'.

 2:29:57 Warning Message: No entry '.gridNumbersOverLines'.

 2:29:57 Warning Message: '/' is not a value

 2:29:57 Warning Message: No entry '.centerPosition'.

 2:29:57 Warning Message: []: '/' not an array

 2:29:57 Cannot evaluate '' - no file

 2:29:57 Warning Message: []: '/' not an array

 2:29:57 Cannot evaluate '' - no file

 2:29:57 No speaker given for 

 2:29:57 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionTasksLocal"

 2:29:57 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionConversationsLocal"

 2:29:57 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionFlow"

 2:29:57 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_feedbackMain (0 ms)"

 2:29:57 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_missionHandlers (0 ms)"

 2:29:57 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_storeParamsValues (0 ms)"

 2:29:57 "Arma3/BIS_fnc_log: [preInit] ""DeltaTime computation started"""

 2:29:57 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_keyframeAnimation_deltaTime (0 ms)"

 2:29:57 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_getServerVariable (0 ms)"

 2:29:57 "Arma3/BIS_fnc_log: [preInit] ExileClient_fnc_preInit (114.006 ms)"

 2:29:58 "ExileServer - Server is loading..."

 2:29:58 Client: Nonnetwork object 41a4dc00.

 2:29:58 "ExileServer - Installed extDB2 version: 70"

 2:29:58 "ExileServer - extDB2: Error extDB2 is already setup & locked !!!"

 2:29:58 "ExileServer - Check your server rpt for errors, your mission might be stuck a loop restarting"

 2:29:58 "Arma3/BIS_fnc_log: [preInit] ExileServer_fnc_preInit (63.9954 ms)"

 2:29:58 "Arma3/BIS_fnc_log: [script] initServer.sqf"

 2:29:58 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_missionFlow (0.999451 ms)"

 2:29:58 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_initParams (0 ms)"

 2:29:58 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_initRespawn (0 ms)"

 2:29:58 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_keyframeAnimation_init (1.9989 ms)"

 2:29:58 "Arma3/BIS_fnc_log: [postInit] CUP_fnc_emissiveLights (0 ms)"

 2:29:58 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_reviveInit (0 ms)"

 2:29:58 "Arma3/BIS_fnc_log: [postInit] ExileClient_fnc_postInit (0 ms)"

 2:29:58 "ExileServer - Job with handle 10000 added."

 2:29:58 "ExileServer - Job with handle 10001 added."

 2:29:58 "ExileServer - Job with handle 10002 added."

 2:29:58 Weather was forced to change

 2:29:58 "ExileServer - Job with handle 10003 added."

 2:29:58 "ExileServer - Job with handle 10004 added."

 2:29:58 "ExileServer - Initializing game world..."

 2:29:58 "ExileServer - Loading families from database..."

 2:29:58 "ExileServer - Database Error: Error Unknown Protocol"

 2:29:58 Error in expression < to _numberOfClans - 1 do 

{

((_clanIDs select _i) select 0) call ExileServer_sy>

 2:29:58   Error position: <select _i) select 0) call ExileServer_sy>

 2:29:58   Error Generic error in expression

 2:29:58 File exile_server\code\ExileServer_world_loadAllClans.sqf, line 25

 2:29:58 Starting mission:

 2:29:58  Mission file: Exile (__cur_mp)

 2:29:58  Mission world: Diyala

 2:29:58  Mission directory: mpmissions\__cur_mp.Diyala\

 2:29:58 "Arma3/BIS_fnc_log: [BIS_fnc_preload] ----- Initializing scripts in Exile -----"

 2:29:58 Warning Message: No entry 'bin\config.bin/CfgWorlds.Diyala'.

 2:29:58 Warning Message: No entry '.gridNumbersOverLines'.

 2:29:58 Warning Message: '/' is not a value

 2:29:58 Warning Message: No entry '.centerPosition'.

 2:29:58 Warning Message: []: '/' not an array

 2:29:59 Cannot evaluate '' - no file

 2:29:59 Warning Message: []: '/' not an array

 2:29:59 Cannot evaluate '' - no file

 2:29:59 Warning Message: No entry 'bin\config.bin/CfgWorlds.Diyala'.

 2:29:59 Warning Message: No entry '.gridNumbersOverLines'.

 2:29:59 Warning Message: '/' is not a value

 2:29:59 Warning Message: No entry '.centerPosition'.

 2:29:59 Warning Message: []: '/' not an array

 2:29:59 Cannot evaluate '' - no file

 2:29:59 Warning Message: []: '/' not an array

 2:29:59 Cannot evaluate '' - no file

 2:29:59 No speaker given for 

 2:29:59 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionTasksLocal"

 2:29:59 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionConversationsLocal"

 2:29:59 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionFlow"

 2:29:59 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_feedbackMain (0 ms)"

 2:29:59 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_missionHandlers (0 ms)"

 2:29:59 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_storeParamsValues (0.999451 ms)"

 2:29:59 "Arma3/BIS_fnc_log: [preInit] ""DeltaTime computation started"""

 2:29:59 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_keyframeAnimation_deltaTime (0 ms)"

 2:29:59 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_getServerVariable (0 ms)"

 2:29:59 "Arma3/BIS_fnc_log: [preInit] ExileClient_fnc_preInit (113.998 ms)"

 2:29:59 "ExileServer - Server is loading..."

 2:29:59 Client: Nonnetwork object 1a088a00.

 2:29:59 "ExileServer - Installed extDB2 version: 70"

 2:29:59 "ExileServer - extDB2: Error extDB2 is already setup & locked !!!"

 2:29:59 "ExileServer - Check your server rpt for errors, your mission might be stuck a loop restarting"

 2:29:59 "Arma3/BIS_fnc_log: [preInit] ExileServer_fnc_preInit (65.0024 ms)"

 2:29:59 "Arma3/BIS_fnc_log: [script] initServer.sqf"

 2:29:59 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_missionFlow (0 ms)"

 2:29:59 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_initParams (0 ms)"

 2:29:59 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_initRespawn (0 ms)"

 2:29:59 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_keyframeAnimation_init (1.9989 ms)"

 2:29:59 "Arma3/BIS_fnc_log: [postInit] CUP_fnc_emissiveLights (0 ms)"

 2:29:59 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_reviveInit (0 ms)"

 2:29:59 "Arma3/BIS_fnc_log: [postInit] ExileClient_fnc_postInit (0 ms)"

 2:29:59 "ExileServer - Job with handle 10000 added."

 2:29:59 "ExileServer - Job with handle 10001 added."

 2:29:59 "ExileServer - Job with handle 10002 added."

 2:29:59 Weather was forced to change

 2:29:59 "ExileServer - Job with handle 10003 added."

 2:29:59 "ExileServer - Job with handle 10004 added."

 2:29:59 "ExileServer - Initializing game world..."

 2:29:59 "ExileServer - Loading families from database..."

 2:29:59 "ExileServer - Database Error: Error Unknown Protocol"

 2:29:59 Error in expression < to _numberOfClans - 1 do 

{

((_clanIDs select _i) select 0) call ExileServer_sy>

 2:29:59   Error position: <select _i) select 0) call ExileServer_sy>

 2:29:59   Error Generic error in expression

 2:29:59 File exile_server\code\ExileServer_world_loadAllClans.sqf, line 25

 2:29:59 Starting mission:

 2:29:59  Mission file: Exile (__cur_mp)

 2:29:59  Mission world: Diyala

 2:29:59  Mission directory: mpmissions\__cur_mp.Diyala\

 2:30:00 "Arma3/BIS_fnc_log: [BIS_fnc_preload] ----- Initializing scripts in Exile -----"

 2:30:00 Warning Message: No entry 'bin\config.bin/CfgWorlds.Diyala'.

 2:30:00 Warning Message: No entry '.gridNumbersOverLines'.

 2:30:00 Warning Message: '/' is not a value

 2:30:00 Warning Message: No entry '.centerPosition'.

 2:30:00 Warning Message: []: '/' not an array

 2:30:00 Cannot evaluate '' - no file

 2:30:00 Warning Message: []: '/' not an array

 2:30:00 Cannot evaluate '' - no file

 2:30:00 Warning Message: No entry 'bin\config.bin/CfgWorlds.Diyala'.

 2:30:00 Warning Message: No entry '.gridNumbersOverLines'.

 2:30:00 Warning Message: '/' is not a value

 2:30:00 Warning Message: No entry '.centerPosition'.

 2:30:00 Warning Message: []: '/' not an array

 2:30:00 Cannot evaluate '' - no file

 2:30:00 Warning Message: []: '/' not an array

 2:30:00 Cannot evaluate '' - no file

 2:30:00 No speaker given for 

 2:30:00 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionTasksLocal"

 2:30:00 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionConversationsLocal"

 2:30:00 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionFlow"

 2:30:00 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_feedbackMain (0.999451 ms)"

 2:30:00 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_missionHandlers (0 ms)"

 2:30:00 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_storeParamsValues (0 ms)"

 2:30:00 "Arma3/BIS_fnc_log: [preInit] ""DeltaTime computation started"""

 2:30:00 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_keyframeAnimation_deltaTime (0 ms)"

 2:30:00 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_getServerVariable (0 ms)"

 2:30:00 "Arma3/BIS_fnc_log: [preInit] ExileClient_fnc_preInit (116.005 ms)"

 2:30:00 "ExileServer - Server is loading..."

 2:30:00 Client: Nonnetwork object 1a54c700.

 2:30:00 "ExileServer - Installed extDB2 version: 70"

 2:30:00 "ExileServer - extDB2: Error extDB2 is already setup & locked !!!"

 2:30:00 "ExileServer - Check your server rpt for errors, your mission might be stuck a loop restarting"

 2:30:00 "Arma3/BIS_fnc_log: [preInit] ExileServer_fnc_preInit (63.9954 ms)"

 2:30:00 "Arma3/BIS_fnc_log: [script] initServer.sqf"

 2:30:00 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_missionFlow (0.999451 ms)"

 2:30:00 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_initParams (0 ms)"

 2:30:00 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_initRespawn (0 ms)"

 2:30:00 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_keyframeAnimation_init (1.9989 ms)"

 2:30:00 "Arma3/BIS_fnc_log: [postInit] CUP_fnc_emissiveLights (0 ms)"

 2:30:00 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_reviveInit (0 ms)"

 2:30:00 "Arma3/BIS_fnc_log: [postInit] ExileClient_fnc_postInit (0 ms)"

 2:30:00 "ExileServer - Job with handle 10000 added."

 2:30:00 "ExileServer - Job with handle 10001 added."

 2:30:00 "ExileServer - Job with handle 10002 added."

 2:30:00 Weather was forced to change

 2:30:00 "ExileServer - Job with handle 10003 added."

 2:30:00 "ExileServer - Job with handle 10004 added."


 

 2:30:00 "ExileServer - Initializing game world..."

 2:30:00 "ExileServer - Loading families from database..."

 2:30:00 "ExileServer - Database Error: Error Unknown Protocol"

 2:30:00 Error in expression < to _numberOfClans - 1 do 

{

((_clanIDs select _i) select 0) call ExileServer_sy>

 2:30:00   Error position: <select _i) select 0) call ExileServer_sy>

 2:30:00   Error Generic error in expression

 2:30:00 File exile_server\code\ExileServer_world_loadAllClans.sqf, line 25

 2:30:01 Starting mission:

 2:30:01  Mission file: Exile (__cur_mp)

 2:30:01  Mission world: Diyala

 2:30:01  Mission directory: mpmissions\__cur_mp.Diyala\

 2:30:01 "Arma3/BIS_fnc_log: [BIS_fnc_preload] ----- Initializing scripts in Exile -----"

 2:30:01 Warning Message: No entry 'bin\config.bin/CfgWorlds.Diyala'.

 2:30:01 Warning Message: No entry '.gridNumbersOverLines'.

 2:30:01 Warning Message: '/' is not a value

 2:30:01 Warning Message: No entry '.centerPosition'.

 2:30:01 Warning Message: []: '/' not an array

 2:30:01 Cannot evaluate '' - no file

 2:30:01 Warning Message: []: '/' not an array

 2:30:01 Cannot evaluate '' - no file

 2:30:01 Warning Message: No entry 'bin\config.bin/CfgWorlds.Diyala'.

 2:30:01 Warning Message: No entry '.gridNumbersOverLines'.

 2:30:01 Warning Message: '/' is not a value

 2:30:01 Warning Message: No entry '.centerPosition'.

 2:30:01 Warning Message: []: '/' not an array

 2:30:01 Cannot evaluate '' - no file

 2:30:01 Warning Message: []: '/' not an array

 2:30:01 Cannot evaluate '' - no file

 2:30:01 No speaker given for 

 2:30:01 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionTasksLocal"

 2:30:01 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionConversationsLocal"

 2:30:01 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionFlow"

 2:30:01 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_feedbackMain (0 ms)"

 2:30:01 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_missionHandlers (0 ms)"

 2:30:01 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_storeParamsValues (0 ms)"

 2:30:01 "Arma3/BIS_fnc_log: [preInit] ""DeltaTime computation started"""

 2:30:01 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_keyframeAnimation_deltaTime (0 ms)"

 2:30:01 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_getServerVariable (0 ms)"

 2:30:01 "Arma3/BIS_fnc_log: [preInit] ExileClient_fnc_preInit (115.005 ms)"

 2:30:01 "ExileServer - Server is loading..."

 2:30:01 Client: Nonnetwork object 1bef1300.

 2:30:01 "ExileServer - Installed extDB2 version: 70"

 2:30:01 "ExileServer - extDB2: Error extDB2 is already setup & locked !!!"

 2:30:01 "ExileServer - Check your server rpt for errors, your mission might be stuck a loop restarting"

 2:30:01 "Arma3/BIS_fnc_log: [preInit] ExileServer_fnc_preInit (64.9948 ms)"

 2:30:01 "Arma3/BIS_fnc_log: [script] initServer.sqf"

 2:30:01 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_missionFlow (0.999451 ms)"

 2:30:01 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_initParams (0 ms)"

 2:30:01 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_initRespawn (0 ms)"

 2:30:01 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_keyframeAnimation_init (2.00653 ms)"

 2:30:01 "Arma3/BIS_fnc_log: [postInit] CUP_fnc_emissiveLights (0 ms)"

 2:30:01 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_reviveInit (0 ms)"

 2:30:01 "Arma3/BIS_fnc_log: [postInit] ExileClient_fnc_postInit (0 ms)"

 2:30:01 "ExileServer - Job with handle 10000 added."

 2:30:01 "ExileServer - Job with handle 10001 added."

 2:30:01 "ExileServer - Job with handle 10002 added."

 2:30:01 Weather was forced to change

 2:30:01 "ExileServer - Job with handle 10003 added."

 2:30:01 "ExileServer - Job with handle 10004 added."

 2:30:01 "ExileServer - Initializing game world..."

 2:30:01 "ExileServer - Loading families from database..."

 2:30:01 "ExileServer - Database Error: Error Unknown Protocol"

 2:30:01 Error in expression < to _numberOfClans - 1 do 

{

((_clanIDs select _i) select 0) call ExileServer_sy>

 2:30:01   Error position: <select _i) select 0) call ExileServer_sy>

 2:30:01   Error Generic error in expression

 2:30:01 File exile_server\code\ExileServer_world_loadAllClans.sqf, line 25

 2:30:02 Starting mission:

 2:30:02  Mission file: Exile (__cur_mp)

 2:30:02  Mission world: Diyala

 2:30:02  Mission directory: mpmissions\__cur_mp.Diyala\

 2:30:02 "Arma3/BIS_fnc_log: [BIS_fnc_preload] ----- Initializing scripts in Exile -----"

 2:30:02 Warning Message: No entry 'bin\config.bin/CfgWorlds.Diyala'.

 2:30:02 Warning Message: No entry '.gridNumbersOverLines'.

 2:30:02 Warning Message: '/' is not a value

 2:30:02 Warning Message: No entry '.centerPosition'.

 2:30:02 Warning Message: []: '/' not an array

 2:30:02 Cannot evaluate '' - no file

 2:30:02 Warning Message: []: '/' not an array

 2:30:02 Cannot evaluate '' - no file

 2:30:02 Warning Message: No entry 'bin\config.bin/CfgWorlds.Diyala'.

 2:30:02 Warning Message: No entry '.gridNumbersOverLines'.

 2:30:02 Warning Message: '/' is not a value

 2:30:02 Warning Message: No entry '.centerPosition'.

 2:30:02 Warning Message: []: '/' not an array

 2:30:02 Cannot evaluate '' - no file

 2:30:02 Warning Message: []: '/' not an array

 2:30:02 Cannot evaluate '' - no file

 2:30:02 No speaker given for 

 2:30:02 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionTasksLocal"

 2:30:02 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionConversationsLocal"

 2:30:02 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionFlow"

 2:30:02 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_feedbackMain (0.999451 ms)"

 2:30:02 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_missionHandlers (0 ms)"

 2:30:02 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_storeParamsValues (0 ms)"

 2:30:02 "Arma3/BIS_fnc_log: [preInit] ""DeltaTime computation started"""

 2:30:02 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_keyframeAnimation_deltaTime (0 ms)"

 2:30:02 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_getServerVariable (0 ms)"

 2:30:02 "Arma3/BIS_fnc_log: [preInit] ExileClient_fnc_preInit (115.997 ms)"

 2:30:02 "ExileServer - Server is loading..."

 2:30:02 Client: Nonnetwork object 17ad9300.

 2:30:02 "ExileServer - Installed extDB2 version: 70"


 

 2:30:02 "ExileServer - extDB2: Error extDB2 is already setup & locked !!!"

 2:30:02 "ExileServer - Check your server rpt for errors, your mission might be stuck a loop restarting"

 2:30:02 "Arma3/BIS_fnc_log: [preInit] ExileServer_fnc_preInit (85.0067 ms)"

 2:30:02 "Arma3/BIS_fnc_log: [script] initServer.sqf"

 2:30:02 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_missionFlow (0 ms)"

 2:30:02 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_initParams (0 ms)"

 2:30:02 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_initRespawn (0 ms)"

 2:30:02 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_keyframeAnimation_init (1.9989 ms)"

 2:30:02 "Arma3/BIS_fnc_log: [postInit] CUP_fnc_emissiveLights (0 ms)"

 2:30:02 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_reviveInit (0 ms)"

 2:30:02 "Arma3/BIS_fnc_log: [postInit] ExileClient_fnc_postInit (0 ms)"

 2:30:02 "ExileServer - Job with handle 10000 added."

 2:30:02 "ExileServer - Job with handle 10001 added."

 2:30:02 "ExileServer - Job with handle 10002 added."

 2:30:02 Weather was forced to change

 2:30:02 "ExileServer - Job with handle 10003 added."

 2:30:02 "ExileServer - Job with handle 10004 added."

 2:30:02 "ExileServer - Initializing game world..."

 2:30:02 "ExileServer - Loading families from database..."

 2:30:02 "ExileServer - Database Error: Error Unknown Protocol"

 2:30:02 Error in expression < to _numberOfClans - 1 do 

{

((_clanIDs select _i) select 0) call ExileServer_sy>

 2:30:02   Error position: <select _i) select 0) call ExileServer_sy>

 2:30:02   Error Generic error in expression

 2:30:02 File exile_server\code\ExileServer_world_loadAllClans.sqf, line 25

 2:30:03 Starting mission:

 2:30:03  Mission file: Exile (__cur_mp)

 2:30:03  Mission world: Diyala

 2:30:03  Mission directory: mpmissions\__cur_mp.Diyala\

 2:30:03 "Arma3/BIS_fnc_log: [BIS_fnc_preload] ----- Initializing scripts in Exile -----"

 2:30:03 Warning Message: No entry 'bin\config.bin/CfgWorlds.Diyala'.

 2:30:03 Warning Message: No entry '.gridNumbersOverLines'.

 2:30:03 Warning Message: '/' is not a value

 2:30:03 Warning Message: No entry '.centerPosition'.

 2:30:03 Warning Message: []: '/' not an array

 2:30:03 Cannot evaluate '' - no file

 2:30:03 Warning Message: []: '/' not an array

 2:30:03 Cannot evaluate '' - no file

 2:30:03 Warning Message: No entry 'bin\config.bin/CfgWorlds.Diyala'.

 2:30:03 Warning Message: No entry '.gridNumbersOverLines'.

 2:30:03 Warning Message: '/' is not a value

 2:30:03 Warning Message: No entry '.centerPosition'.

 2:30:03 Warning Message: []: '/' not an array

 2:30:03 Cannot evaluate '' - no file

 2:30:03 Warning Message: []: '/' not an array

 2:30:03 Cannot evaluate '' - no file

 2:30:03 No speaker given for 

 2:30:03 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionTasksLocal"

 2:30:03 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionConversationsLocal"

 2:30:03 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionFlow"

 2:30:03 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_feedbackMain (0 ms)"

 2:30:03 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_missionHandlers (0 ms)"

 2:30:03 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_storeParamsValues (0 ms)"

 2:30:03 "Arma3/BIS_fnc_log: [preInit] ""DeltaTime computation started"""

 2:30:03 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_keyframeAnimation_deltaTime (0 ms)"

 2:30:03 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_getServerVariable (0 ms)"

 2:30:03 "Arma3/BIS_fnc_log: [preInit] ExileClient_fnc_preInit (116.997 ms)"

 2:30:03 "ExileServer - Server is loading..."

 2:30:03 Client: Nonnetwork object 41a4d600.

 2:30:03 "ExileServer - Installed extDB2 version: 70"

 2:30:03 "ExileServer - extDB2: Error extDB2 is already setup & locked !!!"

 2:30:03 "ExileServer - Check your server rpt for errors, your mission might be stuck a loop restarting"

 2:30:03 "Arma3/BIS_fnc_log: [preInit] ExileServer_fnc_preInit (64.003 ms)"

 2:30:03 "Arma3/BIS_fnc_log: [script] initServer.sqf"

 2:30:03 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_missionFlow (0 ms)"

 2:30:03 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_initParams (0 ms)"

 2:30:03 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_initRespawn (0 ms)"

 2:30:03 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_keyframeAnimation_init (1.9989 ms)"

 2:30:03 "Arma3/BIS_fnc_log: [postInit] CUP_fnc_emissiveLights (0 ms)"

 2:30:03 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_reviveInit (0 ms)"

 2:30:03 "Arma3/BIS_fnc_log: [postInit] ExileClient_fnc_postInit (0 ms)"

 2:30:03 "ExileServer - Job with handle 10000 added."

 2:30:03 "ExileServer - Job with handle 10001 added."

 2:30:03 "ExileServer - Job with handle 10002 added."

 2:30:03 Weather was forced to change

 2:30:03 "ExileServer - Job with handle 10003 added."

 2:30:03 "ExileServer - Job with handle 10004 added."

 2:30:03 "ExileServer - Initializing game world..."

 2:30:03 "ExileServer - Loading families from database..."

 2:30:03 "ExileServer - Database Error: Error Unknown Protocol"

 2:30:03 Error in expression < to _numberOfClans - 1 do 

{

((_clanIDs select _i) select 0) call ExileServer_sy>

 2:30:03   Error position: <select _i) select 0) call ExileServer_sy>

 2:30:03   Error Generic error in expression

 2:30:03 File exile_server\code\ExileServer_world_loadAllClans.sqf, line 25

 2:30:04 Starting mission:

 2:30:04  Mission file: Exile (__cur_mp)

 2:30:04  Mission world: Diyala

 2:30:04  Mission directory: mpmissions\__cur_mp.Diyala\

 2:30:04 "Arma3/BIS_fnc_log: [BIS_fnc_preload] ----- Initializing scripts in Exile -----"

 2:30:04 Warning Message: No entry 'bin\config.bin/CfgWorlds.Diyala'.

 2:30:04 Warning Message: No entry '.gridNumbersOverLines'.

 2:30:04 Warning Message: '/' is not a value

 2:30:04 Warning Message: No entry '.centerPosition'.

 2:30:04 Warning Message: []: '/' not an array

 2:30:04 Cannot evaluate '' - no file

 2:30:04 Warning Message: []: '/' not an array

 2:30:04 Cannot evaluate '' - no file

 2:30:04 Warning Message: No entry 'bin\config.bin/CfgWorlds.Diyala'.

 2:30:04 Warning Message: No entry '.gridNumbersOverLines'.

 2:30:04 Warning Message: '/' is not a value

 2:30:04 Warning Message: No entry '.centerPosition'.

 2:30:04 Warning Message: []: '/' not an array


 

 2:30:04 Cannot evaluate '' - no file

 2:30:04 Warning Message: []: '/' not an array

 2:30:04 Cannot evaluate '' - no file

 2:30:04 No speaker given for 

 2:30:04 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionTasksLocal"

 2:30:04 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionConversationsLocal"

 2:30:04 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionFlow"

 2:30:04 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_feedbackMain (0 ms)"

 2:30:04 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_missionHandlers (0 ms)"

 2:30:04 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_storeParamsValues (0 ms)"

 2:30:04 "Arma3/BIS_fnc_log: [preInit] ""DeltaTime computation started"""

 2:30:04 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_keyframeAnimation_deltaTime (0 ms)"

 2:30:04 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_getServerVariable (0 ms)"

 2:30:04 "Arma3/BIS_fnc_log: [preInit] ExileClient_fnc_preInit (115.997 ms)"

 2:30:04 "ExileServer - Server is loading..."

 2:30:04 Client: Nonnetwork object 1a08bd00.

 2:30:04 "ExileServer - Installed extDB2 version: 70"

 2:30:04 "ExileServer - extDB2: Error extDB2 is already setup & locked !!!"

 2:30:04 "ExileServer - Check your server rpt for errors, your mission might be stuck a loop restarting"

 2:30:04 "Arma3/BIS_fnc_log: [preInit] ExileServer_fnc_preInit (64.003 ms)"

 2:30:04 "Arma3/BIS_fnc_log: [script] initServer.sqf"

 2:30:04 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_missionFlow (0.999451 ms)"

 2:30:04 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_initParams (0 ms)"

 2:30:04 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_initRespawn (0 ms)"

 2:30:04 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_keyframeAnimation_init (1.9989 ms)"

 2:30:04 "Arma3/BIS_fnc_log: [postInit] CUP_fnc_emissiveLights (0 ms)"

 2:30:04 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_reviveInit (0 ms)"

 2:30:04 "Arma3/BIS_fnc_log: [postInit] ExileClient_fnc_postInit (0 ms)"

 2:30:04 "ExileServer - Job with handle 10000 added."

 2:30:04 "ExileServer - Job with handle 10001 added."

 2:30:04 "ExileServer - Job with handle 10002 added."

 2:30:04 Weather was forced to change

 2:30:04 "ExileServer - Job with handle 10003 added."

 2:30:04 "ExileServer - Job with handle 10004 added."

 2:30:04 "ExileServer - Initializing game world..."

 2:30:04 "ExileServer - Loading families from database..."

 2:30:04 "ExileServer - Database Error: Error Unknown Protocol"

 2:30:04 Error in expression < to _numberOfClans - 1 do 

{

((_clanIDs select _i) select 0) call ExileServer_sy>

 2:30:04   Error position: <select _i) select 0) call ExileServer_sy>

 2:30:04   Error Generic error in expression

 2:30:04 File exile_server\code\ExileServer_world_loadAllClans.sqf, line 25

 2:30:05 Starting mission:

 2:30:05  Mission file: Exile (__cur_mp)

 2:30:05  Mission world: Diyala

 2:30:05  Mission directory: mpmissions\__cur_mp.Diyala\

 2:30:05 "Arma3/BIS_fnc_log: [BIS_fnc_preload] ----- Initializing scripts in Exile -----"

 2:30:05 Warning Message: No entry 'bin\config.bin/CfgWorlds.Diyala'.

 2:30:05 Warning Message: No entry '.gridNumbersOverLines'.

 2:30:05 Warning Message: '/' is not a value

 2:30:05 Warning Message: No entry '.centerPosition'.

 2:30:05 Warning Message: []: '/' not an array

 2:30:05 Cannot evaluate '' - no file

 2:30:05 Warning Message: []: '/' not an array

 2:30:05 Cannot evaluate '' - no file

 2:30:05 Warning Message: No entry 'bin\config.bin/CfgWorlds.Diyala'.

 2:30:05 Warning Message: No entry '.gridNumbersOverLines'.

 2:30:05 Warning Message: '/' is not a value

 2:30:05 Warning Message: No entry '.centerPosition'.

 2:30:05 Warning Message: []: '/' not an array

 2:30:05 Cannot evaluate '' - no file

 2:30:05 Warning Message: []: '/' not an array

 2:30:05 Cannot evaluate '' - no file

 2:30:05 No speaker given for 

 2:30:05 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionTasksLocal"

 2:30:05 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionConversationsLocal"

 2:30:05 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionFlow"

 2:30:05 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_feedbackMain (0 ms)"

 2:30:05 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_missionHandlers (0 ms)"

 2:30:05 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_storeParamsValues (0 ms)"

 2:30:05 "Arma3/BIS_fnc_log: [preInit] ""DeltaTime computation started"""

 2:30:05 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_keyframeAnimation_deltaTime (0 ms)"

 2:30:05 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_getServerVariable (0 ms)"

 2:30:06 "Arma3/BIS_fnc_log: [preInit] ExileClient_fnc_preInit (118.996 ms)"

 2:30:06 "ExileServer - Server is loading..."

 2:30:06 Client: Nonnetwork object 1a54f400.

 2:30:06 "ExileServer - Installed extDB2 version: 70"

 2:30:06 "ExileServer - extDB2: Error extDB2 is already setup & locked !!!"

 2:30:06 "ExileServer - Check your server rpt for errors, your mission might be stuck a loop restarting"

 2:30:06 "Arma3/BIS_fnc_log: [preInit] ExileServer_fnc_preInit (64.003 ms)"

 2:30:06 "Arma3/BIS_fnc_log: [script] initServer.sqf"

 2:30:06 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_missionFlow (0 ms)"

 2:30:06 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_initParams (0 ms)"

 2:30:06 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_initRespawn (0 ms)"

 2:30:06 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_keyframeAnimation_init (1.9989 ms)"

 2:30:06 "Arma3/BIS_fnc_log: [postInit] CUP_fnc_emissiveLights (0 ms)"

 2:30:06 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_reviveInit (0 ms)"

 2:30:06 "Arma3/BIS_fnc_log: [postInit] ExileClient_fnc_postInit (0 ms)"

 2:30:06 "ExileServer - Job with handle 10000 added."

 2:30:06 "ExileServer - Job with handle 10001 added."

 2:30:06 "ExileServer - Job with handle 10002 added."

 2:30:06 Weather was forced to change

 2:30:06 "ExileServer - Job with handle 10003 added."

 2:30:06 "ExileServer - Job with handle 10004 added."

 2:30:06 "ExileServer - Initializing game world..."

 2:30:06 "ExileServer - Loading families from database..."

 2:30:06 "ExileServer - Database Error: Error Unknown Protocol"

 2:30:06 Error in expression < to _numberOfClans - 1 do 

{

((_clanIDs select _i) select 0) call ExileServer_sy>

 2:30:06   Error position: <select _i) select 0) call ExileServer_sy>

 2:30:06   Error Generic error in expression

 2:30:06 File exile_server\code\ExileServer_world_loadAllClans.sqf, line 25

 2:30:06 Starting mission:


 

 2:30:06  Mission file: Exile (__cur_mp)

 2:30:06  Mission world: Diyala

 2:30:06  Mission directory: mpmissions\__cur_mp.Diyala\

 2:30:07 "Arma3/BIS_fnc_log: [BIS_fnc_preload] ----- Initializing scripts in Exile -----"

 2:30:07 Warning Message: No entry 'bin\config.bin/CfgWorlds.Diyala'.

 2:30:07 Warning Message: No entry '.gridNumbersOverLines'.

 2:30:07 Warning Message: '/' is not a value

 2:30:07 Warning Message: No entry '.centerPosition'.

 2:30:07 Warning Message: []: '/' not an array

 2:30:07 Cannot evaluate '' - no file

 2:30:07 Warning Message: []: '/' not an array

 2:30:07 Cannot evaluate '' - no file

 2:30:07 Warning Message: No entry 'bin\config.bin/CfgWorlds.Diyala'.

 2:30:07 Warning Message: No entry '.gridNumbersOverLines'.

 2:30:07 Warning Message: '/' is not a value

 2:30:07 Warning Message: No entry '.centerPosition'.

 2:30:07 Warning Message: []: '/' not an array

 2:30:07 Cannot evaluate '' - no file

 2:30:07 Warning Message: []: '/' not an array

 2:30:07 Cannot evaluate '' - no file

 2:30:07 No speaker given for 

 2:30:07 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionTasksLocal"

 2:30:07 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionConversationsLocal"

 2:30:07 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionFlow"

 2:30:07 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_feedbackMain (0 ms)"

 2:30:07 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_missionHandlers (0 ms)"

 2:30:07 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_storeParamsValues (0 ms)"

 2:30:07 "Arma3/BIS_fnc_log: [preInit] ""DeltaTime computation started"""

 2:30:07 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_keyframeAnimation_deltaTime (0 ms)"

 2:30:07 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_getServerVariable (0 ms)"

 2:30:07 "Arma3/BIS_fnc_log: [preInit] ExileClient_fnc_preInit (118.004 ms)"

 2:30:07 "ExileServer - Server is loading..."

 2:30:07 Client: Nonnetwork object 1bef2500.

 2:30:07 "ExileServer - Installed extDB2 version: 70"

 2:30:07 "ExileServer - extDB2: Error extDB2 is already setup & locked !!!"

 2:30:07 "ExileServer - Check your server rpt for errors, your mission might be stuck a loop restarting"

 2:30:07 "Arma3/BIS_fnc_log: [preInit] ExileServer_fnc_preInit (67.0013 ms)"

 2:30:07 "Arma3/BIS_fnc_log: [script] initServer.sqf"

 2:30:07 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_missionFlow (0.999451 ms)"

 2:30:07 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_initParams (0 ms)"

 2:30:07 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_initRespawn (0 ms)"

 2:30:07 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_keyframeAnimation_init (2.00653 ms)"

 2:30:07 "Arma3/BIS_fnc_log: [postInit] CUP_fnc_emissiveLights (0 ms)"

 2:30:07 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_reviveInit (0 ms)"

 2:30:07 "Arma3/BIS_fnc_log: [postInit] ExileClient_fnc_postInit (0 ms)"

 2:30:07 "ExileServer - Job with handle 10000 added."

 2:30:07 "ExileServer - Job with handle 10001 added."

 2:30:07 "ExileServer - Job with handle 10002 added."

 2:30:07 Weather was forced to change

 2:30:07 "ExileServer - Job with handle 10003 added."

 2:30:07 "ExileServer - Job with handle 10004 added."

 2:30:07 "ExileServer - Initializing game world..."

 2:30:07 "ExileServer - Loading families from database..."

 2:30:07 "ExileServer - Database Error: Error Unknown Protocol"

 2:30:07 Error in expression < to _numberOfClans - 1 do 

{

((_clanIDs select _i) select 0) call ExileServer_sy>

 2:30:07   Error position: <select _i) select 0) call ExileServer_sy>

 2:30:07   Error Generic error in expression

 2:30:07 File exile_server\code\ExileServer_world_loadAllClans.sqf, line 25

 2:30:07 Starting mission:

 2:30:07  Mission file: Exile (__cur_mp)

 2:30:07  Mission world: Diyala

 2:30:07  Mission directory: mpmissions\__cur_mp.Diyala\

 2:30:08 "Arma3/BIS_fnc_log: [BIS_fnc_preload] ----- Initializing scripts in Exile -----"

 2:30:08 Warning Message: No entry 'bin\config.bin/CfgWorlds.Diyala'.

 2:30:08 Warning Message: No entry '.gridNumbersOverLines'.

 2:30:08 Warning Message: '/' is not a value

 2:30:08 Warning Message: No entry '.centerPosition'.

 2:30:08 Warning Message: []: '/' not an array

 2:30:08 Cannot evaluate '' - no file

 2:30:08 Warning Message: []: '/' not an array

 2:30:08 Cannot evaluate '' - no file

 2:30:08 Warning Message: No entry 'bin\config.bin/CfgWorlds.Diyala'.

 2:30:08 Warning Message: No entry '.gridNumbersOverLines'.

 2:30:08 Warning Message: '/' is not a value

 2:30:08 Warning Message: No entry '.centerPosition'.

 2:30:08 Warning Message: []: '/' not an array

 2:30:08 Cannot evaluate '' - no file

 2:30:08 Warning Message: []: '/' not an array

 2:30:08 Cannot evaluate '' - no file

 2:30:08 No speaker given for 

 2:30:08 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionTasksLocal"

 2:30:08 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionConversationsLocal"

 2:30:08 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionFlow"

 2:30:08 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_feedbackMain (0 ms)"

 2:30:08 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_missionHandlers (0 ms)"

 2:30:08 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_storeParamsValues (0 ms)"

 2:30:08 "Arma3/BIS_fnc_log: [preInit] ""DeltaTime computation started"""

 2:30:08 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_keyframeAnimation_deltaTime (0 ms)"

 2:30:08 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_getServerVariable (0.999451 ms)"

 2:30:08 "Arma3/BIS_fnc_log: [preInit] ExileClient_fnc_preInit (115.005 ms)"

 2:30:08 "ExileServer - Server is loading..."

 2:30:08 Client: Nonnetwork object 17ad9f00.

 2:30:08 "ExileServer - Installed extDB2 version: 70"

 2:30:08 "ExileServer - extDB2: Error extDB2 is already setup & locked !!!"

 2:30:08 "ExileServer - Check your server rpt for errors, your mission might be stuck a loop restarting"

 2:30:08 "Arma3/BIS_fnc_log: [preInit] ExileServer_fnc_preInit (65.9943 ms)"

 2:30:08 "Arma3/BIS_fnc_log: [script] initServer.sqf"

 2:30:08 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_missionFlow (0 ms)"

 2:30:08 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_initParams (0 ms)"

 2:30:08 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_initRespawn (0 ms)"

 2:30:08 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_keyframeAnimation_init (3.00598 ms)"


 

 2:30:08 "Arma3/BIS_fnc_log: [postInit] CUP_fnc_emissiveLights (0 ms)"

 2:30:08 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_reviveInit (0 ms)"

 2:30:08 "Arma3/BIS_fnc_log: [postInit] ExileClient_fnc_postInit (0 ms)"

 2:30:08 "ExileServer - Job with handle 10000 added."

 2:30:08 "ExileServer - Job with handle 10001 added."

 2:30:08 "ExileServer - Job with handle 10002 added."

 2:30:08 Weather was forced to change

 2:30:08 "ExileServer - Job with handle 10003 added."

 2:30:08 "ExileServer - Job with handle 10004 added."

 2:30:08 "ExileServer - Initializing game world..."

 2:30:08 "ExileServer - Loading families from database..."

 2:30:08 "ExileServer - Database Error: Error Unknown Protocol"

 2:30:08 Error in expression < to _numberOfClans - 1 do 

{

((_clanIDs select _i) select 0) call ExileServer_sy>

 2:30:08   Error position: <select _i) select 0) call ExileServer_sy>

 2:30:08   Error Generic error in expression

 2:30:08 File exile_server\code\ExileServer_world_loadAllClans.sqf, line 25

 2:30:09 Starting mission:

 2:30:09  Mission file: Exile (__cur_mp)

 2:30:09  Mission world: Diyala

 2:30:09  Mission directory: mpmissions\__cur_mp.Diyala\

 2:30:09 "Arma3/BIS_fnc_log: [BIS_fnc_preload] ----- Initializing scripts in Exile -----"

 2:30:09 Warning Message: No entry 'bin\config.bin/CfgWorlds.Diyala'.

 2:30:09 Warning Message: No entry '.gridNumbersOverLines'.

 2:30:09 Warning Message: '/' is not a value

 2:30:09 Warning Message: No entry '.centerPosition'.

 2:30:09 Warning Message: []: '/' not an array

 2:30:09 Cannot evaluate '' - no file

 2:30:09 Warning Message: []: '/' not an array

 2:30:09 Cannot evaluate '' - no file

 2:30:09 Warning Message: No entry 'bin\config.bin/CfgWorlds.Diyala'.

 2:30:09 Warning Message: No entry '.gridNumbersOverLines'.

 2:30:09 Warning Message: '/' is not a value

 2:30:09 Warning Message: No entry '.centerPosition'.

 2:30:09 Warning Message: []: '/' not an array

 2:30:09 Cannot evaluate '' - no file

 2:30:09 Warning Message: []: '/' not an array

 2:30:09 Cannot evaluate '' - no file

 2:30:09 No speaker given for 

 2:30:09 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionTasksLocal"

 2:30:09 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionConversationsLocal"

 2:30:09 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionFlow"

 2:30:09 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_feedbackMain (0 ms)"

 2:30:09 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_missionHandlers (0 ms)"

 2:30:09 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_storeParamsValues (0 ms)"

 2:30:09 "Arma3/BIS_fnc_log: [preInit] ""DeltaTime computation started"""

 2:30:09 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_keyframeAnimation_deltaTime (0 ms)"

 2:30:09 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_getServerVariable (0 ms)"

 2:30:09 "Arma3/BIS_fnc_log: [preInit] ExileClient_fnc_preInit (114.998 ms)"

 2:30:09 "ExileServer - Server is loading..."

 2:30:09 Client: Nonnetwork object 41a4df00.

 2:30:09 "ExileServer - Installed extDB2 version: 70"

 2:30:09 "ExileServer - extDB2: Error extDB2 is already setup & locked !!!"

 2:30:09 "ExileServer - Check your server rpt for errors, your mission might be stuck a loop restarting"

 2:30:09 "Arma3/BIS_fnc_log: [preInit] ExileServer_fnc_preInit (82.0007 ms)"

 2:30:09 "Arma3/BIS_fnc_log: [script] initServer.sqf"

 2:30:09 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_missionFlow (0.999451 ms)"

 2:30:09 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_initParams (0 ms)"

 2:30:09 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_initRespawn (0 ms)"

 2:30:09 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_keyframeAnimation_init (1.9989 ms)"

 2:30:09 "Arma3/BIS_fnc_log: [postInit] CUP_fnc_emissiveLights (0 ms)"

 2:30:09 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_reviveInit (0 ms)"

 2:30:09 "Arma3/BIS_fnc_log: [postInit] ExileClient_fnc_postInit (0 ms)"

 2:30:09 "ExileServer - Job with handle 10000 added."

 2:30:09 "ExileServer - Job with handle 10001 added."

 2:30:09 "ExileServer - Job with handle 10002 added."

 2:30:09 Weather was forced to change

 2:30:09 "ExileServer - Job with handle 10003 added."

 2:30:09 "ExileServer - Job with handle 10004 added."

 2:30:09 "ExileServer - Initializing game world..."

 2:30:09 "ExileServer - Loading families from database..."

 2:30:09 "ExileServer - Database Error: Error Unknown Protocol"

 2:30:09 Error in expression < to _numberOfClans - 1 do 

{

((_clanIDs select _i) select 0) call ExileServer_sy>

 2:30:09   Error position: <select _i) select 0) call ExileServer_sy>

 2:30:09   Error Generic error in expression

 2:30:09 File exile_server\code\ExileServer_world_loadAllClans.sqf, line 25

 2:30:10 Starting mission:

 2:30:10  Mission file: Exile (__cur_mp)

 2:30:10  Mission world: Diyala

 2:30:10  Mission directory: mpmissions\__cur_mp.Diyala\

 2:30:10 "Arma3/BIS_fnc_log: [BIS_fnc_preload] ----- Initializing scripts in Exile -----"

 2:30:10 Warning Message: No entry 'bin\config.bin/CfgWorlds.Diyala'.

 2:30:10 Warning Message: No entry '.gridNumbersOverLines'.

 2:30:10 Warning Message: '/' is not a value

 2:30:10 Warning Message: No entry '.centerPosition'.

 2:30:10 Warning Message: []: '/' not an array

 2:30:10 Cannot evaluate '' - no file

 2:30:10 Warning Message: []: '/' not an array

 2:30:10 Cannot evaluate '' - no file

 2:30:10 Warning Message: No entry 'bin\config.bin/CfgWorlds.Diyala'.

 2:30:10 Warning Message: No entry '.gridNumbersOverLines'.

 2:30:10 Warning Message: '/' is not a value

 2:30:10 Warning Message: No entry '.centerPosition'.

 2:30:10 Warning Message: []: '/' not an array

 2:30:10 Cannot evaluate '' - no file

 2:30:10 Warning Message: []: '/' not an array

 2:30:10 Cannot evaluate '' - no file

 2:30:10 No speaker given for 

 2:30:10 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionTasksLocal"

 2:30:10 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionConversationsLocal"

 2:30:10 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionFlow"

 2:30:10 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_feedbackMain (0 ms)"


 

 2:30:10 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_missionHandlers (0 ms)"

 2:30:10 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_storeParamsValues (0 ms)"

 2:30:10 "Arma3/BIS_fnc_log: [preInit] ""DeltaTime computation started"""

 2:30:10 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_keyframeAnimation_deltaTime (0 ms)"

 2:30:10 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_getServerVariable (0 ms)"

 2:30:10 "Arma3/BIS_fnc_log: [preInit] ExileClient_fnc_preInit (115.005 ms)"

 2:30:10 "ExileServer - Server is loading..."

 2:30:10 Client: Nonnetwork object 1a089300.

 2:30:10 "ExileServer - Installed extDB2 version: 70"

 2:30:10 "ExileServer - extDB2: Error extDB2 is already setup & locked !!!"

 2:30:10 "ExileServer - Check your server rpt for errors, your mission might be stuck a loop restarting"

 2:30:10 "Arma3/BIS_fnc_log: [preInit] ExileServer_fnc_preInit (65.9943 ms)"

 2:30:10 "Arma3/BIS_fnc_log: [script] initServer.sqf"

 2:30:10 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_missionFlow (0 ms)"

 2:30:10 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_initParams (0 ms)"

 2:30:10 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_initRespawn (0 ms)"

 2:30:10 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_keyframeAnimation_init (1.9989 ms)"

 2:30:10 "Arma3/BIS_fnc_log: [postInit] CUP_fnc_emissiveLights (0 ms)"

 2:30:10 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_reviveInit (0 ms)"

 2:30:10 "Arma3/BIS_fnc_log: [postInit] ExileClient_fnc_postInit (0 ms)"

 2:30:10 "ExileServer - Job with handle 10000 added."

 2:30:10 "ExileServer - Job with handle 10001 added."

 2:30:10 "ExileServer - Job with handle 10002 added."

 2:30:10 Weather was forced to change

 2:30:10 "ExileServer - Job with handle 10003 added."

 2:30:10 "ExileServer - Job with handle 10004 added."

 2:30:10 "ExileServer - Initializing game world..."

 2:30:10 "ExileServer - Loading families from database..."

 2:30:10 "ExileServer - Database Error: Error Unknown Protocol"

 2:30:10 Error in expression < to _numberOfClans - 1 do 

{

((_clanIDs select _i) select 0) call ExileServer_sy>

 2:30:10   Error position: <select _i) select 0) call ExileServer_sy>

 2:30:10   Error Generic error in expression

 2:30:10 File exile_server\code\ExileServer_world_loadAllClans.sqf, line 25

 2:30:11 Starting mission:

 2:30:11  Mission file: Exile (__cur_mp)

 2:30:11  Mission world: Diyala

 2:30:11  Mission directory: mpmissions\__cur_mp.Diyala\

 2:30:11 "Arma3/BIS_fnc_log: [BIS_fnc_preload] ----- Initializing scripts in Exile -----"

 2:30:11 Warning Message: No entry 'bin\config.bin/CfgWorlds.Diyala'.

 2:30:11 Warning Message: No entry '.gridNumbersOverLines'.

 2:30:11 Warning Message: '/' is not a value

 2:30:11 Warning Message: No entry '.centerPosition'.

 2:30:11 Warning Message: []: '/' not an array

 2:30:11 Cannot evaluate '' - no file

 2:30:11 Warning Message: []: '/' not an array

 2:30:11 Cannot evaluate '' - no file

 2:30:11 Warning Message: No entry 'bin\config.bin/CfgWorlds.Diyala'.

 2:30:11 Warning Message: No entry '.gridNumbersOverLines'.

 2:30:11 Warning Message: '/' is not a value

 2:30:11 Warning Message: No entry '.centerPosition'.

 2:30:11 Warning Message: []: '/' not an array

 2:30:11 Cannot evaluate '' - no file

 2:30:11 Warning Message: []: '/' not an array

 2:30:11 Cannot evaluate '' - no file

 2:30:11 No speaker given for 

 2:30:11 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionTasksLocal"

 2:30:11 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionConversationsLocal"

 2:30:11 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionFlow"

 2:30:11 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_feedbackMain (0 ms)"

 2:30:11 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_missionHandlers (0 ms)"

 2:30:11 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_storeParamsValues (0 ms)"

 2:30:11 "Arma3/BIS_fnc_log: [preInit] ""DeltaTime computation started"""

 2:30:11 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_keyframeAnimation_deltaTime (0 ms)"

 2:30:11 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_getServerVariable (0 ms)"

 2:30:11 "Arma3/BIS_fnc_log: [preInit] ExileClient_fnc_preInit (118.996 ms)"

 2:30:11 "ExileServer - Server is loading..."

 2:30:11 Client: Nonnetwork object 1a54e500.

 2:30:11 "ExileServer - Installed extDB2 version: 70"

 2:30:11 "ExileServer - extDB2: Error extDB2 is already setup & locked !!!"

 2:30:11 "ExileServer - Check your server rpt for errors, your mission might be stuck a loop restarting"

 2:30:11 "Arma3/BIS_fnc_log: [preInit] ExileServer_fnc_preInit (67.0013 ms)"

 2:30:11 "Arma3/BIS_fnc_log: [script] initServer.sqf"

 2:30:11 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_missionFlow (0 ms)"

 2:30:11 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_initParams (0 ms)"

 2:30:11 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_initRespawn (0 ms)"

 2:30:11 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_keyframeAnimation_init (1.9989 ms)"

 2:30:11 "Arma3/BIS_fnc_log: [postInit] CUP_fnc_emissiveLights (0 ms)"

 2:30:11 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_reviveInit (0 ms)"

 2:30:11 "Arma3/BIS_fnc_log: [postInit] ExileClient_fnc_postInit (0 ms)"

 2:30:11 "ExileServer - Job with handle 10000 added."

 2:30:11 "ExileServer - Job with handle 10001 added."

 2:30:11 "ExileServer - Job with handle 10002 added."

 2:30:11 Weather was forced to change

 2:30:11 "ExileServer - Job with handle 10003 added."

 2:30:11 "ExileServer - Job with handle 10004 added."

 2:30:11 "ExileServer - Initializing game world..."

 2:30:11 "ExileServer - Loading families from database..."

 2:30:11 "ExileServer - Database Error: Error Unknown Protocol"

 2:30:11 Error in expression < to _numberOfClans - 1 do 

{

((_clanIDs select _i) select 0) call ExileServer_sy>

 2:30:11   Error position: <select _i) select 0) call ExileServer_sy>

 2:30:11   Error Generic error in expression

 2:30:11 File exile_server\code\ExileServer_world_loadAllClans.sqf, line 25

 2:30:12 Starting mission:

 2:30:12  Mission file: Exile (__cur_mp)

 2:30:12  Mission world: Diyala

 2:30:12  Mission directory: mpmissions\__cur_mp.Diyala\

 2:30:12 "Arma3/BIS_fnc_log: [BIS_fnc_preload] ----- Initializing scripts in Exile -----"

 2:30:12 Warning Message: No entry 'bin\config.bin/CfgWorlds.Diyala'.

 2:30:12 Warning Message: No entry '.gridNumbersOverLines'.

 2:30:12 Warning Message: '/' is not a value

 2:30:12 Warning Message: No entry '.centerPosition'.

 2:30:12 Warning Message: []: '/' not an array

 2:30:12 Cannot evaluate '' - no file

 2:30:12 Warning Message: []: '/' not an array

 2:30:12 Cannot evaluate '' - no file

 2:30:12 Warning Message: No entry 'bin\config.bin/CfgWorlds.Diyala'.

 2:30:12 Warning Message: No entry '.gridNumbersOverLines'.

 2:30:12 Warning Message: '/' is not a value

 2:30:12 Warning Message: No entry '.centerPosition'.

 2:30:12 Warning Message: []: '/' not an array

 2:30:12 Cannot evaluate '' - no file

 2:30:12 Warning Message: []: '/' not an array

 2:30:12 Cannot evaluate '' - no file

 2:30:12 No speaker given for 

 2:30:12 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionTasksLocal"

 2:30:12 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionConversationsLocal"

 2:30:12 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionFlow"

 2:30:12 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_feedbackMain (1.00708 ms)"

 2:30:12 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_missionHandlers (0 ms)"

 2:30:12 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_storeParamsValues (0 ms)"

 2:30:12 "Arma3/BIS_fnc_log: [preInit] ""DeltaTime computation started"""

 2:30:12 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_keyframeAnimation_deltaTime (0 ms)"

 2:30:12 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_getServerVariable (0 ms)"

 2:30:12 "Arma3/BIS_fnc_log: [preInit] ExileClient_fnc_preInit (112.999 ms)"

 2:30:12 "ExileServer - Server is loading..."

 2:30:12 Client: Nonnetwork object 1bef2200.

 2:30:13 "ExileServer - Installed extDB2 version: 70"

 2:30:13 "ExileServer - extDB2: Error extDB2 is already setup & locked !!!"

 2:30:13 "ExileServer - Check your server rpt for errors, your mission might be stuck a loop restarting"

 2:30:13 "Arma3/BIS_fnc_log: [preInit] ExileServer_fnc_preInit (63.9954 ms)"

 2:30:13 "Arma3/BIS_fnc_log: [script] initServer.sqf"

 2:30:13 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_missionFlow (0 ms)"

 2:30:13 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_initParams (0 ms)"

 2:30:13 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_initRespawn (0 ms)"

 2:30:13 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_keyframeAnimation_init (1.9989 ms)"

 2:30:13 "Arma3/BIS_fnc_log: [postInit] CUP_fnc_emissiveLights (0 ms)"

 2:30:13 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_reviveInit (0 ms)"

 2:30:13 "Arma3/BIS_fnc_log: [postInit] ExileClient_fnc_postInit (0 ms)"

 2:30:13 "ExileServer - Job with handle 10000 added."

 2:30:13 "ExileServer - Job with handle 10001 added."

 2:30:13 "ExileServer - Job with handle 10002 added."

 2:30:13 Weather was forced to change

 2:30:13 "ExileServer - Job with handle 10003 added."

 2:30:13 "ExileServer - Job with handle 10004 added."

 2:30:13 "ExileServer - Initializing game world..."

 2:30:13 "ExileServer - Loading families from database..."

 2:30:13 "ExileServer - Database Error: Error Unknown Protocol"

 2:30:13 Error in expression < to _numberOfClans - 1 do 

{

((_clanIDs select _i) select 0) call ExileServer_sy>

 2:30:13   Error position: <select _i) select 0) call ExileServer_sy>

 2:30:13   Error Generic error in expression

 2:30:13 File exile_server\code\ExileServer_world_loadAllClans.sqf, line 25

 2:30:13 Starting mission:

 2:30:13  Mission file: Exile (__cur_mp)

 2:30:13  Mission world: Diyala

 2:30:13  Mission directory: mpmissions\__cur_mp.Diyala\

 2:30:13 "Arma3/BIS_fnc_log: [BIS_fnc_preload] ----- Initializing scripts in Exile -----"

 2:30:13 Warning Message: No entry 'bin\config.bin/CfgWorlds.Diyala'.

 2:30:13 Warning Message: No entry '.gridNumbersOverLines'.

 2:30:13 Warning Message: '/' is not a value

 2:30:13 Warning Message: No entry '.centerPosition'.

 2:30:13 Warning Message: []: '/' not an array

 2:30:13 Cannot evaluate '' - no file

 2:30:13 Warning Message: []: '/' not an array

 2:30:13 Cannot evaluate '' - no file

 2:30:13 Warning Message: No entry 'bin\config.bin/CfgWorlds.Diyala'.

 2:30:13 Warning Message: No entry '.gridNumbersOverLines'.

 2:30:13 Warning Message: '/' is not a value

 2:30:13 Warning Message: No entry '.centerPosition'.

 2:30:13 Warning Message: []: '/' not an array

 2:30:13 Cannot evaluate '' - no file

 2:30:13 Warning Message: []: '/' not an array

 2:30:13 Cannot evaluate '' - no file

 2:30:13 No speaker given for 

 2:30:13 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionTasksLocal"

 2:30:13 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionConversationsLocal"

 2:30:13 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionFlow"

 2:30:13 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_feedbackMain (0 ms)"

 2:30:13 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_missionHandlers (0 ms)"

 2:30:13 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_storeParamsValues (0 ms)"

 2:30:13 "Arma3/BIS_fnc_log: [preInit] ""DeltaTime computation started"""

 2:30:13 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_keyframeAnimation_deltaTime (0 ms)"

 2:30:13 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_getServerVariable (0 ms)"

 2:30:14 "Arma3/BIS_fnc_log: [preInit] ExileClient_fnc_preInit (113.998 ms)"

 2:30:14 "ExileServer - Server is loading..."

 2:30:14 Client: Nonnetwork object 17adbd00.

 2:30:14 "ExileServer - Installed extDB2 version: 70"

 2:30:14 "ExileServer - extDB2: Error extDB2 is already setup & locked !!!"

 2:30:14 "ExileServer - Check your server rpt for errors, your mission might be stuck a loop restarting"

 2:30:14 "Arma3/BIS_fnc_log: [preInit] ExileServer_fnc_preInit (64.003 ms)"

 2:30:14 "Arma3/BIS_fnc_log: [script] initServer.sqf"

 2:30:14 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_missionFlow (0 ms)"

 2:30:14 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_initParams (0 ms)"

 2:30:14 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_initRespawn (0.999451 ms)"

 2:30:14 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_keyframeAnimation_init (1.9989 ms)"

 2:30:14 "Arma3/BIS_fnc_log: [postInit] CUP_fnc_emissiveLights (0 ms)"

 2:30:14 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_reviveInit (0 ms)"

 2:30:14 "Arma3/BIS_fnc_log: [postInit] ExileClient_fnc_postInit (0 ms)"

 2:30:14 "ExileServer - Job with handle 10000 added."

 2:30:14 "ExileServer - Job with handle 10001 added."

 2:30:14 "ExileServer - Job with handle 10002 added."

 2:30:14 Weather was forced to change

 2:30:14 "ExileServer - Job with handle 10003 added."


 

 2:30:14 "ExileServer - Job with handle 10004 added."

 2:30:14 "ExileServer - Initializing game world..."

 2:30:14 "ExileServer - Loading families from database..."

 2:30:14 "ExileServer - Database Error: Error Unknown Protocol"

 2:30:14 Error in expression < to _numberOfClans - 1 do 

{

((_clanIDs select _i) select 0) call ExileServer_sy>

 2:30:14   Error position: <select _i) select 0) call ExileServer_sy>

 2:30:14   Error Generic error in expression

 2:30:14 File exile_server\code\ExileServer_world_loadAllClans.sqf, line 25

 2:30:14 Starting mission:

 2:30:14  Mission file: Exile (__cur_mp)

 2:30:14  Mission world: Diyala

 2:30:14  Mission directory: mpmissions\__cur_mp.Diyala\

 2:30:15 "Arma3/BIS_fnc_log: [BIS_fnc_preload] ----- Initializing scripts in Exile -----"

 2:30:15 Warning Message: No entry 'bin\config.bin/CfgWorlds.Diyala'.

 2:30:15 Warning Message: No entry '.gridNumbersOverLines'.

 2:30:15 Warning Message: '/' is not a value

 2:30:15 Warning Message: No entry '.centerPosition'.

 2:30:15 Warning Message: []: '/' not an array

 2:30:15 Cannot evaluate '' - no file

 2:30:15 Warning Message: []: '/' not an array

 2:30:15 Cannot evaluate '' - no file

 2:30:15 Warning Message: No entry 'bin\config.bin/CfgWorlds.Diyala'.

 2:30:15 Warning Message: No entry '.gridNumbersOverLines'.

 2:30:15 Warning Message: '/' is not a value

 2:30:15 Warning Message: No entry '.centerPosition'.

 2:30:15 Warning Message: []: '/' not an array

 2:30:15 Cannot evaluate '' - no file

 2:30:15 Warning Message: []: '/' not an array

 2:30:15 Cannot evaluate '' - no file

 2:30:15 No speaker given for 

 2:30:15 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionTasksLocal"

 2:30:15 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionConversationsLocal"

 2:30:15 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionFlow"

 2:30:15 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_feedbackMain (0 ms)"

 2:30:15 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_missionHandlers (0.999451 ms)"

 2:30:15 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_storeParamsValues (0 ms)"

 2:30:15 "Arma3/BIS_fnc_log: [preInit] ""DeltaTime computation started"""

 2:30:15 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_keyframeAnimation_deltaTime (0 ms)"

 2:30:15 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_getServerVariable (0 ms)"

 2:30:15 "Arma3/BIS_fnc_log: [preInit] ExileClient_fnc_preInit (113.998 ms)"

 2:30:15 "ExileServer - Server is loading..."

 2:30:15 Client: Nonnetwork object 41a4d300.

 2:30:15 "ExileServer - Installed extDB2 version: 70"

 2:30:15 "ExileServer - extDB2: Error extDB2 is already setup & locked !!!"

 2:30:15 "ExileServer - Check your server rpt for errors, your mission might be stuck a loop restarting"

 2:30:15 "Arma3/BIS_fnc_log: [preInit] ExileServer_fnc_preInit (64.003 ms)"

 2:30:15 "Arma3/BIS_fnc_log: [script] initServer.sqf"

 2:30:15 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_missionFlow (0 ms)"

 2:30:15 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_initParams (0 ms)"

 2:30:15 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_initRespawn (0 ms)"

 2:30:15 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_keyframeAnimation_init (1.9989 ms)"

 2:30:15 "Arma3/BIS_fnc_log: [postInit] CUP_fnc_emissiveLights (0 ms)"

 2:30:15 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_reviveInit (0 ms)"

 2:30:15 "Arma3/BIS_fnc_log: [postInit] ExileClient_fnc_postInit (0 ms)"

 2:30:15 "ExileServer - Job with handle 10000 added."

 2:30:15 "ExileServer - Job with handle 10001 added."

 2:30:15 "ExileServer - Job with handle 10002 added."

 2:30:15 Weather was forced to change

 2:30:15 "ExileServer - Job with handle 10003 added."

 2:30:15 "ExileServer - Job with handle 10004 added."

 2:30:15 "ExileServer - Initializing game world..."

 2:30:15 "ExileServer - Loading families from database..."

 2:30:15 "ExileServer - Database Error: Error Unknown Protocol"

 2:30:15 Error in expression < to _numberOfClans - 1 do 

{

((_clanIDs select _i) select 0) call ExileServer_sy>

 2:30:15   Error position: <select _i) select 0) call ExileServer_sy>

 2:30:15   Error Generic error in expression

 2:30:15 File exile_server\code\ExileServer_world_loadAllClans.sqf, line 25

 2:30:16 Starting mission:

 2:30:16  Mission file: Exile (__cur_mp)

 2:30:16  Mission world: Diyala

 2:30:16  Mission directory: mpmissions\__cur_mp.Diyala\

 2:30:16 "Arma3/BIS_fnc_log: [BIS_fnc_preload] ----- Initializing scripts in Exile -----"

 2:30:16 Warning Message: No entry 'bin\config.bin/CfgWorlds.Diyala'.

 2:30:16 Warning Message: No entry '.gridNumbersOverLines'.

 2:30:16 Warning Message: '/' is not a value

 2:30:16 Warning Message: No entry '.centerPosition'.

 2:30:16 Warning Message: []: '/' not an array

 2:30:16 Cannot evaluate '' - no file

 2:30:16 Warning Message: []: '/' not an array

 2:30:16 Cannot evaluate '' - no file

 2:30:16 Warning Message: No entry 'bin\config.bin/CfgWorlds.Diyala'.

 2:30:16 Warning Message: No entry '.gridNumbersOverLines'.

 2:30:16 Warning Message: '/' is not a value

 2:30:16 Warning Message: No entry '.centerPosition'.

 2:30:16 Warning Message: []: '/' not an array

 2:30:16 Cannot evaluate '' - no file

 2:30:16 Warning Message: []: '/' not an array

 2:30:16 Cannot evaluate '' - no file

 2:30:16 No speaker given for 

 2:30:16 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionTasksLocal"

 2:30:16 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionConversationsLocal"

 2:30:16 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionFlow"

 2:30:16 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_feedbackMain (0 ms)"

 2:30:16 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_missionHandlers (0 ms)"

 2:30:16 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_storeParamsValues (0.999451 ms)"

 2:30:16 "Arma3/BIS_fnc_log: [preInit] ""DeltaTime computation started"""

 2:30:16 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_keyframeAnimation_deltaTime (0 ms)"

 2:30:16 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_getServerVariable (0 ms)"

 2:30:16 "Arma3/BIS_fnc_log: [preInit] ExileClient_fnc_preInit (114.006 ms)"

 2:30:16 "ExileServer - Server is loading..."

 2:30:16 Client: Nonnetwork object 1a089600.


 

 2:30:16 "ExileServer - Installed extDB2 version: 70"

 2:30:16 "ExileServer - extDB2: Error extDB2 is already setup & locked !!!"

 2:30:16 "ExileServer - Check your server rpt for errors, your mission might be stuck a loop restarting"

 2:30:16 "Arma3/BIS_fnc_log: [preInit] ExileServer_fnc_preInit (89.9963 ms)"

 2:30:16 "Arma3/BIS_fnc_log: [script] initServer.sqf"

 2:30:16 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_missionFlow (0 ms)"

 2:30:16 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_initParams (0 ms)"

 2:30:16 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_initRespawn (0 ms)"

 2:30:16 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_keyframeAnimation_init (1.9989 ms)"

 2:30:16 "Arma3/BIS_fnc_log: [postInit] CUP_fnc_emissiveLights (0 ms)"

 2:30:16 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_reviveInit (0 ms)"

 2:30:16 "Arma3/BIS_fnc_log: [postInit] ExileClient_fnc_postInit (0 ms)"

 2:30:16 "ExileServer - Job with handle 10000 added."

 2:30:16 "ExileServer - Job with handle 10001 added."

 2:30:16 "ExileServer - Job with handle 10002 added."

 2:30:16 Weather was forced to change

 2:30:16 "ExileServer - Job with handle 10003 added."

 2:30:16 "ExileServer - Job with handle 10004 added."

 2:30:16 "ExileServer - Initializing game world..."

 2:30:16 "ExileServer - Loading families from database..."

 2:30:16 "ExileServer - Database Error: Error Unknown Protocol"

 2:30:16 Error in expression < to _numberOfClans - 1 do 

{

((_clanIDs select _i) select 0) call ExileServer_sy>

 2:30:16   Error position: <select _i) select 0) call ExileServer_sy>

 2:30:16   Error Generic error in expression

 2:30:16 File exile_server\code\ExileServer_world_loadAllClans.sqf, line 25

 2:30:17 Starting mission:

 2:30:17  Mission file: Exile (__cur_mp)

 2:30:17  Mission world: Diyala

 2:30:17  Mission directory: mpmissions\__cur_mp.Diyala\

 2:30:17 "Arma3/BIS_fnc_log: [BIS_fnc_preload] ----- Initializing scripts in Exile -----"

 2:30:17 Warning Message: No entry 'bin\config.bin/CfgWorlds.Diyala'.

 2:30:17 Warning Message: No entry '.gridNumbersOverLines'.

 2:30:17 Warning Message: '/' is not a value

 2:30:17 Warning Message: No entry '.centerPosition'.

 2:30:17 Warning Message: []: '/' not an array

 2:30:17 Cannot evaluate '' - no file

 2:30:17 Warning Message: []: '/' not an array

 2:30:17 Cannot evaluate '' - no file

 2:30:17 Warning Message: No entry 'bin\config.bin/CfgWorlds.Diyala'.

 2:30:17 Warning Message: No entry '.gridNumbersOverLines'.

 2:30:17 Warning Message: '/' is not a value

 2:30:17 Warning Message: No entry '.centerPosition'.

 2:30:17 Warning Message: []: '/' not an array

 2:30:17 Cannot evaluate '' - no file

 2:30:17 Warning Message: []: '/' not an array

 2:30:17 Cannot evaluate '' - no file

 2:30:17 No speaker given for 

 2:30:17 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionTasksLocal"

 2:30:17 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionConversationsLocal"

 2:30:17 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionFlow"

 2:30:17 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_feedbackMain (0 ms)"

 2:30:17 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_missionHandlers (0 ms)"

 2:30:17 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_storeParamsValues (0 ms)"

 2:30:17 "Arma3/BIS_fnc_log: [preInit] ""DeltaTime computation started"""

 2:30:17 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_keyframeAnimation_deltaTime (0 ms)"

 2:30:17 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_getServerVariable (0 ms)"

 2:30:17 "Arma3/BIS_fnc_log: [preInit] ExileClient_fnc_preInit (114.998 ms)"

 2:30:17 "ExileServer - Server is loading..."

 2:30:17 Client: Nonnetwork object 1a54df00.

 2:30:17 "ExileServer - Installed extDB2 version: 70"

 2:30:17 "ExileServer - extDB2: Error extDB2 is already setup & locked !!!"

 2:30:17 "ExileServer - Check your server rpt for errors, your mission might be stuck a loop restarting"

 2:30:17 "Arma3/BIS_fnc_log: [preInit] ExileServer_fnc_preInit (65.0024 ms)"

 2:30:17 "Arma3/BIS_fnc_log: [script] initServer.sqf"

 2:30:17 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_missionFlow (0 ms)"

 2:30:17 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_initParams (0 ms)"

 2:30:17 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_initRespawn (0 ms)"

 2:30:17 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_keyframeAnimation_init (2.00653 ms)"

 2:30:17 "Arma3/BIS_fnc_log: [postInit] CUP_fnc_emissiveLights (0 ms)"

 2:30:17 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_reviveInit (0 ms)"

 2:30:17 "Arma3/BIS_fnc_log: [postInit] ExileClient_fnc_postInit (0 ms)"

 2:30:17 "ExileServer - Job with handle 10000 added."

 2:30:17 "ExileServer - Job with handle 10001 added."

 2:30:17 "ExileServer - Job with handle 10002 added."

 2:30:17 Weather was forced to change

 2:30:17 "ExileServer - Job with handle 10003 added."

 2:30:17 "ExileServer - Job with handle 10004 added."

 2:30:17 "ExileServer - Initializing game world..."

 2:30:17 "ExileServer - Loading families from database..."

 2:30:17 "ExileServer - Database Error: Error Unknown Protocol"

 2:30:17 Error in expression < to _numberOfClans - 1 do 

{

((_clanIDs select _i) select 0) call ExileServer_sy>

 2:30:17   Error position: <select _i) select 0) call ExileServer_sy>

 2:30:17   Error Generic error in expression

 2:30:17 File exile_server\code\ExileServer_world_loadAllClans.sqf, line 25

 2:30:18 Starting mission:

 2:30:18  Mission file: Exile (__cur_mp)

 2:30:18  Mission world: Diyala

 2:30:18  Mission directory: mpmissions\__cur_mp.Diyala\

 2:30:18 "Arma3/BIS_fnc_log: [BIS_fnc_preload] ----- Initializing scripts in Exile -----"

 2:30:18 Warning Message: No entry 'bin\config.bin/CfgWorlds.Diyala'.

 2:30:18 Warning Message: No entry '.gridNumbersOverLines'.

 2:30:18 Warning Message: '/' is not a value

 2:30:18 Warning Message: No entry '.centerPosition'.

 2:30:18 Warning Message: []: '/' not an array

 2:30:18 Cannot evaluate '' - no file

 2:30:18 Warning Message: []: '/' not an array

 2:30:18 Cannot evaluate '' - no file

 2:30:18 Warning Message: No entry 'bin\config.bin/CfgWorlds.Diyala'.

 2:30:18 Warning Message: No entry '.gridNumbersOverLines'.

 2:30:18 Warning Message: '/' is not a value

 2:30:18 Warning Message: No entry '.centerPosition'.


 

 2:30:18 Warning Message: []: '/' not an array

 2:30:18 Cannot evaluate '' - no file

 2:30:18 Warning Message: []: '/' not an array

 2:30:18 Cannot evaluate '' - no file

 2:30:18 No speaker given for 

 2:30:18 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionTasksLocal"

 2:30:18 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionConversationsLocal"

 2:30:18 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionFlow"

 2:30:18 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_feedbackMain (0 ms)"

 2:30:18 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_missionHandlers (0 ms)"

 2:30:18 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_storeParamsValues (0 ms)"

 2:30:18 "Arma3/BIS_fnc_log: [preInit] ""DeltaTime computation started"""

 2:30:18 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_keyframeAnimation_deltaTime (0 ms)"

 2:30:18 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_getServerVariable (0 ms)"

 2:30:18 "Arma3/BIS_fnc_log: [preInit] ExileClient_fnc_preInit (114.998 ms)"

 2:30:18 "ExileServer - Server is loading..."

 2:30:18 Client: Nonnetwork object 1bef2800.

 2:30:18 "ExileServer - Installed extDB2 version: 70"

 2:30:18 "ExileServer - extDB2: Error extDB2 is already setup & locked !!!"

 2:30:18 "ExileServer - Check your server rpt for errors, your mission might be stuck a loop restarting"

 2:30:18 "Arma3/BIS_fnc_log: [preInit] ExileServer_fnc_preInit (65.0024 ms)"

 2:30:18 "Arma3/BIS_fnc_log: [script] initServer.sqf"

 2:30:18 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_missionFlow (0 ms)"

 2:30:18 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_initParams (0 ms)"

 2:30:18 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_initRespawn (0 ms)"

 2:30:18 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_keyframeAnimation_init (2.99835 ms)"

 2:30:18 "Arma3/BIS_fnc_log: [postInit] CUP_fnc_emissiveLights (0 ms)"

 2:30:18 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_reviveInit (0 ms)"

 2:30:18 "Arma3/BIS_fnc_log: [postInit] ExileClient_fnc_postInit (0 ms)"

 2:30:18 "ExileServer - Job with handle 10000 added."

 2:30:18 "ExileServer - Job with handle 10001 added."

 2:30:18 "ExileServer - Job with handle 10002 added."

 2:30:18 Weather was forced to change

 2:30:18 "ExileServer - Job with handle 10003 added."

 2:30:18 "ExileServer - Job with handle 10004 added."

 2:30:18 "ExileServer - Initializing game world..."

 2:30:18 "ExileServer - Loading families from database..."

 2:30:18 "ExileServer - Database Error: Error Unknown Protocol"

 2:30:18 Error in expression < to _numberOfClans - 1 do 

{

((_clanIDs select _i) select 0) call ExileServer_sy>

 2:30:18   Error position: <select _i) select 0) call ExileServer_sy>

 2:30:18   Error Generic error in expression

 2:30:18 File exile_server\code\ExileServer_world_loadAllClans.sqf, line 25

 2:30:19 Starting mission:

 2:30:19  Mission file: Exile (__cur_mp)

 2:30:19  Mission world: Diyala

 2:30:19  Mission directory: mpmissions\__cur_mp.Diyala\

 2:30:19 "Arma3/BIS_fnc_log: [BIS_fnc_preload] ----- Initializing scripts in Exile -----"

 2:30:19 Warning Message: No entry 'bin\config.bin/CfgWorlds.Diyala'.

 2:30:19 Warning Message: No entry '.gridNumbersOverLines'.

 2:30:19 Warning Message: '/' is not a value

 2:30:19 Warning Message: No entry '.centerPosition'.

 2:30:19 Warning Message: []: '/' not an array

 2:30:19 Cannot evaluate '' - no file

 2:30:19 Warning Message: []: '/' not an array

 2:30:19 Cannot evaluate '' - no file

 2:30:19 Warning Message: No entry 'bin\config.bin/CfgWorlds.Diyala'.

 2:30:19 Warning Message: No entry '.gridNumbersOverLines'.

 2:30:19 Warning Message: '/' is not a value

 2:30:19 Warning Message: No entry '.centerPosition'.

 2:30:19 Warning Message: []: '/' not an array

 2:30:19 Cannot evaluate '' - no file

 2:30:19 Warning Message: []: '/' not an array

 2:30:19 Cannot evaluate '' - no file

 2:30:19 No speaker given for 

 2:30:19 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionTasksLocal"

 2:30:19 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionConversationsLocal"

 2:30:19 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionFlow"

 2:30:19 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_feedbackMain (0 ms)"

 2:30:19 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_missionHandlers (0 ms)"

 2:30:19 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_storeParamsValues (0 ms)"

 2:30:19 "Arma3/BIS_fnc_log: [preInit] ""DeltaTime computation started"""

 2:30:19 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_keyframeAnimation_deltaTime (0 ms)"

 2:30:19 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_getServerVariable (0 ms)"

 2:30:19 "Arma3/BIS_fnc_log: [preInit] ExileClient_fnc_preInit (112.999 ms)"

 2:30:19 "ExileServer - Server is loading..."

 2:30:19 Client: Nonnetwork object 17ad9000.

 2:30:19 "ExileServer - Installed extDB2 version: 70"

 2:30:19 "ExileServer - extDB2: Error extDB2 is already setup & locked !!!"

 2:30:19 "ExileServer - Check your server rpt for errors, your mission might be stuck a loop restarting"

 2:30:19 "Arma3/BIS_fnc_log: [preInit] ExileServer_fnc_preInit (66.0019 ms)"

 2:30:19 "Arma3/BIS_fnc_log: [script] initServer.sqf"

 2:30:19 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_missionFlow (0 ms)"

 2:30:19 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_initParams (0 ms)"

 2:30:19 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_initRespawn (0 ms)"

 2:30:19 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_keyframeAnimation_init (1.9989 ms)"

 2:30:19 "Arma3/BIS_fnc_log: [postInit] CUP_fnc_emissiveLights (0 ms)"

 2:30:19 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_reviveInit (0 ms)"

 2:30:19 "Arma3/BIS_fnc_log: [postInit] ExileClient_fnc_postInit (0 ms)"

 2:30:19 "ExileServer - Job with handle 10000 added."

 2:30:19 "ExileServer - Job with handle 10001 added."

 2:30:19 "ExileServer - Job with handle 10002 added."

 2:30:19 Weather was forced to change

 2:30:19 "ExileServer - Job with handle 10003 added."

 2:30:19 "ExileServer - Job with handle 10004 added."

 2:30:19 "ExileServer - Initializing game world..."

 2:30:19 "ExileServer - Loading families from database..."

 2:30:19 "ExileServer - Database Error: Error Unknown Protocol"

 2:30:19 Error in expression < to _numberOfClans - 1 do 

{

((_clanIDs select _i) select 0) call ExileServer_sy>

 2:30:19   Error position: <select _i) select 0) call ExileServer_sy>

 2:30:19   Error Generic error in expression

 2:30:19 File exile_server\code\ExileServer_world_loadAllClans.sqf, line 25


 

 2:30:20 Starting mission:

 2:30:20  Mission file: Exile (__cur_mp)

 2:30:20  Mission world: Diyala

 2:30:20  Mission directory: mpmissions\__cur_mp.Diyala\

 2:30:20 "Arma3/BIS_fnc_log: [BIS_fnc_preload] ----- Initializing scripts in Exile -----"

 2:30:20 Warning Message: No entry 'bin\config.bin/CfgWorlds.Diyala'.

 2:30:20 Warning Message: No entry '.gridNumbersOverLines'.

 2:30:20 Warning Message: '/' is not a value

 2:30:20 Warning Message: No entry '.centerPosition'.

 2:30:20 Warning Message: []: '/' not an array

 2:30:20 Cannot evaluate '' - no file

 2:30:20 Warning Message: []: '/' not an array

 2:30:20 Cannot evaluate '' - no file

 2:30:20 Warning Message: No entry 'bin\config.bin/CfgWorlds.Diyala'.

 2:30:20 Warning Message: No entry '.gridNumbersOverLines'.

 2:30:20 Warning Message: '/' is not a value

 2:30:20 Warning Message: No entry '.centerPosition'.

 2:30:20 Warning Message: []: '/' not an array

 2:30:20 Cannot evaluate '' - no file

 2:30:20 Warning Message: []: '/' not an array

 2:30:20 Cannot evaluate '' - no file

 2:30:20 No speaker given for 

 2:30:20 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionTasksLocal"

 2:30:20 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionConversationsLocal"

 2:30:20 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionFlow"

 2:30:20 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_feedbackMain (0 ms)"

 2:30:20 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_missionHandlers (0 ms)"

 2:30:20 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_storeParamsValues (0.999451 ms)"

 2:30:20 "Arma3/BIS_fnc_log: [preInit] ""DeltaTime computation started"""

 2:30:20 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_keyframeAnimation_deltaTime (0 ms)"

 2:30:20 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_getServerVariable (0 ms)"

 2:30:21 "Arma3/BIS_fnc_log: [preInit] ExileClient_fnc_preInit (116.005 ms)"

 2:30:21 "ExileServer - Server is loading..."

 2:30:21 Client: Nonnetwork object 41a4c400.

 2:30:21 "ExileServer - Installed extDB2 version: 70"

 2:30:21 "ExileServer - extDB2: Error extDB2 is already setup & locked !!!"

 2:30:21 "ExileServer - Check your server rpt for errors, your mission might be stuck a loop restarting"

 2:30:21 "Arma3/BIS_fnc_log: [preInit] ExileServer_fnc_preInit (64.9948 ms)"

 2:30:21 "Arma3/BIS_fnc_log: [script] initServer.sqf"

 2:30:21 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_missionFlow (0 ms)"

 2:30:21 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_initParams (0 ms)"

 2:30:21 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_initRespawn (0 ms)"

 2:30:21 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_keyframeAnimation_init (1.9989 ms)"

 2:30:21 "Arma3/BIS_fnc_log: [postInit] CUP_fnc_emissiveLights (0 ms)"

 2:30:21 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_reviveInit (0 ms)"

 2:30:21 "Arma3/BIS_fnc_log: [postInit] ExileClient_fnc_postInit (0 ms)"

 2:30:21 "ExileServer - Job with handle 10000 added."

 2:30:21 "ExileServer - Job with handle 10001 added."

 2:30:21 "ExileServer - Job with handle 10002 added."

 2:30:21 Weather was forced to change

 2:30:21 "ExileServer - Job with handle 10003 added."

 2:30:21 "ExileServer - Job with handle 10004 added."

 2:30:21 "ExileServer - Initializing game world..."

 2:30:21 "ExileServer - Loading families from database..."

 2:30:21 "ExileServer - Database Error: Error Unknown Protocol"

 2:30:21 Error in expression < to _numberOfClans - 1 do 

{

((_clanIDs select _i) select 0) call ExileServer_sy>

 2:30:21   Error position: <select _i) select 0) call ExileServer_sy>

 2:30:21   Error Generic error in expression

 2:30:21 File exile_server\code\ExileServer_world_loadAllClans.sqf, line 25

 2:30:21 Starting mission:

 2:30:21  Mission file: Exile (__cur_mp)

 2:30:21  Mission world: Diyala

 2:30:21  Mission directory: mpmissions\__cur_mp.Diyala\

 2:30:22 "Arma3/BIS_fnc_log: [BIS_fnc_preload] ----- Initializing scripts in Exile -----"

 2:30:22 Warning Message: No entry 'bin\config.bin/CfgWorlds.Diyala'.

 2:30:22 Warning Message: No entry '.gridNumbersOverLines'.

 2:30:22 Warning Message: '/' is not a value

 2:30:22 Warning Message: No entry '.centerPosition'.

 2:30:22 Warning Message: []: '/' not an array

 2:30:22 Cannot evaluate '' - no file

 2:30:22 Warning Message: []: '/' not an array

 2:30:22 Cannot evaluate '' - no file

 2:30:22 Warning Message: No entry 'bin\config.bin/CfgWorlds.Diyala'.

 2:30:22 Warning Message: No entry '.gridNumbersOverLines'.

 2:30:22 Warning Message: '/' is not a value

 2:30:22 Warning Message: No entry '.centerPosition'.

 2:30:22 Warning Message: []: '/' not an array

 2:30:22 Cannot evaluate '' - no file

 2:30:22 Warning Message: []: '/' not an array

 2:30:22 Cannot evaluate '' - no file

 2:30:22 No speaker given for 

 2:30:22 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionTasksLocal"

 2:30:22 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionConversationsLocal"

 2:30:22 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionFlow"

 2:30:22 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_feedbackMain (0 ms)"

 2:30:22 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_missionHandlers (0 ms)"

 2:30:22 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_storeParamsValues (0 ms)"

 2:30:22 "Arma3/BIS_fnc_log: [preInit] ""DeltaTime computation started"""

 2:30:22 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_keyframeAnimation_deltaTime (0 ms)"

 2:30:22 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_getServerVariable (0 ms)"

 2:30:22 "Arma3/BIS_fnc_log: [preInit] ExileClient_fnc_preInit (114.998 ms)"

 2:30:22 "ExileServer - Server is loading..."

 2:30:22 Client: Nonnetwork object 1a088a00.

 2:30:22 "ExileServer - Installed extDB2 version: 70"

 2:30:22 "ExileServer - extDB2: Error extDB2 is already setup & locked !!!"

 2:30:22 "ExileServer - Check your server rpt for errors, your mission might be stuck a loop restarting"

 2:30:22 "Arma3/BIS_fnc_log: [preInit] ExileServer_fnc_preInit (64.9948 ms)"

 2:30:22 "Arma3/BIS_fnc_log: [script] initServer.sqf"

 2:30:22 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_missionFlow (0.999451 ms)"

 2:30:22 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_initParams (0 ms)"

 2:30:22 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_initRespawn (0 ms)"


 

 2:30:22 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_keyframeAnimation_init (2.99835 ms)"

 2:30:22 "Arma3/BIS_fnc_log: [postInit] CUP_fnc_emissiveLights (0 ms)"

 2:30:22 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_reviveInit (0 ms)"

 2:30:22 "Arma3/BIS_fnc_log: [postInit] ExileClient_fnc_postInit (0 ms)"

 2:30:22 "ExileServer - Job with handle 10000 added."

 2:30:22 "ExileServer - Job with handle 10001 added."

 2:30:22 "ExileServer - Job with handle 10002 added."

 2:30:22 Weather was forced to change

 2:30:22 "ExileServer - Job with handle 10003 added."

 2:30:22 "ExileServer - Job with handle 10004 added."

 2:30:22 "ExileServer - Initializing game world..."

 2:30:22 "ExileServer - Loading families from database..."

 2:30:22 "ExileServer - Database Error: Error Unknown Protocol"

 2:30:22 Error in expression < to _numberOfClans - 1 do 

{

((_clanIDs select _i) select 0) call ExileServer_sy>

 2:30:22   Error position: <select _i) select 0) call ExileServer_sy>

 2:30:22   Error Generic error in expression

 2:30:22 File exile_server\code\ExileServer_world_loadAllClans.sqf, line 25

 2:30:22 Starting mission:

 2:30:22  Mission file: Exile (__cur_mp)

 2:30:22  Mission world: Diyala

 2:30:22  Mission directory: mpmissions\__cur_mp.Diyala\

 2:30:23 "Arma3/BIS_fnc_log: [BIS_fnc_preload] ----- Initializing scripts in Exile -----"

 2:30:23 Warning Message: No entry 'bin\config.bin/CfgWorlds.Diyala'.

 2:30:23 Warning Message: No entry '.gridNumbersOverLines'.

 2:30:23 Warning Message: '/' is not a value

 2:30:23 Warning Message: No entry '.centerPosition'.

 2:30:23 Warning Message: []: '/' not an array

 2:30:23 Cannot evaluate '' - no file

 2:30:23 Warning Message: []: '/' not an array

 2:30:23 Cannot evaluate '' - no file

 2:30:23 Warning Message: No entry 'bin\config.bin/CfgWorlds.Diyala'.

 2:30:23 Warning Message: No entry '.gridNumbersOverLines'.

 2:30:23 Warning Message: '/' is not a value

 2:30:23 Warning Message: No entry '.centerPosition'.

 2:30:23 Warning Message: []: '/' not an array

 2:30:23 Cannot evaluate '' - no file

 2:30:23 Warning Message: []: '/' not an array

 2:30:23 Cannot evaluate '' - no file

 2:30:23 No speaker given for 

 2:30:23 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionTasksLocal"

 2:30:23 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionConversationsLocal"

 2:30:23 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionFlow"

 2:30:23 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_feedbackMain (0.999451 ms)"

 2:30:23 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_missionHandlers (0 ms)"

 2:30:23 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_storeParamsValues (0 ms)"

 2:30:23 "Arma3/BIS_fnc_log: [preInit] ""DeltaTime computation started"""

 2:30:23 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_keyframeAnimation_deltaTime (0 ms)"

 2:30:23 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_getServerVariable (0 ms)"

 2:30:23 "Arma3/BIS_fnc_log: [preInit] ExileClient_fnc_preInit (114.006 ms)"

 2:30:23 "ExileServer - Server is loading..."

 2:30:23 Client: Nonnetwork object 1a54d900.

 2:30:23 "ExileServer - Installed extDB2 version: 70"

 2:30:23 "ExileServer - extDB2: Error extDB2 is already setup & locked !!!"

 2:30:23 "ExileServer - Check your server rpt for errors, your mission might be stuck a loop restarting"

 2:30:23 "Arma3/BIS_fnc_log: [preInit] ExileServer_fnc_preInit (86.998 ms)"

 2:30:23 "Arma3/BIS_fnc_log: [script] initServer.sqf"

 2:30:23 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_missionFlow (0.999451 ms)"

 2:30:23 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_initParams (0 ms)"

 2:30:23 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_initRespawn (0 ms)"

 2:30:23 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_keyframeAnimation_init (2.00653 ms)"

 2:30:23 "Arma3/BIS_fnc_log: [postInit] CUP_fnc_emissiveLights (0 ms)"

 2:30:23 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_reviveInit (0 ms)"

 2:30:23 "Arma3/BIS_fnc_log: [postInit] ExileClient_fnc_postInit (0 ms)"

 2:30:23 "ExileServer - Job with handle 10000 added."

 2:30:23 "ExileServer - Job with handle 10001 added."

 2:30:23 "ExileServer - Job with handle 10002 added."

 2:30:23 Weather was forced to change

 2:30:23 "ExileServer - Job with handle 10003 added."

 2:30:23 "ExileServer - Job with handle 10004 added."

 2:30:23 "ExileServer - Initializing game world..."

 2:30:23 "ExileServer - Loading families from database..."

 2:30:23 "ExileServer - Database Error: Error Unknown Protocol"

 2:30:23 Error in expression < to _numberOfClans - 1 do 

{

((_clanIDs select _i) select 0) call ExileServer_sy>

 2:30:23   Error position: <select _i) select 0) call ExileServer_sy>

 2:30:23   Error Generic error in expression

 2:30:23 File exile_server\code\ExileServer_world_loadAllClans.sqf, line 25

 2:30:24 Starting mission:

 2:30:24  Mission file: Exile (__cur_mp)

 2:30:24  Mission world: Diyala

 2:30:24  Mission directory: mpmissions\__cur_mp.Diyala\

 2:30:24 "Arma3/BIS_fnc_log: [BIS_fnc_preload] ----- Initializing scripts in Exile -----"

 2:30:24 Warning Message: No entry 'bin\config.bin/CfgWorlds.Diyala'.

 2:30:24 Warning Message: No entry '.gridNumbersOverLines'.

 2:30:24 Warning Message: '/' is not a value

 2:30:24 Warning Message: No entry '.centerPosition'.

 2:30:24 Warning Message: []: '/' not an array

 2:30:24 Cannot evaluate '' - no file

 2:30:24 Warning Message: []: '/' not an array

 2:30:24 Cannot evaluate '' - no file

 2:30:24 Warning Message: No entry 'bin\config.bin/CfgWorlds.Diyala'.

 2:30:24 Warning Message: No entry '.gridNumbersOverLines'.

 2:30:24 Warning Message: '/' is not a value

 2:30:24 Warning Message: No entry '.centerPosition'.

 2:30:24 Warning Message: []: '/' not an array

 2:30:24 Cannot evaluate '' - no file

 2:30:24 Warning Message: []: '/' not an array

 2:30:24 Cannot evaluate '' - no file

 2:30:24 No speaker given for 

 2:30:24 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionTasksLocal"

 2:30:24 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionConversationsLocal"

 2:30:24 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionFlow"


 

 2:30:24 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_feedbackMain (0 ms)"

 2:30:24 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_missionHandlers (0 ms)"

 2:30:24 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_storeParamsValues (0 ms)"

 2:30:24 "Arma3/BIS_fnc_log: [preInit] ""DeltaTime computation started"""

 2:30:24 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_keyframeAnimation_deltaTime (0 ms)"

 2:30:24 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_getServerVariable (0 ms)"

 2:30:24 "Arma3/BIS_fnc_log: [preInit] ExileClient_fnc_preInit (114.998 ms)"

 2:30:24 "ExileServer - Server is loading..."

 2:30:24 Client: Nonnetwork object 1bef1600.

 2:30:24 "ExileServer - Installed extDB2 version: 70"

 2:30:24 "ExileServer - extDB2: Error extDB2 is already setup & locked !!!"

 2:30:24 "ExileServer - Check your server rpt for errors, your mission might be stuck a loop restarting"

 2:30:24 "Arma3/BIS_fnc_log: [preInit] ExileServer_fnc_preInit (64.003 ms)"

 2:30:24 "Arma3/BIS_fnc_log: [script] initServer.sqf"

 2:30:24 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_missionFlow (0 ms)"

 2:30:24 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_initParams (0 ms)"

 2:30:24 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_initRespawn (0 ms)"

 2:30:24 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_keyframeAnimation_init (1.9989 ms)"

 2:30:24 "Arma3/BIS_fnc_log: [postInit] CUP_fnc_emissiveLights (0 ms)"

 2:30:24 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_reviveInit (0 ms)"

 2:30:24 "Arma3/BIS_fnc_log: [postInit] ExileClient_fnc_postInit (0 ms)"

 2:30:24 "ExileServer - Job with handle 10000 added."

 2:30:24 "ExileServer - Job with handle 10001 added."

 2:30:24 "ExileServer - Job with handle 10002 added."

 2:30:24 Weather was forced to change

 2:30:24 "ExileServer - Job with handle 10003 added."

 2:30:24 "ExileServer - Job with handle 10004 added."

 2:30:24 "ExileServer - Initializing game world..."

 2:30:24 "ExileServer - Loading families from database..."

 2:30:24 "ExileServer - Database Error: Error Unknown Protocol"

 2:30:24 Error in expression < to _numberOfClans - 1 do 

{

((_clanIDs select _i) select 0) call ExileServer_sy>

 2:30:24   Error position: <select _i) select 0) call ExileServer_sy>

 2:30:24   Error Generic error in expression

 2:30:24 File exile_server\code\ExileServer_world_loadAllClans.sqf, line 25

 2:30:25 Starting mission:

 2:30:25  Mission file: Exile (__cur_mp)

 2:30:25  Mission world: Diyala

 2:30:25  Mission directory: mpmissions\__cur_mp.Diyala\

 2:30:25 "Arma3/BIS_fnc_log: [BIS_fnc_preload] ----- Initializing scripts in Exile -----"

 2:30:25 Warning Message: No entry 'bin\config.bin/CfgWorlds.Diyala'.

 2:30:25 Warning Message: No entry '.gridNumbersOverLines'.

 2:30:25 Warning Message: '/' is not a value

 2:30:25 Warning Message: No entry '.centerPosition'.

 2:30:25 Warning Message: []: '/' not an array

 2:30:25 Cannot evaluate '' - no file

 2:30:25 Warning Message: []: '/' not an array

 2:30:25 Cannot evaluate '' - no file

 2:30:25 Warning Message: No entry 'bin\config.bin/CfgWorlds.Diyala'.

 2:30:25 Warning Message: No entry '.gridNumbersOverLines'.

 2:30:25 Warning Message: '/' is not a value

 2:30:25 Warning Message: No entry '.centerPosition'.

 2:30:25 Warning Message: []: '/' not an array

 2:30:25 Cannot evaluate '' - no file

 2:30:25 Warning Message: []: '/' not an array

 2:30:25 Cannot evaluate '' - no file

 2:30:25 No speaker given for 

 2:30:25 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionTasksLocal"

 2:30:25 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionConversationsLocal"

 2:30:25 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionFlow"

 2:30:25 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_feedbackMain (0 ms)"

 2:30:25 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_missionHandlers (0 ms)"

 2:30:25 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_storeParamsValues (0.999451 ms)"

 2:30:25 "Arma3/BIS_fnc_log: [preInit] ""DeltaTime computation started"""

 2:30:25 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_keyframeAnimation_deltaTime (0 ms)"

 2:30:25 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_getServerVariable (0 ms)"

 2:30:25 "Arma3/BIS_fnc_log: [preInit] ExileClient_fnc_preInit (114.006 ms)"

 2:30:25 "ExileServer - Server is loading..."

 2:30:25 Client: Nonnetwork object 17adb400.

 2:30:25 "ExileServer - Installed extDB2 version: 70"

 2:30:25 "ExileServer - extDB2: Error extDB2 is already setup & locked !!!"

 2:30:25 "ExileServer - Check your server rpt for errors, your mission might be stuck a loop restarting"

 2:30:25 "Arma3/BIS_fnc_log: [preInit] ExileServer_fnc_preInit (63.9954 ms)"

 2:30:25 "Arma3/BIS_fnc_log: [script] initServer.sqf"

 2:30:25 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_missionFlow (0.999451 ms)"

 2:30:25 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_initParams (0 ms)"

 2:30:25 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_initRespawn (0 ms)"

 2:30:25 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_keyframeAnimation_init (1.9989 ms)"

 2:30:25 "Arma3/BIS_fnc_log: [postInit] CUP_fnc_emissiveLights (0 ms)"

 2:30:25 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_reviveInit (0 ms)"

 2:30:25 "Arma3/BIS_fnc_log: [postInit] ExileClient_fnc_postInit (0 ms)"

 2:30:25 "ExileServer - Job with handle 10000 added."

 2:30:25 "ExileServer - Job with handle 10001 added."

 2:30:25 "ExileServer - Job with handle 10002 added."

 2:30:25 Weather was forced to change

 2:30:25 "ExileServer - Job with handle 10003 added."

 2:30:25 "ExileServer - Job with handle 10004 added."

 2:30:25 "ExileServer - Initializing game world..."

 2:30:25 "ExileServer - Loading families from database..."

 2:30:25 "ExileServer - Database Error: Error Unknown Protocol"

 2:30:25 Error in expression < to _numberOfClans - 1 do 

{

((_clanIDs select _i) select 0) call ExileServer_sy>

 2:30:25   Error position: <select _i) select 0) call ExileServer_sy>

 2:30:25   Error Generic error in expression

 2:30:25 File exile_server\code\ExileServer_world_loadAllClans.sqf, line 25

 2:30:26 Starting mission:

 2:30:26  Mission file: Exile (__cur_mp)

 2:30:26  Mission world: Diyala

 2:30:26  Mission directory: mpmissions\__cur_mp.Diyala\

 2:30:26 "Arma3/BIS_fnc_log: [BIS_fnc_preload] ----- Initializing scripts in Exile -----"

 2:30:26 Warning Message: No entry 'bin\config.bin/CfgWorlds.Diyala'.

 2:30:26 Warning Message: No entry '.gridNumbersOverLines'.

 2:30:26 Warning Message: '/' is not a value


 

 2:30:26 Warning Message: No entry '.centerPosition'.

 2:30:26 Warning Message: []: '/' not an array

 2:30:26 Cannot evaluate '' - no file

 2:30:26 Warning Message: []: '/' not an array

 2:30:26 Cannot evaluate '' - no file

 2:30:26 Warning Message: No entry 'bin\config.bin/CfgWorlds.Diyala'.

 2:30:26 Warning Message: No entry '.gridNumbersOverLines'.

 2:30:26 Warning Message: '/' is not a value

 2:30:26 Warning Message: No entry '.centerPosition'.

 2:30:26 Warning Message: []: '/' not an array

 2:30:26 Cannot evaluate '' - no file

 2:30:26 Warning Message: []: '/' not an array

 2:30:26 Cannot evaluate '' - no file

 2:30:26 No speaker given for 

 2:30:26 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionTasksLocal"

 2:30:26 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionConversationsLocal"

 2:30:26 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionFlow"

 2:30:26 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_feedbackMain (0 ms)"

 2:30:26 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_missionHandlers (0 ms)"

 2:30:26 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_storeParamsValues (0 ms)"

 2:30:26 "Arma3/BIS_fnc_log: [preInit] ""DeltaTime computation started"""

 2:30:26 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_keyframeAnimation_deltaTime (0.999451 ms)"

 2:30:26 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_getServerVariable (0 ms)"

 2:30:26 "Arma3/BIS_fnc_log: [preInit] ExileClient_fnc_preInit (117.004 ms)"

 2:30:26 "ExileServer - Server is loading..."

 2:30:26 Client: Nonnetwork object 41a4d900.

 2:30:26 "ExileServer - Installed extDB2 version: 70"

 2:30:26 "ExileServer - extDB2: Error extDB2 is already setup & locked !!!"

 2:30:26 "ExileServer - Check your server rpt for errors, your mission might be stuck a loop restarting"

 2:30:26 "Arma3/BIS_fnc_log: [preInit] ExileServer_fnc_preInit (63.9954 ms)"

 2:30:26 "Arma3/BIS_fnc_log: [script] initServer.sqf"

 2:30:26 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_missionFlow (0 ms)"

 2:30:26 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_initParams (0.999451 ms)"

 2:30:26 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_initRespawn (0 ms)"

 2:30:26 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_keyframeAnimation_init (1.9989 ms)"

 2:30:26 "Arma3/BIS_fnc_log: [postInit] CUP_fnc_emissiveLights (0 ms)"

 2:30:26 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_reviveInit (0 ms)"

 2:30:26 "Arma3/BIS_fnc_log: [postInit] ExileClient_fnc_postInit (0 ms)"

 2:30:26 "ExileServer - Job with handle 10000 added."

 2:30:26 "ExileServer - Job with handle 10001 added."

 2:30:26 "ExileServer - Job with handle 10002 added."

 2:30:26 Weather was forced to change

 2:30:26 "ExileServer - Job with handle 10003 added."

 2:30:26 "ExileServer - Job with handle 10004 added."

 2:30:26 "ExileServer - Initializing game world..."

 2:30:26 "ExileServer - Loading families from database..."

 2:30:26 "ExileServer - Database Error: Error Unknown Protocol"

 2:30:26 Error in expression < to _numberOfClans - 1 do 

{

((_clanIDs select _i) select 0) call ExileServer_sy>

 2:30:26   Error position: <select _i) select 0) call ExileServer_sy>

 2:30:26   Error Generic error in expression

 2:30:26 File exile_server\code\ExileServer_world_loadAllClans.sqf, line 25

 2:30:27 Starting mission:

 2:30:27  Mission file: Exile (__cur_mp)

 2:30:27  Mission world: Diyala

 2:30:27  Mission directory: mpmissions\__cur_mp.Diyala\

 2:30:27 "Arma3/BIS_fnc_log: [BIS_fnc_preload] ----- Initializing scripts in Exile -----"

 2:30:27 Warning Message: No entry 'bin\config.bin/CfgWorlds.Diyala'.

 2:30:27 Warning Message: No entry '.gridNumbersOverLines'.

 2:30:27 Warning Message: '/' is not a value

 2:30:27 Warning Message: No entry '.centerPosition'.

 2:30:27 Warning Message: []: '/' not an array

 2:30:27 Cannot evaluate '' - no file

 2:30:27 Warning Message: []: '/' not an array

 2:30:27 Cannot evaluate '' - no file

 2:30:27 Warning Message: No entry 'bin\config.bin/CfgWorlds.Diyala'.

 2:30:27 Warning Message: No entry '.gridNumbersOverLines'.

 2:30:27 Warning Message: '/' is not a value

 2:30:27 Warning Message: No entry '.centerPosition'.

 2:30:27 Warning Message: []: '/' not an array

 2:30:27 Cannot evaluate '' - no file

 2:30:27 Warning Message: []: '/' not an array

 2:30:27 Cannot evaluate '' - no file

 2:30:27 No speaker given for 

 2:30:27 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionTasksLocal"

 2:30:27 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionConversationsLocal"

 2:30:27 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionFlow"

 2:30:27 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_feedbackMain (0 ms)"

 2:30:27 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_missionHandlers (0 ms)"

 2:30:27 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_storeParamsValues (0 ms)"

 2:30:27 "Arma3/BIS_fnc_log: [preInit] ""DeltaTime computation started"""

 2:30:27 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_keyframeAnimation_deltaTime (0 ms)"

 2:30:27 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_getServerVariable (0 ms)"

 2:30:27 "Arma3/BIS_fnc_log: [preInit] ExileClient_fnc_preInit (115.997 ms)"

 2:30:27 "ExileServer - Server is loading..."

 2:30:27 Client: Nonnetwork object 1a08bd00.

 2:30:27 "ExileServer - Installed extDB2 version: 70"

 2:30:27 "ExileServer - extDB2: Error extDB2 is already setup & locked !!!"

 2:30:27 "ExileServer - Check your server rpt for errors, your mission might be stuck a loop restarting"

 2:30:27 "Arma3/BIS_fnc_log: [preInit] ExileServer_fnc_preInit (66.0019 ms)"

 2:30:28 "Arma3/BIS_fnc_log: [script] initServer.sqf"

 2:30:28 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_missionFlow (0.999451 ms)"

 2:30:28 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_initParams (0 ms)"

 2:30:28 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_initRespawn (0 ms)"

 2:30:28 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_keyframeAnimation_init (1.9989 ms)"

 2:30:28 "Arma3/BIS_fnc_log: [postInit] CUP_fnc_emissiveLights (0 ms)"

 2:30:28 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_reviveInit (0 ms)"

 2:30:28 "Arma3/BIS_fnc_log: [postInit] ExileClient_fnc_postInit (0 ms)"

 2:30:28 "ExileServer - Job with handle 10000 added."

 2:30:28 "ExileServer - Job with handle 10001 added."

 2:30:28 "ExileServer - Job with handle 10002 added."

 2:30:28 Weather was forced to change


 

 2:30:28 "ExileServer - Job with handle 10003 added."

 2:30:28 "ExileServer - Job with handle 10004 added."

 2:30:28 "ExileServer - Initializing game world..."

 2:30:28 "ExileServer - Loading families from database..."

 2:30:28 "ExileServer - Database Error: Error Unknown Protocol"

 2:30:28 Error in expression < to _numberOfClans - 1 do 

{

((_clanIDs select _i) select 0) call ExileServer_sy>

 2:30:28   Error position: <select _i) select 0) call ExileServer_sy>

 2:30:28   Error Generic error in expression

 2:30:28 File exile_server\code\ExileServer_world_loadAllClans.sqf, line 25

 2:30:28 Starting mission:

 2:30:28  Mission file: Exile (__cur_mp)

 2:30:28  Mission world: Diyala

 2:30:28  Mission directory: mpmissions\__cur_mp.Diyala\

 2:30:28 "Arma3/BIS_fnc_log: [BIS_fnc_preload] ----- Initializing scripts in Exile -----"

 2:30:28 Warning Message: No entry 'bin\config.bin/CfgWorlds.Diyala'.

 2:30:28 Warning Message: No entry '.gridNumbersOverLines'.

 2:30:28 Warning Message: '/' is not a value

 2:30:28 Warning Message: No entry '.centerPosition'.

 2:30:28 Warning Message: []: '/' not an array

 2:30:28 Cannot evaluate '' - no file

 2:30:28 Warning Message: []: '/' not an array

 2:30:28 Cannot evaluate '' - no file

 2:30:28 Warning Message: No entry 'bin\config.bin/CfgWorlds.Diyala'.

 2:30:28 Warning Message: No entry '.gridNumbersOverLines'.

 2:30:28 Warning Message: '/' is not a value

 2:30:28 Warning Message: No entry '.centerPosition'.

 2:30:28 Warning Message: []: '/' not an array

 2:30:28 Cannot evaluate '' - no file

 2:30:28 Warning Message: []: '/' not an array

 2:30:28 Cannot evaluate '' - no file

 2:30:28 No speaker given for 

 2:30:28 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionTasksLocal"

 2:30:28 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionConversationsLocal"

 2:30:28 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionFlow"

 2:30:28 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_feedbackMain (0 ms)"

 2:30:28 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_missionHandlers (0 ms)"

 2:30:28 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_storeParamsValues (0 ms)"

 2:30:28 "Arma3/BIS_fnc_log: [preInit] ""DeltaTime computation started"""

 2:30:28 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_keyframeAnimation_deltaTime (0 ms)"

 2:30:28 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_getServerVariable (0 ms)"

 2:30:29 "Arma3/BIS_fnc_log: [preInit] ExileClient_fnc_preInit (115.997 ms)"

 2:30:29 "ExileServer - Server is loading..."

 2:30:29 Client: Nonnetwork object 1a54ca00.

 2:30:29 "ExileServer - Installed extDB2 version: 70"

 2:30:29 "ExileServer - extDB2: Error extDB2 is already setup & locked !!!"

 2:30:29 "ExileServer - Check your server rpt for errors, your mission might be stuck a loop restarting"

 2:30:29 "Arma3/BIS_fnc_log: [preInit] ExileServer_fnc_preInit (64.003 ms)"

 2:30:29 "Arma3/BIS_fnc_log: [script] initServer.sqf"

 2:30:29 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_missionFlow (0 ms)"

 2:30:29 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_initParams (0 ms)"

 2:30:29 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_initRespawn (0 ms)"

 2:30:29 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_keyframeAnimation_init (2.99835 ms)"

 2:30:29 "Arma3/BIS_fnc_log: [postInit] CUP_fnc_emissiveLights (0 ms)"

 2:30:29 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_reviveInit (0 ms)"

 2:30:29 "Arma3/BIS_fnc_log: [postInit] ExileClient_fnc_postInit (0 ms)"

 2:30:29 "ExileServer - Job with handle 10000 added."

 2:30:29 "ExileServer - Job with handle 10001 added."

 2:30:29 "ExileServer - Job with handle 10002 added."

 2:30:29 Weather was forced to change

 2:30:29 "ExileServer - Job with handle 10003 added."

 2:30:29 "ExileServer - Job with handle 10004 added."

 2:30:29 "ExileServer - Initializing game world..."

 2:30:29 "ExileServer - Loading families from database..."

 2:30:29 "ExileServer - Database Error: Error Unknown Protocol"

 2:30:29 Error in expression < to _numberOfClans - 1 do 

{

((_clanIDs select _i) select 0) call ExileServer_sy>

 2:30:29   Error position: <select _i) select 0) call ExileServer_sy>

 2:30:29   Error Generic error in expression

 2:30:29 File exile_server\code\ExileServer_world_loadAllClans.sqf, line 25

 2:30:29 Starting mission:

 2:30:29  Mission file: Exile (__cur_mp)

 2:30:29  Mission world: Diyala

 2:30:29  Mission directory: mpmissions\__cur_mp.Diyala\

 2:30:30 "Arma3/BIS_fnc_log: [BIS_fnc_preload] ----- Initializing scripts in Exile -----"

 2:30:30 Warning Message: No entry 'bin\config.bin/CfgWorlds.Diyala'.

 2:30:30 Warning Message: No entry '.gridNumbersOverLines'.

 2:30:30 Warning Message: '/' is not a value

 2:30:30 Warning Message: No entry '.centerPosition'.

 2:30:30 Warning Message: []: '/' not an array

 2:30:30 Cannot evaluate '' - no file

 2:30:30 Warning Message: []: '/' not an array

 2:30:30 Cannot evaluate '' - no file

 2:30:30 Warning Message: No entry 'bin\config.bin/CfgWorlds.Diyala'.

 2:30:30 Warning Message: No entry '.gridNumbersOverLines'.

 2:30:30 Warning Message: '/' is not a value

 2:30:30 Warning Message: No entry '.centerPosition'.

 2:30:30 Warning Message: []: '/' not an array

 2:30:30 Cannot evaluate '' - no file

 2:30:30 Warning Message: []: '/' not an array

 2:30:30 Cannot evaluate '' - no file

 2:30:30 No speaker given for 

 2:30:30 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionTasksLocal"

 2:30:30 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionConversationsLocal"

 2:30:30 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionFlow"

 2:30:30 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_feedbackMain (0 ms)"

 2:30:30 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_missionHandlers (0 ms)"

 2:30:30 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_storeParamsValues (0 ms)"

 2:30:30 "Arma3/BIS_fnc_log: [preInit] ""DeltaTime computation started"""

 2:30:30 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_keyframeAnimation_deltaTime (0 ms)"

 2:30:30 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_getServerVariable (0 ms)"

 2:30:30 "Arma3/BIS_fnc_log: [preInit] ExileClient_fnc_preInit (114.998 ms)"

 2:30:30 "ExileServer - Server is loading..."


 

 2:30:30 Client: Nonnetwork object 1bef1f00.

 2:30:30 "ExileServer - Installed extDB2 version: 70"

 2:30:30 "ExileServer - extDB2: Error extDB2 is already setup & locked !!!"

 2:30:30 "ExileServer - Check your server rpt for errors, your mission might be stuck a loop restarting"

 2:30:30 "Arma3/BIS_fnc_log: [preInit] ExileServer_fnc_preInit (80.0018 ms)"

 2:30:30 "Arma3/BIS_fnc_log: [script] initServer.sqf"

 2:30:30 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_missionFlow (0 ms)"

 2:30:30 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_initParams (0 ms)"

 2:30:30 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_initRespawn (0 ms)"

 2:30:30 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_keyframeAnimation_init (2.00653 ms)"

 2:30:30 "Arma3/BIS_fnc_log: [postInit] CUP_fnc_emissiveLights (0 ms)"

 2:30:30 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_reviveInit (0 ms)"

 2:30:30 "Arma3/BIS_fnc_log: [postInit] ExileClient_fnc_postInit (0 ms)"

 2:30:30 "ExileServer - Job with handle 10000 added."

 2:30:30 "ExileServer - Job with handle 10001 added."

 2:30:30 "ExileServer - Job with handle 10002 added."

 2:30:30 Weather was forced to change

 2:30:30 "ExileServer - Job with handle 10003 added."

 2:30:30 "ExileServer - Job with handle 10004 added."

 2:30:30 "ExileServer - Initializing game world..."

 2:30:30 "ExileServer - Loading families from database..."

 2:30:30 "ExileServer - Database Error: Error Unknown Protocol"

 2:30:30 Error in expression < to _numberOfClans - 1 do 

{

((_clanIDs select _i) select 0) call ExileServer_sy>

 2:30:30   Error position: <select _i) select 0) call ExileServer_sy>

 2:30:30   Error Generic error in expression

 2:30:30 File exile_server\code\ExileServer_world_loadAllClans.sqf, line 25

 2:30:30 Starting mission:

 2:30:30  Mission file: Exile (__cur_mp)

 2:30:30  Mission world: Diyala

 2:30:30  Mission directory: mpmissions\__cur_mp.Diyala\

 2:30:31 "Arma3/BIS_fnc_log: [BIS_fnc_preload] ----- Initializing scripts in Exile -----"

 2:30:31 Warning Message: No entry 'bin\config.bin/CfgWorlds.Diyala'.

 2:30:31 Warning Message: No entry '.gridNumbersOverLines'.

 2:30:31 Warning Message: '/' is not a value

 2:30:31 Warning Message: No entry '.centerPosition'.

 2:30:31 Warning Message: []: '/' not an array

 2:30:31 Cannot evaluate '' - no file

 2:30:31 Warning Message: []: '/' not an array

 2:30:31 Cannot evaluate '' - no file

 2:30:31 Warning Message: No entry 'bin\config.bin/CfgWorlds.Diyala'.

 2:30:31 Warning Message: No entry '.gridNumbersOverLines'.

 2:30:31 Warning Message: '/' is not a value

 2:30:31 Warning Message: No entry '.centerPosition'.

 2:30:31 Warning Message: []: '/' not an array

 2:30:31 Cannot evaluate '' - no file

 2:30:31 Warning Message: []: '/' not an array

 2:30:31 Cannot evaluate '' - no file

 2:30:31 No speaker given for 

 2:30:31 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionTasksLocal"

 2:30:31 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionConversationsLocal"

 2:30:31 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionFlow"

 2:30:31 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_feedbackMain (0 ms)"

 2:30:31 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_missionHandlers (0 ms)"

 2:30:31 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_storeParamsValues (0 ms)"

 2:30:31 "Arma3/BIS_fnc_log: [preInit] ""DeltaTime computation started"""

 2:30:31 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_keyframeAnimation_deltaTime (0 ms)"

 2:30:31 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_getServerVariable (0 ms)"

 2:30:31 "Arma3/BIS_fnc_log: [preInit] ExileClient_fnc_preInit (116.005 ms)"

 2:30:31 "ExileServer - Server is loading..."

 2:30:31 Client: Nonnetwork object 17ad8700.

 2:30:31 "ExileServer - Installed extDB2 version: 70"

 2:30:31 "ExileServer - extDB2: Error extDB2 is already setup & locked !!!"

 2:30:31 "ExileServer - Check your server rpt for errors, your mission might be stuck a loop restarting"

 2:30:31 "Arma3/BIS_fnc_log: [preInit] ExileServer_fnc_preInit (64.9948 ms)"

 2:30:31 "Arma3/BIS_fnc_log: [script] initServer.sqf"

 2:30:31 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_missionFlow (0 ms)"

 2:30:31 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_initParams (0 ms)"

 2:30:31 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_initRespawn (0 ms)"

 2:30:31 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_keyframeAnimation_init (1.9989 ms)"

 2:30:31 "Arma3/BIS_fnc_log: [postInit] CUP_fnc_emissiveLights (0 ms)"

 2:30:31 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_reviveInit (0 ms)"

 2:30:31 "Arma3/BIS_fnc_log: [postInit] ExileClient_fnc_postInit (0 ms)"

 2:30:31 "ExileServer - Job with handle 10000 added."

 2:30:31 "ExileServer - Job with handle 10001 added."

 2:30:31 "ExileServer - Job with handle 10002 added."

 2:30:31 Weather was forced to change

 2:30:31 "ExileServer - Job with handle 10003 added."

 2:30:31 "ExileServer - Job with handle 10004 added."

 2:30:31 "ExileServer - Initializing game world..."

 2:30:31 "ExileServer - Loading families from database..."

 2:30:31 "ExileServer - Database Error: Error Unknown Protocol"

 2:30:31 Error in expression < to _numberOfClans - 1 do 

{

((_clanIDs select _i) select 0) call ExileServer_sy>

 2:30:31   Error position: <select _i) select 0) call ExileServer_sy>

 2:30:31   Error Generic error in expression

 2:30:31 File exile_server\code\ExileServer_world_loadAllClans.sqf, line 25

 2:30:32 Starting mission:

 2:30:32  Mission file: Exile (__cur_mp)

 2:30:32  Mission world: Diyala

 2:30:32  Mission directory: mpmissions\__cur_mp.Diyala\

 2:30:32 "Arma3/BIS_fnc_log: [BIS_fnc_preload] ----- Initializing scripts in Exile -----"

 2:30:32 Warning Message: No entry 'bin\config.bin/CfgWorlds.Diyala'.

 2:30:32 Warning Message: No entry '.gridNumbersOverLines'.

 2:30:32 Warning Message: '/' is not a value

 2:30:32 Warning Message: No entry '.centerPosition'.

 2:30:32 Warning Message: []: '/' not an array

 2:30:32 Cannot evaluate '' - no file

 2:30:32 Warning Message: []: '/' not an array

 2:30:32 Cannot evaluate '' - no file

 2:30:32 Warning Message: No entry 'bin\config.bin/CfgWorlds.Diyala'.

 2:30:32 Warning Message: No entry '.gridNumbersOverLines'.

 2:30:32 Warning Message: '/' is not a value


 

 2:30:32 Warning Message: No entry '.centerPosition'.

 2:30:32 Warning Message: []: '/' not an array

 2:30:32 Cannot evaluate '' - no file

 2:30:32 Warning Message: []: '/' not an array

 2:30:32 Cannot evaluate '' - no file

 2:30:32 No speaker given for 

 2:30:32 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionTasksLocal"

 2:30:32 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionConversationsLocal"

 2:30:32 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionFlow"

 2:30:32 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_feedbackMain (0.999451 ms)"

 2:30:32 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_missionHandlers (0 ms)"

 2:30:32 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_storeParamsValues (0 ms)"

 2:30:32 "Arma3/BIS_fnc_log: [preInit] ""DeltaTime computation started"""

 2:30:32 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_keyframeAnimation_deltaTime (0 ms)"

 2:30:32 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_getServerVariable (0 ms)"

 2:30:32 "Arma3/BIS_fnc_log: [preInit] ExileClient_fnc_preInit (115.997 ms)"

 2:30:32 "ExileServer - Server is loading..."

 2:30:32 Client: Nonnetwork object 41a4ca00.

 2:30:32 "ExileServer - Installed extDB2 version: 70"

 2:30:32 "ExileServer - extDB2: Error extDB2 is already setup & locked !!!"

 2:30:32 "ExileServer - Check your server rpt for errors, your mission might be stuck a loop restarting"

 2:30:32 "Arma3/BIS_fnc_log: [preInit] ExileServer_fnc_preInit (65.0024 ms)"

 2:30:32 "Arma3/BIS_fnc_log: [script] initServer.sqf"

 2:30:32 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_missionFlow (0 ms)"

 2:30:32 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_initParams (0 ms)"

 2:30:32 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_initRespawn (0 ms)"

 2:30:32 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_keyframeAnimation_init (1.9989 ms)"

 2:30:32 "Arma3/BIS_fnc_log: [postInit] CUP_fnc_emissiveLights (0 ms)"

 2:30:32 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_reviveInit (0 ms)"

 2:30:32 "Arma3/BIS_fnc_log: [postInit] ExileClient_fnc_postInit (0 ms)"

 2:30:32 "ExileServer - Job with handle 10000 added."

 2:30:32 "ExileServer - Job with handle 10001 added."

 2:30:32 "ExileServer - Job with handle 10002 added."

 2:30:32 Weather was forced to change

 2:30:32 "ExileServer - Job with handle 10003 added."

 2:30:32 "ExileServer - Job with handle 10004 added."

 2:30:32 "ExileServer - Initializing game world..."

 2:30:32 "ExileServer - Loading families from database..."

 2:30:32 "ExileServer - Database Error: Error Unknown Protocol"

 2:30:32 Error in expression < to _numberOfClans - 1 do 

{

((_clanIDs select _i) select 0) call ExileServer_sy>

 2:30:32   Error position: <select _i) select 0) call ExileServer_sy>

 2:30:32   Error Generic error in expression

 2:30:32 File exile_server\code\ExileServer_world_loadAllClans.sqf, line 25

 2:30:33 Starting mission:

 2:30:33  Mission file: Exile (__cur_mp)

 2:30:33  Mission world: Diyala

 2:30:33  Mission directory: mpmissions\__cur_mp.Diyala\

 2:30:33 "Arma3/BIS_fnc_log: [BIS_fnc_preload] ----- Initializing scripts in Exile -----"

 2:30:33 Warning Message: No entry 'bin\config.bin/CfgWorlds.Diyala'.

 2:30:33 Warning Message: No entry '.gridNumbersOverLines'.

 2:30:33 Warning Message: '/' is not a value

 2:30:33 Warning Message: No entry '.centerPosition'.

 2:30:33 Warning Message: []: '/' not an array

 2:30:33 Cannot evaluate '' - no file

 2:30:33 Warning Message: []: '/' not an array

 2:30:33 Cannot evaluate '' - no file

 2:30:33 Warning Message: No entry 'bin\config.bin/CfgWorlds.Diyala'.

 2:30:33 Warning Message: No entry '.gridNumbersOverLines'.

 2:30:33 Warning Message: '/' is not a value

 2:30:33 Warning Message: No entry '.centerPosition'.

 2:30:33 Warning Message: []: '/' not an array

 2:30:33 Cannot evaluate '' - no file

 2:30:33 Warning Message: []: '/' not an array

 2:30:33 Cannot evaluate '' - no file

 2:30:33 No speaker given for 

 2:30:33 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionTasksLocal"

 2:30:33 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionConversationsLocal"

 2:30:33 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionFlow"

 2:30:33 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_feedbackMain (0 ms)"

 2:30:33 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_missionHandlers (0 ms)"

 2:30:33 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_storeParamsValues (0 ms)"

 2:30:33 "Arma3/BIS_fnc_log: [preInit] ""DeltaTime computation started"""

 2:30:33 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_keyframeAnimation_deltaTime (0 ms)"

 2:30:33 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_getServerVariable (0 ms)"

 2:30:33 "Arma3/BIS_fnc_log: [preInit] ExileClient_fnc_preInit (114.006 ms)"

 2:30:33 "ExileServer - Server is loading..."

 2:30:33 Client: Nonnetwork object 1a089300.

 2:30:33 "ExileServer - Installed extDB2 version: 70"

 2:30:33 "ExileServer - extDB2: Error extDB2 is already setup & locked !!!"

 2:30:33 "ExileServer - Check your server rpt for errors, your mission might be stuck a loop restarting"

 2:30:33 "Arma3/BIS_fnc_log: [preInit] ExileServer_fnc_preInit (65.9943 ms)"

 2:30:33 "Arma3/BIS_fnc_log: [script] initServer.sqf"

 2:30:33 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_missionFlow (0 ms)"

 2:30:33 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_initParams (0 ms)"

 2:30:33 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_initRespawn (0 ms)"

 2:30:33 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_keyframeAnimation_init (1.9989 ms)"

 2:30:33 "Arma3/BIS_fnc_log: [postInit] CUP_fnc_emissiveLights (0 ms)"

 2:30:33 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_reviveInit (0 ms)"

 2:30:33 "Arma3/BIS_fnc_log: [postInit] ExileClient_fnc_postInit (0 ms)"

 2:30:33 "ExileServer - Job with handle 10000 added."

 2:30:33 "ExileServer - Job with handle 10001 added."

 2:30:33 "ExileServer - Job with handle 10002 added."

 2:30:33 Weather was forced to change

 2:30:33 "ExileServer - Job with handle 10003 added."

 2:30:33 "ExileServer - Job with handle 10004 added."

 2:30:33 "ExileServer - Initializing game world..."

 2:30:33 "ExileServer - Loading families from database..."

 2:30:33 "ExileServer - Database Error: Error Unknown Protocol"

 2:30:33 Error in expression < to _numberOfClans - 1 do 

{

((_clanIDs select _i) select 0) call ExileServer_sy>

 2:30:33   Error position: <select _i) select 0) call ExileServer_sy>

 2:30:33   Error Generic error in expression


 

 2:30:33 File exile_server\code\ExileServer_world_loadAllClans.sqf, line 25

 2:30:34 Starting mission:

 2:30:34  Mission file: Exile (__cur_mp)

 2:30:34  Mission world: Diyala

 2:30:34  Mission directory: mpmissions\__cur_mp.Diyala\

 2:30:34 "Arma3/BIS_fnc_log: [BIS_fnc_preload] ----- Initializing scripts in Exile -----"

 2:30:34 Warning Message: No entry 'bin\config.bin/CfgWorlds.Diyala'.

 2:30:34 Warning Message: No entry '.gridNumbersOverLines'.

 2:30:34 Warning Message: '/' is not a value

 2:30:34 Warning Message: No entry '.centerPosition'.

 2:30:34 Warning Message: []: '/' not an array

 2:30:34 Cannot evaluate '' - no file

 2:30:34 Warning Message: []: '/' not an array

 2:30:34 Cannot evaluate '' - no file

 2:30:34 Warning Message: No entry 'bin\config.bin/CfgWorlds.Diyala'.

 2:30:34 Warning Message: No entry '.gridNumbersOverLines'.

 2:30:34 Warning Message: '/' is not a value

 2:30:34 Warning Message: No entry '.centerPosition'.

 2:30:34 Warning Message: []: '/' not an array

 2:30:34 Cannot evaluate '' - no file

 2:30:34 Warning Message: []: '/' not an array

 2:30:34 Cannot evaluate '' - no file

 2:30:34 No speaker given for 

 2:30:34 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionTasksLocal"

 2:30:34 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionConversationsLocal"

 2:30:34 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionFlow"

 2:30:34 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_feedbackMain (0 ms)"

 2:30:34 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_missionHandlers (0 ms)"

 2:30:34 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_storeParamsValues (0 ms)"

 2:30:34 "Arma3/BIS_fnc_log: [preInit] ""DeltaTime computation started"""

 2:30:34 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_keyframeAnimation_deltaTime (0 ms)"

 2:30:34 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_getServerVariable (0 ms)"

 2:30:34 "Arma3/BIS_fnc_log: [preInit] ExileClient_fnc_preInit (117.004 ms)"

 2:30:34 "ExileServer - Server is loading..."

 2:30:34 Client: Nonnetwork object 1a54e800.

 2:30:34 "ExileServer - Installed extDB2 version: 70"

 2:30:34 "ExileServer - extDB2: Error extDB2 is already setup & locked !!!"

 2:30:34 "ExileServer - Check your server rpt for errors, your mission might be stuck a loop restarting"

 2:30:34 "Arma3/BIS_fnc_log: [preInit] ExileServer_fnc_preInit (63.9954 ms)"

 2:30:34 "Arma3/BIS_fnc_log: [script] initServer.sqf"

 2:30:34 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_missionFlow (0.999451 ms)"

 2:30:34 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_initParams (0 ms)"

 2:30:34 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_initRespawn (0 ms)"

 2:30:34 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_keyframeAnimation_init (1.9989 ms)"

 2:30:34 "Arma3/BIS_fnc_log: [postInit] CUP_fnc_emissiveLights (0 ms)"

 2:30:34 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_reviveInit (0 ms)"

 2:30:34 "Arma3/BIS_fnc_log: [postInit] ExileClient_fnc_postInit (0 ms)"

 2:30:34 "ExileServer - Job with handle 10000 added."

 2:30:34 "ExileServer - Job with handle 10001 added."

 2:30:34 "ExileServer - Job with handle 10002 added."

 2:30:34 Weather was forced to change

 2:30:34 "ExileServer - Job with handle 10003 added."

 2:30:34 "ExileServer - Job with handle 10004 added."

 2:30:34 "ExileServer - Initializing game world..."

 2:30:34 "ExileServer - Loading families from database..."

 2:30:34 "ExileServer - Database Error: Error Unknown Protocol"

 2:30:34 Error in expression < to _numberOfClans - 1 do 

{

((_clanIDs select _i) select 0) call ExileServer_sy>

 2:30:34   Error position: <select _i) select 0) call ExileServer_sy>

 2:30:34   Error Generic error in expression

 2:30:34 File exile_server\code\ExileServer_world_loadAllClans.sqf, line 25

 2:30:35 Starting mission:

 2:30:35  Mission file: Exile (__cur_mp)

 2:30:35  Mission world: Diyala

 2:30:35  Mission directory: mpmissions\__cur_mp.Diyala\

 2:30:35 "Arma3/BIS_fnc_log: [BIS_fnc_preload] ----- Initializing scripts in Exile -----"

 2:30:35 Warning Message: No entry 'bin\config.bin/CfgWorlds.Diyala'.

 2:30:35 Warning Message: No entry '.gridNumbersOverLines'.

 2:30:35 Warning Message: '/' is not a value

 2:30:35 Warning Message: No entry '.centerPosition'.

 2:30:35 Warning Message: []: '/' not an array

 2:30:35 Cannot evaluate '' - no file

 2:30:35 Warning Message: []: '/' not an array

 2:30:35 Cannot evaluate '' - no file

 2:30:35 Warning Message: No entry 'bin\config.bin/CfgWorlds.Diyala'.

 2:30:35 Warning Message: No entry '.gridNumbersOverLines'.

 2:30:35 Warning Message: '/' is not a value

 2:30:35 Warning Message: No entry '.centerPosition'.

 2:30:35 Warning Message: []: '/' not an array

 2:30:35 Cannot evaluate '' - no file

 2:30:35 Warning Message: []: '/' not an array

 2:30:35 Cannot evaluate '' - no file

 2:30:35 No speaker given for 

 2:30:35 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionTasksLocal"

 2:30:35 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionConversationsLocal"

 2:30:35 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionFlow"

 2:30:35 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_feedbackMain (0.999451 ms)"

 2:30:35 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_missionHandlers (0 ms)"

 2:30:35 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_storeParamsValues (0 ms)"

 2:30:35 "Arma3/BIS_fnc_log: [preInit] ""DeltaTime computation started"""

 2:30:35 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_keyframeAnimation_deltaTime (0 ms)"

 2:30:35 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_getServerVariable (0 ms)"

 2:30:35 "Arma3/BIS_fnc_log: [preInit] ExileClient_fnc_preInit (114.998 ms)"

 2:30:36 "ExileServer - Server is loading..."

 2:30:36 Client: Nonnetwork object 1bef2800.

 2:30:36 "ExileServer - Installed extDB2 version: 70"

 2:30:36 "ExileServer - extDB2: Error extDB2 is already setup & locked !!!"

 2:30:36 "ExileServer - Check your server rpt for errors, your mission might be stuck a loop restarting"

 2:30:36 "Arma3/BIS_fnc_log: [preInit] ExileServer_fnc_preInit (66.0019 ms)"

 2:30:36 "Arma3/BIS_fnc_log: [script] initServer.sqf"

 2:30:36 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_missionFlow (0.999451 ms)"

 2:30:36 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_initParams (0 ms)"


 

 2:30:36 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_initRespawn (0.999451 ms)"

 2:30:36 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_keyframeAnimation_init (1.9989 ms)"

 2:30:36 "Arma3/BIS_fnc_log: [postInit] CUP_fnc_emissiveLights (0 ms)"

 2:30:36 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_reviveInit (0 ms)"

 2:30:36 "Arma3/BIS_fnc_log: [postInit] ExileClient_fnc_postInit (0 ms)"

 2:30:36 "ExileServer - Job with handle 10000 added."

 2:30:36 "ExileServer - Job with handle 10001 added."

 2:30:36 "ExileServer - Job with handle 10002 added."

 2:30:36 Weather was forced to change

 2:30:36 "ExileServer - Job with handle 10003 added."

 2:30:36 "ExileServer - Job with handle 10004 added."

 2:30:36 "ExileServer - Initializing game world..."

 2:30:36 "ExileServer - Loading families from database..."

 2:30:36 "ExileServer - Database Error: Error Unknown Protocol"

 2:30:36 Error in expression < to _numberOfClans - 1 do 

{

((_clanIDs select _i) select 0) call ExileServer_sy>

 2:30:36   Error position: <select _i) select 0) call ExileServer_sy>

 2:30:36   Error Generic error in expression

 2:30:36 File exile_server\code\ExileServer_world_loadAllClans.sqf, line 25

 2:30:36 Starting mission:

 2:30:36  Mission file: Exile (__cur_mp)

 2:30:36  Mission world: Diyala

 2:30:36  Mission directory: mpmissions\__cur_mp.Diyala\

 2:30:36 "Arma3/BIS_fnc_log: [BIS_fnc_preload] ----- Initializing scripts in Exile -----"

 2:30:36 Warning Message: No entry 'bin\config.bin/CfgWorlds.Diyala'.

 2:30:36 Warning Message: No entry '.gridNumbersOverLines'.

 2:30:36 Warning Message: '/' is not a value

 2:30:36 Warning Message: No entry '.centerPosition'.

 2:30:36 Warning Message: []: '/' not an array

 2:30:36 Cannot evaluate '' - no file

 2:30:36 Warning Message: []: '/' not an array

 2:30:36 Cannot evaluate '' - no file

 2:30:36 Warning Message: No entry 'bin\config.bin/CfgWorlds.Diyala'.

 2:30:36 Warning Message: No entry '.gridNumbersOverLines'.

 2:30:36 Warning Message: '/' is not a value

 2:30:36 Warning Message: No entry '.centerPosition'.

 2:30:36 Warning Message: []: '/' not an array

 2:30:36 Cannot evaluate '' - no file

 2:30:36 Warning Message: []: '/' not an array

 2:30:36 Cannot evaluate '' - no file

 2:30:36 No speaker given for 

 2:30:36 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionTasksLocal"

 2:30:36 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionConversationsLocal"

 2:30:36 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionFlow"

 2:30:37 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_feedbackMain (0 ms)"

 2:30:37 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_missionHandlers (0 ms)"

 2:30:37 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_storeParamsValues (0 ms)"

 2:30:37 "Arma3/BIS_fnc_log: [preInit] ""DeltaTime computation started"""

 2:30:37 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_keyframeAnimation_deltaTime (0 ms)"

 2:30:37 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_getServerVariable (0.999451 ms)"

 2:30:37 "Arma3/BIS_fnc_log: [preInit] ExileClient_fnc_preInit (113.998 ms)"

 2:30:37 "ExileServer - Server is loading..."

 2:30:37 Client: Nonnetwork object 17adb100.

 2:30:37 "ExileServer - Installed extDB2 version: 70"

 2:30:37 "ExileServer - extDB2: Error extDB2 is already setup & locked !!!"

 2:30:37 "ExileServer - Check your server rpt for errors, your mission might be stuck a loop restarting"

 2:30:37 "Arma3/BIS_fnc_log: [preInit] ExileServer_fnc_preInit (67.0013 ms)"

 2:30:37 "Arma3/BIS_fnc_log: [script] initServer.sqf"

 2:30:37 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_missionFlow (0.999451 ms)"

 2:30:37 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_initParams (0 ms)"

 2:30:37 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_initRespawn (0 ms)"

 2:30:37 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_keyframeAnimation_init (1.9989 ms)"

 2:30:37 "Arma3/BIS_fnc_log: [postInit] CUP_fnc_emissiveLights (0 ms)"

 2:30:37 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_reviveInit (0 ms)"

 2:30:37 "Arma3/BIS_fnc_log: [postInit] ExileClient_fnc_postInit (0 ms)"

 2:30:37 "ExileServer - Job with handle 10000 added."

 2:30:37 "ExileServer - Job with handle 10001 added."

 2:30:37 "ExileServer - Job with handle 10002 added."

 2:30:37 Weather was forced to change

 2:30:37 "ExileServer - Job with handle 10003 added."

 2:30:37 "ExileServer - Job with handle 10004 added."

 2:30:37 "ExileServer - Initializing game world..."

 2:30:37 "ExileServer - Loading families from database..."

 2:30:37 "ExileServer - Database Error: Error Unknown Protocol"

 2:30:37 Error in expression < to _numberOfClans - 1 do 

{

((_clanIDs select _i) select 0) call ExileServer_sy>

 2:30:37   Error position: <select _i) select 0) call ExileServer_sy>

 2:30:37   Error Generic error in expression

 2:30:37 File exile_server\code\ExileServer_world_loadAllClans.sqf, line 25

 2:30:37 Starting mission:

 2:30:37  Mission file: Exile (__cur_mp)

 2:30:37  Mission world: Diyala

 2:30:37  Mission directory: mpmissions\__cur_mp.Diyala\

 2:30:38 "Arma3/BIS_fnc_log: [BIS_fnc_preload] ----- Initializing scripts in Exile -----"

 2:30:38 Warning Message: No entry 'bin\config.bin/CfgWorlds.Diyala'.

 2:30:38 Warning Message: No entry '.gridNumbersOverLines'.

 2:30:38 Warning Message: '/' is not a value

 2:30:38 Warning Message: No entry '.centerPosition'.

 2:30:38 Warning Message: []: '/' not an array

 2:30:38 Cannot evaluate '' - no file

 2:30:38 Warning Message: []: '/' not an array

 2:30:38 Cannot evaluate '' - no file

 2:30:38 Warning Message: No entry 'bin\config.bin/CfgWorlds.Diyala'.

 2:30:38 Warning Message: No entry '.gridNumbersOverLines'.

 2:30:38 Warning Message: '/' is not a value

 2:30:38 Warning Message: No entry '.centerPosition'.

 2:30:38 Warning Message: []: '/' not an array

 2:30:38 Cannot evaluate '' - no file

 2:30:38 Warning Message: []: '/' not an array

 2:30:38 Cannot evaluate '' - no file

 2:30:38 No speaker given for 

 2:30:38 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionTasksLocal"

 2:30:38 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionConversationsLocal"


 

 2:30:38 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionFlow"

 2:30:38 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_feedbackMain (0 ms)"

 2:30:38 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_missionHandlers (0 ms)"

 2:30:38 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_storeParamsValues (0 ms)"

 2:30:38 "Arma3/BIS_fnc_log: [preInit] ""DeltaTime computation started"""

 2:30:38 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_keyframeAnimation_deltaTime (0 ms)"

 2:30:38 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_getServerVariable (0 ms)"

 2:30:38 "Arma3/BIS_fnc_log: [preInit] ExileClient_fnc_preInit (115.005 ms)"

 2:30:38 "ExileServer - Server is loading..."

 2:30:38 Client: Nonnetwork object 41a4cd00.

 2:30:38 "ExileServer - Installed extDB2 version: 70"

 2:30:38 "ExileServer - extDB2: Error extDB2 is already setup & locked !!!"

 2:30:38 "ExileServer - Check your server rpt for errors, your mission might be stuck a loop restarting"

 2:30:38 "Arma3/BIS_fnc_log: [preInit] ExileServer_fnc_preInit (63.9954 ms)"

 2:30:38 "Arma3/BIS_fnc_log: [script] initServer.sqf"

 2:30:38 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_missionFlow (0.999451 ms)"

 2:30:38 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_initParams (0 ms)"

 2:30:38 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_initRespawn (0 ms)"

 2:30:38 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_keyframeAnimation_init (1.9989 ms)"

 2:30:38 "Arma3/BIS_fnc_log: [postInit] CUP_fnc_emissiveLights (0 ms)"

 2:30:38 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_reviveInit (0 ms)"

 2:30:38 "Arma3/BIS_fnc_log: [postInit] ExileClient_fnc_postInit (0 ms)"

 2:30:38 "ExileServer - Job with handle 10000 added."

 2:30:38 "ExileServer - Job with handle 10001 added."

 2:30:38 "ExileServer - Job with handle 10002 added."

 2:30:38 Weather was forced to change

 2:30:38 "ExileServer - Job with handle 10003 added."

 2:30:38 "ExileServer - Job with handle 10004 added."

 2:30:38 "ExileServer - Initializing game world..."

 2:30:38 "ExileServer - Loading families from database..."

 2:30:38 "ExileServer - Database Error: Error Unknown Protocol"

 2:30:38 Error in expression < to _numberOfClans - 1 do 

{

((_clanIDs select _i) select 0) call ExileServer_sy>

 2:30:38   Error position: <select _i) select 0) call ExileServer_sy>

 2:30:38   Error Generic error in expression

 2:30:38 File exile_server\code\ExileServer_world_loadAllClans.sqf, line 25

 2:30:39 Starting mission:

 2:30:39  Mission file: Exile (__cur_mp)

 2:30:39  Mission world: Diyala

 2:30:39  Mission directory: mpmissions\__cur_mp.Diyala\

 2:30:39 "Arma3/BIS_fnc_log: [BIS_fnc_preload] ----- Initializing scripts in Exile -----"

 2:30:39 Warning Message: No entry 'bin\config.bin/CfgWorlds.Diyala'.

 2:30:39 Warning Message: No entry '.gridNumbersOverLines'.

 2:30:39 Warning Message: '/' is not a value

 2:30:39 Warning Message: No entry '.centerPosition'.

 2:30:39 Warning Message: []: '/' not an array

 2:30:39 Cannot evaluate '' - no file

 2:30:39 Warning Message: []: '/' not an array

 2:30:39 Cannot evaluate '' - no file

 2:30:39 Warning Message: No entry 'bin\config.bin/CfgWorlds.Diyala'.

 2:30:39 Warning Message: No entry '.gridNumbersOverLines'.

 2:30:39 Warning Message: '/' is not a value

 2:30:39 Warning Message: No entry '.centerPosition'.

 2:30:39 Warning Message: []: '/' not an array

 2:30:39 Cannot evaluate '' - no file

 2:30:39 Warning Message: []: '/' not an array

 2:30:39 Cannot evaluate '' - no file

 2:30:39 No speaker given for 

 2:30:39 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionTasksLocal"

 2:30:39 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionConversationsLocal"

 2:30:39 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionFlow"

 2:30:39 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_feedbackMain (0 ms)"

 2:30:39 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_missionHandlers (0 ms)"

 2:30:39 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_storeParamsValues (0 ms)"

 2:30:39 "Arma3/BIS_fnc_log: [preInit] ""DeltaTime computation started"""

 2:30:39 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_keyframeAnimation_deltaTime (0 ms)"

 2:30:39 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_getServerVariable (0 ms)"

 2:30:39 "Arma3/BIS_fnc_log: [preInit] ExileClient_fnc_preInit (114.998 ms)"

 2:30:39 "ExileServer - Server is loading..."

 2:30:39 Client: Nonnetwork object 1a089600.

 2:30:39 "ExileServer - Installed extDB2 version: 70"

 2:30:39 "ExileServer - extDB2: Error extDB2 is already setup & locked !!!"

 2:30:39 "ExileServer - Check your server rpt for errors, your mission might be stuck a loop restarting"

 2:30:39 "Arma3/BIS_fnc_log: [preInit] ExileServer_fnc_preInit (65.0024 ms)"

 2:30:39 "Arma3/BIS_fnc_log: [script] initServer.sqf"

 2:30:39 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_missionFlow (0 ms)"

 2:30:39 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_initParams (0 ms)"

 2:30:39 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_initRespawn (0 ms)"

 2:30:39 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_keyframeAnimation_init (2.99835 ms)"

 2:30:39 "Arma3/BIS_fnc_log: [postInit] CUP_fnc_emissiveLights (0 ms)"

 2:30:39 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_reviveInit (0 ms)"

 2:30:39 "Arma3/BIS_fnc_log: [postInit] ExileClient_fnc_postInit (0 ms)"

 2:30:39 "ExileServer - Job with handle 10000 added."

 2:30:39 "ExileServer - Job with handle 10001 added."

 2:30:39 "ExileServer - Job with handle 10002 added."

 2:30:39 Weather was forced to change

 2:30:39 "ExileServer - Job with handle 10003 added."

 2:30:39 "ExileServer - Job with handle 10004 added."

 2:30:39 "ExileServer - Initializing game world..."

 2:30:39 "ExileServer - Loading families from database..."

 2:30:39 "ExileServer - Database Error: Error Unknown Protocol"

 2:30:39 Error in expression < to _numberOfClans - 1 do 

{

((_clanIDs select _i) select 0) call ExileServer_sy>

 2:30:39   Error position: <select _i) select 0) call ExileServer_sy>

 2:30:39   Error Generic error in expression

 2:30:39 File exile_server\code\ExileServer_world_loadAllClans.sqf, line 25

 2:30:40 Starting mission:

 2:30:40  Mission file: Exile (__cur_mp)

 2:30:40  Mission world: Diyala

 2:30:40  Mission directory: mpmissions\__cur_mp.Diyala\

 2:30:40 "Arma3/BIS_fnc_log: [BIS_fnc_preload] ----- Initializing scripts in Exile -----"

 2:30:40 Warning Message: No entry 'bin\config.bin/CfgWorlds.Diyala'.

 2:30:40 Warning Message: No entry '.gridNumbersOverLines'.


 

 2:30:40 Warning Message: '/' is not a value

 2:30:40 Warning Message: No entry '.centerPosition'.

 2:30:40 Warning Message: []: '/' not an array

 2:30:40 Cannot evaluate '' - no file

 2:30:40 Warning Message: []: '/' not an array

 2:30:40 Cannot evaluate '' - no file

 2:30:40 Warning Message: No entry 'bin\config.bin/CfgWorlds.Diyala'.

 2:30:40 Warning Message: No entry '.gridNumbersOverLines'.

 2:30:40 Warning Message: '/' is not a value

 2:30:40 Warning Message: No entry '.centerPosition'.

 2:30:40 Warning Message: []: '/' not an array

 2:30:40 Cannot evaluate '' - no file

 2:30:40 Warning Message: []: '/' not an array

 2:30:40 Cannot evaluate '' - no file

 2:30:40 No speaker given for 

 2:30:40 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionTasksLocal"

 2:30:40 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionConversationsLocal"

 2:30:40 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionFlow"

 2:30:40 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_feedbackMain (0 ms)"

 2:30:40 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_missionHandlers (0 ms)"

 2:30:40 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_storeParamsValues (0 ms)"

 2:30:40 "Arma3/BIS_fnc_log: [preInit] ""DeltaTime computation started"""

 2:30:40 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_keyframeAnimation_deltaTime (0.999451 ms)"

 2:30:40 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_getServerVariable (0 ms)"

 2:30:40 "Arma3/BIS_fnc_log: [preInit] ExileClient_fnc_preInit (112 ms)"

 2:30:40 "ExileServer - Server is loading..."

 2:30:40 Client: Nonnetwork object 1a54c700.

 2:30:40 "ExileServer - Installed extDB2 version: 70"

 2:30:40 "ExileServer - extDB2: Error extDB2 is already setup & locked !!!"

 2:30:40 "ExileServer - Check your server rpt for errors, your mission might be stuck a loop restarting"

 2:30:40 "Arma3/BIS_fnc_log: [preInit] ExileServer_fnc_preInit (65.0024 ms)"

 2:30:40 "Arma3/BIS_fnc_log: [script] initServer.sqf"

 2:30:40 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_missionFlow (0 ms)"

 2:30:40 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_initParams (0.999451 ms)"

 2:30:40 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_initRespawn (0 ms)"

 2:30:40 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_keyframeAnimation_init (1.9989 ms)"

 2:30:40 "Arma3/BIS_fnc_log: [postInit] CUP_fnc_emissiveLights (0 ms)"

 2:30:40 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_reviveInit (0 ms)"

 2:30:40 "Arma3/BIS_fnc_log: [postInit] ExileClient_fnc_postInit (0 ms)"

 2:30:40 "ExileServer - Job with handle 10000 added."

 2:30:40 "ExileServer - Job with handle 10001 added."

 2:30:40 "ExileServer - Job with handle 10002 added."

 2:30:40 Weather was forced to change

 2:30:40 "ExileServer - Job with handle 10003 added."

 2:30:40 "ExileServer - Job with handle 10004 added."

 2:30:40 "ExileServer - Initializing game world..."

 2:30:40 "ExileServer - Loading families from database..."

 2:30:40 "ExileServer - Database Error: Error Unknown Protocol"

 2:30:40 Error in expression < to _numberOfClans - 1 do 

{

((_clanIDs select _i) select 0) call ExileServer_sy>

 2:30:40   Error position: <select _i) select 0) call ExileServer_sy>

 2:30:40   Error Generic error in expression

 2:30:40 File exile_server\code\ExileServer_world_loadAllClans.sqf, line 25

 2:30:41 Starting mission:

 2:30:41  Mission file: Exile (__cur_mp)

 2:30:41  Mission world: Diyala

 2:30:41  Mission directory: mpmissions\__cur_mp.Diyala\

 2:30:41 "Arma3/BIS_fnc_log: [BIS_fnc_preload] ----- Initializing scripts in Exile -----"

 2:30:41 Warning Message: No entry 'bin\config.bin/CfgWorlds.Diyala'.

 2:30:41 Warning Message: No entry '.gridNumbersOverLines'.

 2:30:41 Warning Message: '/' is not a value

 2:30:41 Warning Message: No entry '.centerPosition'.

 2:30:41 Warning Message: []: '/' not an array

 2:30:41 Cannot evaluate '' - no file

 2:30:41 Warning Message: []: '/' not an array

 2:30:41 Cannot evaluate '' - no file

 2:30:41 Warning Message: No entry 'bin\config.bin/CfgWorlds.Diyala'.

 2:30:41 Warning Message: No entry '.gridNumbersOverLines'.

 2:30:41 Warning Message: '/' is not a value

 2:30:41 Warning Message: No entry '.centerPosition'.

 2:30:41 Warning Message: []: '/' not an array

 2:30:41 Cannot evaluate '' - no file

 2:30:41 Warning Message: []: '/' not an array

 2:30:41 Cannot evaluate '' - no file

 2:30:41 No speaker given for 

 2:30:41 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionTasksLocal"

 2:30:41 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionConversationsLocal"

 2:30:41 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionFlow"

 2:30:41 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_feedbackMain (0 ms)"

 2:30:41 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_missionHandlers (0 ms)"

 2:30:41 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_storeParamsValues (0 ms)"

 2:30:41 "Arma3/BIS_fnc_log: [preInit] ""DeltaTime computation started"""

 2:30:41 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_keyframeAnimation_deltaTime (0 ms)"

 2:30:41 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_getServerVariable (0 ms)"

 2:30:41 "Arma3/BIS_fnc_log: [preInit] ExileClient_fnc_preInit (116.005 ms)"

 2:30:41 "ExileServer - Server is loading..."

 2:30:41 Client: Nonnetwork object 1bef2500.

 2:30:41 "ExileServer - Installed extDB2 version: 70"

 2:30:41 "ExileServer - extDB2: Error extDB2 is already setup & locked !!!"

 2:30:41 "ExileServer - Check your server rpt for errors, your mission might be stuck a loop restarting"

 2:30:41 "Arma3/BIS_fnc_log: [preInit] ExileServer_fnc_preInit (64.9948 ms)"

 2:30:41 "Arma3/BIS_fnc_log: [script] initServer.sqf"

 2:30:41 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_missionFlow (0.999451 ms)"

 2:30:41 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_initParams (0 ms)"

 2:30:41 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_initRespawn (0 ms)"

 2:30:41 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_keyframeAnimation_init (2.00653 ms)"

 2:30:41 "Arma3/BIS_fnc_log: [postInit] CUP_fnc_emissiveLights (0 ms)"

 2:30:41 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_reviveInit (0 ms)"

 2:30:41 "Arma3/BIS_fnc_log: [postInit] ExileClient_fnc_postInit (0 ms)"

 2:30:41 "ExileServer - Job with handle 10000 added."

 2:30:41 "ExileServer - Job with handle 10001 added."

 2:30:41 "ExileServer - Job with handle 10002 added."


 

 2:30:42 Starting mission:

 2:30:42  Mission file: Exile (__cur_mp)

 2:30:42  Mission world: Diyala

 2:30:42  Mission directory: mpmissions\__cur_mp.Diyala\

 2:30:42 "Arma3/BIS_fnc_log: [BIS_fnc_preload] ----- Initializing scripts in Exile -----"

 2:30:42 Warning Message: No entry 'bin\config.bin/CfgWorlds.Diyala'.

 2:30:42 Warning Message: No entry '.gridNumbersOverLines'.

 2:30:42 Warning Message: '/' is not a value

 2:30:42 Warning Message: No entry '.centerPosition'.

 2:30:42 Warning Message: []: '/' not an array

 2:30:42 Cannot evaluate '' - no file

 2:30:42 Warning Message: []: '/' not an array

 2:30:42 Cannot evaluate '' - no file

 2:30:42 Warning Message: No entry 'bin\config.bin/CfgWorlds.Diyala'.

 2:30:42 Warning Message: No entry '.gridNumbersOverLines'.

 2:30:42 Warning Message: '/' is not a value

 2:30:42 Warning Message: No entry '.centerPosition'.

 2:30:42 Warning Message: []: '/' not an array

 2:30:42 Cannot evaluate '' - no file

 2:30:42 Warning Message: []: '/' not an array

 2:30:42 Cannot evaluate '' - no file

 2:30:42 No speaker given for 

 2:30:42 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionTasksLocal"

 2:30:42 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionConversationsLocal"

 2:30:42 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionFlow"

 2:30:42 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_feedbackMain (0 ms)"

 2:30:42 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_missionHandlers (0 ms)"

 2:30:42 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_storeParamsValues (0 ms)"

 2:30:42 "Arma3/BIS_fnc_log: [preInit] ""DeltaTime computation started"""

 2:30:42 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_keyframeAnimation_deltaTime (0.999451 ms)"

 2:30:42 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_getServerVariable (0 ms)"

 2:30:42 "Arma3/BIS_fnc_log: [preInit] ExileClient_fnc_preInit (115.997 ms)"

 2:30:42 "ExileServer - Server is loading..."

 2:30:42 Client: Nonnetwork object 17ad8700.

 2:30:42 "ExileServer - Installed extDB2 version: 70"

 2:30:42 "ExileServer - extDB2: Error extDB2 is already setup & locked !!!"

 2:30:42 "ExileServer - Check your server rpt for errors, your mission might be stuck a loop restarting"

 2:30:42 "Arma3/BIS_fnc_log: [preInit] ExileServer_fnc_preInit (64.003 ms)"

 2:30:43 "Arma3/BIS_fnc_log: [script] initServer.sqf"

 2:30:43 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_missionFlow (0 ms)"

 2:30:43 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_initParams (0 ms)"

 2:30:43 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_initRespawn (0 ms)"

 2:30:43 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_keyframeAnimation_init (1.9989 ms)"

 2:30:43 "Arma3/BIS_fnc_log: [postInit] CUP_fnc_emissiveLights (0 ms)"

 2:30:43 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_reviveInit (0 ms)"

 2:30:43 "Arma3/BIS_fnc_log: [postInit] ExileClient_fnc_postInit (0 ms)"

 2:30:43 "ExileServer - Job with handle 10000 added."

 2:30:43 "ExileServer - Job with handle 10001 added."

 2:30:43 "ExileServer - Job with handle 10002 added."

 2:30:43 Weather was forced to change

 2:30:43 "ExileServer - Job with handle 10003 added."

 2:30:43 "ExileServer - Job with handle 10004 added."

 2:30:43 "ExileServer - Initializing game world..."

 2:30:43 "ExileServer - Loading families from database..."

 2:30:43 "ExileServer - Database Error: Error Unknown Protocol"

 2:30:43 Error in expression < to _numberOfClans - 1 do 

{

((_clanIDs select _i) select 0) call ExileServer_sy>

 2:30:43   Error position: <select _i) select 0) call ExileServer_sy>

 2:30:43   Error Generic error in expression

 2:30:43 File exile_server\code\ExileServer_world_loadAllClans.sqf, line 25

 2:30:43 Starting mission:

 2:30:43  Mission file: Exile (__cur_mp)

 2:30:43  Mission world: Diyala

 2:30:43  Mission directory: mpmissions\__cur_mp.Diyala\

 2:30:43 "Arma3/BIS_fnc_log: [BIS_fnc_preload] ----- Initializing scripts in Exile -----"

 2:30:43 Warning Message: No entry 'bin\config.bin/CfgWorlds.Diyala'.

 2:30:43 Warning Message: No entry '.gridNumbersOverLines'.

 2:30:43 Warning Message: '/' is not a value

 2:30:43 Warning Message: No entry '.centerPosition'.

 2:30:43 Warning Message: []: '/' not an array

 2:30:43 Cannot evaluate '' - no file

 2:30:43 Warning Message: []: '/' not an array

 2:30:43 Cannot evaluate '' - no file

 2:30:43 Warning Message: No entry 'bin\config.bin/CfgWorlds.Diyala'.

 2:30:43 Warning Message: No entry '.gridNumbersOverLines'.

 2:30:43 Warning Message: '/' is not a value

 2:30:43 Warning Message: No entry '.centerPosition'.

 2:30:43 Warning Message: []: '/' not an array

 2:30:43 Cannot evaluate '' - no file

 2:30:43 Warning Message: []: '/' not an array

 2:30:43 Cannot evaluate '' - no file

 2:30:43 No speaker given for 

 2:30:43 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionTasksLocal"

 2:30:43 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionConversationsLocal"

 2:30:43 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionFlow"

 2:30:43 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_feedbackMain (0 ms)"

 2:30:43 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_missionHandlers (0 ms)"

 2:30:43 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_storeParamsValues (0 ms)"

 2:30:43 "Arma3/BIS_fnc_log: [preInit] ""DeltaTime computation started"""

 2:30:43 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_keyframeAnimation_deltaTime (0 ms)"

 2:30:44 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_getServerVariable (0.999451 ms)"

 2:30:44 "Arma3/BIS_fnc_log: [preInit] ExileClient_fnc_preInit (113.998 ms)"

 2:30:44 "ExileServer - Server is loading..."

 2:30:44 Client: Nonnetwork object 41a4d000.

 2:30:44 "ExileServer - Installed extDB2 version: 70"

 2:30:44 "ExileServer - extDB2: Error extDB2 is already setup & locked !!!"

 2:30:44 "ExileServer - Check your server rpt for errors, your mission might be stuck a loop restarting"

 2:30:44 "Arma3/BIS_fnc_log: [preInit] ExileServer_fnc_preInit (65.0024 ms)"

 2:30:44 "Arma3/BIS_fnc_log: [script] initServer.sqf"

 2:30:44 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_missionFlow (0.999451 ms)"

 2:30:44 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_initParams (0 ms)"

 2:30:44 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_initRespawn (0 ms)"


 

 2:30:44 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_keyframeAnimation_init (1.9989 ms)"

 2:30:44 "Arma3/BIS_fnc_log: [postInit] CUP_fnc_emissiveLights (0 ms)"

 2:30:44 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_reviveInit (0 ms)"

 2:30:44 "Arma3/BIS_fnc_log: [postInit] ExileClient_fnc_postInit (0 ms)"

 2:30:44 "ExileServer - Job with handle 10000 added."

 2:30:44 "ExileServer - Job with handle 10001 added."

 2:30:44 "ExileServer - Job with handle 10002 added."

 2:30:44 Weather was forced to change

 2:30:44 "ExileServer - Job with handle 10003 added."

 2:30:44 "ExileServer - Job with handle 10004 added."

 2:30:44 "ExileServer - Initializing game world..."

 2:30:44 "ExileServer - Loading families from database..."

 2:30:44 "ExileServer - Database Error: Error Unknown Protocol"

 2:30:44 Error in expression < to _numberOfClans - 1 do 

{

((_clanIDs select _i) select 0) call ExileServer_sy>

 2:30:44   Error position: <select _i) select 0) call ExileServer_sy>

 2:30:44   Error Generic error in expression

 2:30:44 File exile_server\code\ExileServer_world_loadAllClans.sqf, line 25

 2:30:44 Starting mission:

 2:30:44  Mission file: Exile (__cur_mp)

 2:30:44  Mission world: Diyala

 2:30:44  Mission directory: mpmissions\__cur_mp.Diyala\

 2:30:45 "Arma3/BIS_fnc_log: [BIS_fnc_preload] ----- Initializing scripts in Exile -----"

 2:30:45 Warning Message: No entry 'bin\config.bin/CfgWorlds.Diyala'.

 2:30:45 Warning Message: No entry '.gridNumbersOverLines'.

 2:30:45 Warning Message: '/' is not a value

 2:30:45 Warning Message: No entry '.centerPosition'.

 2:30:45 Warning Message: []: '/' not an array

 2:30:45 Cannot evaluate '' - no file

 2:30:45 Warning Message: []: '/' not an array

 2:30:45 Cannot evaluate '' - no file

 2:30:45 Warning Message: No entry 'bin\config.bin/CfgWorlds.Diyala'.

 2:30:45 Warning Message: No entry '.gridNumbersOverLines'.

 2:30:45 Warning Message: '/' is not a value

 2:30:45 Warning Message: No entry '.centerPosition'.

 2:30:45 Warning Message: []: '/' not an array

 2:30:45 Cannot evaluate '' - no file

 2:30:45 Warning Message: []: '/' not an array

 2:30:45 Cannot evaluate '' - no file

 2:30:45 No speaker given for 

 2:30:45 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionTasksLocal"

 2:30:45 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionConversationsLocal"

 2:30:45 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionFlow"

 2:30:45 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_feedbackMain (0 ms)"

 2:30:45 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_missionHandlers (0 ms)"

 2:30:45 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_storeParamsValues (0 ms)"

 2:30:45 "Arma3/BIS_fnc_log: [preInit] ""DeltaTime computation started"""

 2:30:45 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_keyframeAnimation_deltaTime (0 ms)"

 2:30:45 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_getServerVariable (0 ms)"

 2:30:45 "Arma3/BIS_fnc_log: [preInit] ExileClient_fnc_preInit (115.997 ms)"

 2:30:45 "ExileServer - Server is loading..."

 2:30:45 Client: Nonnetwork object 1a088a00.

 2:30:45 "ExileServer - Installed extDB2 version: 70"

 2:30:45 "ExileServer - extDB2: Error extDB2 is already setup & locked !!!"

 2:30:45 "ExileServer - Check your server rpt for errors, your mission might be stuck a loop restarting"

 2:30:45 "Arma3/BIS_fnc_log: [preInit] ExileServer_fnc_preInit (79.0024 ms)"

 2:30:45 "Arma3/BIS_fnc_log: [script] initServer.sqf"

 2:30:45 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_missionFlow (0 ms)"

 2:30:45 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_initParams (0 ms)"

 2:30:45 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_initRespawn (0 ms)"

 2:30:45 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_keyframeAnimation_init (1.9989 ms)"

 2:30:45 "Arma3/BIS_fnc_log: [postInit] CUP_fnc_emissiveLights (0 ms)"

 2:30:45 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_reviveInit (0 ms)"

 2:30:45 "Arma3/BIS_fnc_log: [postInit] ExileClient_fnc_postInit (0 ms)"

 2:30:45 "ExileServer - Job with handle 10000 added."

 2:30:45 "ExileServer - Job with handle 10001 added."

 2:30:45 "ExileServer - Job with handle 10002 added."

 2:30:45 Weather was forced to change

 2:30:45 "ExileServer - Job with handle 10003 added."

 2:30:45 "ExileServer - Job with handle 10004 added."

 2:30:45 "ExileServer - Initializing game world..."

 2:30:45 "ExileServer - Loading families from database..."

 2:30:45 "ExileServer - Database Error: Error Unknown Protocol"

 2:30:45 Error in expression < to _numberOfClans - 1 do 

{

((_clanIDs select _i) select 0) call ExileServer_sy>

 2:30:45   Error position: <select _i) select 0) call ExileServer_sy>

 2:30:45   Error Generic error in expression

 2:30:45 File exile_server\code\ExileServer_world_loadAllClans.sqf, line 25

 2:30:46 Starting mission:

 2:30:46  Mission file: Exile (__cur_mp)

 2:30:46  Mission world: Diyala

 2:30:46  Mission directory: mpmissions\__cur_mp.Diyala\

 2:30:46 "Arma3/BIS_fnc_log: [BIS_fnc_preload] ----- Initializing scripts in Exile -----"

 2:30:46 Warning Message: No entry 'bin\config.bin/CfgWorlds.Diyala'.

 2:30:46 Warning Message: No entry '.gridNumbersOverLines'.

 2:30:46 Warning Message: '/' is not a value

 2:30:46 Warning Message: No entry '.centerPosition'.

 2:30:46 Warning Message: []: '/' not an array

 2:30:46 Cannot evaluate '' - no file

 2:30:46 Warning Message: []: '/' not an array

 2:30:46 Cannot evaluate '' - no file

 2:30:46 Warning Message: No entry 'bin\config.bin/CfgWorlds.Diyala'.

 2:30:46 Warning Message: No entry '.gridNumbersOverLines'.

 2:30:46 Warning Message: '/' is not a value

 2:30:46 Warning Message: No entry '.centerPosition'.

 2:30:46 Warning Message: []: '/' not an array

 2:30:46 Cannot evaluate '' - no file

 2:30:46 Warning Message: []: '/' not an array

 2:30:46 Cannot evaluate '' - no file

 2:30:46 No speaker given for 

 2:30:46 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionTasksLocal"

 2:30:46 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionConversationsLocal"

 2:30:46 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionFlow"


 

 2:30:46 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_feedbackMain (0.999451 ms)"

 2:30:46 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_missionHandlers (0 ms)"

 2:30:46 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_storeParamsValues (0 ms)"

 2:30:46 "Arma3/BIS_fnc_log: [preInit] ""DeltaTime computation started"""

 2:30:46 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_keyframeAnimation_deltaTime (0 ms)"

 2:30:46 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_getServerVariable (0 ms)"

 2:30:46 "Arma3/BIS_fnc_log: [preInit] ExileClient_fnc_preInit (115.005 ms)"

 2:30:46 "ExileServer - Server is loading..."

 2:30:46 Client: Nonnetwork object 1a54f400.

 2:30:46 "ExileServer - Installed extDB2 version: 70"

 2:30:46 "ExileServer - extDB2: Error extDB2 is already setup & locked !!!"

 2:30:46 "ExileServer - Check your server rpt for errors, your mission might be stuck a loop restarting"

 2:30:46 "Arma3/BIS_fnc_log: [preInit] ExileServer_fnc_preInit (65.9943 ms)"

 2:30:46 "Arma3/BIS_fnc_log: [script] initServer.sqf"

 2:30:46 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_missionFlow (0.999451 ms)"

 2:30:46 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_initParams (0 ms)"

 2:30:46 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_initRespawn (0 ms)"

 2:30:46 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_keyframeAnimation_init (1.9989 ms)"

 2:30:46 "Arma3/BIS_fnc_log: [postInit] CUP_fnc_emissiveLights (0 ms)"

 2:30:46 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_reviveInit (0 ms)"

 2:30:46 "Arma3/BIS_fnc_log: [postInit] ExileClient_fnc_postInit (0 ms)"

 2:30:46 "ExileServer - Job with handle 10000 added."

 2:30:46 "ExileServer - Job with handle 10001 added."

 2:30:46 "ExileServer - Job with handle 10002 added."

 2:30:46 Weather was forced to change

 2:30:46 "ExileServer - Job with handle 10003 added."

 2:30:46 "ExileServer - Job with handle 10004 added."

 2:30:46 "ExileServer - Initializing game world..."

 2:30:46 "ExileServer - Loading families from database..."

 2:30:46 "ExileServer - Database Error: Error Unknown Protocol"

 2:30:46 Error in expression < to _numberOfClans - 1 do 

{

((_clanIDs select _i) select 0) call ExileServer_sy>

 2:30:46   Error position: <select _i) select 0) call ExileServer_sy>

 2:30:46   Error Generic error in expression

 2:30:46 File exile_server\code\ExileServer_world_loadAllClans.sqf, line 25

 2:30:47 Starting mission:

 2:30:47  Mission file: Exile (__cur_mp)

 2:30:47  Mission world: Diyala

 2:30:47  Mission directory: mpmissions\__cur_mp.Diyala\

 2:30:47 "Arma3/BIS_fnc_log: [BIS_fnc_preload] ----- Initializing scripts in Exile -----"

 2:30:47 Warning Message: No entry 'bin\config.bin/CfgWorlds.Diyala'.

 2:30:47 Warning Message: No entry '.gridNumbersOverLines'.

 2:30:47 Warning Message: '/' is not a value

 2:30:47 Warning Message: No entry '.centerPosition'.

 2:30:47 Warning Message: []: '/' not an array

 2:30:47 Cannot evaluate '' - no file

 2:30:47 Warning Message: []: '/' not an array

 2:30:47 Cannot evaluate '' - no file

 2:30:47 Warning Message: No entry 'bin\config.bin/CfgWorlds.Diyala'.

 2:30:47 Warning Message: No entry '.gridNumbersOverLines'.

 2:30:47 Warning Message: '/' is not a value

 2:30:47 Warning Message: No entry '.centerPosition'.

 2:30:47 Warning Message: []: '/' not an array

 2:30:47 Cannot evaluate '' - no file

 2:30:47 Warning Message: []: '/' not an array

 2:30:47 Cannot evaluate '' - no file

 2:30:47 No speaker given for 

 2:30:47 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionTasksLocal"

 2:30:47 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionConversationsLocal"

 2:30:47 "Arma3/BIS_fnc_log: [recompile] recompile BIS_fnc_missionFlow"

 2:30:47 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_feedbackMain (0.999451 ms)"

 2:30:47 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_missionHandlers (0 ms)"

 2:30:47 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_storeParamsValues (0 ms)"

 2:30:47 "Arma3/BIS_fnc_log: [preInit] ""DeltaTime computation started"""

 2:30:47 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_keyframeAnimation_deltaTime (0 ms)"

 2:30:47 "Arma3/BIS_fnc_log: [preInit] BIS_fnc_getServerVariable (0 ms)"

 2:30:47 "Arma3/BIS_fnc_log: [preInit] ExileClient_fnc_preInit (115.997 ms)"

 2:30:47 "ExileServer - Server is loading..."

 2:30:47 Client: Nonnetwork object 1bef2200.

 2:30:47 "ExileServer - Installed extDB2 version: 70"

 2:30:47 "ExileServer - extDB2: Error extDB2 is already setup & locked !!!"

 2:30:47 "ExileServer - Check your server rpt for errors, your mission might be stuck a loop restarting"

 2:30:47 "Arma3/BIS_fnc_log: [preInit] ExileServer_fnc_preInit (64.003 ms)"

 2:30:47 "Arma3/BIS_fnc_log: [script] initServer.sqf"

 2:30:47 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_missionFlow (0 ms)"

 2:30:47 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_initParams (0.999451 ms)"

 2:30:47 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_initRespawn (0 ms)"

 2:30:47 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_keyframeAnimation_init (1.9989 ms)"

 2:30:47 "Arma3/BIS_fnc_log: [postInit] CUP_fnc_emissiveLights (0 ms)"

 2:30:47 "Arma3/BIS_fnc_log: [postInit] BIS_fnc_reviveInit (0 ms)"

 2:30:47 "Arma3/BIS_fnc_log: [postInit] ExileClient_fnc_postInit (0 ms)"

 2:30:47 "ExileServer - Job with handle 10000 added."

 2:30:47 "ExileServer - Job with handle 10001 added."

 2:30:47 "ExileServer - Job with handle 10002 added."

 2:30:47 Weather was forced to change

 2:30:47 "ExileServer - Job with handle 10003 added."

 2:30:47 "ExileServer - Job with handle 10004 added."

 2:30:47 "ExileServer - Initializing game world..."

 2:30:47 "ExileServer - Loading families from database..."

 2:30:47 "ExileServer - Database Error: Error Unknown Protocol"

 2:30:47 Error in expression < to _numberOfClans - 1 do 

{

((_clanIDs select _i) select 0) call ExileServer_sy>

 2:30:47   Error position: <select _i) select 0) call ExileServer_sy>

 2:30:47   Error Generic error in expression

 2:30:47 File exile_server\code\ExileServer_world_loadAllClans.sqf, line 25

 

Share this post


Link to post
Share on other sites
Advertisement

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

  • Recently Browsing   0 members

    No registered users viewing this page.