RagingStray 1 Report post Posted May 15, 2018 (edited) OK so Im trying to get DMS working an I get a ton of errors in the console. Here is my RPT - Any help be appreciated! Spoiler ndefined variable in expression: exilespawnzonemarkerpositions 16:35:46 File exile_client\code\ExileClient_util_world_isSpawnZoneInRange.sqf, line 22 16:35:47 Error in expression <tWith { _isInRange = true; }; } forEach ExileTraderZoneMarkerPositions; _isInRan> 16:35:47 Error position: <ExileTraderZoneMarkerPositions; _isInRan> 16:35:47 Error Undefined variable in expression: exiletraderzonemarkerpositions 16:35:47 File exile_client\code\ExileClient_util_world_isTraderZoneInRange.sqf, line 22 16:35:47 Error in expression <tWith { _isInRange = true; }; } forEach ExileSpawnZoneMarkerPositions; _isInRang> 16:35:47 Error position: <ExileSpawnZoneMarkerPositions; _isInRang> 16:35:47 Error Undefined variable in expression: exilespawnzonemarkerpositions 16:35:47 File exile_client\code\ExileClient_util_world_isSpawnZoneInRange.sqf, line 22 16:35:47 "V69 (21-07-2017) [OCCUPATION:HeliCrashes] Crash 4 : Location [8022.34,22444,0]" 16:35:47 Error in expression <es,_assignedItems], false, false ] call ExileServer_system_thread_addTask; }; > 16:35:47 Error position: <ExileServer_system_thread_addTask; }; > 16:35:47 Error Undefined variable in expression: exileserver_system_thread_addtask 16:35:47 File \x\addons\dms\scripts\fn_SpawnAISoldier.sqf [DMS_fnc_SpawnAISoldier], line 349 16:35:47 Error in expression <es,_assignedItems], false, false ] call ExileServer_system_thread_addTask; }; > 16:35:47 Error position: <ExileServer_system_thread_addTask; }; > 16:35:47 Error Undefined variable in expression: exileserver_system_thread_addtask 16:35:47 File \x\addons\dms\scripts\fn_SpawnAISoldier.sqf [DMS_fnc_SpawnAISoldier], line 349 16:35:47 "V69 (21-07-2017) [OCCUPATION:HeliCrash]:: Creating HeliCrash 4 at [8022.34,22444,0] with 2 guards" 16:35:48 Error in expression <tWith { _isInRange = true; }; } forEach ExileTraderZoneMarkerPositions; _isInRan> 16:35:48 Error position: <ExileTraderZoneMarkerPositions; _isInRan> 16:35:48 Error Undefined variable in expression: exiletraderzonemarkerpositions 16:35:48 File exile_client\code\ExileClient_util_world_isTraderZoneInRange.sqf, line 22 16:35:48 Error in expression <tWith { _isInRange = true; }; } forEach ExileSpawnZoneMarkerPositions; _isInRang> 16:35:48 Error position: <ExileSpawnZoneMarkerPositions; _isInRang> 16:35:48 Error Undefined variable in expression: exilespawnzonemarkerpositions 16:35:48 File exile_client\code\ExileClient_util_world_isSpawnZoneInRange.sqf, line 22 16:35:49 "V69 (21-07-2017) [OCCUPATION:HeliCrashes] Crash 5 : Location [27013.8,24746.6,0]" 16:35:49 Error in expression <es,_assignedItems], false, false ] call ExileServer_system_thread_addTask; }; > 16:35:49 Error position: <ExileServer_system_thread_addTask; }; > 16:35:49 Error Undefined variable in expression: exileserver_system_thread_addtask 16:35:49 File \x\addons\dms\scripts\fn_SpawnAISoldier.sqf [DMS_fnc_SpawnAISoldier], line 349 16:35:49 "V69 (21-07-2017) [OCCUPATION:HeliCrash]:: Creating HeliCrash 5 at [27013.8,24746.6,0] with 1 guards" 16:36:04 Error in expression <, fnc_occupationVehicle, [], true] call ExileServer_system_thread_addTask; }; i> 16:36:04 Error position: <ExileServer_system_thread_addTask; }; i> 16:36:04 Error Undefined variable in expression: exileserver_system_thread_addtask 16:36:04 File x\addons\a3_exile_occupation\scripts\startOccupation.sqf, line 93 Edited May 15, 2018 by RagingStray Share this post Link to post Share on other sites
Riker2335 171 Report post Posted May 15, 2018 Hi @RagingStray reading those logs, it appears as though this isn't DMS not working - it's Occupation. Remember, Occupation uses DMS AI so if Occupation is broken, it'll often take DMS down with it. I'd start by looking through your Occupation config files to check for missing commas and other such typo's focusing on things you recently changed in the config file. See how you go. 2 Share this post Link to post Share on other sites
Chernaruski 54 Report post Posted May 16, 2018 (edited) I see a lot of Exile related errors. " exilespawnzonemarkerpositions " " ExileSpawnZoneMarkerPositions " , "File exile_client\code\ExileClient_util_world_isSpawnZoneInRange.sqf" etc... Whats up with your markers? Any missing commas or brackets? Probably Exile server configured wrong and it "dragging" some errors to DMS & Occupation. Check your setup, missions.sqm and the rest exile server files. Edited May 16, 2018 by Chernaruski 1 Share this post Link to post Share on other sites
RagingStray 1 Report post Posted May 16, 2018 It was all default install. But I got it fixed with a new install. 1 Share this post Link to post Share on other sites
Riker2335 171 Report post Posted May 16, 2018 Great to hear! Probably just a few commas got taken for ransom or something Share this post Link to post Share on other sites