Jump to content
  • 0

Linux Server Install Notes


vbawol

Question

How to install redis on Linux:

Ubuntu:

 

apt-get install redis-server

For more details on other distros see http://redis.io/topics/quickstart
 
How to install Arma 3 Server on Linux
Use steamCMD https://developer.valvesoftware.com/wiki/SteamCMD#Linux

./steamcmd.sh +login STEAM_USERNAME STEAM_PASSWORD +force_install_dir /home/arma3

app_update 233780 validate

quit

Install the required packages:

sudo apt-get install g++-multilib
sudo apt-get install libstdc++6

For 64-bit only:

sudo apt-get install lib32stdc++6

Also see:

 

Edited by vbawol
Added links to other helpful posts
Link to comment
Share on other sites

Recommended Posts

  • 0

First  i want to thank devs for that ARMA3 Linux servers now supports EPOCH :D

 

But we have problem with installing on our Debian 7 server:

17:11:43 "Epoch: Server DLL mismatch! Current:  Needed: 0.5.1.4"
17:11:43 "Epoch: Server DLL mismatch! Current:  Needed: 0.5.1.4"
17:11:43 "Epoch: Server DLL mismatch! Current:  Needed: 0.5.1.4"
17:11:43 "Epoch: Server DLL mismatch! Current:  Needed: 0.5.1.4"
17:11:43 "Epoch: Server DLL mismatch! Current:  Needed: 0.5.1.4"

And when connecting to server:

Server not Ready (Error 03)

What the problem here?

Link to comment
Share on other sites

  • 0

you are missing the libs for the epochserver.so do the following and see what you are missing, I am writing a CENTOS 7 Howto you can check that out and maybe get some more info from that as well

 

This is what I had before i fixed mine

[epoch@lon-hex-neb-game-04 @epochhive]$ ldd epochserver.so

./epochserver.so: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.14' not found (required by ./epochserver.so)
./epochserver.so: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by ./epochserver.so)
        linux-gate.so.1 =>  (0x00eec000)
        libhiredis.so.0.10 => not found
        libpcre.so.3 => not found
        libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x00167000)
        libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x00252000)
        libc.so.6 => /lib/libc.so.6 (0x00270000)
        libm.so.6 => /lib/libm.so.6 (0x00428000)
        /lib/ld-linux.so.2 (0x00587000)

 

 

Link to comment
Share on other sites

  • 0
vbawol

 

I can 99% say its going to be the wrong version of GLIBCXX and GLIBC as I had the same problem and had to fix that.

 

One thing to note the epochserver.so has been compiled on a fairly "bleeding" edge distro and realistically *could* (maybe reasonson so forgive me) be compiled with older or statics.  JUST A THOUGHT.

Link to comment
Share on other sites

  • 0

vbawol

 

I can 99% say its going to be the wrong version of GLIBCXX and GLIBC as I had the same problem and had to fix that.

 

One thing to note the epochserver.so has been compiled on a fairly "bleeding" edge distro and realistically *could* (maybe reasonson so forgive me) be compiled with older or statics.  JUST A THOUGHT.

 

I will look to compile on a older distro for next build. What version of Ubuntu would you say would be the best in terms of legacy support?

Link to comment
Share on other sites

  • 0

Using Ubuntu 14.04.2 LTS

 

Had to do:

sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt-get update
sudo apt-get install libstdc++6

If add-apt-repository does not work, do:

sudo apt-get install software-properties-common
Link to comment
Share on other sites

  • 0

vbawol

 

That is a good question, depends what you want to support. I think its probabbly good to mirror what BIS is ussing for ARMA3.  This should cover most distros that GSP's use

strings arma3server|grep GLIB
GLIBC_2.2
GLIBC_2.0
GLIBC_2.1
GLIBC_2.3.3
GLIBC_2.3.2
GLIBCXX_3.4.15
GLIBCXX_3.4.9
GLIBCXX_3.4
GLIBC_2.1.3
GLIBC_2.4
GLIBC_2.3.4
GLIBC_2.3
GLIBC_2.7

You should be able to compile against the specific GLIBC library depending on how you have codded it :-)

 

The following should tel you what you can compile with "strings /lib/libstdc++.so.6 |grep GLIB"

Link to comment
Share on other sites

  • 0
22:14:33 EPE manager release (0|0|0)
22:14:33 EPE manager release (0|0|0)
22:14:33 EPE manager release (0|0|0)
22:14:33 EPE manager release (0|0|0)
22:14:33 Mission Epoch Mod read from bank.
22:14:33 Missing addons detected:
22:14:33   A3_epoch_config
22:14:33 Warning Message: You cannot play/edit this mission; it is dependent on downloadable content that has been deleted.A3_epoch_config
22:14:33 EPE manager release (0|0|0)
22:14:33 EPE manager release (0|0|0)
22:14:33 EPE manager release (0|0|0)
22:14:33 EPE manager release (0|0|0)
22:14:33 Mission Epoch Mod read from bank.
22:14:33 Missing addons detected:
22:14:33   A3_epoch_config
22:14:33 Warning Message: You cannot play/edit this mission; it is dependent on downloadable content that has been deleted.A3_epoch_config
22:14:33 EPE manager release (0|0|0)
22:14:33 EPE manager release (0|0|0)
22:14:33 EPE manager release (0|0|0)
22:14:33 EPE manager release (0|0|0)
22:14:33 Mission Epoch Mod read from bank.
22:14:33 Missing addons detected:
22:14:33   A3_epoch_config
22:14:33 Warning Message: You cannot play/edit this mission; it is dependent on downloadable content that has been deleted.A3_epoch_config
22:14:33 EPE manager release (0|0|0)
22:14:33 EPE manager release (0|0|0)
22:14:33 EPE manager release (0|0|0)
22:14:33 EPE manager release (0|0|0)
22:14:33 Mission Epoch Mod read from bank.
22:14:33 Missing addons detected:
22:14:33   A3_epoch_config
22:14:33 Warning Message: You cannot play/edit this mission; it is dependent on downloadable content that has been deleted.A3_epoch_config
22:14:33 EPE manager release (0|0|0)
22:14:33 EPE manager release (0|0|0)
22:14:33 EPE manager release (0|0|0)
22:14:33 EPE manager release (0|0|0)
22:14:33 Mission Epoch Mod read from bank.

