Static spawn errors

LTGNick

Valued Member!
i started up my server with static spawns located at devils castle and got a couple errors and im confused on what is wrong heres the errors

Code:
23:23:54 "[DZAI] Initializing DZAI version 2.1.3 Release Build 09272014 using base path z\addons\dayz_server\DZAI."
23:23:54 "[DZAI] Reading DZAI configuration file."
23:23:54 "[DZAI] DZAI configuration file loaded."
23:23:54 "[DZAI] Compiling DZAI functions."
23:23:54 File z\addons\dayz_server\system\server_cleanup.fsm, line 305: '/FSM/States/general_cleanup.init': Missing ';' at the end of line
23:23:54 Error context dayz_serverObjectMonitor = _safety;";
23:23:54 Warning Message: File z\addons\dayz_server\system\server_cleanup.fsm, line 305: '/FSM/States/general_cleanup.': '"' encountered instead of '='
23:23:54 Warning Message: Config : some input after EndOfFile.
23:23:54 "[DZAI] DZAI functions compiled."
23:23:54 "DZAI Debug: Detected mod variant dayz."
23:23:54 "DayZ (Default) classnames loaded."
23:23:54 "[DZAI] DZAI settings: Debug Level: 1. DebugMarkers: false. WorldName: chernarus. ModName:  (Ver: dayz 1.8.2). DZAI_dynamicWeaponList: true. VerifyTables: true."
23:23:54 "[DZAI] AI spawn settings: Static: false. Dynamic: false. Air: false. Land: false."
23:23:54 "[DZAI] AI settings: DZAI_findKiller: true. DZAI_useHealthSystem: true. DZAI_weaponNoise: false. DZAI_zombieEnemy: false."
23:23:54 "[DZAI] DZAI loading completed in 0.701004 seconds."
23:23:54 Error in expression <ld_spawn_configs\world_chernarus.sqf"


DZAI_customSpawnsReady = true;
diag_log >
23:23:54   Error position: <DZAI_customSpawnsReady = true;
diag_log >
23:23:54   Error Missing ]
23:23:54 File z\addons\dayz_server\DZAI\init\world_spawn_configs\world_chernarus.sqf, line 90
23:23:55 "DZAI Debug: DZAI Startup is running required script files..."
23:23:55 "[DZAI] DZAI finished building weighted weapongrade tables in 0.475006 seconds."
23:23:56 "DZAI Debug: Spawning in serverside objects... Reading from file CfgTownGeneratorChernarus."
23:23:56 "DZAI Debug: Building DZAI weapon arrays using CfgBuildingLoot data."
23:23:56 "DZAI Debug: Weapon classname tables created in 0.475998 seconds."
23:23:58 "[DZAI] Verified 107 unique classnames in 0.588989 seconds."
23:23:58 Error in expression <     
false                   
] call DZAI_spawn;

