UltimateAntic 1 Posted March 14, 2020 Hello all, A while back I used to host a Arma 3 Dedicated server on Linux. After a while I stopped hosting it and deleted the Dedicated server off the linux box to make room for other applications. But now I have decided to reinstall the arma server again so I can host my mission once more. However I am stumbling into a weird problem when it comes to connecting to the server. Everytime a player connects, the player gets stuck in the loading screen. On the server side, the following line is spammed into the terminal until the player disconnects: 13:28:57 Server error: Player without identity Altay (id 1727490217) This happens on all missions. If I don't specify a startup mission in the config cfg, and then manually load my own mission using the #mission command then it loads without any problem. But setting my own mission as the default startup mission is a no-go. One thing that seems to fix it is to disable verifySignatures in the config file but I don't think this is a good solution to this. The server itself is just a vanilla install with no mods loaded. It was installed with SteamCMD using the guide found on the bohermia wiki. The server is started with the following command: ./arma3server -config=aad_config.cfg -name=AAD It is weird because this is the same exact mission file that I used to run in the past on the same machine and it just worked. But now it doesn't anymore. I setup a local Windows Server instance and tested the windopws version of the server there and it works fine without any issues. I tried both Debian 10 and Ubuntu Server 18.04 LTS and both didn't have an impact. Here is the full console output from server startup to shutdown: Spoiler 13:28:20 SteamAPI initialization failed. Steam features won't be accessible! 13:28:20 Initializing stats manager. 13:28:20 Stats config disabled. 13:28:20 sessionID: 9531fda8782a7941a700e0d2a56e9d984687aae5 13:28:26 Updating base class RscShortcutButton->RscButton, by a3\editor_f\config.bin/RscDisplayEditObject/Controls/B_OK/ (original bin\config.bin) 13:28:26 Updating base class RscSliderH->RscXSliderH, by a3\editor_f\config.bin/RscDisplayEditObject/Slider/ (original bin\config.bin) 13:28:26 Updating base class RscText->RscPicture, by a3\editor_f\config.bin/RscDisplayEditObject/Preview/ (original bin\config.bin) 13:28:26 Updating base class RscShortcutButton->RscButton, by a3\editor_f\config.bin/RscDisplayMissionLoad/Controls/B_OK/ (original bin\config.bin) 13:28:26 Updating base class RscShortcutButton->RscButton, by a3\editor_f\config.bin/RscDisplayMissionSave/Controls/B_OK/ (original bin\config.bin) 13:28:27 Updating base class ->RscControlsGroup, by a3\ui_f\config.bin/RscControlsGroupNoScrollbars/ (original a3\ui_f\config.bin) 13:28:27 Updating base class ->RscControlsGroup, by a3\ui_f\config.bin/RscControlsGroupNoHScrollbars/ (original a3\ui_f\config.bin) 13:28:27 Updating base class ->RscControlsGroup, by a3\ui_f\config.bin/RscControlsGroupNoVScrollbars/ (original a3\ui_f\config.bin) 13:28:27 Updating base class ->RscText, by a3\ui_f\config.bin/RscLine/ (original a3\ui_f\config.bin) 13:28:27 Updating base class ->RscActiveText, by a3\ui_f\config.bin/RscActivePicture/ (original a3\ui_f\config.bin) 13:28:27 Updating base class ->RscButton, by a3\ui_f\config.bin/RscButtonTextOnly/ (original a3\ui_f\config.bin) 13:28:27 Updating base class ->RscShortcutButton, by a3\ui_f\config.bin/RscShortcutButtonMain/ (original a3\ui_f\config.bin) 13:28:27 Updating base class ->RscShortcutButton, by a3\ui_f\config.bin/RscButtonEditor/ (original a3\ui_f\config.bin) 13:28:27 Updating base class ->RscShortcutButton, by a3\ui_f\config.bin/RscIGUIShortcutButton/ (original a3\ui_f\config.bin) 13:28:27 Updating base class ->RscShortcutButton, by a3\ui_f\config.bin/RscGearShortcutButton/ (original a3\ui_f\config.bin) 13:28:27 Updating base class ->RscShortcutButton, by a3\ui_f\config.bin/RscButtonMenu/ (original a3\ui_f\config.bin) 13:28:27 Updating base class ->RscButtonMenu, by a3\ui_f\config.bin/RscButtonMenuOK/ (original a3\ui_f\config.bin) 13:28:27 Updating base class ->RscButtonMenu, by a3\ui_f\config.bin/RscButtonMenuCancel/ (original a3\ui_f\config.bin) 13:28:27 Updating base class ->RscButtonMenu, by a3\ui_f\config.bin/RscButtonMenuSteam/ (original a3\ui_f\config.bin) 13:28:27 Updating base class ->RscText, by a3\ui_f\config.bin/RscLoadingText/ (original a3\ui_f\config.bin) 13:28:27 Updating base class ->RscListBox, by a3\ui_f\config.bin/RscIGUIListBox/ (original a3\ui_f\config.bin) 13:28:27 Updating base class ->RscListNBox, by a3\ui_f\config.bin/RscIGUIListNBox/ (original a3\ui_f\config.bin) 13:28:27 Updating base class ->RscText, by a3\ui_f\config.bin/RscBackground/ (original a3\ui_f\config.bin) 13:28:27 Updating base class ->RscText, by a3\ui_f\config.bin/RscBackgroundGUI/ (original a3\ui_f\config.bin) 13:28:27 Updating base class ->RscPicture, by a3\ui_f\config.bin/RscBackgroundGUILeft/ (original a3\ui_f\config.bin) 13:28:27 Updating base class ->RscPicture, by a3\ui_f\config.bin/RscBackgroundGUIRight/ (original a3\ui_f\config.bin) 13:28:27 Updating base class ->RscPicture, by a3\ui_f\config.bin/RscBackgroundGUIBottom/ (original a3\ui_f\config.bin) 13:28:27 Updating base class ->RscText, by a3\ui_f\config.bin/RscBackgroundGUITop/ (original a3\ui_f\config.bin) 13:28:27 Updating base class ->RscText, by a3\ui_f\config.bin/RscBackgroundGUIDark/ (original a3\ui_f\config.bin) 13:28:27 Updating base class ->RscPictureKeepAspect, by a3\ui_f\config.bin/RscBackgroundLogo/ (original a3\ui_f\config.bin) 13:28:27 Updating base class ->RscMapControl, by a3\ui_f\config.bin/RscMapControlEmpty/ (original a3\ui_f\config.bin) 13:28:27 Updating base class ->RscPicture, by a3\ui_f\config.bin/CA_Mainback/ (original a3\ui_f\config.bin) 13:28:27 Updating base class ->CA_Mainback, by a3\ui_f\config.bin/CA_Back/ (original a3\ui_f\config.bin) 13:28:27 Updating base class ->CA_Mainback, by a3\ui_f\config.bin/CA_Title_Back/ (original a3\ui_f\config.bin) 13:28:27 Updating base class ->CA_Mainback, by a3\ui_f\config.bin/CA_Black_Back/ (original a3\ui_f\config.bin) 13:28:27 Updating base class ->RscTitle, by a3\ui_f\config.bin/CA_Title/ (original a3\ui_f\config.bin) 13:28:27 Updating base class ->RscPictureKeepAspect, by a3\ui_f\config.bin/CA_Logo/ (original a3\ui_f\config.bin) 13:28:27 Updating base class ->CA_Logo, by a3\ui_f\config.bin/CA_Logo_Small/ (original a3\ui_f\config.bin) 13:28:27 Updating base class ->RscButton, by a3\ui_f\config.bin/CA_RscButton/ (original a3\ui_f\config.bin) 13:28:27 Updating base class ->CA_RscButton, by a3\ui_f\config.bin/CA_RscButton_dialog/ (original a3\ui_f\config.bin) 13:28:27 Updating base class ->RscActiveText, by a3\ui_f\config.bin/CA_Ok/ (original a3\ui_f\config.bin) 13:28:27 Updating base class ->RscText, by a3\ui_f\config.bin/CA_Ok_image/ (original a3\ui_f\config.bin) 13:28:27 Updating base class ->RscText, by a3\ui_f\config.bin/CA_Ok_image2/ (original a3\ui_f\config.bin) 13:28:27 Updating base class ->RscText, by a3\ui_f\config.bin/CA_Ok_text/ (original a3\ui_f\config.bin) 13:28:27 Updating base class ->RscPicture, by a3\ui_f\config.bin/RscVignette/ (original a3\ui_f\config.bin) 13:28:27 Updating base class ->RscControlsGroupNoScrollbars, by a3\ui_f\config.bin/RscMapControlTooltip/ (original a3\ui_f\config.bin) 13:28:27 Updating base class RscUnitInfo->RscUnitInfoAirNoWeapon, by a3\ui_f\config.bin/RscInGameUI/RscUnitInfoAir/ (original a3\ui_f\config.bin) 13:28:27 Updating base class RscControlsGroup->RscControlsGroupNoScrollbars, by a3\ui_f\config.bin/RscInGameUI/RscTaskOverview/controls/TaskOverviewAssigned/ (original bin\config.bin) 13:28:27 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\config.bin/RscDisplayDebug/Controls/B_OK/ (original bin\config.bin) 13:28:27 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\config.bin/RscDisplayDebug/Controls/B_Cancel/ (original bin\config.bin) 13:28:27 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\config.bin/RscDisplayDebug/Controls/B_Clear/ (original bin\config.bin) 13:28:27 Updating base class ->RscText, by a3\ui_f\config.bin/RscDisplayCapture/controls/TimeLines/ (original bin\config.bin) 13:28:27 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\config.bin/RscDisplayCapture/controls/ButtonAverages/ (original bin\config.bin) 13:28:27 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\config.bin/RscDisplayCapture/controls/ButtonSavePreviousData/ (original bin\config.bin) 13:28:27 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\config.bin/RscDisplayCapture/controls/ButtonPreviousData/ (original bin\config.bin) 13:28:27 Updating base class RscPicture->RscPictureKeepAspect, by a3\ui_f\config.bin/RscDisplayMain/IconPicture/ (original bin\config.bin) 13:28:27 Updating base class IconPicture->RscPictureKeepAspect, by a3\ui_f\config.bin/RscDisplayMain/DlcOwnedIconPicture/ (original a3\ui_f\config.bin) 13:28:27 Updating base class IconPicture->RscPictureKeepAspect, by a3\ui_f\config.bin/RscDisplayMain/DlcIconPicture/ (original a3\ui_f\config.bin) 13:28:27 Updating base class RscControlsGroup->RscControlsGroupNoScrollbars, by a3\ui_f\config.bin/RscDisplayCampaignLoad/controls/OverviewGroup/ (original bin\config.bin) 13:28:27 Updating base class RscButton->RscButtonSearch, by a3\ui_f\config.bin/RscDisplayCampaignLoad/controls/SearchButton/ (original bin\config.bin) 13:28:27 Updating base class RscShortcutButton->RscButtonMenuCancel, by a3\ui_f\config.bin/RscDisplayCampaignLoad/controls/ButtonCancel/ (original bin\config.bin) 13:28:27 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\config.bin/RscDisplayCampaignLoad/controls/ButtonGameOptions/ (original bin\config.bin) 13:28:27 Updating base class RscShortcutButton->RscButtonMenuSteam, by a3\ui_f\config.bin/RscDisplayCampaignLoad/controls/ButtonBuyDLC/ (original bin\config.bin) 13:28:27 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\config.bin/RscDisplayCampaignLoad/controls/ButtonRevert/ (original bin\config.bin) 13:28:27 Updating base class RscShortcutButton->RscButtonMenuOK, by a3\ui_f\config.bin/RscDisplayCampaignLoad/controls/ButtonOK/ (original bin\config.bin) 13:28:27 Updating base class RscListBox->RscCombo, by a3\ui_f\config.bin/RscDisplayCustomizeController/Steepness/ (original bin\config.bin) 13:28:27 Updating base class ->RscStandardDisplay, by a3\ui_f\config.bin/RscDisplayControlSchemes/ (original bin\config.bin) 13:28:27 Updating base class ButtonOK->RscButtonMenuCancel, by a3\ui_f\config.bin/RscDisplayControlSchemes/controls/ButtonCancel/ (original bin\config.bin) 13:28:27 Updating base class RscButton->RscButtonMenuOK, by a3\ui_f\config.bin/RscDisplayControlSchemes/controls/ButtonOK/ (original bin\config.bin) 13:28:27 Updating base class RscPicture->RscPictureKeepAspect, by a3\ui_f\config.bin/RscDisplayFileSelectImage/controls/OverviewPicture/ (original bin\config.bin) 13:28:27 Updating base class RscShortcutButton->RscButtonMenuCancel, by a3\ui_f\config.bin/RscDisplayFieldManual/Controls/ButtonCancel/ (original bin\config.bin) 13:28:27 Cannot delete class B_KickOff, it is referenced somewhere (used as a base class probably). 13:28:27 Updating base class RscButton->RscButtonMenuCancel, by a3\ui_f\config.bin/RscDisplayPublishMission/controls/ButtonCancel/ (original bin\config.bin) 13:28:27 Updating base class RscShortcutButton->RscButtonMenuOK, by a3\ui_f\config.bin/RscDisplayPublishMissionSelectTags/controls/ButtonOK/ (original bin\config.bin) 13:28:27 Updating base class ButtonOK->RscButtonMenuCancel, by a3\ui_f\config.bin/RscDisplayPublishMissionSelectTags/controls/ButtonCancel/ (original bin\config.bin) 13:28:27 Updating base class ->RscSubmenu, by a3\ui_f\config.bin/RscMainMenu/ (original bin\config.bin) 13:28:27 Updating base class None->ActiveSensorsOn, by a3\ui_f\config.bin/CfgActions/ActiveSensorsOff/ (original bin\config.bin) 13:28:27 Updating base class None->ListRightVehicleDisplay, by a3\ui_f\config.bin/CfgActions/ListLeftVehicleDisplay/ (original bin\config.bin) 13:28:27 Updating base class None->ListPrevRightVehicleDisplay, by a3\ui_f\config.bin/CfgActions/ListPrevLeftVehicleDisplay/ (original bin\config.bin) 13:28:27 Updating base class None->CloseRightVehicleDisplay, by a3\ui_f\config.bin/CfgActions/CloseLeftVehicleDisplay/ (original bin\config.bin) 13:28:27 Updating base class None->NextModeRightVehicleDisplay, by a3\ui_f\config.bin/CfgActions/NextModeLeftVehicleDisplay/ (original bin\config.bin) 13:28:27 Updating base class ->DistanceClose, by a3\ui_f\config.bin/CfgSimpleTasks/Icon3D/DistanceMid/ (original bin\config.bin) 13:28:27 Updating base class ->DistanceClose, by a3\ui_f\config.bin/CfgSimpleTasks/Icon3D/DistanceLong/ (original bin\config.bin) 13:28:27 Updating base class ->ctrlDefaultText, by a3\3den\config.bin/ctrlStatic/ (original a3\3den\config.bin) 13:28:27 Updating base class ->ctrlActiveText, by a3\3den\config.bin/ctrlActivePicture/ (original a3\3den\config.bin) 13:28:27 Updating base class ->ctrlDefaultText, by a3\3den\config.bin/ctrlStructuredText/ (original a3\3den\config.bin) 13:28:27 Updating base class ->ctrlControlsGroup, by a3\3den\config.bin/ctrlControlsGroupNoScrollbars/ (original a3\3den\config.bin) 13:28:27 Updating base class ->ctrlDefault, by a3\3den\config.bin/ctrlCheckbox/ (original a3\3den\config.bin) 13:28:27 Updating base class ->ctrlCheckbox, by a3\3den\config.bin/ctrlCheckboxBaseline/ (original a3\3den\config.bin) 13:28:27 Updating base class RscText->ctrlStaticBackgroundDisable, by a3\3den\config.bin/RscDisplayOptionsAudio/ControlsBackground/BackgroundDisable/ (original a3\3den\config.bin) 13:28:27 Updating base class RscText->ctrlStaticBackgroundDisableTiles, by a3\3den\config.bin/RscDisplayOptionsAudio/ControlsBackground/BackgroundDisableTiles/ (original a3\3den\config.bin) 13:28:27 Updating base class RscText->ctrlStaticBackgroundDisable, by a3\3den\config.bin/RscDisplayConfigure/ControlsBackground/BackgroundDisable/ (original a3\3den\config.bin) 13:28:27 Updating base class RscText->ctrlStaticBackgroundDisableTiles, by a3\3den\config.bin/RscDisplayConfigure/ControlsBackground/BackgroundDisableTiles/ (original a3\3den\config.bin) 13:28:27 Updating base class RscText->ctrlStaticBackgroundDisable, by a3\3den\config.bin/RscDisplayConfigureAction/ControlsBackground/BackgroundDisable/ (original a3\3den\config.bin) 13:28:27 Updating base class RscText->ctrlStaticBackgroundDisableTiles, by a3\3den\config.bin/RscDisplayConfigureAction/ControlsBackground/BackgroundDisableTiles/ (original a3\3den\config.bin) 13:28:27 Updating base class RscText->ctrlStaticBackgroundDisable, by a3\3den\config.bin/RscDisplayConfigureControllers/ControlsBackground/BackgroundDisable/ (original a3\3den\config.bin) 13:28:27 Updating base class RscText->ctrlStaticBackgroundDisableTiles, by a3\3den\config.bin/RscDisplayConfigureControllers/ControlsBackground/BackgroundDisableTiles/ (original a3\3den\config.bin) 13:28:27 Updating base class RscText->ctrlStaticBackgroundDisable, by a3\3den\config.bin/RscDisplayGameOptions/ControlsBackground/BackgroundDisable/ (original a3\3den\config.bin) 13:28:27 Updating base class RscText->ctrlStaticBackgroundDisableTiles, by a3\3den\config.bin/RscDisplayGameOptions/ControlsBackground/BackgroundDisableTiles/ (original a3\3den\config.bin) 13:28:27 Updating base class controls->, by a3\3den\config.bin/RscDisplayArcadeMap_Layout_2/Controls/ (original a3\ui_f\config.bin) 13:28:27 Updating base class controls->, by a3\3den\config.bin/RscDisplayArcadeMap_Layout_6/Controls/ (original a3\ui_f\config.bin) 13:28:27 Updating base class ->ctrlControlsGroupNoScrollbars, by a3\3den\config.bin/Cfg3DEN/Attributes/Default/ (original a3\3den\config.bin) 13:28:27 Updating base class ->ctrlStatic, by a3\3den\config.bin/Cfg3DEN/Attributes/Title/Controls/Title/ (original a3\3den\config.bin) 13:28:27 Updating base class ->Controls, by a3\3den\config.bin/Cfg3DEN/Attributes/Toolbox/Controls/ (original a3\modules_f\config.bin) 13:28:27 Updating base class ->Title, by a3\3den\config.bin/Cfg3DEN/Attributes/Toolbox/Controls/Title/ (original a3\3den\config.bin) 13:28:27 Updating base class ->ctrlToolbox, by a3\3den\config.bin/Cfg3DEN/Attributes/Toolbox/Controls/Value/ (original a3\3den\config.bin) 13:28:28 Updating base class I_1stRegiment->BaseGuer, by a3\missions_f_orange\config.bin/CfgORBAT/BIS/I_3rdRegiment/ (original a3\missions_f_epa\config.bin) 13:28:28 Updating base class Controls->, by a3\modules_f_tacops\config.bin/Cfg3DEN/Attributes/Toolbox/Controls/ (original a3\3den\config.bin) 13:28:28 Updating base class Controls->, by a3\modules_f_tacops\config.bin/Cfg3DEN/Attributes/Combo/Controls/ (original a3\3den\config.bin) 13:28:28 Updating base class Controls->, by a3\modules_f_tacops\config.bin/Cfg3DEN/Attributes/Slider/Controls/ (original a3\3den\config.bin) 13:28:28 Updating base class MuzzleSlot->MuzzleSlot_65, by a3\weapons_f_enoch\config.bin/CfgWeapons/arifle_MX_Base_F/WeaponSlotsInfo/MuzzleSlot/ (original (a3\weapons_f\rifles\mx\config.bin - no unload)) 13:28:28 Updating base class MuzzleSlot->MuzzleSlot_65, by a3\weapons_f_enoch\config.bin/CfgWeapons/arifle_Katiba_Base_F/WeaponSlotsInfo/MuzzleSlot/ (original (a3\weapons_f\rifles\khaybar\config.bin - no unload)) 13:28:28 Updating base class MuzzleSlot->MuzzleSlot_65, by a3\weapons_f_enoch\config.bin/CfgWeapons/LMG_Mk200_F/WeaponSlotsInfo/MuzzleSlot/ (original (a3\weapons_f\machineguns\m200\config.bin - no unload)) 13:28:28 Updating base class MuzzleSlot->MuzzleSlot_65, by a3\weapons_f_enoch\config.bin/CfgWeapons/arifle_MX_SW_F/WeaponSlotsInfo/MuzzleSlot/ (original a3\weapons_f_exp\config.bin) 13:28:28 Updating base class MuzzleSlot->MuzzleSlot_556, by a3\weapons_f_enoch\config.bin/CfgWeapons/mk20_base_F/WeaponSlotsInfo/MuzzleSlot/ (original (a3\weapons_f\rifles\mk20\config.bin - no unload)) 13:28:28 Updating base class MuzzleSlot->MuzzleSlot_556, by a3\weapons_f_enoch\config.bin/CfgWeapons/Tavor_base_F/WeaponSlotsInfo/MuzzleSlot/ (original (a3\weapons_f\rifles\trg20\config.bin - no unload)) 13:28:28 Updating base class MuzzleSlot->MuzzleSlot_762, by a3\weapons_f_enoch\config.bin/CfgWeapons/DMR_03_base_F/WeaponSlotsInfo/MuzzleSlot/ (original (a3\weapons_f_mark\longrangerifles\dmr_03\config.bin - no unload)) 13:28:28 Updating base class MuzzleSlot->MuzzleSlot_762, by a3\weapons_f_enoch\config.bin/CfgWeapons/DMR_06_base_F/WeaponSlotsInfo/MuzzleSlot/ (original (a3\weapons_f_mark\longrangerifles\dmr_06\config.bin - no unload)) 13:28:28 Updating base class MuzzleSlot->MuzzleSlot_762, by a3\weapons_f_enoch\config.bin/CfgWeapons/EBR_base_F/WeaponSlotsInfo/MuzzleSlot/ (original (a3\weapons_f\longrangerifles\ebr\config.bin - no unload)) 13:28:28 Updating base class MuzzleSlot->MuzzleSlot_762, by a3\weapons_f_enoch\config.bin/CfgWeapons/DMR_01_base_F/WeaponSlotsInfo/MuzzleSlot/ (original (a3\weapons_f\longrangerifles\dmr_01\config.bin - no unload)) 13:28:28 Updating base class MuzzleSlot->MuzzleSlot_762, by a3\weapons_f_enoch\rifles\ak12\config.bin/CfgWeapons/arifle_AK12_base_F/WeaponSlotsInfo/MuzzleSlot/ (original a3\weapons_f_exp\rifles\ak12\config.bin) 13:28:28 Updating base class CowsSlot->CowsSlot_Rail, by a3\weapons_f_enoch\rifles\ak12\config.bin/CfgWeapons/arifle_AK12_base_F/WeaponSlotsInfo/CowsSlot/ (original a3\weapons_f_exp\rifles\ak12\config.bin) 13:28:28 Updating base class UnderBarrelSlot->UnderBarrelSlot_rail, by a3\weapons_f_enoch\rifles\ak12\config.bin/CfgWeapons/arifle_AK12_base_F/WeaponSlotsInfo/UnderBarrelSlot/ (original a3\weapons_f_exp\rifles\ak12\config.bin) 13:28:28 Updating base class PointerSlot->PointerSlot_Rail, by a3\weapons_f_enoch\rifles\mx\config.bin/CfgWeapons/arifle_MX_Base_F/WeaponSlotsInfo/PointerSlot/ (original a3\weapons_f\rifles\mx\config.bin) 13:28:28 Updating base class MuzzleSlot->MuzzleSlot_65, by a3\weapons_f_enoch\rifles\mx\config.bin/CfgWeapons/arifle_MXC_F/WeaponSlotsInfo/MuzzleSlot/ (original a3\weapons_f\rifles\mx\config.bin) 13:28:28 Updating base class PointerSlot->PointerSlot_Rail, by a3\weapons_f_enoch\rifles\mx\config.bin/CfgWeapons/arifle_MXC_F/WeaponSlotsInfo/PointerSlot/ (original a3\weapons_f\rifles\mx\config.bin) 13:28:28 Updating base class MuzzleSlot->MuzzleSlot_65, by a3\weapons_f_enoch\rifles\mx\config.bin/CfgWeapons/arifle_MXM_F/WeaponSlotsInfo/MuzzleSlot/ (original a3\weapons_f\rifles\mx\config.bin) 13:28:28 Updating base class HubTemplate_Briefing->CutSceneAnimationBaseZoZo, by a3\anims_f_enoch\config.bin/CfgMovesMaleSdr/States/HubBriefing_ext/ (original a3\anims_f\config\sdr\config.bin) 13:28:30 Failed to parse JSON file: /home/username/.local/share/Arma 3\OfficialServersCache\tmp.json - Expect either an object or array at root 13:28:30 Canceling the list loading process, the load of the file failed: /home/username/.local/share/Arma 3\OfficialServersCache\tmp.json 13:28:30 Cannot open /home/username/.local/share/Arma 3\OfficialServersCache\list.json 13:28:30 Canceling the list loading process, the load of the file failed: /home/username/.local/share/Arma 3\OfficialServersCache\list.json 13:28:30 Initializing Steam Manager 13:28:30 Steam Manager initialized. 13:28:30 13:28:30 ==== Loaded addons ==== 13:28:30 13:28:30 dta/core.pbo - 129618 13:28:30 dta/bin.pbo - 146114 13:28:30 dta/languagecore_f.pbo - 147225 13:28:30 /opt/arma3/enoch/addons/missions_f_enoch.ebo - 146307 13:28:30 /opt/arma3/enoch/addons/characters_f_enoch.ebo - 147176 13:28:30 /opt/arma3/enoch/addons/structures_f_enoch_commercial.pbo - 145483 13:28:30 /opt/arma3/enoch/addons/supplies_f_enoch.ebo - 146762 13:28:30 /opt/arma3/enoch/addons/armor_f_enoch.ebo - 145904 13:28:30 /opt/arma3/enoch/addons/structures_f_enoch_civilian.pbo - 145482 13:28:30 /opt/arma3/enoch/addons/structures_f_enoch_industrial.pbo - 146917 13:28:30 /opt/arma3/enoch/addons/rocks_f_enoch.pbo - 146855 13:28:30 /opt/arma3/enoch/addons/cargoposes_f_enoch.ebo - 142478 13:28:30 /opt/arma3/enoch/addons/static_f_enoch.ebo - 145904 13:28:30 /opt/arma3/enoch/addons/weapons_f_enoch.ebo - 147116 13:28:30 /opt/arma3/enoch/addons/props_f_enoch.pbo - 146856 13:28:30 /opt/arma3/enoch/addons/music_f_enoch.ebo - 147472 13:28:30 /opt/arma3/enoch/addons/structures_f_enoch.pbo - 146725 13:28:30 /opt/arma3/enoch/addons/dubbing_radio_f_enoch.ebo - 146854 13:28:30 /opt/arma3/enoch/addons/structures_f_enoch_cultural.pbo - 145483 13:28:30 /opt/arma3/enoch/addons/functions_f_enoch.ebo - 147079 13:28:30 /opt/arma3/enoch/addons/sounds_f_enoch.ebo - 146725 13:28:30 /opt/arma3/enoch/addons/music_f_enoch_music.ebo - 147127 13:28:30 /opt/arma3/enoch/addons/languagemissions_f_enoch.ebo - 147225 13:28:30 /opt/arma3/enoch/addons/structures_f_enoch_data.pbo - 145599 13:28:30 /opt/arma3/enoch/addons/data_f_enoch.ebo - 147098 13:28:30 /opt/arma3/enoch/addons/dubbing_radio_f_enoch_data.ebo - 147175 13:28:30 /opt/arma3/enoch/addons/map_enoch.ebo - 147099 13:28:30 /opt/arma3/enoch/addons/map_enoch_data_layers.ebo - 146184 13:28:30 /opt/arma3/enoch/addons/structures_f_enoch_infrastructure.pbo - 145637 13:28:30 /opt/arma3/enoch/addons/structures_f_enoch_furniture.pbo - 146303 13:28:30 /opt/arma3/enoch/addons/map_enoch_scenes_f.ebo - 143336 13:28:30 /opt/arma3/enoch/addons/anims_f_enoch.ebo - 146917 13:28:30 /opt/arma3/enoch/addons/structures_f_enoch_military.pbo - 146950 13:28:30 /opt/arma3/enoch/addons/language_f_enoch.ebo - 147225 13:28:30 /opt/arma3/enoch/addons/air_f_enoch.ebo - 145904 13:28:30 /opt/arma3/enoch/addons/ui_f_enoch.ebo - 147095 13:28:30 /opt/arma3/enoch/addons/map_enoch_data.ebo - 145274 13:28:30 /opt/arma3/enoch/addons/soft_f_enoch.ebo - 147054 13:28:30 /opt/arma3/enoch/addons/editorpreviews_f_enoch.ebo - 145440 13:28:30 /opt/arma3/enoch/addons/vegetation_f_enoch.pbo - 146744 13:28:30 /opt/arma3/tank/addons/missions_f_tank_data.pbo - 128937 13:28:30 /opt/arma3/tank/addons/ui_f_tank.pbo - 132532 13:28:30 /opt/arma3/tank/addons/modules_f_tank.pbo - 129574 13:28:30 /opt/arma3/tank/addons/props_f_tank.pbo - 131702 13:28:30 /opt/arma3/tank/addons/sounds_f_tank.pbo - 143095 13:28:30 /opt/arma3/tank/addons/structures_f_tank.pbo - 137876 13:28:30 /opt/arma3/tank/addons/cargoposes_f_tank.pbo - 128283 13:28:30 /opt/arma3/tank/addons/characters_f_tank.pbo - 144271 13:28:30 /opt/arma3/tank/addons/functions_f_tank.pbo - 125996 13:28:30 /opt/arma3/tank/addons/data_f_tank.pbo - 128203 13:28:30 /opt/arma3/tank/addons/weapons_f_tank.pbo - 146892 13:28:30 /opt/arma3/tank/addons/music_f_tank.pbo - 127912 13:28:30 /opt/arma3/tank/addons/editorpreviews_f_tank.pbo - 137875 13:28:30 /opt/arma3/tank/addons/dubbing_f_tank.pbo - 127958 13:28:30 /opt/arma3/tank/addons/armor_f_tank.pbo - 141930 13:28:30 /opt/arma3/tank/addons/missions_f_tank.pbo - 145022 13:28:30 /opt/arma3/tank/addons/languagemissions_f_tank.pbo - 147225 13:28:30 /opt/arma3/tank/addons/language_f_tank.pbo - 147225 13:28:30 /opt/arma3/tacops/addons/modules_f_tacops.ebo - 145155 13:28:30 /opt/arma3/tacops/addons/music_f_tacops.ebo - 124064 13:28:30 /opt/arma3/tacops/addons/data_f_tacops.ebo - 126731 13:28:30 /opt/arma3/tacops/addons/ui_f_tacops.ebo - 124116 13:28:30 /opt/arma3/tacops/addons/characters_f_tacops.ebo - 129739 13:28:30 /opt/arma3/tacops/addons/missions_f_tacops.ebo - 144976 13:28:30 /opt/arma3/tacops/addons/dubbing_f_tacops.ebo - 129340 13:28:30 /opt/arma3/tacops/addons/language_f_tacops.ebo - 147225 13:28:30 /opt/arma3/tacops/addons/functions_f_tacops.ebo - 138026 13:28:30 /opt/arma3/tacops/addons/languagemissions_f_tacops.ebo - 147225 13:28:30 /opt/arma3/tacops/addons/sounds_f_tacops.ebo - 123795 13:28:30 /opt/arma3/orange/addons/editorpreviews_f_orange.pbo - 123173 13:28:30 /opt/arma3/orange/addons/characters_f_orange.pbo - 146905 13:28:30 /opt/arma3/orange/addons/modules_f_orange.pbo - 143632 13:28:30 /opt/arma3/orange/addons/music_f_orange.pbo - 120725 13:28:30 /opt/arma3/orange/addons/languagemissions_f_orange.pbo - 147225 13:28:30 /opt/arma3/orange/addons/sounds_f_orange.pbo - 145695 13:28:30 /opt/arma3/orange/addons/language_f_orange.pbo - 147225 13:28:30 /opt/arma3/orange/addons/missions_f_orange.pbo - 141718 13:28:30 /opt/arma3/orange/addons/structures_f_orange.pbo - 145776 13:28:30 /opt/arma3/orange/addons/soft_f_orange.pbo - 147054 13:28:30 /opt/arma3/orange/addons/cargoposes_f_orange.pbo - 126225 13:28:30 /opt/arma3/orange/addons/functions_f_orange.pbo - 146856 13:28:30 /opt/arma3/orange/addons/weapons_f_orange.pbo - 146892 13:28:30 /opt/arma3/orange/addons/data_f_orange.pbo - 144284 13:28:30 /opt/arma3/orange/addons/dubbing_f_orange.pbo - 121689 13:28:30 /opt/arma3/orange/addons/air_f_orange.pbo - 146744 13:28:30 /opt/arma3/orange/addons/props_f_orange.pbo - 129371 13:28:30 /opt/arma3/orange/addons/supplies_f_orange.pbo - 129371 13:28:30 /opt/arma3/orange/addons/ui_f_orange.pbo - 123398 13:28:30 /opt/arma3/argo/addons/vegetation_f_argo.pbo - 137806 13:28:30 /opt/arma3/argo/addons/modules_f_patrol.pbo - 119459 13:28:30 /opt/arma3/argo/addons/functions_f_patrol.pbo - 141510 13:28:30 /opt/arma3/argo/addons/ui_f_patrol.pbo - 141307 13:28:30 /opt/arma3/argo/addons/editorpreviews_f_argo.pbo - 142758 13:28:30 /opt/arma3/argo/addons/data_f_patrol.pbo - 141307 13:28:30 /opt/arma3/argo/addons/map_malden.pbo - 135888 13:28:30 /opt/arma3/argo/addons/data_f_argo.pbo - 128209 13:28:30 /opt/arma3/argo/addons/sounds_f_patrol.pbo - 119477 13:28:30 /opt/arma3/argo/addons/rocks_f_argo.pbo - 123488 13:28:30 /opt/arma3/argo/addons/missions_f_patrol.pbo - 126663 13:28:30 /opt/arma3/argo/addons/map_malden_scenes_f.pbo - 120026 13:28:30 /opt/arma3/argo/addons/languagemissions_f_patrol.pbo - 147225 13:28:30 /opt/arma3/argo/addons/music_f_argo.pbo - 119459 13:28:30 /opt/arma3/argo/addons/structures_f_argo.pbo - 142622 13:28:30 /opt/arma3/argo/addons/armor_f_argo.pbo - 129739 13:28:30 /opt/arma3/argo/addons/map_malden_data.pbo - 135888 13:28:30 /opt/arma3/argo/addons/props_f_argo.pbo - 129371 13:28:30 /opt/arma3/argo/addons/weapons_f_patrol.pbo - 141307 13:28:30 /opt/arma3/argo/addons/characters_f_patrol.pbo - 141307 13:28:30 /opt/arma3/argo/addons/language_f_argo.pbo - 147225 13:28:30 /opt/arma3/argo/addons/language_f_patrol.pbo - 147225 13:28:30 /opt/arma3/argo/addons/map_malden_data_layers.pbo - 135888 13:28:30 /opt/arma3/jets/addons/boat_f_jets.pbo - 139711 13:28:30 /opt/arma3/jets/addons/weapons_f_destroyer.pbo - 132268 13:28:30 /opt/arma3/jets/addons/props_f_jets.pbo - 129371 13:28:30 /opt/arma3/jets/addons/dubbing_f_jets.pbo - 119457 13:28:30 /opt/arma3/jets/addons/sounds_f_jets.pbo - 141706 13:28:30 /opt/arma3/jets/addons/editorpreviews_f_jets.pbo - 119457 13:28:30 /opt/arma3/jets/addons/static_f_destroyer.pbo - 140243 13:28:30 /opt/arma3/jets/addons/data_f_destroyer.pbo - 132156 13:28:30 /opt/arma3/jets/addons/air_f_jets.pbo - 146744 13:28:30 /opt/arma3/jets/addons/modules_f_jets.pbo - 119459 13:28:30 /opt/arma3/jets/addons/editorpreviews_f_sams.pbo - 132141 13:28:30 /opt/arma3/jets/addons/music_f_jets.pbo - 119459 13:28:30 /opt/arma3/jets/addons/data_f_sams.pbo - 132140 13:28:30 /opt/arma3/jets/addons/missions_f_jets.pbo - 130755 13:28:30 /opt/arma3/jets/addons/static_f_sams.pbo - 146744 13:28:30 /opt/arma3/jets/addons/anims_f_jets.pbo - 123210 13:28:30 /opt/arma3/jets/addons/languagemissions_f_jets.pbo - 147225 13:28:30 /opt/arma3/jets/addons/language_f_sams.pbo - 147225 13:28:30 /opt/arma3/jets/addons/editorpreviews_f_destroyer.pbo - 132141 13:28:30 /opt/arma3/jets/addons/weapons_f_jets.pbo - 131383 13:28:30 /opt/arma3/jets/addons/cargoposes_f_jets.pbo - 126225 13:28:30 /opt/arma3/jets/addons/characters_f_jets.pbo - 129739 13:28:30 /opt/arma3/jets/addons/props_f_destroyer.pbo - 132141 13:28:30 /opt/arma3/jets/addons/functions_f_destroyer.pbo - 132353 13:28:30 /opt/arma3/jets/addons/weapons_f_sams.pbo - 132352 13:28:30 /opt/arma3/jets/addons/functions_f_jets.pbo - 119457 13:28:30 /opt/arma3/jets/addons/data_f_jets.pbo - 146856 13:28:30 /opt/arma3/jets/addons/static_f_jets.pbo - 146744 13:28:30 /opt/arma3/jets/addons/ui_f_jets.pbo - 126137 13:28:30 /opt/arma3/jets/addons/language_f_destroyer.pbo - 147225 13:28:30 /opt/arma3/jets/addons/boat_f_destroyer.pbo - 143297 13:28:30 /opt/arma3/jets/addons/language_f_jets.pbo - 147225 13:28:30 /opt/arma3/expansion/addons/map_data_exp.pbo - 136265 13:28:30 /opt/arma3/expansion/addons/map_tanoabuka_data.pbo - 135884 13:28:30 /opt/arma3/expansion/addons/structures_f_exp_data.pbo - 145525 13:28:30 /opt/arma3/expansion/addons/dubbing_radio_f_exp_data_engfre.pbo - 119457 13:28:30 /opt/arma3/expansion/addons/map_tanoabuka_data_layers_00_00.pbo - 121192 13:28:30 /opt/arma3/expansion/addons/anims_f_exp.pbo - 126506 13:28:30 /opt/arma3/expansion/addons/props_f_exp.pbo - 141671 13:28:30 /opt/arma3/expansion/addons/structures_f_exp_commercial.pbo - 145522 13:28:30 /opt/arma3/expansion/addons/armor_f_exp.pbo - 141671 13:28:30 /opt/arma3/expansion/addons/static_f_exp.pbo - 119478 13:28:30 /opt/arma3/expansion/addons/air_f_exp.pbo - 140647 13:28:30 /opt/arma3/expansion/addons/dubbing_radio_f_exp_data_fre.pbo - 119457 13:28:30 /opt/arma3/expansion/addons/dubbing_radio_f_exp_data_chi.pbo - 119458 13:28:30 /opt/arma3/expansion/addons/map_tanoa_scenes_f.pbo - 123527 13:28:30 /opt/arma3/expansion/addons/supplies_f_exp.pbo - 141575 13:28:30 /opt/arma3/expansion/addons/boat_f_exp.pbo - 129747 13:28:30 /opt/arma3/expansion/addons/ui_f_exp.pbo - 123398 13:28:30 /opt/arma3/expansion/addons/language_f_exp.pbo - 147225 13:28:30 /opt/arma3/expansion/addons/sounds_f_exp.pbo - 145970 13:28:30 /opt/arma3/expansion/addons/structures_f_exp_industrial.pbo - 145509 13:28:30 /opt/arma3/expansion/addons/modules_f_exp.pbo - 119459 13:28:30 /opt/arma3/expansion/addons/music_f_exp_music.pbo - 119477 13:28:30 /opt/arma3/expansion/addons/music_f_exp.pbo - 119477 13:28:30 /opt/arma3/expansion/addons/cargoposes_f_exp.pbo - 126224 13:28:30 /opt/arma3/expansion/addons/missions_f_exp.pbo - 144315 13:28:30 /opt/arma3/expansion/addons/dubbing_radio_f_exp.pbo - 119458 13:28:30 /opt/arma3/expansion/addons/map_tanoabuka_data_layers.pbo - 121192 13:28:30 /opt/arma3/expansion/addons/weapons_f_exp.pbo - 145053 13:28:30 /opt/arma3/expansion/addons/vegetation_f_exp.pbo - 135745 13:28:30 /opt/arma3/expansion/addons/missions_f_exp_video.pbo - 119459 13:28:30 /opt/arma3/expansion/addons/structures_f_exp_cultural.pbo - 145522 13:28:30 /opt/arma3/expansion/addons/data_f_exp.pbo - 144298 13:28:30 /opt/arma3/expansion/addons/editorpreviews_f_exp.pbo - 147098 13:28:30 /opt/arma3/expansion/addons/dubbing_f_exp.pbo - 119457 13:28:30 /opt/arma3/expansion/addons/functions_f_exp.pbo - 144006 13:28:30 /opt/arma3/expansion/addons/map_tanoabuka.pbo - 136265 13:28:30 /opt/arma3/expansion/addons/structures_f_exp.pbo - 146956 13:28:30 /opt/arma3/expansion/addons/languagemissions_f_exp.pbo - 147225 13:28:30 /opt/arma3/expansion/addons/missions_f_exp_data.pbo - 119459 13:28:30 /opt/arma3/expansion/addons/structures_f_exp_infrastructure.pbo - 145509 13:28:30 /opt/arma3/expansion/addons/rocks_f_exp.pbo - 129683 13:28:30 /opt/arma3/expansion/addons/soft_f_exp.pbo - 147097 13:28:30 /opt/arma3/expansion/addons/structures_f_exp_civilian.pbo - 145522 13:28:30 /opt/arma3/expansion/addons/characters_f_exp.pbo - 146739 13:28:30 /opt/arma3/mark/addons/missions_f_mark.pbo - 122301 13:28:30 /opt/arma3/mark/addons/missions_f_mp_mark.pbo - 141704 13:28:30 /opt/arma3/mark/addons/missions_f_mark_video.pbo - 119459 13:28:30 /opt/arma3/mark/addons/sounds_f_mark.pbo - 143218 13:28:30 /opt/arma3/mark/addons/ui_f_mark.pbo - 119478 13:28:30 /opt/arma3/mark/addons/functions_f_mp_mark.pbo - 129434 13:28:30 /opt/arma3/mark/addons/data_f_mark.pbo - 129371 13:28:30 /opt/arma3/mark/addons/missions_f_mp_mark_data.pbo - 119459 13:28:30 /opt/arma3/mark/addons/functions_f_mark.pbo - 145637 13:28:30 /opt/arma3/mark/addons/languagemissions_f_mp_mark.pbo - 147225 13:28:30 /opt/arma3/mark/addons/music_f_mark_music.pbo - 119477 13:28:30 /opt/arma3/mark/addons/languagemissions_f_mark.pbo - 147225 13:28:30 /opt/arma3/mark/addons/supplies_f_mark.pbo - 140562 13:28:30 /opt/arma3/mark/addons/music_f_mark.pbo - 119477 13:28:30 /opt/arma3/mark/addons/modules_f_mp_mark.pbo - 143568 13:28:30 /opt/arma3/mark/addons/language_f_mp_mark.pbo - 147225 13:28:30 /opt/arma3/mark/addons/missions_f_mark_data.pbo - 119459 13:28:30 /opt/arma3/mark/addons/ui_f_mp_mark.pbo - 119478 13:28:30 /opt/arma3/mark/addons/dubbing_f_mark.pbo - 119457 13:28:30 /opt/arma3/mark/addons/modules_f_mark.pbo - 119459 13:28:30 /opt/arma3/mark/addons/characters_f_mark.pbo - 146892 13:28:30 /opt/arma3/mark/addons/anims_f_mark.pbo - 119457 13:28:30 /opt/arma3/mark/addons/weapons_f_mark.pbo - 143190 13:28:30 /opt/arma3/mark/addons/dubbing_f_mp_mark.pbo - 119457 13:28:30 /opt/arma3/mark/addons/language_f_mark.pbo - 147225 13:28:30 /opt/arma3/mark/addons/static_f_mark.pbo - 146756 13:28:30 /opt/arma3/mark/addons/structures_f_mark.pbo - 140584 13:28:30 /opt/arma3/heli/addons/languagemissions_f_heli.pbo - 147225 13:28:30 /opt/arma3/heli/addons/missions_f_heli_video.pbo - 119459 13:28:30 /opt/arma3/heli/addons/dubbing_f_heli.pbo - 119457 13:28:30 /opt/arma3/heli/addons/air_f_heli.pbo - 140243 13:28:30 /opt/arma3/heli/addons/anims_f_heli.pbo - 123210 13:28:30 /opt/arma3/heli/addons/ui_f_heli.pbo - 119478 13:28:30 /opt/arma3/heli/addons/missions_f_heli.pbo - 129397 13:28:30 /opt/arma3/heli/addons/supplies_f_heli.pbo - 145695 13:28:30 /opt/arma3/heli/addons/soft_f_heli.pbo - 129742 13:28:30 /opt/arma3/heli/addons/structures_f_heli.pbo - 141968 13:28:30 /opt/arma3/heli/addons/music_f_heli.pbo - 119477 13:28:30 /opt/arma3/heli/addons/boat_f_heli.pbo - 119457 13:28:30 /opt/arma3/heli/addons/functions_f_heli.pbo - 123022 13:28:30 /opt/arma3/heli/addons/cargoposes_f_heli.pbo - 126231 13:28:30 /opt/arma3/heli/addons/language_f_heli.pbo - 147225 13:28:30 /opt/arma3/heli/addons/music_f_heli_music.pbo - 119477 13:28:30 /opt/arma3/heli/addons/modules_f_heli.pbo - 119459 13:28:30 /opt/arma3/heli/addons/sounds_f_heli.pbo - 119478 13:28:30 /opt/arma3/heli/addons/data_f_heli.pbo - 119457 13:28:30 /opt/arma3/heli/addons/missions_f_heli_data.pbo - 119459 13:28:30 /opt/arma3/kart/addons/missions_f_kart.pbo - 119459 13:28:30 /opt/arma3/kart/addons/weapons_f_kart.pbo - 138461 13:28:30 /opt/arma3/kart/addons/language_f_kart.pbo - 147225 13:28:30 /opt/arma3/kart/addons/structures_f_kart.pbo - 123419 13:28:30 /opt/arma3/kart/addons/data_f_kart.pbo - 119457 13:28:30 /opt/arma3/kart/addons/soft_f_kart.pbo - 143035 13:28:30 /opt/arma3/kart/addons/ui_f_kart.pbo - 119478 13:28:30 /opt/arma3/kart/addons/sounds_f_kart.pbo - 125381 13:28:30 /opt/arma3/kart/addons/modules_f_kart_data.pbo - 124178 13:28:30 /opt/arma3/kart/addons/characters_f_kart.pbo - 146892 13:28:30 /opt/arma3/kart/addons/modules_f_kart.pbo - 128288 13:28:30 /opt/arma3/kart/addons/languagemissions_f_kart.pbo - 147225 13:28:30 /opt/arma3/kart/addons/missions_f_kart_data.pbo - 119459 13:28:30 /opt/arma3/kart/addons/anims_f_kart.pbo - 123210 13:28:30 /opt/arma3/curator/addons/data_f_curator.pbo - 141307 13:28:30 /opt/arma3/curator/addons/ui_f_curator.pbo - 144159 13:28:30 /opt/arma3/curator/addons/functions_f_curator.pbo - 144973 13:28:30 /opt/arma3/curator/addons/language_f_curator.pbo - 147225 13:28:30 /opt/arma3/curator/addons/missions_f_curator.pbo - 121570 13:28:30 /opt/arma3/curator/addons/data_f_curator_music.pbo - 119457 13:28:30 /opt/arma3/curator/addons/modules_f_curator.pbo - 144810 13:28:30 addons/soft_f_bootcamp.pbo - 146942 13:28:30 addons/dubbing_radio_f_data_per.pbo - 119458 13:28:30 addons/missions_f_bootcamp.pbo - 145509 13:28:30 addons/map_stratis_data.pbo - 135888 13:28:30 addons/characters_f.pbo - 146905 13:28:30 addons/sounds_f_exp_a.pbo - 119477 13:28:30 addons/structures_f_exp_a.pbo - 132665 13:28:30 addons/air_f_epc.pbo - 146854 13:28:30 addons/air_f_epb.pbo - 145119 13:28:30 addons/modules_f_beta.pbo - 119459 13:28:30 addons/weapons_f_gamma.pbo - 138461 13:28:30 addons/air_f.pbo - 142793 13:28:30 addons/rocks_f.pbo - 143714 13:28:30 addons/cargoposes_f.pbo - 145204 13:28:30 addons/data_f_mod.pbo - 131534 13:28:30 addons/static_f.pbo - 146744 13:28:30 addons/languagemissions_f_exp_a.pbo - 147225 13:28:30 addons/characters_f_epb.pbo - 133719 13:28:30 addons/missions_f_data.pbo - 119459 13:28:30 addons/structures_f_data.pbo - 145525 13:28:30 addons/music_f_bootcamp_music.pbo - 119459 13:28:30 addons/language_f_epc.pbo - 147225 13:28:30 addons/missions_f_beta_video.pbo - 119459 13:28:30 addons/data_f_bootcamp.pbo - 129618 13:28:30 addons/3den_language.pbo - 147225 13:28:30 addons/armor_f_epb.pbo - 143562 13:28:30 addons/sounds_f_vehicles.pbo - 146855 13:28:30 addons/languagemissions_f.pbo - 147225 13:28:30 addons/soft_f_epc.pbo - 140053 13:28:30 addons/structures_f_epc.pbo - 137806 13:28:30 addons/armor_f_beta.pbo - 144321 13:28:30 addons/anims_f_mod.pbo - 135280 13:28:30 addons/functions_f_warlords.pbo - 146489 13:28:30 addons/plants_f.pbo - 126807 13:28:30 addons/music_f_epc.pbo - 119459 13:28:30 addons/3den.pbo - 146637 13:28:30 addons/sounds_f_arsenal.pbo - 143218 13:28:30 addons/language_f_epa.pbo - 147225 13:28:30 addons/language_f_mod.pbo - 147225 13:28:30 addons/weapons_f_epb.pbo - 137810 13:28:30 addons/sounds_f.pbo - 147054 13:28:30 addons/sounds_f_mod.pbo - 131534 13:28:30 addons/functions_f.pbo - 147170 13:28:30 addons/roads_f.pbo - 127271 13:28:30 addons/data_f.pbo - 147096 13:28:30 addons/characters_f_epc.pbo - 133719 13:28:30 addons/language_f_bootcamp.pbo - 147225 13:28:30 addons/map_stratis.pbo - 143708 13:28:30 addons/sounds_f_epc.pbo - 125380 13:28:30 addons/missions_f_epa.pbo - 144315 13:28:30 addons/weapons_f.pbo - 146999 13:28:30 addons/missions_f_gamma_video.pbo - 119459 13:28:30 addons/modules_f_bootcamp.pbo - 119459 13:28:30 addons/data_f_warlords.pbo - 147096 13:28:30 addons/map_altis.pbo - 135915 13:28:30 addons/map_altis_data_layers.pbo - 135913 13:28:30 addons/language_f.pbo - 147225 13:28:30 addons/structures_f.pbo - 145694 13:28:30 addons/anims_f_exp_a.pbo - 123209 13:28:30 addons/missions_f_epb.pbo - 119459 13:28:30 addons/ui_f_exp_a.pbo - 119478 13:28:30 addons/soft_f_beta.pbo - 147054 13:28:30 addons/languagemissions_f_epc.pbo - 147225 13:28:30 addons/soft_f_gamma.pbo - 147442 13:28:30 addons/weapons_f_epc.pbo - 130416 13:28:30 addons/language_f_beta.pbo - 147225 13:28:30 addons/anims_f.pbo - 146917 13:28:30 addons/sounds_f_sfx.pbo - 143211 13:28:30 addons/structures_f_epb.pbo - 126137 13:28:30 addons/anims_f_data.pbo - 146942 13:28:30 addons/signs_f.pbo - 136481 13:28:30 addons/functions_f_epc.pbo - 119458 13:28:30 addons/weapons_f_epa.pbo - 144416 13:28:30 addons/dubbing_radio_f.pbo - 119457 13:28:30 addons/map_vr_scenes_f.pbo - 119459 13:28:30 addons/music_f_epc_music.pbo - 119477 13:28:30 addons/structures_f_bootcamp.pbo - 143436 13:28:30 addons/air_f_beta.pbo - 141933 13:28:30 addons/language_f_exp_b.pbo - 147225 13:28:30 addons/boat_f.pbo - 140243 13:28:30 addons/structures_f_mil.pbo - 145694 13:28:30 addons/sounds_f_characters.pbo - 143095 13:28:30 addons/baseconfig_f.pbo - 119457 13:28:30 addons/language_f_warlords.pbo - 147225 13:28:30 addons/modules_f_beta_data.pbo - 119459 13:28:30 addons/boat_f_epc.pbo - 131911 13:28:30 addons/missions_f_epa_data.pbo - 119459 13:28:30 addons/dubbing_radio_f_data_eng.pbo - 119457 13:28:30 addons/map_altis_data.pbo - 135904 13:28:30 addons/ui_f.pbo - 146917 13:28:30 addons/language_f_epb.pbo - 147225 13:28:30 addons/missions_f_bootcamp_data.pbo - 119459 13:28:30 addons/armor_f_epc.pbo - 135661 13:28:30 addons/data_f_exp_b.pbo - 119457 13:28:30 addons/dubbing_radio_f_data_gre.pbo - 119458 13:28:30 addons/modules_f_warlords.pbo - 144205 13:28:30 addons/sounds_f_bootcamp.pbo - 119477 13:28:30 addons/languagemissions_f_beta.pbo - 147225 13:28:30 addons/characters_f_epa.pbo - 143695 13:28:30 addons/ui_f_bootcamp.pbo - 119478 13:28:30 addons/sounds_f_epb.pbo - 126923 13:28:30 addons/air_f_gamma.pbo - 130580 13:28:30 addons/static_f_beta.pbo - 132365 13:28:30 addons/editor_f.pbo - 121103 13:28:30 addons/structures_f_wrecks.pbo - 145523 13:28:30 addons/map_altis_data_layers_01_00.pbo - 0000 13:28:30 addons/languagemissions_f_epa.pbo - 147225 13:28:30 addons/editorpreviews_f.pbo - 142598 13:28:30 addons/anims_f_epa.pbo - 134499 13:28:30 addons/uifonts_f.pbo - 119478 13:28:30 addons/boat_f_gamma.pbo - 127529 13:28:30 addons/missions_f_exp_a.pbo - 141704 13:28:30 addons/a3.pbo - unknown 13:28:30 addons/armor_f_gamma.pbo - 143501 13:28:30 addons/map_altis_scenes_f.pbo - 119459 13:28:30 addons/music_f_epa_music.pbo - 119459 13:28:30 addons/languagemissions_f_gamma.pbo - 147225 13:28:30 addons/functions_f_exp_a.pbo - 122619 13:28:30 addons/languagemissions_f_bootcamp.pbo - 147225 13:28:30 addons/data_f_exp_a.pbo - 119457 13:28:30 addons/missions_f_beta_data.pbo - 119459 13:28:30 addons/dubbing_f_bootcamp.pbo - 119457 13:28:30 addons/language_f_gamma.pbo - 147225 13:28:30 addons/map_stratis_scenes_f.pbo - 119459 13:28:30 addons/missions_f_bootcamp_video.pbo - 119459 13:28:30 addons/anims_f_epc.pbo - 121358 13:28:30 addons/music_f_epb_music.pbo - 119459 13:28:30 addons/boat_f_beta.pbo - 132036 13:28:30 addons/music_f.pbo - 119459 13:28:30 addons/props_f_exp_a.pbo - 141672 13:28:30 addons/missions_f_gamma_data.pbo - 119459 13:28:30 addons/misc_f.pbo - 119459 13:28:30 addons/music_f_bootcamp.pbo - 119459 13:28:30 addons/music_f_epa.pbo - 119459 13:28:30 addons/map_stratis_data_layers.pbo - 135888 13:28:30 addons/music_f_epb.pbo - 119459 13:28:30 addons/map_altis_data_layers_00_00.pbo - 0000 13:28:30 addons/dubbing_f_gamma.pbo - 122449 13:28:30 addons/map_data.pbo - 134124 13:28:30 addons/armor_f.pbo - 129739 13:28:30 addons/dubbing_f_epa.pbo - 119457 13:28:30 addons/language_f_exp_a.pbo - 147225 13:28:30 addons/music_f_music.pbo - 119477 13:28:30 addons/dubbing_f.pbo - 119457 13:28:30 addons/animals_f.pbo - 145321 13:28:30 addons/modules_f_exp_a.pbo - 119459 13:28:30 addons/missions_f.pbo - 141704 13:28:30 addons/missions_f_beta.pbo - 122470 13:28:30 addons/characters_f_beta.pbo - 143051 13:28:30 addons/weapons_f_mod.pbo - 143522 13:28:30 addons/functions_f_bootcamp.pbo - 147116 13:28:30 addons/drones_f.pbo - 146855 13:28:30 addons/languagemissions_f_epb.pbo - 147225 13:28:30 addons/functions_f_epa.pbo - 138704 13:28:30 addons/sounds_f_environment.pbo - 143095 13:28:30 addons/ui_f_data.pbo - 139876 13:28:30 addons/structures_f_ind.pbo - 145509 13:28:30 addons/modules_f_data.pbo - 122470 13:28:30 addons/characters_f_gamma.pbo - 146905 13:28:30 addons/anims_f_bootcamp.pbo - 123209 13:28:30 addons/weapons_f_beta.pbo - 145053 13:28:30 addons/weapons_f_bootcamp.pbo - 141713 13:28:30 addons/modules_f.pbo - 142774 13:28:30 addons/map_vr.pbo - 135900 13:28:30 addons/structures_f_households.pbo - 145509 13:28:30 addons/characters_f_bootcamp.pbo - 133719 13:28:30 addons/uifonts_f_data.pbo - 128439 13:28:30 addons/animals_f_beta.pbo - 123208 13:28:30 addons/static_f_gamma.pbo - 122615 13:28:30 addons/missions_f_exp_a_data.pbo - 119459 13:28:30 addons/map_altis_data_layers_01_01.pbo - 0000 13:28:30 addons/dubbing_f_epc.pbo - 119457 13:28:30 addons/soft_f.pbo - 147054 13:28:30 addons/dubbing_f_epb.pbo - 119457 13:28:30 addons/map_altis_data_layers_00_01.pbo - 0000 13:28:30 addons/structures_f_epa.pbo - 135441 13:28:30 addons/dubbing_radio_f_data_engb.pbo - 119458 13:28:30 addons/modules_f_epb.pbo - 134655 13:28:30 addons/dubbing_radio_f_data_vr.pbo - 119458 13:28:30 addons/missions_f_gamma.pbo - 133233 13:28:30 addons/missions_f_epc.pbo - 141704 13:28:30 addons/dubbing_f_warlords.pbo - 136700 13:28:30 addons/missions_f_warlords.pbo - 145437 13:28:30 addons/missions_f_epa_video.pbo - 119459 13:28:30 addons/dubbing_f_beta.pbo - 119457 13:28:30 addons/missions_f_video.pbo - 119459 13:28:30 13:28:30 ======================= 13:28:30 13:28:30 ============================================================================================= List of mods =============================================================================================== 13:28:30 modsReadOnly = false 13:28:30 safeModsActivated = false 13:28:30 customMods = false 13:28:30 hash = 'D9A75B2C5B97538D18DC6908A0989CC8718F4E5B' 13:28:30 hashShort = '34d8b3f2' 13:28:30 name | modDir | default | official | origin | hash | hashShort | fullPath 13:28:30 ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 13:28:30 Arma 3 Contact (Platform) | enoch | true | true | GAME DIR | 0d59242b58e23b2ede068fee2616d3e4be87376b | 71bb1cea | /opt/arma3/enoch 13:28:30 Arma 3 Tanks | tank | true | true | GAME DIR | 73ad2cd4eae68045cea7a7221caef9e6e955ae45 | ff97ef57 | /opt/arma3/tank 13:28:30 Arma 3 Tac-Ops | tacops | true | true | GAME DIR | c42217db4f55205cf6f0f05e2a5d8f24384cf638 | cf74c5ae | /opt/arma3/tacops 13:28:30 Arma 3 Laws of War | orange | true | true | GAME DIR | 5acbf43a6a9a45060e8fb9c973bffdf5923ec29c | 12b76d7a | /opt/arma3/orange 13:28:30 Arma 3 Malden | argo | true | true | GAME DIR | b09aeef5451d9f0d3d4a61e77179267a70ff6da6 | 2afda5f3 | /opt/arma3/argo 13:28:30 Arma 3 Jets | jets | true | true | GAME DIR | 5bfa24542528e0d2ccbaa89eee6b0b3d353e8d4e | 20520625 | /opt/arma3/jets 13:28:30 Arma 3 Apex | expansion | true | true | GAME DIR | 430f7b474885b219790a57de4de3eea2fb15b448 | 5032127f | /opt/arma3/expansion 13:28:30 Arma 3 Marksmen | mark | true | true | GAME DIR | 23a8722eb5c8b4175c3103c877cc7822bf13dd9a | d102ca49 | /opt/arma3/mark 13:28:30 Arma 3 Helicopters | heli | true | true | GAME DIR | 5c6a375b889b703d247e6f7134d0b4749be7d25d | bee51663 | /opt/arma3/heli 13:28:30 Arma 3 Karts | kart | true | true | GAME DIR | d9d59f8a35c0c4cf9e1583f1d778f01a3843bb8f | b421f4ed | /opt/arma3/kart 13:28:30 Arma 3 Zeus | curator | true | true | GAME DIR | 48863ef9dd9aa7bca9c81544fc489dddc71f629a | a8deee88 | /opt/arma3/curator 13:28:30 Arma 3 | A3 | true | true | NOT FOUND | | | 13:28:30 ========================================================================================================================================================================================================== 13:28:30 InitSound ... 13:28:30 InitSound - complete 13:28:30 Dedicated host created. 13:28:30 PhysX3 SDK Init started ... 13:28:30 PhysX3 SDK Init ended. 13:23:31 SteamAPI initializat13:28:33 core\skyobject\skyobject.p3d: No geometry and no visual shape ion failed. Steam features won't be accessible! 13:23:31 Initializing stats manager. 13:23:31 Stats config disabled. 13:2313:28:33 a3\data_f\krater.p3d: No geometry and no visual shape :31 session13:28:33 a3\data_f\koule.p3d: No geometry and no visual shape ID: a8fc9dfd964ddaec140a11dcdd8d0bbfe87dc33f 13:23:38 Updating base class RscShortcutButton->RscButton, by a3\editor_f\config.bin/RscDisplayEditObject/Controls/B_OK/ (original bin\config.bin) 13:23:38 Updating base class RscSliderH->RscXSliderH, by a3\editor_f\config.bin/RscDisplayEditObject/Slider/ (original b in\config.bin) 13:23:38 Updating base class RscText->RscPicture, by a3\editor_f\config.bin/RscDisplayEditObject/Preview/ (original bin\ config.bin) 13:23:38 Updating base class RscShortcutButton->RscButton, by a3\editor_f\config.bin/RscDisplayMissionLoad/Controls/B_OK / (original bin\config.bin) 13:23:38 Updating base class RscShortcutButton->RscButton, by a3\editor_f\config.bin/RscDisplayMissionSave/Controls/B_OK / (original bin\config.bin) 13:23:38 Updating base class ->RscControlsGroup, by a3\ui_f\config.bin/RscControlsGroupNoScrollbars/ (original a3\ui_f\c onfig.bin) 13:23:38 Updating base class ->RscControlsGroup, by a3\ui_f\config.bin/RscControlsGroupNoHScrollbars/ (original a3\ui_f\ config.bin) 13:23:38 Updating base class ->RscControlsGroup, by a3\ui_f\config.bin/RscControlsGroupNoVScrollbars/ (original a3\ui_f\ config.bin) 13:23:38 Updating base class ->RscText, by a3\ui_f\config.bin/RscLine/ (original a3\ui_f\config.bin) 13:23:38 Updating base class ->RscActiveText, by a3\ui_f\config.bin/RscActivePicture/ (original a3\ui_f\config.bin) 13:23:38 Updating base class ->RscButton, by a3\ui_f\config.bin/RscButtonTextOnly/ (original a3\ui_f\config.bin) 13:23:38 Updating base class ->RscShortcutButton, by a3\ui_f\config.bin/RscShortcutButtonMain/ (original a3\ui_f\config. bin) 13:23:38 Updating base class ->RscShortcutButton, by a3\ui_f\config.bin/RscButtonEditor/ (original a3\ui_f\config.bin) 13:23:38 Updating base class ->RscShortcutButton, by a3\ui_f\config.bin/RscIGUIShortcutButton/ (original a3\ui_f\config. bin) 13:23:38 Updating base class ->RscShortcutButton, by a3\ui_f\config.bin/RscGearShortcutButton/ (13:28:35 Warning Message: You cannot play/edit this mission; it is dependent on downloadable content that has been deleted. a3_characters_f 13:28:35 Loading movesType CfgGesturesMale 13:28:35 MovesType CfgGesturesMale load time 66 ms 13:28:35 Loading movesType CfgMovesMaleSdr 13:28:44 Warning: looped for animation: a3\anims_f_epa\data\anim\sdr\cts\hubcleaned\briefing\hubbriefing_loop.rtm differs (looped now 0)! MoveName: hubbriefing_ext 13:28:47 Warning: looped for animation: a3\anims_f_epa\data\anim\sdr\cts\hubcleaned\spectator\hubspectator_stand.rtm differs (looped now 1)! MoveName: hubspectator_stand_contact 13:28:47 MovesType CfgMovesMaleSdr load time 12327 ms 13:28:47 a3\characters_f\proxies\flag.p3d: No geometry and no visual shape 13:28:47 BattlEye Server: Initialized (v1.217) Setting breakpad minidump AppID = 107410 13:28:47 Game Port: 2302, Steam Query Port: 2303 13:28:47 Initializing Steam server - Game Port: 2302, Steam Query Port: 2303 Arma 3 Console version 1.96.146114 x86 : port 2302 13:28:47 Host identity created. 13:28:48 Connected to Steam servers 13:28:51 Altay uses modified data file 13:28:51 Mission AAD.Altis read from bank. 13:28:53 BEServer: cannot find channel #1727490217, users.card=0 13:28:54 Server error: Player without identity Altay (id 1727490217) 13:28:54 Server error: Player without identity Altay (id 1727490217) 13:28:54 Server error: Player without identity Altay (id 1727490217) 13:28:54 Server error: Player without identity Altay (id 1727490217) 13:28:54 Server error: Player without identity Altay (id 1727490217) 13:28:54 Server error: Player without identity Altay (id 1727490217) 13:28:54 Server error: Player without identity Altay (id 1727490217) 13:28:54 Server error: Player without identity Altay (id 1727490217) 13:28:54 Server error: Player without identity Altay (id 1727490217) 13:28:54 Server error: Player without identity Altay (id 1727490217) 13:28:54 Server error: Player without identity Altay (id 1727490217) 13:28:54 Server error: Player without identity Altay (id 1727490217) 13:28:54 Server error: Player without identity Altay (id 1727490217) 13:28:54 Server error: Player without identity Altay (id 1727490217) 13:28:54 Server error: Player without identity Altay (id 1727490217) 13:28:54 Server error: Player without identity Altay (id 1727490217) 13:28:54 Server error: Player without identity Altay (id 1727490217) 13:28:54 Server error: Player without identity Altay (id 1727490217) 13:28:54 Server error: Player without identity Altay (id 1727490217) 13:28:54 Server error: Player without identity Altay (id 1727490217) 13:28:54 Server error: Player without identity Altay (id 1727490217) 13:28:54 Server error: Player without identity Altay (id 1727490217) 13:28:54 Server error: Player without identity Altay (id 1727490217) 13:28:54 Server error: Player without identity Altay (id 1727490217) 13:28:54 Server error: Player without identity Altay (id 1727490217) 13:28:54 Server error: Player without identity Altay (id 1727490217) 13:28:54 Server error: Player without identity Altay (id 1727490217) 13:28:54 Server error: Player without identity Altay (id 1727490217) 13:28:54 Server error: Player without identity Altay (id 1727490217) 13:28:54 Server error: Player without identity Altay (id 1727490217) 13:28:54 Server error: Player without identity Altay (id 1727490217) 13:28:54 Server error: Player without identity Altay (id 1727490217) 13:28:54 Server error: Player without identity Altay (id 1727490217) 13:28:54 Server error: Player without identity Altay (id 1727490217) 13:28:54 Server error: Player without identity Altay (id 1727490217) 13:28:54 Server error: Player without identity Altay (id 1727490217) 13:28:55 Server error: Player without identity Altay (id 1727490217) 13:28:55 Server error: Player without identity Altay (id 1727490217) 13:28:55 Server error: Player without identity Altay (id 1727490217) 13:28:55 Server error: Player without identity Altay (id 1727490217) 13:28:55 Server error: Player without identity Altay (id 1727490217) 13:28:55 Server error: Player without identity Altay (id 1727490217) 13:28:55 Server error: Player without identity Altay (id 1727490217) 13:28:55 Server error: Player without identity Altay (id 1727490217) 13:28:55 Server error: Player without identity Altay (id 1727490217) 13:28:55 Server error: Player without identity Altay (id 1727490217) 13:28:55 Server error: Player without identity Altay (id 1727490217) 13:28:55 Server error: Player without identity Altay (id 1727490217) 13:28:55 Server error: Player without identity Altay (id 1727490217) 13:28:55 Server error: Player without identity Altay (id 1727490217) 13:28:55 Server error: Player without identity Altay (id 1727490217) 13:28:55 Server error: Player without identity Altay (id 1727490217) 13:28:55 Server error: Player without identity Altay (id 1727490217) 13:28:55 Server error: Player without identity Altay (id 1727490217) 13:28:55 Server error: Player without identity Altay (id 1727490217) 13:28:55 Server error: Player without identity Altay (id 1727490217) 13:28:55 Server error: Player without identity Altay (id 1727490217) 13:28:55 Server error: Player without identity Altay (id 1727490217) 13:28:55 Server error: Player without identity Altay (id 1727490217) 13:28:55 Server error: Player without identity Altay (id 1727490217) 13:28:55 Server error: Player without identity Altay (id 1727490217) 13:28:55 Server error: Player without identity Altay (id 1727490217) 13:28:55 Server error: Player without identity Altay (id 1727490217) 13:28:55 Server error: Player without identity Altay (id 1727490217) 13:28:55 Server error: Player without identity Altay (id 1727490217) 13:28:55 Server error: Player without identity Altay (id 1727490217) 13:28:55 Server error: Player without identity Altay (id 1727490217) 13:28:55 Server error: Player without identity Altay (id 1727490217) 13:28:55 Server error: Player without identity Altay (id 1727490217) 13:28:55 Server error: Player without identity Altay (id 1727490217) 13:28:55 Server error: Player without identity Altay (id 1727490217) 13:28:55 Server error: Player without identity Altay (id 1727490217) 13:28:55 Server error: Player without identity Altay (id 1727490217) 13:28:55 Server error: Player without identity Altay (id 1727490217) 13:28:55 Server error: Player without identity Altay (id 1727490217) 13:28:55 Server error: Player without identity Altay (id 1727490217) 13:28:55 Server error: Player without identity Altay (id 1727490217) 13:28:55 Server error: Player without identity Altay (id 1727490217) 13:28:55 Server error: Player without identity Altay (id 1727490217) 13:28:55 Server error: Player without identity Altay (id 1727490217) 13:28:55 Server error: Player without identity Altay (id 1727490217) 13:28:55 Server error: Player without identity Altay (id 1727490217) 13:28:55 Server error: Player without identity Altay (id 1727490217) 13:28:55 Server error: Player without identity Altay (id 1727490217) 13:28:55 Server error: Player without identity Altay (id 1727490217) 13:28:55 Server error: Player without identity Altay (id 1727490217) 13:28:56 Server error: Player without identity Altay (id 1727490217) 13:28:56 Server error: Player without identity Altay (id 1727490217) 13:28:56 Server error: Player without identity Altay (id 1727490217) 13:28:56 Server error: Player without identity Altay (id 1727490217) 13:28:56 Server error: Player without identity Altay (id 1727490217) 13:28:56 Server error: Player without identity Altay (id 1727490217) 13:28:56 Server error: Player without identity Altay (id 1727490217) 13:28:56 Server error: Player without identity Altay (id 1727490217) 13:28:56 Server error: Player without identity Altay (id 1727490217) 13:28:56 Server error: Player without identity Altay (id 1727490217) 13:28:56 Server error: Player without identity Altay (id 1727490217) 13:28:56 Server error: Player without identity Altay (id 1727490217) 13:28:56 Server error: Player without identity Altay (id 1727490217) 13:28:56 Server error: Player without identity Altay (id 1727490217) 13:28:56 Server error: Player without identity Altay (id 1727490217) 13:28:56 Server error: Player without identity Altay (id 1727490217) 13:28:56 Server error: Player without identity Altay (id 1727490217) 13:28:56 Server error: Player without identity Altay (id 1727490217) 13:28:56 Server error: Player without identity Altay (id 1727490217) 13:28:56 Server error: Player without identity Altay (id 1727490217) 13:28:56 Server error: Player without identity Altay (id 1727490217) 13:28:56 Server error: Player without identity Altay (id 1727490217) 13:28:56 Server error: Player without identity Altay (id 1727490217) 13:28:56 Server error: Player without identity Altay (id 1727490217) 13:28:56 Server error: Player without identity Altay (id 1727490217) 13:28:56 Server error: Player without identity Altay (id 1727490217) 13:28:56 Server error: Player without identity Altay (id 1727490217) 13:28:56 Server error: Player without identity Altay (id 1727490217) 13:28:56 Server error: Player without identity Altay (id 1727490217) 13:28:56 Server error: Player without identity Altay (id 1727490217) 13:28:56 Server error: Player without identity Altay (id 1727490217) 13:28:56 Server error: Player without identity Altay (id 1727490217) 13:28:56 Server error: Player without identity Altay (id 1727490217) 13:28:56 Server error: Player without identity Altay (id 1727490217) 13:28:56 Server error: Player without identity Altay (id 1727490217) 13:28:56 Server error: Player without identity Altay (id 1727490217) 13:28:56 Server error: Player without identity Altay (id 1727490217) 13:28:56 Server error: Player without identity Altay (id 1727490217) 13:28:56 Server error: Player without identity Altay (id 1727490217) 13:28:56 Server error: Player without identity Altay (id 1727490217) 13:28:56 Server error: Player without identity Altay (id 1727490217) 13:28:56 Server error: Player without identity Altay (id 1727490217) 13:28:56 Server error: Player without identity Altay (id 1727490217) 13:28:56 Server error: Player without identity Altay (id 1727490217) 13:28:56 Server error: Player without identity Altay (id 1727490217) 13:28:56 Server error: Player without identity Altay (id 1727490217) 13:28:56 Server error: Player without identity Altay (id 1727490217) 13:28:56 Server error: Player without identity Altay (id 1727490217) 13:28:56 Server error: Player without identity Altay (id 1727490217) 13:28:56 Server error: Player without identity Altay (id 1727490217) 13:28:57 Server error: Player without identity Altay (id 1727490217) 13:28:57 Server error: Player without identity Altay (id 1727490217) 13:28:57 Server error: Player without identity Altay (id 1727490217) 13:28:57 Server error: Player without identity Altay (id 1727490217) 13:28:57 Server error: Player without identity Altay (id 1727490217) 13:28:57 Server error: Player without identity Altay (id 1727490217) 13:28:57 Server error: Player without identity Altay (id 1727490217) 13:28:57 Server error: Player without identity Altay (id 1727490217) 13:28:57 Server error: Player without identity Altay (id 1727490217) 13:28:57 Server error: Player without identity Altay (id 1727490217) 13:28:57 Server error: Player without identity Altay (id 1727490217) 13:28:57 Server error: Player without identity Altay (id 1727490217) 13:28:57 Server error: Player without identity Altay (id 1727490217) 13:28:57 Server error: Player without identity Altay (id 1727490217) 13:28:57 Server error: Player without identity Altay (id 1727490217) 13:28:57 Server error: Player without identity Altay (id 1727490217) 13:28:57 Server error: Player without identity Altay (id 1727490217) 13:28:57 Server error: Player without identity Altay (id 1727490217) 13:28:57 Server error: Player without identity Altay (id 1727490217) 13:28:57 Server error: Player without identity Altay (id 1727490217) 13:28:57 Server error: Player without identity Altay (id 1727490217) 13:28:57 Server error: Player without identity Altay (id 1727490217) 13:28:57 Server error: Player without identity Altay (id 1727490217) 13:28:57 Server error: Player without identity Altay (id 1727490217) 13:28:57 Server error: Player without identity Altay (id 1727490217) 13:28:57 Server error: Player without identity Altay (id 1727490217) 13:28:57 Server error: Player without identity Altay (id 1727490217) 13:28:57 Server error: Player without identity Altay (id 1727490217) 13:28:57 Server error: Player without identity Altay (id 1727490217) 13:28:57 Server error: Player without identity Altay (id 1727490217) 13:28:57 Server error: Player without identity Altay (id 1727490217) 13:28:57 Server error: Player without identity Altay (id 1727490217) 13:28:57 Server error: Player without identity Altay (id 1727490217) 13:28:57 Server error: Player without identity Altay (id 1727490217) 13:28:57 Server error: Player without identity Altay (id 1727490217) 13:28:57 Server error: Player without identity Altay (id 1727490217) 13:28:57 Server error: Player without identity Altay (id 1727490217) 13:28:57 Server error: Player without identity Altay (id 1727490217) 13:28:57 Server error: Player without identity Altay (id 1727490217) 13:28:57 Server error: Player without identity Altay (id 1727490217) 13:28:57 Server error: Player without identity Altay (id 1727490217) 13:28:57 Server error: Player without identity Altay (id 1727490217) 13:28:57 Server error: Player without identity Altay (id 1727490217) 13:28:57 Server error: Player without identity Altay (id 1727490217) 13:28:57 Server error: Player without identity Altay (id 1727490217) 13:28:57 Server error: Player without identity Altay (id 1727490217) 13:28:57 Server error: Player without identity Altay (id 1727490217) 13:28:57 Server error: Player without identity Altay (id 1727490217) 13:28:57 Server error: Player without identity Altay (id 1727490217) 13:28:58 Server error: Player without identity Altay (id 1727490217) 13:28:58 Server error: Player without identity Altay (id 1727490217) 13:28:58 Server error: Player without identity Altay (id 1727490217) 13:28:58 Server error: Player without identity Altay (id 1727490217) 13:28:58 Server error: Player without identity Altay (id 1727490217) 13:28:58 Server error: Player without identity Altay (id 1727490217) 13:28:58 Server error: Player without identity Altay (id 1727490217) 13:28:58 Server error: Player without identity Altay (id 1727490217) 13:28:58 Server error: Player without identity Altay (id 1727490217) 13:28:58 Server error: Player without identity Altay (id 1727490217) 13:28:58 Server error: Player without identity Altay (id 1727490217) 13:28:58 Server error: Player without identity Altay (id 1727490217) 13:28:58 Server error: Player without identity Altay (id 1727490217) 13:28:58 Server error: Player without identity Altay (id 1727490217) 13:28:58 Server error: Player without identity Altay (id 1727490217) 13:28:58 Server error: Player without identity Altay (id 1727490217) 13:28:58 Server error: Player without identity Altay (id 1727490217) 13:28:58 Server error: Player without identity Altay (id 1727490217) 13:28:58 Server error: Player without identity Altay (id 1727490217) 13:28:58 Server error: Player without identity Altay (id 1727490217) 13:28:58 Server error: Player without identity Altay (id 1727490217) 13:28:58 Server error: Player without identity Altay (id 1727490217) 13:28:58 Server error: Player without identity Altay (id 1727490217) 13:28:58 Server error: Player without identity Altay (id 1727490217) 13:28:58 Server error: Player without identity Altay (id 1727490217) 13:28:58 Server error: Player without identity Altay (id 1727490217) 13:28:58 Server error: Player without identity Altay (id 1727490217) 13:28:58 Server error: Player without identity Altay (id 1727490217) 13:28:58 Server error: Player without identity Altay (id 1727490217) 13:28:58 Server error: Player without identity Altay (id 1727490217) 13:28:58 Server error: Player without identity Altay (id 1727490217) 13:28:58 Server error: Player without identity Altay (id 1727490217) 13:28:58 BEServer::finishDestroyPlayer(1727490217): users.get failed 13:28:58 Player Altay disconnected. 13:28:58 All users disconnected, waiting for users. Here is the config file that I use: Spoiler // GENERAL SETTINGS hostname = "My Arma 3 Server"; // Name of the server displayed in the public server list //password = "ServerPassword"; // Password required to join the server (remove // at start of line to enable) passwordAdmin = "AdminPassword"; // Password to login as admin. Open the chat and type: #login password maxPlayers = 40; // Maximum amount of players, including headless clients. Anybody who joins the server is considered a player, regardless of their role or team. persistent = 1; // If set to 1, missions will continue to run after all players have disconnected; required if you want to use the -autoInit startup parameter // VOICE CHAT disableVoN = 0; // If set to 1, voice chat will be disabled vonCodecQuality = 10; // Supports range 1-30, the higher the better sound quality, the more bandwidth consumption: // 1-10 is 8kHz (narrowband) // 11-20 is 16kHz (wideband) // 21-30 is 32kHz (ultrawideband) // VOTING voteMissionPlayers = 1; // Minimum number of players required before displaying the mission selection screen, if you have not already selected a mission in this config voteThreshold = 0.33; // Percentage (0.00 to 1.00) of players needed to vote something into effect, for example an admin or a new mission. Set to 9999 to disable voting. allowedVoteCmds[] = // Voting commands allowed to players { // {command, preinit, postinit, threshold} - specifying a threshold value will override "voteThreshold" for that command {"admin", false, false}, // vote admin {"kick", false, true, 0.51}, // vote kick {"missions", false, false}, // mission change {"mission", false, false}, // mission selection {"restart", false, false}, // mission restart {"reassign", false, false} // mission restart with roles unassigned }; // WELCOME MESSAGE ("message of the day") // It can be several lines, separated by comma // Empty messages "" will not be displayed, but can be used to increase the delay before other messages motd[] = { "Welcome to My Arma 3 Server", "Discord: discord.somewhere.com", "TeamSpeak: ts.somewhere.com", "Website: www.example.com" }; motdInterval = 5; // Number of seconds between each message // MISSIONS CYCLE class Missions { class Mission1 { template = "AAD.Altis"; // Filename of pbo in MPMissions folder difficulty = "Regular"; // "Recruit", "Regular", "Veteran", "Custom" }; }; // LOGGING timeStampFormat = "short"; // Timestamp format used in the server RPT logs. Possible values are "none" (default), "short", "full" logFile = "server_console.log"; // Server console output filename // SECURITY BattlEye = 1; // If set to 1, BattlEye Anti-Cheat will be enabled on the server (default: 1, recommended: 1) verifySignatures = 2; // If set to 2, players with unknown or unsigned mods won't be allowed join (default: 0, recommended: 2) kickDuplicate = 1; // If set to 1, players with an ID that is identical to another player will be kicked (recommended: 1) allowedFilePatching = 1; // Prevents clients with filePatching enabled from joining the server // (0 = block filePatching, 1 = allow headless clients, 2 = allow all) (default: 0, recommended: 1) // FILE EXTENSIONS // only allow files with those extensions to be loaded via loadFile command (since Arma 3 v1.19.124216) allowedLoadFileExtensions[] = {"hpp","sqs","sqf","fsm","cpp","paa","txt","xml","inc","ext","sqm","ods","fxy","lip","csv","kb","bik","bikb","html","htm","biedi"}; // only allow files with those extensions to be loaded via preprocessFile / preprocessFileLineNumbers commands (since Arma 3 v1.19.124323) allowedPreprocessFileExtensions[] = {"hpp","sqs","sqf","fsm","cpp","paa","txt","xml","inc","ext","sqm","ods","fxy","lip","csv","kb","bik","bikb","html","htm","biedi"}; // only allow files and URLs with those extensions to be loaded via htmlLoad command (since Arma 3 v1.27.126715) allowedHTMLLoadExtensions[] = {"htm","html","php","xml","txt"}; // EVENT SCRIPTS - see http://community.bistudio.com/wiki/ArmA:_Server_Side_Scripting onUserConnected = ""; // command to run when a player connects onUserDisconnected = ""; // command to run when a player disconnects doubleIdDetected = ""; // command to run if a player has the same ID as another player in the server onUnsignedData = "kick (_this select 0)"; // command to run if a player has unsigned files onHackedData = "kick (_this select 0)"; // command to run if a player has tampered files // HEADLESS CLIENT headlessClients[] = {"127.0.0.1"}; // list of IP addresses allowed to connect using headless clients; example: {"127.0.0.1", "192.168.1.100"}; localClient[] = {"127.0.0.1"}; // list of IP addresses to which are granted unlimited bandwidth; example: {"127.0.0.1", "192.168.1.100"}; Share this post Link to post Share on other sites
thuSkywalker 0 Posted April 8 (edited) I'm stuck with the exactly same problem. Turns out it's because I didn't setup the DNS query server correctly. Edited April 8 by thuSkywalker Share this post Link to post Share on other sites