:( idea?

Link to comment
Share on other sites

  • 0

yes is now fixed... but now is the shit 03 error :/

 

 

here is my log


steam@titan528:~/epoch$ ./epoch.sh start
Starting A3 server @PORT 2302...
steam@titan528:~/epoch$ nohup: leite Standardfehlerausgabe auf Standardausgabe um
./epoch.sh log
To stop viewing the logfile press CTRL+C
========================================
22:22:01 Item STR_CONTROLS_TOOLTIPS_ACTION_IN_MAP listed twice
22:22:01 Item str_usract_action_in_map listed twice
22:22:01 Cannot register unknown string STR_USRACT_SWITCH_GUNS
22:22:01 Cannot register unknown string STR_USRACT_SWITCH_ROCKETS
22:22:01 Cannot register unknown string STR_USRACT_SWITCH_MISSILES
22:22:01 Cannot register unknown string STR_USRACT_SWITCH_BOMBS
22:22:01 Cannot register unknown string STR_CONTROLS_TOOLTIPS_SWITCH_GUNS
22:22:01 Cannot register unknown string STR_CONTROLS_TOOLTIPS_SWITCH_ROCKETS
22:22:01 Cannot register unknown string STR_CONTROLS_TOOLTIPS_SWITCH_MISSILES
22:22:01 Cannot register unknown string STR_CONTROLS_TOOLTIPS_SWITCH_BOMBS
22:22:04 Item str_a3_garage listed twice
22:22:04 Item STR_A3_Showcase_FiringFromVehicles_SITREP_text listed twice
22:22:04 Item STR_A3_DLC_PREMIUM_ITEM_NOTIFICATION_HELI_TEXT listed twice
22:22:04 Item STR_A3_DLC_PREMIUM_ITEM_NOTIFICATION_KART_TEXT listed twice
22:22:04 Item str_a3_flashlight1 listed twice
22:22:06 Updating base class ->Base, by a3\dubbing_radio_f\config.bin/CfgHQIdentities/PAPA_BEAR/
22:22:06 Updating base class ->Base, by a3\dubbing_radio_f\config.bin/CfgHQIdentities/AirBase/
22:22:06 Updating base class ->HouseBase, by a3\data_f\config.bin/CfgVehicles/House/
22:22:06 Updating base class ->Thing, by a3\data_f\config.bin/CfgVehicles/thingX/
22:22:06 Updating base class RscShortcutButton->RscButton, by a3\editor_f\config.bin/RscDisplayEditObject/Controls/B_OK/
22:22:06 Updating base class RscSliderH->RscXSliderH, by a3\editor_f\config.bin/RscDisplayEditObject/Slider/
22:22:06 Updating base class RscText->RscPicture, by a3\editor_f\config.bin/RscDisplayEditObject/Preview/
22:22:06 Updating base class RscShortcutButton->RscButton, by a3\editor_f\config.bin/RscDisplayMissionLoad/Controls/B_OK/
22:22:06 Updating base class RscShortcutButton->RscButton, by a3\editor_f\config.bin/RscDisplayMissionSave/Controls/B_OK/
22:22:06 Updating base class ->House, by a3\structures_f\config.bin/CfgVehicles/House_F/
22:22:06 Updating base class ->House_F, by a3\structures_f\config.bin/CfgVehicles/House_Small_F/
22:22:06 Updating base class ->Default, by a3\anims_f\config\sdr\config.bin/CfgMovesBasic/DefaultDie/
22:22:06 Updating base class ->RifleBaseLowStandActions, by a3\anims_f\config\sdr\config.bin/CfgMovesBasic/Actions/RifleBaseStandActions/
22:22:06 Updating base class ->Default, by a3\anims_f\config\sdr\config.bin/CfgMovesMaleSdr/States/Crew/
22:22:06 Updating base class ->StandBase, by a3\anims_f\config\sdr\config.bin/CfgMovesMaleSdr/States/AmovPercMstpSnonWnonDnon/
22:22:06 Updating base class ->RscControlsGroup, by a3\ui_f\config.bin/RscControlsGroupNoScrollbars/
22:22:06 Updating base class ->RscControlsGroup, by a3\ui_f\config.bin/RscControlsGroupNoHScrollbars/
22:22:06 Updating base class ->RscControlsGroup, by a3\ui_f\config.bin/RscControlsGroupNoVScrollbars/
22:22:06 Updating base class ->RscText, by a3\ui_f\config.bin/RscLine/
22:22:06 Updating base class ->RscActiveText, by a3\ui_f\config.bin/RscActivePicture/
22:22:06 Updating base class ->RscButton, by a3\ui_f\config.bin/RscButtonTextOnly/
22:22:06 Updating base class ->RscShortcutButton, by a3\ui_f\config.bin/RscShortcutButtonMain/
22:22:06 Updating base class ->RscShortcutButton, by a3\ui_f\config.bin/RscButtonEditor/
22:22:06 Updating base class ->RscShortcutButton, by a3\ui_f\config.bin/RscIGUIShortcutButton/
22:22:06 Updating base class ->RscShortcutButton, by a3\ui_f\config.bin/RscGearShortcutButton/
22:22:06 Updating base class ->RscShortcutButton, by a3\ui_f\config.bin/RscButtonMenu/
22:22:06 Updating base class ->RscButtonMenu, by a3\ui_f\config.bin/RscButtonMenuOK/
22:22:06 Updating base class ->RscButtonMenu, by a3\ui_f\config.bin/RscButtonMenuCancel/
22:22:06 Updating base class ->RscButtonMenu, by a3\ui_f\config.bin/RscButtonMenuSteam/
22:22:06 Updating base class ->RscText, by a3\ui_f\config.bin/RscLoadingText/
22:22:06 Updating base class ->RscListBox, by a3\ui_f\config.bin/RscIGUIListBox/
22:22:06 Updating base class ->RscListNBox, by a3\ui_f\config.bin/RscIGUIListNBox/
22:22:06 Updating base class ->RscText, by a3\ui_f\config.bin/RscBackground/
22:22:06 Updating base class ->RscText, by a3\ui_f\config.bin/RscBackgroundGUI/
22:22:06 Updating base class ->RscPicture, by a3\ui_f\config.bin/RscBackgroundGUILeft/
22:22:06 Updating base class ->RscPicture, by a3\ui_f\config.bin/RscBackgroundGUIRight/
22:22:06 Updating base class ->RscPicture, by a3\ui_f\config.bin/RscBackgroundGUIBottom/
22:22:06 Updating base class ->RscText, by a3\ui_f\config.bin/RscBackgroundGUITop/
22:22:06 Updating base class ->RscText, by a3\ui_f\config.bin/RscBackgroundGUIDark/
22:22:06 Updating base class ->RscPictureKeepAspect, by a3\ui_f\config.bin/RscBackgroundLogo/
22:22:06 Updating base class ->RscMapControl, by a3\ui_f\config.bin/RscMapControlEmpty/
22:22:06 Updating base class ->RscPicture, by a3\ui_f\config.bin/CA_Mainback/
22:22:06 Updating base class ->CA_Mainback, by a3\ui_f\config.bin/CA_Back/
22:22:06 Updating base class ->CA_Mainback, by a3\ui_f\config.bin/CA_Title_Back/
22:22:06 Updating base class ->CA_Mainback, by a3\ui_f\config.bin/CA_Black_Back/
22:22:06 Updating base class ->RscTitle, by a3\ui_f\config.bin/CA_Title/
22:22:06 Updating base class ->RscPictureKeepAspect, by a3\ui_f\config.bin/CA_Logo/
22:22:06 Updating base class ->CA_Logo, by a3\ui_f\config.bin/CA_Logo_Small/
22:22:06 Updating base class ->RscButton, by a3\ui_f\config.bin/CA_RscButton/
22:22:06 Updating base class ->CA_RscButton, by a3\ui_f\config.bin/CA_RscButton_dialog/
22:22:06 Updating base class ->RscActiveText, by a3\ui_f\config.bin/CA_Ok/
22:22:06 Updating base class ->RscText, by a3\ui_f\config.bin/CA_Ok_image/
22:22:06 Updating base class ->RscText, by a3\ui_f\config.bin/CA_Ok_image2/
22:22:06 Updating base class ->RscText, by a3\ui_f\config.bin/CA_Ok_text/
22:22:06 Updating base class ->RscPicture, by a3\ui_f\config.bin/RscVignette/
22:22:06 Updating base class ->RscControlsGroupNoScrollbars, by a3\ui_f\config.bin/RscMapControlTooltip/
22:22:06 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\config.bin/RscDisplayDebug/Controls/B_OK/
22:22:06 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\config.bin/RscDisplayDebug/Controls/B_Cancel/
22:22:06 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\config.bin/RscDisplayDebug/Controls/B_Clear/
22:22:06 Updating base class ->RscText, by a3\ui_f\config.bin/RscDisplayCapture/controls/TimeLines/
22:22:06 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\config.bin/RscDisplayCapture/controls/ButtonAverages/
22:22:06 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\config.bin/RscDisplayCapture/controls/ButtonSavePreviousData/
22:22:06 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\config.bin/RscDisplayCapture/controls/ButtonPreviousData/
22:22:06 Updating base class RscControlsGroup->RscControlsGroupNoHScrollbars, by a3\ui_f\config.bin/RscDisplayMain/controls/ModIcons/
22:22:06 Updating base class RscPicture->RscPictureKeepAspect, by a3\ui_f\config.bin/RscDisplayMain/IconPicture/
22:22:06 Updating base class IconPicture->RscPictureKeepAspect, by a3\ui_f\config.bin/RscDisplayMain/DlcOwnedIconPicture/
22:22:06 Updating base class IconPicture->RscPictureKeepAspect, by a3\ui_f\config.bin/RscDisplayMain/DlcIconPicture/
22:22:06 Updating base class RscListBox->RscCombo, by a3\ui_f\config.bin/RscDisplayCustomizeController/Steepness/
22:22:06 Updating base class ->RscStandardDisplay, by a3\ui_f\config.bin/RscDisplayControlSchemes/
22:22:06 Updating base class ButtonOK->RscButtonMenuCancel, by a3\ui_f\config.bin/RscDisplayControlSchemes/controls/ButtonCancel/
22:22:06 Updating base class RscButton->RscButtonMenuOK, by a3\ui_f\config.bin/RscDisplayControlSchemes/controls/ButtonOK/
22:22:07 Updating base class RscPicture->RscPictureKeepAspect, by a3\ui_f\config.bin/RscDisplayFileSelectImage/controls/OverviewPicture/
22:22:07 Updating base class RscShortcutButton->RscButtonMenuCancel, by a3\ui_f\config.bin/RscDisplayFieldManual/controls/ButtonCancel/
22:22:07 Cannot delete class B_KickOff, it is referenced somewhere (used as a base class probably).
22:22:07 Updating base class RscButton->RscButtonMenuCancel, by a3\ui_f\config.bin/RscDisplayPublishMission/controls/ButtonCancel/
22:22:07 Updating base class RscShortcutButton->RscButtonMenuOK, by a3\ui_f\config.bin/RscDisplayPublishMissionSelectTags/controls/ButtonOK/
22:22:07 Updating base class ButtonOK->RscButtonMenuCancel, by a3\ui_f\config.bin/RscDisplayPublishMissionSelectTags/controls/ButtonCancel/
22:22:07 Updating base class ->RscSubmenu, by a3\ui_f\config.bin/RscMainMenu/
Cannot update non class from class a3\ui_f\config.bin/RscCallSupport/Items/
Cannot update non class from class a3\ui_f\config.bin/RscRadio/Items/
22:22:07 Updating base class CA_ServerDetailIsland->RscListBox, by a3\ui_f_mark\config.bin/RscDisplayMultiplayer/controls/CA_ServerDetailExpansion/
22:22:07 Updating base class CA_ServerDetailIsland->RscListBox, by a3\ui_f_mark\config.bin/RscDisplayMultiplayer/controls/CA_ServerDetailPlayers/
22:22:07 Updating base class RscStandardDisplay->, by a3\ui_f_mp_mark\config.bin/RscDisplayRespawn/
22:22:07 Updating base class ->BulletCore, by a3\weapons_f\config.bin/CfgAmmo/BulletBase/
22:22:07 Updating base class ->Default, by a3\weapons_f\config.bin/CfgMagazines/CA_Magazine/
22:22:07 Updating base class ->ReammoBox, by a3\weapons_f\config.bin/cfgVehicles/WeaponHolder/
22:22:07 Updating base class ->SlotInfo, by a3\weapons_f\config.bin/CowsSlot/
22:22:07 Updating base class ->SlotInfo, by a3\weapons_f\config.bin/PointerSlot/
22:22:07 Updating base class ->PistolCore, by a3\weapons_f\config.bin/cfgWeapons/Pistol/
22:22:07 Updating base class ->WeaponSlotsInfo, by a3\weapons_f\config.bin/cfgWeapons/Pistol_Base_F/WeaponSlotsInfo/
22:22:07 Updating base class ->Default, by a3\weapons_f\config.bin/cfgWeapons/ItemCore/
22:22:07 Updating base class ->ReammoBox, by a3\weapons_f\ammoboxes\config.bin/CfgVehicles/Bag_Base/
22:22:07 Updating base class ->ThingX, by a3\weapons_f\ammoboxes\config.bin/CfgVehicles/WeaponHolderSimulated/
22:22:07 Updating base class VestItem->ItemInfo, by a3\characters_f_mark\config.bin/cfgWeapons/V_PlateCarrierIAGL_dgtl/ItemInfo/
22:22:07 Updating base class NewTurret->, by a3\static_f_mark\designator_01\config.bin/CfgVehicles/StaticWeapon/Turrets/MainTurret/
22:22:07 Updating base class ->Ship, by a3\boat_f\config.bin/CfgVehicles/Ship_F/
22:22:07 Updating base class ->NewTurret, by a3\static_f\aa_01\config.bin/CfgVehicles/StaticWeapon/Turrets/MainTurret/
22:22:07 Updating base class ->SlotInfo, by a3\weapons_f_mark\config.bin/UnderBarrelSlot/
22:22:08 ragdollHitDmgLimit (0.000000) is lower than minimum (0.010000) and it was set to min.
22:22:08 Initializing Steam Manager
22:22:08 ManagerConfig()
22:22:08 unable to load subscribed content list. list will be updated from steam
22:22:08 unable to load published content list. list will be updated from steam
22:22:08 unable to load cached items meta info. save and update functionality will be broken
22:22:08 Steam Manager initialized.
22:22:08 ============================================================================================= List of mods ===============================================================================================
22:22:08 modsReadOnly = true
22:22:08 safeModsActivated = false
22:22:08 customMods = true
22:22:08 hash = '2802F15BC54937D86E8AFB2958A143BC5073F58D'
22:22:08 hashShort = 'dc9790ff'
22:22:08                                               name |               modDir |    default |               origin |                                     hash | hashShort | fullPath
22:22:08 ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
22:22:08                                  Epoch Mod 0.3.0.2 |               @epoch |      false |             GAME DIR | 805045f52c71bb8d5e10bd1dada1f74db4fc7d52 |  f407aa33 | /home/steam/epoch/@epoch
22:22:08                                  Arma 3 DLC Bundle |            dlcbundle |       true |            NOT FOUND |                                          |           |
22:22:08                                    Arma 3 Marksmen |                 mark |       true |             GAME DIR | 61fffcfffac61aa05ce164ead604e873d98cf4ad |  dd83b917 | /home/steam/epoch/mark
22:22:08                                 Arma 3 Helicopters |                 heli |       true |             GAME DIR | 84baa1abbb4bde8400500570de101716861cd167 |  ead8cc01 | /home/steam/epoch/heli
22:22:08                                       Arma 3 Karts |                 kart |       true |             GAME DIR | 7f4f5b99e2f6be1b038f49e1e85608ee16ec4670 |  49bc7563 | /home/steam/epoch/kart
22:22:08                                        Arma 3 Zeus |              curator |       true |             GAME DIR | a11bd0fd4dbcad3ae474be15610337fef36b01ea |  ef8d8177 | /home/steam/epoch/curator
22:22:08                                             Arma 3 |                   A3 |       true |            NOT FOUND |                                          |           |
22:22:08                                         @epochhive |           @epochhive |      false |             GAME DIR | da39a3ee5e6b4b0d3255bfef95601890afd80709 |  11fdd19c | /home/steam/epoch/@epochhive
22:22:08 ==========================================================================================================================================================================================================
22:22:08 InitSound ...
22:22:08 InitSound - complete
22:22:08 Dedicated host created.
22:22:08 PhysX3 SDK Init started ...
22:22:08 PhysX3 SDK Init ended.
22:22:08 EPE manager release (0|0|0)
22:22:08 EPE manager release (0|0|0)
22:22:08 Preloaded texture textureProne not found in bin\config.bin/CfgInGameUI/CfgStanceIndicatorTextures/
22:22:08 Preloaded texture textureProneAdjustDown not found in bin\config.bin/CfgInGameUI/CfgStanceIndicatorTextures/
22:22:08 Preloaded texture textureProneAdjustUp not found in bin\config.bin/CfgInGameUI/CfgStanceIndicatorTextures/
22:22:08 Preloaded texture textureProneAdjustLeft not found in bin\config.bin/CfgInGameUI/CfgStanceIndicatorTextures/
22:22:08 Preloaded texture textureProneAdjustRight not found in bin\config.bin/CfgInGameUI/CfgStanceIndicatorTextures/
22:22:08 Preloaded texture textureCrouch not found in bin\config.bin/CfgInGameUI/CfgStanceIndicatorTextures/
22:22:08 Preloaded texture textureCrouchAdjustDown not found in bin\config.bin/CfgInGameUI/CfgStanceIndicatorTextures/
22:22:08 Preloaded texture textureCrouchAdjustUp not found in bin\config.bin/CfgInGameUI/CfgStanceIndicatorTextures/
22:22:08 Preloaded texture textureCrouchAdjustLeft not found in bin\config.bin/CfgInGameUI/CfgStanceIndicatorTextures/
22:22:08 Preloaded texture textureCrouchAdjustRight not found in bin\config.bin/CfgInGameUI/CfgStanceIndicatorTextures/
22:22:08 Preloaded texture textureStand not found in bin\config.bin/CfgInGameUI/CfgStanceIndicatorTextures/
22:22:08 Preloaded texture textureStandAdjustDown not found in bin\config.bin/CfgInGameUI/CfgStanceIndicatorTextures/
22:22:08 Preloaded texture textureStandAdjustUp not found in bin\config.bin/CfgInGameUI/CfgStanceIndicatorTextures/
22:22:08 Preloaded texture textureStandAdjustLeft not found in bin\config.bin/CfgInGameUI/CfgStanceIndicatorTextures/
22:22:08 Preloaded texture textureStandAdjustRight not found in bin\config.bin/CfgInGameUI/CfgStanceIndicatorTextures/
Attempt to override final function - rscminimap_script
Attempt to override final function - rscdisplayloading_script
Attempt to override final function - rscdisplayloading_script
Attempt to override final function - rscdisplayloading_script
Attempt to override final function - rscdiary_script
Attempt to override final function - rscdisplaysinglemission_script
Attempt to override final function - rscdiary_script
Attempt to override final function - rscdisplayremotemissions_script
Attempt to override final function - rscdisplayloading_script
Attempt to override final function - rscdiary_script
Attempt to override final function - rscdiary_script
Attempt to override final function - rscdisplaystrategicmap_script
Attempt to override final function - rscdisplaycommon_script
Attempt to override final function - rscdisplayloading_script
Attempt to override final function - rscdisplaycurator_script
Attempt to override final function - rscdisplayattributes_script
Attempt to override final function - rscdisplayattributes_script
Attempt to override final function - rscdisplayattributes_script
Attempt to override final function - rscdisplaywelcome_script
Attempt to override final function - rscdisplaywelcome_script
Attempt to override final function - rscdisplaywelcome_script
Attempt to override final function - rscdisplaycommon_script
Attempt to override final function - rscdisplaydebriefing_script
Attempt to override final function - rscunitinfo_script
Attempt to override final function - rscunitinfo_script
Attempt to override final function - rscunitinfo_script
Attempt to override final function - rscunitinfo_script
Attempt to override final function - rscunitinfo_script
Attempt to override final function - rscunitinfo_script
Attempt to override final function - rscunitinfo_script
Attempt to override final function - rscunitinfo_script
Attempt to override final function - rscunitinfo_script
Attempt to override final function - rscunitinfo_script
Attempt to override final function - rscunitinfo_script
Attempt to override final function - rscunitinfo_script
Attempt to override final function - rscunitinfo_script
Attempt to override final function - rscunitinfo_script
Attempt to override final function - rscunitinfo_script
Attempt to override final function - rscunitinfo_script
Attempt to override final function - rscunitinfo_script
Attempt to override final function - rscunitinfo_script
Attempt to override final function - rscunitinfo_script
Attempt to override final function - rscunitinfo_script
Attempt to override final function - rscunitinfo_script
Attempt to override final function - rscunitinfo_script
Attempt to override final function - rscunitinfo_script
Attempt to override final function - rscunitinfo_script
Attempt to override final function - rscunitinfo_script
Attempt to override final function - rscunitinfo_script
Attempt to override final function - rscunitinfo_script
Attempt to override final function - rscunitinfo_script
Attempt to override final function - rscunitinfo_script
Attempt to override final function - rscunitinfo_script
Attempt to override final function - rscunitinfo_script
Attempt to override final function - rscunitinfo_script
Attempt to override final function - rscunitinfo_script
Attempt to override final function - rscunitinfo_script
Attempt to override final function - rscunitinfo_script
Attempt to override final function - rscunitinfo_script
Attempt to override final function - rscunitinfo_script
Attempt to override final function - rscunitinfo_script
Attempt to override final function - rscunitinfo_script
Attempt to override final function - rscunitinfo_script
Attempt to override final function - rscunitinfo_script
Attempt to override final function - rscunitinfo_script
Attempt to override final function - rscunitinfo_script
Attempt to override final function - rscunitinfo_script
Attempt to override final function - rscunitinfo_script
Attempt to override final function - rscunitinfo_script
Attempt to override final function - rscunitinfo_script
Attempt to override final function - rscunitinfo_script
Attempt to override final function - rscunitinfo_script
Attempt to override final function - rscunitinfo_script
Attempt to override final function - rscunitinfo_script
Attempt to override final function - rscunitinfo_script
Attempt to override final function - rscunitinfo_script
Attempt to override final function - bis_fnc_init
22:22:11 EPE manager release (0|0|0)
22:22:11 EPE manager release (0|0|0)
22:22:12 VoteThreshold must be in 0..1 range. Defaulting to 0.5
22:22:12 Host identity created.
[S_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed.
Setting breakpad minidump AppID = 107410
/home/buildbot/buildslave/steam_rel_client_linux/build/src/clientdll/applicationmanager.cpp (2990) : Assertion Failed: CApplicationManager::GetMountVolume: invalid index
/home/buildbot/buildslave/steam_rel_client_linux/build/src/clientdll/applicationmanager.cpp (2990) : Assertion Failed: CApplicationManager::GetMountVolume: invalid index
/home/buildbot/buildslave/steam_rel_client_linux/build/src/clientdll/applicationmanager.cpp (3118) : Assertion Failed: m_vecInstallBaseFolders.Count() > 0
22:22:12 Game Port: 2302, Steam Query Port: 2303
22:22:12 Initializing Steam server - Game Port: 2302, Steam Query Port: 2303
22:22:12 EPE manager release (0|0|0)
22:22:12 EPE manager release (0|0|0)
22:22:12 EPE manager release (0|0|0)
22:22:12 EPE manager release (0|0|0)
Arma 3 Console version 1.42 : port 2302
22:22:12 Mission Epoch Mod read from bank.
22:22:12 Roles assigned.
22:22:12 Reading mission ...
22:22:12 Starting mission:
22:22:12  Mission file: epoch (__cur_mp)
22:22:12  Mission world: Altis
22:22:12  Mission directory: mpmissions\__cur_mp.Altis\
22:22:12 EPE manager release (0|0|0)
22:22:12 EPE manager release (0|0|0)
Can't find real path "a3\map_altis\data\roads\roads.shp": "No such file or directory"

22:22:19 Strange convex component08 in a3\structures_f_epb\civ\garbage\garbagecontainer_closed_f.p3d:geometryView
22:22:19 Strange convex component10 in a3\structures_f_epb\civ\garbage\garbagecontainer_closed_f.p3d:geometryView
22:22:19 Strange convex component145 in a3\plants_f\tree\t_pinuss2s_b_f.p3d:geometryView
22:22:19 Strange convex component149 in a3\plants_f\tree\t_pinuss2s_b_f.p3d:geometryView
22:22:20 Strange convex component01 in a3\structures_f_epc\civ\accessories\beachbooth_01_f.p3d:geometryView
22:22:20 Strange convex component02 in a3\structures_f_epc\civ\accessories\beachbooth_01_f.p3d:geometryView
22:22:20 Strange convex component03 in a3\structures_f_epc\civ\accessories\beachbooth_01_f.p3d:geometryView
22:22:20 Strange convex component04 in a3\structures_f_epc\civ\accessories\beachbooth_01_f.p3d:geometryView
22:22:24 EPE manager release (0|0|0)
22:22:24 EPE manager release (0|0|0)
Attempt to override final function - bis_functions_list
Attempt to override final function - bis_functions_listpreinit
Attempt to override final function - bis_functions_listpostinit
Attempt to override final function - bis_functions_listrecompile
Attempt to override final function - bis_fnc_missiontaskslocal
Attempt to override final function - bis_fnc_missionconversationslocal
Attempt to override final function - bis_fnc_missionflow
22:22:25 "Epoch: Init Compiles"
22:22:25 Mission read.
22:22:25 Connected to Steam servers
Attempt to override final function - bis_fnc_init
22:22:25 Rene uses modified data file
22:22:25 Player Rene connecting.
22:22:25 ../lib/Network/networkServer.cpp OnClientStateChanged:NOT IMPLEMENTED - briefing!
22:22:25 Game started.
22:22:25 "Epoch: Starting ArmA3 Epoch Server, Version 0.3.0.2"
22:22:25 "Epoch: Server DLL mismatch! Current:  Needed: 0.5.1.7"
22:22:25 "Epoch: Server DLL mismatch! Current:  Needed: 0.5.1.7"
22:22:25 "Epoch: Server DLL mismatch! Current:  Needed: 0.5.1.7"
22:22:25 "Epoch: Server DLL mismatch! Current:  Needed: 0.5.1.7"
22:22:25 "Epoch: Server DLL mismatch! Current:  Needed: 0.5.1.7"
22:22:25 "Epoch: Server DLL mismatch! Current:  Needed: 0.5.1.7"
22:22:25 "Epoch: Server DLL mismatch! Current:  Needed: 0.5.1.7"
22:22:25 "Epoch: Server DLL mismatch! Current:  Needed: 0.5.1.7"
22:22:25 "Epoch: Server DLL mismatch! Current:  Needed: 0.5.1.7"
22:22:25 "Epoch: Server DLL mismatch! Current:  Needed: 0.5.1.7"
22:22:25 "Epoch: Server DLL mismatch! Current:  Needed: 0.5.1.7"
22:22:25 "Epoch: Server DLL mismatch! Current:  Needed: 0.5.1.7"
22:22:25 "Epoch: Server DLL mismatch! Current:  Needed: 0.5.1.7"
22:22:25 "Epoch: Server DLL mismatch! Current:  Needed: 0.5.1.7"
22:22:25 "Epoch: Server DLL mismatch! Current:  Needed: 0.5.1.7"
22:22:25 "Epoch: Server DLL mismatch! Current:  Needed: 0.5.1.7"
22:22:26 Player Rene connected (id=76561198067303021).
22:22:27 Player Rene disconnected.
22:23:42 Rene uses modified data file
22:23:42 Player Rene connecting.
22:23:43 Player Rene connected (id=76561198067303021).
22:24:09 Warning: rightHandIKCurve, wrong size (size<2||size>=4) in \x\addons\a3_epoch_weapons\data\handanims\sr25_reload.rtm
22:24:09 Warning: rightHandIKCurve, wrong size (size<2||size>=4) in \x\addons\a3_epoch_weapons\data\handanims\sr25_reload_prone.rtm
22:24:09 Warning: rightHandIKCurve, wrong size (size<2||size>=4) in \x\addons\a3_epoch_weapons\data\handanims\L85A2_Reload_anim.rtm
22:24:09 Warning: rightHandIKCurve, wrong size (size<2||size>=4) in \x\addons\a3_epoch_weapons\data\handanims\L85A2_RIS_Reload_anim_prone.rtm
22:24:09 Warning: rightHandIKCurve, wrong size (size<2||size>=4) in \x\addons\a3_epoch_weapons\data\handanims\L85A2_UGL_Reload_anim.rtm
22:24:09 Warning: rightHandIKCurve, wrong size (size<2||size>=4) in \x\addons\a3_epoch_weapons\data\handanims\L85A2_RIS_Reload_anim_prone.rtm
22:24:09 Warning: rightHandIKCurve, wrong size (size<2||size>=4) in \x\addons\a3_epoch_weapons\data\handanims\L85A2_RIS_Reload_anim.rtm
22:24:09 Warning: rightHandIKCurve, wrong size (size<2||size>=4) in \x\addons\a3_epoch_weapons\data\handanims\L85A2_RIS_Reload_anim_prone.rtm
22:24:17 Warning: looped for animation: a3\cargoposes_f\anim\passenger_scooter_01.rtm differs (looped now 1)! MoveName: passenger_scooter_01
22:24:17 Warning: looped for animation: a3\cargoposes_f\anim\passenger_scooter_02.rtm differs (looped now 1)! MoveName: passenger_scooter_02
22:24:42 Client: Remote object 4:0 not found
22:24:42 Warning: Cleanup player - person 2:60 not found


Server Check:

ArmA 3 directory: /home/steam/epoch OK
Server executable: /home/steam/epoch/arma3server OK
CFG directory: /home/steam/epoch/sc OK
Config file: /home/steam/epoch/sc/config.cfg OK
Basic file: /home/steam/epoch/sc/basic.cfg OK
Battleye directory: /home/steam/epoch/sc/battleye/ OK
Arma3Profile: /home/steam/epoch/sc/users/sc/sc.arma3profile OK
Log directory: /home/steam/epoch/logs OK
Old Log directory: /home/steam/epoch/logs/old OK
Profile directory: ~/.local/share/Arma\ 3\ -\ Other\ Profiles/sc OK
Arma3Profile symlink: ~/.local/share/Arma\ 3\ -\ Other\ Profiles/sc/sc.Arma3Profile OK

Port number will be: 2302
PID file will be: /home/steam/epoch/2302.pid
RUN file will be: /home/steam/epoch/2302.run

Start cmd will be:
/home/steam/epoch/arma3server >>/home/steam/epoch/logs/port_2302.02.05.15_2237.log 2>&1 -config=/home/steam/epoch/sc/config.cfg -cfg=/home/steam/epoch/sc/basic.cfg -port=2302 -name=sc -pid=/home/steam/epoch/2302.pid -mod=@epoch -maxMem=2047 -nosound -exthreads=1 -noCB -autoinit -loadMissionToMemory

If you got something MISSING, you have to work from the top to the bottom, fix the top issue and start the check again!
steam@titan528:~/epoch$

Link to comment
Share on other sites

  • 0

soniXx123

 

Same as above read this 22:22:25 Game started.

22:22:25 "Epoch: Starting ArmA3 Epoch Server, Version 0.3.0.2"

22:22:25 "Epoch: Server DLL mismatch! Current: Needed: 0.5.1.7"

22:22:25 "Epoch: Server DLL mismatch! Current: Needed: 0.5.1.7"

22:22:25 "Epoch: Server DLL mismatch! Current: Needed: 0.5.1.7"

22:22:25 "Epoch: Server DLL mismatch! Current: Needed: 0.5.1.7"

Link to comment
Share on other sites

  • 0

well I still get "Epoch: Server DLL mismatch! Current: Needed: 0.5.1.7" and the 03 error on start up and if I do

$ ldd \@epochhive/epochserver.so
        linux-gate.so.1 =>  (0xf7730000)
        libhiredis.so.0.10 => not found
        libpcre.so.3 => not found
        libstdc++.so.6 => /usr/lib32/libstdc++.so.6 (0xf74cf000)
        libgcc_s.so.1 => /usr/lib32/libgcc_s.so.1 (0xf74b1000)
        libc.so.6 => /lib32/libc.so.6 (0xf7306000)
        libm.so.6 => /lib32/libm.so.6 (0xf72bf000)
        /lib/ld-linux.so.2 (0xf7731000)

and I see in another post you said 

 

 

You can ignore the errors with libhiredis and libpcre as they are taken care of with the "export LD_LIBRARY_PATH" within the script

 

so I think I need to add the to the lgsm script but not sure were 

Link to comment
Share on other sites

  • 0

OK, 

 

so you can either do it just before you load the arma server of you can do the following

 

If you open up your /etc/ld.so.conf with something like vi or nano you can then put the following into a new line, Change your path as needed.

/home/epoch/arma3/@epochhive

once you have done that either type ldconfig or just logout and re login and you should be done.. It basiclly globally defined that path as an include to look for

OR (I prefer this method)

 

if you have and ld.so.conf.d dir you can do the following

echo -e "/home/epoch/arma3/@epochhive" > /etc/ld.so.conf.d/epoch.conf

Then you should get something like this

ldd epochserver.so
        linux-gate.so.1 =>  (0xf779f000)
        libhiredis.so.0.10 => /home/epoch/arma3/@epochhive/libhiredis.so.0.10 (0xf76a6000)
        libpcre.so.3 => /home/epoch/arma3/@epochhive/libpcre.so.3 (0xf7668000)
        libstdc++.so.6 => /lib/libstdc++.so.6 (0xf7571000)
        libgcc_s.so.1 => /lib/libgcc_s.so.1 (0xf7556000)
        libc.so.6 => /lib/libc.so.6 (0xf7389000)
        libm.so.6 => /lib/libm.so.6 (0xf733c000)
        /lib/ld-linux.so.2 (0xf77a0000)

OR ( i don't advise this)

 

Be really lazy and just copy the libhiredis and libpcre to your lib path so something like /lib

 

OR (so many options)

 

symlink them :-)

ln -s /home/epoch/arma3/\@epochhive/libhiredis.so /lib/
ln -s /home/epoch/arma3/\@epochhive/libhiredis.so.0.10 /lib/
ln -s /home/epoch/arma3/\@epochhive/libpcre.so /lib/
ln -s /home/epoch/arma3/\@epochhive/libpcre.so.3 /lib/
Link to comment
Share on other sites

  • 0

steam@titan528:~/epoch$ ./epoch.sh start
Starting A3 server @PORT 2302...
steam@titan528:~/epoch$ nohup: leite Standardfehlerausgabe auf Standardausgabe um
./epoch.sh log
To stop viewing the logfile press CTRL+C
========================================
13:18:12 Item STR_CONTROLS_TOOLTIPS_ACTION_IN_MAP listed twice
13:18:12 Item str_usract_action_in_map listed twice
13:18:12 Cannot register unknown string STR_USRACT_SWITCH_GUNS
13:18:12 Cannot register unknown string STR_USRACT_SWITCH_ROCKETS
13:18:12 Cannot register unknown string STR_USRACT_SWITCH_MISSILES
13:18:12 Cannot register unknown string STR_USRACT_SWITCH_BOMBS
13:18:12 Cannot register unknown string STR_CONTROLS_TOOLTIPS_SWITCH_GUNS
13:18:12 Cannot register unknown string STR_CONTROLS_TOOLTIPS_SWITCH_ROCKETS
13:18:12 Cannot register unknown string STR_CONTROLS_TOOLTIPS_SWITCH_MISSILES
13:18:12 Cannot register unknown string STR_CONTROLS_TOOLTIPS_SWITCH_BOMBS
13:18:16 Item str_a3_garage listed twice
13:18:16 Item STR_A3_Showcase_FiringFromVehicles_SITREP_text listed twice
13:18:16 Item STR_A3_DLC_PREMIUM_ITEM_NOTIFICATION_HELI_TEXT listed twice
13:18:16 Item STR_A3_DLC_PREMIUM_ITEM_NOTIFICATION_KART_TEXT listed twice
13:18:16 Item str_a3_flashlight1 listed twice
13:18:17 Updating base class ->Base, by a3\dubbing_radio_f\config.bin/CfgHQIdentities/PAPA_BEAR/
13:18:17 Updating base class ->Base, by a3\dubbing_radio_f\config.bin/CfgHQIdentities/AirBase/
13:18:17 Updating base class ->HouseBase, by a3\data_f\config.bin/CfgVehicles/House/
13:18:17 Updating base class ->Thing, by a3\data_f\config.bin/CfgVehicles/thingX/
13:18:17 Updating base class RscShortcutButton->RscButton, by a3\editor_f\config.bin/RscDisplayEditObject/Controls/B_OK/
13:18:17 Updating base class RscSliderH->RscXSliderH, by a3\editor_f\config.bin/RscDisplayEditObject/Slider/
13:18:17 Updating base class RscText->RscPicture, by a3\editor_f\config.bin/RscDisplayEditObject/Preview/
13:18:17 Updating base class RscShortcutButton->RscButton, by a3\editor_f\config.bin/RscDisplayMissionLoad/Controls/B_OK/
13:18:17 Updating base class RscShortcutButton->RscButton, by a3\editor_f\config.bin/RscDisplayMissionSave/Controls/B_OK/
13:18:18 Updating base class ->House, by a3\structures_f\config.bin/CfgVehicles/House_F/
13:18:18 Updating base class ->House_F, by a3\structures_f\config.bin/CfgVehicles/House_Small_F/
13:18:18 Updating base class ->Default, by a3\anims_f\config\sdr\config.bin/CfgMovesBasic/DefaultDie/
13:18:18 Updating base class ->RifleBaseLowStandActions, by a3\anims_f\config\sdr\config.bin/CfgMovesBasic/Actions/RifleBaseStandActions/
13:18:18 Updating base class ->Default, by a3\anims_f\config\sdr\config.bin/CfgMovesMaleSdr/States/Crew/
13:18:18 Updating base class ->StandBase, by a3\anims_f\config\sdr\config.bin/CfgMovesMaleSdr/States/AmovPercMstpSnonWnonDnon/
13:18:18 Updating base class ->RscControlsGroup, by a3\ui_f\config.bin/RscControlsGroupNoScrollbars/
13:18:18 Updating base class ->RscControlsGroup, by a3\ui_f\config.bin/RscControlsGroupNoHScrollbars/
13:18:18 Updating base class ->RscControlsGroup, by a3\ui_f\config.bin/RscControlsGroupNoVScrollbars/
13:18:18 Updating base class ->RscText, by a3\ui_f\config.bin/RscLine/
13:18:18 Updating base class ->RscActiveText, by a3\ui_f\config.bin/RscActivePicture/
13:18:18 Updating base class ->RscButton, by a3\ui_f\config.bin/RscButtonTextOnly/
13:18:18 Updating base class ->RscShortcutButton, by a3\ui_f\config.bin/RscShortcutButtonMain/
13:18:18 Updating base class ->RscShortcutButton, by a3\ui_f\config.bin/RscButtonEditor/
13:18:18 Updating base class ->RscShortcutButton, by a3\ui_f\config.bin/RscIGUIShortcutButton/
13:18:18 Updating base class ->RscShortcutButton, by a3\ui_f\config.bin/RscGearShortcutButton/
13:18:18 Updating base class ->RscShortcutButton, by a3\ui_f\config.bin/RscButtonMenu/
13:18:18 Updating base class ->RscButtonMenu, by a3\ui_f\config.bin/RscButtonMenuOK/
13:18:18 Updating base class ->RscButtonMenu, by a3\ui_f\config.bin/RscButtonMenuCancel/
13:18:18 Updating base class ->RscButtonMenu, by a3\ui_f\config.bin/RscButtonMenuSteam/
13:18:18 Updating base class ->RscText, by a3\ui_f\config.bin/RscLoadingText/
13:18:18 Updating base class ->RscListBox, by a3\ui_f\config.bin/RscIGUIListBox/
13:18:18 Updating base class ->RscListNBox, by a3\ui_f\config.bin/RscIGUIListNBox/
13:18:18 Updating base class ->RscText, by a3\ui_f\config.bin/RscBackground/
13:18:18 Updating base class ->RscText, by a3\ui_f\config.bin/RscBackgroundGUI/
13:18:18 Updating base class ->RscPicture, by a3\ui_f\config.bin/RscBackgroundGUILeft/
13:18:18 Updating base class ->RscPicture, by a3\ui_f\config.bin/RscBackgroundGUIRight/
13:18:18 Updating base class ->RscPicture, by a3\ui_f\config.bin/RscBackgroundGUIBottom/
13:18:18 Updating base class ->RscText, by a3\ui_f\config.bin/RscBackgroundGUITop/
13:18:18 Updating base class ->RscText, by a3\ui_f\config.bin/RscBackgroundGUIDark/
13:18:18 Updating base class ->RscPictureKeepAspect, by a3\ui_f\config.bin/RscBackgroundLogo/
13:18:18 Updating base class ->RscMapControl, by a3\ui_f\config.bin/RscMapControlEmpty/
13:18:18 Updating base class ->RscPicture, by a3\ui_f\config.bin/CA_Mainback/
13:18:18 Updating base class ->CA_Mainback, by a3\ui_f\config.bin/CA_Back/
13:18:18 Updating base class ->CA_Mainback, by a3\ui_f\config.bin/CA_Title_Back/
13:18:18 Updating base class ->CA_Mainback, by a3\ui_f\config.bin/CA_Black_Back/
13:18:18 Updating base class ->RscTitle, by a3\ui_f\config.bin/CA_Title/
13:18:18 Updating base class ->RscPictureKeepAspect, by a3\ui_f\config.bin/CA_Logo/
13:18:18 Updating base class ->CA_Logo, by a3\ui_f\config.bin/CA_Logo_Small/
13:18:18 Updating base class ->RscButton, by a3\ui_f\config.bin/CA_RscButton/
13:18:18 Updating base class ->CA_RscButton, by a3\ui_f\config.bin/CA_RscButton_dialog/
13:18:18 Updating base class ->RscActiveText, by a3\ui_f\config.bin/CA_Ok/
13:18:18 Updating base class ->RscText, by a3\ui_f\config.bin/CA_Ok_image/
13:18:18 Updating base class ->RscText, by a3\ui_f\config.bin/CA_Ok_image2/
13:18:18 Updating base class ->RscText, by a3\ui_f\config.bin/CA_Ok_text/
13:18:18 Updating base class ->RscPicture, by a3\ui_f\config.bin/RscVignette/
13:18:18 Updating base class ->RscControlsGroupNoScrollbars, by a3\ui_f\config.bin/RscMapControlTooltip/
13:18:18 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\config.bin/RscDisplayDebug/Controls/B_OK/
13:18:18 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\config.bin/RscDisplayDebug/Controls/B_Cancel/
13:18:18 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\config.bin/RscDisplayDebug/Controls/B_Clear/
13:18:18 Updating base class ->RscText, by a3\ui_f\config.bin/RscDisplayCapture/controls/TimeLines/
13:18:18 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\config.bin/RscDisplayCapture/controls/ButtonAverages/
13:18:18 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\config.bin/RscDisplayCapture/controls/ButtonSavePreviousData/
13:18:18 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\config.bin/RscDisplayCapture/controls/ButtonPreviousData/
13:18:18 Updating base class RscControlsGroup->RscControlsGroupNoHScrollbars, by a3\ui_f\config.bin/RscDisplayMain/controls/ModIcons/
13:18:18 Updating base class RscPicture->RscPictureKeepAspect, by a3\ui_f\config.bin/RscDisplayMain/IconPicture/
13:18:18 Updating base class IconPicture->RscPictureKeepAspect, by a3\ui_f\config.bin/RscDisplayMain/DlcOwnedIconPicture/
13:18:18 Updating base class IconPicture->RscPictureKeepAspect, by a3\ui_f\config.bin/RscDisplayMain/DlcIconPicture/
13:18:18 Updating base class RscListBox->RscCombo, by a3\ui_f\config.bin/RscDisplayCustomizeController/Steepness/
13:18:18 Updating base class ->RscStandardDisplay, by a3\ui_f\config.bin/RscDisplayControlSchemes/
13:18:18 Updating base class ButtonOK->RscButtonMenuCancel, by a3\ui_f\config.bin/RscDisplayControlSchemes/controls/ButtonCancel/
13:18:18 Updating base class RscButton->RscButtonMenuOK, by a3\ui_f\config.bin/RscDisplayControlSchemes/controls/ButtonOK/
13:18:18 Updating base class RscPicture->RscPictureKeepAspect, by a3\ui_f\config.bin/RscDisplayFileSelectImage/controls/OverviewPicture/
13:18:18 Updating base class RscShortcutButton->RscButtonMenuCancel, by a3\ui_f\config.bin/RscDisplayFieldManual/controls/ButtonCancel/
13:18:18 Cannot delete class B_KickOff, it is referenced somewhere (used as a base class probably).
13:18:18 Updating base class RscButton->RscButtonMenuCancel, by a3\ui_f\config.bin/RscDisplayPublishMission/controls/ButtonCancel/
13:18:18 Updating base class RscShortcutButton->RscButtonMenuOK, by a3\ui_f\config.bin/RscDisplayPublishMissionSelectTags/controls/ButtonOK/
13:18:18 Updating base class ButtonOK->RscButtonMenuCancel, by a3\ui_f\config.bin/RscDisplayPublishMissionSelectTags/controls/ButtonCancel/
13:18:18 Updating base class ->RscSubmenu, by a3\ui_f\config.bin/RscMainMenu/
Cannot update non class from class a3\ui_f\config.bin/RscCallSupport/Items/
Cannot update non class from class a3\ui_f\config.bin/RscRadio/Items/
13:18:18 Updating base class CA_ServerDetailIsland->RscListBox, by a3\ui_f_mark\config.bin/RscDisplayMultiplayer/controls/CA_ServerDetailExpansion/
13:18:18 Updating base class CA_ServerDetailIsland->RscListBox, by a3\ui_f_mark\config.bin/RscDisplayMultiplayer/controls/CA_ServerDetailPlayers/
13:18:18 Updating base class RscStandardDisplay->, by a3\ui_f_mp_mark\config.bin/RscDisplayRespawn/
13:18:18 Updating base class ->BulletCore, by a3\weapons_f\config.bin/CfgAmmo/BulletBase/
13:18:18 Updating base class ->Default, by a3\weapons_f\config.bin/CfgMagazines/CA_Magazine/
13:18:18 Updating base class ->ReammoBox, by a3\weapons_f\config.bin/cfgVehicles/WeaponHolder/
13:18:18 Updating base class ->SlotInfo, by a3\weapons_f\config.bin/CowsSlot/
13:18:18 Updating base class ->SlotInfo, by a3\weapons_f\config.bin/PointerSlot/
13:18:18 Updating base class ->PistolCore, by a3\weapons_f\config.bin/cfgWeapons/Pistol/
13:18:18 Updating base class ->WeaponSlotsInfo, by a3\weapons_f\config.bin/cfgWeapons/Pistol_Base_F/WeaponSlotsInfo/
13:18:18 Updating base class ->Default, by a3\weapons_f\config.bin/cfgWeapons/ItemCore/
13:18:18 Updating base class ->ReammoBox, by a3\weapons_f\ammoboxes\config.bin/CfgVehicles/Bag_Base/
13:18:18 Updating base class ->ThingX, by a3\weapons_f\ammoboxes\config.bin/CfgVehicles/WeaponHolderSimulated/
13:18:18 Updating base class VestItem->ItemInfo, by a3\characters_f_mark\config.bin/cfgWeapons/V_PlateCarrierIAGL_dgtl/ItemInfo/
13:18:18 Updating base class NewTurret->, by a3\static_f_mark\designator_01\config.bin/CfgVehicles/StaticWeapon/Turrets/MainTurret/
13:18:18 Updating base class ->Ship, by a3\boat_f\config.bin/CfgVehicles/Ship_F/
13:18:18 Updating base class ->NewTurret, by a3\static_f\aa_01\config.bin/CfgVehicles/StaticWeapon/Turrets/MainTurret/
13:18:18 Updating base class ->SlotInfo, by a3\weapons_f_mark\config.bin/UnderBarrelSlot/
13:18:19 ragdollHitDmgLimit (0.000000) is lower than minimum (0.010000) and it was set to min.
13:18:19 Initializing Steam Manager
13:18:19 ManagerConfig()
13:18:19 unable to load subscribed content list. list will be updated from steam
13:18:19 unable to load published content list. list will be updated from steam
13:18:19 unable to load cached items meta info. save and update functionality will be broken
13:18:19 Steam Manager initialized.
13:18:19 ============================================================================================= List of mods ===============================================================================================
13:18:19 modsReadOnly = true
13:18:19 safeModsActivated = false
13:18:19 customMods = true
13:18:19 hash = '2802F15BC54937D86E8AFB2958A143BC5073F58D'
13:18:19 hashShort = 'dc9790ff'
13:18:19                                               name |               modDir |    default |               origin |                                     hash | hashShort | fullPath
13:18:19 ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
13:18:19                                  Epoch Mod 0.3.0.2 |               @epoch |      false |             GAME DIR | 805045f52c71bb8d5e10bd1dada1f74db4fc7d52 |  f407aa33 | /home/steam/epoch/@epoch
13:18:19                                  Arma 3 DLC Bundle |            dlcbundle |       true |            NOT FOUND |                                          |           |
13:18:19                                    Arma 3 Marksmen |                 mark |       true |             GAME DIR | 61fffcfffac61aa05ce164ead604e873d98cf4ad |  dd83b917 | /home/steam/epoch/mark
13:18:19                                 Arma 3 Helicopters |                 heli |       true |             GAME DIR | 84baa1abbb4bde8400500570de101716861cd167 |  ead8cc01 | /home/steam/epoch/heli
13:18:19                                       Arma 3 Karts |                 kart |       true |             GAME DIR | 7f4f5b99e2f6be1b038f49e1e85608ee16ec4670 |  49bc7563 | /home/steam/epoch/kart
13:18:19                                        Arma 3 Zeus |              curator |       true |             GAME DIR | a11bd0fd4dbcad3ae474be15610337fef36b01ea |  ef8d8177 | /home/steam/epoch/curator
13:18:19                                             Arma 3 |                   A3 |       true |            NOT FOUND |                                          |           |
13:18:19                                         @epochhive |           @epochhive |      false |             GAME DIR | da39a3ee5e6b4b0d3255bfef95601890afd80709 |  11fdd19c | /home/steam/epoch/@epochhive
13:18:19 ==========================================================================================================================================================================================================
13:18:19 InitSound ...
13:18:19 InitSound - complete
13:18:19 Dedicated host created.
13:18:19 PhysX3 SDK Init started ...
13:18:19 PhysX3 SDK Init ended.
13:18:19 EPE manager release (0|0|0)
13:18:19 EPE manager release (0|0|0)
13:18:19 Preloaded texture textureProne not found in bin\config.bin/CfgInGameUI/CfgStanceIndicatorTextures/
13:18:19 Preloaded texture textureProneAdjustDown not found in bin\config.bin/CfgInGameUI/CfgStanceIndicatorTextures/
13:18:19 Preloaded texture textureProneAdjustUp not found in bin\config.bin/CfgInGameUI/CfgStanceIndicatorTextures/
13:18:19 Preloaded texture textureProneAdjustLeft not found in bin\config.bin/CfgInGameUI/CfgStanceIndicatorTextures/
13:18:19 Preloaded texture textureProneAdjustRight not found in bin\config.bin/CfgInGameUI/CfgStanceIndicatorTextures/
13:18:19 Preloaded texture textureCrouch not found in bin\config.bin/CfgInGameUI/CfgStanceIndicatorTextures/
13:18:19 Preloaded texture textureCrouchAdjustDown not found in bin\config.bin/CfgInGameUI/CfgStanceIndicatorTextures/
13:18:19 Preloaded texture textureCrouchAdjustUp not found in bin\config.bin/CfgInGameUI/CfgStanceIndicatorTextures/
13:18:19 Preloaded texture textureCrouchAdjustLeft not found in bin\config.bin/CfgInGameUI/CfgStanceIndicatorTextures/
13:18:19 Preloaded texture textureCrouchAdjustRight not found in bin\config.bin/CfgInGameUI/CfgStanceIndicatorTextures/
13:18:19 Preloaded texture textureStand not found in bin\config.bin/CfgInGameUI/CfgStanceIndicatorTextures/
13:18:19 Preloaded texture textureStandAdjustDown not found in bin\config.bin/CfgInGameUI/CfgStanceIndicatorTextures/
13:18:19 Preloaded texture textureStandAdjustUp not found in bin\config.bin/CfgInGameUI/CfgStanceIndicatorTextures/
13:18:19 Preloaded texture textureStandAdjustLeft not found in bin\config.bin/CfgInGameUI/CfgStanceIndicatorTextures/
13:18:19 Preloaded texture textureStandAdjustRight not found in bin\config.bin/CfgInGameUI/CfgStanceIndicatorTextures/
Attempt to override final function - rscminimap_script
Attempt to override final function - rscdisplayloading_script
Attempt to override final function - rscdisplayloading_script
Attempt to override final function - rscdisplayloading_script
Attempt to override final function - rscdiary_script
Attempt to override final function - rscdisplaysinglemission_script
Attempt to override final function - rscdiary_script
Attempt to override final function - rscdisplayremotemissions_script
Attempt to override final function - rscdisplayloading_script
Attempt to override final function - rscdiary_script
Attempt to override final function - rscdiary_script
Attempt to override final function - rscdisplaystrategicmap_script
Attempt to override final function - rscdisplaycommon_script
Attempt to override final function - rscdisplayloading_script
Attempt to override final function - rscdisplaycurator_script
Attempt to override final function - rscdisplayattributes_script
Attempt to override final function - rscdisplayattributes_script
Attempt to override final function - rscdisplayattributes_script
Attempt to override final function - rscdisplaywelcome_script
Attempt to override final function - rscdisplaywelcome_script
Attempt to override final function - rscdisplaywelcome_script
Attempt to override final function - rscdisplaycommon_script
Attempt to override final function - rscdisplaydebriefing_script
Attempt to override final function - rscunitinfo_script
Attempt to override final function - rscunitinfo_script
Attempt to override final function - rscunitinfo_script
Attempt to override final function - rscunitinfo_script
Attempt to override final function - rscunitinfo_script
Attempt to override final function - rscunitinfo_script
Attempt to override final function - rscunitinfo_script
Attempt to override final function - rscunitinfo_script
Attempt to override final function - rscunitinfo_script
Attempt to override final function - rscunitinfo_script
Attempt to override final function - rscunitinfo_script
Attempt to override final function - rscunitinfo_script
Attempt to override final function - rscunitinfo_script
Attempt to override final function - rscunitinfo_script
Attempt to override final function - rscunitinfo_script
Attempt to override final function - rscunitinfo_script
Attempt to override final function - rscunitinfo_script
Attempt to override final function - rscunitinfo_script
Attempt to override final function - rscunitinfo_script
Attempt to override final function - rscunitinfo_script
Attempt to override final function - rscunitinfo_script
Attempt to override final function - rscunitinfo_script
Attempt to override final function - rscunitinfo_script
Attempt to override final function - rscunitinfo_script
Attempt to override final function - rscunitinfo_script
Attempt to override final function - rscunitinfo_script
Attempt to override final function - rscunitinfo_script
Attempt to override final function - rscunitinfo_script
Attempt to override final function - rscunitinfo_script
Attempt to override final function - rscunitinfo_script
Attempt to override final function - rscunitinfo_script
Attempt to override final function - rscunitinfo_script
Attempt to override final function - rscunitinfo_script
Attempt to override final function - rscunitinfo_script
Attempt to override final function - rscunitinfo_script
Attempt to override final function - rscunitinfo_script
Attempt to override final function - rscunitinfo_script
Attempt to override final function - rscunitinfo_script
Attempt to override final function - rscunitinfo_script
Attempt to override final function - rscunitinfo_script
Attempt to override final function - rscunitinfo_script
Attempt to override final function - rscunitinfo_script
Attempt to override final function - rscunitinfo_script
Attempt to override final function - rscunitinfo_script
Attempt to override final function - rscunitinfo_script
Attempt to override final function - rscunitinfo_script
Attempt to override final function - rscunitinfo_script
Attempt to override final function - rscunitinfo_script
Attempt to override final function - rscunitinfo_script
Attempt to override final function - rscunitinfo_script
Attempt to override final function - rscunitinfo_script
Attempt to override final function - rscunitinfo_script
Attempt to override final function - rscunitinfo_script
Attempt to override final function - bis_fnc_init
13:18:22 EPE manager release (0|0|0)
13:18:22 EPE manager release (0|0|0)
13:18:23 VoteThreshold must be in 0..1 range. Defaulting to 0.5
13:18:23 Host identity created.
[S_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed.
Setting breakpad minidump AppID = 107410
/home/buildbot/buildslave/steam_rel_client_linux/build/src/clientdll/applicationmanager.cpp (2990) : Assertion Failed: CApplicationManager::GetMountVolume: invalid index
/home/buildbot/buildslave/steam_rel_client_linux/build/src/clientdll/applicationmanager.cpp (2990) : Assertion Failed: CApplicationManager::GetMountVolume: invalid index
/home/buildbot/buildslave/steam_rel_client_linux/build/src/clientdll/applicationmanager.cpp (3118) : Assertion Failed: m_vecInstallBaseFolders.Count() > 0
13:18:23 Game Port: 2302, Steam Query Port: 2303
13:18:23 Initializing Steam server - Game Port: 2302, Steam Query Port: 2303
13:18:23 EPE manager release (0|0|0)
13:18:23 EPE manager release (0|0|0)
13:18:23 EPE manager release (0|0|0)
13:18:23 EPE manager release (0|0|0)
Arma 3 Console version 1.42 : port 2302
13:18:23 Mission Epoch Mod read from bank.
13:18:23 Roles assigned.
13:18:23 Reading mission ...
13:18:23 Starting mission:
13:18:23  Mission file: epoch (__cur_mp)
13:18:23  Mission world: Altis
13:18:23  Mission directory: mpmissions\__cur_mp.Altis\
13:18:23 EPE manager release (0|0|0)
13:18:23 EPE manager release (0|0|0)
Can't find real path "a3\map_altis\data\roads\roads.shp": "No such file or directory"

13:18:30 Strange convex component08 in a3\structures_f_epb\civ\garbage\garbagecontainer_closed_f.p3d:geometryView
13:18:30 Strange convex component10 in a3\structures_f_epb\civ\garbage\garbagecontainer_closed_f.p3d:geometryView
13:18:30 Strange convex component145 in a3\plants_f\tree\t_pinuss2s_b_f.p3d:geometryView
13:18:30 Strange convex component149 in a3\plants_f\tree\t_pinuss2s_b_f.p3d:geometryView
13:18:31 Strange convex component01 in a3\structures_f_epc\civ\accessories\beachbooth_01_f.p3d:geometryView
13:18:31 Strange convex component02 in a3\structures_f_epc\civ\accessories\beachbooth_01_f.p3d:geometryView
13:18:31 Strange convex component03 in a3\structures_f_epc\civ\accessories\beachbooth_01_f.p3d:geometryView
13:18:31 Strange convex component04 in a3\structures_f_epc\civ\accessories\beachbooth_01_f.p3d:geometryView
13:18:35 EPE manager release (0|0|0)
13:18:35 EPE manager release (0|0|0)
Attempt to override final function - bis_functions_list
Attempt to override final function - bis_functions_listpreinit
Attempt to override final function - bis_functions_listpostinit
Attempt to override final function - bis_functions_listrecompile
Attempt to override final function - bis_fnc_missiontaskslocal
Attempt to override final function - bis_fnc_missionconversationslocal
Attempt to override final function - bis_fnc_missionflow
13:18:35 "Epoch: Init Compiles"
13:18:35 Mission read.
13:18:35 Connected to Steam servers
Attempt to override final function - bis_fnc_init
13:18:35 ../lib/Network/networkServer.cpp OnClientStateChanged:NOT IMPLEMENTED - briefing!
13:18:35 Game started.
13:18:35 "Epoch: Starting ArmA3 Epoch Server, Version 0.3.0.2"
13:18:35 "Epoch: Init Variables"
13:18:35 "Loading config..."
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
13:18:36 "Epoch: Start Hive, Instance ID: 'NA123'"
13:18:36 "Epoch: Init PublicEH"
13:18:36 "Epoch: Setup Side Settings"
13:18:36 "Epoch: Setup World Settings for Altis"
13:18:36 "Epoch: Set Weather"
13:18:36 Weather was forced to change
13:18:36 "Weather Change: fog: [0.045207,0.123404,12.69] rain: 0.86915 overcast: 0.968772 windx: 0.255518 windz: 8.77535 forced: true"
13:18:36 "Epoch: Loading buildings"
13:18:36 "Epoch: Loading teleports and static props"
13:18:37 "Epoch: Loading NPC traders"
13:18:37 Warning: rightHandIKCurve, wrong size (size<2||size>=4) in \x\addons\a3_epoch_weapons\data\handanims\sr25_reload.rtm
13:18:37 Warning: rightHandIKCurve, wrong size (size<2||size>=4) in \x\addons\a3_epoch_weapons\data\handanims\sr25_reload_prone.rtm
13:18:37 Warning: rightHandIKCurve, wrong size (size<2||size>=4) in \x\addons\a3_epoch_weapons\data\handanims\L85A2_Reload_anim.rtm
13:18:37 Warning: rightHandIKCurve, wrong size (size<2||size>=4) in \x\addons\a3_epoch_weapons\data\handanims\L85A2_RIS_Reload_anim_prone.rtm
13:18:37 Warning: rightHandIKCurve, wrong size (size<2||size>=4) in \x\addons\a3_epoch_weapons\data\handanims\L85A2_UGL_Reload_anim.rtm
13:18:37 Warning: rightHandIKCurve, wrong size (size<2||size>=4) in \x\addons\a3_epoch_weapons\data\handanims\L85A2_RIS_Reload_anim_prone.rtm
13:18:37 Warning: rightHandIKCurve, wrong size (size<2||size>=4) in \x\addons\a3_epoch_weapons\data\handanims\L85A2_RIS_Reload_anim.rtm
13:18:37 Warning: rightHandIKCurve, wrong size (size<2||size>=4) in \x\addons\a3_epoch_weapons\data\handanims\L85A2_RIS_Reload_anim_prone.rtm
13:18:44 Warning: looped for animation: a3\cargoposes_f\anim\passenger_scooter_01.rtm differs (looped now 1)! MoveName: passenger_scooter_01
13:18:44 Warning: looped for animation: a3\cargoposes_f\anim\passenger_scooter_02.rtm differs (looped now 1)! MoveName: passenger_scooter_02
13:18:45 No speaker given for Wu Chang
13:18:46 No speaker given for Batou Awolowo
13:18:48 "Epoch: Spawning NPC traders"
13:18:49 Strange convex component53 in a3\structures_f_epb\civ\playground\slidecastle_f.p3d:geometryFire
13:18:49 Strange convex component27 in a3\structures_f_epb\civ\playground\slidecastle_f.p3d:geometryView
13:18:50 Strange convex component322 in a3\structures_f\research\dome_big_f.p3d:geometryFire
13:18:50 Strange convex component327 in a3\structures_f\research\dome_big_f.p3d:geometryFire
13:18:50 "Epoch: Loading vehicles"
Error: Wheel reference not initialized
Error: Wheel reference not initialized
13:18:51 Cannot load surface info ca\data\Penetration\concrete.bisurf
13:18:51 Error: Bone cheek_lf doesn't exist in skeleton OFP2_ManSkeleton
13:18:51 Error: Bone nose_tip doesn't exist in skeleton OFP2_ManSkeleton
13:18:51 Error: Bone lip_uplb doesn't exist in skeleton OFP2_ManSkeleton
13:18:51 Error: Bone jaw_ls doesn't exist in skeleton OFP2_ManSkeleton
13:18:51 Error: Bone lip_uplf doesn't exist in skeleton OFP2_ManSkeleton
13:18:51 Error: Bone lip_lc doesn't exist in skeleton OFP2_ManSkeleton
13:18:51 Error: Bone lip_lwlb doesn't exist in skeleton OFP2_ManSkeleton
13:18:51 Error: Bone lip_lwlf doesn't exist in skeleton OFP2_ManSkeleton
13:18:51 Error: Bone jaw_lm doesn't exist in skeleton OFP2_ManSkeleton
13:18:51 Error: Bone zig_lb doesn't exist in skeleton OFP2_ManSkeleton
13:18:51 Error: Bone lip_lwm doesn't exist in skeleton OFP2_ManSkeleton
13:18:51 Error: Bone lip_upm doesn't exist in skeleton OFP2_ManSkeleton
13:18:51 Error: Bone ear_l doesn't exist in skeleton OFP2_ManSkeleton
13:18:51 Error: Bone corr doesn't exist in skeleton OFP2_ManSkeleton
13:18:51 Error: Bone tongue_m doesn't exist in skeleton OFP2_ManSkeleton
13:18:51 Error: Bone tongue_f doesn't exist in skeleton OFP2_ManSkeleton
13:18:51 Error: Bone eyebrow_lb doesn't exist in skeleton OFP2_ManSkeleton
13:18:51 Error: Bone eyebrow_lf doesn't exist in skeleton OFP2_ManSkeleton
13:18:51 Error: Bone eyebrow_lm doesn't exist in skeleton OFP2_ManSkeleton
13:18:51 Error: Bone zig_lm doesn't exist in skeleton OFP2_ManSkeleton
13:18:51 Error: Bone eye_upl doesn't exist in skeleton OFP2_ManSkeleton
13:18:51 Error: Bone eye_lwl doesn't exist in skeleton OFP2_ManSkeleton
13:18:51 Error: Bone cheek_l doesn't exist in skeleton OFP2_ManSkeleton
13:18:51 Error: Bone cheek_lb doesn't exist in skeleton OFP2_ManSkeleton
13:18:51 Error: Bone zig_lt doesn't exist in skeleton OFP2_ManSkeleton
13:18:51 Error: Bone nose_l doesn't exist in skeleton OFP2_ManSkeleton
13:18:51 Error: Bone cheek_lm doesn't exist in skeleton OFP2_ManSkeleton
13:18:51 Error: Bone nose_r doesn't exist in skeleton OFP2_ManSkeleton
13:18:51 Error: Bone forehead_r doesn't exist in skeleton OFP2_ManSkeleton
13:18:51 Error: Bone forehead_m doesn't exist in skeleton OFP2_ManSkeleton
13:18:51 Error: Bone forehead_l doesn't exist in skeleton OFP2_ManSkeleton
13:18:51 Error: Bone cheek_rb doesn't exist in skeleton OFP2_ManSkeleton
13:18:51 Error: Bone eye_lwr doesn't exist in skeleton OFP2_ManSkeleton
13:18:51 Error: Bone cheek_r doesn't exist in skeleton OFP2_ManSkeleton
13:18:51 Error: Bone zig_rt doesn't exist in skeleton OFP2_ManSkeleton
13:18:51 Error: Bone zig_rm doesn't exist in skeleton OFP2_ManSkeleton
13:18:51 Error: Bone cheek_rf doesn't exist in skeleton OFP2_ManSkeleton
13:18:51 Error: Bone cheek_rm doesn't exist in skeleton OFP2_ManSkeleton
13:18:51 Error: Bone eyebrow_rm doesn't exist in skeleton OFP2_ManSkeleton
13:18:51 Error: Bone eyebrow_rf doesn't exist in skeleton OFP2_ManSkeleton
13:18:51 Error: Bone eye_upr doesn't exist in skeleton OFP2_ManSkeleton
13:18:51 Error: Bone eyebrow_rb doesn't exist in skeleton OFP2_ManSkeleton
13:18:51 Error: Bone tongue_b doesn't exist in skeleton OFP2_ManSkeleton
13:18:51 Error: Bone ear_r doesn't exist in skeleton OFP2_ManSkeleton
13:18:51 Error: Bone neck_l doesn't exist in skeleton OFP2_ManSkeleton
13:18:51 Error: Bone lip_uprf doesn't exist in skeleton OFP2_ManSkeleton
13:18:51 Error: Bone neck_r doesn't exist in skeleton OFP2_ManSkeleton
13:18:51 Error: Bone lip_uprb doesn't exist in skeleton OFP2_ManSkeleton
13:18:51 Error: Bone lip_rc doesn't exist in skeleton OFP2_ManSkeleton
13:18:51 Error: Bone lip_lwrb doesn't exist in skeleton OFP2_ManSkeleton
13:18:51 Error: Bone lip_lwrf doesn't exist in skeleton OFP2_ManSkeleton
13:18:51 Error: Bone neck_b doesn't exist in skeleton OFP2_ManSkeleton
13:18:51 Error: Bone zig_rb doesn't exist in skeleton OFP2_ManSkeleton
13:18:51 Error: Bone neck_t doesn't exist in skeleton OFP2_ManSkeleton
13:18:51 Error: Bone jaw_rf doesn't exist in skeleton OFP2_ManSkeleton
13:18:51 Error: Bone jaw_lf doesn't exist in skeleton OFP2_ManSkeleton
13:18:51 Error: Bone chin doesn't exist in skeleton OFP2_ManSkeleton
13:18:51 Error: Bone jaw_rm doesn't exist in skeleton OFP2_ManSkeleton
13:18:51 Error: Bone jaw_rs doesn't exist in skeleton OFP2_ManSkeleton
13:18:51 Error: Bone jaw doesn't exist in skeleton OFP2_ManSkeleton
13:18:51 Error: Bone headcutscene doesn't exist in skeleton OFP2_ManSkeleton
13:18:52 Error: Bone cheek_lf doesn't exist in skeleton OFP2_ManSkeleton
13:18:52 Error: Bone nose_tip doesn't exist in skeleton OFP2_ManSkeleton
13:18:52 Error: Bone lip_uplb doesn't exist in skeleton OFP2_ManSkeleton
13:18:52 Error: Bone jaw_ls doesn't exist in skeleton OFP2_ManSkeleton
13:18:52 Error: Bone lip_uplf doesn't exist in skeleton OFP2_ManSkeleton
13:18:52 Error: Bone lip_lc doesn't exist in skeleton OFP2_ManSkeleton
13:18:52 Error: Bone lip_lwlb doesn't exist in skeleton OFP2_ManSkeleton
13:18:52 Error: Bone lip_lwlf doesn't exist in skeleton OFP2_ManSkeleton
13:18:52 Error: Bone jaw_lm doesn't exist in skeleton OFP2_ManSkeleton
13:18:52 Error: Bone zig_lb doesn't exist in skeleton OFP2_ManSkeleton
13:18:52 Error: Bone lip_lwm doesn't exist in skeleton OFP2_ManSkeleton
13:18:52 Error: Bone lip_upm doesn't exist in skeleton OFP2_ManSkeleton
13:18:52 Error: Bone ear_l doesn't exist in skeleton OFP2_ManSkeleton
13:18:52 Error: Bone corr doesn't exist in skeleton OFP2_ManSkeleton
13:18:52 Error: Bone tongue_m doesn't exist in skeleton OFP2_ManSkeleton
13:18:52 Error: Bone tongue_f doesn't exist in skeleton OFP2_ManSkeleton
13:18:52 Error: Bone eyebrow_lb doesn't exist in skeleton OFP2_ManSkeleton
13:18:52 Error: Bone eyebrow_lf doesn't exist in skeleton OFP2_ManSkeleton
13:18:52 Error: Bone eyebrow_lm doesn't exist in skeleton OFP2_ManSkeleton
13:18:52 Error: Bone zig_lm doesn't exist in skeleton OFP2_ManSkeleton
13:18:52 Error: Bone eye_upl doesn't exist in skeleton OFP2_ManSkeleton
13:18:52 Error: Bone eye_lwl doesn't exist in skeleton OFP2_ManSkeleton
13:18:52 Error: Bone cheek_l doesn't exist in skeleton OFP2_ManSkeleton
13:18:52 Error: Bone cheek_lb doesn't exist in skeleton OFP2_ManSkeleton
13:18:52 Error: Bone zig_lt doesn't exist in skeleton OFP2_ManSkeleton
13:18:52 Error: Bone nose_l doesn't exist in skeleton OFP2_ManSkeleton
13:18:52 Error: Bone cheek_lm doesn't exist in skeleton OFP2_ManSkeleton
13:18:52 Error: Bone nose_r doesn't exist in skeleton OFP2_ManSkeleton
13:18:52 Error: Bone forehead_r doesn't exist in skeleton OFP2_ManSkeleton
13:18:52 Error: Bone forehead_m doesn't exist in skeleton OFP2_ManSkeleton
13:18:52 Error: Bone forehead_l doesn't exist in skeleton OFP2_ManSkeleton
13:18:52 Error: Bone cheek_rb doesn't exist in skeleton OFP2_ManSkeleton
13:18:52 Error: Bone eye_lwr doesn't exist in skeleton OFP2_ManSkeleton
13:18:52 Error: Bone cheek_r doesn't exist in skeleton OFP2_ManSkeleton
13:18:52 Error: Bone zig_rt doesn't exist in skeleton OFP2_ManSkeleton
13:18:52 Error: Bone zig_rm doesn't exist in skeleton OFP2_ManSkeleton
13:18:52 Error: Bone cheek_rf doesn't exist in skeleton OFP2_ManSkeleton
13:18:52 Error: Bone cheek_rm doesn't exist in skeleton OFP2_ManSkeleton
13:18:52 Error: Bone eyebrow_rm doesn't exist in skeleton OFP2_ManSkeleton
13:18:52 Error: Bone eyebrow_rf doesn't exist in skeleton OFP2_ManSkeleton
13:18:52 Error: Bone eye_upr doesn't exist in skeleton OFP2_ManSkeleton
13:18:52 Error: Bone eyebrow_rb doesn't exist in skeleton OFP2_ManSkeleton
13:18:52 Error: Bone tongue_b doesn't exist in skeleton OFP2_ManSkeleton
13:18:52 Error: Bone ear_r doesn't exist in skeleton OFP2_ManSkeleton
13:18:52 Error: Bone neck_l doesn't exist in skeleton OFP2_ManSkeleton
13:18:52 Error: Bone lip_uprf doesn't exist in skeleton OFP2_ManSkeleton
13:18:52 Error: Bone neck_r doesn't exist in skeleton OFP2_ManSkeleton
13:18:52 Error: Bone lip_uprb doesn't exist in skeleton OFP2_ManSkeleton
13:18:52 Error: Bone lip_rc doesn't exist in skeleton OFP2_ManSkeleton
13:18:52 Error: Bone lip_lwrb doesn't exist in skeleton OFP2_ManSkeleton
13:18:52 Error: Bone lip_lwrf doesn't exist in skeleton OFP2_ManSkeleton
13:18:52 Error: Bone neck_b doesn't exist in skeleton OFP2_ManSkeleton
13:18:52 Error: Bone zig_rb doesn't exist in skeleton OFP2_ManSkeleton
13:18:52 Error: Bone neck_t doesn't exist in skeleton OFP2_ManSkeleton
13:18:52 Error: Bone jaw_rf doesn't exist in skeleton OFP2_ManSkeleton
13:18:52 Error: Bone jaw_lf doesn't exist in skeleton OFP2_ManSkeleton
13:18:52 Error: Bone chin doesn't exist in skeleton OFP2_ManSkeleton
13:18:52 Error: Bone jaw_rm doesn't exist in skeleton OFP2_ManSkeleton
13:18:52 Error: Bone jaw_rs doesn't exist in skeleton OFP2_ManSkeleton
13:18:52 Error: Bone jaw doesn't exist in skeleton OFP2_ManSkeleton
13:18:52 Error: Bone headcutscene doesn't exist in skeleton OFP2_ManSkeleton
13:18:52 class HitPoints::HitFuel not found in mosquito_epoch
13:18:52 class HitPoints::HitLight not found in mosquito_epoch
13:18:52 class HitPoints::HitHydraulics not found in mosquito_epoch
13:18:52 class HitPoints::HitGear not found in mosquito_epoch
13:18:52 class HitPoints::HitHStabilizerL1 not found in mosquito_epoch
13:18:52 class HitPoints::HitHStabilizerR1 not found in mosquito_epoch
13:18:52 class HitPoints::HitVStabilizer1 not found in mosquito_epoch
13:18:52 class HitPoints::HitTail not found in mosquito_epoch
13:18:52 class HitPoints::HitPitotTube not found in mosquito_epoch
13:18:52 class HitPoints::HitStaticPort not found in mosquito_epoch
13:18:52 class HitPoints::HitEngine2 not found in mosquito_epoch
13:18:52 class HitPoints::HitEngine3 not found in mosquito_epoch
Error: Wheel reference not initialized
Error: Wheel reference not initialized
13:18:53 B_Heli_Light_01_EPOCH: AddDoors - unknown animation source AddDoors
13:18:53 B_Heli_Light_01_EPOCH: GunL_Revolving - unknown animation source GunL_Revolving
13:18:53 B_Heli_Light_01_EPOCH: GunR_Revolving - unknown animation source GunR_Revolving
13:18:53 B_Heli_Light_01_EPOCH: AddFLIR - unknown animation source AddFLIR
13:18:53 B_Heli_Light_01_EPOCH: AddGunHolder - unknown animation source AddGunHolder
13:18:53 B_Heli_Light_01_EPOCH: hidePG_1 - unknown animation source Missiles_revolving
13:18:53 B_Heli_Light_01_EPOCH: zaslehROT - unknown animation source Muzzle_flash
13:18:53 I_Heli_Transport_02_EPOCH: AddGunHolder - unknown animation source AddGunHolder
13:18:53 Cannot load surface info ca\data\Penetration\rubber.bisurf
13:18:54 Error: Bone cheek_lf doesn't exist in skeleton OFP2_ManSkeleton
13:18:54 Error: Bone nose_tip doesn't exist in skeleton OFP2_ManSkeleton
13:18:54 Error: Bone lip_uplb doesn't exist in skeleton OFP2_ManSkeleton
13:18:54 Error: Bone jaw_ls doesn't exist in skeleton OFP2_ManSkeleton
13:18:54 Error: Bone lip_uplf doesn't exist in skeleton OFP2_ManSkeleton
13:18:54 Error: Bone lip_lc doesn't exist in skeleton OFP2_ManSkeleton
13:18:54 Error: Bone lip_lwlb doesn't exist in skeleton OFP2_ManSkeleton
13:18:54 Error: Bone lip_lwlf doesn't exist in skeleton OFP2_ManSkeleton
13:18:54 Error: Bone jaw_lm doesn't exist in skeleton OFP2_ManSkeleton
13:18:54 Error: Bone zig_lb doesn't exist in skeleton OFP2_ManSkeleton
13:18:54 Error: Bone lip_lwm doesn't exist in skeleton OFP2_ManSkeleton
13:18:54 Error: Bone lip_upm doesn't exist in skeleton OFP2_ManSkeleton
13:18:54 Error: Bone ear_l doesn't exist in skeleton OFP2_ManSkeleton
13:18:54 Error: Bone corr doesn't exist in skeleton OFP2_ManSkeleton
13:18:54 Error: Bone tongue_m doesn't exist in skeleton OFP2_ManSkeleton
13:18:54 Error: Bone tongue_f doesn't exist in skeleton OFP2_ManSkeleton
13:18:54 Error: Bone eyebrow_lb doesn't exist in skeleton OFP2_ManSkeleton
13:18:54 Error: Bone eyebrow_lf doesn't exist in skeleton OFP2_ManSkeleton
13:18:54 Error: Bone eyebrow_lm doesn't exist in skeleton OFP2_ManSkeleton
13:18:54 Error: Bone zig_lm doesn't exist in skeleton OFP2_ManSkeleton
13:18:54 Error: Bone eye_upl doesn't exist in skeleton OFP2_ManSkeleton
13:18:54 Error: Bone eye_lwl doesn't exist in skeleton OFP2_ManSkeleton
13:18:54 Error: Bone cheek_l doesn't exist in skeleton OFP2_ManSkeleton
13:18:54 Error: Bone cheek_lb doesn't exist in skeleton OFP2_ManSkeleton
13:18:54 Error: Bone zig_lt doesn't exist in skeleton OFP2_ManSkeleton
13:18:54 Error: Bone nose_l doesn't exist in skeleton OFP2_ManSkeleton
13:18:54 Error: Bone cheek_lm doesn't exist in skeleton OFP2_ManSkeleton
13:18:54 Error: Bone nose_r doesn't exist in skeleton OFP2_ManSkeleton
13:18:54 Error: Bone forehead_r doesn't exist in skeleton OFP2_ManSkeleton
13:18:54 Error: Bone forehead_m doesn't exist in skeleton OFP2_ManSkeleton
13:18:54 Error: Bone forehead_l doesn't exist in skeleton OFP2_ManSkeleton
13:18:54 Error: Bone cheek_rb doesn't exist in skeleton OFP2_ManSkeleton
13:18:54 Error: Bone eye_lwr doesn't exist in skeleton OFP2_ManSkeleton
13:18:54 Error: Bone cheek_r doesn't exist in skeleton OFP2_ManSkeleton
13:18:54 Error: Bone zig_rt doesn't exist in skeleton OFP2_ManSkeleton
13:18:54 Error: Bone zig_rm doesn't exist in skeleton OFP2_ManSkeleton
13:18:54 Error: Bone cheek_rf doesn't exist in skeleton OFP2_ManSkeleton
13:18:54 Error: Bone cheek_rm doesn't exist in skeleton OFP2_ManSkeleton
13:18:54 Error: Bone eyebrow_rm doesn't exist in skeleton OFP2_ManSkeleton
13:18:54 Error: Bone eyebrow_rf doesn't exist in skeleton OFP2_ManSkeleton
13:18:54 Error: Bone eye_upr doesn't exist in skeleton OFP2_ManSkeleton
13:18:54 Error: Bone eyebrow_rb doesn't exist in skeleton OFP2_ManSkeleton
13:18:54 Error: Bone tongue_b doesn't exist in skeleton OFP2_ManSkeleton
13:18:54 Error: Bone ear_r doesn't exist in skeleton OFP2_ManSkeleton
13:18:54 Error: Bone neck_l doesn't exist in skeleton OFP2_ManSkeleton
13:18:54 Error: Bone lip_uprf doesn't exist in skeleton OFP2_ManSkeleton
13:18:54 Error: Bone neck_r doesn't exist in skeleton OFP2_ManSkeleton
13:18:54 Error: Bone lip_uprb doesn't exist in skeleton OFP2_ManSkeleton
13:18:54 Error: Bone lip_rc doesn't exist in skeleton OFP2_ManSkeleton
13:18:54 Error: Bone lip_lwrb doesn't exist in skeleton OFP2_ManSkeleton
13:18:54 Error: Bone lip_lwrf doesn't exist in skeleton OFP2_ManSkeleton
13:18:54 Error: Bone neck_b doesn't exist in skeleton OFP2_ManSkeleton
13:18:54 Error: Bone zig_rb doesn't exist in skeleton OFP2_ManSkeleton
13:18:54 Error: Bone neck_t doesn't exist in skeleton OFP2_ManSkeleton
13:18:54 Error: Bone jaw_rf doesn't exist in skeleton OFP2_ManSkeleton
13:18:54 Error: Bone jaw_lf doesn't exist in skeleton OFP2_ManSkeleton
13:18:54 Error: Bone chin doesn't exist in skeleton OFP2_ManSkeleton
13:18:54 Error: Bone jaw_rm doesn't exist in skeleton OFP2_ManSkeleton
13:18:54 Error: Bone jaw_rs doesn't exist in skeleton OFP2_ManSkeleton
13:18:54 Error: Bone jaw doesn't exist in skeleton OFP2_ManSkeleton
13:18:54 Error: Bone headcutscene doesn't exist in skeleton OFP2_ManSkeleton
Error: Wheel reference not initialized
13:18:54 Error: Bone cheek_lf doesn't exist in skeleton OFP2_ManSkeleton
13:18:54 Error: Bone nose_tip doesn't exist in skeleton OFP2_ManSkeleton
13:18:54 Error: Bone lip_uplb doesn't exist in skeleton OFP2_ManSkeleton
13:18:54 Error: Bone jaw_ls doesn't exist in skeleton OFP2_ManSkeleton
13:18:54 Error: Bone lip_uplf doesn't exist in skeleton OFP2_ManSkeleton
13:18:54 Error: Bone lip_lc doesn't exist in skeleton OFP2_ManSkeleton
13:18:54 Error: Bone lip_lwlb doesn't exist in skeleton OFP2_ManSkeleton
13:18:54 Error: Bone lip_lwlf doesn't exist in skeleton OFP2_ManSkeleton
13:18:54 Error: Bone jaw_lm doesn't exist in skeleton OFP2_ManSkeleton
13:18:54 Error: Bone zig_lb doesn't exist in skeleton OFP2_ManSkeleton
13:18:54 Error: Bone lip_lwm doesn't exist in skeleton OFP2_ManSkeleton
13:18:54 Error: Bone lip_upm doesn't exist in skeleton OFP2_ManSkeleton
13:18:54 Error: Bone ear_l doesn't exist in skeleton OFP2_ManSkeleton
13:18:54 Error: Bone corr doesn't exist in skeleton OFP2_ManSkeleton
13:18:54 Error: Bone tongue_m doesn't exist in skeleton OFP2_ManSkeleton
13:18:54 Error: Bone tongue_f doesn't exist in skeleton OFP2_ManSkeleton
13:18:54 Error: Bone eyebrow_lb doesn't exist in skeleton OFP2_ManSkeleton
13:18:54 Error: Bone eyebrow_lf doesn't exist in skeleton OFP2_ManSkeleton
13:18:54 Error: Bone eyebrow_lm doesn't exist in skeleton OFP2_ManSkeleton
13:18:54 Error: Bone zig_lm doesn't exist in skeleton OFP2_ManSkeleton
13:18:54 Error: Bone eye_upl doesn't exist in skeleton OFP2_ManSkeleton
13:18:54 Error: Bone eye_lwl doesn't exist in skeleton OFP2_ManSkeleton
13:18:54 Error: Bone cheek_l doesn't exist in skeleton OFP2_ManSkeleton
13:18:54 Error: Bone cheek_lb doesn't exist in skeleton OFP2_ManSkeleton
13:18:54 Error: Bone zig_lt doesn't exist in skeleton OFP2_ManSkeleton
13:18:54 Error: Bone nose_l doesn't exist in skeleton OFP2_ManSkeleton
13:18:54 Error: Bone cheek_lm doesn't exist in skeleton OFP2_ManSkeleton
13:18:54 Error: Bone nose_r doesn't exist in skeleton OFP2_ManSkeleton
13:18:54 Error: Bone forehead_r doesn't exist in skeleton OFP2_ManSkeleton
13:18:54 Error: Bone forehead_m doesn't exist in skeleton OFP2_ManSkeleton
13:18:54 Error: Bone forehead_l doesn't exist in skeleton OFP2_ManSkeleton
13:18:54 Error: Bone cheek_rb doesn't exist in skeleton OFP2_ManSkeleton
13:18:54 Error: Bone eye_lwr doesn't exist in skeleton OFP2_ManSkeleton
13:18:54 Error: Bone cheek_r doesn't exist in skeleton OFP2_ManSkeleton
13:18:54 Error: Bone zig_rt doesn't exist in skeleton OFP2_ManSkeleton
13:18:54 Error: Bone zig_rm doesn't exist in skeleton OFP2_ManSkeleton
13:18:54 Error: Bone cheek_rf doesn't exist in skeleton OFP2_ManSkeleton
13:18:54 Error: Bone cheek_rm doesn't exist in skeleton OFP2_ManSkeleton
13:18:54 Error: Bone eyebrow_rm doesn't exist in skeleton OFP2_ManSkeleton
13:18:54 Error: Bone eyebrow_rf doesn't exist in skeleton OFP2_ManSkeleton
13:18:54 Error: Bone eye_upr doesn't exist in skeleton OFP2_ManSkeleton
13:18:54 Error: Bone eyebrow_rb doesn't exist in skeleton OFP2_ManSkeleton
13:18:54 Error: Bone tongue_b doesn't exist in skeleton OFP2_ManSkeleton
13:18:54 Error: Bone ear_r doesn't exist in skeleton OFP2_ManSkeleton
13:18:54 Error: Bone neck_l doesn't exist in skeleton OFP2_ManSkeleton
13:18:54 Error: Bone lip_uprf doesn't exist in skeleton OFP2_ManSkeleton
13:18:54 Error: Bone neck_r doesn't exist in skeleton OFP2_ManSkeleton
13:18:54 Error: Bone lip_uprb doesn't exist in skeleton OFP2_ManSkeleton
13:18:54 Error: Bone lip_rc doesn't exist in skeleton OFP2_ManSkeleton
13:18:54 Error: Bone lip_lwrb doesn't exist in skeleton OFP2_ManSkeleton
13:18:54 Error: Bone lip_lwrf doesn't exist in skeleton OFP2_ManSkeleton
13:18:54 Error: Bone neck_b doesn't exist in skeleton OFP2_ManSkeleton
13:18:54 Error: Bone zig_rb doesn't exist in skeleton OFP2_ManSkeleton
13:18:54 Error: Bone neck_t doesn't exist in skeleton OFP2_ManSkeleton
13:18:54 Error: Bone jaw_rf doesn't exist in skeleton OFP2_ManSkeleton
13:18:54 Error: Bone jaw_lf doesn't exist in skeleton OFP2_ManSkeleton
13:18:54 Error: Bone chin doesn't exist in skeleton OFP2_ManSkeleton
13:18:54 Error: Bone jaw_rm doesn't exist in skeleton OFP2_ManSkeleton
13:18:54 Error: Bone jaw_rs doesn't exist in skeleton OFP2_ManSkeleton
13:18:54 Error: Bone jaw doesn't exist in skeleton OFP2_ManSkeleton
13:18:54 Error: Bone headcutscene doesn't exist in skeleton OFP2_ManSkeleton
13:18:54 "VEH SPAWN TIMER 3.855"
13:18:54 "Epoch: Spawning vehicles"
13:19:21 "Epoch: Loading storage"
13:19:27 "Storage SPAWN TIMER 6.169"
13:19:27 "Epoch: Loading static loot"
13:19:27 "Epoch: Server Start Complete: 52.099 seconds"
13:19:27 "Loaded Server FSM"

Link to comment
Share on other sites

  • 0

problems with MAS in Linux Parameter :/
 

13:27:42                                               name |               modDir |    default |               origin |                                     hash | hashShort | fullPath
13:27:42 ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
13:27:42                                               @mas |                 @mas |      false |            NOT FOUND |                                          |           |
13:27:42                                  Epoch Mod 0.3.0.2 |               @epoch |      false |             GAME DIR | 805045f52c71bb8d5e10bd1dada1f74db4fc7d52 |  f407aa33 | /home/steam/epoch/@epoch
13:27:42                                  Arma 3 DLC Bundle |            dlcbundle |       true |            NOT FOUND |                                          |           |
13:27:42                                    Arma 3 Marksmen |                 mark |       true |             GAME DIR | 61fffcfffac61aa05ce164ead604e873d98cf4ad |  dd83b917 | /home/steam/epoch/mark
13:27:42                                 Arma 3 Helicopters |                 heli |       true |             GAME DIR | 84baa1abbb4bde8400500570de101716861cd167 |  ead8cc01 | /home/steam/epoch/heli
13:27:42                                       Arma 3 Karts |                 kart |       true |             GAME DIR | 7f4f5b99e2f6be1b038f49e1e85608ee16ec4670 |  49bc7563 | /home/steam/epoch/kart
13:27:42                                        Arma 3 Zeus |              curator |       true |             GAME DIR | a11bd0fd4dbcad3ae474be15610337fef36b01ea |  ef8d8177 | /home/steam/epoch/curator
13:27:42                                             Arma 3 |                   A3 |       true |            NOT FOUND |                                          |           |
13:27:42                                         @epochhive |           @epochhive |      false |             GAME DIR | da39a3ee5e6b4b0d3255bfef95601890afd80709 |  11fdd19c | /home/steam/epoch/@epochhive
13:27:42 ==========================================================================================================================================================================================================

./epoch.sh check

steam@titan528:~/epoch$ ./epoch.sh check
ArmA 3 directory: /home/steam/epoch OK
Server executable: /home/steam/epoch/arma3server OK
CFG directory: /home/steam/epoch/sc OK
Config file: /home/steam/epoch/sc/config.cfg OK
Basic file: /home/steam/epoch/sc/basic.cfg OK
Battleye directory: /home/steam/epoch/sc/battleye/ OK
Arma3Profile: /home/steam/epoch/sc/users/sc/sc.arma3profile OK
Log directory: /home/steam/epoch/logs OK
Old Log directory: /home/steam/epoch/logs/old OK
Profile directory: ~/.local/share/Arma\ 3\ -\ Other\ Profiles/sc OK
Arma3Profile symlink: ~/.local/share/Arma\ 3\ -\ Other\ Profiles/sc/sc.Arma3Profile OK

Port number will be: 2302
PID file will be: /home/steam/epoch/2302.pid
RUN file will be: /home/steam/epoch/2302.run

Start cmd will be:
/home/steam/epoch/arma3server >>/home/steam/epoch/logs/port_2302.04.05.15_1418.log 2>&1 -config=/home/steam/epoch/sc/config.cfg -cfg=/home/steam/epoch/sc/basic.cfg -port=2302 -name=sc -pid=/home/steam/epoch/2302.pid -mod=@epoch;@mas -maxMem=2047 -nosound -exthreads=1 -noCB -autoinit -loadMissionToMemory

If you got something MISSING, you have to work from the top to the bottom, fix the top issue and start the check again!

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...