[
"AIBase2",   
6,        >
23:23:58   Error position: <DZAI_spawn;

[
"AIBase2",   
6,        >
23:23:58   Error Undefined variable in expression: dzai_spawn
23:23:58 File z\addons\dayz_server\DZAI\init\world_spawn_configs\custom_spawns\cust_spawns_chernarus.sqf, line 53
23:23:58 "z\addons\dayz_server\compile\fa_antiwallhack.sqf: 18 buildings patched with 153 objects"


Heres a link to my custom spawns sqf
http://pastebin.com/ES3p5985

Heres a link to my custom markers sqf
http://pastebin.com/BkAbQNxk

Anyone know whats wrong?
 
The error missing ] is not in the files you linked. I think you have more problems than your AI. Did you see these errors
Code:
23:23:54 File z\addons\dayz_server\system\server_cleanup.fsm, line 305: '/FSM/States/general_cleanup.init': Missing ';' at the end of line
23:23:54 Error context dayz_serverObjectMonitor = _safety;";
23:23:54 Warning Message: File z\addons\dayz_server\system\server_cleanup.fsm, line 305: '/FSM/States/general_cleanup.': '"' encountered instead of '='
23:23:54 Warning Message: Config : some input after EndOfFile.

the error at the bottom
Error Undefined variable in expression: dzai_spawn
thats a global variable that is not getting loaded from the config file ...
and it says error line 53 but you only pasted up to line 27 ....
 
All DZAI rpt is here
Code:
Search "DZAI" (76 hits in 1 file)
  C:\Users\Nick\Downloads\arma2oaserver (23).RPT (76 hits)
    Line 24215: 23:23:54 "[DZAI] Initializing DZAI version 2.1.3 Release Build 09272014 using base path z\addons\dayz_server\DZAI."
    Line 24215: 23:23:54 "[DZAI] Initializing DZAI version 2.1.3 Release Build 09272014 using base path z\addons\dayz_server\DZAI."
    Line 24215: 23:23:54 "[DZAI] Initializing DZAI version 2.1.3 Release Build 09272014 using base path z\addons\dayz_server\DZAI."
    Line 24216: 23:23:54 "[DZAI] Reading DZAI configuration file."
    Line 24216: 23:23:54 "[DZAI] Reading DZAI configuration file."
    Line 24217: 23:23:54 "[DZAI] DZAI configuration file loaded."
    Line 24217: 23:23:54 "[DZAI] DZAI configuration file loaded."
    Line 24218: 23:23:54 "[DZAI] Compiling DZAI functions."
    Line 24218: 23:23:54 "[DZAI] Compiling DZAI functions."
    Line 24223: 23:23:54 "[DZAI] DZAI functions compiled."
    Line 24223: 23:23:54 "[DZAI] DZAI functions compiled."
    Line 24224: 23:23:54 "DZAI Debug: Detected mod variant dayz."
    Line 24226: 23:23:54 "[DZAI] DZAI settings: Debug Level: 1. DebugMarkers: false. WorldName: chernarus. ModName:  (Ver: dayz 1.8.2). DZAI_dynamicWeaponList: true. VerifyTables: true."
    Line 24226: 23:23:54 "[DZAI] DZAI settings: Debug Level: 1. DebugMarkers: false. WorldName: chernarus. ModName:  (Ver: dayz 1.8.2). DZAI_dynamicWeaponList: true. VerifyTables: true."
    Line 24226: 23:23:54 "[DZAI] DZAI settings: Debug Level: 1. DebugMarkers: false. WorldName: chernarus. ModName:  (Ver: dayz 1.8.2). DZAI_dynamicWeaponList: true. VerifyTables: true."
    Line 24227: 23:23:54 "[DZAI] AI spawn settings: Static: false. Dynamic: false. Air: false. Land: false."
    Line 24228: 23:23:54 "[DZAI] AI settings: DZAI_findKiller: true. DZAI_useHealthSystem: true. DZAI_weaponNoise: false. DZAI_zombieEnemy: false."
    Line 24228: 23:23:54 "[DZAI] AI settings: DZAI_findKiller: true. DZAI_useHealthSystem: true. DZAI_weaponNoise: false. DZAI_zombieEnemy: false."
    Line 24228: 23:23:54 "[DZAI] AI settings: DZAI_findKiller: true. DZAI_useHealthSystem: true. DZAI_weaponNoise: false. DZAI_zombieEnemy: false."
    Line 24228: 23:23:54 "[DZAI] AI settings: DZAI_findKiller: true. DZAI_useHealthSystem: true. DZAI_weaponNoise: false. DZAI_zombieEnemy: false."
    Line 24228: 23:23:54 "[DZAI] AI settings: DZAI_findKiller: true. DZAI_useHealthSystem: true. DZAI_weaponNoise: false. DZAI_zombieEnemy: false."
    Line 24229: 23:23:54 "[DZAI] DZAI loading completed in 0.701004 seconds."
    Line 24229: 23:23:54 "[DZAI] DZAI loading completed in 0.701004 seconds."
    Line 24233: DZAI_customSpawnsReady = true;
    Line 24235: 23:23:54   Error position: <DZAI_customSpawnsReady = true;
    Line 24238: 23:23:54 File z\addons\dayz_server\DZAI\init\world_spawn_configs\world_chernarus.sqf, line 90
    Line 24239: 23:23:55 "DZAI Debug: DZAI Startup is running required script files..."
    Line 24239: 23:23:55 "DZAI Debug: DZAI Startup is running required script files..."
    Line 24240: 23:23:55 "[DZAI] DZAI finished building weighted weapongrade tables in 0.475006 seconds."
    Line 24240: 23:23:55 "[DZAI] DZAI finished building weighted weapongrade tables in 0.475006 seconds."
    Line 24241: 23:23:56 "DZAI Debug: Spawning in serverside objects... Reading from file CfgTownGeneratorChernarus."
    Line 24242: 23:23:56 "DZAI Debug: Building DZAI weapon arrays using CfgBuildingLoot data."
    Line 24242: 23:23:56 "DZAI Debug: Building DZAI weapon arrays using CfgBuildingLoot data."
    Line 24243: 23:23:56 "DZAI Debug: Weapon classname tables created in 0.475998 seconds."
    Line 24244: 23:23:58 "[DZAI] Verified 107 unique classnames in 0.588989 seconds."
    Line 24247: ] call DZAI_spawn;
    Line 24252: 23:23:58   Error position: <DZAI_spawn;
    Line 24257: 23:23:58   Error Undefined variable in expression: dzai_spawn
    Line 24258: 23:23:58 File z\addons\dayz_server\DZAI\init\world_spawn_configs\custom_spawns\cust_spawns_chernarus.sqf, line 53
    Line 24268: 23:24:00 "DZAI Server Monitor will start in 1 minute."
    Line 24283: 23:24:06 "DZAI Debug: Location configuration completed with 77 locations found in 6.73199 seconds."
    Line 24292: 23:24:59 [DZMS]: DZAI Found! Using DZAI's Relations!
    Line 24292: 23:24:59 [DZMS]: DZAI Found! Using DZAI's Relations!
    Line 24318: 23:26:36 "DZAI Debug: Serverside object patch completed in 159.71 seconds."
    Line 24353: 23:32:32 "DZAI Monitor :: Server Uptime: [0d 0h 12m 8s]. Active AI Groups: 0."
    Line 24354: 23:32:32 "DZAI Monitor :: Static Spawns: 0. Respawn Queue: 0 groups queued."
    Line 24445: 23:41:04 "DZAI Monitor :: Server Uptime: [0d 0h 20m 39s]. Active AI Groups: 0."
    Line 24446: 23:41:04 "DZAI Monitor :: Static Spawns: 0. Respawn Queue: 0 groups queued."
    Line 24494: 23:49:34 "DZAI Monitor :: Server Uptime: [0d 0h 29m 10s]. Active AI Groups: 0."
    Line 24495: 23:49:34 "DZAI Monitor :: Static Spawns: 0. Respawn Queue: 0 groups queued."
    Line 24498: 23:58:05 "DZAI Monitor :: Server Uptime: [0d 0h 37m 40s]. Active AI Groups: 0."
    Line 24499: 23:58:05 "DZAI Monitor :: Static Spawns: 0. Respawn Queue: 0 groups queued."
    Line 24532:  0:06:36 "DZAI Monitor :: Server Uptime: [0d 0h 46m 11s]. Active AI Groups: 0."
    Line 24533:  0:06:36 "DZAI Monitor :: Static Spawns: 0. Respawn Queue: 0 groups queued."
    Line 24565:  0:15:06 "DZAI Monitor :: Server Uptime: [0d 0h 54m 42s]. Active AI Groups: 0."
    Line 24566:  0:15:06 "DZAI Monitor :: Static Spawns: 0. Respawn Queue: 0 groups queued."
    Line 24586:  0:23:37 "DZAI Monitor :: Server Uptime: [0d 1h 3m 12s]. Active AI Groups: 0."
    Line 24587:  0:23:37 "DZAI Monitor :: Static Spawns: 0. Respawn Queue: 0 groups queued."
    Line 24665:  0:32:09 "DZAI Monitor :: Server Uptime: [0d 1h 11m 44s]. Active AI Groups: 0."
    Line 24666:  0:32:09 "DZAI Monitor :: Static Spawns: 0. Respawn Queue: 0 groups queued."
    Line 24691:  0:40:39 "DZAI Monitor :: Server Uptime: [0d 1h 20m 15s]. Active AI Groups: 0."
    Line 24692:  0:40:39 "DZAI Monitor :: Static Spawns: 0. Respawn Queue: 0 groups queued."
    Line 24733:  0:49:11 "DZAI Monitor :: Server Uptime: [0d 1h 28m 46s]. Active AI Groups: 0."
    Line 24734:  0:49:11 "DZAI Monitor :: Static Spawns: 0. Respawn Queue: 0 groups queued."
    Line 24801:  0:57:42 "DZAI Monitor :: Server Uptime: [0d 1h 37m 17s]. Active AI Groups: 0."
    Line 24802:  0:57:42 "DZAI Monitor :: Static Spawns: 0. Respawn Queue: 0 groups queued."
    Line 24921:  1:06:14 "DZAI Monitor :: Server Uptime: [0d 1h 45m 50s]. Active AI Groups: 0."
    Line 24922:  1:06:14 "DZAI Monitor :: Static Spawns: 0. Respawn Queue: 0 groups queued."
    Line 25114:  1:14:48 "DZAI Monitor :: Server Uptime: [0d 1h 54m 23s]. Active AI Groups: 0."
    Line 25115:  1:14:48 "DZAI Monitor :: Static Spawns: 0. Respawn Queue: 0 groups queued."
    Line 25150:  1:23:19 "DZAI Monitor :: Server Uptime: [0d 2h 2m 54s]. Active AI Groups: 0."
    Line 25151:  1:23:19 "DZAI Monitor :: Static Spawns: 0. Respawn Queue: 0 groups queued."
    Line 25348:  1:31:55 "DZAI Monitor :: Server Uptime: [0d 2h 11m 30s]. Active AI Groups: 0."
    Line 25349:  1:31:55 "DZAI Monitor :: Static Spawns: 0. Respawn Queue: 0 groups queued."
    Line 25710:  1:40:29 "DZAI Monitor :: Server Uptime: [0d 2h 20m 5s]. Active AI Groups: 0."
    Line 25711:  1:40:29 "DZAI Monitor :: Static Spawns: 0. Respawn Queue: 0 groups queued."
And yes i did see ur errors

Code:
18:52:52 File z\addons\dayz_server\system\server_cleanup.fsm, line 305: '/FSM/States/general_cleanup.init': Missing ';' at the end of line
18:52:52 Error context dayz_serverObjectMonitor = _safety;";
18:52:52 Warning Message: File z\addons\dayz_server\system\server_cleanup.fsm, line 305: '/FSM/States/general_cleanup.': '"' encountered instead of '='
18:52:52 Warning Message: Config : some input after EndOfFile.
18:52:53 "z\addons\dayz_server\compile\fa_antiwallhack.sqf: 18 buildings patched with 153 objects"
 
my point was this line
Line 24258: 23:23:58 File z\addons\dayz_server\DZAI\init\world_spawn_configs\custom_spawns\cust_spawns_chernarus.sqf, line 53
and you posted that file, but only to line 27 so we cant see what is on line 53.
But line 53 is probably okay, what you are having is a global variable that is not defined, but it should be. Same a few lines above for some other global variable. Did you just install/update this? I would reinstall and see what happens.
and what about those errors in your server cleanup? they could be causing issues.
 
Yeah just installed it and based the static spawns off my server old setup so i could understand if there are some errors or flaws
 
Back
Top