82ndbravo1 0 Posted September 5, 2023 Hello, If u take a look at my server logs i all of a sudden been getting back to back errors or what nots. The server loads and it plays but took 45 mins for a task to start but even when it started it was completed and rewarded and didnt have to attack a thing, After two or three times of this it seems to try working. I notice i got INFO 0:48:01 Tried to create group while group limit is reached on side OPFOR. So i tried running the DeleteGroup but doesnt seem to work or if it is its barely cause the error keeps popping up. And if looking at map the OPFOR doesnt have barely anything to show for. Im thinking since the tasks take almost a hr and at frist things are bouncing on the server it has something to do with opfor trying to make a task and server thinks it has but hasnt so keeps trying to make. Im sort of lost. Could anyone look at the Log and maybe see something im not that may fix this? The server host has tried and has reached out to the developers but i think they have no idea what they are doing so not looking for an answer from them or any help. ANy help at all would be awesome. Thanks for reading https://paste.shockbyte.com/ihoradirobapafeyotiv Share this post Link to post Share on other sites
Harzach 2516 Posted September 5, 2023 The problem here isn't that you need to delete some groups. The problem is that your mission has reached the group limit. You should be asking why this is happening. Share your mission file and any mods required. Share this post Link to post Share on other sites
82ndbravo1 0 Posted September 5, 2023 RHSGREF___ RHSUSAF___ RHSAFRF___ RHSSAF___ CBA_A3____ cup weapons___ cup units___ cup vehicles__ cup terrains__ Community Factions Project (CFP) all the mod's for server and for i should be asking why, i pretty much thought i was asking about groups being full as the error. but heck worded wrong maybe, anyways hope this will help me, https://www.dropbox.com/scl/fi/o4vua6d1s3f3ozols31ds/mission.sqm?rlkey=wo6h4v01a763z2sxqezcax8fn&dl=0 Share this post Link to post Share on other sites
82ndbravo1 0 Posted September 5, 2023 https://tidio-files.s3.amazonaws.com/1yx5hguyrgkcqdyo3rtbug9fxmfpeadp/conversation/62c840976b0e40199875038e75cec850/bd6488c4-2fd4-4cac-b4a1-adb1d277f6c8.txt Share this post Link to post Share on other sites
cidfr 18 Posted September 5, 2023 You have tons of syntax error/missing variable shown in your log file (the first you've shown). You should first fix them, bugs are often cascading, the first error reported may be the source of the following errors and/or bugs. Fix the first error, try again, rince and repeat until your log file is cleared of errors Share this post Link to post Share on other sites
82ndbravo1 0 Posted September 5, 2023 ya, starting to see this server biz isnt goin to be for me lol, i cant even get one server going right, it launches but ya, ive tried to fix the errors but soon as i fix one another comes up, all i did was add vec's and planes lol Share this post Link to post Share on other sites
kibaBG 53 Posted September 6, 2023 @82ndbravo1 Bro, create auto deleted group (when every group member is dead) with this private _group = createGroup [east, true]; //or if you need global group GRP = createGroup [east, true]; and then spawn your AI units in this group, something like _unit = GRP createUnit ["B_RangeMaster_F", position player, [], 0, "FORM"]; You can always add this command to make AI auto delete when all units are dead by _group deleteGroupWhenEmpty true; 1 Share this post Link to post Share on other sites
82ndbravo1 0 Posted September 14, 2023 On 9/6/2023 at 12:17 PM, kibaBG said: @82ndbravo1 Bro, create auto deleted group (when every group member is dead) with this private _group = createGroup [east, true]; //or if you need global group GRP = createGroup [east, true]; and then spawn your AI units in this group, something like _unit = GRP createUnit ["B_RangeMaster_F", position player, [], 0, "FORM"]; You can always add this command to make AI auto delete when all units are dead by _group deleteGroupWhenEmpty true; Worked ! thanks much Was a huge huge head ache Share this post Link to post Share on other sites