15:11:19.294 PROFILING : Compiling GameLib scripts took: 12.662000 ms
15:11:19.294 SCRIPT : SCRIPT : Compiling Game scripts
15:11:19.543 SCRIPT : Compiling Game scripts
15:11:19.543 SCRIPT (W): @"scripts/GameCode/Effects/SCR_OptimizedMuzzleEffectComponent.c,14": Possible variable name conflict 'inScope'
15:11:19.562 SCRIPT (W): @"scripts/Game/Editor/UI/Components/Modes/SCR_PhotoSaveModeEditorUIComponent.c,25": Pointer type 'PixelRawData' can only be used with local variables
15:11:19.648 SCRIPT (W): @"scripts/Game/Campaign/UI/SCR_CampaignUIMutePlayerComponent.c,28": 'GetPlayerBlockedState' is obsolete: Session blocking is no longer supported.
15:11:19.648 SCRIPT (W): @"scripts/Game/Campaign/UI/SCR_CampaignUIMutePlayerComponent.c,30": 'SetPlayerBlockedState' is obsolete: Session blocking is no longer supported.
15:11:19.648 SCRIPT (W): @"scripts/Game/Campaign/UI/SCR_CampaignUIMutePlayerComponent.c,35": 'SetPlayerBlockedState' is obsolete: Session blocking is no longer supported.
15:11:19.657 SCRIPT (W): @"scripts/Game/Components/Damage/SCR_VehicleDamageManagerComponent.c,826": Variable 'geomIndex' is not used
15:11:19.719 SCRIPT (W): @"scripts/Game/Entities/GridSpawnerEntity.c,180": 'Randomize' is obsolete: If seed need to be used use RandomGenerator instead
15:11:19.754 SCRIPT (W): @"scripts/Game/Groups/SCR_GroupTileButton.c,683": 'GetPlayerMutedState' is obsolete: Use SocialComponent.IsMuted(playerId).
15:11:19.778 SCRIPT (W): @"scripts/Game/ScenarioFramework/Actions/AIActions/SCR_ScenarioFrameworkAIActionSetCharacterStance.c,23": 'SetStance' is obsolete
15:11:19.778 SCRIPT (W): @"scripts/Game/ScenarioFramework/Actions/AIActions/SCR_ScenarioFrameworkAIActionSetMovementType.c,23": 'SetMovementType' is obsolete
15:11:19.818 SCRIPT (W): @"scripts/Game/UI/HUD/SCR_PlayerListMenu.c,436": 'SetPlayerMutedState' is obsolete: Use SocialComponent.SetMuted(playerId, muted).
15:11:19.818 SCRIPT (W): @"scripts/Game/UI/HUD/SCR_PlayerListMenu.c,438": 'GetPlayerMutedState' is obsolete: Use SocialComponent.IsMuted(playerId).
15:11:19.818 SCRIPT (W): @"scripts/Game/UI/HUD/SCR_PlayerListMenu.c,498": 'GetPlayerMutedState' is obsolete: Use SocialComponent.IsMuted(playerId).
15:11:19.819 SCRIPT (W): @"scripts/Game/UI/HUD/SCR_PlayerListMenu.c,1132": 'GetPlayerMutedState' is obsolete: Use SocialComponent.IsMuted(playerId).
15:11:19.819 SCRIPT (W): @"scripts/Game/UI/HUD/SCR_PlayerListMenu.c,1135": 'GetPlayerMutedState' is obsolete: Use SocialComponent.IsMuted(playerId).
15:11:19.819 SCRIPT (W): @"scripts/Game/UI/HUD/SCR_PlayerListMenu.c,1139": 'GetPlayerMutedState' is obsolete: Use SocialComponent.IsMuted(playerId).
15:11:19.840 SCRIPT (W): @"scripts/Game/UI/Menu/ContentBrowser/MainMenu/SCR_ContentBrowser_AddonsFilteredSubMenu.c,7": 'SetPageItems' is obsolete: Use SetPageSize() instead!
15:11:19.840 SCRIPT (W): @"scripts/Game/UI/Menu/ContentBrowser/MainMenu/SCR_ContentBrowser_AddonsFilteredSubMenu.c,36": 'SetPageItems' is obsolete: Use SetPageSize() instead!
15:11:19.841 SCRIPT (W): @"scripts/Game/UI/Menu/ContentBrowser/MainMenu/SCR_ContentBrowser_AddonsSubMenu.c,358": 'SetPageItems' is obsolete: Use SetPageSize() instead!
15:11:19.841 SCRIPT (W): @"scripts/Game/UI/Menu/ContentBrowser/MainMenu/SCR_ContentBrowser_AddonsSubMenu.c,380": 'SetPageItems' is obsolete: Use SetPageSize() instead!
15:11:19.841 SCRIPT (W): @"scripts/Game/UI/Menu/ContentBrowser/MainMenu/SCR_ContentBrowser_AddonsSubMenu.c,420": 'SetPageItems' is obsolete: Use SetPageSize() instead!
15:11:19.841 SCRIPT (W): @"scripts/Game/UI/Menu/ContentBrowser/MainMenu/SCR_ContentBrowser_AddonsSubMenu.c,444": 'SetPageItems' is obsolete: Use SetPageSize() instead!
15:11:19.848 SCRIPT (W): @"scripts/Game/UI/Menu/GroupSettingsDialogUI.c,37": 'GetPrivilegeAsync' is obsolete: Use SocialComponent.RequestSocialPrivilege() or RequestMultiplayerPrivilege()
15:11:19.855 SCRIPT (W): @"scripts/Game/UI/Menu/ServerBrowserMenuUI.c,2800": 'GetPrivilegeAsync' is obsolete: Use SocialComponent.RequestSocialPrivilege() or RequestMultiplayerPrivilege()
15:11:19.855 SCRIPT (W): @"scripts/Game/UI/Menu/ServerBrowserMenuUI.c,2833": 'GetPrivilegeAsync' is obsolete: Use SocialComponent.RequestSocialPrivilege() or RequestMultiplayerPrivilege()
15:11:19.855 SCRIPT (W): @"scripts/Game/UI/Menu/ServerBrowserMenuUI.c,2858": 'GetPrivilegeAsync' is obsolete: Use SocialComponent.RequestSocialPrivilege() or RequestMultiplayerPrivilege()
15:11:19.870 SCRIPT (W): @"scripts/Game/Vehicle/SCR_ImpactEffectComponent.c,206": Comparing unrelated types 'Class' and 'Physics'
15:11:19.870 SCRIPT (W): @"scripts/Game/Vehicle/SCR_ImpactEffectComponent.c,337": Comparing unrelated types 'Class' and 'Physics'
15:11:19.872 SCRIPT (W): @"scripts/Game/Weapon/Sights/SCR_2DPIPSightsComponent.c,432": 'SetGUIWidget' is obsolete: Use SetRenderTarget(IEntity ent) instead
15:11:19.872 SCRIPT (W): @"scripts/Game/Weapon/Sights/SCR_2DPIPSightsComponent.c,481": 'SetGUIWidget' is obsolete: Use SetRenderTarget(IEntity ent) instead
15:11:19.873 SCRIPT (W): @"scripts/Game/Weapon/Sights/SCR_PIPSightsComponent.c,115": 'SetGUIWidget' is obsolete: Use SetRenderTarget(IEntity ent) instead
15:11:19.873 SCRIPT (W): @"scripts/Game/Workshop/SCR_AddonManager.c,256": 'GetPrivilege' is obsolete: Use SocialComponent.IsPrivilegedTo() or IsMultiplayerAllowed()
15:11:19.873 SCRIPT (W): @"scripts/Game/Workshop/SCR_AddonManager.c,280": 'GetPrivilegeAsync' is obsolete: Use SocialComponent.RequestSocialPrivilege() or RequestMultiplayerPrivilege()
15:11:23.221 ENGINE : FileSystem: Adding package '/reforger/workshop/addons/YouAreHere_62CEF1EB8186A934/' (pak count: 1) to filesystem under name ImHere
15:11:23.221 ENGINE : FileSystem: Adding package '/reforger/workshop/addons/Youcansit_6052A9DD45564825/' (pak count: 1) to filesystem under name Youcansit
15:11:23.221 ENGINE : FileSystem: Adding package '/reforger/workshop/addons/WCS_Earplugs_612F512CD4CB21D5/' (pak count: 1) to filesystem under name WCS_Earplugs
15:11:23.223 ENGINE : FileSystem: Adding package '/reforger/workshop/addons/ImprovedBloodEffect_62FCEB51DF8527B6/' (pak count: 1) to filesystem under name ImprovedBloodEffect
15:11:23.224 ENGINE : FileSystem: Adding package '/reforger/workshop/addons/Badlands_629958849CF9FDD6/' (pak count: 1) to filesystem under name Badlands
15:11:23.224 ENGINE : FileSystem: Adding package '/reforger/workshop/addons/StunGrenade_59EAA899751805DF/' (pak count: 1) to filesystem under name BaconStunGrenade
15:11:23.224 ENGINE : FileSystem: Adding package '/reforger/workshop/addons/Glock41_616AFB4E94708348/' (pak count: 1) to filesystem under name Glock41
15:11:23.225 ENGINE : FileSystem: Adding package '/reforger/workshop/addons/DesertEagle_5AD299F4421F1D6A/' (pak count: 1) to filesystem under name BaconDesertEagle
15:11:23.225 ENGINE : FileSystem: Adding package '/reforger/workshop/addons/M17Pistol_5CA6BA2F63DE1174/' (pak count: 1) to filesystem under name M17Pistol
15:11:23.225 ENGINE : FileSystem: Adding package '/reforger/workshop/addons/BaconSuppressors_5AB301290317994A/' (pak count: 1) to filesystem under name Suppressors
15:11:23.225 ENGINE : FileSystem: Adding package '/reforger/workshop/addons/RISLaserAttachments_5ABD0CB57F7E9EB1/' (pak count: 1) to filesystem under name RISLaserAttachments
15:11:23.225 ENGINE : FileSystem: Adding package '/reforger/workshop/addons/TaskForceMattockUniforms_5CF0C3158AB2337E/' (pak count: 1) to filesystem under name 3rdRangerBattalionUniforms
15:11:23.225 ENGINE : FileSystem: Adding package '/reforger/workshop/addons/Police_Belt_64633C18B7FD15BB/' (pak count: 1) to filesystem under name PoliceBelt
15:11:23.225 ENGINE : FileSystem: Adding package '/reforger/workshop/addons/Monster-KingAccessories_610D4311510A5D90/' (pak count: 1) to filesystem under name MonsterKingAccessories
15:11:23.226 ENGINE : FileSystem: Adding package '/reforger/workshop/addons/MEPcivil_5EED4468698C0257/' (pak count: 1) to filesystem under name MEPcivil
15:11:23.226 ENGINE : FileSystem: Adding package '/reforger/workshop/addons/CivilianClothingMod_60FB19EB2B5D119C/' (pak count: 1) to filesystem under name CivilianClothingMod
15:11:23.226 ENGINE : FileSystem: Adding package '/reforger/workshop/addons/JustAnotherClothingMod_612AF8CFAD832F80/' (pak count: 1) to filesystem under name DeutschlandLifeKleidung
15:11:23.226 ENGINE : FileSystem: Adding package '/reforger/workshop/addons/ZeliksCharacter_5D0551624969C92E/' (pak count: 1) to filesystem under name ZEL_Character
15:11:23.226 ENGINE : FileSystem: Adding package '/reforger/workshop/addons/BadlandsAssets_648F0EF7417A247F/' (pak count: 1) to filesystem under name BadlandsAssets
15:11:23.226 ENGINE : FileSystem: Adding package '/reforger/workshop/addons/WCS_FlipPush_612851D73DF01668/' (pak count: 1) to filesystem under name WCSFlipPush
15:11:23.227 ENGINE : FileSystem: Adding package '/reforger/workshop/addons/MaverickXR_61B77B1E14183311/' (pak count: 1) to filesystem under name MaverickXR
15:11:23.227 ENGINE : FileSystem: Adding package '/reforger/workshop/addons/Colt_1911_60C9184559EEB081/' (pak count: 1) to filesystem under name Colt1911
15:11:23.227 ENGINE : FileSystem: Adding package '/reforger/workshop/addons/AModestBoat_5E440E8FBA164A4C/' (pak count: 1) to filesystem under name AModestBoat
15:11:23.227 ENGINE : FileSystem: Adding package '/reforger/workshop/addons/ModestAIRadio_61A6B4C21F6FCF22/' (pak count: 1) to filesystem under name ModestRadio
15:11:23.227 ENGINE : FileSystem: Adding package '/reforger/workshop/addons/SwitchGlocks_61F435F91ABE5DBC/' (pak count: 1) to filesystem under name SwitchGlocks
15:11:23.227 ENGINE : FileSystem: Adding package '/reforger/workshop/addons/Glock_5AE1743930664E19/' (pak count: 1) to filesystem under name Glock
15:11:23.227 ENGINE : FileSystem: Adding package '/reforger/workshop/addons/ReloadzFemale_6568A5B5428DEBEC/' (pak count: 1) to filesystem under name ReloadzFemale
15:11:23.228 ENGINE : FileSystem: Adding package '/reforger/workshop/addons/ReloadzAssets_60A0680330519A58/' (pak count: 1) to filesystem under name ReloadzAssetsPack
15:11:23.228 ENGINE : FileSystem: Adding package '/reforger/workshop/addons/ReloadzVehicles_60CAFAA76E027A42/' (pak count: 1) to filesystem under name ReloadzCars
15:11:23.229 ENGINE : FileSystem: Adding package '/reforger/workshop/addons/ML_Eastern_European_Assets_5E8EB849F3CF691C/' (pak count: 1) to filesystem under name MLEasternEuropeanAssets
15:11:23.229 ENGINE : FileSystem: Adding package '/reforger/workshop/addons/ShopSystem_5D2D1436D1FA5A13/' (pak count: 1) to filesystem under name ShopSystem
15:11:23.229 ENGINE : FileSystem: Adding package '/reforger/workshop/addons/BonActionAnimations_5C9758250C8C56F1/' (pak count: 1) to filesystem under name BonActionAnimations
15:11:23.229 ENGINE : FileSystem: Adding package '/reforger/workshop/addons/ServerAdminTools_5AAAC70D754245DD/' (pak count: 1) to filesystem under name ServerAdminTools
15:11:23.229 ENGINE : FileSystem: Adding package '/reforger/workshop/addons/ZeliksZones_5C6156F84AA262A2/' (pak count: 1) to filesystem under name ZEL_Zones
15:11:23.229 ENGINE : FileSystem: Adding package '/reforger/workshop/addons/EnfusionPersistenceFramework_5D6EBC81EB1842EF/' (pak count: 1) to filesystem under name EnfusionPersistenceFramework
15:11:23.229 ENGINE : FileSystem: Adding package '/reforger/workshop/addons/EnfusionDatabaseFramework_5D6EA74A94173EDF/' (pak count: 1) to filesystem under name EnfusionDatabaseFramework
15:11:23.256 ENGINE : FileSystem: Adding package './addons/data/' (pak count: 4) to filesystem under name ArmaReforger
15:11:23.257 ENGINE : FileSystem: Adding package './addons/core/' (pak count: 1) to filesystem under name core
15:11:23.444 PROFILING : Compiling GameLib scripts took: 11.922000 ms
15:11:23.444 SCRIPT : SCRIPT : Compiling Game scripts
15:11:23.669 SCRIPT : Compiling Game scripts
15:11:23.669 SCRIPT (W): @"scripts/Game/VehicleSystems/WCS_VehicleLock_PushVehicleAction.c,4": Pointer type 'Physics' can only be used with local variables
15:11:23.679 SCRIPT (W): @"scripts/Game/Whitelist/UserActions/OFC_WhitelistPushVehicleAction.c,4": Pointer type 'Physics' can only be used with local variables
15:11:23.692 SCRIPT (W): @"scripts/Game/Farming/Sell/OFC_LoopSellAction.c,192": Possible variable name conflict 'playerEntity'
15:11:23.710 SCRIPT (W): @"scripts/Game/Farming/Gather/OFC_LoopGatherAction.c,169": Possible variable name conflict 'playerEntity'
15:11:23.713 SCRIPT (W): @"scripts/Game/Economy/UserActions/OFC_LoopVariableProcessAction.c,203": Possible variable name conflict 'playerEntity'
15:11:23.714 SCRIPT (W): @"scripts/GameCode/Effects/SCR_OptimizedMuzzleEffectComponent.c,14": Possible variable name conflict 'inScope'
15:11:23.714 SCRIPT (W): @"scripts/Game/LawEnforcement/Feature/OFC_RestrainPositionAction.c,200": Possible variable name conflict 'playerEntity'
15:11:23.714 SCRIPT (W): @"scripts/Game/Farming/Gather/OFC_ProbableLoopGatherAction.c,191": Possible variable name conflict 'playerEntity'
15:11:23.716 SCRIPT (W): @"scripts/Game/LawEnforcement/Feature/OFC_EscortAction.c,194": Possible variable name conflict 'playerEntity'
15:11:23.719 SCRIPT (W): @"scripts/Game/UserActions/Vehicle/WCS_PushVehicleUserAction.c,4": Pointer type 'Physics' can only be used with local variables
15:11:23.724 SCRIPT (W): @"scripts/Game/5ABD0CB57F7E9EB1/Bacon_5ABD0CB57F7E9EB1_FlipUp2DPIPSightsComponent.c,63": Pointer type 'Animation' can only be used with local variables
15:11:23.724 SCRIPT (W): @"scripts/Game/LawEnforcement/Feature/OFC_RestrainAction.c,286": Possible variable name conflict 'playerEntity'
15:11:23.736 SCRIPT (W): @"scripts/Game/Editor/UI/Components/Modes/SCR_PhotoSaveModeEditorUIComponent.c,25": Pointer type 'PixelRawData' can only be used with local variables
15:11:23.739 SCRIPT (W): @"scripts/Game/Whitelist/UserActions/Admin/OFC_AdminPushVehicleAction.c,4": Pointer type 'Physics' can only be used with local variables
15:11:23.740 SCRIPT (W): @"scripts/Game/Farming/OFC_SimpleHarvestAction.c,140": Possible variable name conflict 'outName'
15:11:23.742 SCRIPT (W): @"scripts/Game/Farming/Process/OFC_LoopProcessAction.c,192": Possible variable name conflict 'playerEntity'
15:11:23.743 SCRIPT (W): @"scripts/Game/Farming/Process/OFC_ProbableLoopProcessAction.c,193": Possible variable name conflict 'playerEntity'
15:11:23.746 SCRIPT (W): @"scripts/Game/Vehicle/SCR_WaterEffectModule.c,13": Pointer type 'Physics' can only be used with local variables
15:11:23.746 SCRIPT (W): @"scripts/Game/Vehicle/SCR_WaterEffectModule.c,14": Pointer type 'Particles' can only be used with local variables
15:11:23.838 SCRIPT (W): @"scripts/Game/Campaign/UI/SCR_CampaignUIMutePlayerComponent.c,28": 'GetPlayerBlockedState' is obsolete: Session blocking is no longer supported.
15:11:23.838 SCRIPT (W): @"scripts/Game/Campaign/UI/SCR_CampaignUIMutePlayerComponent.c,30": 'SetPlayerBlockedState' is obsolete: Session blocking is no longer supported.
15:11:23.838 SCRIPT (W): @"scripts/Game/Campaign/UI/SCR_CampaignUIMutePlayerComponent.c,35": 'SetPlayerBlockedState' is obsolete: Session blocking is no longer supported.
15:11:23.847 SCRIPT (W): @"scripts/Game/Components/Damage/SCR_VehicleDamageManagerComponent.c,826": Variable 'geomIndex' is not used
15:11:23.912 SCRIPT (W): @"scripts/Game/Entities/GridSpawnerEntity.c,180": 'Randomize' is obsolete: If seed need to be used use RandomGenerator instead
15:11:23.947 SCRIPT (W): @"scripts/Game/Groups/SCR_GroupTileButton.c,683": 'GetPlayerMutedState' is obsolete: Use SocialComponent.IsMuted(playerId).
15:11:23.973 SCRIPT (W): @"scripts/Game/ScenarioFramework/Actions/AIActions/SCR_ScenarioFrameworkAIActionSetCharacterStance.c,23": 'SetStance' is obsolete
15:11:23.973 SCRIPT (W): @"scripts/Game/ScenarioFramework/Actions/AIActions/SCR_ScenarioFrameworkAIActionSetMovementType.c,23": 'SetMovementType' is obsolete
15:11:24.015 SCRIPT (W): @"scripts/Game/UI/HUD/SCR_PlayerListMenu.c,436": 'SetPlayerMutedState' is obsolete: Use SocialComponent.SetMuted(playerId, muted).
15:11:24.015 SCRIPT (W): @"scripts/Game/UI/HUD/SCR_PlayerListMenu.c,438": 'GetPlayerMutedState' is obsolete: Use SocialComponent.IsMuted(playerId).
15:11:24.015 SCRIPT (W): @"scripts/Game/UI/HUD/SCR_PlayerListMenu.c,498": 'GetPlayerMutedState' is obsolete: Use SocialComponent.IsMuted(playerId).
15:11:24.016 SCRIPT (W): @"scripts/Game/UI/HUD/SCR_PlayerListMenu.c,1132": 'GetPlayerMutedState' is obsolete: Use SocialComponent.IsMuted(playerId).
15:11:24.016 SCRIPT (W): @"scripts/Game/UI/HUD/SCR_PlayerListMenu.c,1135": 'GetPlayerMutedState' is obsolete: Use SocialComponent.IsMuted(playerId).
15:11:24.016 SCRIPT (W): @"scripts/Game/UI/HUD/SCR_PlayerListMenu.c,1139": 'GetPlayerMutedState' is obsolete: Use SocialComponent.IsMuted(playerId).
15:11:24.037 SCRIPT (W): @"scripts/Game/UI/Menu/ContentBrowser/MainMenu/SCR_ContentBrowser_AddonsFilteredSubMenu.c,7": 'SetPageItems' is obsolete: Use SetPageSize() instead!
15:11:24.038 SCRIPT (W): @"scripts/Game/UI/Menu/ContentBrowser/MainMenu/SCR_ContentBrowser_AddonsFilteredSubMenu.c,36": 'SetPageItems' is obsolete: Use SetPageSize() instead!
15:11:24.038 SCRIPT (W): @"scripts/Game/UI/Menu/ContentBrowser/MainMenu/SCR_ContentBrowser_AddonsSubMenu.c,358": 'SetPageItems' is obsolete: Use SetPageSize() instead!
15:11:24.038 SCRIPT (W): @"scripts/Game/UI/Menu/ContentBrowser/MainMenu/SCR_ContentBrowser_AddonsSubMenu.c,380": 'SetPageItems' is obsolete: Use SetPageSize() instead!
15:11:24.038 SCRIPT (W): @"scripts/Game/UI/Menu/ContentBrowser/MainMenu/SCR_ContentBrowser_AddonsSubMenu.c,420": 'SetPageItems' is obsolete: Use SetPageSize() instead!
15:11:24.038 SCRIPT (W): @"scripts/Game/UI/Menu/ContentBrowser/MainMenu/SCR_ContentBrowser_AddonsSubMenu.c,444": 'SetPageItems' is obsolete: Use SetPageSize() instead!
15:11:24.045 SCRIPT (W): @"scripts/Game/UI/Menu/GroupSettingsDialogUI.c,37": 'GetPrivilegeAsync' is obsolete: Use SocialComponent.RequestSocialPrivilege() or RequestMultiplayerPrivilege()
15:11:24.053 SCRIPT (W): @"scripts/Game/UI/Menu/ServerBrowserMenuUI.c,2800": 'GetPrivilegeAsync' is obsolete: Use SocialComponent.RequestSocialPrivilege() or RequestMultiplayerPrivilege()
15:11:24.053 SCRIPT (W): @"scripts/Game/UI/Menu/ServerBrowserMenuUI.c,2833": 'GetPrivilegeAsync' is obsolete: Use SocialComponent.RequestSocialPrivilege() or RequestMultiplayerPrivilege()
15:11:24.053 SCRIPT (W): @"scripts/Game/UI/Menu/ServerBrowserMenuUI.c,2858": 'GetPrivilegeAsync' is obsolete: Use SocialComponent.RequestSocialPrivilege() or RequestMultiplayerPrivilege()
15:11:24.068 SCRIPT (W): @"scripts/Game/Vehicle/SCR_ImpactEffectComponent.c,206": Comparing unrelated types 'Class' and 'Physics'
15:11:24.068 SCRIPT (W): @"scripts/Game/Vehicle/SCR_ImpactEffectComponent.c,337": Comparing unrelated types 'Class' and 'Physics'
15:11:24.070 SCRIPT (W): @"scripts/Game/Weapon/Sights/SCR_2DPIPSightsComponent.c,432": 'SetGUIWidget' is obsolete: Use SetRenderTarget(IEntity ent) instead
15:11:24.070 SCRIPT (W): @"scripts/Game/Weapon/Sights/SCR_2DPIPSightsComponent.c,481": 'SetGUIWidget' is obsolete: Use SetRenderTarget(IEntity ent) instead
15:11:24.071 SCRIPT (W): @"scripts/Game/Weapon/Sights/SCR_PIPSightsComponent.c,115": 'SetGUIWidget' is obsolete: Use SetRenderTarget(IEntity ent) instead
15:11:24.071 SCRIPT (W): @"scripts/Game/Workshop/SCR_AddonManager.c,256": 'GetPrivilege' is obsolete: Use SocialComponent.IsPrivilegedTo() or IsMultiplayerAllowed()
15:11:24.071 SCRIPT (W): @"scripts/Game/Workshop/SCR_AddonManager.c,280": 'GetPrivilegeAsync' is obsolete: Use SocialComponent.RequestSocialPrivilege() or RequestMultiplayerPrivilege()
15:11:24.078 SCRIPT (W): @"scripts/Game/Drivers/WebProxy/EDF_WebProxyDbDriverBase.c,587": 'reset' is obsolete: Not supported, will be removed!
15:11:24.092 SCRIPT (W): @"scripts/Game/BaconRISAttachments_RTLayoutComponent.c,97": 'SetGUIWidget' is obsolete: Use SetRenderTarget(IEntity ent) instead
15:11:24.092 SCRIPT (W): @"scripts/Game/BaconRISAttachments_RangefinderComponent.c,140": 'SetGUIWidget' is obsolete: Use SetRenderTarget(IEntity ent) instead
15:11:24.092 SCRIPT (W): @"scripts/Game/BaconRISAttachments_RangefinderComponent.c,206": 'SetGUIWidget' is obsolete: Use SetRenderTarget(IEntity ent) instead
15:11:24.096 SCRIPT (W): @"scripts/Game/Framework/Feature/Quantity/SCR_InventoryMenuUI.c,76": Variable 'skipMove' is not used
15:11:24.098 SCRIPT (W): @"scripts/Game/LawEnforcement/Feature/OFC_PullFromVehicleAction.c,37": Possible variable name conflict 'compartmentManager'
15:11:29.216 ENTITY (E): Destructible SCR_DestructibleEntityClass doesn't have a initial and final phase!
15:11:29.216 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214035758" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4294.939453 16.460789 10591.969727>
15:11:29.216 ENTITY (E): Destructible SCR_DestructibleEntityClass doesn't have a initial and final phase!
15:11:29.216 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214035759" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4295.712891 16.460789 10592.856445>
15:11:29.219 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214035971" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <9626.161133 26.714500 1432.018311>
15:11:29.219 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214035972" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <9627.331055 26.714500 1431.892578>
15:11:29.220 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214036184" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <9596.820312 26.639500 1598.197510>
15:11:29.220 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214036185" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <9596.592773 26.639500 1597.043579>
15:11:29.341 ENTITY (E): Destructible SCR_DestructibleEntityClass doesn't have a initial and final phase!
15:11:29.341 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214053070" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <9918.642578 297.448486 2611.929688>
15:11:29.341 ENTITY (E): Destructible SCR_DestructibleEntityClass doesn't have a initial and final phase!
15:11:29.341 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214053071" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <9916.821289 297.448486 2611.452881>
15:11:29.342 ENTITY (E): Destructible SCR_DestructibleEntityClass doesn't have a initial and final phase!
15:11:29.342 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214053072" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <9920.477539 297.448486 2607.260498>
15:11:29.342 ENTITY (E): Destructible SCR_DestructibleEntityClass doesn't have a initial and final phase!
15:11:29.342 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214053073" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <9919.968750 297.448486 2609.161377>
15:11:29.342 ENTITY (E): Destructible SCR_DestructibleEntityClass doesn't have a initial and final phase!
15:11:29.342 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214053074" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <9921.234375 297.448486 2604.437012>
15:11:29.342 ENTITY (E): Destructible SCR_DestructibleEntityClass doesn't have a initial and final phase!
15:11:29.342 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214053075" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <9920.662109 297.448486 2606.573730>
15:11:29.343 ENTITY (E): Destructible SCR_DestructibleEntityClass doesn't have a initial and final phase!
15:11:29.343 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214053116" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <9926.117188 297.448486 2608.741455>
15:11:29.423 ENTITY (E): Destructible SCR_DestructibleEntityClass doesn't have a initial and final phase!
15:11:29.423 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214085452" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <1039.683105 1.330029 6125.623535> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:29.456 ENTITY (E): Destructible SCR_DestructibleEntityClass doesn't have a initial and final phase!
15:11:29.456 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214088713" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <4184.230957 23.152636 9063.175781>
15:11:29.458 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214088905" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <4873.295410 11.849860 3963.799805>
15:11:29.459 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214089098" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <2323.647705 56.165497 4949.782227>
15:11:29.461 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214089291" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <6370.735840 6.374800 9625.472656>
15:11:29.462 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214089483" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <5627.027832 91.727997 5326.366699>
15:11:29.464 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214089675" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <7573.666016 146.114258 4666.326172>
15:11:29.465 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214089867" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <7822.229492 146.778763 4730.418945>
15:11:29.466 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214090059" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <9334.461914 3.695750 5080.748047>
15:11:29.468 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214090251" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <9536.193359 235.850250 2805.968262>
15:11:29.469 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214090443" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <7252.833008 145.542389 2598.206055>
15:11:29.470 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214090635" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <7933.112793 13.967501 1466.973389>
15:11:29.472 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214090827" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <4741.718262 23.853001 10719.262695>
15:11:29.473 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214091019" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <9044.879883 124.662498 2761.190186>
15:11:29.687 ENTITY (E): Destructible SCR_DestructibleEntityClass doesn't have a initial and final phase!
15:11:29.687 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214139155" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <6576.405273 109.917999 5905.249512>
15:11:29.689 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214139462" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <2992.122559 121.872498 5525.321289>
15:11:29.691 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214139770" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4542.681641 14.408000 10375.490234>
15:11:30.931 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456767" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <3634.363037 108.351997 4832.292969> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.931 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456768" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <3635.072998 108.313004 4831.050781> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.931 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456769" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <3634.594971 108.352997 4833.486816> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.931 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456770" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <3635.847900 108.386002 4834.049805> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.931 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456771" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <3635.968018 108.334999 4831.908203> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.931 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456772" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <3636.386963 108.373001 4832.962891> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.931 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456773" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4282.706055 25.075001 9076.550781> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.931 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456774" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4282.823242 25.058001 9077.337891> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.931 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456775" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4282.038086 25.062000 9076.517578> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.931 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456776" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4282.103027 25.068001 9077.308594> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.931 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456777" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <7066.695801 116.763000 5967.143066> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.931 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456778" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <7067.342773 116.830002 5967.957031> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.932 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456779" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <7068.833008 116.806999 5967.889160> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.932 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456780" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <7068.397949 116.809998 5966.904785> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.932 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456781" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <7067.509766 116.819000 5966.155762> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.932 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456782" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <11684.563477 0.749000 2059.781982> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.932 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456783" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <6413.097168 0.598000 9585.166992> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.932 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456784" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <3160.033936 2.064000 2161.481934> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.932 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456785" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <11622.576172 0.968000 2241.833008> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.932 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456786" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <11499.491211 1.845000 10896.350586> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.932 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456787" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4239.317871 1.357000 10697.053711> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.932 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456788" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <916.911987 1.512000 6105.987793> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.932 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456789" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <5804.273926 -3.640000 3572.954102> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.932 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456790" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <1302.024048 3.011000 11279.099609> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.932 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456791" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <1300.296021 3.460000 11282.059570> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.932 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456792" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <5876.367188 214.768005 7067.150879> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.932 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456793" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <5876.171875 214.755997 7066.337891> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.932 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456794" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <5876.845215 215.612000 7066.293945> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.932 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456795" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <5876.660156 215.613007 7066.827148> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.932 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456796" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <5779.783203 213.128998 7015.022949> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.932 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456797" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4136.548828 37.883999 7794.626953> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.933 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456798" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4135.455078 37.882999 7793.108887> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.933 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456799" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4136.632812 37.890999 7793.386230> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.933 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456800" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4137.377930 37.883999 7795.874023> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.933 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456801" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4138.244141 37.877998 7797.103027> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.933 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456802" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4138.433105 37.901001 7796.131836> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.933 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456803" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4144.021973 37.874001 7805.420898> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.933 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456804" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4142.494141 37.880001 7803.365234> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.933 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456805" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4139.878906 37.882000 7799.443848> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.933 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456806" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4141.729980 37.868000 7802.231934> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.933 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456807" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4139.142090 37.862000 7798.295898> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.933 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456808" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4139.940918 37.874001 7798.539062> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.933 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456809" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4142.549805 37.875999 7802.415039> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.933 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456810" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4143.985840 37.886002 7804.604004> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.933 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456811" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4143.250000 37.881001 7804.442871> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.933 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456812" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4219.895020 49.345001 7630.673828> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.933 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456813" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4220.857910 49.345001 7629.719238> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.933 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456814" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4257.625000 62.907001 5827.844238> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.933 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456815" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4323.919922 55.799000 5833.076172> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.933 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456816" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4465.592773 51.987999 6133.594238> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.933 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456817" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4464.229980 51.973000 6132.813965> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.934 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456818" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4511.269043 52.264000 6154.342773> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.934 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456819" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4509.996094 52.257999 6153.424805> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.934 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456820" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4305.950195 63.006001 5786.229980> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.934 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456821" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4307.148926 62.935001 5785.217773> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.934 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456822" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <1356.244995 43.103001 6041.573242> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.934 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456823" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <1355.177002 43.120998 6041.708984> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.934 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456824" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <1355.921997 43.105000 6043.435059> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.934 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456825" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <1357.192017 43.091999 6042.269043> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.934 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456826" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <1355.119995 43.095001 6042.473145> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.934 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456827" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <1222.413940 30.745001 6182.808105> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.934 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456828" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <1223.009033 30.729000 6181.866211> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.934 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456829" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4461.073242 13.645000 9443.882812> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.934 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456830" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4459.827148 13.638000 9443.928711> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.934 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456831" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4462.388184 13.644000 9443.908203> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.934 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456832" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4463.123047 13.640000 9444.514648> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.934 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456833" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4467.097168 13.646000 9444.110352> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.934 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456834" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4467.791016 13.638000 9444.694336> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.934 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456835" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4468.458984 13.626000 9444.193359> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.934 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456836" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4470.625000 13.665000 9444.898438> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.935 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456837" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4469.952148 13.642000 9444.173828> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.935 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456838" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4471.456055 13.648000 9444.200195> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.935 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456839" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4472.951172 13.648000 9444.266602> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.935 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456840" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4474.823242 13.647000 9444.279297> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.935 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456841" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4473.903809 13.655000 9445.065430> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.935 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456842" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4473.798828 13.641000 9443.674805> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.935 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456843" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4470.764160 13.651000 9443.500000> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.935 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456844" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4467.820801 13.629000 9443.743164> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.935 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456845" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4463.540039 13.645000 9444.033203> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.935 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456846" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4463.128906 13.630000 9443.467773> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.935 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456847" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4460.457031 13.630000 9443.131836> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.935 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456848" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4460.526855 13.652000 9444.571289> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.935 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456849" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4456.910156 13.647000 9444.500000> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.935 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456850" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4456.808105 13.656000 9445.438477> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.935 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456851" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4456.742188 13.669000 9446.787109> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.935 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456852" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4458.151855 13.670000 9446.850586> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.935 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456853" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4458.206055 13.658000 9445.637695> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.935 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456854" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4458.373047 13.645000 9444.373047> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.935 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456855" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4457.772949 13.647000 9443.601562> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.935 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456856" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4457.544922 13.640000 9447.497070> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.936 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456857" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4479.401855 13.668000 9447.322266> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.936 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456858" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4478.776855 13.668000 9446.735352> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.936 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456859" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4478.074219 13.647000 9447.443359> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.936 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456860" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4478.711914 13.668000 9448.150391> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.936 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456861" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4471.648926 13.647000 9447.184570> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.936 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456862" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4470.333008 13.646000 9447.186523> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.936 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456863" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4470.901855 13.647000 9446.551758> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.936 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456864" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4470.936035 13.646000 9447.842773> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.936 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456865" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4467.493164 13.645000 9447.584961> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.936 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456866" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4467.301758 13.647000 9446.284180> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.936 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456867" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4466.770020 13.647000 9446.896484> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.936 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456868" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4468.155762 13.647000 9446.998047> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.936 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456869" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4463.811035 13.647000 9449.110352> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.936 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456870" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4464.190918 13.670000 9452.359375> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.936 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456871" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4464.246094 13.658000 9451.147461> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.936 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456872" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4462.782227 13.669000 9452.296875> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.936 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456873" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4462.847168 13.656000 9450.948242> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.936 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456874" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4462.949219 13.647000 9450.010742> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.936 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456875" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4464.228027 13.646000 9449.995117> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.936 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456876" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4456.351074 13.640000 9451.293945> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.937 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456877" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4457.127930 13.640000 9452.003906> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.937 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456878" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4457.809082 13.640000 9451.371094> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.937 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456879" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4457.176758 13.656000 9450.564453> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.937 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456880" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <6628.548828 152.496002 7701.526855> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.937 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456881" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <5045.723145 15.376000 3940.297119> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.937 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456882" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <5044.126953 15.379000 3940.806885> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.937 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456883" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <9309.973633 6.072000 5070.060059> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.937 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456884" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <9311.152344 6.030000 5071.125000> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.937 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456885" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <9730.079102 10.462000 1508.249023> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.937 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456886" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <9731.025391 10.471000 1507.566040> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.937 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456887" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <9731.715820 10.468000 1508.288940> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.937 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456888" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <9730.884766 10.485000 1508.988037> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.937 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456889" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <9729.501953 10.431000 1511.708984> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.937 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456890" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <9730.302734 10.441000 1511.145996> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.937 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456891" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <9731.005859 10.437000 1511.734985> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.937 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456892" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <9730.174805 10.454000 1512.433960> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.937 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456893" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <9726.599609 10.488000 1508.392944> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.937 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456894" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <9727.397461 10.502000 1507.829956> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.937 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456895" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <9728.103516 10.485000 1508.418945> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.937 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456896" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <9727.273438 10.465000 1509.116943> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.938 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456897" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <9726.155273 10.409000 1512.364990> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.938 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456898" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <9726.957031 10.419000 1511.802002> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.938 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456899" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <9727.658203 10.415000 1512.390991> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.938 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456900" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <9726.828125 10.432000 1513.089966> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.938 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456901" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <9729.567383 10.438000 1516.223999> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.938 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456902" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <9730.370117 10.448000 1515.661011> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.938 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456903" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <9731.072266 10.444000 1516.250000> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.938 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456904" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <9730.242188 10.461000 1516.947998> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.938 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456905" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <9726.311523 10.438000 1516.196045> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.938 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456906" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <9727.111328 10.448000 1515.634033> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.938 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456907" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <9727.814453 10.444000 1516.223022> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.938 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456908" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <9726.984375 10.461000 1516.921021> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.938 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456909" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <9729.813477 10.532000 1504.163940> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.938 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456910" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <9730.685547 10.541000 1503.504028> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.938 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456911" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <9731.500977 10.538000 1504.203003> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.938 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456912" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <9730.546875 10.555000 1504.895020> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.938 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456913" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <9729.759766 10.532000 1501.159058> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.938 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456914" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <9730.728516 10.542000 1500.614990> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.938 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456915" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <9731.432617 10.538000 1501.203979> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.938 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456916" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <9730.575195 10.558000 1502.171021> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.939 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456917" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <5500.738770 20.497000 10208.102539> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.939 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456918" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <5501.332031 20.488001 10209.103516> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.939 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456919" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <5502.335938 20.462999 10208.514648> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.939 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456920" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <6367.061035 6.410000 9636.124023> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.939 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456921" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <6349.790039 0.623000 9598.299805> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.939 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456922" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <5227.932129 80.699997 6411.329102> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.939 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456923" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4464.533203 9.396000 10849.833984> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.939 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456924" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4463.190918 9.389000 10849.561523> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.939 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456925" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4479.069824 9.719000 10804.750000> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.939 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456926" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4542.047852 17.528000 10814.481445> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.939 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456927" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4540.882812 17.732000 10815.061523> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.939 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456928" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4470.463867 12.131000 10790.761719> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.939 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456929" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4496.660156 15.059000 10759.612305> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.939 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456930" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4423.907227 9.072000 10852.419922> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.939 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456931" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4406.438965 10.168000 10778.065430> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.939 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456932" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4402.554199 10.191000 10775.915039> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.939 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456933" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4403.995117 10.196000 10777.005859> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.939 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456934" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4345.964844 5.641000 10753.077148> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.939 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456935" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4345.210938 5.629000 10753.975586> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.940 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456936" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4346.006836 5.637000 10752.118164> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.940 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456937" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4449.874023 12.746000 10676.022461> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.940 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456938" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4451.032227 12.726000 10676.205078> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.940 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456939" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4527.168945 16.171000 10754.314453> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.940 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456940" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4527.416016 16.176001 10753.240234> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.940 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456941" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4396.333008 17.959999 10575.966797> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.940 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456942" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4396.282227 17.961000 10577.322266> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.940 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456943" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4294.530762 14.142000 10573.067383> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.940 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456944" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4295.880859 14.266000 10572.936523> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.940 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456945" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4333.342773 14.374000 10580.147461> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.940 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456946" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4336.204102 14.362000 10580.440430> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.940 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456947" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4308.913086 7.191000 10640.611328> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.940 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456948" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4304.037109 4.562000 10656.714844> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.940 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456949" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4469.589844 12.130000 10786.256836> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.940 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456950" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4471.057129 12.129000 10786.911133> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.940 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456951" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4468.670898 12.129000 10787.225586> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.940 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456952" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4467.821777 12.129000 10790.416016> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.940 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456953" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4472.150879 12.130000 10791.412109> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.940 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456954" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4475.351074 12.129000 10788.285156> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.940 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456955" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4476.166992 12.130000 10787.801758> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.941 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456956" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <9644.910156 24.195000 1463.057983> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.941 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456957" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <9643.927734 24.202000 1462.119995> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.941 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456958" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <9643.913086 24.204000 1463.094971> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.941 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456959" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <9644.952148 24.194000 1462.173950> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.941 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456960" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <9674.296875 13.879000 1524.461060> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.941 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456961" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <9675.318359 13.885000 1524.515015> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.941 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456962" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <9675.279297 13.885000 1525.399048> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.941 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456963" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <9674.282227 13.885000 1525.436035> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.941 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456964" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <9671.051758 13.877000 1521.864990> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.941 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456965" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <9672.076172 13.882000 1521.917969> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.941 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456966" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <9672.034180 13.882000 1522.802002> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.941 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456967" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <9671.037109 13.881000 1522.838989> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.941 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456968" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <9670.001953 13.885000 1524.110962> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.941 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456969" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <9669.956055 13.869000 1525.135986> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.941 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456970" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <9669.073242 13.876000 1525.102051> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.941 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456971" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <9669.022461 13.869000 1524.104980> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.941 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456972" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <9612.948242 24.386999 1533.603027> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.941 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456973" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <9612.505859 24.388000 1532.836060> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.941 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456974" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <9611.613281 24.400999 1533.345947> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.941 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456975" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <9612.128906 24.402000 1534.172974> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.942 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456976" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4967.377930 37.520000 9090.719727> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.942 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456977" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4968.358887 37.542999 9090.853516> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.942 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456978" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4968.556152 37.541000 9089.785156> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.942 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456979" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4967.563965 37.542999 9089.662109> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.942 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456980" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <2839.165039 86.055000 6364.955078> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:30.942 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214456981" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <2838.229004 85.936996 6366.590820> @"{8D01E253FD83E46F}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_white.et"
15:11:31.151 ENTITY (E): Destructible SCR_DestructibleEntityClass doesn't have a initial and final phase!
15:11:31.152 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214491800" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <6322.573730 0.898000 9595.124023> @"{D0E01CBC080D4F84}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_red.et"
15:11:31.459 ENTITY (E): Destructible SCR_DestructibleEntityClass doesn't have a initial and final phase!
15:11:31.459 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214587010" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <6973.329590 114.561996 5939.067383>
15:11:31.459 ENTITY (E): Destructible SCR_DestructibleEntityClass doesn't have a initial and final phase!
15:11:31.459 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214587011" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <6974.005859 114.561996 5937.807129>
15:11:31.462 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214587266" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <5282.002930 21.590401 9830.293945>
15:11:31.462 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214587267" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <5280.632812 21.590401 9830.703125>
15:11:31.464 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214587523" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <4212.087402 44.955666 7784.796875>
15:11:31.464 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214587524" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <4212.820312 44.955666 7786.024902>
15:11:31.466 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214587778" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <10818.273438 11.309217 1518.898438>
15:11:31.466 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214587779" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <10816.843750 11.309217 1518.910034>
15:11:31.468 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214588038" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <5793.772461 29.198183 10175.186523>
15:11:31.468 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214588039" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <5795.060059 29.198183 10174.564453>
15:11:31.470 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214588295" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <5222.541504 79.392502 6386.385742>
15:11:31.470 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214588296" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <5222.510742 79.392502 6387.815430>
15:11:31.472 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214588550" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <5575.751953 96.112000 6058.887207>
15:11:31.472 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214588551" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <5576.355957 96.112000 6060.183105>
15:11:31.474 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214588807" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <7195.554688 137.347748 2388.598389>
15:11:31.474 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214588808" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <7196.984375 137.347748 2388.618896>
15:11:31.476 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214589062" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <4631.031738 19.596251 10825.072266>
15:11:31.476 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214589063" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <4632.397461 19.596251 10825.496094>
15:11:31.478 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214589317" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <4463.736816 9.734250 10800.284180>
15:11:31.478 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214589318" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <4465.122559 9.734250 10800.635742>
15:11:31.480 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214589574" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <8452.189453 133.110321 3391.162354>
15:11:31.480 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214589575" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <8453.131836 133.110321 3390.086670>
15:11:31.482 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214589828" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <9593.835938 24.959209 1490.713135>
15:11:31.482 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214589829" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <9592.418945 24.959209 1490.521118>
15:11:31.833 ENTITY (E): Destructible SCR_DestructibleEntityClass doesn't have a initial and final phase!
15:11:31.833 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214722868" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <4648.164551 24.762751 12251.644531>
15:11:31.835 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214723081" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <6201.756836 110.228752 5118.237793>
15:11:31.836 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214723290" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <6980.431641 102.698334 5085.529297>
15:11:31.837 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214723499" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <4809.764648 83.822021 4439.380371>
15:11:31.839 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214723708" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <3293.443115 114.745003 5174.318359>
15:11:31.840 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214723918" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <2868.708740 90.945999 4854.049316>
15:11:31.841 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214724126" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <2379.185791 47.806999 6857.370605>
15:11:31.842 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214724335" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <3741.657715 80.642502 6651.404297>
15:11:31.844 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214724544" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <11047.959961 23.931067 11989.677734>
15:11:31.845 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214724753" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <8247.020508 220.799683 4383.418457>
15:11:31.846 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214724962" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <1227.430542 41.640484 6250.235352>
15:11:31.847 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214725172" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <2569.703369 92.466499 5391.703125>
15:11:31.849 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214725381" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <7409.850586 136.291733 4753.162109>
15:11:31.850 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214725590" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <7628.945312 125.880646 5038.795898>
15:11:31.851 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214725799" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <7552.196289 149.023193 4623.290039>
15:11:31.852 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214725992" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <7030.026855 98.583000 8380.800781>
15:11:31.854 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214726217" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <4848.578613 13.630000 4005.158691>
15:11:31.855 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214726426" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <5348.843750 19.226234 9987.604492>
15:11:31.856 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214726635" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <5612.665039 90.776001 5869.472168>
15:11:31.858 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214726844" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <6282.828125 164.251999 6461.656250>
15:11:31.859 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214727053" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <5487.909180 92.038376 6008.239258>
15:11:31.860 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214727262" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <6805.096191 22.077000 4268.506836>
15:11:31.861 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214727472" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <7166.255371 139.268768 2280.837402>
15:11:31.863 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214727680" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <2904.646729 7.128222 2181.050781>
15:11:31.864 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214727889" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <5380.571777 10.638250 8720.958008>
15:11:31.865 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214728098" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <8997.942383 85.118324 2187.638672>
15:11:32.070 MATERIAL : Material load @"{45ECF6B1797D3CD9}system/wbdata/PreviewWindow/TransparentMat.emat"
15:11:32.070 MATERIAL (E): Material file not found
15:11:32.070 MATERIAL (E): Object @"Assets/Structures/Cultural/Calvaries/CalvaryLarge_01/CalvaryLarge_01.xob" - cannot load material @"system/wbdata/PreviewWindow/TransparentMat.emat", creating default one (class MatPBRBasic)
15:11:32.407 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214891617" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4369.587891 74.513000 4354.265137> @"{D0E01CBC080D4F84}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_red.et"
15:11:32.407 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214891618" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4369.179199 74.552002 4353.435059> @"{D0E01CBC080D4F84}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_red.et"
15:11:32.407 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214891619" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <3887.819092 69.719002 6919.069824> @"{D0E01CBC080D4F84}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_red.et"
15:11:32.407 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214891620" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <3888.573975 69.712997 6919.904785> @"{D0E01CBC080D4F84}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_red.et"
15:11:32.407 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214891621" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <3889.760010 69.725998 6920.234863> @"{D0E01CBC080D4F84}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_red.et"
15:11:32.407 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214891622" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <11686.262695 0.740000 2059.420898> @"{D0E01CBC080D4F84}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_red.et"
15:11:32.407 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214891623" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <6411.419922 0.600000 9583.883789> @"{D0E01CBC080D4F84}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_red.et"
15:11:32.407 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214891624" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <3159.268066 2.099000 2163.878906> @"{D0E01CBC080D4F84}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_red.et"
15:11:32.407 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214891625" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <11497.896484 1.846000 10898.175781> @"{D0E01CBC080D4F84}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_red.et"
15:11:32.407 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214891626" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <5800.607910 1.864000 3570.680908> @"{D0E01CBC080D4F84}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_red.et"
15:11:32.407 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214891627" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <5705.134766 219.802002 7103.782227> @"{D0E01CBC080D4F84}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_red.et"
15:11:32.407 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214891628" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <5706.248047 219.867004 7104.550781> @"{D0E01CBC080D4F84}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_red.et"
15:11:32.407 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214891629" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <5705.542969 219.856995 7105.613770> @"{D0E01CBC080D4F84}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_red.et"
15:11:32.407 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214891630" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <5821.629883 216.436996 7090.904785> @"{D0E01CBC080D4F84}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_red.et"
15:11:32.407 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214891631" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <5822.478027 216.395004 7089.323242> @"{D0E01CBC080D4F84}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_red.et"
15:11:32.407 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214891632" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <5823.826172 216.419006 7090.349121> @"{D0E01CBC080D4F84}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_red.et"
15:11:32.408 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214891633" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <5823.142090 216.460999 7091.695801> @"{D0E01CBC080D4F84}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_red.et"
15:11:32.408 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214891634" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4323.033203 55.803001 5834.757812> @"{D0E01CBC080D4F84}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_red.et"
15:11:32.408 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214891635" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4322.977051 55.807999 5833.606934> @"{D0E01CBC080D4F84}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_red.et"
15:11:32.408 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214891636" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4458.884766 51.409000 6112.931152> @"{D0E01CBC080D4F84}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_red.et"
15:11:32.408 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214891637" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4459.981934 51.466999 6113.963867> @"{D0E01CBC080D4F84}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_red.et"
15:11:32.408 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214891638" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4459.878906 51.389999 6112.967773> @"{D0E01CBC080D4F84}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_red.et"
15:11:32.408 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214891639" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4310.613770 55.605999 5848.685059> @"{D0E01CBC080D4F84}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_red.et"
15:11:32.408 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214891640" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4311.529785 55.591999 5848.296875> @"{D0E01CBC080D4F84}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_red.et"
15:11:32.408 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214891641" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4310.099121 55.695000 5847.823242> @"{D0E01CBC080D4F84}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_red.et"
15:11:32.408 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214891642" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <1324.433960 40.220001 6057.073242> @"{D0E01CBC080D4F84}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_red.et"
15:11:32.408 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214891643" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <1324.810059 40.249001 6057.532227> @"{D0E01CBC080D4F84}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_red.et"
15:11:32.408 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214891644" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <1242.207031 36.688999 5962.320801> @"{D0E01CBC080D4F84}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_red.et"
15:11:32.408 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214891645" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <7533.767090 82.782997 5523.475098> @"{D0E01CBC080D4F84}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_red.et"
15:11:32.408 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214891646" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <7533.106934 82.782997 5522.269043> @"{D0E01CBC080D4F84}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_red.et"
15:11:32.408 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214891647" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <7532.217773 82.782997 5521.628906> @"{D0E01CBC080D4F84}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_red.et"
15:11:32.408 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214891648" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <7531.895996 82.783997 5520.306152> @"{D0E01CBC080D4F84}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_red.et"
15:11:32.408 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214891649" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <7533.323242 82.781998 5520.083008> @"{D0E01CBC080D4F84}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_red.et"
15:11:32.408 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214891650" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <7534.073242 82.782997 5520.845215> @"{D0E01CBC080D4F84}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_red.et"
15:11:32.409 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214891651" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <7535.131836 82.782997 5521.647949> @"{D0E01CBC080D4F84}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_red.et"
15:11:32.409 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214891652" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <7535.554199 82.792999 5522.765137> @"{D0E01CBC080D4F84}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_red.et"
15:11:32.409 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214891653" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <7531.771973 82.783997 5526.573242> @"{D0E01CBC080D4F84}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_red.et"
15:11:32.409 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214891654" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <7530.736816 82.782997 5526.576172> @"{D0E01CBC080D4F84}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_red.et"
15:11:32.409 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214891655" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <7530.619141 82.783997 5525.539062> @"{D0E01CBC080D4F84}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_red.et"
15:11:32.409 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214891656" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <7531.537109 82.783997 5525.098145> @"{D0E01CBC080D4F84}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_red.et"
15:11:32.409 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214891657" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <7525.534180 82.783997 5521.859863> @"{D0E01CBC080D4F84}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_red.et"
15:11:32.409 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214891658" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <7526.569824 82.783997 5521.586914> @"{D0E01CBC080D4F84}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_red.et"
15:11:32.409 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214891659" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <7527.583984 82.783997 5522.332031> @"{D0E01CBC080D4F84}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_red.et"
15:11:32.409 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214891660" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <7527.886230 82.788002 5523.565918> @"{D0E01CBC080D4F84}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_red.et"
15:11:32.409 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214891661" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <7526.707031 82.783997 5523.659180> @"{D0E01CBC080D4F84}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_red.et"
15:11:32.409 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214891662" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <7525.666992 82.783997 5522.795898> @"{D0E01CBC080D4F84}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_red.et"
15:11:32.409 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214891663" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <7527.870117 82.783997 5528.780762> @"{D0E01CBC080D4F84}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_red.et"
15:11:32.409 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214891664" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <7529.185059 82.782997 5530.044922> @"{D0E01CBC080D4F84}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_red.et"
15:11:32.409 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214891665" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <7528.146973 82.781998 5530.085938> @"{D0E01CBC080D4F84}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_red.et"
15:11:32.409 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214891666" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <7529.123047 82.783997 5528.791016> @"{D0E01CBC080D4F84}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_red.et"
15:11:32.409 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214891667" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <7525.645996 82.785004 5527.618164> @"{D0E01CBC080D4F84}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_red.et"
15:11:32.409 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214891668" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <7524.604004 82.787003 5525.685059> @"{D0E01CBC080D4F84}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_red.et"
15:11:32.409 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214891669" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <7523.439941 82.787003 5525.787109> @"{D0E01CBC080D4F84}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_red.et"
15:11:32.410 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214891670" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <7526.958008 82.785004 5527.507812> @"{D0E01CBC080D4F84}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_red.et"
15:11:32.410 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214891671" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <7523.233887 82.785004 5524.873047> @"{D0E01CBC080D4F84}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_red.et"
15:11:32.410 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214891672" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <7526.792969 82.785004 5526.537109> @"{D0E01CBC080D4F84}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_red.et"
15:11:32.410 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214891673" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <7524.383789 82.785004 5524.573242> @"{D0E01CBC080D4F84}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_red.et"
15:11:32.410 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214891674" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <7528.045898 82.788002 5519.559082> @"{D0E01CBC080D4F84}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_red.et"
15:11:32.410 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214891675" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <7527.844238 82.783997 5518.310059> @"{D0E01CBC080D4F84}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_red.et"
15:11:32.410 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214891676" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <7529.126953 82.783997 5518.006836> @"{D0E01CBC080D4F84}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_red.et"
15:11:32.410 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214891677" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <7529.284180 82.782997 5519.154785> @"{D0E01CBC080D4F84}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_red.et"
15:11:32.410 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214891678" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <9311.040039 6.028000 5070.040039> @"{D0E01CBC080D4F84}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_red.et"
15:11:32.410 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214891679" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <9310.091797 6.091000 5071.247070> @"{D0E01CBC080D4F84}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_red.et"
15:11:32.410 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214891680" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <5388.559082 17.077999 10026.319336> @"{D0E01CBC080D4F84}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_red.et"
15:11:32.410 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214891681" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <5389.527832 17.030001 10027.385742> @"{D0E01CBC080D4F84}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_red.et"
15:11:32.410 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214891682" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <5388.585938 17.010000 10028.518555> @"{D0E01CBC080D4F84}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_red.et"
15:11:32.410 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214891683" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <5387.423828 17.073999 10027.418945> @"{D0E01CBC080D4F84}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_red.et"
15:11:32.410 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214891684" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <6269.455078 3.909000 9660.053711> @"{D0E01CBC080D4F84}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_red.et"
15:11:32.410 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214891685" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <6271.016113 3.848000 9658.571289> @"{D0E01CBC080D4F84}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_red.et"
15:11:32.410 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214891686" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <5271.313965 21.205000 9839.625000> @"{D0E01CBC080D4F84}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_red.et"
15:11:32.411 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214891687" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <5269.940918 21.219000 9839.885742> @"{D0E01CBC080D4F84}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_red.et"
15:11:32.411 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214891688" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <9965.616211 0.998000 196.988007> @"{D0E01CBC080D4F84}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_red.et"
15:11:32.411 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214891689" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <9967.075195 0.933000 196.938995> @"{D0E01CBC080D4F84}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_red.et"
15:11:32.411 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214891690" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <9993.188477 0.988000 208.244003> @"{D0E01CBC080D4F84}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_red.et"
15:11:32.411 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214891691" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <9992.266602 1.035000 208.255997> @"{D0E01CBC080D4F84}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_red.et"
15:11:32.411 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214891692" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <9944.286133 7.368000 221.074005> @"{D0E01CBC080D4F84}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_red.et"
15:11:32.411 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214891693" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4567.901855 15.637000 10899.796875> @"{D0E01CBC080D4F84}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_red.et"
15:11:32.411 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214891694" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4567.665039 15.651000 10901.094727> @"{D0E01CBC080D4F84}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_red.et"
15:11:32.411 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214891695" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4495.849121 13.580000 10954.500000> @"{D0E01CBC080D4F84}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_red.et"
15:11:32.411 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214891696" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4495.155762 13.583000 10956.428711> @"{D0E01CBC080D4F84}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_red.et"
15:11:32.411 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214891697" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4463.735840 9.413000 10850.756836> @"{D0E01CBC080D4F84}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_red.et"
15:11:32.411 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214891698" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4464.077148 9.402000 10848.845703> @"{D0E01CBC080D4F84}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_red.et"
15:11:32.411 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214891699" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4541.704102 17.540001 10816.522461> @"{D0E01CBC080D4F84}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_red.et"
15:11:32.411 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214891700" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4540.407227 17.497000 10816.575195> @"{D0E01CBC080D4F84}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_red.et"
15:11:32.411 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214891701" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4474.487793 12.131000 10791.140625> @"{D0E01CBC080D4F84}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_red.et"
15:11:32.411 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214891702" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4498.290039 15.059000 10759.983398> @"{D0E01CBC080D4F84}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_red.et"
15:11:32.411 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214891703" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4422.756836 9.072000 10852.967773> @"{D0E01CBC080D4F84}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_red.et"
15:11:32.411 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214891704" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4423.585938 9.074000 10853.921875> @"{D0E01CBC080D4F84}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_red.et"
15:11:32.412 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214891705" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4407.658203 10.169000 10778.926758> @"{D0E01CBC080D4F84}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_red.et"
15:11:32.412 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214891706" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4343.875977 5.651000 10753.010742> @"{D0E01CBC080D4F84}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_red.et"
15:11:32.412 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214891707" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4344.652832 5.650000 10752.279297> @"{D0E01CBC080D4F84}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_red.et"
15:11:32.412 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214891708" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4451.040039 12.737000 10674.668945> @"{D0E01CBC080D4F84}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_red.et"
15:11:32.412 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214891709" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4450.013184 12.733000 10674.380859> @"{D0E01CBC080D4F84}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_red.et"
15:11:32.412 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214891710" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4525.622070 16.177999 10754.127930> @"{D0E01CBC080D4F84}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_red.et"
15:11:32.412 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214891711" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4525.645996 16.157000 10753.026367> @"{D0E01CBC080D4F84}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_red.et"
15:11:32.412 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214891712" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4395.212891 17.957001 10575.714844> @"{D0E01CBC080D4F84}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_red.et"
15:11:32.412 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214891713" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4394.835938 17.962000 10577.211914> @"{D0E01CBC080D4F84}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_red.et"
15:11:32.412 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214891714" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4295.973145 14.256000 10574.379883> @"{D0E01CBC080D4F84}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_red.et"
15:11:32.412 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214891715" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4294.438965 14.110000 10574.215820> @"{D0E01CBC080D4F84}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_red.et"
15:11:32.412 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214891716" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4334.222168 14.384000 10579.455078> @"{D0E01CBC080D4F84}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_red.et"
15:11:32.412 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214891717" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4335.333008 14.359000 10579.708008> @"{D0E01CBC080D4F84}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_red.et"
15:11:32.412 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214891718" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4267.849121 16.021999 10581.254883> @"{D0E01CBC080D4F84}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_red.et"
15:11:32.412 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214891719" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4475.058105 12.130000 10792.002930> @"{D0E01CBC080D4F84}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_red.et"
15:11:32.412 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214891720" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4472.420898 12.130000 10787.024414> @"{D0E01CBC080D4F84}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_red.et"
15:11:32.412 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214891721" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <9806.954102 5.194000 1386.107056> @"{D0E01CBC080D4F84}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_red.et"
15:11:32.412 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214891722" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <9808.166992 5.194000 1384.374023> @"{D0E01CBC080D4F84}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_red.et"
15:11:32.413 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214891723" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <9810.764648 10.953000 1662.381958> @"{D0E01CBC080D4F84}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_red.et"
15:11:32.413 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214891724" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <9812.010742 10.993000 1662.563965> @"{D0E01CBC080D4F84}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_red.et"
15:11:32.413 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214891725" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <9812.215820 10.957000 1661.390015> @"{D0E01CBC080D4F84}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_red.et"
15:11:32.413 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214891726" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <9811.164062 10.943000 1661.173950> @"{D0E01CBC080D4F84}Prefabs/Props/Furniture/ChairRecreation_01/ChairRecreation_01_red.et"
15:11:32.692 ENTITY (E): Destructible SCR_DestructibleEntityClass doesn't have a initial and final phase!
15:11:32.692 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214970445" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <6508.194824 87.449997 5267.859863> @"{E7E1B1B2B433F80A}Prefabs/Props/Furniture/BenchWooden_02_Worn.et"
15:11:32.692 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214970446" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <6199.599121 110.221001 5109.141113> @"{E7E1B1B2B433F80A}Prefabs/Props/Furniture/BenchWooden_02_Worn.et"
15:11:32.692 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214970448" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <4365.045898 74.768997 4355.335938> @"{E7E1B1B2B433F80A}Prefabs/Props/Furniture/BenchWooden_02_Worn.et"
15:11:32.692 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214970449" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <1957.213013 77.525002 5116.904785> @"{E7E1B1B2B433F80A}Prefabs/Props/Furniture/BenchWooden_02_Worn.et"
15:11:32.692 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214970450" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <2213.772949 45.668999 4852.451172> @"{E7E1B1B2B433F80A}Prefabs/Props/Furniture/BenchWooden_02_Worn.et"
15:11:32.692 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214970451" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <2215.351074 44.275002 4841.419922> @"{E7E1B1B2B433F80A}Prefabs/Props/Furniture/BenchWooden_02_Worn.et"
15:11:32.693 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214970452" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <4203.217773 95.964996 5339.235840> @"{E7E1B1B2B433F80A}Prefabs/Props/Furniture/BenchWooden_02_Worn.et"
15:11:32.693 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214970453" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <2397.382080 48.410999 6862.772949> @"{E7E1B1B2B433F80A}Prefabs/Props/Furniture/BenchWooden_02_Worn.et"
15:11:32.693 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214970454" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <3940.423096 104.901001 6235.266113> @"{E7E1B1B2B433F80A}Prefabs/Props/Furniture/BenchWooden_02_Worn.et"
15:11:32.694 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214970455" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <4305.507812 69.653999 8574.685547> @"{E7E1B1B2B433F80A}Prefabs/Props/Furniture/BenchWooden_02_Worn.et"
15:11:32.694 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214970456" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <7069.297852 120.289001 6076.967773> @"{E7E1B1B2B433F80A}Prefabs/Props/Furniture/BenchWooden_02_Worn.et"
15:11:32.694 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214970457" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <7054.713867 117.638000 5980.684082> @"{E7E1B1B2B433F80A}Prefabs/Props/Furniture/BenchWooden_02_Worn.et"
15:11:32.694 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214970461" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <11706.203125 4.925000 2107.073975> @"{E7E1B1B2B433F80A}Prefabs/Props/Furniture/BenchWooden_02_Worn.et"
15:11:32.695 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214970462" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <3124.648926 5.573000 2156.242920> @"{E7E1B1B2B433F80A}Prefabs/Props/Furniture/BenchWooden_02_Worn.et"
15:11:32.695 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214970463" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <8820.344727 97.959999 2808.549072> @"{E7E1B1B2B433F80A}Prefabs/Props/Furniture/BenchWooden_02_Worn.et"
15:11:32.695 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214970464" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <8818.314453 97.975998 2807.785889> @"{E7E1B1B2B433F80A}Prefabs/Props/Furniture/BenchWooden_02_Worn.et"
15:11:32.695 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214970465" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <8783.135742 97.249001 2792.573975> @"{E7E1B1B2B433F80A}Prefabs/Props/Furniture/BenchWooden_02_Worn.et"
15:11:32.696 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214970466" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <8782.315430 97.343002 2794.434082> @"{E7E1B1B2B433F80A}Prefabs/Props/Furniture/BenchWooden_02_Worn.et"
15:11:32.696 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214970467" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <8670.793945 120.059998 2722.080078> @"{E7E1B1B2B433F80A}Prefabs/Props/Furniture/BenchWooden_02_Worn.et"
15:11:32.696 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214970468" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <8672.789062 120.029999 2722.616943> @"{E7E1B1B2B433F80A}Prefabs/Props/Furniture/BenchWooden_02_Worn.et"
15:11:32.696 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214970469" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <8470.313477 153.865997 3647.593994> @"{E7E1B1B2B433F80A}Prefabs/Props/Furniture/BenchWooden_02_Worn.et"
15:11:32.697 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214970470" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <8471.924805 153.863998 3646.487061> @"{E7E1B1B2B433F80A}Prefabs/Props/Furniture/BenchWooden_02_Worn.et"
15:11:32.697 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214970471" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <8490.021484 179.768005 3847.603027> @"{E7E1B1B2B433F80A}Prefabs/Props/Furniture/BenchWooden_02_Worn.et"
15:11:32.697 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214970472" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <11132.508789 34.988998 11594.105469> @"{E7E1B1B2B433F80A}Prefabs/Props/Furniture/BenchWooden_02_Worn.et"
15:11:32.697 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214970473" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <11133.269531 34.988998 11592.249023> @"{E7E1B1B2B433F80A}Prefabs/Props/Furniture/BenchWooden_02_Worn.et"
15:11:32.698 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214970474" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <5573.249023 95.107002 5242.106934> @"{E7E1B1B2B433F80A}Prefabs/Props/Furniture/BenchWooden_02_Worn.et"
15:11:32.698 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214970475" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <4267.327148 62.910000 5814.221191> @"{E7E1B1B2B433F80A}Prefabs/Props/Furniture/BenchWooden_02_Worn.et"
15:11:32.698 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214970476" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <1217.912964 33.098999 6053.636230> @"{E7E1B1B2B433F80A}Prefabs/Props/Furniture/BenchWooden_02_Worn.et"
15:11:32.698 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214970477" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <1294.586060 37.601002 6085.505859> @"{E7E1B1B2B433F80A}Prefabs/Props/Furniture/BenchWooden_02_Worn.et"
15:11:32.698 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214970478" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <7566.493164 88.007004 5373.746094> @"{E7E1B1B2B433F80A}Prefabs/Props/Furniture/BenchWooden_02_Worn.et"
15:11:32.698 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214970479" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <7523.666016 138.751007 4707.608887> @"{E7E1B1B2B433F80A}Prefabs/Props/Furniture/BenchWooden_02_Worn.et"
15:11:32.698 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214970480" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <7537.953125 149.003006 4621.946777> @"{E7E1B1B2B433F80A}Prefabs/Props/Furniture/BenchWooden_02_Worn.et"
15:11:32.699 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214970481" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <7403.291992 135.673996 4759.066895> @"{E7E1B1B2B433F80A}Prefabs/Props/Furniture/BenchWooden_02_Worn.et"
15:11:32.699 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214970482" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <7971.669922 173.625000 4517.351074> @"{E7E1B1B2B433F80A}Prefabs/Props/Furniture/BenchWooden_02_Worn.et"
15:11:32.699 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214970483" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <7992.777832 187.725998 4379.964844> @"{E7E1B1B2B433F80A}Prefabs/Props/Furniture/BenchWooden_02_Worn.et"
15:11:32.699 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214970484" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <6214.132812 180.613998 7475.673828> @"{E7E1B1B2B433F80A}Prefabs/Props/Furniture/BenchWooden_02_Worn.et"
15:11:32.699 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214970485" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <5202.962891 68.386002 6160.467773> @"{E7E1B1B2B433F80A}Prefabs/Props/Furniture/BenchWooden_02_Worn.et"
15:11:32.699 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214970486" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <4687.796875 160.315994 7325.905762> @"{E7E1B1B2B433F80A}Prefabs/Props/Furniture/BenchWooden_02_Worn.et"
15:11:32.699 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214970487" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <4777.908203 167.328995 6892.310059> @"{E7E1B1B2B433F80A}Prefabs/Props/Furniture/BenchWooden_02_Worn.et"
15:11:32.700 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214970488" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <10811.716797 11.066000 1536.536011> @"{E7E1B1B2B433F80A}Prefabs/Props/Furniture/BenchWooden_02_Worn.et"
15:11:32.700 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214970489" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <11659.977539 12.134000 1452.505981> @"{E7E1B1B2B433F80A}Prefabs/Props/Furniture/BenchWooden_02_Worn.et"
15:11:32.700 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214970490" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <9318.522461 11.028000 5023.919922> @"{E7E1B1B2B433F80A}Prefabs/Props/Furniture/BenchWooden_02_Worn.et"
15:11:32.700 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214970491" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <5337.438965 21.093000 9792.860352> @"{E7E1B1B2B433F80A}Prefabs/Props/Furniture/BenchWooden_02_Worn.et"
15:11:32.700 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214970492" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <5772.588867 29.525000 10228.323242> @"{E7E1B1B2B433F80A}Prefabs/Props/Furniture/BenchWooden_02_Worn.et"
15:11:32.700 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214970493" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <5367.480957 16.849001 10096.607422> @"{E7E1B1B2B433F80A}Prefabs/Props/Furniture/BenchWooden_02_Worn.et"
15:11:32.700 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214970494" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <6296.634766 3.505000 9646.637695> @"{E7E1B1B2B433F80A}Prefabs/Props/Furniture/BenchWooden_02_Worn.et"
15:11:32.701 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214970495" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <6295.622070 3.663000 9649.914062> @"{E7E1B1B2B433F80A}Prefabs/Props/Furniture/BenchWooden_02_Worn.et"
15:11:32.701 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214970496" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <5594.917969 28.559999 9823.952148> @"{E7E1B1B2B433F80A}Prefabs/Props/Furniture/BenchWooden_02_Worn.et"
15:11:32.701 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214970497" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <5593.405762 28.566000 9822.541992> @"{E7E1B1B2B433F80A}Prefabs/Props/Furniture/BenchWooden_02_Worn.et"
15:11:32.701 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214970498" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <4198.985840 22.631001 9065.379883> @"{E7E1B1B2B433F80A}Prefabs/Props/Furniture/BenchWooden_02_Worn.et"
15:11:32.701 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214970499" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <5226.820801 79.369003 6393.793945> @"{E7E1B1B2B433F80A}Prefabs/Props/Furniture/BenchWooden_02_Worn.et"
15:11:32.701 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214970500" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <7144.792969 142.373001 2250.726074> @"{E7E1B1B2B433F80A}Prefabs/Props/Furniture/BenchWooden_02_Worn.et"
15:11:32.701 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214970501" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <7141.523926 139.384003 2320.211914> @"{E7E1B1B2B433F80A}Prefabs/Props/Furniture/BenchWooden_02_Worn.et"
15:11:32.702 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214970502" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <7260.330078 136.539993 2211.771973> @"{E7E1B1B2B433F80A}Prefabs/Props/Furniture/BenchWooden_02_Worn.et"
15:11:32.702 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214970503" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <4432.496094 6.776000 10965.666992> @"{E7E1B1B2B433F80A}Prefabs/Props/Furniture/BenchWooden_02_Worn.et"
15:11:32.702 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214970504" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <4514.290039 15.163000 10789.412109> @"{E7E1B1B2B433F80A}Prefabs/Props/Furniture/BenchWooden_02_Worn.et"
15:11:32.702 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214970505" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <4538.772949 16.389000 10706.375000> @"{E7E1B1B2B433F80A}Prefabs/Props/Furniture/BenchWooden_02_Worn.et"
15:11:32.702 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214970506" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <4422.500000 8.815000 10839.755859> @"{E7E1B1B2B433F80A}Prefabs/Props/Furniture/BenchWooden_02_Worn.et"
15:11:32.702 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214970507" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <4386.541016 10.615000 10729.011719> @"{E7E1B1B2B433F80A}Prefabs/Props/Furniture/BenchWooden_02_Worn.et"
15:11:32.702 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214970508" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <4353.109863 4.525000 10765.066406> @"{E7E1B1B2B433F80A}Prefabs/Props/Furniture/BenchWooden_02_Worn.et"
15:11:32.702 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214970509" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <4450.280762 12.716000 10671.190430> @"{E7E1B1B2B433F80A}Prefabs/Props/Furniture/BenchWooden_02_Worn.et"
15:11:32.703 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214970510" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <4461.819824 12.817000 10686.063477> @"{E7E1B1B2B433F80A}Prefabs/Props/Furniture/BenchWooden_02_Worn.et"
15:11:32.703 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214970511" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <4462.139160 18.400999 10591.436523> @"{E7E1B1B2B433F80A}Prefabs/Props/Furniture/BenchWooden_02_Worn.et"
15:11:32.703 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214970512" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <4334.662109 14.353000 10581.282227> @"{E7E1B1B2B433F80A}Prefabs/Props/Furniture/BenchWooden_02_Worn.et"
15:11:32.703 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214970513" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <4280.527832 12.992000 10585.093750> @"{E7E1B1B2B433F80A}Prefabs/Props/Furniture/BenchWooden_02_Worn.et"
15:11:32.703 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214970514" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <4692.729004 23.063999 11289.928711> @"{E7E1B1B2B433F80A}Prefabs/Props/Furniture/BenchWooden_02_Worn.et"
15:11:32.703 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214970515" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <4685.502930 22.466999 10696.414062> @"{E7E1B1B2B433F80A}Prefabs/Props/Furniture/BenchWooden_02_Worn.et"
15:11:32.703 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214970516" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <4479.770996 11.849000 10793.122070> @"{E7E1B1B2B433F80A}Prefabs/Props/Furniture/BenchWooden_02_Worn.et"
15:11:32.704 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214970517" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <9718.226562 20.582001 1389.973022> @"{E7E1B1B2B433F80A}Prefabs/Props/Furniture/BenchWooden_02_Worn.et"
15:11:32.704 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214970518" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <4891.083984 41.230000 9024.863281> @"{E7E1B1B2B433F80A}Prefabs/Props/Furniture/BenchWooden_02_Worn.et"
15:11:32.735 ENTITY (E): Destructible SCR_DestructibleEntityClass doesn't have a initial and final phase!
15:11:32.735 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214974342" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <4573.061523 18.612797 10675.547852>
15:11:32.738 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009214974506" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <9843.699219 7.737250 1572.558716>
15:11:33.112 ENTITY (E): Destructible SCR_DestructibleEntityClass doesn't have a initial and final phase!
15:11:33.112 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009215071673" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <8229.271484 224.745239 2196.797852>
15:11:33.112 ENTITY (E): Destructible SCR_DestructibleEntityClass doesn't have a initial and final phase!
15:11:33.112 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009215071674" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <8230.588867 224.745239 2192.686035>
15:11:33.112 ENTITY (E): Destructible SCR_DestructibleEntityClass doesn't have a initial and final phase!
15:11:33.113 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009215071675" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <8232.172852 224.745239 2191.771484>
15:11:33.113 ENTITY (E): Destructible SCR_DestructibleEntityClass doesn't have a initial and final phase!
15:11:33.113 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009215071676" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <8227.354492 224.745239 2193.652588>
15:11:33.113 ENTITY (E): Destructible SCR_DestructibleEntityClass doesn't have a initial and final phase!
15:11:33.113 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009215071677" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <8228.258789 224.745239 2195.243896>
15:11:33.113 ENTITY (E): Destructible SCR_DestructibleEntityClass doesn't have a initial and final phase!
15:11:33.113 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009215071678" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <8234.370117 224.745239 2190.503174>
15:11:33.113 ENTITY (E): Destructible SCR_DestructibleEntityClass doesn't have a initial and final phase!
15:11:33.113 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009215071679" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <8232.786133 224.745239 2191.417480>
15:11:33.113 ENTITY (E): Destructible SCR_DestructibleEntityClass doesn't have a initial and final phase!
15:11:33.113 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009215071680" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <8230.111328 224.745239 2198.425537>
15:11:34.563 SCRIPT (W): Catalog Entry: '{F87BA4956ACC21B3}Prefabs/Characters/Vests/3RBN_PlateCarrier_AVS_CAG_MG.et' could not create UIinfo for inventory item. Non was found for weapon nor Inventory item data
15:11:34.563 SCRIPT (W): Catalog Entry: '{FB47CEBD3337C806}Prefabs/Characters/Vests/3RBN_PlateCarrier_AVS_CAG_Rifle.et' could not create UIinfo for inventory item. Non was found for weapon nor Inventory item data
15:11:34.563 SCRIPT (W): Catalog Entry: '{D1F8DEFA96F88DC8}Prefabs/Characters/Vests/3RBN_PlateCarrier_AVS_Helicrew.et' could not create UIinfo for inventory item. Non was found for weapon nor Inventory item data
15:11:34.563 SCRIPT (W): Catalog Entry: '{542962D923C59374}Prefabs/Characters/Vests/3RBN_PlateCarrier_AVS_MG_01.et' could not create UIinfo for inventory item. Non was found for weapon nor Inventory item data
15:11:34.563 SCRIPT (W): Catalog Entry: '{C82567658CA3464C}Prefabs/Characters/Vests/3RBN_PlateCarrier_AVS_Rifle_KAGWERK.et' could not create UIinfo for inventory item. Non was found for weapon nor Inventory item data
15:11:34.563 SCRIPT (W): Catalog Entry: '{3DEE8FFD2E4C0F3A}Prefabs/Characters/Vests/3RBN_PlateCarrier_AVS_Rifle_NoPhone.et' could not create UIinfo for inventory item. Non was found for weapon nor Inventory item data
15:11:34.573 WORLD : Entity prefab load @"{FD38995F870154DE}Prefabs/Characters/Uniforms/Jacket.et"
15:11:34.573 RESOURCES (E): Wrong GUID/name for resource @"{85A7C789921F0677}Assets/Characters/Uniforms/Jacket/Jacket_Adidas_item.xob" in property "Object"
15:11:34.582 SCRIPT (W): Catalog Entry: '{E02229D1DCD7BE93}Prefabs/Characters/Vests/Vest_Type56/Vest_Type56_Black.et' could not create UIinfo for inventory item. Non was found for weapon nor Inventory item data
15:11:34.599 WORLD : Entity prefab load @"{EEA9E6914E930E64}Prefabs/Weapons/Rifles/ACR/ACR_Base.et"
15:11:34.599 RESOURCES (E): Wrong GUID/name for resource @"{F640B136F9AFA06A}Particles/Weapon/Muzzle_M16A2.ptc" in property "ParticleEffect"
15:11:34.605 SCRIPT (W): Catalog Entry: '{E02229D1DCD7BE93}Prefabs/Characters/Vests/Vest_Type56/Vest_Type56_Black.et' could not create UIinfo for inventory item. Non was found for weapon nor Inventory item data
15:11:34.633 RESOURCES (E): Can't remap 'Assets/Models/NumberProps/CarPlateLarge.xob' material from 'Collor_Palette' to 'Assets/Structures/BuildingsParts/Signs/SignCommercial_01/Data/SignCommercial_01_CarService_MLOD.emat'. Source material do not exist
15:11:34.633 RESOURCES (E): Can't remap 'Assets/Models/NumberProps/CarPlateLarge.xob' material from 'SignCommercial_01' to 'Assets/Structures/BuildingsParts/Signs/SignCommercial_01/Data/SignCommercial_01_CarService.emat'. Source material do not exist
15:11:34.633 RESOURCES (E): Can't remap 'Assets/Models/NumberProps/NumberSeven.xob' material from 'Collor_Palette' to 'Assets/Structures/BuildingsParts/Signs/SignCommercial_01/Data/SignCommercial_01_CarService_MLOD.emat'. Source material do not exist
15:11:34.633 RESOURCES (E): Can't remap 'Assets/Models/NumberProps/NumberSeven.xob' material from 'SignCommercial_01' to 'Assets/Structures/BuildingsParts/Signs/SignCommercial_01/Data/SignCommercial_01_CarService.emat'. Source material do not exist
15:11:34.633 RESOURCES (E): Can't remap 'Assets/Models/NumberProps/NumberFour.xob' material from 'Collor_Palette' to 'Assets/Structures/BuildingsParts/Signs/SignCommercial_01/Data/SignCommercial_01_CarService_MLOD.emat'. Source material do not exist
15:11:34.633 RESOURCES (E): Can't remap 'Assets/Models/NumberProps/NumberFour.xob' material from 'SignCommercial_01' to 'Assets/Structures/BuildingsParts/Signs/SignCommercial_01/Data/SignCommercial_01_CarService.emat'. Source material do not exist
15:11:34.633 RESOURCES (E): Can't remap 'Assets/Models/NumberProps/NumberSix.xob' material from 'Collor_Palette' to 'Assets/Structures/BuildingsParts/Signs/SignCommercial_01/Data/SignCommercial_01_CarService_MLOD.emat'. Source material do not exist
15:11:34.633 RESOURCES (E): Can't remap 'Assets/Models/NumberProps/NumberSix.xob' material from 'SignCommercial_01' to 'Assets/Structures/BuildingsParts/Signs/SignCommercial_01/Data/SignCommercial_01_CarService.emat'. Source material do not exist
15:11:34.633 RESOURCES (E): Can't remap 'Assets/Models/NumberProps/NumberThree.xob' material from 'Collor_Palette' to 'Assets/Structures/BuildingsParts/Signs/SignCommercial_01/Data/SignCommercial_01_CarService_MLOD.emat'. Source material do not exist
15:11:34.633 RESOURCES (E): Can't remap 'Assets/Models/NumberProps/NumberThree.xob' material from 'SignCommercial_01' to 'Assets/Structures/BuildingsParts/Signs/SignCommercial_01/Data/SignCommercial_01_CarService.emat'. Source material do not exist
15:11:34.642 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009215149438" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4428.866211 153.159134 6798.205566>
15:11:34.642 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009215149439" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4429.101074 153.159134 6797.052734>
15:11:34.644 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009215149657" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4456.511719 153.393143 6808.235840>
15:11:34.644 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009215149658" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4455.672363 153.393143 6809.060059>
15:11:34.646 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009215149867" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4455.485840 153.392517 6837.516113>
15:11:34.646 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009215149868" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4454.646484 153.392517 6838.340332>
15:11:34.647 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009215150078" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4435.264160 153.211853 6833.294922>
15:11:34.647 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009215150079" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4436.103516 153.211853 6832.470703>
15:11:34.649 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009215150280" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4433.848145 153.210953 6873.782227>
15:11:34.649 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009215150281" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4434.687500 153.210953 6872.958008>
15:11:34.651 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009215150493" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4453.544922 153.392410 6893.116699>
15:11:34.651 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009215150494" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4452.705566 153.392410 6893.940918>
15:11:34.652 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009215150706" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4431.906250 152.739761 6929.298828>
15:11:34.652 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009215150707" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4432.745605 152.739761 6928.474609>
15:11:34.654 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009215150919" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4452.239746 152.798904 6930.452148>
15:11:34.654 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009215150920" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <4451.400391 152.798904 6931.276367>
15:11:34.676 RESOURCES (E): Can't remap 'Assets/Models/NumberProps/NumberZero.xob' material from 'Collor_Palette' to 'Assets/Structures/BuildingsParts/Signs/SignCommercial_01/Data/SignCommercial_01_CarService_MLOD.emat'. Source material do not exist
15:11:34.676 RESOURCES (E): Can't remap 'Assets/Models/NumberProps/NumberZero.xob' material from 'SignCommercial_01' to 'Assets/Structures/BuildingsParts/Signs/SignCommercial_01/Data/SignCommercial_01_CarService.emat'. Source material do not exist
15:11:34.676 RESOURCES (E): Can't remap 'Assets/Models/NumberProps/NumberOne.xob' material from 'Collor_Palette' to 'Assets/Structures/BuildingsParts/Signs/SignCommercial_01/Data/SignCommercial_01_CarService_MLOD.emat'. Source material do not exist
15:11:34.676 RESOURCES (E): Can't remap 'Assets/Models/NumberProps/NumberOne.xob' material from 'SignCommercial_01' to 'Assets/Structures/BuildingsParts/Signs/SignCommercial_01/Data/SignCommercial_01_CarService.emat'. Source material do not exist
15:11:34.676 RESOURCES (E): Can't remap 'Assets/Models/NumberProps/NumberFive.xob' material from 'Collor_Palette' to 'Assets/Structures/BuildingsParts/Signs/SignCommercial_01/Data/SignCommercial_01_CarService_MLOD.emat'. Source material do not exist
15:11:34.676 RESOURCES (E): Can't remap 'Assets/Models/NumberProps/NumberFive.xob' material from 'SignCommercial_01' to 'Assets/Structures/BuildingsParts/Signs/SignCommercial_01/Data/SignCommercial_01_CarService.emat'. Source material do not exist
15:11:34.676 RESOURCES (E): Can't remap 'Assets/Models/NumberProps/NumberTwo.xob' material from 'Collor_Palette' to 'Assets/Structures/BuildingsParts/Signs/SignCommercial_01/Data/SignCommercial_01_CarService_MLOD.emat'. Source material do not exist
15:11:34.676 RESOURCES (E): Can't remap 'Assets/Models/NumberProps/NumberTwo.xob' material from 'SignCommercial_01' to 'Assets/Structures/BuildingsParts/Signs/SignCommercial_01/Data/SignCommercial_01_CarService.emat'. Source material do not exist
15:11:34.720 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009215159273" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <2924.567871 9.252827 2351.556641>
15:11:34.720 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009215159274" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <2924.307861 9.252827 2352.703857>
15:11:34.722 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009215159486" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <3166.833008 7.332301 1818.679443>
15:11:34.722 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009215159487" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <3165.814697 7.332301 1818.090454>
15:11:34.724 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009215159699" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <3181.943115 7.532100 1815.190430>
15:11:34.724 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009215159700" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <3180.924805 7.532100 1814.601440>
15:11:34.725 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009215159912" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <3339.192627 7.873088 1660.083496>
15:11:34.725 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009215159913" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <3340.211182 7.873088 1660.671997>
15:11:34.727 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009215160125" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <3338.195801 7.565861 1785.143066>
15:11:34.727 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009215160126" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <3338.785156 7.565861 1784.125122>
15:11:34.729 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009215160338" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <3256.792725 7.349499 1519.881104>
15:11:34.729 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009215160339" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <3257.382080 7.349499 1518.863159>
15:11:34.730 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009215160551" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <3251.881836 7.379755 1500.090088>
15:11:34.731 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009215160552" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <3252.471191 7.379755 1499.072144>
15:11:34.747 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009215162763" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <3069.060059 23.716290 1876.629028>
15:11:34.747 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009215162764" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <3069.049072 23.716290 1874.745972>
15:11:34.747 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009215162765" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <3074.045166 23.716290 1877.192993>
15:11:34.748 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009215162766" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <3072.077148 23.716290 1877.192993>
15:11:34.748 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009215162767" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <3076.968018 23.716290 1877.192993>
15:11:34.748 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009215162768" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <3074.756104 23.716290 1877.192993>
15:11:34.748 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009215162809" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <3074.073975 23.716290 1883.023071>
15:11:34.753 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009215163431" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <2791.133789 7.319573 2345.698486>
15:11:34.755 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009215163685" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <3006.699707 7.718750 2096.070312>
15:11:34.756 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009215163988" ('SCR_DestructibleEntity','Assets/Props/Furniture/ChairRecreation_01/ChairRecreation_01.xob') at <2974.405518 7.637750 2087.160400>
15:11:34.784 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009215168294" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <3406.485596 4.459819 1743.181519>
15:11:34.784 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009215168295" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <3406.159180 4.459819 1741.789307>
15:11:34.805 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009215171401" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <3354.284668 4.739574 1675.538452>
15:11:34.805 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009215171402" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <3355.676758 4.739574 1675.210449>
15:11:34.809 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009215171850" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <2973.698486 7.210059 2169.604248>
15:11:34.809 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009215171851" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <2975.020752 7.210059 2169.059082>
15:11:34.811 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009215172105" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <3327.556641 4.439812 1762.005615>
15:11:34.811 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009215172106" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <3327.230225 4.439812 1760.613403>
15:11:34.823 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009215173661" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <3050.185547 6.469130 2138.876953>
15:11:34.843 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009215177078" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <3204.225586 4.765433 1674.362183>
15:11:34.846 ENTITY (E): Destructible SCR_DestructibleEntityClass doesn't have a initial and final phase!
15:11:34.846 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009215177368" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <3213.694824 4.390266 1784.503784>
15:11:34.846 ENTITY (E): Destructible SCR_DestructibleEntityClass doesn't have a initial and final phase!
15:11:34.846 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009215177369" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <3211.913330 4.390266 1784.931519>
15:11:34.858 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009215179370" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <3329.246582 4.280110 1722.685181>
15:11:34.859 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009215179371" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <3325.680908 4.280110 1720.250366>
15:11:34.859 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009215179372" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <3325.255859 4.280110 1718.471436>
15:11:34.859 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009215179373" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <3325.685791 4.280110 1723.625732>
15:11:34.859 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009215179374" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <3327.468506 4.280110 1723.213013>
15:11:34.859 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009215179375" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <3324.666260 4.280110 1716.003906>
15:11:34.859 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009215179376" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <3325.091309 4.280110 1717.782837>
15:11:34.859 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009215179377" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <3331.046631 4.280110 1722.343506>
15:11:34.878 NETWORK (W): Replication: RplComponent on entity @"ENTITY:3" ('GenericEntity','Assets/Props/Civilian/Notebook_01/Notebook_01_Single.xob') at <0.000000 0.000000 0.000000> @"{04EEB10214E177B3}Prefabs/Props/Civilian/Notebook_01_Single_MarbleBlack.et" destroyed during loading of the world. This might cause issues with startup sync!
15:11:34.881 MATERIAL : Material load @"{34D582B891B3306D}Assets/Structures/BuildingsParts/Doors/Data/wood3.emat"
15:11:34.881 MATERIAL (E): Material file not found
15:11:34.881 MATERIAL (E): Object @"Assets/Props/Civilian/NoticeBoardCork_01/NoticeBoardCork_01.xob" - cannot load material @"Assets/Structures/BuildingsParts/Doors/Data/wood3.emat", creating default one (class MatPBRBasic)
15:11:34.881 MATERIAL : Material load @"{34D582B891B3306D}Assets/Structures/BuildingsParts/Doors/Data/wood3.emat"
15:11:34.881 MATERIAL (E): Material file not found
15:11:34.881 MATERIAL (E): Object @"Assets/Props/Civilian/NoticeBoardCork_01/NoticeBoardCork_01.xob" - cannot load material @"Assets/Structures/BuildingsParts/Doors/Data/wood3.emat", creating default one (class MatPBRBasic)
15:11:34.881 MATERIAL : Material load @"{34D582B891B3306D}Assets/Structures/BuildingsParts/Doors/Data/wood3.emat"
15:11:34.881 MATERIAL (E): Material file not found
15:11:34.881 MATERIAL (E): Object @"Assets/Props/Civilian/NoticeBoardCork_01/NoticeBoardCork_01.xob" - cannot load material @"Assets/Structures/BuildingsParts/Doors/Data/wood3.emat", creating default one (class MatPBRBasic)
15:11:34.881 MATERIAL : Material load @"{043259C7CF855C6E}Assets/Props/Commercial/MarketStand_01/Data/carpet4.emat"
15:11:34.881 MATERIAL (E): Material file not found
15:11:34.881 MATERIAL (E): Object @"Assets/Props/Furniture/Sofa_01/Sofa_01.xob" - cannot load material @"Assets/Props/Commercial/MarketStand_01/Data/carpet4.emat", creating default one (class MatPBRBasic)
15:11:34.887 MATERIAL : Material load @"{C0DDC5209C6E5819}Assets/Structures/BuildingsParts/Doors/Data/wood2.emat"
15:11:34.887 MATERIAL (E): Material file not found
15:11:34.887 MATERIAL (E): Object @"Assets/Props/Furniture/TableCoffee_01/TableCoffee_01.xob" - cannot load material @"Assets/Structures/BuildingsParts/Doors/Data/wood2.emat", creating default one (class MatPBRBasic)
15:11:34.890 MATERIAL : Material load @"{5A0D42C1E53E89A1}Assets/Structures/Walls/Concrete/Data/floor4.emat"
15:11:34.890 MATERIAL (E): Material file not found
15:11:34.890 MATERIAL (E): Object @"Assets/Structures/Walls/Concrete/ConcreteWall_02_2m.xob" - cannot load material @"Assets/Structures/Walls/Concrete/Data/floor4.emat", creating default one (class MatPBRBasic)
15:11:34.891 MATERIAL : Material load @"{4DEA4CD8BD432804}Assets/Props/Commercial/MarketStand_01/Data/carpet3.emat"
15:11:34.891 MATERIAL (E): Material file not found
15:11:34.891 MATERIAL (E): Object @"Assets/Structures/Walls/Concrete/ConcreteWall_02_2m.xob" - cannot load material @"Assets/Props/Commercial/MarketStand_01/Data/carpet3.emat", creating default one (class MatPBRBasic)
15:11:34.902 PHYSICS (E): Trying to merge physics from '@"ENTITY:4611686018427410389" ('SCR_DestructibleEntity','Assets/Structures/Walls/Concrete/ConcreteWall_02_2m.xob') at <9787.550781 127.430000 658.303467> @"{08C230FE71468131}Prefabs/Structures/BuildingParts/Walls/ElevatorFloorTest.et"' into non-dynamic physics object '@"ENTITY:2305843009215183988" ('GenericEntity','Assets/Structures/BuildingsParts/Doors/Door_Bunker_01/Door_Bunker_01_A_RIGHT_EXT_COV_B.xob') at <9802.050781 122.930000 659.553467>'
15:11:34.902 PHYSICS (E): Trying to merge physics from '@"ENTITY:4611686018427410390" ('SCR_DestructibleEntity','Assets/Structures/Walls/Concrete/ConcreteWall_02_2m.xob') at <9787.550781 136.929993 658.303467> @"{08C230FE71468131}Prefabs/Structures/BuildingParts/Walls/ElevatorFloorTest.et"' into non-dynamic physics object '@"ENTITY:2305843009215183988" ('GenericEntity','Assets/Structures/BuildingsParts/Doors/Door_Bunker_01/Door_Bunker_01_A_RIGHT_EXT_COV_B.xob') at <9802.050781 122.930000 659.553467>'
15:11:34.903 PHYSICS (E): Trying to merge physics from '@"ENTITY:4611686018427410391" ('SCR_DestructibleEntity','Assets/Structures/Walls/Concrete/ConcreteWall_02_2m.xob') at <9845.089844 106.058395 571.614014> @"{08C230FE71468131}Prefabs/Structures/BuildingParts/Walls/ElevatorFloorTest.et"' into non-dynamic physics object '@"ENTITY:2305843009215184155" ('GenericEntity','Assets/Structures/BuildingsParts/Doors/Door_Bunker_01/Door_Bunker_01_A_RIGHT_EXT_COV_B.xob') at <9849.089844 112.808395 576.614014>'
15:11:34.903 PHYSICS (E): Trying to merge physics from '@"ENTITY:4611686018427410392" ('SCR_DestructibleEntity','Assets/Structures/Walls/Concrete/ConcreteWall_02_2m.xob') at <9845.089844 114.058395 571.614014> @"{08C230FE71468131}Prefabs/Structures/BuildingParts/Walls/ElevatorFloorTest.et"' into non-dynamic physics object '@"ENTITY:2305843009215184155" ('GenericEntity','Assets/Structures/BuildingsParts/Doors/Door_Bunker_01/Door_Bunker_01_A_RIGHT_EXT_COV_B.xob') at <9849.089844 112.808395 576.614014>'
15:11:34.903 PHYSICS (E): Trying to merge physics from '@"ENTITY:4611686018427410393" ('SCR_DestructibleEntity','Assets/Structures/Walls/Concrete/ConcreteWall_02_2m.xob') at <9845.089844 104.808395 577.864014> @"{08C230FE71468131}Prefabs/Structures/BuildingParts/Walls/ElevatorFloorTest.et"' into non-dynamic physics object '@"ENTITY:2305843009215184155" ('GenericEntity','Assets/Structures/BuildingsParts/Doors/Door_Bunker_01/Door_Bunker_01_A_RIGHT_EXT_COV_B.xob') at <9849.089844 112.808395 576.614014>'
15:11:34.903 PHYSICS (E): Trying to merge physics from '@"ENTITY:4611686018427410394" ('SCR_DestructibleEntity','Assets/Structures/Walls/Concrete/ConcreteWall_02_2m.xob') at <9845.089844 104.808395 565.364014> @"{08C230FE71468131}Prefabs/Structures/BuildingParts/Walls/ElevatorFloorTest.et"' into non-dynamic physics object '@"ENTITY:2305843009215184155" ('GenericEntity','Assets/Structures/BuildingsParts/Doors/Door_Bunker_01/Door_Bunker_01_A_RIGHT_EXT_COV_B.xob') at <9849.089844 112.808395 576.614014>'
15:11:34.904 PHYSICS (E): Trying to merge physics from '@"ENTITY:4611686018427410395" ('SCR_DestructibleEntity','Assets/Structures/Walls/Concrete/ConcreteWall_02_2m.xob') at <9769.115234 127.723007 658.303467> @"{08C230FE71468131}Prefabs/Structures/BuildingParts/Walls/ElevatorFloorTest.et"' into non-dynamic physics object '@"ENTITY:2305843009215184179" ('GenericEntity','Assets/Structures/BuildingsParts/Doors/Door_Bunker_01/Door_Bunker_01_A_RIGHT_EXT_COV_B.xob') at <9754.615234 133.223007 659.553467>'
15:11:34.904 PHYSICS (E): Trying to merge physics from '@"ENTITY:4611686018427410396" ('SCR_DestructibleEntity','Assets/Structures/Walls/Concrete/ConcreteWall_02_2m.xob') at <9769.115234 137.223007 658.303467> @"{08C230FE71468131}Prefabs/Structures/BuildingParts/Walls/ElevatorFloorTest.et"' into non-dynamic physics object '@"ENTITY:2305843009215184179" ('GenericEntity','Assets/Structures/BuildingsParts/Doors/Door_Bunker_01/Door_Bunker_01_A_RIGHT_EXT_COV_B.xob') at <9754.615234 133.223007 659.553467>'
15:11:34.921 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009215186161" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <8803.093750 198.526215 3921.363770>
15:11:34.930 SCRIPT (E): BaseSourceScriptBinder::WriteToScriptVariable: class 'OFC_ProcessingInput' is not compatible with array of 'OFC_SellInput' in variable 'm_aSellInputs'
15:11:34.930 SCRIPT (E): BaseSourceScriptBinder::WriteToScriptVariable: class 'OFC_ProcessingOutput' is not compatible with array of 'OFC_SellOutput' in variable 'm_aSellOutputs'
15:11:34.960 MATERIAL : Material load @"{493D972E9ECC2D64}Assets/Structures/BuildingsParts/Windows/Data/GLASS1.emat"
15:11:34.960 MATERIAL (E): Material file not found
15:11:34.960 MATERIAL (E): Object @"Assets/Structures/BuildingsParts/Windows/Glass_246x42/Glass_01_246x42.xob" - cannot load material @"Assets/Structures/BuildingsParts/Windows/Data/GLASS1.emat", creating default one (class MatPBRBasic)
15:11:34.972 MATERIAL : Material load @"{493D972E9ECC2D64}Assets/Structures/BuildingsParts/Windows/Data/GLASS1.emat"
15:11:34.972 MATERIAL (E): Material file not found
15:11:34.972 MATERIAL (E): Object @"Assets/Structures/BuildingsParts/Windows/Glass_122x140/Glass_01_122x140.xob" - cannot load material @"Assets/Structures/BuildingsParts/Windows/Data/GLASS1.emat", creating default one (class MatPBRBasic)
15:11:34.998 MATERIAL : Material load @"{E35D81BB692094EA}Prefabs/Items/Crafting/data/Data/Material.emat"
15:11:34.998 MATERIAL (E): Material file not found
15:11:34.998 MATERIAL (E): Object @"Assets/Models/MetalParts/SimpleMetalPlate.xob" - cannot load material @"Prefabs/Items/Crafting/data/Data/Material.emat", creating default one (class MatPBRBasic)
15:11:35.005 MATERIAL : Material load @"{493D972E9ECC2D64}Assets/Structures/BuildingsParts/Windows/Data/GLASS1.emat"
15:11:35.005 MATERIAL (E): Material file not found
15:11:35.005 MATERIAL (E): Object @"Assets/Structures/BuildingsParts/Windows/Glass_122x42/Glass_01_122x42.xob" - cannot load material @"Assets/Structures/BuildingsParts/Windows/Data/GLASS1.emat", creating default one (class MatPBRBasic)
15:11:35.014 MATERIAL : Material load @"{493D972E9ECC2D64}Assets/Structures/BuildingsParts/Windows/Data/GLASS1.emat"
15:11:35.014 MATERIAL (E): Material file not found
15:11:35.014 MATERIAL (E): Object @"Assets/Structures/BuildingsParts/Windows/Glass_122x58/Glass_01_122x58.xob" - cannot load material @"Assets/Structures/BuildingsParts/Windows/Data/GLASS1.emat", creating default one (class MatPBRBasic)
15:11:35.014 MATERIAL : Material load @"{5761D2A9ACEA3926}Assets/Structures/BuildingsParts/Entry/Data/white.emat"
15:11:35.014 MATERIAL (E): Material file not found
15:11:35.014 MATERIAL (E): Object @"Assets/Structures/BuildingsParts/Entry/ConcreteStairs_02_SideSquareWide.xob" - cannot load material @"Assets/Structures/BuildingsParts/Entry/Data/white.emat", creating default one (class MatPBRBasic)
15:11:35.035 MATERIAL : Material load @"{493D972E9ECC2D64}Assets/Structures/BuildingsParts/Windows/Data/GLASS1.emat"
15:11:35.035 MATERIAL (E): Material file not found
15:11:35.035 MATERIAL (E): Object @"Assets/Structures/BuildingsParts/Windows/Glass_90x130/Glass_01_90x130.xob" - cannot load material @"Assets/Structures/BuildingsParts/Windows/Data/GLASS1.emat", creating default one (class MatPBRBasic)
15:11:35.037 MATERIAL : Material load @"{493D972E9ECC2D64}Assets/Structures/BuildingsParts/Windows/Data/GLASS1.emat"
15:11:35.037 MATERIAL (E): Material file not found
15:11:35.037 MATERIAL (E): Object @"Assets/Structures/BuildingsParts/Windows/Glass_200x260/Glass_01_200x260.xob" - cannot load material @"Assets/Structures/BuildingsParts/Windows/Data/GLASS1.emat", creating default one (class MatPBRBasic)
15:11:35.059 RESOURCES (E): Can't remap 'Assets/OLD_Assets/Assets/Buildingparts/TextObjects/luxuryVehicleDealership_text.xob' material from 'PaintingBig_01' to 'Assets/Props/Decorations/PaintingBig_01_620x1000/Data/PaintingBig_PD_HQBanner.emat'. Source material do not exist
15:11:35.059 RESOURCES (E): Can't remap 'Assets/OLD_Assets/Assets/Buildingparts/TextObjects/luxuryVehicleDealership_text.xob' material from 'PaintingBig_01_MLOD' to 'Assets/Props/Decorations/PaintingBig_01_620x1000/Data/PaintingBig_01_V8_MLOD.emat'. Source material do not exist
15:11:35.076 ENTITY (E): Destructible SCR_DestructibleEntityClass doesn't have a initial and final phase!
15:11:35.076 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009215205253" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <4708.290039 27.250000 9474.228516> @"{929B6EC874633702}Prefabs/Props/Furniture/BenchWooden_02_Painted.et"
15:11:35.076 DEFAULT (E): SCR_DestructionMultiPhaseComponent can't be attached to a destructible entity @"ENTITY:2305843009215205254" ('SCR_DestructibleEntity','Assets/Props/Furniture/BenchWooden_02/BenchWooden_02.xob') at <4713.237793 27.250000 9473.968750> @"{929B6EC874633702}Prefabs/Props/Furniture/BenchWooden_02_Painted.et"
15:11:35.390 WORLD : WORLD : NotifyBeforeEntitiesInitialized
15:11:35.390 PROFILING : NotifyBeforeEntitiesInitialized took: 0.024000 ms
15:11:35.883 SCRIPT (W): ServerAdminTools_GameModeComponent.CreateEventHandlers | Events API URL or Token not specified. Events will be logged but not submitted anywhere.
15:11:35.887 SCRIPT (E): No data found for keyboard:KC_ESCAPE !! Check 'chimeraMapping.conf' and add data if necessary! Provided Actioname: TasksClose.
15:11:35.932 DEFAULT (E): User action '#AR-UserAction_Open' created with no ActionsManagerComponent present on its owner entity @"ENTITY:2305843009215185282" ('GenericEntity','Assets/Structures/BuildingsParts/Doors/Door_Village_E/Door_Village_E_A_LEFT_EXT_COV_B.xob') at <9033.885742 253.370361 3944.163574>
15:11:35.932 DEFAULT (E): User action '#AR-UserAction_Open' created with no ActionsManagerComponent present on its owner entity @"ENTITY:2305843009215185284" ('GenericEntity','Assets/Structures/BuildingsParts/Doors/Door_Village_E/Door_Village_E_A_LEFT_EXT_COV_B.xob') at <9031.313477 250.175522 3939.815918>
15:11:35.932 DEFAULT (E): User action '#AR-UserAction_Open' created with no ActionsManagerComponent present on its owner entity @"ENTITY:2305843009215185286" ('GenericEntity','Assets/Structures/BuildingsParts/Doors/Door_Village_E/Door_Village_E_A_RIGHT_EXT_COV_B.xob') at <9029.359375 253.370331 3943.802734>
15:11:35.932 DEFAULT (E): User action '#AR-UserAction_Open' created with no ActionsManagerComponent present on its owner entity @"ENTITY:2305843009215185288" ('GenericEntity','Assets/Structures/BuildingsParts/Doors/Door_Village_E/Door_Village_E_A_RIGHT_EXT_COV_B.xob') at <9029.243164 250.505920 3946.679443>
15:11:35.932 DEFAULT (E): User action '#AR-UserAction_Open' created with no ActionsManagerComponent present on its owner entity @"ENTITY:2305843009215185467" ('GenericEntity','Assets/Structures/BuildingsParts/Doors/Door_Village_E/Door_Village_E_A_LEFT_EXT_COV_B.xob') at <8779.245117 195.460251 3863.921143>
15:11:35.932 DEFAULT (E): User action '#AR-UserAction_Open' created with no ActionsManagerComponent present on its owner entity @"ENTITY:2305843009215185469" ('GenericEntity','Assets/Structures/BuildingsParts/Doors/Door_Village_E/Door_Village_E_A_LEFT_EXT_COV_B.xob') at <8775.989258 195.460251 3852.865479>
15:11:35.933 DEFAULT (E): User action '#AR-UserAction_Open' created with no ActionsManagerComponent present on its owner entity @"ENTITY:2305843009215186004" ('GenericEntity','Assets/Structures/BuildingsParts/Doors/Door_HouseWooden_E/Door_HouseWooden_E_A_RIGHT_EXT_COV_B.xob') at <8796.800781 198.582214 3917.843994>
15:11:35.933 DEFAULT (E): User action '#AR-UserAction_Open' created with no ActionsManagerComponent present on its owner entity @"ENTITY:2305843009215186005" ('GenericEntity','Assets/Structures/BuildingsParts/Doors/Door_HouseWooden_E/Door_HouseWooden_E_A_RIGHT_EXT_COV_B.xob') at <8795.001953 198.582214 3913.089844>
15:11:35.933 DEFAULT (E): User action '#AR-UserAction_Open' created with no ActionsManagerComponent present on its owner entity @"ENTITY:2305843009215186007" ('GenericEntity','Assets/Structures/BuildingsParts/Doors/Door_Village_E/Door_Village_E_A_LEFT_EXT_ST_B.xob') at <8798.506836 198.527115 3917.293457>
15:11:35.933 DEFAULT (E): User action '#AR-UserAction_Open' created with no ActionsManagerComponent present on its owner entity @"ENTITY:2305843009215186009" ('GenericEntity','Assets/Structures/BuildingsParts/Doors/Door_Village_E/Door_Village_E_A_LEFT_EXT_ST_B.xob') at <8807.270508 198.527115 3914.903320>
15:11:35.933 DEFAULT (E): User action '#AR-UserAction_Open' created with no ActionsManagerComponent present on its owner entity @"ENTITY:2305843009215186217" ('GenericEntity','Assets/Structures/BuildingsParts/Doors/Door_Village_E/Door_Village_E_A_RIGHT_EXT_COV_B.xob') at <8765.355469 195.864624 3888.200439>
15:11:35.933 DEFAULT (E): User action '#AR-UserAction_Open' created with no ActionsManagerComponent present on its owner entity @"ENTITY:2305843009215186218" ('GenericEntity','Assets/Structures/BuildingsParts/Doors/Door_Services_E/Door_Services_E_A_Left_UNI_ST_B.xob') at <8767.388672 195.868851 3877.645508>
15:11:35.933 DEFAULT (E): User action '#AR-UserAction_Open' created with no ActionsManagerComponent present on its owner entity @"ENTITY:2305843009215186704" ('GenericEntity','Assets/Structures/BuildingsParts/Doors/Door_metal_A_LEFT_EXT_COV_B.xob') at <8855.177734 197.386063 3924.163574>
15:11:35.933 DEFAULT (E): User action '#AR-UserAction_Open' created with no ActionsManagerComponent present on its owner entity @"ENTITY:2305843009215186784" ('GenericEntity','Assets/Structures/BuildingsParts/Doors/Door_Garage_E_02/Door_Garage_E_02_A_SMALL_Right_EXT_COV_B.xob') at <8794.507812 198.523331 3932.377441>
15:11:35.934 DEFAULT (E): User action '#AR-UserAction_Open' created with no ActionsManagerComponent present on its owner entity @"ENTITY:2305843009215186980" ('GenericEntity','Assets/Structures/BuildingsParts/Doors/Door_Village_E/Door_Village_E_A_RIGHT_EXT_COV_B.xob') at <8965.275391 237.146408 3960.218506>
15:11:35.934 DEFAULT (E): User action '#AR-UserAction_Open' created with no ActionsManagerComponent present on its owner entity @"ENTITY:2305843009215186982" ('GenericEntity','Assets/Structures/BuildingsParts/Doors/Door_Village_E/Door_Village_E_A_RIGHT_EXT_COV_B.xob') at <8956.862305 235.873505 3964.634521>
15:11:35.934 DEFAULT (E): User action '#AR-UserAction_Open' created with no ActionsManagerComponent present on its owner entity @"ENTITY:2305843009215186984" ('GenericEntity','Assets/Structures/BuildingsParts/Doors/Door_Passage_02/Door_Passage_02_Left_EXT_COV_B.xob') at <8950.449219 234.630051 3971.036865>
15:11:35.934 DEFAULT (E): User action '#AR-UserAction_Open' created with no ActionsManagerComponent present on its owner entity @"ENTITY:2305843009215186985" ('GenericEntity','Assets/Structures/BuildingsParts/Doors/Door_Passage_02/Door_Passage_02_Right_EXT_COV_B.xob') at <8953.417969 235.057190 3968.660645>
15:11:35.934 DEFAULT (E): User action '#AR-UserAction_Open' created with no ActionsManagerComponent present on its owner entity @"ENTITY:2305843009215186987" ('GenericEntity','Assets/Structures/BuildingsParts/Doors/Door_Passage_01/Door_Passage_01_Left_EXT_COV_B.xob') at <8958.851562 235.495926 3951.591309>
15:11:35.934 DEFAULT (E): User action '#AR-UserAction_Open' created with no ActionsManagerComponent present on its owner entity @"ENTITY:2305843009215186988" ('GenericEntity','Assets/Structures/BuildingsParts/Doors/Door_Passage_01/Door_Passage_01_Right_EXT_COV_B.xob') at <8961.183594 235.962646 3954.589111>
15:11:35.934 DEFAULT (E): User action '#AR-UserAction_Open' created with no ActionsManagerComponent present on its owner entity @"ENTITY:2305843009215186990" ('GenericEntity','Assets/Structures/BuildingsParts/Doors/Door_Passage_01/Door_Passage_01_Left_EXT_COV_B.xob') at <8953.615234 234.873734 3960.646484>
15:11:35.934 DEFAULT (E): User action '#AR-UserAction_Open' created with no ActionsManagerComponent present on its owner entity @"ENTITY:2305843009215186991" ('GenericEntity','Assets/Structures/BuildingsParts/Doors/Door_Passage_01/Door_Passage_01_Right_EXT_COV_B.xob') at <8951.283203 234.406998 3957.648682>
15:11:35.934 DEFAULT (E): User action '#AR-UserAction_Open' created with no ActionsManagerComponent present on its owner entity @"ENTITY:2305843009215187225" ('GenericEntity','Assets/Structures/BuildingsParts/Doors/Door_Village_E/Door_Village_E_A_LEFT_EXT_COV_B.xob') at <8918.567383 241.713303 3699.944824>
15:11:35.934 DEFAULT (E): User action '#AR-UserAction_Open' created with no ActionsManagerComponent present on its owner entity @"ENTITY:2305843009215187227" ('GenericEntity','Assets/Structures/BuildingsParts/Doors/Door_Village_E/Door_Village_E_A_LEFT_EXT_COV_B.xob') at <8922.866211 245.031937 3697.446777>
15:11:35.934 DEFAULT (E): User action '#AR-UserAction_Open' created with no ActionsManagerComponent present on its owner entity @"ENTITY:2305843009215187229" ('GenericEntity','Assets/Structures/BuildingsParts/Doors/Door_Village_E/Door_Village_E_A_RIGHT_EXT_COV_B.xob') at <8925.376953 242.256027 3702.145752>
15:11:35.934 DEFAULT (E): User action '#AR-UserAction_Open' created with no ActionsManagerComponent present on its owner entity @"ENTITY:2305843009215187231" ('GenericEntity','Assets/Structures/BuildingsParts/Doors/Door_Village_E/Door_Village_E_A_RIGHT_EXT_COV_B.xob') at <8922.417969 245.031876 3701.965332>
15:11:35.951 RESOURCES (E): Can't remap 'Assets/Characters/Tats/MK FB Tats - item.xob' material from 'Material' to 'Assets/Characters/Tats/Data/Preview_01_Male_Body_Arms_Tats2_FULL.emat'. Source material do not exist
15:11:38.828 MATERIAL : Material load @"{A93F20EC4233B0E2}Assets/Armband/Data/armband_outside_pigeon.emat"
15:11:38.828 MATERIAL (E): Material file not found
15:11:38.828 MATERIAL (E): Object @"Assets/Armband/armband_new.xob" - cannot load material @"Assets/Armband/Data/armband_outside_pigeon.emat", creating default one (class MatPBRBasic)
15:11:38.828 RESOURCES (E): Can't remap 'Uniforms/Pants/JeansLV2/JeansLV2_G.xob' material from 'Tech2019' to 'Uniforms/Pants/Tech2019_Joggers/Data/Tech2019_blc.emat'. Source material do not exist
15:11:38.829 RESOURCES (E): Can't remap 'Assets/Items/Equipment/Backpacks/Backpack_ALICE_Medium/Backpack_ALICE_Medium_item.xob' material from 'Color_palette' to 'Assets/Items/Equipment/Backpacks/Backpack_ALICE_Medium/Data/Backpack_ALICE_Medium_Mlod_Black.emat'. Source material do not exist
15:11:38.830 RESOURCES (E): Can't remap 'Uniforms/Pants/Jeans/Jeans_g.xob' material from 'Tech2019' to 'Uniforms/Pants/Tech2019_Joggers/Data/Tech2019_blc.emat'. Source material do not exist
15:11:38.833 RESOURCES (E): Can't remap 'Uniforms/Pants/Jeans/Jeans_g.xob' material from 'Tech2019' to 'Uniforms/Pants/Tech2019_Joggers/Data/Tech2019_blc.emat'. Source material do not exist
15:11:38.837 MATERIAL : Material load @"{A150A971E5034C28}Uniforms/Pants/Tech2019_Joggers/Data/Tech2019_blc_gry.emat"
15:11:38.837 MATERIAL (E): Material file not found
15:11:38.837 MATERIAL (E): Object @"Uniforms/Pants/Tech2019_Joggers/Tech2019_Joggers_Ground.xob" - cannot load material @"Uniforms/Pants/Tech2019_Joggers/Data/Tech2019_blc_gry.emat", creating default one (class MatPBRBasic)
15:11:38.837 MATERIAL : Material load @"{71CB46FD2EA4CCC5}Uniforms/Pants/Tech2019_Joggers/Data/Tech2019_blc.emat"
15:11:38.837 MATERIAL (E): Material file not found
15:11:38.837 MATERIAL (E): Object @"Uniforms/Pants/Tech2019_Joggers/Tech2019_Joggers_l.xob" - cannot load material @"Uniforms/Pants/Tech2019_Joggers/Data/Tech2019_blc.emat", creating default one (class MatPBRBasic)
15:11:38.967 RESOURCES (E): Can't remap 'Assets/Models/Charger_2010/2010Charger_IndicatorLights.xob' material from 'flashLights' to 'Assets/Models/Charger_2006/Data/mirrorLights.emat'. Source material do not exist
15:11:38.994 RESOURCES (E): Can't remap 'Assets/Models/BMW_M2Comp_2019/m2_comp_headlights.xob' material from 'Assets/Vehicles/Wheeled/M998/Data/HMMWV_Lights' to 'Assets/Vehicles/Generic/Data/Vehicle_Lights_Bright_EM.emat'. Source material do not exist
15:11:38.997 RESOURCES (E): Can't remap 'Uniforms/Pants/Slimfit_jeans/slimjeansfbx_g.xob' material from 'Tech2019' to 'Uniforms/Pants/Tech2019_Joggers/Data/Blc.emat'. Source material do not exist
15:11:39.023 RESOURCES (E): Can't remap 'Prefabs/Props/Police/PoliceCarCageV2.xob' material from 'Base_Interior' to 'Assets/Vehicles/Wheeled/M998/Data/HMMWV_Rollbar_White_Clean.emat'. Source material do not exist
15:11:39.023 RESOURCES (E): Can't remap 'Prefabs/Props/Police/Laptop.xob' material from 'main' to 'Assets/Props/Civilian/RadioSmall_01/Data/RadioSmall_01_Black.emat'. Source material do not exist
15:11:39.023 RESOURCES (E): Can't remap 'Prefabs/Props/Police/Laptop.xob' material from 'MLOD' to 'Assets/Props/Civilian/RadioSmall_01/Data/RadioSmall_01_Black_MLOD.emat'. Source material do not exist
15:11:39.054 RESOURCES (E): Can't remap 'Assets/Models/Cards/BadlandsBankCard.xob' material from '1DBack_Mat' to 'Assets/Models/Money/Data/100DBack_Mat.emat'. Source material do not exist
15:11:39.054 RESOURCES (E): Can't remap 'Assets/Models/Cards/BadlandsBankCard.xob' material from '1DFront_Mat' to 'Assets/Models/Money/Data/100DFront_Mat.emat'. Source material do not exist
15:11:39.059 RESOURCES (E): Can't remap 'Assets/Models/Chevy_Silverado_2001/Silverado01_Suspension.xob' material from 'SilveradoGlass' to 'Assets/Models/Ford_F150_2021/Data/glass_dark.emat'. Source material do not exist
15:11:39.059 RESOURCES (E): Can't remap 'Assets/Models/Chevy_Silverado_2001/Silverado01_Suspension.xob' material from 'SilveradoMain' to 'Assets/Vehicles/Wheeled/S105/Data/charger_bodyNew_white.emat'. Source material do not exist
15:11:39.082 ENTITY (W): GetOut action not set for slot='passenger_l01' type='CargoCompartmentSlot' [@"ENTITY:4611686018427419946" ('Vehicle','Assets/Vehicles/Wheeled/M151A2/m151a2_base.xob') at <4685.704102 161.702667 6942.401855> @"{EBC2E5FE58207D73}Prefabs/Vehicles/Wheeled/M151A2/GolfCart/BL_GolfCart_Black.et"]
15:11:39.082 ENTITY (W): JumpOut action not set for slot='passenger_l01' type='CargoCompartmentSlot' [@"ENTITY:4611686018427419946" ('Vehicle','Assets/Vehicles/Wheeled/M151A2/m151a2_base.xob') at <4685.704102 161.702667 6942.401855> @"{EBC2E5FE58207D73}Prefabs/Vehicles/Wheeled/M151A2/GolfCart/BL_GolfCart_Black.et"]
15:11:39.082 ENTITY (W): GetOut action not set for slot='passenger_s01' type='CargoCompartmentSlot' [@"ENTITY:4611686018427419946" ('Vehicle','Assets/Vehicles/Wheeled/M151A2/m151a2_base.xob') at <4685.704102 161.702667 6942.401855> @"{EBC2E5FE58207D73}Prefabs/Vehicles/Wheeled/M151A2/GolfCart/BL_GolfCart_Black.et"]
15:11:39.082 ENTITY (W): JumpOut action not set for slot='passenger_s01' type='CargoCompartmentSlot' [@"ENTITY:4611686018427419946" ('Vehicle','Assets/Vehicles/Wheeled/M151A2/m151a2_base.xob') at <4685.704102 161.702667 6942.401855> @"{EBC2E5FE58207D73}Prefabs/Vehicles/Wheeled/M151A2/GolfCart/BL_GolfCart_Black.et"]
15:11:39.082 ENTITY (W): GetOut action not set for slot='passenger_s02' type='CargoCompartmentSlot' [@"ENTITY:4611686018427419946" ('Vehicle','Assets/Vehicles/Wheeled/M151A2/m151a2_base.xob') at <4685.704102 161.702667 6942.401855> @"{EBC2E5FE58207D73}Prefabs/Vehicles/Wheeled/M151A2/GolfCart/BL_GolfCart_Black.et"]
15:11:39.082 ENTITY (W): JumpOut action not set for slot='passenger_s02' type='CargoCompartmentSlot' [@"ENTITY:4611686018427419946" ('Vehicle','Assets/Vehicles/Wheeled/M151A2/m151a2_base.xob') at <4685.704102 161.702667 6942.401855> @"{EBC2E5FE58207D73}Prefabs/Vehicles/Wheeled/M151A2/GolfCart/BL_GolfCart_Black.et"]
15:11:39.093 RESOURCES (E): Can't remap 'Assets/Models/UndercoverELS/TaxiTopper.xob' material from 'charger_body' to 'Assets/Models/Charger_2006/Data/charger_body_sheriff.emat'. Source material do not exist
15:11:39.093 RESOURCES (E): Can't remap 'Assets/Models/UndercoverELS/TaxiTopper.xob' material from 'charger_emblems' to 'Assets/Vehicles/Wheeled/M998/Data/Invisible.emat'. Source material do not exist
15:11:39.093 RESOURCES (E): Can't remap 'Assets/Models/UndercoverELS/TaxiTopper.xob' material from 'charger_glass' to 'Assets/Models/Charger_2006/Data/CHARGERWINDWOS.emat'. Source material do not exist
15:11:39.093 RESOURCES (E): Can't remap 'Assets/Models/UndercoverELS/TaxiTopper.xob' material from 'charger_glass_borders' to 'Assets/Models/Charger_2006/Data/charger_glass_borders.emat'. Source material do not exist
15:11:39.093 RESOURCES (E): Can't remap 'Assets/Models/UndercoverELS/TaxiTopper.xob' material from 'charger_interior' to 'Assets/Models/Charger_2006/Data/charger_interior.emat'. Source material do not exist
15:11:39.093 RESOURCES (E): Can't remap 'Assets/Models/UndercoverELS/TaxiTopper.xob' material from 'charger_lights_glass' to 'Assets/Models/Charger_2006/Data/ChargerGlass_HeadLight.emat'. Source material do not exist
15:11:39.093 RESOURCES (E): Can't remap 'Assets/Models/UndercoverELS/TaxiTopper.xob' material from 'charger_mirrors' to 'Assets/Models/Charger_2006/Data/charger_mirrors.emat'. Source material do not exist
15:11:39.093 RESOURCES (E): Can't remap 'Assets/Models/UndercoverELS/TaxiTopper.xob' material from 'charger_mufflers' to 'Assets/Models/Charger_2006/Data/charger_mufflers.emat'. Source material do not exist
15:11:39.093 RESOURCES (E): Can't remap 'Assets/Models/UndercoverELS/TaxiTopper.xob' material from 'charger_parts' to 'Assets/Models/Charger_2006/Data/charger_parts.emat'. Source material do not exist
15:11:39.093 RESOURCES (E): Can't remap 'Assets/Models/UndercoverELS/TaxiTopper.xob' material from 'charger_plastic' to 'Assets/Models/Charger_2006/Data/charger_plastic.emat'. Source material do not exist
15:11:39.093 RESOURCES (E): Can't remap 'Assets/Models/UndercoverELS/TaxiTopper.xob' material from 'charger_underbody' to 'Assets/Models/Charger_2006/Data/charger_underbody.emat'. Source material do not exist
15:11:39.093 RESOURCES (E): Can't remap 'Assets/Models/UndercoverELS/TaxiTopper.xob' material from 'flashLights' to 'Assets/Vehicles/Wheeled/M998/Data/Invisible.emat'. Source material do not exist
15:11:39.093 RESOURCES (E): Can't remap 'Assets/Models/UndercoverELS/TaxiTopper.xob' material from 'flash_lights_plastic' to 'Assets/Models/Charger_2006/Data/flash_lights_plastic.emat'. Source material do not exist
15:11:39.093 RESOURCES (E): Can't remap 'Assets/Models/UndercoverELS/TaxiTopper.xob' material from 'lig_chrome' to 'Assets/Models/Charger_2006/Data/lig_chrome.emat'. Source material do not exist
15:11:39.093 RESOURCES (E): Can't remap 'Assets/Models/UndercoverELS/TaxiTopper.xob' material from 'lights_white' to 'Assets/Models/Charger_2006/Data/ChargerGlass_HeadLight.emat'. Source material do not exist
15:11:39.093 RESOURCES (E): Can't remap 'Assets/Models/UndercoverELS/TaxiTopper.xob' material from 'plate' to 'Assets/Vehicles/Wheeled/M998/Data/Invisible.emat'. Source material do not exist
15:11:39.093 RESOURCES (E): Can't remap 'Assets/Models/UndercoverELS/TaxiTopper.xob' material from 'rubber' to 'Assets/Models/Charger_2006/Data/rubber.emat'. Source material do not exist
15:11:39.094 ENTITY (W): GetOut action not set for slot='passenger_l01' type='CargoCompartmentSlot' [@"ENTITY:4611686018427420062" ('Vehicle','Assets/Vehicles/Wheeled/M151A2/m151a2_base.xob') at <10009.204102 2.655410 1599.833984> @"{EBC2E5FE58207D73}Prefabs/Vehicles/Wheeled/M151A2/GolfCart/BL_GolfCart_Black.et"]
15:11:39.094 ENTITY (W): JumpOut action not set for slot='passenger_l01' type='CargoCompartmentSlot' [@"ENTITY:4611686018427420062" ('Vehicle','Assets/Vehicles/Wheeled/M151A2/m151a2_base.xob') at <10009.204102 2.655410 1599.833984> @"{EBC2E5FE58207D73}Prefabs/Vehicles/Wheeled/M151A2/GolfCart/BL_GolfCart_Black.et"]
15:11:39.094 ENTITY (W): GetOut action not set for slot='passenger_s01' type='CargoCompartmentSlot' [@"ENTITY:4611686018427420062" ('Vehicle','Assets/Vehicles/Wheeled/M151A2/m151a2_base.xob') at <10009.204102 2.655410 1599.833984> @"{EBC2E5FE58207D73}Prefabs/Vehicles/Wheeled/M151A2/GolfCart/BL_GolfCart_Black.et"]
15:11:39.094 ENTITY (W): JumpOut action not set for slot='passenger_s01' type='CargoCompartmentSlot' [@"ENTITY:4611686018427420062" ('Vehicle','Assets/Vehicles/Wheeled/M151A2/m151a2_base.xob') at <10009.204102 2.655410 1599.833984> @"{EBC2E5FE58207D73}Prefabs/Vehicles/Wheeled/M151A2/GolfCart/BL_GolfCart_Black.et"]
15:11:39.094 ENTITY (W): GetOut action not set for slot='passenger_s02' type='CargoCompartmentSlot' [@"ENTITY:4611686018427420062" ('Vehicle','Assets/Vehicles/Wheeled/M151A2/m151a2_base.xob') at <10009.204102 2.655410 1599.833984> @"{EBC2E5FE58207D73}Prefabs/Vehicles/Wheeled/M151A2/GolfCart/BL_GolfCart_Black.et"]
15:11:39.094 ENTITY (W): JumpOut action not set for slot='passenger_s02' type='CargoCompartmentSlot' [@"ENTITY:4611686018427420062" ('Vehicle','Assets/Vehicles/Wheeled/M151A2/m151a2_base.xob') at <10009.204102 2.655410 1599.833984> @"{EBC2E5FE58207D73}Prefabs/Vehicles/Wheeled/M151A2/GolfCart/BL_GolfCart_Black.et"]
15:11:39.104 ENTITY (W): GetOut action not set for slot='passenger_l01' type='CargoCompartmentSlot' [@"ENTITY:4611686018427420246" ('Vehicle','Assets/Vehicles/Wheeled/M151A2/m151a2_base.xob') at <4904.189453 175.229935 7133.636719> @"{EBC2E5FE58207D73}Prefabs/Vehicles/Wheeled/M151A2/GolfCart/BL_GolfCart_Black.et"]
15:11:39.104 ENTITY (W): JumpOut action not set for slot='passenger_l01' type='CargoCompartmentSlot' [@"ENTITY:4611686018427420246" ('Vehicle','Assets/Vehicles/Wheeled/M151A2/m151a2_base.xob') at <4904.189453 175.229935 7133.636719> @"{EBC2E5FE58207D73}Prefabs/Vehicles/Wheeled/M151A2/GolfCart/BL_GolfCart_Black.et"]
15:11:39.104 ENTITY (W): GetOut action not set for slot='passenger_s01' type='CargoCompartmentSlot' [@"ENTITY:4611686018427420246" ('Vehicle','Assets/Vehicles/Wheeled/M151A2/m151a2_base.xob') at <4904.189453 175.229935 7133.636719> @"{EBC2E5FE58207D73}Prefabs/Vehicles/Wheeled/M151A2/GolfCart/BL_GolfCart_Black.et"]
15:11:39.104 ENTITY (W): JumpOut action not set for slot='passenger_s01' type='CargoCompartmentSlot' [@"ENTITY:4611686018427420246" ('Vehicle','Assets/Vehicles/Wheeled/M151A2/m151a2_base.xob') at <4904.189453 175.229935 7133.636719> @"{EBC2E5FE58207D73}Prefabs/Vehicles/Wheeled/M151A2/GolfCart/BL_GolfCart_Black.et"]
15:11:39.104 ENTITY (W): GetOut action not set for slot='passenger_s02' type='CargoCompartmentSlot' [@"ENTITY:4611686018427420246" ('Vehicle','Assets/Vehicles/Wheeled/M151A2/m151a2_base.xob') at <4904.189453 175.229935 7133.636719> @"{EBC2E5FE58207D73}Prefabs/Vehicles/Wheeled/M151A2/GolfCart/BL_GolfCart_Black.et"]
15:11:39.104 ENTITY (W): JumpOut action not set for slot='passenger_s02' type='CargoCompartmentSlot' [@"ENTITY:4611686018427420246" ('Vehicle','Assets/Vehicles/Wheeled/M151A2/m151a2_base.xob') at <4904.189453 175.229935 7133.636719> @"{EBC2E5FE58207D73}Prefabs/Vehicles/Wheeled/M151A2/GolfCart/BL_GolfCart_Black.et"]
15:11:39.135 ENTITY (W): GetOut action not set for slot='passenger_l01' type='CargoCompartmentSlot' [@"ENTITY:4611686018427420798" ('Vehicle','Assets/Vehicles/Wheeled/M151A2/m151a2_base.xob') at <4900.208984 175.229935 7129.223145> @"{5CC5DE7E76D5F565}Prefabs/Vehicles/Wheeled/M151A2/GolfCart/BL_GolfCart_Grey.et"]
15:11:39.135 ENTITY (W): JumpOut action not set for slot='passenger_l01' type='CargoCompartmentSlot' [@"ENTITY:4611686018427420798" ('Vehicle','Assets/Vehicles/Wheeled/M151A2/m151a2_base.xob') at <4900.208984 175.229935 7129.223145> @"{5CC5DE7E76D5F565}Prefabs/Vehicles/Wheeled/M151A2/GolfCart/BL_GolfCart_Grey.et"]
15:11:39.135 ENTITY (W): GetOut action not set for slot='passenger_s01' type='CargoCompartmentSlot' [@"ENTITY:4611686018427420798" ('Vehicle','Assets/Vehicles/Wheeled/M151A2/m151a2_base.xob') at <4900.208984 175.229935 7129.223145> @"{5CC5DE7E76D5F565}Prefabs/Vehicles/Wheeled/M151A2/GolfCart/BL_GolfCart_Grey.et"]
15:11:39.135 ENTITY (W): JumpOut action not set for slot='passenger_s01' type='CargoCompartmentSlot' [@"ENTITY:4611686018427420798" ('Vehicle','Assets/Vehicles/Wheeled/M151A2/m151a2_base.xob') at <4900.208984 175.229935 7129.223145> @"{5CC5DE7E76D5F565}Prefabs/Vehicles/Wheeled/M151A2/GolfCart/BL_GolfCart_Grey.et"]
15:11:39.135 ENTITY (W): GetOut action not set for slot='passenger_s02' type='CargoCompartmentSlot' [@"ENTITY:4611686018427420798" ('Vehicle','Assets/Vehicles/Wheeled/M151A2/m151a2_base.xob') at <4900.208984 175.229935 7129.223145> @"{5CC5DE7E76D5F565}Prefabs/Vehicles/Wheeled/M151A2/GolfCart/BL_GolfCart_Grey.et"]
15:11:39.135 ENTITY (W): JumpOut action not set for slot='passenger_s02' type='CargoCompartmentSlot' [@"ENTITY:4611686018427420798" ('Vehicle','Assets/Vehicles/Wheeled/M151A2/m151a2_base.xob') at <4900.208984 175.229935 7129.223145> @"{5CC5DE7E76D5F565}Prefabs/Vehicles/Wheeled/M151A2/GolfCart/BL_GolfCart_Grey.et"]
15:11:39.140 MATERIAL : Material load @"{11AA8C30B28BF315}Models/Camaro/Data/HDM_03108.emat"
15:11:39.140 MATERIAL (E): Material file not found
15:11:39.140 MATERIAL (E): Object @"Assets/Models/Chevy_Tahoe_2015/Tahoe_IndicatorLights.xob" - cannot load material @"Models/Camaro/Data/HDM_03108.emat", creating default one (class MatPBRBasic)
15:11:39.140 MATERIAL : Material load @"{11AA8C30B28BF315}Models/Camaro/Data/HDM_03108.emat"
15:11:39.140 MATERIAL (E): Material file not found
15:11:39.140 MATERIAL (E): Object @"Assets/Models/Chevy_Tahoe_2015/Tahoe_IndicatorLights.xob" - cannot load material @"Models/Camaro/Data/HDM_03108.emat", creating default one (class MatPBRBasic)
15:11:39.140 RESOURCES (E): Can't remap 'Assets/Models/Chevy_Tahoe_2015/Tahoe_TailLights.xob' material from 'Chrome' to 'Assets/Vehicles/Wheeled/Ural4320/Data/BreakLightSUV.emat'. Source material do not exist
15:11:39.140 RESOURCES (E): Can't remap 'Assets/Models/Chevy_Tahoe_2015/Tahoe_TailLights.xob' material from 'Clear_Glass' to 'Assets/Vehicles/Wheeled/Ural4320/Data/BreakLightSUV.emat'. Source material do not exist
15:11:39.140 RESOURCES (E): Can't remap 'Assets/Models/Chevy_Tahoe_2015/Tahoe_TailLights.xob' material from 'Lights_InsideGlass_Clear' to 'Assets/Vehicles/Wheeled/Ural4320/Data/BreakLightSUV.emat'. Source material do not exist
15:11:39.140 RESOURCES (E): Can't remap 'Assets/Models/Chevy_Tahoe_2015/Tahoe_TailLights.xob' material from 'Rear_BumperLight_Glass' to 'Assets/Vehicles/Wheeled/Ural4320/Data/BreakLightSUV.emat'. Source material do not exist
15:11:39.140 RESOURCES (E): Can't remap 'Assets/Models/Chevy_Tahoe_2015/Tahoe_TailLights.xob' material from 'Taillight_Glass' to 'Assets/Vehicles/Wheeled/Ural4320/Data/BreakLightSUV.emat'. Source material do not exist
15:11:39.166 RESOURCES (E): Can't remap 'Assets/Models/Honda_Civic_TypeR_1997/HondaCivicTypeR_TailLights.xob' material from 'Chrome' to 'Assets/Vehicles/Wheeled/Ural4320/Data/BreakLightSUV.emat'. Source material do not exist
15:11:39.166 RESOURCES (E): Can't remap 'Assets/Models/Honda_Civic_TypeR_1997/HondaCivicTypeR_TailLights.xob' material from 'Clear_Glass' to 'Assets/Vehicles/Wheeled/Ural4320/Data/BreakLightSUV.emat'. Source material do not exist
15:11:39.166 RESOURCES (E): Can't remap 'Assets/Models/Honda_Civic_TypeR_1997/HondaCivicTypeR_TailLights.xob' material from 'Lights_InsideGlass_Clear' to 'Assets/Vehicles/Wheeled/Ural4320/Data/BreakLightSUV.emat'. Source material do not exist
15:11:39.166 RESOURCES (E): Can't remap 'Assets/Models/Honda_Civic_TypeR_1997/HondaCivicTypeR_TailLights.xob' material from 'Rear_BumperLight_Glass' to 'Assets/Vehicles/Wheeled/Ural4320/Data/BreakLightSUV.emat'. Source material do not exist
15:11:39.166 RESOURCES (E): Can't remap 'Assets/Models/Honda_Civic_TypeR_1997/HondaCivicTypeR_TailLights.xob' material from 'Taillight_Glass' to 'Assets/Vehicles/Wheeled/Ural4320/Data/BreakLightSUV.emat'. Source material do not exist
15:11:39.170 ENTITY (W): GetOut action not set for slot='passenger_l01' type='CargoCompartmentSlot' [@"ENTITY:4611686018427421449" ('Vehicle','Assets/Vehicles/Wheeled/M151A2/m151a2_base.xob') at <4413.970215 65.238068 5013.706055> @"{EBC2E5FE58207D73}Prefabs/Vehicles/Wheeled/M151A2/GolfCart/BL_GolfCart_Black.et"]
15:11:39.170 ENTITY (W): JumpOut action not set for slot='passenger_l01' type='CargoCompartmentSlot' [@"ENTITY:4611686018427421449" ('Vehicle','Assets/Vehicles/Wheeled/M151A2/m151a2_base.xob') at <4413.970215 65.238068 5013.706055> @"{EBC2E5FE58207D73}Prefabs/Vehicles/Wheeled/M151A2/GolfCart/BL_GolfCart_Black.et"]
15:11:39.170 ENTITY (W): GetOut action not set for slot='passenger_s01' type='CargoCompartmentSlot' [@"ENTITY:4611686018427421449" ('Vehicle','Assets/Vehicles/Wheeled/M151A2/m151a2_base.xob') at <4413.970215 65.238068 5013.706055> @"{EBC2E5FE58207D73}Prefabs/Vehicles/Wheeled/M151A2/GolfCart/BL_GolfCart_Black.et"]
15:11:39.170 ENTITY (W): JumpOut action not set for slot='passenger_s01' type='CargoCompartmentSlot' [@"ENTITY:4611686018427421449" ('Vehicle','Assets/Vehicles/Wheeled/M151A2/m151a2_base.xob') at <4413.970215 65.238068 5013.706055> @"{EBC2E5FE58207D73}Prefabs/Vehicles/Wheeled/M151A2/GolfCart/BL_GolfCart_Black.et"]
15:11:39.170 ENTITY (W): GetOut action not set for slot='passenger_s02' type='CargoCompartmentSlot' [@"ENTITY:4611686018427421449" ('Vehicle','Assets/Vehicles/Wheeled/M151A2/m151a2_base.xob') at <4413.970215 65.238068 5013.706055> @"{EBC2E5FE58207D73}Prefabs/Vehicles/Wheeled/M151A2/GolfCart/BL_GolfCart_Black.et"]
15:11:39.170 ENTITY (W): JumpOut action not set for slot='passenger_s02' type='CargoCompartmentSlot' [@"ENTITY:4611686018427421449" ('Vehicle','Assets/Vehicles/Wheeled/M151A2/m151a2_base.xob') at <4413.970215 65.238068 5013.706055> @"{EBC2E5FE58207D73}Prefabs/Vehicles/Wheeled/M151A2/GolfCart/BL_GolfCart_Black.et"]
15:11:39.190 ENTITY (W): GetOut action not set for slot='passenger_l01' type='CargoCompartmentSlot' [@"ENTITY:4611686018427421777" ('Vehicle','Assets/Vehicles/Wheeled/M151A2/m151a2_base.xob') at <4844.810059 38.049290 9065.256836> @"{EBC2E5FE58207D73}Prefabs/Vehicles/Wheeled/M151A2/GolfCart/BL_GolfCart_Black.et"]
15:11:39.190 ENTITY (W): JumpOut action not set for slot='passenger_l01' type='CargoCompartmentSlot' [@"ENTITY:4611686018427421777" ('Vehicle','Assets/Vehicles/Wheeled/M151A2/m151a2_base.xob') at <4844.810059 38.049290 9065.256836> @"{EBC2E5FE58207D73}Prefabs/Vehicles/Wheeled/M151A2/GolfCart/BL_GolfCart_Black.et"]
15:11:39.190 ENTITY (W): GetOut action not set for slot='passenger_s01' type='CargoCompartmentSlot' [@"ENTITY:4611686018427421777" ('Vehicle','Assets/Vehicles/Wheeled/M151A2/m151a2_base.xob') at <4844.810059 38.049290 9065.256836> @"{EBC2E5FE58207D73}Prefabs/Vehicles/Wheeled/M151A2/GolfCart/BL_GolfCart_Black.et"]
15:11:39.190 ENTITY (W): JumpOut action not set for slot='passenger_s01' type='CargoCompartmentSlot' [@"ENTITY:4611686018427421777" ('Vehicle','Assets/Vehicles/Wheeled/M151A2/m151a2_base.xob') at <4844.810059 38.049290 9065.256836> @"{EBC2E5FE58207D73}Prefabs/Vehicles/Wheeled/M151A2/GolfCart/BL_GolfCart_Black.et"]
15:11:39.190 ENTITY (W): GetOut action not set for slot='passenger_s02' type='CargoCompartmentSlot' [@"ENTITY:4611686018427421777" ('Vehicle','Assets/Vehicles/Wheeled/M151A2/m151a2_base.xob') at <4844.810059 38.049290 9065.256836> @"{EBC2E5FE58207D73}Prefabs/Vehicles/Wheeled/M151A2/GolfCart/BL_GolfCart_Black.et"]
15:11:39.190 ENTITY (W): JumpOut action not set for slot='passenger_s02' type='CargoCompartmentSlot' [@"ENTITY:4611686018427421777" ('Vehicle','Assets/Vehicles/Wheeled/M151A2/m151a2_base.xob') at <4844.810059 38.049290 9065.256836> @"{EBC2E5FE58207D73}Prefabs/Vehicles/Wheeled/M151A2/GolfCart/BL_GolfCart_Black.et"]
15:11:39.194 ENTITY (W): GetOut action not set for slot='passenger_l01' type='CargoCompartmentSlot' [@"ENTITY:4611686018427421856" ('Vehicle','Assets/Vehicles/Wheeled/M151A2/m151a2_base.xob') at <9131.266602 70.992126 2196.263672> @"{EBC2E5FE58207D73}Prefabs/Vehicles/Wheeled/M151A2/GolfCart/BL_GolfCart_Black.et"]
15:11:39.194 ENTITY (W): JumpOut action not set for slot='passenger_l01' type='CargoCompartmentSlot' [@"ENTITY:4611686018427421856" ('Vehicle','Assets/Vehicles/Wheeled/M151A2/m151a2_base.xob') at <9131.266602 70.992126 2196.263672> @"{EBC2E5FE58207D73}Prefabs/Vehicles/Wheeled/M151A2/GolfCart/BL_GolfCart_Black.et"]
15:11:39.194 ENTITY (W): GetOut action not set for slot='passenger_s01' type='CargoCompartmentSlot' [@"ENTITY:4611686018427421856" ('Vehicle','Assets/Vehicles/Wheeled/M151A2/m151a2_base.xob') at <9131.266602 70.992126 2196.263672> @"{EBC2E5FE58207D73}Prefabs/Vehicles/Wheeled/M151A2/GolfCart/BL_GolfCart_Black.et"]
15:11:39.194 ENTITY (W): JumpOut action not set for slot='passenger_s01' type='CargoCompartmentSlot' [@"ENTITY:4611686018427421856" ('Vehicle','Assets/Vehicles/Wheeled/M151A2/m151a2_base.xob') at <9131.266602 70.992126 2196.263672> @"{EBC2E5FE58207D73}Prefabs/Vehicles/Wheeled/M151A2/GolfCart/BL_GolfCart_Black.et"]
15:11:39.194 ENTITY (W): GetOut action not set for slot='passenger_s02' type='CargoCompartmentSlot' [@"ENTITY:4611686018427421856" ('Vehicle','Assets/Vehicles/Wheeled/M151A2/m151a2_base.xob') at <9131.266602 70.992126 2196.263672> @"{EBC2E5FE58207D73}Prefabs/Vehicles/Wheeled/M151A2/GolfCart/BL_GolfCart_Black.et"]
15:11:39.194 ENTITY (W): JumpOut action not set for slot='passenger_s02' type='CargoCompartmentSlot' [@"ENTITY:4611686018427421856" ('Vehicle','Assets/Vehicles/Wheeled/M151A2/m151a2_base.xob') at <9131.266602 70.992126 2196.263672> @"{EBC2E5FE58207D73}Prefabs/Vehicles/Wheeled/M151A2/GolfCart/BL_GolfCart_Black.et"]
15:11:39.246 ENTITY (W): GetOut action not set for slot='passenger_l01' type='CargoCompartmentSlot' [@"ENTITY:4611686018427422703" ('Vehicle','Assets/Vehicles/Wheeled/M151A2/m151a2_base.xob') at <2095.855469 24.338440 6207.689453> @"{EBC2E5FE58207D73}Prefabs/Vehicles/Wheeled/M151A2/GolfCart/BL_GolfCart_Black.et"]
15:11:39.246 ENTITY (W): JumpOut action not set for slot='passenger_l01' type='CargoCompartmentSlot' [@"ENTITY:4611686018427422703" ('Vehicle','Assets/Vehicles/Wheeled/M151A2/m151a2_base.xob') at <2095.855469 24.338440 6207.689453> @"{EBC2E5FE58207D73}Prefabs/Vehicles/Wheeled/M151A2/GolfCart/BL_GolfCart_Black.et"]
15:11:39.246 ENTITY (W): GetOut action not set for slot='passenger_s01' type='CargoCompartmentSlot' [@"ENTITY:4611686018427422703" ('Vehicle','Assets/Vehicles/Wheeled/M151A2/m151a2_base.xob') at <2095.855469 24.338440 6207.689453> @"{EBC2E5FE58207D73}Prefabs/Vehicles/Wheeled/M151A2/GolfCart/BL_GolfCart_Black.et"]
15:11:39.246 ENTITY (W): JumpOut action not set for slot='passenger_s01' type='CargoCompartmentSlot' [@"ENTITY:4611686018427422703" ('Vehicle','Assets/Vehicles/Wheeled/M151A2/m151a2_base.xob') at <2095.855469 24.338440 6207.689453> @"{EBC2E5FE58207D73}Prefabs/Vehicles/Wheeled/M151A2/GolfCart/BL_GolfCart_Black.et"]
15:11:39.246 ENTITY (W): GetOut action not set for slot='passenger_s02' type='CargoCompartmentSlot' [@"ENTITY:4611686018427422703" ('Vehicle','Assets/Vehicles/Wheeled/M151A2/m151a2_base.xob') at <2095.855469 24.338440 6207.689453> @"{EBC2E5FE58207D73}Prefabs/Vehicles/Wheeled/M151A2/GolfCart/BL_GolfCart_Black.et"]
15:11:39.246 ENTITY (W): JumpOut action not set for slot='passenger_s02' type='CargoCompartmentSlot' [@"ENTITY:4611686018427422703" ('Vehicle','Assets/Vehicles/Wheeled/M151A2/m151a2_base.xob') at <2095.855469 24.338440 6207.689453> @"{EBC2E5FE58207D73}Prefabs/Vehicles/Wheeled/M151A2/GolfCart/BL_GolfCart_Black.et"]
15:11:39.253 ENTITY (W): GetOut action not set for slot='passenger_l01' type='CargoCompartmentSlot' [@"ENTITY:4611686018427422799" ('Vehicle','Assets/Vehicles/Wheeled/M151A2/m151a2_base.xob') at <5019.112305 175.050446 7065.013184> @"{EBC2E5FE58207D73}Prefabs/Vehicles/Wheeled/M151A2/GolfCart/BL_GolfCart_Black.et"]
15:11:39.253 ENTITY (W): JumpOut action not set for slot='passenger_l01' type='CargoCompartmentSlot' [@"ENTITY:4611686018427422799" ('Vehicle','Assets/Vehicles/Wheeled/M151A2/m151a2_base.xob') at <5019.112305 175.050446 7065.013184> @"{EBC2E5FE58207D73}Prefabs/Vehicles/Wheeled/M151A2/GolfCart/BL_GolfCart_Black.et"]
15:11:39.253 ENTITY (W): GetOut action not set for slot='passenger_s01' type='CargoCompartmentSlot' [@"ENTITY:4611686018427422799" ('Vehicle','Assets/Vehicles/Wheeled/M151A2/m151a2_base.xob') at <5019.112305 175.050446 7065.013184> @"{EBC2E5FE58207D73}Prefabs/Vehicles/Wheeled/M151A2/GolfCart/BL_GolfCart_Black.et"]
15:11:39.253 ENTITY (W): JumpOut action not set for slot='passenger_s01' type='CargoCompartmentSlot' [@"ENTITY:4611686018427422799" ('Vehicle','Assets/Vehicles/Wheeled/M151A2/m151a2_base.xob') at <5019.112305 175.050446 7065.013184> @"{EBC2E5FE58207D73}Prefabs/Vehicles/Wheeled/M151A2/GolfCart/BL_GolfCart_Black.et"]
15:11:39.253 ENTITY (W): GetOut action not set for slot='passenger_s02' type='CargoCompartmentSlot' [@"ENTITY:4611686018427422799" ('Vehicle','Assets/Vehicles/Wheeled/M151A2/m151a2_base.xob') at <5019.112305 175.050446 7065.013184> @"{EBC2E5FE58207D73}Prefabs/Vehicles/Wheeled/M151A2/GolfCart/BL_GolfCart_Black.et"]
15:11:39.253 ENTITY (W): JumpOut action not set for slot='passenger_s02' type='CargoCompartmentSlot' [@"ENTITY:4611686018427422799" ('Vehicle','Assets/Vehicles/Wheeled/M151A2/m151a2_base.xob') at <5019.112305 175.050446 7065.013184> @"{EBC2E5FE58207D73}Prefabs/Vehicles/Wheeled/M151A2/GolfCart/BL_GolfCart_Black.et"]
15:11:39.305 ENTITY (W): JumpOut action not set for slot='Passenger2' type='CargoCompartmentSlot' [@"ENTITY:4611686018427423632" ('Vehicle','Assets/Vehicles/Water/AModestBoat/AModestBoat.xob') at <3305.620361 0.141890 1492.096558> @"{1E75E10A7B6151F8}Prefabs/Vehicles/Boats/Rowboat_Black.et"]
15:11:39.305 ENTITY (W): JumpOut action not set for slot='Passenger3' type='CargoCompartmentSlot' [@"ENTITY:4611686018427423632" ('Vehicle','Assets/Vehicles/Water/AModestBoat/AModestBoat.xob') at <3305.620361 0.141890 1492.096558> @"{1E75E10A7B6151F8}Prefabs/Vehicles/Boats/Rowboat_Black.et"]
15:11:39.305 ENTITY (W): JumpOut action not set for slot='Passenger4' type='CargoCompartmentSlot' [@"ENTITY:4611686018427423632" ('Vehicle','Assets/Vehicles/Water/AModestBoat/AModestBoat.xob') at <3305.620361 0.141890 1492.096558> @"{1E75E10A7B6151F8}Prefabs/Vehicles/Boats/Rowboat_Black.et"]
15:11:39.321 RESOURCES (E): Can't remap 'Assets/Models/ChargerHellcat_2022/ChargerSRTBrakeLights.xob' material from 'material_2_16' to 'Assets/Models/Charger_2010/Data/material_22_5_0.emat'. Source material do not exist
15:11:39.321 RESOURCES (E): Can't remap 'Assets/Models/ChargerHellcat_2022/ChargerSRTIndicatorLights.xob' material from 'Headlight_Reflector' to 'Assets/Models/ChargerHellcat_2022/Data/light_hazard.emat'. Source material do not exist
15:11:39.321 RESOURCES (E): Can't remap 'Assets/Models/ChargerHellcat_2022/ChargerSRTIndicatorLights.xob' material from 'HellcatIndicatorLights' to 'Assets/Models/ChargerHellcat_2022/Data/light_hazard.emat'. Source material do not exist
15:11:39.321 RESOURCES (E): Can't remap 'Assets/Models/ChargerHellcat_2022/ChargerSRTTopELS.xob' material from 'Glass' to 'Assets/Models/ChargerHellcat_2022/Data/light.emat'. Source material do not exist
15:11:39.342 ENTITY (W): GetOut action not set for slot='passenger_l01' type='CargoCompartmentSlot' [@"ENTITY:4611686018427424125" ('Vehicle','Assets/Vehicles/Wheeled/M151A2/m151a2_base.xob') at <4596.199219 119.720390 8042.483398> @"{EBC2E5FE58207D73}Prefabs/Vehicles/Wheeled/M151A2/GolfCart/BL_GolfCart_Black.et"]
15:11:39.342 ENTITY (W): JumpOut action not set for slot='passenger_l01' type='CargoCompartmentSlot' [@"ENTITY:4611686018427424125" ('Vehicle','Assets/Vehicles/Wheeled/M151A2/m151a2_base.xob') at <4596.199219 119.720390 8042.483398> @"{EBC2E5FE58207D73}Prefabs/Vehicles/Wheeled/M151A2/GolfCart/BL_GolfCart_Black.et"]
15:11:39.342 ENTITY (W): GetOut action not set for slot='passenger_s01' type='CargoCompartmentSlot' [@"ENTITY:4611686018427424125" ('Vehicle','Assets/Vehicles/Wheeled/M151A2/m151a2_base.xob') at <4596.199219 119.720390 8042.483398> @"{EBC2E5FE58207D73}Prefabs/Vehicles/Wheeled/M151A2/GolfCart/BL_GolfCart_Black.et"]
15:11:39.342 ENTITY (W): JumpOut action not set for slot='passenger_s01' type='CargoCompartmentSlot' [@"ENTITY:4611686018427424125" ('Vehicle','Assets/Vehicles/Wheeled/M151A2/m151a2_base.xob') at <4596.199219 119.720390 8042.483398> @"{EBC2E5FE58207D73}Prefabs/Vehicles/Wheeled/M151A2/GolfCart/BL_GolfCart_Black.et"]
15:11:39.342 ENTITY (W): GetOut action not set for slot='passenger_s02' type='CargoCompartmentSlot' [@"ENTITY:4611686018427424125" ('Vehicle','Assets/Vehicles/Wheeled/M151A2/m151a2_base.xob') at <4596.199219 119.720390 8042.483398> @"{EBC2E5FE58207D73}Prefabs/Vehicles/Wheeled/M151A2/GolfCart/BL_GolfCart_Black.et"]
15:11:39.342 ENTITY (W): JumpOut action not set for slot='passenger_s02' type='CargoCompartmentSlot' [@"ENTITY:4611686018427424125" ('Vehicle','Assets/Vehicles/Wheeled/M151A2/m151a2_base.xob') at <4596.199219 119.720390 8042.483398> @"{EBC2E5FE58207D73}Prefabs/Vehicles/Wheeled/M151A2/GolfCart/BL_GolfCart_Black.et"]
15:11:39.346 ENTITY (W): GetOut action not set for slot='passenger_l01' type='CargoCompartmentSlot' [@"ENTITY:4611686018427424204" ('Vehicle','Assets/Vehicles/Wheeled/M151A2/m151a2_base.xob') at <4622.395508 121.025291 8013.558105> @"{EBC2E5FE58207D73}Prefabs/Vehicles/Wheeled/M151A2/GolfCart/BL_GolfCart_Black.et"]
15:11:39.346 ENTITY (W): JumpOut action not set for slot='passenger_l01' type='CargoCompartmentSlot' [@"ENTITY:4611686018427424204" ('Vehicle','Assets/Vehicles/Wheeled/M151A2/m151a2_base.xob') at <4622.395508 121.025291 8013.558105> @"{EBC2E5FE58207D73}Prefabs/Vehicles/Wheeled/M151A2/GolfCart/BL_GolfCart_Black.et"]
15:11:39.346 ENTITY (W): GetOut action not set for slot='passenger_s01' type='CargoCompartmentSlot' [@"ENTITY:4611686018427424204" ('Vehicle','Assets/Vehicles/Wheeled/M151A2/m151a2_base.xob') at <4622.395508 121.025291 8013.558105> @"{EBC2E5FE58207D73}Prefabs/Vehicles/Wheeled/M151A2/GolfCart/BL_GolfCart_Black.et"]
15:11:39.346 ENTITY (W): JumpOut action not set for slot='passenger_s01' type='CargoCompartmentSlot' [@"ENTITY:4611686018427424204" ('Vehicle','Assets/Vehicles/Wheeled/M151A2/m151a2_base.xob') at <4622.395508 121.025291 8013.558105> @"{EBC2E5FE58207D73}Prefabs/Vehicles/Wheeled/M151A2/GolfCart/BL_GolfCart_Black.et"]
15:11:39.346 ENTITY (W): GetOut action not set for slot='passenger_s02' type='CargoCompartmentSlot' [@"ENTITY:4611686018427424204" ('Vehicle','Assets/Vehicles/Wheeled/M151A2/m151a2_base.xob') at <4622.395508 121.025291 8013.558105> @"{EBC2E5FE58207D73}Prefabs/Vehicles/Wheeled/M151A2/GolfCart/BL_GolfCart_Black.et"]
15:11:39.346 ENTITY (W): JumpOut action not set for slot='passenger_s02' type='CargoCompartmentSlot' [@"ENTITY:4611686018427424204" ('Vehicle','Assets/Vehicles/Wheeled/M151A2/m151a2_base.xob') at <4622.395508 121.025291 8013.558105> @"{EBC2E5FE58207D73}Prefabs/Vehicles/Wheeled/M151A2/GolfCart/BL_GolfCart_Black.et"]
15:11:39.347 ENTITY (W): GetOut action not set for slot='passenger_l01' type='CargoCompartmentSlot' [@"ENTITY:4611686018427424226" ('Vehicle','Assets/Vehicles/Wheeled/M151A2/m151a2_base.xob') at <5265.351562 79.478012 6399.630371> @"{EBC2E5FE58207D73}Prefabs/Vehicles/Wheeled/M151A2/GolfCart/BL_GolfCart_Black.et"]
15:11:39.347 ENTITY (W): JumpOut action not set for slot='passenger_l01' type='CargoCompartmentSlot' [@"ENTITY:4611686018427424226" ('Vehicle','Assets/Vehicles/Wheeled/M151A2/m151a2_base.xob') at <5265.351562 79.478012 6399.630371> @"{EBC2E5FE58207D73}Prefabs/Vehicles/Wheeled/M151A2/GolfCart/BL_GolfCart_Black.et"]
15:11:39.347 ENTITY (W): GetOut action not set for slot='passenger_s01' type='CargoCompartmentSlot' [@"ENTITY:4611686018427424226" ('Vehicle','Assets/Vehicles/Wheeled/M151A2/m151a2_base.xob') at <5265.351562 79.478012 6399.630371> @"{EBC2E5FE58207D73}Prefabs/Vehicles/Wheeled/M151A2/GolfCart/BL_GolfCart_Black.et"]
15:11:39.347 ENTITY (W): JumpOut action not set for slot='passenger_s01' type='CargoCompartmentSlot' [@"ENTITY:4611686018427424226" ('Vehicle','Assets/Vehicles/Wheeled/M151A2/m151a2_base.xob') at <5265.351562 79.478012 6399.630371> @"{EBC2E5FE58207D73}Prefabs/Vehicles/Wheeled/M151A2/GolfCart/BL_GolfCart_Black.et"]
15:11:39.347 ENTITY (W): GetOut action not set for slot='passenger_s02' type='CargoCompartmentSlot' [@"ENTITY:4611686018427424226" ('Vehicle','Assets/Vehicles/Wheeled/M151A2/m151a2_base.xob') at <5265.351562 79.478012 6399.630371> @"{EBC2E5FE58207D73}Prefabs/Vehicles/Wheeled/M151A2/GolfCart/BL_GolfCart_Black.et"]
15:11:39.347 ENTITY (W): JumpOut action not set for slot='passenger_s02' type='CargoCompartmentSlot' [@"ENTITY:4611686018427424226" ('Vehicle','Assets/Vehicles/Wheeled/M151A2/m151a2_base.xob') at <5265.351562 79.478012 6399.630371> @"{EBC2E5FE58207D73}Prefabs/Vehicles/Wheeled/M151A2/GolfCart/BL_GolfCart_Black.et"]
15:11:39.350 ENTITY (W): GetOut action not set for slot='passenger_l01' type='CargoCompartmentSlot' [@"ENTITY:4611686018427424256" ('Vehicle','Assets/Vehicles/Wheeled/M151A2/m151a2_base.xob') at <3648.272705 -19.106720 3295.105957> @"{EBC2E5FE58207D73}Prefabs/Vehicles/Wheeled/M151A2/GolfCart/BL_GolfCart_Black.et"]
15:11:39.350 ENTITY (W): JumpOut action not set for slot='passenger_l01' type='CargoCompartmentSlot' [@"ENTITY:4611686018427424256" ('Vehicle','Assets/Vehicles/Wheeled/M151A2/m151a2_base.xob') at <3648.272705 -19.106720 3295.105957> @"{EBC2E5FE58207D73}Prefabs/Vehicles/Wheeled/M151A2/GolfCart/BL_GolfCart_Black.et"]
15:11:39.350 ENTITY (W): GetOut action not set for slot='passenger_s01' type='CargoCompartmentSlot' [@"ENTITY:4611686018427424256" ('Vehicle','Assets/Vehicles/Wheeled/M151A2/m151a2_base.xob') at <3648.272705 -19.106720 3295.105957> @"{EBC2E5FE58207D73}Prefabs/Vehicles/Wheeled/M151A2/GolfCart/BL_GolfCart_Black.et"]
15:11:39.350 ENTITY (W): JumpOut action not set for slot='passenger_s01' type='CargoCompartmentSlot' [@"ENTITY:4611686018427424256" ('Vehicle','Assets/Vehicles/Wheeled/M151A2/m151a2_base.xob') at <3648.272705 -19.106720 3295.105957> @"{EBC2E5FE58207D73}Prefabs/Vehicles/Wheeled/M151A2/GolfCart/BL_GolfCart_Black.et"]
15:11:39.350 ENTITY (W): GetOut action not set for slot='passenger_s02' type='CargoCompartmentSlot' [@"ENTITY:4611686018427424256" ('Vehicle','Assets/Vehicles/Wheeled/M151A2/m151a2_base.xob') at <3648.272705 -19.106720 3295.105957> @"{EBC2E5FE58207D73}Prefabs/Vehicles/Wheeled/M151A2/GolfCart/BL_GolfCart_Black.et"]
15:11:39.350 ENTITY (W): JumpOut action not set for slot='passenger_s02' type='CargoCompartmentSlot' [@"ENTITY:4611686018427424256" ('Vehicle','Assets/Vehicles/Wheeled/M151A2/m151a2_base.xob') at <3648.272705 -19.106720 3295.105957> @"{EBC2E5FE58207D73}Prefabs/Vehicles/Wheeled/M151A2/GolfCart/BL_GolfCart_Black.et"]
15:11:39.353 ENTITY (W): GetOut action not set for slot='passenger_l01' type='CargoCompartmentSlot' [@"ENTITY:4611686018427424321" ('Vehicle','Assets/Vehicles/Wheeled/M151A2/m151a2_base.xob') at <4793.520508 163.084793 7333.138184> @"{860EADF217A7841A}Prefabs/Vehicles/Wheeled/M151A2/GolfCart/BL_GolfCart_Blue.et"]
15:11:39.353 ENTITY (W): JumpOut action not set for slot='passenger_l01' type='CargoCompartmentSlot' [@"ENTITY:4611686018427424321" ('Vehicle','Assets/Vehicles/Wheeled/M151A2/m151a2_base.xob') at <4793.520508 163.084793 7333.138184> @"{860EADF217A7841A}Prefabs/Vehicles/Wheeled/M151A2/GolfCart/BL_GolfCart_Blue.et"]
15:11:39.353 ENTITY (W): GetOut action not set for slot='passenger_s01' type='CargoCompartmentSlot' [@"ENTITY:4611686018427424321" ('Vehicle','Assets/Vehicles/Wheeled/M151A2/m151a2_base.xob') at <4793.520508 163.084793 7333.138184> @"{860EADF217A7841A}Prefabs/Vehicles/Wheeled/M151A2/GolfCart/BL_GolfCart_Blue.et"]
15:11:39.353 ENTITY (W): JumpOut action not set for slot='passenger_s01' type='CargoCompartmentSlot' [@"ENTITY:4611686018427424321" ('Vehicle','Assets/Vehicles/Wheeled/M151A2/m151a2_base.xob') at <4793.520508 163.084793 7333.138184> @"{860EADF217A7841A}Prefabs/Vehicles/Wheeled/M151A2/GolfCart/BL_GolfCart_Blue.et"]
15:11:39.353 ENTITY (W): GetOut action not set for slot='passenger_s02' type='CargoCompartmentSlot' [@"ENTITY:4611686018427424321" ('Vehicle','Assets/Vehicles/Wheeled/M151A2/m151a2_base.xob') at <4793.520508 163.084793 7333.138184> @"{860EADF217A7841A}Prefabs/Vehicles/Wheeled/M151A2/GolfCart/BL_GolfCart_Blue.et"]
15:11:39.353 ENTITY (W): JumpOut action not set for slot='passenger_s02' type='CargoCompartmentSlot' [@"ENTITY:4611686018427424321" ('Vehicle','Assets/Vehicles/Wheeled/M151A2/m151a2_base.xob') at <4793.520508 163.084793 7333.138184> @"{860EADF217A7841A}Prefabs/Vehicles/Wheeled/M151A2/GolfCart/BL_GolfCart_Blue.et"]
15:11:39.372 WORLD : Frame start
15:11:39.372 NETWORK : Projectiles will simulate using: EOnFrame
15:11:39.372 SCRIPT : ScenarioFramework: Available tasks are empty, no new tasks will be generated.
15:11:39.395 WORLD : UpdateEntities
15:11:39.395 WORLD : Frame
15:11:39.395 SCRIPT : SCR_BaseGameMode::OnGameStateChanged = GAME
15:11:39.395 SCRIPT : ServerAdminTools | Event serveradmintools_game_started | no data
15:12:04.581 RESOURCES (E): Wrong GUID/name for resource @"{8E602BE97FEC5615}UI/Textures/Editor/Budget/Budget_Building.edds" in property "Icon"
15:12:04.581 RESOURCES (E): Wrong GUID/name for resource @"{8E602BE97FEC5615}UI/Textures/Editor/Budget/Budget_Building.edds" in property "Icon"
15:12:04.583 SCRIPT (W): Notification data in 'SCR_NotificationsLogDisplay' has duplicate notification info key: 'PLAYER_ON_BLOCKLIST_JOINED'. There should only be one of each key!
15:12:05.193 NETWORK : Player connected: connectionID=6
15:12:05.486 NETWORK (W): Did not find id = 0x8000AAA2 item = @"ENTITY:4611686018427424705" ('GenericEntity','Assets/Items/Equipment/Maps/Map_Paper_01/Map_Paper_01_folded.xob') at <10615.253906 145.428284 2228.624023> @"{F849217AB3BA88BE}Prefabs/Items/Equipment/Maps/PaperMap_01_folded_USSR.et" in Spatial Map at < 21; 4>
15:12:05.486 NETWORK (W): Did not find id = 0x8000AA9D item = @"ENTITY:4611686018427424704" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <10615.253906 145.428284 2228.624023> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 21; 4>
15:12:05.486 NETWORK (W): Did not find id = 0x8000AA97 item = @"ENTITY:4611686018427424703" ('GenericEntity','Assets/Items/Equipment/Radios/Radio_ANPRC68/Radio_ANPRC68_01.xob') at <10615.253906 145.428284 2228.624023> @"{941082288222A126}Prefabs/Items/Civilian/Civilian_Radio.et" in Spatial Map at < 21; 4>
15:12:05.626 NETWORK : Player connected: connectionID=7
15:12:07.685 NETWORK (W): Did not find id = 0x8000AC5F item = @"ENTITY:4611686018427424766" ('GenericEntity','Assets/Items/Equipment/Maps/Map_Paper_01/Map_Paper_01_folded.xob') at <5000.666016 176.110001 7091.335938> @"{F849217AB3BA88BE}Prefabs/Items/Equipment/Maps/PaperMap_01_folded_USSR.et" in Spatial Map at < 10; 14>
15:12:07.686 NETWORK (W): Did not find id = 0x8000AC5A item = @"ENTITY:4611686018427424765" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <5000.666016 176.110001 7091.335938> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 10; 14>
15:12:07.686 NETWORK (W): Did not find id = 0x8000AC54 item = @"ENTITY:4611686018427424764" ('GenericEntity','Assets/Items/Equipment/Radios/Radio_ANPRC68/Radio_ANPRC68_01.xob') at <5000.666016 176.110001 7091.335938> @"{941082288222A126}Prefabs/Items/Civilian/Civilian_Radio.et" in Spatial Map at < 10; 14>
15:12:07.714 NETWORK (W): Did not find id = 0x8000AD04 item = @"ENTITY:4611686018427424801" ('GenericEntity','Assets/Items/Equipment/Maps/Map_Paper_01/Map_Paper_01_folded.xob') at <3365.951904 4.477485 1689.530029> @"{F849217AB3BA88BE}Prefabs/Items/Equipment/Maps/PaperMap_01_folded_USSR.et" in Spatial Map at < 7; 3>
15:12:07.714 NETWORK (W): Did not find id = 0x8000ACFF item = @"ENTITY:4611686018427424800" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <3365.951904 4.477485 1689.530029> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 7; 3>
15:12:07.714 NETWORK (W): Did not find id = 0x8000ACF9 item = @"ENTITY:4611686018427424799" ('GenericEntity','Assets/Items/Equipment/Radios/Radio_ANPRC68/Radio_ANPRC68_01.xob') at <3365.951904 4.477485 1689.530029> @"{941082288222A126}Prefabs/Items/Civilian/Civilian_Radio.et" in Spatial Map at < 7; 3>
15:12:07.715 RESOURCES (E): Can't remap 'Uniforms/Pants/Jeans_Skinny/Jeans_skinny_ground.xob' material from 'Tech2019' to 'Uniforms/Pants/Tech2019_Joggers/Data/Tech2019_blc.emat'. Source material do not exist
15:12:08.444 SCRIPT : ServerAdminTools_GameModeComponent.UpdatePlayerHistory | Player joined, id: 10, RplIdentity (hex): 9, name: Mike Zinth, identityId: 18f37875-aefb-4ed9-af46-2fe848f3ca53
15:12:08.444 NETWORK : Players connecting: 0
15:12:08.444 NETWORK : Players connected: 10 / 10
15:12:08.474 SCRIPT : int m_iValue = 6
15:12:08.475 NETWORK (W): Did not find id = 0x8000AE03 item = @"ENTITY:4611686018427424845" ('GenericEntity','Assets/Items/Equipment/Maps/Map_Paper_01/Map_Paper_01_folded.xob') at <4703.644043 162.358078 7072.729980> @"{F849217AB3BA88BE}Prefabs/Items/Equipment/Maps/PaperMap_01_folded_USSR.et" in Spatial Map at < 9; 14>
15:12:08.475 NETWORK (W): Did not find id = 0x8000ADFE item = @"ENTITY:4611686018427424844" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <4703.644043 162.358078 7072.729980> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 9; 14>
15:12:08.475 NETWORK (W): Did not find id = 0x8000ADF8 item = @"ENTITY:4611686018427424843" ('GenericEntity','Assets/Items/Equipment/Radios/Radio_ANPRC68/Radio_ANPRC68_01.xob') at <4703.644043 162.358078 7072.729980> @"{941082288222A126}Prefabs/Items/Civilian/Civilian_Radio.et" in Spatial Map at < 9; 14>
15:12:08.484 NETWORK : Player connected: connectionID=12
15:12:08.663 NETWORK (W): Did not find id = 0x8000AE93 item = @"ENTITY:4611686018427424874" ('GenericEntity','Assets/Items/Equipment/Maps/Map_Paper_01/Map_Paper_01_folded.xob') at <4804.272461 164.639374 7132.302246> @"{F849217AB3BA88BE}Prefabs/Items/Equipment/Maps/PaperMap_01_folded_USSR.et" in Spatial Map at < 10; 14>
15:12:08.663 NETWORK (W): Did not find id = 0x8000AE8E item = @"ENTITY:4611686018427424873" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <4804.272461 164.639374 7132.302246> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 10; 14>
15:12:08.663 NETWORK (W): Did not find id = 0x8000AE88 item = @"ENTITY:4611686018427424872" ('GenericEntity','Assets/Items/Equipment/Radios/Radio_ANPRC68/Radio_ANPRC68_01.xob') at <4804.272461 164.639374 7132.302246> @"{941082288222A126}Prefabs/Items/Civilian/Civilian_Radio.et" in Spatial Map at < 10; 14>
15:12:08.676 NETWORK : Player connected: connectionID=10
15:12:10.298 NETWORK (W): Did not find id = 0x8000AF96 item = @"ENTITY:4611686018427424910" ('GenericEntity','Assets/Items/Equipment/Maps/Map_Paper_01/Map_Paper_01_folded.xob') at <5338.157227 15.097430 8983.666016> @"{F849217AB3BA88BE}Prefabs/Items/Equipment/Maps/PaperMap_01_folded_USSR.et" in Spatial Map at < 11; 18>
15:12:10.298 NETWORK (W): Did not find id = 0x8000AF91 item = @"ENTITY:4611686018427424909" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <5338.157227 15.097430 8983.666016> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 11; 18>
15:12:10.298 NETWORK (W): Did not find id = 0x8000AF8B item = @"ENTITY:4611686018427424908" ('GenericEntity','Assets/Items/Equipment/Radios/Radio_ANPRC68/Radio_ANPRC68_01.xob') at <5338.157227 15.097430 8983.666016> @"{941082288222A126}Prefabs/Items/Civilian/Civilian_Radio.et" in Spatial Map at < 11; 18>
15:12:10.343 NETWORK : Player connected: connectionID=21
15:12:10.406 NETWORK (W): Did not find id = 0x8000B01B item = @"ENTITY:4611686018427424939" ('GenericEntity','Assets/Items/Equipment/Maps/Map_Paper_01/Map_Paper_01_folded.xob') at <5364.249512 20.175730 9961.199219> @"{F849217AB3BA88BE}Prefabs/Items/Equipment/Maps/PaperMap_01_folded_USSR.et" in Spatial Map at < 11; 20>
15:12:10.406 NETWORK (W): Did not find id = 0x8000B016 item = @"ENTITY:4611686018427424938" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <5364.249512 20.175730 9961.199219> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 11; 20>
15:12:10.406 NETWORK (W): Did not find id = 0x8000B010 item = @"ENTITY:4611686018427424937" ('GenericEntity','Assets/Items/Equipment/Radios/Radio_ANPRC68/Radio_ANPRC68_01.xob') at <5364.249512 20.175730 9961.199219> @"{941082288222A126}Prefabs/Items/Civilian/Civilian_Radio.et" in Spatial Map at < 11; 20>
15:12:10.456 NETWORK (W): Did not find id = 0x8000B161 item = @"ENTITY:4611686018427425013" ('GenericEntity','Assets/Items/Equipment/Maps/Map_Paper_01/Map_Paper_01_folded.xob') at <4704.027832 162.350006 7074.416016> @"{F849217AB3BA88BE}Prefabs/Items/Equipment/Maps/PaperMap_01_folded_USSR.et" in Spatial Map at < 9; 14>
15:12:10.456 NETWORK (W): Did not find id = 0x8000B15C item = @"ENTITY:4611686018427425012" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <4704.027832 162.350006 7074.416016> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 9; 14>
15:12:10.456 NETWORK (W): Did not find id = 0x8000B156 item = @"ENTITY:4611686018427425011" ('GenericEntity','Assets/Items/Equipment/Radios/Radio_ANPRC68/Radio_ANPRC68_01.xob') at <4704.027832 162.350006 7074.416016> @"{941082288222A126}Prefabs/Items/Civilian/Civilian_Radio.et" in Spatial Map at < 9; 14>
15:12:10.775 NETWORK (W): Did not find id = 0x8000B23E item = @"ENTITY:4611686018427425055" ('GenericEntity','Assets/Items/Equipment/Maps/Map_Paper_01/Map_Paper_01_folded.xob') at <3372.169922 4.510934 1688.588013> @"{F849217AB3BA88BE}Prefabs/Items/Equipment/Maps/PaperMap_01_folded_USSR.et" in Spatial Map at < 7; 3>
15:12:10.775 NETWORK (W): Did not find id = 0x8000B239 item = @"ENTITY:4611686018427425054" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <3372.169922 4.510934 1688.588013> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 7; 3>
15:12:10.776 NETWORK (W): Did not find id = 0x8000B233 item = @"ENTITY:4611686018427425053" ('GenericEntity','Assets/Items/Equipment/Radios/Radio_ANPRC68/Radio_ANPRC68_01.xob') at <3372.169922 4.510934 1688.588013> @"{941082288222A126}Prefabs/Items/Civilian/Civilian_Radio.et" in Spatial Map at < 7; 3>
15:12:10.778 SCRIPT : int m_iValue = 20296
15:12:10.911 WORLD : UpdateEntities
15:12:10.911 RPL : rpl::Pip::ProcessNetToGame
15:12:10.911 SCRIPT : [Badlands] Auditing registered player.
15:12:10.931 NETWORK (W): Did not find id = 0x8000B2FB item = @"ENTITY:4611686018427425095" ('GenericEntity','Assets/Items/Equipment/Maps/Map_Paper_01/Map_Paper_01_folded.xob') at <4700.675781 162.350006 7072.100098> @"{F849217AB3BA88BE}Prefabs/Items/Equipment/Maps/PaperMap_01_folded_USSR.et" in Spatial Map at < 9; 14>
15:12:10.931 NETWORK (W): Did not find id = 0x8000B2F6 item = @"ENTITY:4611686018427425094" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <4700.675781 162.350006 7072.100098> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 9; 14>
15:12:10.931 NETWORK (W): Did not find id = 0x8000B2F0 item = @"ENTITY:4611686018427425093" ('GenericEntity','Assets/Items/Equipment/Radios/Radio_ANPRC68/Radio_ANPRC68_01.xob') at <4700.675781 162.350006 7072.100098> @"{941082288222A126}Prefabs/Items/Civilian/Civilian_Radio.et" in Spatial Map at < 9; 14>
15:12:10.941 WORLD : UpdateEntities
15:12:10.941 WORLD : PostFrame
15:12:10.941 SCRIPT : Should Notify
15:12:10.941 SCRIPT : Should Notify
15:12:11.026 NETWORK : Player connected: connectionID=17
15:12:12.200 NETWORK (W): Did not find id = 0x8000B40E item = @"ENTITY:4611686018427425135" ('GenericEntity','Assets/Items/Equipment/Maps/Map_Paper_01/Map_Paper_01_folded.xob') at <4857.350098 172.609985 7087.403809> @"{F849217AB3BA88BE}Prefabs/Items/Equipment/Maps/PaperMap_01_folded_USSR.et" in Spatial Map at < 10; 14>
15:12:12.200 NETWORK (W): Did not find id = 0x8000B409 item = @"ENTITY:4611686018427425134" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <4857.350098 172.609985 7087.403809> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 10; 14>
15:12:12.200 NETWORK (W): Did not find id = 0x8000B403 item = @"ENTITY:4611686018427425133" ('GenericEntity','Assets/Items/Equipment/Radios/Radio_ANPRC68/Radio_ANPRC68_01.xob') at <4857.350098 172.609985 7087.403809> @"{941082288222A126}Prefabs/Items/Civilian/Civilian_Radio.et" in Spatial Map at < 10; 14>
15:12:12.217 NETWORK (W): Did not find id = 0x8000B519 item = @"ENTITY:4611686018427425197" ('GenericEntity','Assets/Items/Equipment/Maps/Map_Paper_01/Map_Paper_01_folded.xob') at <5012.509766 175.738266 7082.797852> @"{F849217AB3BA88BE}Prefabs/Items/Equipment/Maps/PaperMap_01_folded_USSR.et" in Spatial Map at < 10; 14>
15:12:12.218 NETWORK (W): Did not find id = 0x8000B514 item = @"ENTITY:4611686018427425196" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <5012.509766 175.738266 7082.797852> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 10; 14>
15:12:12.218 NETWORK (W): Did not find id = 0x8000B50E item = @"ENTITY:4611686018427425195" ('GenericEntity','Assets/Items/Equipment/Radios/Radio_ANPRC68/Radio_ANPRC68_01.xob') at <5012.509766 175.738266 7082.797852> @"{941082288222A126}Prefabs/Items/Civilian/Civilian_Radio.et" in Spatial Map at < 10; 14>
15:12:12.307 NETWORK (W): Did not find id = 0x8000B5C6 item = @"ENTITY:4611686018427425235" ('GenericEntity','Assets/Items/Equipment/Maps/Map_Paper_01/Map_Paper_01_folded.xob') at <4815.020020 168.951248 7092.335938> @"{F849217AB3BA88BE}Prefabs/Items/Equipment/Maps/PaperMap_01_folded_USSR.et" in Spatial Map at < 10; 14>
15:12:12.307 NETWORK (W): Did not find id = 0x8000B5C1 item = @"ENTITY:4611686018427425234" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <4815.020020 168.951248 7092.335938> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 10; 14>
15:12:12.307 NETWORK (W): Did not find id = 0x8000B5BB item = @"ENTITY:4611686018427425233" ('GenericEntity','Assets/Items/Equipment/Radios/Radio_ANPRC68/Radio_ANPRC68_01.xob') at <4815.020020 168.951248 7092.335938> @"{941082288222A126}Prefabs/Items/Civilian/Civilian_Radio.et" in Spatial Map at < 10; 14>
15:12:13.346 NETWORK (W): Did not find id = 0x8000B65A item = @"ENTITY:4611686018427425266" ('GenericEntity','Assets/Items/Equipment/Maps/Map_Paper_01/Map_Paper_01_folded.xob') at <5259.558105 79.520187 6394.251953> @"{F849217AB3BA88BE}Prefabs/Items/Equipment/Maps/PaperMap_01_folded_USSR.et" in Spatial Map at < 11; 13>
15:12:13.346 NETWORK (W): Did not find id = 0x8000B655 item = @"ENTITY:4611686018427425265" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <5259.558105 79.520187 6394.251953> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 11; 13>
15:12:13.346 NETWORK (W): Did not find id = 0x8000B64F item = @"ENTITY:4611686018427425264" ('GenericEntity','Assets/Items/Equipment/Radios/Radio_ANPRC68/Radio_ANPRC68_01.xob') at <5259.558105 79.520187 6394.251953> @"{941082288222A126}Prefabs/Items/Civilian/Civilian_Radio.et" in Spatial Map at < 11; 13>
15:12:13.350 WORLD : UpdateEntities
15:12:13.350 RPL : rpl::Pip::ProcessNetToGame
15:12:13.350 SCRIPT : [Badlands] Auditing registered player.
15:12:13.365 NETWORK (W): Did not find id = 0x8000B6E9 item = @"ENTITY:4611686018427425295" ('GenericEntity','Assets/Items/Equipment/Maps/Map_Paper_01/Map_Paper_01_folded.xob') at <7055.262207 88.500565 3293.667969> @"{F849217AB3BA88BE}Prefabs/Items/Equipment/Maps/PaperMap_01_folded_USSR.et" in Spatial Map at < 14; 7>
15:12:13.365 NETWORK (W): Did not find id = 0x8000B6E4 item = @"ENTITY:4611686018427425294" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <7055.262207 88.500565 3293.667969> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 14; 7>
15:12:13.365 NETWORK (W): Did not find id = 0x8000B6DE item = @"ENTITY:4611686018427425293" ('GenericEntity','Assets/Items/Equipment/Radios/Radio_ANPRC68/Radio_ANPRC68_01.xob') at <7055.262207 88.500565 3293.667969> @"{941082288222A126}Prefabs/Items/Civilian/Civilian_Radio.et" in Spatial Map at < 14; 7>
15:12:13.947 NETWORK (W): Did not find id = 0x8000B89D item = @"ENTITY:4611686018427425382" ('GenericEntity','Assets/Items/Equipment/Maps/Map_Paper_01/Map_Paper_01_folded.xob') at <4703.631836 162.350006 7073.565918> @"{F849217AB3BA88BE}Prefabs/Items/Equipment/Maps/PaperMap_01_folded_USSR.et" in Spatial Map at < 9; 14>
15:12:13.947 NETWORK (W): Did not find id = 0x8000B898 item = @"ENTITY:4611686018427425381" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <4703.631836 162.350006 7073.565918> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 9; 14>
15:12:13.948 NETWORK (W): Did not find id = 0x8000B892 item = @"ENTITY:4611686018427425380" ('GenericEntity','Assets/Items/Equipment/Radios/Radio_ANPRC68/Radio_ANPRC68_01.xob') at <4703.631836 162.350006 7073.565918> @"{941082288222A126}Prefabs/Items/Civilian/Civilian_Radio.et" in Spatial Map at < 9; 14>
15:12:14.065 NETWORK (W): Did not find id = 0x8000B922 item = @"ENTITY:4611686018427425411" ('GenericEntity','Assets/Items/Equipment/Maps/Map_Paper_01/Map_Paper_01_folded.xob') at <4702.454102 162.358078 7071.866211> @"{F849217AB3BA88BE}Prefabs/Items/Equipment/Maps/PaperMap_01_folded_USSR.et" in Spatial Map at < 9; 14>
15:12:14.065 NETWORK (W): Did not find id = 0x8000B91D item = @"ENTITY:4611686018427425410" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <4702.454102 162.358078 7071.866211> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 9; 14>
15:12:14.065 NETWORK (W): Did not find id = 0x8000B917 item = @"ENTITY:4611686018427425409" ('GenericEntity','Assets/Items/Equipment/Radios/Radio_ANPRC68/Radio_ANPRC68_01.xob') at <4702.454102 162.358078 7071.866211> @"{941082288222A126}Prefabs/Items/Civilian/Civilian_Radio.et" in Spatial Map at < 9; 14>
15:12:15.640 NETWORK (W): Did not find id = 0x8000B9F8 item = @"ENTITY:4611686018427425457" ('GenericEntity','Assets/Items/Equipment/Maps/Map_Paper_01/Map_Paper_01_folded.xob') at <4854.377930 173.550003 7090.563965> @"{F849217AB3BA88BE}Prefabs/Items/Equipment/Maps/PaperMap_01_folded_USSR.et" in Spatial Map at < 10; 14>
15:12:15.640 NETWORK (W): Did not find id = 0x8000B9F3 item = @"ENTITY:4611686018427425456" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <4854.377930 173.550003 7090.563965> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 10; 14>
15:12:15.640 NETWORK (W): Did not find id = 0x8000B9ED item = @"ENTITY:4611686018427425455" ('GenericEntity','Assets/Items/Equipment/Radios/Radio_ANPRC68/Radio_ANPRC68_01.xob') at <4854.377930 173.550003 7090.563965> @"{941082288222A126}Prefabs/Items/Civilian/Civilian_Radio.et" in Spatial Map at < 10; 14>
15:12:16.105 NETWORK (W): Did not find id = 0x8000BB68 item = @"ENTITY:4611686018427425527" ('GenericEntity','Assets/Items/Equipment/Maps/Map_Paper_01/Map_Paper_01_folded.xob') at <10611.494141 144.259735 2226.154053> @"{F849217AB3BA88BE}Prefabs/Items/Equipment/Maps/PaperMap_01_folded_USSR.et" in Spatial Map at < 21; 4>
15:12:16.106 NETWORK (W): Did not find id = 0x8000BB63 item = @"ENTITY:4611686018427425526" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <10611.494141 144.259735 2226.154053> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 21; 4>
15:12:16.106 NETWORK (W): Did not find id = 0x8000BB5D item = @"ENTITY:4611686018427425525" ('GenericEntity','Assets/Items/Equipment/Radios/Radio_ANPRC68/Radio_ANPRC68_01.xob') at <10611.494141 144.259735 2226.154053> @"{941082288222A126}Prefabs/Items/Civilian/Civilian_Radio.et" in Spatial Map at < 21; 4>
15:12:16.970 NETWORK (W): Did not find id = 0x8000BC3C item = @"ENTITY:4611686018427425568" ('GenericEntity','Assets/Items/Equipment/Maps/Map_Paper_01/Map_Paper_01_folded.xob') at <4853.520020 173.550003 7091.301758> @"{F849217AB3BA88BE}Prefabs/Items/Equipment/Maps/PaperMap_01_folded_USSR.et" in Spatial Map at < 10; 14>
15:12:16.970 NETWORK (W): Did not find id = 0x8000BC37 item = @"ENTITY:4611686018427425567" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <4853.520020 173.550003 7091.301758> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 10; 14>
15:12:16.971 NETWORK (W): Did not find id = 0x8000BC31 item = @"ENTITY:4611686018427425566" ('GenericEntity','Assets/Items/Equipment/Radios/Radio_ANPRC68/Radio_ANPRC68_01.xob') at <4853.520020 173.550003 7091.301758> @"{941082288222A126}Prefabs/Items/Civilian/Civilian_Radio.et" in Spatial Map at < 10; 14>
15:12:17.263 NETWORK (W): Did not find id = 0x8000BD8B item = @"ENTITY:4611686018427425645" ('GenericEntity','Assets/Items/Equipment/Maps/Map_Paper_01/Map_Paper_01_folded.xob') at <5257.183594 79.524742 6396.525879> @"{F849217AB3BA88BE}Prefabs/Items/Equipment/Maps/PaperMap_01_folded_USSR.et" in Spatial Map at < 11; 13>
15:12:17.263 NETWORK (W): Did not find id = 0x8000BD86 item = @"ENTITY:4611686018427425644" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <5257.183594 79.524742 6396.525879> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 11; 13>
15:12:17.264 NETWORK (W): Did not find id = 0x8000BD80 item = @"ENTITY:4611686018427425643" ('GenericEntity','Assets/Items/Equipment/Radios/Radio_ANPRC68/Radio_ANPRC68_01.xob') at <5257.183594 79.524742 6396.525879> @"{941082288222A126}Prefabs/Items/Civilian/Civilian_Radio.et" in Spatial Map at < 11; 13>
15:12:18.749 NETWORK (W): Did not find id = 0x8000BEAF item = @"ENTITY:4611686018427425676" ('GenericEntity','Assets/Items/Equipment/Maps/Map_Paper_01/Map_Paper_01_folded.xob') at <7221.452148 47.458763 7681.990234> @"{F849217AB3BA88BE}Prefabs/Items/Equipment/Maps/PaperMap_01_folded_USSR.et" in Spatial Map at < 14; 15>
15:12:18.750 NETWORK (W): Did not find id = 0x8000BEAA item = @"ENTITY:4611686018427425675" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <7221.452148 47.458763 7681.990234> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 14; 15>
15:12:18.750 NETWORK (W): Did not find id = 0x8000BEA4 item = @"ENTITY:4611686018427425674" ('GenericEntity','Assets/Items/Equipment/Radios/Radio_ANPRC68/Radio_ANPRC68_01.xob') at <7221.452148 47.458763 7681.990234> @"{941082288222A126}Prefabs/Items/Civilian/Civilian_Radio.et" in Spatial Map at < 14; 15>
15:12:19.131 NETWORK (W): Did not find id = 0x8000BF44 item = @"ENTITY:4611686018427425701" ('GenericEntity','Assets/Items/Equipment/Maps/Map_Paper_01/Map_Paper_01_folded.xob') at <5135.627930 50.308311 5732.666016> @"{F849217AB3BA88BE}Prefabs/Items/Equipment/Maps/PaperMap_01_folded_USSR.et" in Spatial Map at < 10; 11>
15:12:19.132 NETWORK (W): Did not find id = 0x8000BF3F item = @"ENTITY:4611686018427425700" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <5135.627930 50.308311 5732.666016> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 10; 11>
15:12:19.132 NETWORK (W): Did not find id = 0x8000BF39 item = @"ENTITY:4611686018427425699" ('GenericEntity','Assets/Items/Equipment/Radios/Radio_ANPRC68/Radio_ANPRC68_01.xob') at <5135.627930 50.308311 5732.666016> @"{941082288222A126}Prefabs/Items/Civilian/Civilian_Radio.et" in Spatial Map at < 10; 11>
15:12:19.193 NETWORK : Player connected: connectionID=35
Reason: NULL pointer to instance. Variable 'm_CharacterAnimComp'
Class: 'SCR_CharacterCommandHandlerComponent'
Function: 'GetLoiterCommand'
Stack trace:
scripts/Game/Character/SCR_CharacterCommandHandler.c:68 Function GetLoiterCommand
scripts/Game/Character/SCR_CharacterCommandHandler.c:125 Function IsLoitering
scripts/Game/Character/SCR_CharacterControllerComponent.c:449 Function GetCanEquipGadget
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:263 Function SetGadgetMode
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:524 Function HandleInput
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:196 Function OnGadgetInitDone
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:931 Function RegisterInitialGadgets
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:1087 Function InitComponent
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:1252 Function EOnInit
scripts/Game/EPF_PersistenceManager.c:198 Function SpawnWorldEntity
scripts/Game/EPF_EntitySaveData.c:37 Function Spawn
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:202 Function LoadCharacter
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:177 Function OnCharacterDataLoaded
scripts/Game/EDF_DbOperationResultTypes.c:180 Function Invoke#2307133
scripts/Game/Drivers/LocalFile/EDF_FileDbDriverBase.c:176 Function FindAllAsync
scripts/Game/EDF_DbContext.c:97 Function FindAllAsync
scripts/Game/EDF_DbRepository.c:108 Function FindAsync
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:166 Function HandlePlayerLoad
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:118 Function OnUidAvailable
scripts/Game/game.c:922 Function OnUpdate
15:12:19.231 NETWORK (W): Did not find id = 0x8000BFE2 item = @"ENTITY:4611686018427425728" ('GenericEntity','Assets/Items/Equipment/Maps/Map_Paper_01/Map_Paper_01_folded.xob') at <2935.498779 20.711111 1785.559570> @"{F849217AB3BA88BE}Prefabs/Items/Equipment/Maps/PaperMap_01_folded_USSR.et" in Spatial Map at < 6; 4>
15:12:19.231 NETWORK (W): Did not find id = 0x8000BFDD item = @"ENTITY:4611686018427425727" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <2935.498779 20.711111 1785.559570> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 6; 4>
15:12:19.231 NETWORK (W): Did not find id = 0x8000BFD7 item = @"ENTITY:4611686018427425726" ('GenericEntity','Assets/Items/Equipment/Radios/Radio_ANPRC68/Radio_ANPRC68_01.xob') at <2935.498779 20.711111 1785.559570> @"{941082288222A126}Prefabs/Items/Civilian/Civilian_Radio.et" in Spatial Map at < 6; 4>
Reason: NULL pointer to instance. Variable 'm_CharacterAnimComp'
Class: 'SCR_CharacterCommandHandlerComponent'
Function: 'GetLoiterCommand'
Stack trace:
scripts/Game/Character/SCR_CharacterCommandHandler.c:68 Function GetLoiterCommand
scripts/Game/Character/SCR_CharacterCommandHandler.c:125 Function IsLoitering
scripts/Game/Character/SCR_CharacterControllerComponent.c:449 Function GetCanEquipGadget
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:263 Function SetGadgetMode
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:524 Function HandleInput
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:196 Function OnGadgetInitDone
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:931 Function RegisterInitialGadgets
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:1087 Function InitComponent
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:1252 Function EOnInit
scripts/Game/EPF_PersistenceManager.c:198 Function SpawnWorldEntity
scripts/Game/EPF_EntitySaveData.c:37 Function Spawn
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:202 Function LoadCharacter
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:177 Function OnCharacterDataLoaded
scripts/Game/EDF_DbOperationResultTypes.c:180 Function Invoke#2307133
scripts/Game/Drivers/LocalFile/EDF_FileDbDriverBase.c:176 Function FindAllAsync
scripts/Game/EDF_DbContext.c:97 Function FindAllAsync
scripts/Game/EDF_DbRepository.c:108 Function FindAsync
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:166 Function HandlePlayerLoad
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:118 Function OnUidAvailable
scripts/Game/game.c:922 Function OnUpdate
15:12:19.616 NETWORK (W): Did not find id = 0x8000C0A9 item = @"ENTITY:4611686018427425758" ('GenericEntity','Assets/Items/Equipment/Maps/Map_Paper_01/Map_Paper_01_folded.xob') at <7056.932129 88.626274 3290.461914> @"{F849217AB3BA88BE}Prefabs/Items/Equipment/Maps/PaperMap_01_folded_USSR.et" in Spatial Map at < 14; 7>
15:12:19.616 NETWORK (W): Did not find id = 0x8000C0A4 item = @"ENTITY:4611686018427425757" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <7056.932129 88.626274 3290.461914> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 14; 7>
15:12:19.616 NETWORK (W): Did not find id = 0x8000C09E item = @"ENTITY:4611686018427425756" ('GenericEntity','Assets/Items/Equipment/Radios/Radio_ANPRC68/Radio_ANPRC68_01.xob') at <7056.932129 88.626274 3290.461914> @"{941082288222A126}Prefabs/Items/Civilian/Civilian_Radio.et" in Spatial Map at < 14; 7>
Reason: NULL pointer to instance. Variable 'm_CharacterAnimComp'
Class: 'SCR_CharacterCommandHandlerComponent'
Function: 'GetLoiterCommand'
Stack trace:
scripts/Game/Character/SCR_CharacterCommandHandler.c:68 Function GetLoiterCommand
scripts/Game/Character/SCR_CharacterCommandHandler.c:125 Function IsLoitering
scripts/Game/Character/SCR_CharacterControllerComponent.c:449 Function GetCanEquipGadget
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:263 Function SetGadgetMode
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:524 Function HandleInput
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:196 Function OnGadgetInitDone
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:931 Function RegisterInitialGadgets
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:1087 Function InitComponent
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:1252 Function EOnInit
scripts/Game/EPF_PersistenceManager.c:198 Function SpawnWorldEntity
scripts/Game/EPF_EntitySaveData.c:37 Function Spawn
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:202 Function LoadCharacter
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:177 Function OnCharacterDataLoaded
scripts/Game/EDF_DbOperationResultTypes.c:180 Function Invoke#2307133
scripts/Game/Drivers/LocalFile/EDF_FileDbDriverBase.c:176 Function FindAllAsync
scripts/Game/EDF_DbContext.c:97 Function FindAllAsync
scripts/Game/EDF_DbRepository.c:108 Function FindAsync
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:166 Function HandlePlayerLoad
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:118 Function OnUidAvailable
scripts/Game/game.c:922 Function OnUpdate
15:12:19.830 NETWORK (W): Did not find id = 0x8000C207 item = @"ENTITY:4611686018427425831" ('GenericEntity','Assets/Items/Equipment/Maps/Map_Paper_01/Map_Paper_01_folded.xob') at <4814.439941 168.951355 7093.060059> @"{F849217AB3BA88BE}Prefabs/Items/Equipment/Maps/PaperMap_01_folded_USSR.et" in Spatial Map at < 10; 14>
15:12:19.830 NETWORK (W): Did not find id = 0x8000C202 item = @"ENTITY:4611686018427425830" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <4814.439941 168.951355 7093.060059> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 10; 14>
15:12:19.831 NETWORK (W): Did not find id = 0x8000C1FC item = @"ENTITY:4611686018427425829" ('GenericEntity','Assets/Items/Equipment/Radios/Radio_ANPRC68/Radio_ANPRC68_01.xob') at <4814.439941 168.951355 7093.060059> @"{941082288222A126}Prefabs/Items/Civilian/Civilian_Radio.et" in Spatial Map at < 10; 14>
Reason: NULL pointer to instance. Variable 'm_CharacterAnimComp'
Class: 'SCR_CharacterCommandHandlerComponent'
Function: 'GetLoiterCommand'
Stack trace:
scripts/Game/Character/SCR_CharacterCommandHandler.c:68 Function GetLoiterCommand
scripts/Game/Character/SCR_CharacterCommandHandler.c:125 Function IsLoitering
scripts/Game/Character/SCR_CharacterControllerComponent.c:449 Function GetCanEquipGadget
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:263 Function SetGadgetMode
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:524 Function HandleInput
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:196 Function OnGadgetInitDone
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:931 Function RegisterInitialGadgets
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:1087 Function InitComponent
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:1252 Function EOnInit
scripts/Game/EPF_PersistenceManager.c:198 Function SpawnWorldEntity
scripts/Game/EPF_EntitySaveData.c:37 Function Spawn
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:202 Function LoadCharacter
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:177 Function OnCharacterDataLoaded
scripts/Game/EDF_DbOperationResultTypes.c:180 Function Invoke#2307133
scripts/Game/Drivers/LocalFile/EDF_FileDbDriverBase.c:176 Function FindAllAsync
scripts/Game/EDF_DbContext.c:97 Function FindAllAsync
scripts/Game/EDF_DbRepository.c:108 Function FindAsync
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:166 Function HandlePlayerLoad
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:118 Function OnUidAvailable
scripts/Game/game.c:922 Function OnUpdate
15:12:20.533 NETWORK (W): Did not find id = 0x8000C300 item = @"ENTITY:4611686018427425867" ('GenericEntity','Assets/Items/Equipment/Maps/Map_Paper_01/Map_Paper_01_folded.xob') at <4917.930176 172.027664 7021.129883> @"{F849217AB3BA88BE}Prefabs/Items/Equipment/Maps/PaperMap_01_folded_USSR.et" in Spatial Map at < 10; 14>
15:12:20.533 NETWORK (W): Did not find id = 0x8000C2FB item = @"ENTITY:4611686018427425866" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <4917.930176 172.027664 7021.129883> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 10; 14>
15:12:20.533 NETWORK (W): Did not find id = 0x8000C2F5 item = @"ENTITY:4611686018427425865" ('GenericEntity','Assets/Items/Equipment/Radios/Radio_ANPRC68/Radio_ANPRC68_01.xob') at <4917.930176 172.027664 7021.129883> @"{941082288222A126}Prefabs/Items/Civilian/Civilian_Radio.et" in Spatial Map at < 10; 14>
Reason: NULL pointer to instance. Variable 'm_CharacterAnimComp'
Class: 'SCR_CharacterCommandHandlerComponent'
Function: 'GetLoiterCommand'
Stack trace:
scripts/Game/Character/SCR_CharacterCommandHandler.c:68 Function GetLoiterCommand
scripts/Game/Character/SCR_CharacterCommandHandler.c:125 Function IsLoitering
scripts/Game/Character/SCR_CharacterControllerComponent.c:449 Function GetCanEquipGadget
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:263 Function SetGadgetMode
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:524 Function HandleInput
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:196 Function OnGadgetInitDone
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:931 Function RegisterInitialGadgets
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:1087 Function InitComponent
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:1252 Function EOnInit
scripts/Game/EPF_PersistenceManager.c:198 Function SpawnWorldEntity
scripts/Game/EPF_EntitySaveData.c:37 Function Spawn
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:202 Function LoadCharacter
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:177 Function OnCharacterDataLoaded
scripts/Game/EDF_DbOperationResultTypes.c:180 Function Invoke#2307133
scripts/Game/Drivers/LocalFile/EDF_FileDbDriverBase.c:176 Function FindAllAsync
scripts/Game/EDF_DbContext.c:97 Function FindAllAsync
scripts/Game/EDF_DbRepository.c:108 Function FindAsync
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:166 Function HandlePlayerLoad
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:118 Function OnUidAvailable
scripts/Game/game.c:922 Function OnUpdate
15:12:20.732 NETWORK (W): Did not find id = 0x8000C58E item = @"ENTITY:4611686018427426019" ('GenericEntity','Assets/Items/Equipment/Maps/Map_Paper_01/Map_Paper_01_folded.xob') at <4744.210449 161.445419 7391.506836> @"{F849217AB3BA88BE}Prefabs/Items/Equipment/Maps/PaperMap_01_folded_USSR.et" in Spatial Map at < 9; 15>
15:12:20.732 NETWORK (W): Did not find id = 0x8000C589 item = @"ENTITY:4611686018427426018" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <4744.210449 161.445419 7391.506836> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 9; 15>
15:12:20.732 NETWORK (W): Did not find id = 0x8000C583 item = @"ENTITY:4611686018427426017" ('GenericEntity','Assets/Items/Equipment/Radios/Radio_ANPRC68/Radio_ANPRC68_01.xob') at <4744.210449 161.445419 7391.506836> @"{941082288222A126}Prefabs/Items/Civilian/Civilian_Radio.et" in Spatial Map at < 9; 15>
Reason: NULL pointer to instance. Variable 'm_CharacterAnimComp'
Class: 'SCR_CharacterCommandHandlerComponent'
Function: 'GetLoiterCommand'
Stack trace:
scripts/Game/Character/SCR_CharacterCommandHandler.c:68 Function GetLoiterCommand
scripts/Game/Character/SCR_CharacterCommandHandler.c:125 Function IsLoitering
scripts/Game/Character/SCR_CharacterControllerComponent.c:449 Function GetCanEquipGadget
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:263 Function SetGadgetMode
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:524 Function HandleInput
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:196 Function OnGadgetInitDone
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:931 Function RegisterInitialGadgets
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:1087 Function InitComponent
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:1252 Function EOnInit
scripts/Game/EPF_PersistenceManager.c:198 Function SpawnWorldEntity
scripts/Game/EPF_EntitySaveData.c:37 Function Spawn
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:202 Function LoadCharacter
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:177 Function OnCharacterDataLoaded
scripts/Game/EDF_DbOperationResultTypes.c:180 Function Invoke#2307133
scripts/Game/Drivers/LocalFile/EDF_FileDbDriverBase.c:176 Function FindAllAsync
scripts/Game/EDF_DbContext.c:97 Function FindAllAsync
scripts/Game/EDF_DbRepository.c:108 Function FindAsync
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:166 Function HandlePlayerLoad
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:118 Function OnUidAvailable
scripts/Game/game.c:922 Function OnUpdate
15:12:20.931 NETWORK (W): Did not find id = 0x8000C6E0 item = @"ENTITY:4611686018427426096" ('GenericEntity','Assets/Items/Equipment/Maps/Map_Paper_01/Map_Paper_01_folded.xob') at <4771.877930 163.990005 7161.467773> @"{F849217AB3BA88BE}Prefabs/Items/Equipment/Maps/PaperMap_01_folded_USSR.et" in Spatial Map at < 10; 14>
15:12:20.931 NETWORK (W): Did not find id = 0x8000C6DB item = @"ENTITY:4611686018427426095" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <4771.877930 163.990005 7161.467773> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 10; 14>
15:12:20.931 NETWORK (W): Did not find id = 0x8000C6D5 item = @"ENTITY:4611686018427426094" ('GenericEntity','Assets/Items/Equipment/Radios/Radio_ANPRC68/Radio_ANPRC68_01.xob') at <4771.877930 163.990005 7161.467773> @"{941082288222A126}Prefabs/Items/Civilian/Civilian_Radio.et" in Spatial Map at < 10; 14>
15:12:20.978 WORLD : UpdateEntities
15:12:20.978 RPL : rpl::Pip::ProcessNetToGame
15:12:20.978 SCRIPT : [Badlands] Auditing registered player.
Reason: NULL pointer to instance. Variable 'm_CharacterAnimComp'
Class: 'SCR_CharacterCommandHandlerComponent'
Function: 'GetLoiterCommand'
Stack trace:
scripts/Game/Character/SCR_CharacterCommandHandler.c:68 Function GetLoiterCommand
scripts/Game/Character/SCR_CharacterCommandHandler.c:125 Function IsLoitering
scripts/Game/Character/SCR_CharacterControllerComponent.c:449 Function GetCanEquipGadget
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:263 Function SetGadgetMode
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:524 Function HandleInput
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:196 Function OnGadgetInitDone
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:931 Function RegisterInitialGadgets
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:1087 Function InitComponent
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:1252 Function EOnInit
scripts/Game/EPF_PersistenceManager.c:198 Function SpawnWorldEntity
scripts/Game/EPF_EntitySaveData.c:37 Function Spawn
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:202 Function LoadCharacter
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:177 Function OnCharacterDataLoaded
scripts/Game/EDF_DbOperationResultTypes.c:180 Function Invoke#2307133
scripts/Game/Drivers/LocalFile/EDF_FileDbDriverBase.c:176 Function FindAllAsync
scripts/Game/EDF_DbContext.c:97 Function FindAllAsync
scripts/Game/EDF_DbRepository.c:108 Function FindAsync
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:166 Function HandlePlayerLoad
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:118 Function OnUidAvailable
scripts/Game/game.c:922 Function OnUpdate
15:12:20.997 NETWORK (W): Did not find id = 0x8000C7AD item = @"ENTITY:4611686018427426142" ('GenericEntity','Assets/Items/Equipment/Maps/Map_Paper_01/Map_Paper_01_folded.xob') at <10628.774414 145.210785 2232.582031> @"{F849217AB3BA88BE}Prefabs/Items/Equipment/Maps/PaperMap_01_folded_USSR.et" in Spatial Map at < 21; 4>
15:12:20.997 NETWORK (W): Did not find id = 0x8000C7A8 item = @"ENTITY:4611686018427426141" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <10628.774414 145.210785 2232.582031> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 21; 4>
15:12:20.997 NETWORK (W): Did not find id = 0x8000C7A2 item = @"ENTITY:4611686018427426140" ('GenericEntity','Assets/Items/Equipment/Radios/Radio_ANPRC68/Radio_ANPRC68_01.xob') at <10628.774414 145.210785 2232.582031> @"{941082288222A126}Prefabs/Items/Civilian/Civilian_Radio.et" in Spatial Map at < 21; 4>
Reason: NULL pointer to instance. Variable 'm_CharacterAnimComp'
Class: 'SCR_CharacterCommandHandlerComponent'
Function: 'GetLoiterCommand'
Stack trace:
scripts/Game/Character/SCR_CharacterCommandHandler.c:68 Function GetLoiterCommand
scripts/Game/Character/SCR_CharacterCommandHandler.c:125 Function IsLoitering
scripts/Game/Character/SCR_CharacterControllerComponent.c:449 Function GetCanEquipGadget
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:263 Function SetGadgetMode
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:524 Function HandleInput
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:196 Function OnGadgetInitDone
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:931 Function RegisterInitialGadgets
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:1087 Function InitComponent
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:1252 Function EOnInit
scripts/Game/EPF_PersistenceManager.c:198 Function SpawnWorldEntity
scripts/Game/EPF_EntitySaveData.c:37 Function Spawn
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:202 Function LoadCharacter
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:177 Function OnCharacterDataLoaded
scripts/Game/EDF_DbOperationResultTypes.c:180 Function Invoke#2307133
scripts/Game/Drivers/LocalFile/EDF_FileDbDriverBase.c:176 Function FindAllAsync
scripts/Game/EDF_DbContext.c:97 Function FindAllAsync
scripts/Game/EDF_DbRepository.c:108 Function FindAsync
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:166 Function HandlePlayerLoad
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:118 Function OnUidAvailable
scripts/Game/game.c:922 Function OnUpdate
15:12:21.404 NETWORK (W): Did not find id = 0x8000C88C item = @"ENTITY:4611686018427426193" ('GenericEntity','Assets/Items/Equipment/Maps/Map_Paper_01/Map_Paper_01_folded.xob') at <4813.642090 168.867844 7072.941895> @"{F849217AB3BA88BE}Prefabs/Items/Equipment/Maps/PaperMap_01_folded_USSR.et" in Spatial Map at < 10; 14>
15:12:21.404 NETWORK (W): Did not find id = 0x8000C887 item = @"ENTITY:4611686018427426192" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <4813.642090 168.867844 7072.941895> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 10; 14>
15:12:21.404 NETWORK (W): Did not find id = 0x8000C881 item = @"ENTITY:4611686018427426191" ('GenericEntity','Assets/Items/Equipment/Radios/Radio_ANPRC68/Radio_ANPRC68_01.xob') at <4813.642090 168.867844 7072.941895> @"{941082288222A126}Prefabs/Items/Civilian/Civilian_Radio.et" in Spatial Map at < 10; 14>
15:12:21.406 SCRIPT : [Badlands] BAD_BackendApiGameModeComponent.HandleOnConnect profile found e63fec4f-f132-4feb-956c-e3f24f9f710e
15:12:21.459 SCRIPT : [Badlands] BAD_BackendApiGameModeComponent.HandleOnConnect profile found 415c3dae-3990-4fc7-8a0a-73a820131674
15:12:21.578 WORLD : UpdateEntities
15:12:21.578 RPL : rpl::Pip::ProcessNetToGame
15:12:21.578 SCRIPT (E): [Badlands] profile not found for playerId 20 profileName itz_yo_Boi_OJ machineName PS5-520 adapterName PS5 Custom AMD RDNA 2
15:12:21.578 SCRIPT (E): [Badlands] profile not found for playerId 27 profileName minwinpc machineName minwinpc adapterName Gaming.Xbox
Reason: NULL pointer to instance. Variable 'm_CharacterAnimComp'
Class: 'SCR_CharacterCommandHandlerComponent'
Function: 'GetLoiterCommand'
Stack trace:
scripts/Game/Character/SCR_CharacterCommandHandler.c:68 Function GetLoiterCommand
scripts/Game/Character/SCR_CharacterCommandHandler.c:125 Function IsLoitering
scripts/Game/Character/SCR_CharacterControllerComponent.c:449 Function GetCanEquipGadget
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:263 Function SetGadgetMode
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:524 Function HandleInput
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:196 Function OnGadgetInitDone
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:931 Function RegisterInitialGadgets
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:1087 Function InitComponent
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:1252 Function EOnInit
scripts/Game/EPF_PersistenceManager.c:198 Function SpawnWorldEntity
scripts/Game/EPF_EntitySaveData.c:37 Function Spawn
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:202 Function LoadCharacter
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:177 Function OnCharacterDataLoaded
scripts/Game/EDF_DbOperationResultTypes.c:180 Function Invoke#2307133
scripts/Game/Drivers/LocalFile/EDF_FileDbDriverBase.c:176 Function FindAllAsync
scripts/Game/EDF_DbContext.c:97 Function FindAllAsync
scripts/Game/EDF_DbRepository.c:108 Function FindAsync
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:166 Function HandlePlayerLoad
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:118 Function OnUidAvailable
scripts/Game/game.c:922 Function OnUpdate
15:12:21.998 NETWORK (W): Did not find id = 0x8000C907 item = @"ENTITY:4611686018427426220" ('GenericEntity','Assets/Items/Equipment/Maps/Map_Paper_01/Map_Paper_01_folded.xob') at <5587.573730 48.064678 9129.070312> @"{F849217AB3BA88BE}Prefabs/Items/Equipment/Maps/PaperMap_01_folded_USSR.et" in Spatial Map at < 11; 18>
15:12:21.998 NETWORK (W): Did not find id = 0x8000C902 item = @"ENTITY:4611686018427426219" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <5587.573730 48.064678 9129.070312> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 11; 18>
15:12:21.998 NETWORK (W): Did not find id = 0x8000C8FC item = @"ENTITY:4611686018427426218" ('GenericEntity','Assets/Items/Equipment/Radios/Radio_ANPRC68/Radio_ANPRC68_01.xob') at <5587.573730 48.064678 9129.070312> @"{941082288222A126}Prefabs/Items/Civilian/Civilian_Radio.et" in Spatial Map at < 11; 18>
Reason: NULL pointer to instance. Variable 'm_CharacterAnimComp'
Class: 'SCR_CharacterCommandHandlerComponent'
Function: 'GetLoiterCommand'
Stack trace:
scripts/Game/Character/SCR_CharacterCommandHandler.c:68 Function GetLoiterCommand
scripts/Game/Character/SCR_CharacterCommandHandler.c:125 Function IsLoitering
scripts/Game/Character/SCR_CharacterControllerComponent.c:449 Function GetCanEquipGadget
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:263 Function SetGadgetMode
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:524 Function HandleInput
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:196 Function OnGadgetInitDone
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:931 Function RegisterInitialGadgets
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:1087 Function InitComponent
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:1252 Function EOnInit
scripts/Game/EPF_PersistenceManager.c:198 Function SpawnWorldEntity
scripts/Game/EPF_EntitySaveData.c:37 Function Spawn
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:202 Function LoadCharacter
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:177 Function OnCharacterDataLoaded
scripts/Game/EDF_DbOperationResultTypes.c:180 Function Invoke#2307133
scripts/Game/Drivers/LocalFile/EDF_FileDbDriverBase.c:176 Function FindAllAsync
scripts/Game/EDF_DbContext.c:97 Function FindAllAsync
scripts/Game/EDF_DbRepository.c:108 Function FindAsync
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:166 Function HandlePlayerLoad
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:118 Function OnUidAvailable
scripts/Game/game.c:922 Function OnUpdate
15:12:22.130 NETWORK (W): Did not find id = 0x8000C99F item = @"ENTITY:4611686018427426254" ('GenericEntity','Assets/Items/Equipment/Maps/Map_Paper_01/Map_Paper_01_folded.xob') at <4731.708008 501.590027 7118.855957> @"{F849217AB3BA88BE}Prefabs/Items/Equipment/Maps/PaperMap_01_folded_USSR.et" in Spatial Map at < 9; 14>
15:12:22.130 NETWORK (W): Did not find id = 0x8000C99A item = @"ENTITY:4611686018427426253" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <4731.708008 501.590027 7118.855957> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 9; 14>
15:12:22.130 NETWORK (W): Did not find id = 0x8000C994 item = @"ENTITY:4611686018427426252" ('GenericEntity','Assets/Items/Equipment/Radios/Radio_ANPRC68/Radio_ANPRC68_01.xob') at <4731.708008 501.590027 7118.855957> @"{941082288222A126}Prefabs/Items/Civilian/Civilian_Radio.et" in Spatial Map at < 9; 14>
Reason: NULL pointer to instance. Variable 'm_CharacterAnimComp'
Class: 'SCR_CharacterCommandHandlerComponent'
Function: 'GetLoiterCommand'
Stack trace:
scripts/Game/Character/SCR_CharacterCommandHandler.c:68 Function GetLoiterCommand
scripts/Game/Character/SCR_CharacterCommandHandler.c:125 Function IsLoitering
scripts/Game/Character/SCR_CharacterControllerComponent.c:449 Function GetCanEquipGadget
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:263 Function SetGadgetMode
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:524 Function HandleInput
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:196 Function OnGadgetInitDone
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:931 Function RegisterInitialGadgets
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:1087 Function InitComponent
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:1252 Function EOnInit
scripts/Game/EPF_PersistenceManager.c:198 Function SpawnWorldEntity
scripts/Game/EPF_EntitySaveData.c:37 Function Spawn
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:202 Function LoadCharacter
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:177 Function OnCharacterDataLoaded
scripts/Game/EDF_DbOperationResultTypes.c:180 Function Invoke#2307133
scripts/Game/Drivers/LocalFile/EDF_FileDbDriverBase.c:176 Function FindAllAsync
scripts/Game/EDF_DbContext.c:97 Function FindAllAsync
scripts/Game/EDF_DbRepository.c:108 Function FindAsync
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:166 Function HandlePlayerLoad
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:118 Function OnUidAvailable
scripts/Game/game.c:922 Function OnUpdate
15:12:22.754 NETWORK (W): Did not find id = 0x8000CA2F item = @"ENTITY:4611686018427426278" ('GenericEntity','Assets/Items/Equipment/Maps/Map_Paper_01/Map_Paper_01_folded.xob') at <7055.366211 88.561913 3292.145996> @"{F849217AB3BA88BE}Prefabs/Items/Equipment/Maps/PaperMap_01_folded_USSR.et" in Spatial Map at < 14; 7>
15:12:22.755 NETWORK (W): Did not find id = 0x8000CA2A item = @"ENTITY:4611686018427426277" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <7055.366211 88.561913 3292.145996> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 14; 7>
15:12:22.755 NETWORK (W): Did not find id = 0x8000CA24 item = @"ENTITY:4611686018427426276" ('GenericEntity','Assets/Items/Equipment/Radios/Radio_ANPRC68/Radio_ANPRC68_01.xob') at <7055.366211 88.561913 3292.145996> @"{941082288222A126}Prefabs/Items/Civilian/Civilian_Radio.et" in Spatial Map at < 14; 7>
15:12:22.810 WORLD : UpdateEntities
15:12:22.810 RPL : rpl::Pip::ProcessNetToGame
15:12:22.810 SCRIPT (E): [Badlands] profile not found for playerId 23 profileName UrBMsAdbuctor machineName PS5 adapterName PS5 Custom AMD RDNA 2
15:12:22.811 WORLD : UpdateEntities
15:12:22.811 RPL : rpl::Pip::ProcessNetToGame
15:12:22.811 SCRIPT : [Badlands] Auditing registered player.
Reason: NULL pointer to instance. Variable 'm_CharacterAnimComp'
Class: 'SCR_CharacterCommandHandlerComponent'
Function: 'GetLoiterCommand'
Stack trace:
scripts/Game/Character/SCR_CharacterCommandHandler.c:68 Function GetLoiterCommand
scripts/Game/Character/SCR_CharacterCommandHandler.c:125 Function IsLoitering
scripts/Game/Character/SCR_CharacterControllerComponent.c:449 Function GetCanEquipGadget
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:263 Function SetGadgetMode
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:524 Function HandleInput
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:196 Function OnGadgetInitDone
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:931 Function RegisterInitialGadgets
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:1087 Function InitComponent
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:1252 Function EOnInit
scripts/Game/EPF_PersistenceManager.c:198 Function SpawnWorldEntity
scripts/Game/EPF_EntitySaveData.c:37 Function Spawn
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:202 Function LoadCharacter
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:177 Function OnCharacterDataLoaded
scripts/Game/EDF_DbOperationResultTypes.c:180 Function Invoke#2307133
scripts/Game/Drivers/LocalFile/EDF_FileDbDriverBase.c:176 Function FindAllAsync
scripts/Game/EDF_DbContext.c:97 Function FindAllAsync
scripts/Game/EDF_DbRepository.c:108 Function FindAsync
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:166 Function HandlePlayerLoad
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:118 Function OnUidAvailable
scripts/Game/game.c:922 Function OnUpdate
15:12:22.831 NETWORK (W): Did not find id = 0x8000CA9D item = @"ENTITY:4611686018427426301" ('GenericEntity','Assets/Items/Equipment/Maps/Map_Paper_01/Map_Paper_01_folded.xob') at <4267.213867 59.662498 5847.512207> @"{F849217AB3BA88BE}Prefabs/Items/Equipment/Maps/PaperMap_01_folded_USSR.et" in Spatial Map at < 9; 12>
15:12:22.831 NETWORK (W): Did not find id = 0x8000CA98 item = @"ENTITY:4611686018427426300" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <4267.213867 59.662498 5847.512207> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 9; 12>
15:12:22.831 NETWORK (W): Did not find id = 0x8000CA92 item = @"ENTITY:4611686018427426299" ('GenericEntity','Assets/Items/Equipment/Radios/Radio_ANPRC68/Radio_ANPRC68_01.xob') at <4267.213867 59.662498 5847.512207> @"{941082288222A126}Prefabs/Items/Civilian/Civilian_Radio.et" in Spatial Map at < 9; 12>
15:12:23.083 WORLD : UpdateEntities
15:12:23.083 WORLD : PostFrame
15:12:23.083 SCRIPT : Should Notify
15:12:23.177 WORLD : UpdateEntities
15:12:23.177 RPL : rpl::Pip::ProcessNetToGame
15:12:23.177 SCRIPT (E): [Badlands] profile not found for playerId 35 profileName minwinpc machineName minwinpc adapterName Gaming.Xbox
15:12:23.193 SCRIPT : [Badlands] BAD_BackendApiGameModeComponent.HandleOnConnect profile found 63c550df-a824-4adf-bc3d-77528736a8d0
15:12:23.193 SCRIPT : [Badlands] BAD_BackendApiGameModeComponent.HandleOnConnect profile found 80ede76f-abb7-416a-8bdb-f1cf5c4835ba
Reason: NULL pointer to instance. Variable 'm_CharacterAnimComp'
Class: 'SCR_CharacterCommandHandlerComponent'
Function: 'GetLoiterCommand'
Stack trace:
scripts/Game/Character/SCR_CharacterCommandHandler.c:68 Function GetLoiterCommand
scripts/Game/Character/SCR_CharacterCommandHandler.c:125 Function IsLoitering
scripts/Game/Character/SCR_CharacterControllerComponent.c:449 Function GetCanEquipGadget
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:263 Function SetGadgetMode
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:524 Function HandleInput
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:196 Function OnGadgetInitDone
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:931 Function RegisterInitialGadgets
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:1087 Function InitComponent
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:1252 Function EOnInit
scripts/Game/EPF_PersistenceManager.c:198 Function SpawnWorldEntity
scripts/Game/EPF_EntitySaveData.c:37 Function Spawn
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:202 Function LoadCharacter
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:177 Function OnCharacterDataLoaded
scripts/Game/EDF_DbOperationResultTypes.c:180 Function Invoke#2307133
scripts/Game/Drivers/LocalFile/EDF_FileDbDriverBase.c:176 Function FindAllAsync
scripts/Game/EDF_DbContext.c:97 Function FindAllAsync
scripts/Game/EDF_DbRepository.c:108 Function FindAsync
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:166 Function HandlePlayerLoad
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:118 Function OnUidAvailable
scripts/Game/game.c:922 Function OnUpdate
15:12:23.765 NETWORK (W): Did not find id = 0x8000CB4B item = @"ENTITY:4611686018427426339" ('GenericEntity','Assets/Items/Equipment/Maps/Map_Paper_01/Map_Paper_01_folded.xob') at <4881.441895 175.341492 7130.264160> @"{F849217AB3BA88BE}Prefabs/Items/Equipment/Maps/PaperMap_01_folded_USSR.et" in Spatial Map at < 10; 14>
15:12:23.765 NETWORK (W): Did not find id = 0x8000CB46 item = @"ENTITY:4611686018427426338" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <4881.441895 175.341492 7130.264160> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 10; 14>
15:12:23.766 NETWORK (W): Did not find id = 0x8000CB40 item = @"ENTITY:4611686018427426337" ('GenericEntity','Assets/Items/Equipment/Radios/Radio_ANPRC68/Radio_ANPRC68_01.xob') at <4881.441895 175.341492 7130.264160> @"{941082288222A126}Prefabs/Items/Civilian/Civilian_Radio.et" in Spatial Map at < 10; 14>
15:12:23.770 RESOURCES (E): Can't remap 'Assets/Characters/HeadGear/Hat_TruckerCap_01/Hat_TruckerCap_01_item.xob' material from 'Shirt_Retopo_01_Item' to 'Assets/Characters/Uniforms/Shirt_CottonShirt_01/Data/Shirt_CottonShirt_01_Item_V6_Dirty.emat'. Source material do not exist
15:12:23.944 WORLD : UpdateEntities
15:12:23.944 RPL : rpl::Pip::ProcessNetToGame
15:12:23.944 SCRIPT : [Badlands] Auditing registered player.
Reason: NULL pointer to instance. Variable 'm_CharacterAnimComp'
Class: 'SCR_CharacterCommandHandlerComponent'
Function: 'GetLoiterCommand'
Stack trace:
scripts/Game/Character/SCR_CharacterCommandHandler.c:68 Function GetLoiterCommand
scripts/Game/Character/SCR_CharacterCommandHandler.c:125 Function IsLoitering
scripts/Game/Character/SCR_CharacterControllerComponent.c:449 Function GetCanEquipGadget
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:263 Function SetGadgetMode
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:524 Function HandleInput
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:196 Function OnGadgetInitDone
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:931 Function RegisterInitialGadgets
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:1087 Function InitComponent
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:1252 Function EOnInit
scripts/Game/EPF_PersistenceManager.c:198 Function SpawnWorldEntity
scripts/Game/EPF_EntitySaveData.c:37 Function Spawn
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:202 Function LoadCharacter
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:177 Function OnCharacterDataLoaded
scripts/Game/EDF_DbOperationResultTypes.c:180 Function Invoke#2307133
scripts/Game/Drivers/LocalFile/EDF_FileDbDriverBase.c:176 Function FindAllAsync
scripts/Game/EDF_DbContext.c:97 Function FindAllAsync
scripts/Game/EDF_DbRepository.c:108 Function FindAsync
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:166 Function HandlePlayerLoad
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:118 Function OnUidAvailable
scripts/Game/game.c:922 Function OnUpdate
15:12:23.963 NETWORK (W): Did not find id = 0x8000CC27 item = @"ENTITY:4611686018427426392" ('GenericEntity','Assets/Items/Equipment/Maps/Map_Paper_01/Map_Paper_01_folded.xob') at <4859.863281 164.834152 6898.299805> @"{F849217AB3BA88BE}Prefabs/Items/Equipment/Maps/PaperMap_01_folded_USSR.et" in Spatial Map at < 10; 14>
15:12:23.963 NETWORK (W): Did not find id = 0x8000CC22 item = @"ENTITY:4611686018427426391" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <4859.863281 164.834152 6898.299805> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 10; 14>
15:12:23.963 NETWORK (W): Did not find id = 0x8000CC1C item = @"ENTITY:4611686018427426390" ('GenericEntity','Assets/Items/Equipment/Radios/Radio_ANPRC68/Radio_ANPRC68_01.xob') at <4859.863281 164.834152 6898.299805> @"{941082288222A126}Prefabs/Items/Civilian/Civilian_Radio.et" in Spatial Map at < 10; 14>
15:12:23.964 SCRIPT : int m_iValue = 13
15:12:24.059 NETWORK : Player connected: connectionID=34
Reason: NULL pointer to instance. Variable 'm_CharacterAnimComp'
Class: 'SCR_CharacterCommandHandlerComponent'
Function: 'GetLoiterCommand'
Stack trace:
scripts/Game/Character/SCR_CharacterCommandHandler.c:68 Function GetLoiterCommand
scripts/Game/Character/SCR_CharacterCommandHandler.c:125 Function IsLoitering
scripts/Game/Character/SCR_CharacterControllerComponent.c:449 Function GetCanEquipGadget
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:263 Function SetGadgetMode
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:524 Function HandleInput
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:196 Function OnGadgetInitDone
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:931 Function RegisterInitialGadgets
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:1087 Function InitComponent
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:1252 Function EOnInit
scripts/Game/EPF_PersistenceManager.c:198 Function SpawnWorldEntity
scripts/Game/EPF_EntitySaveData.c:37 Function Spawn
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:202 Function LoadCharacter
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:177 Function OnCharacterDataLoaded
scripts/Game/EDF_DbOperationResultTypes.c:180 Function Invoke#2307133
scripts/Game/Drivers/LocalFile/EDF_FileDbDriverBase.c:176 Function FindAllAsync
scripts/Game/EDF_DbContext.c:97 Function FindAllAsync
scripts/Game/EDF_DbRepository.c:108 Function FindAsync
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:166 Function HandlePlayerLoad
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:118 Function OnUidAvailable
scripts/Game/game.c:922 Function OnUpdate
15:12:27.847 NETWORK (W): Did not find id = 0x8000CCDB item = @"ENTITY:4611686018427426423" ('GenericEntity','Assets/Items/Equipment/Maps/Map_Paper_01/Map_Paper_01_folded.xob') at <5019.523926 175.804504 7088.698242> @"{F849217AB3BA88BE}Prefabs/Items/Equipment/Maps/PaperMap_01_folded_USSR.et" in Spatial Map at < 10; 14>
15:12:27.847 NETWORK (W): Did not find id = 0x8000CCD6 item = @"ENTITY:4611686018427426422" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <5019.523926 175.804504 7088.698242> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 10; 14>
15:12:27.847 NETWORK (W): Did not find id = 0x8000CCD0 item = @"ENTITY:4611686018427426421" ('GenericEntity','Assets/Items/Equipment/Radios/Radio_ANPRC68/Radio_ANPRC68_01.xob') at <5019.523926 175.804504 7088.698242> @"{941082288222A126}Prefabs/Items/Civilian/Civilian_Radio.et" in Spatial Map at < 10; 14>
15:12:27.943 SCRIPT : [Badlands] BAD_BackendApiGameModeComponent.HandleOnConnect profile found d66021ff-c465-4c6a-b4a4-89c1541b67b6
15:12:28.127 NETWORK : Total number of players: 37
15:12:28.127 RPL (E): RpcError: Calling a RPC from an unregistered item! itemType='script::Game::SCR_BudgetEditorComponent', rpc='OnEntityCoreBudgetUpdatedOwner'
15:12:28.380 RESOURCES (E): Can't remap 'Assets/Wallet/Wallet.xob' material from 'FieldDressing_01' to 'Assets/Items/Medicine/FieldDressing_01/FieldDressing_US_01/Data/FieldDressing_01_Brown.emat'. Source material do not exist
15:12:28.380 NETWORK (W): Did not find id = 0x8000CD6A item = @"ENTITY:4611686018427426447" ('GenericEntity','Assets/Items/Equipment/Maps/Map_Paper_01/Map_Paper_01_folded.xob') at <7056.201660 88.544121 3292.458008> @"{F849217AB3BA88BE}Prefabs/Items/Equipment/Maps/PaperMap_01_folded_USSR.et" in Spatial Map at < 14; 7>
15:12:28.381 NETWORK (W): Did not find id = 0x8000CD65 item = @"ENTITY:4611686018427426446" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <7056.201660 88.544121 3292.458008> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 14; 7>
15:12:28.381 NETWORK (W): Did not find id = 0x8000CD5F item = @"ENTITY:4611686018427426445" ('GenericEntity','Assets/Items/Equipment/Radios/Radio_ANPRC68/Radio_ANPRC68_01.xob') at <7056.201660 88.544121 3292.458008> @"{941082288222A126}Prefabs/Items/Civilian/Civilian_Radio.et" in Spatial Map at < 14; 7>
Reason: NULL pointer to instance. Variable 'm_CharacterAnimComp'
Class: 'SCR_CharacterCommandHandlerComponent'
Function: 'GetLoiterCommand'
Stack trace:
scripts/Game/Character/SCR_CharacterCommandHandler.c:68 Function GetLoiterCommand
scripts/Game/Character/SCR_CharacterCommandHandler.c:125 Function IsLoitering
scripts/Game/Character/SCR_CharacterControllerComponent.c:449 Function GetCanEquipGadget
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:263 Function SetGadgetMode
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:524 Function HandleInput
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:196 Function OnGadgetInitDone
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:931 Function RegisterInitialGadgets
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:1087 Function InitComponent
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:1252 Function EOnInit
scripts/Game/EPF_PersistenceManager.c:198 Function SpawnWorldEntity
scripts/Game/EPF_EntitySaveData.c:37 Function Spawn
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:202 Function LoadCharacter
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:177 Function OnCharacterDataLoaded
scripts/Game/EDF_DbOperationResultTypes.c:180 Function Invoke#2307133
scripts/Game/Drivers/LocalFile/EDF_FileDbDriverBase.c:176 Function FindAllAsync
scripts/Game/EDF_DbContext.c:97 Function FindAllAsync
scripts/Game/EDF_DbRepository.c:108 Function FindAsync
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:166 Function HandlePlayerLoad
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:118 Function OnUidAvailable
scripts/Game/game.c:922 Function OnUpdate
15:12:28.714 NETWORK (W): Did not find id = 0x8000CE3E item = @"ENTITY:4611686018427426490" ('GenericEntity','Assets/Items/Equipment/Maps/Map_Paper_01/Map_Paper_01_folded.xob') at <7054.417969 88.564217 3292.310059> @"{F849217AB3BA88BE}Prefabs/Items/Equipment/Maps/PaperMap_01_folded_USSR.et" in Spatial Map at < 14; 7>
15:12:28.714 NETWORK (W): Did not find id = 0x8000CE39 item = @"ENTITY:4611686018427426489" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <7054.417969 88.564217 3292.310059> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 14; 7>
15:12:28.714 NETWORK (W): Did not find id = 0x8000CE33 item = @"ENTITY:4611686018427426488" ('GenericEntity','Assets/Items/Equipment/Radios/Radio_ANPRC68/Radio_ANPRC68_01.xob') at <7054.417969 88.564217 3292.310059> @"{941082288222A126}Prefabs/Items/Civilian/Civilian_Radio.et" in Spatial Map at < 14; 7>
15:12:29.148 RESOURCES (E): Can't remap 'Uniforms/Tops/Adik_TrackSuit_Top/Adik_Tracksuit_Top_Ground.xob' material from 'Tech_Top' to 'Uniforms/Tops/Tech2021_Top/Data/Tech_Top_black.emat'. Source material do not exist
15:12:29.149 NETWORK (W): Did not find id = 0x8000CED3 item = @"ENTITY:4611686018427426515" ('GenericEntity','Assets/Items/Equipment/Maps/Map_Paper_01/Map_Paper_01_folded.xob') at <4588.855957 6.299990 9267.339844> @"{F849217AB3BA88BE}Prefabs/Items/Equipment/Maps/PaperMap_01_folded_USSR.et" in Spatial Map at < 9; 19>
15:12:29.149 NETWORK (W): Did not find id = 0x8000CECE item = @"ENTITY:4611686018427426514" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <4588.855957 6.299990 9267.339844> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 9; 19>
15:12:29.149 NETWORK (W): Did not find id = 0x8000CEC8 item = @"ENTITY:4611686018427426513" ('GenericEntity','Assets/Items/Equipment/Radios/Radio_ANPRC68/Radio_ANPRC68_01.xob') at <4588.855957 6.299990 9267.339844> @"{941082288222A126}Prefabs/Items/Civilian/Civilian_Radio.et" in Spatial Map at < 9; 19>
15:12:29.152 SCRIPT : int m_iValue = 1
15:12:29.742 SCRIPT : [Badlands] BAD_BackendApiGameModeComponent.HandleOnConnect profile found 785f3508-39ff-46f2-bc80-d14adcb1d47f
15:12:30.184 NETWORK : Total number of players: 39
15:12:30.184 RPL (E): RpcError: Calling a RPC from an unregistered item! itemType='script::Game::SCR_BudgetEditorComponent', rpc='OnEntityCoreBudgetUpdatedOwner'
15:12:30.213 SCRIPT : [Badlands] BAD_BackendApiGameModeComponent.HandleOnConnect profile found a408500e-b5a6-47e7-9671-016a6c16f165
Reason: NULL pointer to instance. Variable 'm_CharacterAnimComp'
Class: 'SCR_CharacterCommandHandlerComponent'
Function: 'GetLoiterCommand'
Stack trace:
scripts/Game/Character/SCR_CharacterCommandHandler.c:68 Function GetLoiterCommand
scripts/Game/Character/SCR_CharacterCommandHandler.c:125 Function IsLoitering
scripts/Game/Character/SCR_CharacterControllerComponent.c:449 Function GetCanEquipGadget
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:263 Function SetGadgetMode
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:524 Function HandleInput
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:196 Function OnGadgetInitDone
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:931 Function RegisterInitialGadgets
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:1087 Function InitComponent
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:1252 Function EOnInit
scripts/Game/EPF_PersistenceManager.c:198 Function SpawnWorldEntity
scripts/Game/EPF_EntitySaveData.c:37 Function Spawn
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:202 Function LoadCharacter
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:177 Function OnCharacterDataLoaded
scripts/Game/EDF_DbOperationResultTypes.c:180 Function Invoke#2307133
scripts/Game/Drivers/LocalFile/EDF_FileDbDriverBase.c:176 Function FindAllAsync
scripts/Game/EDF_DbContext.c:97 Function FindAllAsync
scripts/Game/EDF_DbRepository.c:108 Function FindAsync
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:166 Function HandlePlayerLoad
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:118 Function OnUidAvailable
scripts/Game/game.c:922 Function OnUpdate
15:12:30.621 NETWORK (W): Did not find id = 0x8000CF8B item = @"ENTITY:4611686018427426548" ('GenericEntity','Assets/Items/Equipment/Maps/Map_Paper_01/Map_Paper_01_folded.xob') at <4638.231934 153.394989 7128.043945> @"{F849217AB3BA88BE}Prefabs/Items/Equipment/Maps/PaperMap_01_folded_USSR.et" in Spatial Map at < 9; 14>
15:12:30.621 NETWORK (W): Did not find id = 0x8000CF86 item = @"ENTITY:4611686018427426547" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <4638.231934 153.394989 7128.043945> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 9; 14>
15:12:30.621 NETWORK (W): Did not find id = 0x8000CF80 item = @"ENTITY:4611686018427426546" ('GenericEntity','Assets/Items/Equipment/Radios/Radio_ANPRC68/Radio_ANPRC68_01.xob') at <4638.231934 153.394989 7128.043945> @"{941082288222A126}Prefabs/Items/Civilian/Civilian_Radio.et" in Spatial Map at < 9; 14>
15:12:31.283 MATERIAL : Material load @"{24CA3EEB9C6A40C8}Uniforms/Tops/Tshirt/Data/Default.emat"
15:12:31.283 MATERIAL (E): Material file not found
15:12:31.283 MATERIAL (E): Object @"Uniforms/Tops/Tshirt/Tshirt_Ground.xob" - cannot load material @"Uniforms/Tops/Tshirt/Data/Default.emat", creating default one (class MatPBRBasic)
15:12:31.284 NETWORK (W): Did not find id = 0x8000D09B item = @"ENTITY:4611686018427426594" ('GenericEntity','Assets/Items/Equipment/Maps/Map_Paper_01/Map_Paper_01_folded.xob') at <4612.819824 8.403882 9248.208008> @"{F849217AB3BA88BE}Prefabs/Items/Equipment/Maps/PaperMap_01_folded_USSR.et" in Spatial Map at < 9; 18>
15:12:31.284 NETWORK (W): Did not find id = 0x8000D096 item = @"ENTITY:4611686018427426593" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <4612.819824 8.403882 9248.208008> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 9; 18>
15:12:31.284 NETWORK (W): Did not find id = 0x8000D090 item = @"ENTITY:4611686018427426592" ('GenericEntity','Assets/Items/Equipment/Radios/Radio_ANPRC68/Radio_ANPRC68_01.xob') at <4612.819824 8.403882 9248.208008> @"{941082288222A126}Prefabs/Items/Civilian/Civilian_Radio.et" in Spatial Map at < 9; 18>
15:12:31.295 WORLD : UpdateEntities
15:12:31.295 RPL : rpl::Pip::ProcessNetToGame
15:12:31.295 SCRIPT : [Badlands] Auditing registered player.
Reason: NULL pointer to instance. Variable 'm_CharacterAnimComp'
Class: 'SCR_CharacterCommandHandlerComponent'
Function: 'GetLoiterCommand'
Stack trace:
scripts/Game/Character/SCR_CharacterCommandHandler.c:68 Function GetLoiterCommand
scripts/Game/Character/SCR_CharacterCommandHandler.c:125 Function IsLoitering
scripts/Game/Character/SCR_CharacterControllerComponent.c:449 Function GetCanEquipGadget
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:263 Function SetGadgetMode
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:524 Function HandleInput
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:196 Function OnGadgetInitDone
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:931 Function RegisterInitialGadgets
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:1087 Function InitComponent
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:1252 Function EOnInit
scripts/Game/EPF_PersistenceManager.c:198 Function SpawnWorldEntity
scripts/Game/EPF_EntitySaveData.c:37 Function Spawn
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:202 Function LoadCharacter
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:177 Function OnCharacterDataLoaded
scripts/Game/EDF_DbOperationResultTypes.c:180 Function Invoke#2307133
scripts/Game/Drivers/LocalFile/EDF_FileDbDriverBase.c:176 Function FindAllAsync
scripts/Game/EDF_DbContext.c:97 Function FindAllAsync
scripts/Game/EDF_DbRepository.c:108 Function FindAsync
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:166 Function HandlePlayerLoad
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:118 Function OnUidAvailable
scripts/Game/game.c:922 Function OnUpdate
15:12:31.321 SCRIPT : int m_iValue = 586
15:12:31.322 NETWORK (W): Did not find id = 0x8000D130 item = @"ENTITY:4611686018427426625" ('GenericEntity','Assets/Items/Equipment/Maps/Map_Paper_01/Map_Paper_01_folded.xob') at <4814.558105 168.884384 7082.253906> @"{F849217AB3BA88BE}Prefabs/Items/Equipment/Maps/PaperMap_01_folded_USSR.et" in Spatial Map at < 10; 14>
15:12:31.322 NETWORK (W): Did not find id = 0x8000D12B item = @"ENTITY:4611686018427426624" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <4814.558105 168.884384 7082.253906> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 10; 14>
15:12:31.322 NETWORK (W): Did not find id = 0x8000D125 item = @"ENTITY:4611686018427426623" ('GenericEntity','Assets/Items/Equipment/Radios/Radio_ANPRC68/Radio_ANPRC68_01.xob') at <4814.558105 168.884384 7082.253906> @"{941082288222A126}Prefabs/Items/Civilian/Civilian_Radio.et" in Spatial Map at < 10; 14>
15:12:31.509 SCRIPT : [Badlands] BAD_BackendApiGameModeComponent.HandleOnConnect profile found d226d57b-8b7a-4d7d-9fd5-99cd8c8b7cdb
Reason: NULL pointer to instance. Variable 'm_CharacterAnimComp'
Class: 'SCR_CharacterCommandHandlerComponent'
Function: 'GetLoiterCommand'
Stack trace:
scripts/Game/Character/SCR_CharacterCommandHandler.c:68 Function GetLoiterCommand
scripts/Game/Character/SCR_CharacterCommandHandler.c:125 Function IsLoitering
scripts/Game/Character/SCR_CharacterControllerComponent.c:449 Function GetCanEquipGadget
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:263 Function SetGadgetMode
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:524 Function HandleInput
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:196 Function OnGadgetInitDone
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:931 Function RegisterInitialGadgets
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:1087 Function InitComponent
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:1252 Function EOnInit
scripts/Game/EPF_PersistenceManager.c:198 Function SpawnWorldEntity
scripts/Game/EPF_EntitySaveData.c:37 Function Spawn
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:202 Function LoadCharacter
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:177 Function OnCharacterDataLoaded
scripts/Game/EDF_DbOperationResultTypes.c:180 Function Invoke#2307133
scripts/Game/Drivers/LocalFile/EDF_FileDbDriverBase.c:176 Function FindAllAsync
scripts/Game/EDF_DbContext.c:97 Function FindAllAsync
scripts/Game/EDF_DbRepository.c:108 Function FindAsync
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:166 Function HandlePlayerLoad
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:118 Function OnUidAvailable
scripts/Game/game.c:922 Function OnUpdate
15:12:32.249 NETWORK (W): Did not find id = 0x8000D201 item = @"ENTITY:4611686018427426663" ('GenericEntity','Assets/Items/Equipment/Maps/Map_Paper_01/Map_Paper_01_folded.xob') at <4895.067871 175.341492 7129.861816> @"{F849217AB3BA88BE}Prefabs/Items/Equipment/Maps/PaperMap_01_folded_USSR.et" in Spatial Map at < 10; 14>
15:12:32.249 NETWORK (W): Did not find id = 0x8000D1FC item = @"ENTITY:4611686018427426662" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <4895.067871 175.341492 7129.861816> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 10; 14>
15:12:32.249 NETWORK (W): Did not find id = 0x8000D1F6 item = @"ENTITY:4611686018427426661" ('GenericEntity','Assets/Items/Equipment/Radios/Radio_ANPRC68/Radio_ANPRC68_01.xob') at <4895.067871 175.341492 7129.861816> @"{941082288222A126}Prefabs/Items/Civilian/Civilian_Radio.et" in Spatial Map at < 10; 14>
Reason: NULL pointer to instance. Variable 'm_CharacterAnimComp'
Class: 'SCR_CharacterCommandHandlerComponent'
Function: 'GetLoiterCommand'
Stack trace:
scripts/Game/Character/SCR_CharacterCommandHandler.c:68 Function GetLoiterCommand
scripts/Game/Character/SCR_CharacterCommandHandler.c:125 Function IsLoitering
scripts/Game/Character/SCR_CharacterControllerComponent.c:449 Function GetCanEquipGadget
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:263 Function SetGadgetMode
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:524 Function HandleInput
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:196 Function OnGadgetInitDone
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:931 Function RegisterInitialGadgets
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:1087 Function InitComponent
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:1252 Function EOnInit
scripts/Game/EPF_PersistenceManager.c:198 Function SpawnWorldEntity
scripts/Game/EPF_EntitySaveData.c:37 Function Spawn
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:202 Function LoadCharacter
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:177 Function OnCharacterDataLoaded
scripts/Game/EDF_DbOperationResultTypes.c:180 Function Invoke#2307133
scripts/Game/Drivers/LocalFile/EDF_FileDbDriverBase.c:176 Function FindAllAsync
scripts/Game/EDF_DbContext.c:97 Function FindAllAsync
scripts/Game/EDF_DbRepository.c:108 Function FindAsync
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:166 Function HandlePlayerLoad
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:118 Function OnUidAvailable
scripts/Game/game.c:922 Function OnUpdate
15:12:34.863 NETWORK (W): Did not find id = 0x8000D299 item = @"ENTITY:4611686018427426690" ('GenericEntity','Assets/Items/Equipment/Maps/Map_Paper_01/Map_Paper_01_folded.xob') at <7051.669922 88.561073 3293.154053> @"{F849217AB3BA88BE}Prefabs/Items/Equipment/Maps/PaperMap_01_folded_USSR.et" in Spatial Map at < 14; 7>
15:12:34.864 NETWORK (W): Did not find id = 0x8000D294 item = @"ENTITY:4611686018427426689" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <7051.669922 88.561073 3293.154053> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 14; 7>
15:12:34.864 NETWORK (W): Did not find id = 0x8000D28E item = @"ENTITY:4611686018427426688" ('GenericEntity','Assets/Items/Equipment/Radios/Radio_ANPRC68/Radio_ANPRC68_01.xob') at <7051.669922 88.561073 3293.154053> @"{941082288222A126}Prefabs/Items/Civilian/Civilian_Radio.et" in Spatial Map at < 14; 7>
Reason: NULL pointer to instance. Variable 'm_CharacterAnimComp'
Class: 'SCR_CharacterCommandHandlerComponent'
Function: 'GetLoiterCommand'
Stack trace:
scripts/Game/Character/SCR_CharacterCommandHandler.c:68 Function GetLoiterCommand
scripts/Game/Character/SCR_CharacterCommandHandler.c:125 Function IsLoitering
scripts/Game/Character/SCR_CharacterControllerComponent.c:449 Function GetCanEquipGadget
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:263 Function SetGadgetMode
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:524 Function HandleInput
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:196 Function OnGadgetInitDone
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:931 Function RegisterInitialGadgets
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:1087 Function InitComponent
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:1252 Function EOnInit
scripts/Game/EPF_PersistenceManager.c:198 Function SpawnWorldEntity
scripts/Game/EPF_EntitySaveData.c:37 Function Spawn
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:202 Function LoadCharacter
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:177 Function OnCharacterDataLoaded
scripts/Game/EDF_DbOperationResultTypes.c:180 Function Invoke#2307133
scripts/Game/Drivers/LocalFile/EDF_FileDbDriverBase.c:176 Function FindAllAsync
scripts/Game/EDF_DbContext.c:97 Function FindAllAsync
scripts/Game/EDF_DbRepository.c:108 Function FindAsync
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:166 Function HandlePlayerLoad
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:118 Function OnUidAvailable
scripts/Game/game.c:922 Function OnUpdate
15:12:43.664 NETWORK (W): Did not find id = 0x8000D40C item = @"ENTITY:4611686018427426766" ('GenericEntity','Assets/Items/Equipment/Maps/Map_Paper_01/Map_Paper_01_folded.xob') at <4876.731934 172.709396 7086.908203> @"{F849217AB3BA88BE}Prefabs/Items/Equipment/Maps/PaperMap_01_folded_USSR.et" in Spatial Map at < 10; 14>
15:12:43.664 NETWORK (W): Did not find id = 0x8000D407 item = @"ENTITY:4611686018427426765" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <4876.731934 172.709396 7086.908203> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 10; 14>
15:12:43.664 NETWORK (W): Did not find id = 0x8000D401 item = @"ENTITY:4611686018427426764" ('GenericEntity','Assets/Items/Equipment/Radios/Radio_ANPRC68/Radio_ANPRC68_01.xob') at <4876.731934 172.709396 7086.908203> @"{941082288222A126}Prefabs/Items/Civilian/Civilian_Radio.et" in Spatial Map at < 10; 14>
Reason: NULL pointer to instance. Variable 'm_CharacterAnimComp'
Class: 'SCR_CharacterCommandHandlerComponent'
Function: 'GetLoiterCommand'
Stack trace:
scripts/Game/Character/SCR_CharacterCommandHandler.c:68 Function GetLoiterCommand
scripts/Game/Character/SCR_CharacterCommandHandler.c:125 Function IsLoitering
scripts/Game/Character/SCR_CharacterControllerComponent.c:449 Function GetCanEquipGadget
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:263 Function SetGadgetMode
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:524 Function HandleInput
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:196 Function OnGadgetInitDone
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:931 Function RegisterInitialGadgets
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:1087 Function InitComponent
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:1252 Function EOnInit
scripts/Game/EPF_PersistenceManager.c:198 Function SpawnWorldEntity
scripts/Game/EPF_EntitySaveData.c:37 Function Spawn
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:202 Function LoadCharacter
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:177 Function OnCharacterDataLoaded
scripts/Game/EDF_DbOperationResultTypes.c:180 Function Invoke#2307133
scripts/Game/Drivers/LocalFile/EDF_FileDbDriverBase.c:176 Function FindAllAsync
scripts/Game/EDF_DbContext.c:97 Function FindAllAsync
scripts/Game/EDF_DbRepository.c:108 Function FindAsync
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:166 Function HandlePlayerLoad
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:118 Function OnUidAvailable
scripts/Game/game.c:922 Function OnUpdate
15:12:45.132 NETWORK (W): Did not find id = 0x8000D507 item = @"ENTITY:4611686018427426807" ('GenericEntity','Assets/Items/Equipment/Maps/Map_Paper_01/Map_Paper_01_folded.xob') at <5639.886230 37.296135 9185.049805> @"{F849217AB3BA88BE}Prefabs/Items/Equipment/Maps/PaperMap_01_folded_USSR.et" in Spatial Map at < 11; 18>
15:12:45.132 NETWORK (W): Did not find id = 0x8000D502 item = @"ENTITY:4611686018427426806" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <5639.886230 37.296135 9185.049805> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 11; 18>
15:12:45.132 NETWORK (W): Did not find id = 0x8000D4FC item = @"ENTITY:4611686018427426805" ('GenericEntity','Assets/Items/Equipment/Radios/Radio_ANPRC68/Radio_ANPRC68_01.xob') at <5639.886230 37.296135 9185.049805> @"{941082288222A126}Prefabs/Items/Civilian/Civilian_Radio.et" in Spatial Map at < 11; 18>
15:12:45.132 RESOURCES (E): Can't remap 'Prefabs/Uniforms/Pants/Slim_pants2/Slim_pants2_g.xob' material from 'Tech2019' to 'Uniforms/Pants/Tech2019_Joggers/Data/Blc.emat'. Source material do not exist
Reason: NULL pointer to instance. Variable 'm_CharacterAnimComp'
Class: 'SCR_CharacterCommandHandlerComponent'
Function: 'GetLoiterCommand'
Stack trace:
scripts/Game/Character/SCR_CharacterCommandHandler.c:68 Function GetLoiterCommand
scripts/Game/Character/SCR_CharacterCommandHandler.c:125 Function IsLoitering
scripts/Game/Character/SCR_CharacterControllerComponent.c:449 Function GetCanEquipGadget
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:263 Function SetGadgetMode
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:524 Function HandleInput
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:196 Function OnGadgetInitDone
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:931 Function RegisterInitialGadgets
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:1087 Function InitComponent
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:1252 Function EOnInit
scripts/Game/EPF_PersistenceManager.c:198 Function SpawnWorldEntity
scripts/Game/EPF_EntitySaveData.c:37 Function Spawn
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:202 Function LoadCharacter
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:177 Function OnCharacterDataLoaded
scripts/Game/EDF_DbOperationResultTypes.c:180 Function Invoke#2307133
scripts/Game/Drivers/LocalFile/EDF_FileDbDriverBase.c:176 Function FindAllAsync
scripts/Game/EDF_DbContext.c:97 Function FindAllAsync
scripts/Game/EDF_DbRepository.c:108 Function FindAsync
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:166 Function HandlePlayerLoad
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:118 Function OnUidAvailable
scripts/Game/game.c:922 Function OnUpdate
15:12:47.964 NETWORK (W): Did not find id = 0x8000D5C1 item = @"ENTITY:4611686018427426840" ('GenericEntity','Assets/Items/Equipment/Maps/Map_Paper_01/Map_Paper_01_folded.xob') at <5363.406250 20.126600 9961.047852> @"{F849217AB3BA88BE}Prefabs/Items/Equipment/Maps/PaperMap_01_folded_USSR.et" in Spatial Map at < 11; 20>
15:12:47.964 NETWORK (W): Did not find id = 0x8000D5BC item = @"ENTITY:4611686018427426839" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <5363.406250 20.126600 9961.047852> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 11; 20>
15:12:47.965 NETWORK (W): Did not find id = 0x8000D5B6 item = @"ENTITY:4611686018427426838" ('GenericEntity','Assets/Items/Equipment/Radios/Radio_ANPRC68/Radio_ANPRC68_01.xob') at <5363.406250 20.126600 9961.047852> @"{941082288222A126}Prefabs/Items/Civilian/Civilian_Radio.et" in Spatial Map at < 11; 20>
Reason: NULL pointer to instance. Variable 'm_CharacterAnimComp'
Class: 'SCR_CharacterCommandHandlerComponent'
Function: 'GetLoiterCommand'
Stack trace:
scripts/Game/Character/SCR_CharacterCommandHandler.c:68 Function GetLoiterCommand
scripts/Game/Character/SCR_CharacterCommandHandler.c:125 Function IsLoitering
scripts/Game/Character/SCR_CharacterControllerComponent.c:449 Function GetCanEquipGadget
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:263 Function SetGadgetMode
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:524 Function HandleInput
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:196 Function OnGadgetInitDone
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:931 Function RegisterInitialGadgets
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:1087 Function InitComponent
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:1252 Function EOnInit
scripts/Game/EPF_PersistenceManager.c:198 Function SpawnWorldEntity
scripts/Game/EPF_EntitySaveData.c:37 Function Spawn
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:202 Function LoadCharacter
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:177 Function OnCharacterDataLoaded
scripts/Game/EDF_DbOperationResultTypes.c:180 Function Invoke#2307133
scripts/Game/Drivers/LocalFile/EDF_FileDbDriverBase.c:176 Function FindAllAsync
scripts/Game/EDF_DbContext.c:97 Function FindAllAsync
scripts/Game/EDF_DbRepository.c:108 Function FindAsync
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:166 Function HandlePlayerLoad
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:118 Function OnUidAvailable
scripts/Game/game.c:922 Function OnUpdate
15:12:49.296 NETWORK (W): Did not find id = 0x8000D724 item = @"ENTITY:4611686018427426912" ('GenericEntity','Assets/Items/Equipment/Maps/Map_Paper_01/Map_Paper_01_folded.xob') at <4971.833984 176.149994 7111.403809> @"{F849217AB3BA88BE}Prefabs/Items/Equipment/Maps/PaperMap_01_folded_USSR.et" in Spatial Map at < 10; 14>
15:12:49.296 NETWORK (W): Did not find id = 0x8000D71F item = @"ENTITY:4611686018427426911" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <4971.833984 176.149994 7111.403809> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 10; 14>
15:12:49.296 NETWORK (W): Did not find id = 0x8000D719 item = @"ENTITY:4611686018427426910" ('GenericEntity','Assets/Items/Equipment/Radios/Radio_ANPRC68/Radio_ANPRC68_01.xob') at <4971.833984 176.149994 7111.403809> @"{941082288222A126}Prefabs/Items/Civilian/Civilian_Radio.et" in Spatial Map at < 10; 14>
Reason: NULL pointer to instance. Variable 'm_CharacterAnimComp'
Class: 'SCR_CharacterCommandHandlerComponent'
Function: 'GetLoiterCommand'
Stack trace:
scripts/Game/Character/SCR_CharacterCommandHandler.c:68 Function GetLoiterCommand
scripts/Game/Character/SCR_CharacterCommandHandler.c:125 Function IsLoitering
scripts/Game/Character/SCR_CharacterControllerComponent.c:449 Function GetCanEquipGadget
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:263 Function SetGadgetMode
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:524 Function HandleInput
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:196 Function OnGadgetInitDone
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:931 Function RegisterInitialGadgets
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:1087 Function InitComponent
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:1252 Function EOnInit
scripts/Game/EPF_PersistenceManager.c:198 Function SpawnWorldEntity
scripts/Game/EPF_EntitySaveData.c:37 Function Spawn
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:202 Function LoadCharacter
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:177 Function OnCharacterDataLoaded
scripts/Game/EDF_DbOperationResultTypes.c:180 Function Invoke#2307133
scripts/Game/Drivers/LocalFile/EDF_FileDbDriverBase.c:176 Function FindAllAsync
scripts/Game/EDF_DbContext.c:97 Function FindAllAsync
scripts/Game/EDF_DbRepository.c:108 Function FindAsync
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:166 Function HandlePlayerLoad
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:118 Function OnUidAvailable
scripts/Game/game.c:922 Function OnUpdate
15:12:51.363 NETWORK (W): Did not find id = 0x8000D7AD item = @"ENTITY:4611686018427426942" ('GenericEntity','Assets/Items/Equipment/Maps/Map_Paper_01/Map_Paper_01_folded.xob') at <3367.709961 4.499324 1682.125977> @"{F849217AB3BA88BE}Prefabs/Items/Equipment/Maps/PaperMap_01_folded_USSR.et" in Spatial Map at < 7; 3>
15:12:51.363 NETWORK (W): Did not find id = 0x8000D7A8 item = @"ENTITY:4611686018427426941" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <3367.709961 4.499324 1682.125977> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 7; 3>
15:12:51.363 NETWORK (W): Did not find id = 0x8000D7A2 item = @"ENTITY:4611686018427426940" ('GenericEntity','Assets/Items/Equipment/Radios/Radio_ANPRC68/Radio_ANPRC68_01.xob') at <3367.709961 4.499324 1682.125977> @"{941082288222A126}Prefabs/Items/Civilian/Civilian_Radio.et" in Spatial Map at < 7; 3>
Reason: NULL pointer to instance. Variable 'm_CharacterAnimComp'
Class: 'SCR_CharacterCommandHandlerComponent'
Function: 'GetLoiterCommand'
Stack trace:
scripts/Game/Character/SCR_CharacterCommandHandler.c:68 Function GetLoiterCommand
scripts/Game/Character/SCR_CharacterCommandHandler.c:125 Function IsLoitering
scripts/Game/Character/SCR_CharacterControllerComponent.c:449 Function GetCanEquipGadget
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:263 Function SetGadgetMode
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:524 Function HandleInput
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:196 Function OnGadgetInitDone
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:931 Function RegisterInitialGadgets
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:1087 Function InitComponent
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:1252 Function EOnInit
scripts/Game/EPF_PersistenceManager.c:198 Function SpawnWorldEntity
scripts/Game/EPF_EntitySaveData.c:37 Function Spawn
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:202 Function LoadCharacter
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:177 Function OnCharacterDataLoaded
scripts/Game/EDF_DbOperationResultTypes.c:180 Function Invoke#2307133
scripts/Game/Drivers/LocalFile/EDF_FileDbDriverBase.c:176 Function FindAllAsync
scripts/Game/EDF_DbContext.c:97 Function FindAllAsync
scripts/Game/EDF_DbRepository.c:108 Function FindAsync
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:166 Function HandlePlayerLoad
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:118 Function OnUidAvailable
scripts/Game/game.c:922 Function OnUpdate
15:12:59.447 NETWORK (W): Did not find id = 0x8000DA16 item = @"ENTITY:4611686018427427077" ('GenericEntity','Assets/Items/Equipment/Maps/Map_Paper_01/Map_Paper_01_folded.xob') at <4876.556152 172.550003 7106.609863> @"{F849217AB3BA88BE}Prefabs/Items/Equipment/Maps/PaperMap_01_folded_USSR.et" in Spatial Map at < 10; 14>
15:12:59.447 NETWORK (W): Did not find id = 0x8000DA11 item = @"ENTITY:4611686018427427076" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <4876.556152 172.550003 7106.609863> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 10; 14>
15:12:59.447 NETWORK (W): Did not find id = 0x8000DA0B item = @"ENTITY:4611686018427427075" ('GenericEntity','Assets/Items/Equipment/Radios/Radio_ANPRC68/Radio_ANPRC68_01.xob') at <4876.556152 172.550003 7106.609863> @"{941082288222A126}Prefabs/Items/Civilian/Civilian_Radio.et" in Spatial Map at < 10; 14>
15:12:59.496 WORLD : UpdateEntities
15:12:59.496 WORLD : PostFrame
15:12:59.496 SCRIPT : Should Notify
15:12:59.507 WORLD : UpdateEntities
15:12:59.507 RPL : rpl::Pip::ProcessNetToGame
15:12:59.507 SCRIPT : [Badlands] Auditing registered player.
Reason: NULL pointer to instance. Variable 'm_CharacterAnimComp'
Class: 'SCR_CharacterCommandHandlerComponent'
Function: 'GetLoiterCommand'
Stack trace:
scripts/Game/Character/SCR_CharacterCommandHandler.c:68 Function GetLoiterCommand
scripts/Game/Character/SCR_CharacterCommandHandler.c:125 Function IsLoitering
scripts/Game/Character/SCR_CharacterControllerComponent.c:449 Function GetCanEquipGadget
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:263 Function SetGadgetMode
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:524 Function HandleInput
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:196 Function OnGadgetInitDone
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:931 Function RegisterInitialGadgets
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:1087 Function InitComponent
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:1252 Function EOnInit
scripts/Game/EPF_PersistenceManager.c:198 Function SpawnWorldEntity
scripts/Game/EPF_EntitySaveData.c:37 Function Spawn
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:202 Function LoadCharacter
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:177 Function OnCharacterDataLoaded
scripts/Game/EDF_DbOperationResultTypes.c:180 Function Invoke#2307133
scripts/Game/Drivers/LocalFile/EDF_FileDbDriverBase.c:176 Function FindAllAsync
scripts/Game/EDF_DbContext.c:97 Function FindAllAsync
scripts/Game/EDF_DbRepository.c:108 Function FindAsync
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:166 Function HandlePlayerLoad
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:118 Function OnUidAvailable
scripts/Game/game.c:922 Function OnUpdate
15:12:59.521 NETWORK (W): Did not find id = 0x8000DBF4 item = @"ENTITY:4611686018427427190" ('GenericEntity','Assets/Items/Equipment/Maps/Map_Paper_01/Map_Paper_01_folded.xob') at <4792.545898 165.083359 7084.970215> @"{F849217AB3BA88BE}Prefabs/Items/Equipment/Maps/PaperMap_01_folded_USSR.et" in Spatial Map at < 10; 14>
15:12:59.521 NETWORK (W): Did not find id = 0x8000DBEF item = @"ENTITY:4611686018427427189" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <4792.545898 165.083359 7084.970215> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 10; 14>
15:12:59.522 NETWORK (W): Did not find id = 0x8000DBE9 item = @"ENTITY:4611686018427427188" ('GenericEntity','Assets/Items/Equipment/Radios/Radio_ANPRC68/Radio_ANPRC68_01.xob') at <4792.545898 165.083359 7084.970215> @"{941082288222A126}Prefabs/Items/Civilian/Civilian_Radio.et" in Spatial Map at < 10; 14>
Reason: NULL pointer to instance. Variable 'm_CharacterAnimComp'
Class: 'SCR_CharacterCommandHandlerComponent'
Function: 'GetLoiterCommand'
Stack trace:
scripts/Game/Character/SCR_CharacterCommandHandler.c:68 Function GetLoiterCommand
scripts/Game/Character/SCR_CharacterCommandHandler.c:125 Function IsLoitering
scripts/Game/Character/SCR_CharacterControllerComponent.c:449 Function GetCanEquipGadget
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:263 Function SetGadgetMode
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:524 Function HandleInput
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:196 Function OnGadgetInitDone
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:931 Function RegisterInitialGadgets
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:1087 Function InitComponent
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:1252 Function EOnInit
scripts/Game/EPF_PersistenceManager.c:198 Function SpawnWorldEntity
scripts/Game/EPF_EntitySaveData.c:37 Function Spawn
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:202 Function LoadCharacter
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:177 Function OnCharacterDataLoaded
scripts/Game/EDF_DbOperationResultTypes.c:180 Function Invoke#2307133
scripts/Game/Drivers/LocalFile/EDF_FileDbDriverBase.c:176 Function FindAllAsync
scripts/Game/EDF_DbContext.c:97 Function FindAllAsync
scripts/Game/EDF_DbRepository.c:108 Function FindAsync
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:166 Function HandlePlayerLoad
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:118 Function OnUidAvailable
scripts/Game/game.c:922 Function OnUpdate
15:13:06.651 NETWORK (W): Did not find id = 0x8000DD37 item = @"ENTITY:4611686018427427241" ('GenericEntity','Assets/Items/Equipment/Maps/Map_Paper_01/Map_Paper_01_folded.xob') at <10620.263672 145.390579 2234.813232> @"{F849217AB3BA88BE}Prefabs/Items/Equipment/Maps/PaperMap_01_folded_USSR.et" in Spatial Map at < 21; 4>
15:13:06.651 NETWORK (W): Did not find id = 0x8000DD32 item = @"ENTITY:4611686018427427240" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <10620.263672 145.390579 2234.813232> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 21; 4>
15:13:06.651 NETWORK (W): Did not find id = 0x8000DD2C item = @"ENTITY:4611686018427427239" ('GenericEntity','Assets/Items/Equipment/Radios/Radio_ANPRC68/Radio_ANPRC68_01.xob') at <10620.263672 145.390579 2234.813232> @"{941082288222A126}Prefabs/Items/Civilian/Civilian_Radio.et" in Spatial Map at < 21; 4>
Reason: NULL pointer to instance. Variable 'm_CharacterAnimComp'
Class: 'SCR_CharacterCommandHandlerComponent'
Function: 'GetLoiterCommand'
Stack trace:
scripts/Game/Character/SCR_CharacterCommandHandler.c:68 Function GetLoiterCommand
scripts/Game/Character/SCR_CharacterCommandHandler.c:125 Function IsLoitering
scripts/Game/Character/SCR_CharacterControllerComponent.c:449 Function GetCanEquipGadget
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:263 Function SetGadgetMode
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:524 Function HandleInput
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:196 Function OnGadgetInitDone
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:931 Function RegisterInitialGadgets
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:1087 Function InitComponent
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:1252 Function EOnInit
scripts/Game/EPF_PersistenceManager.c:198 Function SpawnWorldEntity
scripts/Game/EPF_EntitySaveData.c:37 Function Spawn
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:202 Function LoadCharacter
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:177 Function OnCharacterDataLoaded
scripts/Game/EDF_DbOperationResultTypes.c:180 Function Invoke#2307133
scripts/Game/Drivers/LocalFile/EDF_FileDbDriverBase.c:176 Function FindAllAsync
scripts/Game/EDF_DbContext.c:97 Function FindAllAsync
scripts/Game/EDF_DbRepository.c:108 Function FindAsync
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:166 Function HandlePlayerLoad
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:118 Function OnUidAvailable
scripts/Game/game.c:922 Function OnUpdate
15:13:07.311 NETWORK (W): Did not find id = 0x8000DE6A item = @"ENTITY:4611686018427427298" ('GenericEntity','Assets/Items/Equipment/Maps/Map_Paper_01/Map_Paper_01_folded.xob') at <3366.543945 4.477485 1689.514038> @"{F849217AB3BA88BE}Prefabs/Items/Equipment/Maps/PaperMap_01_folded_USSR.et" in Spatial Map at < 7; 3>
15:13:07.311 NETWORK (W): Did not find id = 0x8000DE65 item = @"ENTITY:4611686018427427297" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <3366.543945 4.477485 1689.514038> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 7; 3>
15:13:07.311 NETWORK (W): Did not find id = 0x8000DE5F item = @"ENTITY:4611686018427427296" ('GenericEntity','Assets/Items/Equipment/Radios/Radio_ANPRC68/Radio_ANPRC68_01.xob') at <3366.543945 4.477485 1689.514038> @"{941082288222A126}Prefabs/Items/Civilian/Civilian_Radio.et" in Spatial Map at < 7; 3>
Reason: NULL pointer to instance. Variable 'm_CharacterAnimComp'
Class: 'SCR_CharacterCommandHandlerComponent'
Function: 'GetLoiterCommand'
Stack trace:
scripts/Game/Character/SCR_CharacterCommandHandler.c:68 Function GetLoiterCommand
scripts/Game/Character/SCR_CharacterCommandHandler.c:125 Function IsLoitering
scripts/Game/Character/SCR_CharacterControllerComponent.c:449 Function GetCanEquipGadget
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:263 Function SetGadgetMode
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:524 Function HandleInput
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:196 Function OnGadgetInitDone
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:931 Function RegisterInitialGadgets
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:1087 Function InitComponent
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:1252 Function EOnInit
scripts/Game/EPF_PersistenceManager.c:198 Function SpawnWorldEntity
scripts/Game/EPF_EntitySaveData.c:37 Function Spawn
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:202 Function LoadCharacter
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:177 Function OnCharacterDataLoaded
scripts/Game/EDF_DbOperationResultTypes.c:180 Function Invoke#2307133
scripts/Game/Drivers/LocalFile/EDF_FileDbDriverBase.c:176 Function FindAllAsync
scripts/Game/EDF_DbContext.c:97 Function FindAllAsync
scripts/Game/EDF_DbRepository.c:108 Function FindAsync
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:166 Function HandlePlayerLoad
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:118 Function OnUidAvailable
scripts/Game/game.c:922 Function OnUpdate
15:13:07.601 NETWORK (W): Did not find id = 0x8000DF1F item = @"ENTITY:4611686018427427338" ('GenericEntity','Assets/Items/Equipment/Maps/Map_Paper_01/Map_Paper_01_folded.xob') at <4886.270020 175.341492 7130.678223> @"{F849217AB3BA88BE}Prefabs/Items/Equipment/Maps/PaperMap_01_folded_USSR.et" in Spatial Map at < 10; 14>
15:13:07.601 NETWORK (W): Did not find id = 0x8000DF1A item = @"ENTITY:4611686018427427337" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <4886.270020 175.341492 7130.678223> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 10; 14>
15:13:07.601 NETWORK (W): Did not find id = 0x8000DF14 item = @"ENTITY:4611686018427427336" ('GenericEntity','Assets/Items/Equipment/Radios/Radio_ANPRC68/Radio_ANPRC68_01.xob') at <4886.270020 175.341492 7130.678223> @"{941082288222A126}Prefabs/Items/Civilian/Civilian_Radio.et" in Spatial Map at < 10; 14>
Reason: NULL pointer to instance. Variable 'm_CharacterAnimComp'
Class: 'SCR_CharacterCommandHandlerComponent'
Function: 'GetLoiterCommand'
Stack trace:
scripts/Game/Character/SCR_CharacterCommandHandler.c:68 Function GetLoiterCommand
scripts/Game/Character/SCR_CharacterCommandHandler.c:125 Function IsLoitering
scripts/Game/Character/SCR_CharacterControllerComponent.c:449 Function GetCanEquipGadget
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:263 Function SetGadgetMode
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:524 Function HandleInput
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:196 Function OnGadgetInitDone
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:931 Function RegisterInitialGadgets
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:1087 Function InitComponent
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:1252 Function EOnInit
scripts/Game/EPF_PersistenceManager.c:198 Function SpawnWorldEntity
scripts/Game/EPF_EntitySaveData.c:37 Function Spawn
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:202 Function LoadCharacter
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:177 Function OnCharacterDataLoaded
scripts/Game/EDF_DbOperationResultTypes.c:180 Function Invoke#2307133
scripts/Game/Drivers/LocalFile/EDF_FileDbDriverBase.c:176 Function FindAllAsync
scripts/Game/EDF_DbContext.c:97 Function FindAllAsync
scripts/Game/EDF_DbRepository.c:108 Function FindAsync
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:166 Function HandlePlayerLoad
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:118 Function OnUidAvailable
scripts/Game/game.c:922 Function OnUpdate
15:13:09.530 NETWORK (W): Did not find id = 0x8000E0DF item = @"ENTITY:4611686018427427446" ('GenericEntity','Assets/Items/Equipment/Maps/Map_Paper_01/Map_Paper_01_folded.xob') at <5801.996094 12.842125 9785.137695> @"{F849217AB3BA88BE}Prefabs/Items/Equipment/Maps/PaperMap_01_folded_USSR.et" in Spatial Map at < 12; 20>
15:13:09.530 NETWORK (W): Did not find id = 0x8000E0DA item = @"ENTITY:4611686018427427445" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <5801.996094 12.842125 9785.137695> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 12; 20>
15:13:09.530 NETWORK (W): Did not find id = 0x8000E0D4 item = @"ENTITY:4611686018427427444" ('GenericEntity','Assets/Items/Equipment/Radios/Radio_ANPRC68/Radio_ANPRC68_01.xob') at <5801.996094 12.842125 9785.137695> @"{941082288222A126}Prefabs/Items/Civilian/Civilian_Radio.et" in Spatial Map at < 12; 20>
Reason: NULL pointer to instance. Variable 'm_CharacterAnimComp'
Class: 'SCR_CharacterCommandHandlerComponent'
Function: 'GetLoiterCommand'
Stack trace:
scripts/Game/Character/SCR_CharacterCommandHandler.c:68 Function GetLoiterCommand
scripts/Game/Character/SCR_CharacterCommandHandler.c:125 Function IsLoitering
scripts/Game/Character/SCR_CharacterControllerComponent.c:449 Function GetCanEquipGadget
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:263 Function SetGadgetMode
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:524 Function HandleInput
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:196 Function OnGadgetInitDone
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:931 Function RegisterInitialGadgets
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:1087 Function InitComponent
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:1252 Function EOnInit
scripts/Game/EPF_PersistenceManager.c:198 Function SpawnWorldEntity
scripts/Game/EPF_EntitySaveData.c:37 Function Spawn
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:202 Function LoadCharacter
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:177 Function OnCharacterDataLoaded
scripts/Game/EDF_DbOperationResultTypes.c:180 Function Invoke#2307133
scripts/Game/Drivers/LocalFile/EDF_FileDbDriverBase.c:176 Function FindAllAsync
scripts/Game/EDF_DbContext.c:97 Function FindAllAsync
scripts/Game/EDF_DbRepository.c:108 Function FindAsync
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:166 Function HandlePlayerLoad
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:118 Function OnUidAvailable
scripts/Game/game.c:922 Function OnUpdate
15:13:10.046 NETWORK (W): Did not find id = 0x8000E1E7 item = @"ENTITY:4611686018427427507" ('GenericEntity','Assets/Items/Equipment/Maps/Map_Paper_01/Map_Paper_01_folded.xob') at <4992.109863 175.269699 7048.759766> @"{F849217AB3BA88BE}Prefabs/Items/Equipment/Maps/PaperMap_01_folded_USSR.et" in Spatial Map at < 10; 14>
15:13:10.046 NETWORK (W): Did not find id = 0x8000E1E2 item = @"ENTITY:4611686018427427506" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <4992.109863 175.269699 7048.759766> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 10; 14>
15:13:10.046 NETWORK (W): Did not find id = 0x8000E1DC item = @"ENTITY:4611686018427427505" ('GenericEntity','Assets/Items/Equipment/Radios/Radio_ANPRC68/Radio_ANPRC68_01.xob') at <4992.109863 175.269699 7048.759766> @"{941082288222A126}Prefabs/Items/Civilian/Civilian_Radio.et" in Spatial Map at < 10; 14>
Reason: NULL pointer to instance. Variable 'm_CharacterAnimComp'
Class: 'SCR_CharacterCommandHandlerComponent'
Function: 'GetLoiterCommand'
Stack trace:
scripts/Game/Character/SCR_CharacterCommandHandler.c:68 Function GetLoiterCommand
scripts/Game/Character/SCR_CharacterCommandHandler.c:125 Function IsLoitering
scripts/Game/Character/SCR_CharacterControllerComponent.c:449 Function GetCanEquipGadget
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:263 Function SetGadgetMode
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:524 Function HandleInput
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:196 Function OnGadgetInitDone
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:931 Function RegisterInitialGadgets
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:1087 Function InitComponent
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:1252 Function EOnInit
scripts/Game/EPF_PersistenceManager.c:198 Function SpawnWorldEntity
scripts/Game/EPF_EntitySaveData.c:37 Function Spawn
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:202 Function LoadCharacter
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:177 Function OnCharacterDataLoaded
scripts/Game/EDF_DbOperationResultTypes.c:180 Function Invoke#2307133
scripts/Game/Drivers/LocalFile/EDF_FileDbDriverBase.c:176 Function FindAllAsync
scripts/Game/EDF_DbContext.c:97 Function FindAllAsync
scripts/Game/EDF_DbRepository.c:108 Function FindAsync
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:166 Function HandlePlayerLoad
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:118 Function OnUidAvailable
scripts/Game/game.c:922 Function OnUpdate
15:13:12.046 NETWORK (W): Did not find id = 0x8000E26B item = @"ENTITY:4611686018427427529" ('GenericEntity','Assets/Items/Equipment/Maps/Map_Paper_01/Map_Paper_01_folded.xob') at <5585.996094 45.559990 9119.835938> @"{F849217AB3BA88BE}Prefabs/Items/Equipment/Maps/PaperMap_01_folded_USSR.et" in Spatial Map at < 11; 18>
15:13:12.046 NETWORK (W): Did not find id = 0x8000E266 item = @"ENTITY:4611686018427427528" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <5585.996094 45.559990 9119.835938> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 11; 18>
15:13:12.046 NETWORK (W): Did not find id = 0x8000E260 item = @"ENTITY:4611686018427427527" ('GenericEntity','Assets/Items/Equipment/Radios/Radio_ANPRC68/Radio_ANPRC68_01.xob') at <5585.996094 45.559990 9119.835938> @"{941082288222A126}Prefabs/Items/Civilian/Civilian_Radio.et" in Spatial Map at < 11; 18>
15:13:12.047 RESOURCES (E): Can't remap 'Uniforms/Pants/Slimfit_jeans/slimjeansfbx_g.xob' material from 'Tech2019' to 'Uniforms/Pants/Tech2019_Joggers/Data/Blc.emat'. Source material do not exist
Reason: NULL pointer to instance. Variable 'm_CharacterAnimComp'
Class: 'SCR_CharacterCommandHandlerComponent'
Function: 'GetLoiterCommand'
Stack trace:
scripts/Game/Character/SCR_CharacterCommandHandler.c:68 Function GetLoiterCommand
scripts/Game/Character/SCR_CharacterCommandHandler.c:125 Function IsLoitering
scripts/Game/Character/SCR_CharacterControllerComponent.c:449 Function GetCanEquipGadget
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:263 Function SetGadgetMode
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:524 Function HandleInput
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:196 Function OnGadgetInitDone
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:931 Function RegisterInitialGadgets
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:1087 Function InitComponent
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:1252 Function EOnInit
scripts/Game/EPF_PersistenceManager.c:198 Function SpawnWorldEntity
scripts/Game/EPF_EntitySaveData.c:37 Function Spawn
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:202 Function LoadCharacter
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:177 Function OnCharacterDataLoaded
scripts/Game/EDF_DbOperationResultTypes.c:180 Function Invoke#2307133
scripts/Game/Drivers/LocalFile/EDF_FileDbDriverBase.c:176 Function FindAllAsync
scripts/Game/EDF_DbContext.c:97 Function FindAllAsync
scripts/Game/EDF_DbRepository.c:108 Function FindAsync
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:166 Function HandlePlayerLoad
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:118 Function OnUidAvailable
scripts/Game/game.c:922 Function OnUpdate
15:13:16.345 NETWORK (W): Did not find id = 0x8000E3A1 item = @"ENTITY:4611686018427427622" ('GenericEntity','Assets/Items/Equipment/Maps/Map_Paper_01/Map_Paper_01_folded.xob') at <3373.112061 4.497041 1683.869995> @"{F849217AB3BA88BE}Prefabs/Items/Equipment/Maps/PaperMap_01_folded_USSR.et" in Spatial Map at < 7; 3>
15:13:16.345 NETWORK (W): Did not find id = 0x8000E39C item = @"ENTITY:4611686018427427621" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <3373.112061 4.497041 1683.869995> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 7; 3>
15:13:16.345 NETWORK (W): Did not find id = 0x8000E396 item = @"ENTITY:4611686018427427620" ('GenericEntity','Assets/Items/Equipment/Radios/Radio_ANPRC68/Radio_ANPRC68_01.xob') at <3373.112061 4.497041 1683.869995> @"{941082288222A126}Prefabs/Items/Civilian/Civilian_Radio.et" in Spatial Map at < 7; 3>
Reason: NULL pointer to instance. Variable 'm_CharacterAnimComp'
Class: 'SCR_CharacterCommandHandlerComponent'
Function: 'GetLoiterCommand'
Stack trace:
scripts/Game/Character/SCR_CharacterCommandHandler.c:68 Function GetLoiterCommand
scripts/Game/Character/SCR_CharacterCommandHandler.c:125 Function IsLoitering
scripts/Game/Character/SCR_CharacterControllerComponent.c:449 Function GetCanEquipGadget
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:263 Function SetGadgetMode
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:524 Function HandleInput
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:196 Function OnGadgetInitDone
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:931 Function RegisterInitialGadgets
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:1087 Function InitComponent
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:1252 Function EOnInit
scripts/Game/EPF_PersistenceManager.c:198 Function SpawnWorldEntity
scripts/Game/EPF_EntitySaveData.c:37 Function Spawn
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:202 Function LoadCharacter
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:177 Function OnCharacterDataLoaded
scripts/Game/EDF_DbOperationResultTypes.c:180 Function Invoke#2307133
scripts/Game/Drivers/LocalFile/EDF_FileDbDriverBase.c:176 Function FindAllAsync
scripts/Game/EDF_DbContext.c:97 Function FindAllAsync
scripts/Game/EDF_DbRepository.c:108 Function FindAsync
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:166 Function HandlePlayerLoad
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:118 Function OnUidAvailable
scripts/Game/game.c:922 Function OnUpdate
15:13:17.113 NETWORK (W): Did not find id = 0x8000E448 item = @"ENTITY:4611686018427427652" ('GenericEntity','Assets/Items/Equipment/Maps/Map_Paper_01/Map_Paper_01_folded.xob') at <4853.104004 173.550003 7093.259766> @"{F849217AB3BA88BE}Prefabs/Items/Equipment/Maps/PaperMap_01_folded_USSR.et" in Spatial Map at < 10; 14>
15:13:17.113 NETWORK (W): Did not find id = 0x8000E443 item = @"ENTITY:4611686018427427651" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <4853.104004 173.550003 7093.259766> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 10; 14>
15:13:17.113 NETWORK (W): Did not find id = 0x8000E43D item = @"ENTITY:4611686018427427650" ('GenericEntity','Assets/Items/Equipment/Radios/Radio_ANPRC68/Radio_ANPRC68_01.xob') at <4853.104004 173.550003 7093.259766> @"{941082288222A126}Prefabs/Items/Civilian/Civilian_Radio.et" in Spatial Map at < 10; 14>
15:13:24.295 RESOURCES (E): Can't remap 'Assets/Characters/HeadGear/Hat_TruckerCap_01/Hat_TruckerCap_01_item.xob' material from 'Shirt_Retopo_01_Item' to 'Assets/Characters/Uniforms/Shirt_CottonShirt_01/Data/Shirt_CottonShirt_01_Item_V6_Dirty.emat'. Source material do not exist
15:13:24.295 NETWORK (W): Did not find id = 0x8000E525 item = @"ENTITY:4611686018427427695" ('GenericEntity','Assets/Items/Equipment/Maps/Map_Paper_01/Map_Paper_01_folded.xob') at <3367.320068 4.499324 1682.105957> @"{F849217AB3BA88BE}Prefabs/Items/Equipment/Maps/PaperMap_01_folded_USSR.et" in Spatial Map at < 7; 3>
15:13:24.295 NETWORK (W): Did not find id = 0x8000E520 item = @"ENTITY:4611686018427427694" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <3367.320068 4.499324 1682.105957> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 7; 3>
15:13:24.295 NETWORK (W): Did not find id = 0x8000E51A item = @"ENTITY:4611686018427427693" ('GenericEntity','Assets/Items/Equipment/Radios/Radio_ANPRC68/Radio_ANPRC68_01.xob') at <3367.320068 4.499324 1682.105957> @"{941082288222A126}Prefabs/Items/Civilian/Civilian_Radio.et" in Spatial Map at < 7; 3>
15:13:24.410 NETWORK : Player connected: connectionID=61
15:13:31.118 INVENTORY (W): VALIDATION FAILED: Item @"ENTITY:4611686018427427923" ('GameEntity','Assets/Props/Services/FireExtinguisherBox_01/FireExtinguisherBox_01_Shovel.xob') at <0.000000 0.000000 0.000000> @"{D550F78A82153B72}Prefabs/Weapons/Melee/Shovel/ShovelMesh.et" does not have InventoryItemComponent attached
15:13:31.164 SCRIPT : int m_iValue = 682
15:13:31.278 SCRIPT : int m_iValue = 28
15:13:31.332 SCRIPT : [Badlands] Spawning Locker for XPERTTPanda
15:13:31.332 SCRIPT : [Badlands] Successfully Spawned Persistence Storages for XPERTTPanda
Reason: NULL pointer to instance. Variable 'm_CharacterAnimComp'
Class: 'SCR_CharacterCommandHandlerComponent'
Function: 'GetLoiterCommand'
Stack trace:
scripts/Game/Character/SCR_CharacterCommandHandler.c:68 Function GetLoiterCommand
scripts/Game/Character/SCR_CharacterCommandHandler.c:125 Function IsLoitering
scripts/Game/Character/SCR_CharacterControllerComponent.c:449 Function GetCanEquipGadget
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:263 Function SetGadgetMode
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:524 Function HandleInput
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:196 Function OnGadgetInitDone
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:931 Function RegisterInitialGadgets
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:1087 Function InitComponent
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:1252 Function EOnInit
scripts/Game/EPF_PersistenceManager.c:198 Function SpawnWorldEntity
scripts/Game/EPF_EntitySaveData.c:37 Function Spawn
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:202 Function LoadCharacter
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:177 Function OnCharacterDataLoaded
scripts/Game/EDF_DbOperationResultTypes.c:180 Function Invoke#2307133
scripts/Game/Drivers/LocalFile/EDF_FileDbDriverBase.c:176 Function FindAllAsync
scripts/Game/EDF_DbContext.c:97 Function FindAllAsync
scripts/Game/EDF_DbRepository.c:108 Function FindAsync
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:166 Function HandlePlayerLoad
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:118 Function OnUidAvailable
scripts/Game/game.c:922 Function OnUpdate
15:13:33.145 NETWORK (W): Did not find id = 0x80013D71 item = @"ENTITY:4611686018427433310" ('GenericEntity','Assets/Items/Equipment/Maps/Map_Paper_01/Map_Paper_01_folded.xob') at <5641.917969 37.582741 9182.803711> @"{F849217AB3BA88BE}Prefabs/Items/Equipment/Maps/PaperMap_01_folded_USSR.et" in Spatial Map at < 11; 18>
15:13:33.146 NETWORK (W): Did not find id = 0x80013D6C item = @"ENTITY:4611686018427433309" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <5641.917969 37.582741 9182.803711> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 11; 18>
15:13:33.146 NETWORK (W): Did not find id = 0x80013D66 item = @"ENTITY:4611686018427433308" ('GenericEntity','Assets/Items/Equipment/Radios/Radio_ANPRC68/Radio_ANPRC68_01.xob') at <5641.917969 37.582741 9182.803711> @"{941082288222A126}Prefabs/Items/Civilian/Civilian_Radio.et" in Spatial Map at < 11; 18>
Reason: NULL pointer to instance. Variable 'm_CharacterAnimComp'
Class: 'SCR_CharacterCommandHandlerComponent'
Function: 'GetLoiterCommand'
Stack trace:
scripts/Game/Character/SCR_CharacterCommandHandler.c:68 Function GetLoiterCommand
scripts/Game/Character/SCR_CharacterCommandHandler.c:125 Function IsLoitering
scripts/Game/Character/SCR_CharacterControllerComponent.c:449 Function GetCanEquipGadget
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:263 Function SetGadgetMode
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:524 Function HandleInput
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:196 Function OnGadgetInitDone
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:931 Function RegisterInitialGadgets
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:1087 Function InitComponent
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:1252 Function EOnInit
scripts/Game/EPF_PersistenceManager.c:198 Function SpawnWorldEntity
scripts/Game/EPF_EntitySaveData.c:37 Function Spawn
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:202 Function LoadCharacter
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:177 Function OnCharacterDataLoaded
scripts/Game/EDF_DbOperationResultTypes.c:180 Function Invoke#2307133
scripts/Game/Drivers/LocalFile/EDF_FileDbDriverBase.c:176 Function FindAllAsync
scripts/Game/EDF_DbContext.c:97 Function FindAllAsync
scripts/Game/EDF_DbRepository.c:108 Function FindAsync
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:166 Function HandlePlayerLoad
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:118 Function OnUidAvailable
scripts/Game/game.c:922 Function OnUpdate
15:13:33.153 NETWORK (W): Did not find id = 0x80013E48 item = @"ENTITY:4611686018427433359" ('GenericEntity','Assets/Items/Equipment/Maps/Map_Paper_01/Map_Paper_01_folded.xob') at <5082.047852 177.669754 7011.054199> @"{F849217AB3BA88BE}Prefabs/Items/Equipment/Maps/PaperMap_01_folded_USSR.et" in Spatial Map at < 10; 14>
15:13:33.153 NETWORK (W): Did not find id = 0x80013E43 item = @"ENTITY:4611686018427433358" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <5082.047852 177.669754 7011.054199> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 10; 14>
15:13:33.153 NETWORK (W): Did not find id = 0x80013E3D item = @"ENTITY:4611686018427433357" ('GenericEntity','Assets/Items/Equipment/Radios/Radio_ANPRC68/Radio_ANPRC68_01.xob') at <5082.047852 177.669754 7011.054199> @"{941082288222A126}Prefabs/Items/Civilian/Civilian_Radio.et" in Spatial Map at < 10; 14>
15:13:36.078 MATERIAL : Material load @"{3320F3AF6B521F74}Prefabs/Items/Crafting/data/Data/DefaultGeneratedMaterial.emat"
15:13:36.078 MATERIAL (E): Material file not found
15:13:36.078 MATERIAL (E): Object @"Assets/Models/MetalParts/SimpleRodProp.xob" - cannot load material @"Prefabs/Items/Crafting/data/Data/DefaultGeneratedMaterial.emat", creating default one (class MatPBRBasic)
15:13:36.106 SCRIPT : [Badlands] Spawning Locker for Ceazer41
15:13:36.106 SCRIPT : [Badlands] Successfully Spawned Persistence Storages for Ceazer41
15:13:36.306 NETWORK : Player connected: connectionID=63
Reason: NULL pointer to instance. Variable 'm_CharacterAnimComp'
Class: 'SCR_CharacterCommandHandlerComponent'
Function: 'GetLoiterCommand'
Stack trace:
scripts/Game/Character/SCR_CharacterCommandHandler.c:68 Function GetLoiterCommand
scripts/Game/Character/SCR_CharacterCommandHandler.c:125 Function IsLoitering
scripts/Game/Character/SCR_CharacterControllerComponent.c:449 Function GetCanEquipGadget
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:263 Function SetGadgetMode
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:524 Function HandleInput
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:196 Function OnGadgetInitDone
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:931 Function RegisterInitialGadgets
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:1087 Function InitComponent
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:1252 Function EOnInit
scripts/Game/EPF_PersistenceManager.c:198 Function SpawnWorldEntity
scripts/Game/EPF_EntitySaveData.c:37 Function Spawn
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:202 Function LoadCharacter
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:177 Function OnCharacterDataLoaded
scripts/Game/EDF_DbOperationResultTypes.c:180 Function Invoke#2307133
scripts/Game/Drivers/LocalFile/EDF_FileDbDriverBase.c:176 Function FindAllAsync
scripts/Game/EDF_DbContext.c:97 Function FindAllAsync
scripts/Game/EDF_DbRepository.c:108 Function FindAsync
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:166 Function HandlePlayerLoad
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:118 Function OnUidAvailable
scripts/Game/game.c:922 Function OnUpdate
15:13:39.988 NETWORK (W): Did not find id = 0x800146E4 item = @"ENTITY:4611686018427433895" ('GenericEntity','Assets/Items/Equipment/Maps/Map_Paper_01/Map_Paper_01_folded.xob') at <1375.530029 62.068993 6178.830078> @"{F849217AB3BA88BE}Prefabs/Items/Equipment/Maps/PaperMap_01_folded_USSR.et" in Spatial Map at < 3; 12>
15:13:39.989 NETWORK (W): Did not find id = 0x800146DF item = @"ENTITY:4611686018427433894" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <1375.530029 62.068993 6178.830078> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 3; 12>
15:13:39.989 NETWORK (W): Did not find id = 0x800146D9 item = @"ENTITY:4611686018427433893" ('GenericEntity','Assets/Items/Equipment/Radios/Radio_ANPRC68/Radio_ANPRC68_01.xob') at <1375.530029 62.068993 6178.830078> @"{941082288222A126}Prefabs/Items/Civilian/Civilian_Radio.et" in Spatial Map at < 3; 12>
15:13:45.492 INVENTORY (W): VALIDATION FAILED: Item @"ENTITY:4611686018427434161" ('GameEntity','Assets/Props/Services/FireExtinguisherBox_01/FireExtinguisherBox_01_Shovel.xob') at <0.000000 0.000000 0.000000> @"{D550F78A82153B72}Prefabs/Weapons/Melee/Shovel/ShovelMesh.et" does not have InventoryItemComponent attached
15:13:45.588 RESOURCES (E): Can't remap 'Uniforms/Pants/SlimPants/slimpants_g.xob' material from 'Tech2019' to 'Uniforms/Pants/Tech2019_Joggers/Data/Blc.emat'. Source material do not exist
15:13:45.641 SCRIPT : [Badlands] Spawning Locker for SPECTER hp
15:13:45.642 SCRIPT : [Badlands] Successfully Spawned Persistence Storages for SPECTER hp
Reason: NULL pointer to instance. Variable 'm_CharacterAnimComp'
Class: 'SCR_CharacterCommandHandlerComponent'
Function: 'GetLoiterCommand'
Stack trace:
scripts/Game/Character/SCR_CharacterCommandHandler.c:68 Function GetLoiterCommand
scripts/Game/Character/SCR_CharacterCommandHandler.c:125 Function IsLoitering
scripts/Game/Character/SCR_CharacterControllerComponent.c:449 Function GetCanEquipGadget
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:263 Function SetGadgetMode
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:524 Function HandleInput
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:196 Function OnGadgetInitDone
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:931 Function RegisterInitialGadgets
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:1087 Function InitComponent
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:1252 Function EOnInit
scripts/Game/EPF_PersistenceManager.c:198 Function SpawnWorldEntity
scripts/Game/EPF_EntitySaveData.c:37 Function Spawn
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:202 Function LoadCharacter
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:177 Function OnCharacterDataLoaded
scripts/Game/EDF_DbOperationResultTypes.c:180 Function Invoke#2307133
scripts/Game/Drivers/LocalFile/EDF_FileDbDriverBase.c:176 Function FindAllAsync
scripts/Game/EDF_DbContext.c:97 Function FindAllAsync
scripts/Game/EDF_DbRepository.c:108 Function FindAsync
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:166 Function HandlePlayerLoad
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:118 Function OnUidAvailable
scripts/Game/game.c:922 Function OnUpdate
15:13:46.477 NETWORK (W): Did not find id = 0x8001670C item = @"ENTITY:4611686018427435945" ('GenericEntity','Assets/Items/Equipment/Maps/Map_Paper_01/Map_Paper_01_folded.xob') at <1375.040039 61.512272 6180.538086> @"{F849217AB3BA88BE}Prefabs/Items/Equipment/Maps/PaperMap_01_folded_USSR.et" in Spatial Map at < 3; 12>
15:13:46.477 NETWORK (W): Did not find id = 0x80016707 item = @"ENTITY:4611686018427435944" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <1375.040039 61.512272 6180.538086> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 3; 12>
15:13:46.477 NETWORK (W): Did not find id = 0x80016701 item = @"ENTITY:4611686018427435943" ('GenericEntity','Assets/Items/Equipment/Radios/Radio_ANPRC68/Radio_ANPRC68_01.xob') at <1375.040039 61.512272 6180.538086> @"{941082288222A126}Prefabs/Items/Civilian/Civilian_Radio.et" in Spatial Map at < 3; 12>
Reason: NULL pointer to instance. Variable 'm_CharacterAnimComp'
Class: 'SCR_CharacterCommandHandlerComponent'
Function: 'GetLoiterCommand'
Stack trace:
scripts/Game/Character/SCR_CharacterCommandHandler.c:68 Function GetLoiterCommand
scripts/Game/Character/SCR_CharacterCommandHandler.c:125 Function IsLoitering
scripts/Game/Character/SCR_CharacterControllerComponent.c:449 Function GetCanEquipGadget
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:263 Function SetGadgetMode
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:524 Function HandleInput
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:196 Function OnGadgetInitDone
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:931 Function RegisterInitialGadgets
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:1087 Function InitComponent
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:1252 Function EOnInit
scripts/Game/EPF_PersistenceManager.c:198 Function SpawnWorldEntity
scripts/Game/EPF_EntitySaveData.c:37 Function Spawn
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:202 Function LoadCharacter
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:177 Function OnCharacterDataLoaded
scripts/Game/EDF_DbOperationResultTypes.c:180 Function Invoke#2307133
scripts/Game/Drivers/LocalFile/EDF_FileDbDriverBase.c:176 Function FindAllAsync
scripts/Game/EDF_DbContext.c:97 Function FindAllAsync
scripts/Game/EDF_DbRepository.c:108 Function FindAsync
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:166 Function HandlePlayerLoad
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:118 Function OnUidAvailable
scripts/Game/game.c:922 Function OnUpdate
15:13:46.778 NETWORK (W): Did not find id = 0x800167C1 item = @"ENTITY:4611686018427435986" ('GenericEntity','Assets/Items/Equipment/Maps/Map_Paper_01/Map_Paper_01_folded.xob') at <4692.772949 164.226196 7085.894531> @"{F849217AB3BA88BE}Prefabs/Items/Equipment/Maps/PaperMap_01_folded_USSR.et" in Spatial Map at < 9; 14>
15:13:46.778 NETWORK (W): Did not find id = 0x800167BC item = @"ENTITY:4611686018427435985" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <4692.772949 164.226196 7085.894531> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 9; 14>
15:13:46.778 NETWORK (W): Did not find id = 0x800167B6 item = @"ENTITY:4611686018427435984" ('GenericEntity','Assets/Items/Equipment/Radios/Radio_ANPRC68/Radio_ANPRC68_01.xob') at <4692.772949 164.226196 7085.894531> @"{941082288222A126}Prefabs/Items/Civilian/Civilian_Radio.et" in Spatial Map at < 9; 14>
Reason: NULL pointer to instance. Variable 'm_CharacterAnimComp'
Class: 'SCR_CharacterCommandHandlerComponent'
Function: 'GetLoiterCommand'
Stack trace:
scripts/Game/Character/SCR_CharacterCommandHandler.c:68 Function GetLoiterCommand
scripts/Game/Character/SCR_CharacterCommandHandler.c:125 Function IsLoitering
scripts/Game/Character/SCR_CharacterControllerComponent.c:449 Function GetCanEquipGadget
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:263 Function SetGadgetMode
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:524 Function HandleInput
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:196 Function OnGadgetInitDone
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:931 Function RegisterInitialGadgets
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:1087 Function InitComponent
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:1252 Function EOnInit
scripts/Game/EPF_PersistenceManager.c:198 Function SpawnWorldEntity
scripts/Game/EPF_EntitySaveData.c:37 Function Spawn
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:202 Function LoadCharacter
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:177 Function OnCharacterDataLoaded
scripts/Game/EDF_DbOperationResultTypes.c:180 Function Invoke#2307133
scripts/Game/Drivers/LocalFile/EDF_FileDbDriverBase.c:176 Function FindAllAsync
scripts/Game/EDF_DbContext.c:97 Function FindAllAsync
scripts/Game/EDF_DbRepository.c:108 Function FindAsync
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:166 Function HandlePlayerLoad
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:118 Function OnUidAvailable
scripts/Game/game.c:922 Function OnUpdate
15:14:05.961 NETWORK (W): Did not find id = 0x80016905 item = @"ENTITY:4611686018427436074" ('GenericEntity','Assets/Items/Equipment/Maps/Map_Paper_01/Map_Paper_01_folded.xob') at <4892.704102 175.341492 7130.246094> @"{F849217AB3BA88BE}Prefabs/Items/Equipment/Maps/PaperMap_01_folded_USSR.et" in Spatial Map at < 10; 14>
15:14:05.961 NETWORK (W): Did not find id = 0x80016900 item = @"ENTITY:4611686018427436073" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <4892.704102 175.341492 7130.246094> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 10; 14>
15:14:05.962 NETWORK (W): Did not find id = 0x800168FA item = @"ENTITY:4611686018427436072" ('GenericEntity','Assets/Items/Equipment/Radios/Radio_ANPRC68/Radio_ANPRC68_01.xob') at <4892.704102 175.341492 7130.246094> @"{941082288222A126}Prefabs/Items/Civilian/Civilian_Radio.et" in Spatial Map at < 10; 14>
15:14:13.791 NETWORK : Total number of players: 65
15:14:13.791 RPL (E): RpcError: Calling a RPC from an unregistered item! itemType='script::Game::SCR_BudgetEditorComponent', rpc='OnEntityCoreBudgetUpdatedOwner'
Reason: NULL pointer to instance. Variable 'm_CharacterAnimComp'
Class: 'SCR_CharacterCommandHandlerComponent'
Function: 'GetLoiterCommand'
Stack trace:
scripts/Game/Character/SCR_CharacterCommandHandler.c:68 Function GetLoiterCommand
scripts/Game/Character/SCR_CharacterCommandHandler.c:125 Function IsLoitering
scripts/Game/Character/SCR_CharacterControllerComponent.c:449 Function GetCanEquipGadget
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:263 Function SetGadgetMode
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:524 Function HandleInput
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:196 Function OnGadgetInitDone
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:931 Function RegisterInitialGadgets
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:1087 Function InitComponent
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:1252 Function EOnInit
scripts/Game/EPF_PersistenceManager.c:198 Function SpawnWorldEntity
scripts/Game/EPF_EntitySaveData.c:37 Function Spawn
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:202 Function LoadCharacter
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:177 Function OnCharacterDataLoaded
scripts/Game/EDF_DbOperationResultTypes.c:180 Function Invoke#2307133
scripts/Game/Drivers/LocalFile/EDF_FileDbDriverBase.c:176 Function FindAllAsync
scripts/Game/EDF_DbContext.c:97 Function FindAllAsync
scripts/Game/EDF_DbRepository.c:108 Function FindAsync
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:166 Function HandlePlayerLoad
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:118 Function OnUidAvailable
scripts/Game/game.c:922 Function OnUpdate
15:14:17.375 NETWORK (W): Did not find id = 0x80016C0B item = @"ENTITY:4611686018427436256" ('GenericEntity','Assets/Items/Equipment/Maps/Map_Paper_01/Map_Paper_01_folded.xob') at <4876.033691 172.582352 7085.228027> @"{F849217AB3BA88BE}Prefabs/Items/Equipment/Maps/PaperMap_01_folded_USSR.et" in Spatial Map at < 10; 14>
15:14:17.375 NETWORK (W): Did not find id = 0x80016C06 item = @"ENTITY:4611686018427436255" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <4876.033691 172.582352 7085.228027> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 10; 14>
15:14:17.375 NETWORK (W): Did not find id = 0x80016C00 item = @"ENTITY:4611686018427436254" ('GenericEntity','Assets/Items/Equipment/Radios/Radio_ANPRC68/Radio_ANPRC68_01.xob') at <4876.033691 172.582352 7085.228027> @"{941082288222A126}Prefabs/Items/Civilian/Civilian_Radio.et" in Spatial Map at < 10; 14>
15:14:17.386 SCRIPT : [Badlands]-[Process Item]: WhiteGuyDame has processed 1 Clean Hat Laundry.
15:14:17.386 SCRIPT : [Badlands]-[Process Item]: WhiteGuyDame has recieved 3 1 Dollar from last process.
15:14:17.514 WORLD : UpdateEntities
15:14:17.514 WORLD : PostFrame
15:14:17.514 SCRIPT : Should Notify
15:14:18.371 SCRIPT : [Badlands]-[Process Item]: WhiteGuyDame has processed 1 Clean Hat Laundry.
15:14:18.372 SCRIPT : [Badlands]-[Process Item]: WhiteGuyDame has recieved 3 1 Dollar from last process.
15:14:18.549 WORLD : UpdateEntities
15:14:18.549 RPL : rpl::Pip::ProcessNetToGame
15:14:18.549 SCRIPT : [Badlands]-[Claim Vehicle]: CloverBoundGun has claimed ownership of a vehicle: BL DodgeCharger 10 Yellow.
15:14:19.410 WORLD : UpdateEntities
15:14:19.410 RPL : rpl::Pip::ProcessNetToGame
15:14:19.410 SCRIPT : [Badlands]-[Purchase Vehicle]: OffTheYxrk has paid 1 VehicleDocument Sarka for a vehicle purchase.
15:14:19.413 SCRIPT : [Badlands]-[Purchase Vehicle]: OffTheYxrk has purchased vehicle: Sarka Black
15:14:19.415 SCRIPT : [Badlands]-[Claim Vehicle]: OffTheYxrk has claimed ownership of a vehicle after purchase: Sarka Black.
15:14:19.592 WORLD : UpdateEntities
15:14:19.592 RPL : rpl::Pip::ProcessNetToGame
15:14:19.592 SCRIPT : [Badlands]-[Claim Vehicle]: Hawd93 has claimed ownership of a vehicle: BL DodgeCharger 10 Grey.
15:14:20.123 WORLD : UpdateEntities
15:14:20.123 RPL : rpl::Pip::ProcessNetToGame
15:14:20.123 SCRIPT : [Badlands]-[Check ID]: SnipezyDon has checked the identity of Cx4157, displaying for 5000ms.
Reason: NULL pointer to instance. Variable 'm_CharacterAnimComp'
Class: 'SCR_CharacterCommandHandlerComponent'
Function: 'GetLoiterCommand'
Stack trace:
scripts/Game/Character/SCR_CharacterCommandHandler.c:68 Function GetLoiterCommand
scripts/Game/Character/SCR_CharacterCommandHandler.c:125 Function IsLoitering
scripts/Game/Character/SCR_CharacterControllerComponent.c:449 Function GetCanEquipGadget
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:263 Function SetGadgetMode
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:524 Function HandleInput
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:196 Function OnGadgetInitDone
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:931 Function RegisterInitialGadgets
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:1087 Function InitComponent
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:1252 Function EOnInit
scripts/Game/EPF_PersistenceManager.c:198 Function SpawnWorldEntity
scripts/Game/EPF_EntitySaveData.c:37 Function Spawn
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:202 Function LoadCharacter
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:177 Function OnCharacterDataLoaded
scripts/Game/EDF_DbOperationResultTypes.c:180 Function Invoke#2307133
scripts/Game/Drivers/LocalFile/EDF_FileDbDriverBase.c:176 Function FindAllAsync
scripts/Game/EDF_DbContext.c:97 Function FindAllAsync
scripts/Game/EDF_DbRepository.c:108 Function FindAsync
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:166 Function HandlePlayerLoad
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:118 Function OnUidAvailable
scripts/Game/game.c:922 Function OnUpdate
15:14:27.112 NETWORK (W): Did not find id = 0x80016EBD item = @"ENTITY:4611686018427436454" ('GenericEntity','Assets/Items/Equipment/Maps/Map_Paper_01/Map_Paper_01_folded.xob') at <4897.332031 175.341492 7126.150879> @"{F849217AB3BA88BE}Prefabs/Items/Equipment/Maps/PaperMap_01_folded_USSR.et" in Spatial Map at < 10; 14>
15:14:27.112 NETWORK (W): Did not find id = 0x80016EB8 item = @"ENTITY:4611686018427436453" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <4897.332031 175.341492 7126.150879> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 10; 14>
15:14:27.112 NETWORK (W): Did not find id = 0x80016EB2 item = @"ENTITY:4611686018427436452" ('GenericEntity','Assets/Items/Equipment/Radios/Radio_ANPRC68/Radio_ANPRC68_01.xob') at <4897.332031 175.341492 7126.150879> @"{941082288222A126}Prefabs/Items/Civilian/Civilian_Radio.et" in Spatial Map at < 10; 14>
15:14:27.354 RESOURCES (E): Can't remap 'Assets/Characters/HeadGear/Hat_TruckerCap_01/Hat_TruckerCap_01_item.xob' material from 'Shirt_Retopo_01_Item' to 'Assets/Characters/Uniforms/Shirt_CottonShirt_01/Data/Shirt_CottonShirt_01_Item_V6_Dirty.emat'. Source material do not exist
15:14:27.355 SCRIPT : [Badlands]-[Random Gather]: WhiteGuyDame has gathered 1 Dirty Hat Laundry.
Reason: NULL pointer to instance. Variable 'm_CharacterAnimComp'
Class: 'SCR_CharacterCommandHandlerComponent'
Function: 'GetLoiterCommand'
Stack trace:
scripts/Game/Character/SCR_CharacterCommandHandler.c:68 Function GetLoiterCommand
scripts/Game/Character/SCR_CharacterCommandHandler.c:125 Function IsLoitering
scripts/Game/Character/SCR_CharacterControllerComponent.c:449 Function GetCanEquipGadget
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:263 Function SetGadgetMode
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:524 Function HandleInput
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:196 Function OnGadgetInitDone
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:931 Function RegisterInitialGadgets
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:1087 Function InitComponent
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:1252 Function EOnInit
scripts/Game/EPF_PersistenceManager.c:198 Function SpawnWorldEntity
scripts/Game/EPF_EntitySaveData.c:37 Function Spawn
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:202 Function LoadCharacter
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:177 Function OnCharacterDataLoaded
scripts/Game/EDF_DbOperationResultTypes.c:180 Function Invoke#2307133
scripts/Game/Drivers/LocalFile/EDF_FileDbDriverBase.c:176 Function FindAllAsync
scripts/Game/EDF_DbContext.c:97 Function FindAllAsync
scripts/Game/EDF_DbRepository.c:108 Function FindAsync
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:166 Function HandlePlayerLoad
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:118 Function OnUidAvailable
scripts/Game/game.c:922 Function OnUpdate
15:14:34.076 NETWORK (W): Did not find id = 0x80017045 item = @"ENTITY:4611686018427436540" ('GenericEntity','Assets/Items/Equipment/Maps/Map_Paper_01/Map_Paper_01_folded.xob') at <4758.704102 161.225494 7150.983887> @"{F849217AB3BA88BE}Prefabs/Items/Equipment/Maps/PaperMap_01_folded_USSR.et" in Spatial Map at < 10; 14>
15:14:34.076 NETWORK (W): Did not find id = 0x80017040 item = @"ENTITY:4611686018427436539" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <4758.704102 161.225494 7150.983887> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 10; 14>
15:14:34.076 NETWORK (W): Did not find id = 0x8001703A item = @"ENTITY:4611686018427436538" ('GenericEntity','Assets/Items/Equipment/Radios/Radio_ANPRC68/Radio_ANPRC68_01.xob') at <4758.704102 161.225494 7150.983887> @"{941082288222A126}Prefabs/Items/Civilian/Civilian_Radio.et" in Spatial Map at < 10; 14>
Reason: NULL pointer to instance. Variable 'm_CharacterAnimComp'
Class: 'SCR_CharacterCommandHandlerComponent'
Function: 'GetLoiterCommand'
Stack trace:
scripts/Game/Character/SCR_CharacterCommandHandler.c:68 Function GetLoiterCommand
scripts/Game/Character/SCR_CharacterCommandHandler.c:125 Function IsLoitering
scripts/Game/Character/SCR_CharacterControllerComponent.c:449 Function GetCanEquipGadget
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:263 Function SetGadgetMode
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:524 Function HandleInput
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:196 Function OnGadgetInitDone
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:931 Function RegisterInitialGadgets
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:1087 Function InitComponent
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:1252 Function EOnInit
scripts/Game/EPF_PersistenceManager.c:198 Function SpawnWorldEntity
scripts/Game/EPF_EntitySaveData.c:37 Function Spawn
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:202 Function LoadCharacter
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:177 Function OnCharacterDataLoaded
scripts/Game/EDF_DbOperationResultTypes.c:180 Function Invoke#2307133
scripts/Game/Drivers/LocalFile/EDF_FileDbDriverBase.c:176 Function FindAllAsync
scripts/Game/EDF_DbContext.c:97 Function FindAllAsync
scripts/Game/EDF_DbRepository.c:108 Function FindAsync
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:166 Function HandlePlayerLoad
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:118 Function OnUidAvailable
scripts/Game/game.c:922 Function OnUpdate
15:14:41.486 NETWORK (W): Did not find id = 0x80017780 item = @"ENTITY:4611686018427436968" ('GenericEntity','Assets/Items/Equipment/Maps/Map_Paper_01/Map_Paper_01_folded.xob') at <4804.100098 168.846512 7073.830078> @"{F849217AB3BA88BE}Prefabs/Items/Equipment/Maps/PaperMap_01_folded_USSR.et" in Spatial Map at < 10; 14>
15:14:41.486 NETWORK (W): Did not find id = 0x8001777B item = @"ENTITY:4611686018427436967" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <4804.100098 168.846512 7073.830078> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 10; 14>
15:14:41.486 NETWORK (W): Did not find id = 0x80017775 item = @"ENTITY:4611686018427436966" ('GenericEntity','Assets/Items/Equipment/Radios/Radio_ANPRC68/Radio_ANPRC68_01.xob') at <4804.100098 168.846512 7073.830078> @"{941082288222A126}Prefabs/Items/Civilian/Civilian_Radio.et" in Spatial Map at < 10; 14>
15:15:02.505 SCRIPT : [Badlands]-[Process Item]: ChozenRudy has processed 2 10 Dollar into 1 20 Dollar.
15:15:03.040 WORLD : UpdateEntities
15:15:03.040 RPL : rpl::Pip::ProcessNetToGame
15:15:03.040 SCRIPT : [Badlands]-[Enter Locker] Mr SCARCR0W has entered their locker room. UID=2c41fa75-fe97-4113-9287-ded282615dd7
15:15:03.040 SCRIPT : [Badlands] Loading Locker for Mr SCARCR0W
15:15:03.071 SCRIPT : int m_iValue = 13435
15:15:03.072 SCRIPT : int m_iValue = 9950
15:15:03.085 WORLD : UpdateEntities
15:15:03.085 RPL : rpl::Pip::ProcessNetToGame
15:15:03.085 INVENTORY (W): VALIDATION FAILED: Item @"ENTITY:4611686018427437283" ('GameEntity','Assets/Props/Services/FireExtinguisherBox_01/FireExtinguisherBox_01_Shovel.xob') at <0.000000 0.000000 0.000000> @"{D550F78A82153B72}Prefabs/Weapons/Melee/Shovel/ShovelMesh.et" does not have InventoryItemComponent attached
15:15:03.135 RESOURCES (E): Can't remap 'Uniforms/Pants/SlimPants/slimpants_g.xob' material from 'Tech2019' to 'Uniforms/Pants/Tech2019_Joggers/Data/Blc.emat'. Source material do not exist
15:15:03.159 SCRIPT : [Badlands] Spawning Locker for Mr SCARCR0W
15:15:03.393 SCRIPT : [Badlands]-[Process Item]: ChozenRudy has processed 5 1 Dollar into 1 5 Dollar.
15:15:03.538 WORLD : UpdateEntities
15:15:03.538 RPL : rpl::Pip::ProcessNetToGame
15:15:03.538 SCRIPT : [Badlands]-[Exit Locker] SPECTER hp has exited their locker room. UID=80ede76f-abb7-416a-8bdb-f1cf5c4835ba
15:15:03.538 SCRIPT : [Badlands] SPECTER hp is exiting their locker!
15:15:03.566 SCRIPT : int m_iValue = 0
15:15:03.567 SCRIPT : int m_iValue = 216
15:15:03.567 SCRIPT : int m_iValue = 27
15:15:03.568 SCRIPT : int m_iValue = 0
15:15:03.855 WORLD : UpdateEntities
15:15:03.855 RPL : rpl::Pip::ProcessNetToGame
15:15:03.855 SCRIPT : [Badlands]-[Check ID]: SirMerkum has checked the identity of Curly_00, displaying for 5000ms.
15:15:04.141 WORLD : UpdateEntities
15:15:04.141 RPL : rpl::Pip::ProcessNetToGame
15:15:04.141 SCRIPT : [Badlands]-[Process Item]: ChozenRudy has processed 5 1 Dollar into 1 5 Dollar.
15:15:04.189 WORLD : UpdateEntities
15:15:04.189 RPL : rpl::Pip::ProcessNetToGame
15:15:04.189 SCRIPT : [Badlands]-[Enter Locker] Daddyundead9802 has entered their locker room. UID=bc09d1ee-1e22-48bb-9938-b9abdcce87cc
15:15:04.189 SCRIPT : [Badlands] Loading Locker for Daddyundead9802
15:15:04.235 WORLD : UpdateEntities
15:15:04.235 RPL : rpl::Pip::ProcessNetToGame
15:15:04.235 INVENTORY (W): VALIDATION FAILED: Item @"ENTITY:4611686018427438189" ('GameEntity','Assets/Props/Services/FireExtinguisherBox_01/FireExtinguisherBox_01_Shovel.xob') at <0.000000 0.000000 0.000000> @"{D550F78A82153B72}Prefabs/Weapons/Melee/Shovel/ShovelMesh.et" does not have InventoryItemComponent attached
15:15:04.235 SCRIPT : [Badlands] Spawning Locker for Daddyundead9802
15:15:04.235 SCRIPT : [Badlands] Successfully Spawned Persistence Storages for Daddyundead9802
Reason: NULL pointer to instance. Variable 'm_CharacterAnimComp'
Class: 'SCR_CharacterCommandHandlerComponent'
Function: 'GetLoiterCommand'
Stack trace:
scripts/Game/Character/SCR_CharacterCommandHandler.c:68 Function GetLoiterCommand
scripts/Game/Character/SCR_CharacterCommandHandler.c:125 Function IsLoitering
scripts/Game/Character/SCR_CharacterControllerComponent.c:449 Function GetCanEquipGadget
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:263 Function SetGadgetMode
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:524 Function HandleInput
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:196 Function OnGadgetInitDone
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:931 Function RegisterInitialGadgets
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:1087 Function InitComponent
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:1252 Function EOnInit
scripts/Game/EPF_PersistenceManager.c:198 Function SpawnWorldEntity
scripts/Game/EPF_EntitySaveData.c:37 Function Spawn
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:202 Function LoadCharacter
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:177 Function OnCharacterDataLoaded
scripts/Game/EDF_DbOperationResultTypes.c:180 Function Invoke#2307133
scripts/Game/Drivers/LocalFile/EDF_FileDbDriverBase.c:176 Function FindAllAsync
scripts/Game/EDF_DbContext.c:97 Function FindAllAsync
scripts/Game/EDF_DbRepository.c:108 Function FindAsync
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:166 Function HandlePlayerLoad
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:118 Function OnUidAvailable
scripts/Game/game.c:922 Function OnUpdate
15:15:20.674 NETWORK (W): Did not find id = 0x800189DA item = @"ENTITY:4611686018427438229" ('GenericEntity','Assets/Items/Equipment/Maps/Map_Paper_01/Map_Paper_01_folded.xob') at <7054.326172 88.622459 3290.854004> @"{F849217AB3BA88BE}Prefabs/Items/Equipment/Maps/PaperMap_01_folded_USSR.et" in Spatial Map at < 14; 7>
15:15:20.674 NETWORK (W): Did not find id = 0x800189D5 item = @"ENTITY:4611686018427438228" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <7054.326172 88.622459 3290.854004> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 14; 7>
15:15:20.674 NETWORK (W): Did not find id = 0x800189CF item = @"ENTITY:4611686018427438227" ('GenericEntity','Assets/Items/Equipment/Radios/Radio_ANPRC68/Radio_ANPRC68_01.xob') at <7054.326172 88.622459 3290.854004> @"{941082288222A126}Prefabs/Items/Civilian/Civilian_Radio.et" in Spatial Map at < 14; 7>
15:15:21.554 WORLD : UpdateEntities
15:15:21.554 RPL : rpl::Pip::ProcessNetToGame
15:15:21.554 SCRIPT : [Badlands]-[Check ID]: Cx4157 has checked the identity of Mike Zinth, displaying for 5000ms.
Reason: NULL pointer to instance. Variable 'm_CharacterAnimComp'
Class: 'SCR_CharacterCommandHandlerComponent'
Function: 'GetLoiterCommand'
Stack trace:
scripts/Game/Character/SCR_CharacterCommandHandler.c:68 Function GetLoiterCommand
scripts/Game/Character/SCR_CharacterCommandHandler.c:125 Function IsLoitering
scripts/Game/Character/SCR_CharacterControllerComponent.c:449 Function GetCanEquipGadget
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:263 Function SetGadgetMode
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:524 Function HandleInput
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:196 Function OnGadgetInitDone
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:931 Function RegisterInitialGadgets
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:1087 Function InitComponent
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:1252 Function EOnInit
scripts/Game/EPF_PersistenceManager.c:198 Function SpawnWorldEntity
scripts/Game/EPF_EntitySaveData.c:37 Function Spawn
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:202 Function LoadCharacter
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:177 Function OnCharacterDataLoaded
scripts/Game/EDF_DbOperationResultTypes.c:180 Function Invoke#2307133
scripts/Game/Drivers/LocalFile/EDF_FileDbDriverBase.c:176 Function FindAllAsync
scripts/Game/EDF_DbContext.c:97 Function FindAllAsync
scripts/Game/EDF_DbRepository.c:108 Function FindAsync
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:166 Function HandlePlayerLoad
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:118 Function OnUidAvailable
scripts/Game/game.c:922 Function OnUpdate
15:15:22.340 NETWORK (W): Did not find id = 0x80018A91 item = @"ENTITY:4611686018427438263" ('GenericEntity','Assets/Items/Equipment/Maps/Map_Paper_01/Map_Paper_01_folded.xob') at <4975.392090 184.614212 7024.180176> @"{F849217AB3BA88BE}Prefabs/Items/Equipment/Maps/PaperMap_01_folded_USSR.et" in Spatial Map at < 10; 14>
15:15:22.340 NETWORK (W): Did not find id = 0x80018A8C item = @"ENTITY:4611686018427438262" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <4975.392090 184.614212 7024.180176> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 10; 14>
15:15:22.340 NETWORK (W): Did not find id = 0x80018A86 item = @"ENTITY:4611686018427438261" ('GenericEntity','Assets/Items/Equipment/Radios/Radio_ANPRC68/Radio_ANPRC68_01.xob') at <4975.392090 184.614212 7024.180176> @"{941082288222A126}Prefabs/Items/Civilian/Civilian_Radio.et" in Spatial Map at < 10; 14>
15:15:22.445 WORLD : UpdateEntities
15:15:22.445 WORLD : PostFrame
15:15:22.445 SCRIPT : Should Notify
15:15:23.155 WORLD : UpdateEntities
15:15:23.155 RPL : rpl::Pip::ProcessNetToGame
15:15:23.155 SCRIPT : [Badlands]-[Process Item]: ChozenRudy has processed 2 10 Dollar into 1 20 Dollar.
Reason: NULL pointer to instance. Variable 'm_CharacterAnimComp'
Class: 'SCR_CharacterCommandHandlerComponent'
Function: 'GetLoiterCommand'
Stack trace:
scripts/Game/Character/SCR_CharacterCommandHandler.c:68 Function GetLoiterCommand
scripts/Game/Character/SCR_CharacterCommandHandler.c:125 Function IsLoitering
scripts/Game/Character/SCR_CharacterControllerComponent.c:449 Function GetCanEquipGadget
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:263 Function SetGadgetMode
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:524 Function HandleInput
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:196 Function OnGadgetInitDone
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:931 Function RegisterInitialGadgets
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:1087 Function InitComponent
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:1252 Function EOnInit
scripts/Game/EPF_PersistenceManager.c:198 Function SpawnWorldEntity
scripts/Game/EPF_EntitySaveData.c:37 Function Spawn
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:202 Function LoadCharacter
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:177 Function OnCharacterDataLoaded
scripts/Game/EDF_DbOperationResultTypes.c:180 Function Invoke#2307133
scripts/Game/Drivers/LocalFile/EDF_FileDbDriverBase.c:176 Function FindAllAsync
scripts/Game/EDF_DbContext.c:97 Function FindAllAsync
scripts/Game/EDF_DbRepository.c:108 Function FindAsync
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:166 Function HandlePlayerLoad
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:118 Function OnUidAvailable
scripts/Game/game.c:922 Function OnUpdate
15:15:36.227 NETWORK (W): Did not find id = 0x80018B48 item = @"ENTITY:4611686018427438298" ('GenericEntity','Assets/Items/Equipment/Maps/Map_Paper_01/Map_Paper_01_folded.xob') at <4756.463867 161.142914 7153.717773> @"{F849217AB3BA88BE}Prefabs/Items/Equipment/Maps/PaperMap_01_folded_USSR.et" in Spatial Map at < 10; 14>
15:15:36.227 NETWORK (W): Did not find id = 0x80018B43 item = @"ENTITY:4611686018427438297" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <4756.463867 161.142914 7153.717773> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 10; 14>
15:15:36.227 NETWORK (W): Did not find id = 0x80018B3D item = @"ENTITY:4611686018427438296" ('GenericEntity','Assets/Items/Equipment/Radios/Radio_ANPRC68/Radio_ANPRC68_01.xob') at <4756.463867 161.142914 7153.717773> @"{941082288222A126}Prefabs/Items/Civilian/Civilian_Radio.et" in Spatial Map at < 10; 14>
15:16:32.415 NETWORK : Total number of players: 72
15:16:32.415 RPL (E): RpcError: Calling a RPC from an unregistered item! itemType='script::Game::SCR_BudgetEditorComponent', rpc='OnEntityCoreBudgetUpdatedOwner'
15:16:32.703 WORLD : UpdateEntities
15:16:32.703 RPL : rpl::Pip::ProcessNetToGame
15:16:32.703 SCRIPT : [Badlands]-[Process Item]: WhiteGuyDame has processed 2 5 Dollar into 1 10 Dollar.
15:17:00.534 RESOURCES (E): Can't remap 'Assets/Characters/HeadGear/Hat_TruckerCap_01/Hat_TruckerCap_01_item.xob' material from 'Shirt_Retopo_01_Item' to 'Assets/Characters/Uniforms/Shirt_CottonShirt_01/Data/Shirt_CottonShirt_01_Item_V6_Dirty.emat'. Source material do not exist
15:17:00.534 SCRIPT : [Badlands]-[Random Gather]: WhiteGuyDame has gathered 1 Dirty Hat Laundry.
15:17:00.534 SCRIPT : [Badlands] CC22E2B82279DCF3
15:17:01.052 WORLD : UpdateEntities
15:17:01.052 RPL : rpl::Pip::ProcessNetToGame
15:17:01.052 SCRIPT : [Badlands]-[Process Item]: xEMMAGINARY has processed 5 1 Dollar into 1 5 Dollar.
15:17:01.702 WORLD : UpdateEntities
15:17:01.702 RPL : rpl::Pip::ProcessNetToGame
15:17:01.702 SCRIPT : [Badlands]-[Process Item]: xEMMAGINARY has processed 5 1 Dollar into 1 5 Dollar.
15:17:02.003 BACKEND (E): Curl error=Timeout was reached
15:17:02.003 BACKEND (E): Curl error=Timeout was reached
15:17:24.415 NETWORK : Total number of players: 71
15:17:24.415 RPL (E): RpcError: Calling a RPC from an unregistered item! itemType='script::Game::SCR_BudgetEditorComponent', rpc='OnEntityCoreBudgetUpdatedOwner'
Reason: NULL pointer to instance. Variable 'm_CharacterAnimComp'
Class: 'SCR_CharacterCommandHandlerComponent'
Function: 'GetLoiterCommand'
Stack trace:
scripts/Game/Character/SCR_CharacterCommandHandler.c:68 Function GetLoiterCommand
scripts/Game/Character/SCR_CharacterCommandHandler.c:125 Function IsLoitering
scripts/Game/Character/SCR_CharacterControllerComponent.c:449 Function GetCanEquipGadget
scripts/Game/Inventory/SCR_CharacterInventoryStorageComponent.c:917 Function CanUseItem
scripts/Game/Inventory/SCR_HandSlotStorageComponent.c:42 Function CanStoreItem
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:263 Function SetGadgetMode
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:524 Function HandleInput
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:196 Function OnGadgetInitDone
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:931 Function RegisterInitialGadgets
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:1087 Function InitComponent
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:1252 Function EOnInit
scripts/Game/EPF_PersistenceManager.c:198 Function SpawnWorldEntity
scripts/Game/EPF_EntitySaveData.c:37 Function Spawn
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:202 Function LoadCharacter
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:177 Function OnCharacterDataLoaded
scripts/Game/EDF_DbOperationResultTypes.c:180 Function Invoke#2307133
scripts/Game/Drivers/LocalFile/EDF_FileDbDriverBase.c:176 Function FindAllAsync
scripts/Game/EDF_DbContext.c:97 Function FindAllAsync
scripts/Game/EDF_DbRepository.c:108 Function FindAsync
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:166 Function HandlePlayerLoad
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:118 Function OnUidAvailable
scripts/Game/game.c:922 Function OnUpdate
15:17:25.419 NETWORK (W): Did not find id = 0x800199C7 item = @"ENTITY:4611686018427439596" ('GenericEntity','Assets/Items/Equipment/Maps/Map_Paper_01/Map_Paper_01_folded.xob') at <5031.963867 511.568024 6977.924316> @"{F849217AB3BA88BE}Prefabs/Items/Equipment/Maps/PaperMap_01_folded_USSR.et" in Spatial Map at < 10; 14>
15:17:25.419 NETWORK (W): Did not find id = 0x800199C2 item = @"ENTITY:4611686018427439595" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <5031.963867 511.568024 6977.924316> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 10; 14>
15:17:25.419 NETWORK (W): Did not find id = 0x800199BC item = @"ENTITY:4611686018427439594" ('GenericEntity','Assets/Items/Equipment/Radios/Radio_ANPRC68/Radio_ANPRC68_01.xob') at <5031.963867 511.568024 6977.924316> @"{941082288222A126}Prefabs/Items/Civilian/Civilian_Radio.et" in Spatial Map at < 10; 14>
15:17:25.780 WORLD : UpdateEntities
15:17:25.780 WORLD : PostFrame
15:17:25.780 SCRIPT : Should Notify
15:17:26.250 WORLD : UpdateEntities
15:17:26.250 RPL : rpl::Pip::ProcessNetToGame
15:17:26.250 SCRIPT : [Badlands]-[Claim Vehicle]: Mike Zinth has claimed ownership of a vehicle: Muncey DodgeCharger 10 Black.
15:17:26.301 WORLD : UpdateEntities
15:17:26.301 RPL : rpl::Pip::ProcessNetToGame
15:17:26.301 SCRIPT : [Badlands]-[Process Item]: xEMMAGINARY has processed 2 5 Dollar into 1 10 Dollar.
Reason: NULL pointer to instance. Variable 'm_CharacterAnimComp'
Class: 'SCR_CharacterCommandHandlerComponent'
Function: 'GetLoiterCommand'
Stack trace:
scripts/Game/Character/SCR_CharacterCommandHandler.c:68 Function GetLoiterCommand
scripts/Game/Character/SCR_CharacterCommandHandler.c:125 Function IsLoitering
scripts/Game/Character/SCR_CharacterControllerComponent.c:449 Function GetCanEquipGadget
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:263 Function SetGadgetMode
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:524 Function HandleInput
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:196 Function OnGadgetInitDone
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:931 Function RegisterInitialGadgets
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:1087 Function InitComponent
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:1252 Function EOnInit
scripts/Game/EPF_PersistenceManager.c:198 Function SpawnWorldEntity
scripts/Game/EPF_EntitySaveData.c:37 Function Spawn
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:202 Function LoadCharacter
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:177 Function OnCharacterDataLoaded
scripts/Game/EDF_DbOperationResultTypes.c:180 Function Invoke#2307133
scripts/Game/Drivers/LocalFile/EDF_FileDbDriverBase.c:176 Function FindAllAsync
scripts/Game/EDF_DbContext.c:97 Function FindAllAsync
scripts/Game/EDF_DbRepository.c:108 Function FindAsync
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:166 Function HandlePlayerLoad
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:118 Function OnUidAvailable
scripts/Game/game.c:922 Function OnUpdate
15:18:09.085 NETWORK (W): Did not find id = 0x80019E13 item = @"ENTITY:4611686018427439896" ('GenericEntity','Assets/Items/Equipment/Maps/Map_Paper_01/Map_Paper_01_folded.xob') at <4733.443848 501.590027 7096.417969> @"{F849217AB3BA88BE}Prefabs/Items/Equipment/Maps/PaperMap_01_folded_USSR.et" in Spatial Map at < 9; 14>
15:18:09.085 NETWORK (W): Did not find id = 0x80019E0E item = @"ENTITY:4611686018427439895" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <4733.443848 501.590027 7096.417969> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 9; 14>
15:18:09.085 NETWORK (W): Did not find id = 0x80019E08 item = @"ENTITY:4611686018427439894" ('GenericEntity','Assets/Items/Equipment/Radios/Radio_ANPRC68/Radio_ANPRC68_01.xob') at <4733.443848 501.590027 7096.417969> @"{941082288222A126}Prefabs/Items/Civilian/Civilian_Radio.et" in Spatial Map at < 9; 14>
Reason: NULL pointer to instance. Variable 'm_CharacterAnimComp'
Class: 'SCR_CharacterCommandHandlerComponent'
Function: 'GetLoiterCommand'
Stack trace:
scripts/Game/Character/SCR_CharacterCommandHandler.c:68 Function GetLoiterCommand
scripts/Game/Character/SCR_CharacterCommandHandler.c:125 Function IsLoitering
scripts/Game/Character/SCR_CharacterControllerComponent.c:449 Function GetCanEquipGadget
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:263 Function SetGadgetMode
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:524 Function HandleInput
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:196 Function OnGadgetInitDone
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:931 Function RegisterInitialGadgets
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:1087 Function InitComponent
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:1252 Function EOnInit
scripts/Game/EPF_PersistenceManager.c:198 Function SpawnWorldEntity
scripts/Game/EPF_EntitySaveData.c:37 Function Spawn
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:202 Function LoadCharacter
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:177 Function OnCharacterDataLoaded
scripts/Game/EDF_DbOperationResultTypes.c:180 Function Invoke#2307133
scripts/Game/Drivers/LocalFile/EDF_FileDbDriverBase.c:176 Function FindAllAsync
scripts/Game/EDF_DbContext.c:97 Function FindAllAsync
scripts/Game/EDF_DbRepository.c:108 Function FindAsync
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:166 Function HandlePlayerLoad
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:118 Function OnUidAvailable
scripts/Game/game.c:922 Function OnUpdate
15:18:14.083 NETWORK (W): Did not find id = 0x8001AE6A item = @"ENTITY:4611686018427440975" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <5801.898438 12.842126 9785.335938> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 12; 20>
15:18:14.083 NETWORK (W): Did not find id = 0x8001AE6F item = @"ENTITY:4611686018427440976" ('GenericEntity','Assets/Items/Equipment/Maps/Map_Paper_01/Map_Paper_01_folded.xob') at <5801.898438 12.842126 9785.335938> @"{F849217AB3BA88BE}Prefabs/Items/Equipment/Maps/PaperMap_01_folded_USSR.et" in Spatial Map at < 12; 20>
15:18:14.369 NETWORK : Total number of players: 73
15:18:14.369 RPL (E): RpcError: Calling a RPC from an unregistered item! itemType='script::Game::SCR_BudgetEditorComponent', rpc='OnEntityCoreBudgetUpdatedOwner'
Reason: NULL pointer to instance. Variable 'm_CharacterAnimComp'
Class: 'SCR_CharacterCommandHandlerComponent'
Function: 'GetLoiterCommand'
Stack trace:
scripts/Game/Character/SCR_CharacterCommandHandler.c:68 Function GetLoiterCommand
scripts/Game/Character/SCR_CharacterCommandHandler.c:125 Function IsLoitering
scripts/Game/Character/SCR_CharacterControllerComponent.c:449 Function GetCanEquipGadget
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:263 Function SetGadgetMode
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:524 Function HandleInput
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:196 Function OnGadgetInitDone
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:931 Function RegisterInitialGadgets
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:1087 Function InitComponent
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:1252 Function EOnInit
scripts/Game/EPF_PersistenceManager.c:198 Function SpawnWorldEntity
scripts/Game/EPF_EntitySaveData.c:37 Function Spawn
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:202 Function LoadCharacter
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:177 Function OnCharacterDataLoaded
scripts/Game/EDF_DbOperationResultTypes.c:180 Function Invoke#2307133
scripts/Game/Drivers/LocalFile/EDF_FileDbDriverBase.c:176 Function FindAllAsync
scripts/Game/EDF_DbContext.c:97 Function FindAllAsync
scripts/Game/EDF_DbRepository.c:108 Function FindAsync
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:166 Function HandlePlayerLoad
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:118 Function OnUidAvailable
scripts/Game/game.c:922 Function OnUpdate
15:18:17.203 NETWORK (W): Did not find id = 0x8001AF56 item = @"ENTITY:4611686018427441022" ('GenericEntity','Assets/Items/Equipment/Maps/Map_Paper_01/Map_Paper_01_folded.xob') at <4611.127930 7.619990 9300.442383> @"{F849217AB3BA88BE}Prefabs/Items/Equipment/Maps/PaperMap_01_folded_USSR.et" in Spatial Map at < 9; 19>
15:18:17.203 NETWORK (W): Did not find id = 0x8001AF51 item = @"ENTITY:4611686018427441021" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <4611.127930 7.619990 9300.442383> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 9; 19>
15:18:17.203 NETWORK (W): Did not find id = 0x8001AF4B item = @"ENTITY:4611686018427441020" ('GenericEntity','Assets/Items/Equipment/Radios/Radio_ANPRC68/Radio_ANPRC68_01.xob') at <4611.127930 7.619990 9300.442383> @"{941082288222A126}Prefabs/Items/Civilian/Civilian_Radio.et" in Spatial Map at < 9; 19>
Reason: NULL pointer to instance. Variable 'm_CharacterAnimComp'
Class: 'SCR_CharacterCommandHandlerComponent'
Function: 'GetLoiterCommand'
Stack trace:
scripts/Game/Character/SCR_CharacterCommandHandler.c:68 Function GetLoiterCommand
scripts/Game/Character/SCR_CharacterCommandHandler.c:125 Function IsLoitering
scripts/Game/Character/SCR_CharacterControllerComponent.c:449 Function GetCanEquipGadget
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:263 Function SetGadgetMode
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:524 Function HandleInput
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:196 Function OnGadgetInitDone
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:931 Function RegisterInitialGadgets
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:1087 Function InitComponent
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:1252 Function EOnInit
scripts/Game/EPF_PersistenceManager.c:198 Function SpawnWorldEntity
scripts/Game/EPF_EntitySaveData.c:37 Function Spawn
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:202 Function LoadCharacter
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:177 Function OnCharacterDataLoaded
scripts/Game/EDF_DbOperationResultTypes.c:180 Function Invoke#2307133
scripts/Game/Drivers/LocalFile/EDF_FileDbDriverBase.c:176 Function FindAllAsync
scripts/Game/EDF_DbContext.c:97 Function FindAllAsync
scripts/Game/EDF_DbRepository.c:108 Function FindAsync
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:166 Function HandlePlayerLoad
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:118 Function OnUidAvailable
scripts/Game/game.c:922 Function OnUpdate
15:18:27.670 NETWORK (W): Did not find id = 0x8001B043 item = @"ENTITY:4611686018427441070" ('GenericEntity','Assets/Items/Equipment/Maps/Map_Paper_01/Map_Paper_01_folded.xob') at <4994.180176 175.269699 7096.337891> @"{F849217AB3BA88BE}Prefabs/Items/Equipment/Maps/PaperMap_01_folded_USSR.et" in Spatial Map at < 10; 14>
15:18:27.670 NETWORK (W): Did not find id = 0x8001B03E item = @"ENTITY:4611686018427441069" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <4994.180176 175.269699 7096.337891> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 10; 14>
15:18:27.670 NETWORK (W): Did not find id = 0x8001B038 item = @"ENTITY:4611686018427441068" ('GenericEntity','Assets/Items/Equipment/Radios/Radio_ANPRC68/Radio_ANPRC68_01.xob') at <4994.180176 175.269699 7096.337891> @"{941082288222A126}Prefabs/Items/Civilian/Civilian_Radio.et" in Spatial Map at < 10; 14>
15:19:14.014 ENTITY (W): GetOut action not set for slot='passenger_l01' type='CargoCompartmentSlot' [@"ENTITY:4611686018427441745" ('Vehicle','Assets/Vehicles/Wheeled/M151A2/m151a2_base.xob') at <4812.522949 164.759003 7122.599121> @"{EBC2E5FE58207D73}Prefabs/Vehicles/Wheeled/M151A2/GolfCart/BL_GolfCart_Black.et"]
15:19:14.014 ENTITY (W): JumpOut action not set for slot='passenger_l01' type='CargoCompartmentSlot' [@"ENTITY:4611686018427441745" ('Vehicle','Assets/Vehicles/Wheeled/M151A2/m151a2_base.xob') at <4812.522949 164.759003 7122.599121> @"{EBC2E5FE58207D73}Prefabs/Vehicles/Wheeled/M151A2/GolfCart/BL_GolfCart_Black.et"]
15:19:14.014 ENTITY (W): GetOut action not set for slot='passenger_s01' type='CargoCompartmentSlot' [@"ENTITY:4611686018427441745" ('Vehicle','Assets/Vehicles/Wheeled/M151A2/m151a2_base.xob') at <4812.522949 164.759003 7122.599121> @"{EBC2E5FE58207D73}Prefabs/Vehicles/Wheeled/M151A2/GolfCart/BL_GolfCart_Black.et"]
15:19:14.014 ENTITY (W): JumpOut action not set for slot='passenger_s01' type='CargoCompartmentSlot' [@"ENTITY:4611686018427441745" ('Vehicle','Assets/Vehicles/Wheeled/M151A2/m151a2_base.xob') at <4812.522949 164.759003 7122.599121> @"{EBC2E5FE58207D73}Prefabs/Vehicles/Wheeled/M151A2/GolfCart/BL_GolfCart_Black.et"]
15:19:14.014 ENTITY (W): GetOut action not set for slot='passenger_s02' type='CargoCompartmentSlot' [@"ENTITY:4611686018427441745" ('Vehicle','Assets/Vehicles/Wheeled/M151A2/m151a2_base.xob') at <4812.522949 164.759003 7122.599121> @"{EBC2E5FE58207D73}Prefabs/Vehicles/Wheeled/M151A2/GolfCart/BL_GolfCart_Black.et"]
15:19:14.014 ENTITY (W): JumpOut action not set for slot='passenger_s02' type='CargoCompartmentSlot' [@"ENTITY:4611686018427441745" ('Vehicle','Assets/Vehicles/Wheeled/M151A2/m151a2_base.xob') at <4812.522949 164.759003 7122.599121> @"{EBC2E5FE58207D73}Prefabs/Vehicles/Wheeled/M151A2/GolfCart/BL_GolfCart_Black.et"]
15:19:14.016 SCRIPT : [Badlands]-[Purchase Vehicle]: Fyiee has purchased vehicle: BL GolfCart Black
15:19:14.018 SCRIPT : [Badlands]-[Claim Vehicle]: Fyiee has claimed ownership of a vehicle after purchase: BL GolfCart Black.
15:19:14.507 NETWORK : Total number of players: 74
15:19:14.507 RPL (E): RpcError: Calling a RPC from an unregistered item! itemType='script::Game::SCR_BudgetEditorComponent', rpc='OnEntityCoreBudgetUpdatedOwner'
15:19:24.873 NETWORK : Total number of players: 73
15:19:24.873 RPL (E): RpcError: Calling a RPC from an unregistered item! itemType='script::Game::SCR_BudgetEditorComponent', rpc='OnEntityCoreBudgetUpdatedOwner'
15:19:28.271 NETWORK : Total number of players: 72
15:19:28.271 RPL (E): RpcError: Calling a RPC from an unregistered item! itemType='script::Game::SCR_BudgetEditorComponent', rpc='OnEntityCoreBudgetUpdatedOwner'
15:19:28.513 SCRIPT : [Badlands] BAD_OnDisconnectRestCallback success data= {"success":true,"message":"Successfully saved player profile in backend!"}
15:19:35.856 NETWORK : Total number of players: 72
15:19:35.856 RPL (E): RpcError: Calling a RPC from an unregistered item! itemType='script::Game::SCR_BudgetEditorComponent', rpc='OnEntityCoreBudgetUpdatedOwner'
Reason: NULL pointer to instance. Variable 'm_CharacterAnimComp'
Class: 'SCR_CharacterCommandHandlerComponent'
Function: 'GetLoiterCommand'
Stack trace:
scripts/Game/Character/SCR_CharacterCommandHandler.c:68 Function GetLoiterCommand
scripts/Game/Character/SCR_CharacterCommandHandler.c:125 Function IsLoitering
scripts/Game/Character/SCR_CharacterControllerComponent.c:449 Function GetCanEquipGadget
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:263 Function SetGadgetMode
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:524 Function HandleInput
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:196 Function OnGadgetInitDone
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:931 Function RegisterInitialGadgets
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:1087 Function InitComponent
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:1252 Function EOnInit
scripts/Game/EPF_PersistenceManager.c:198 Function SpawnWorldEntity
scripts/Game/EPF_EntitySaveData.c:37 Function Spawn
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:202 Function LoadCharacter
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:177 Function OnCharacterDataLoaded
scripts/Game/EDF_DbOperationResultTypes.c:180 Function Invoke#2307133
scripts/Game/Drivers/LocalFile/EDF_FileDbDriverBase.c:176 Function FindAllAsync
scripts/Game/EDF_DbContext.c:97 Function FindAllAsync
scripts/Game/EDF_DbRepository.c:108 Function FindAsync
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:166 Function HandlePlayerLoad
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:118 Function OnUidAvailable
scripts/Game/game.c:922 Function OnUpdate
15:19:37.301 NETWORK (W): Did not find id = 0x8001BBE7 item = @"ENTITY:4611686018427441933" ('GenericEntity','Assets/Items/Equipment/Maps/Map_Paper_01/Map_Paper_01_folded.xob') at <5010.198730 175.319061 7117.936035> @"{F849217AB3BA88BE}Prefabs/Items/Equipment/Maps/PaperMap_01_folded_USSR.et" in Spatial Map at < 10; 14>
15:19:37.301 NETWORK (W): Did not find id = 0x8001BBE2 item = @"ENTITY:4611686018427441932" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <5010.198730 175.319061 7117.936035> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 10; 14>
15:19:37.301 NETWORK (W): Did not find id = 0x8001BBDC item = @"ENTITY:4611686018427441931" ('GenericEntity','Assets/Items/Equipment/Radios/Radio_ANPRC68/Radio_ANPRC68_01.xob') at <5010.198730 175.319061 7117.936035> @"{941082288222A126}Prefabs/Items/Civilian/Civilian_Radio.et" in Spatial Map at < 10; 14>
15:19:37.403 WORLD : UpdateEntities
15:19:37.403 WORLD : PostFrame
15:19:37.403 SCRIPT : Should Notify
15:19:37.909 SCRIPT : [Badlands]-[Random Gather]: Curly_00 has gathered 1 Dirty Hat Laundry.
15:19:37.909 SCRIPT : [Badlands] CC22E2B82279DCF3
15:19:38.012 WORLD : UpdateEntities
15:19:38.012 RPL : rpl::Pip::ProcessNetToGame
15:19:38.012 SCRIPT : [Badlands]-[Claim Vehicle]: Gazukstan has claimed ownership of a vehicle: Sarka White.
15:20:09.946 NETWORK (W): Did not find id = 0x8001BEAD item = @"ENTITY:4611686018427442395" ('GenericEntity','Assets/Items/Equipment/Maps/Map_Paper_01/Map_Paper_01_folded.xob') at <4793.720703 163.985001 7252.331543> @"{F849217AB3BA88BE}Prefabs/Items/Equipment/Maps/PaperMap_01_folded_USSR.et" in Spatial Map at < 10; 15>
15:20:09.947 NETWORK (W): Did not find id = 0x8001BEA8 item = @"ENTITY:4611686018427442394" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <4793.720703 163.985001 7252.331543> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 10; 15>
15:20:09.947 NETWORK (W): Did not find id = 0x8001BEA2 item = @"ENTITY:4611686018427442393" ('GenericEntity','Assets/Items/Equipment/Radios/Radio_ANPRC68/Radio_ANPRC68_01.xob') at <4793.720703 163.985001 7252.331543> @"{941082288222A126}Prefabs/Items/Civilian/Civilian_Radio.et" in Spatial Map at < 10; 15>
15:20:18.846 NETWORK (W): Did not find id = 0x8001C040 item = @"ENTITY:4611686018427442519" ('GenericEntity','Assets/Items/Equipment/Maps/Map_Paper_01/Map_Paper_01_folded.xob') at <4998.346191 175.341003 7088.611816> @"{F849217AB3BA88BE}Prefabs/Items/Equipment/Maps/PaperMap_01_folded_USSR.et" in Spatial Map at < 10; 14>
15:20:18.846 NETWORK (W): Did not find id = 0x8001C03B item = @"ENTITY:4611686018427442518" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <4998.346191 175.341003 7088.611816> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 10; 14>
15:20:18.846 NETWORK (W): Did not find id = 0x8001C035 item = @"ENTITY:4611686018427442517" ('GenericEntity','Assets/Items/Equipment/Radios/Radio_ANPRC68/Radio_ANPRC68_01.xob') at <4998.346191 175.341003 7088.611816> @"{941082288222A126}Prefabs/Items/Civilian/Civilian_Radio.et" in Spatial Map at < 10; 14>
15:20:54.026 NETWORK (W): Did not find id = 0x8001C257 item = @"ENTITY:4611686018427442721" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <4941.060547 175.308578 7078.577637> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 10; 14>
15:21:07.759 SCRIPT : ServerAdminTools_GameModeComponent.UpdatePlayerHistory | Player joined, id: 81, RplIdentity (hex): 48, name: Lord Malphas422, identityId: aabd3e10-cdfc-4225-9e86-f64bda41b729
15:21:07.759 NETWORK : Players connecting: 0
15:21:07.759 NETWORK : Players connected: 77 / 81
15:21:07.784 NETWORK (W): Did not find id = 0x8001C3B1 item = @"ENTITY:4611686018427442818" ('GenericEntity','Assets/Items/Equipment/Maps/Map_Paper_01/Map_Paper_01_folded.xob') at <4860.486328 168.565567 7114.501953> @"{F849217AB3BA88BE}Prefabs/Items/Equipment/Maps/PaperMap_01_folded_USSR.et" in Spatial Map at < 10; 14>
15:21:07.784 NETWORK (W): Did not find id = 0x8001C3AC item = @"ENTITY:4611686018427442817" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <4860.486328 168.565567 7114.501953> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 10; 14>
15:21:07.784 NETWORK (W): Did not find id = 0x8001C3A6 item = @"ENTITY:4611686018427442816" ('GenericEntity','Assets/Items/Equipment/Radios/Radio_ANPRC68/Radio_ANPRC68_01.xob') at <4860.486328 168.565567 7114.501953> @"{941082288222A126}Prefabs/Items/Civilian/Civilian_Radio.et" in Spatial Map at < 10; 14>
15:21:45.437 SCRIPT : [Badlands]-[Process Item]: ChozenRudy has recieved 1 Clean Shirt Laundry from last process.
15:21:45.626 WORLD : UpdateEntities
15:21:45.626 WORLD : PostFrame
15:21:45.626 SCRIPT : int m_iValue = 9000
15:21:45.626 SCRIPT : int m_iValue = 1156
15:21:45.626 SCRIPT : int m_iValue = 15000
15:21:46.376 WORLD : UpdateEntities
15:21:46.376 RPL : rpl::Pip::ProcessNetToGame
15:21:46.376 SCRIPT : [Badlands]-[Equip Loadout]: Successfully added 1 Taser Pistol to Lord Malphas422 from a Police loadoutItemList.
15:21:46.377 SCRIPT : [Badlands]-[Equip Loadout]: Successfully added 10 Magazine Taser 1rnd Cartridge to Lord Malphas422 from a Police loadoutItemList.
15:21:46.377 SCRIPT : [Badlands]-[Equip Loadout]: Lord Malphas422 equipped: Police loadout.
15:21:47.300 SCRIPT : [Badlands] 77 profiles to saves
15:21:47.302 SCRIPT : [Badlands]-[Random Gather]: Curly_00 has gathered 1 Dirty Hat Laundry.
15:21:47.303 SCRIPT : [Badlands] CC22E2B82279DCF3
15:21:48.523 WORLD : UpdateEntities
15:21:48.523 RPL : rpl::Pip::ProcessNetToGame
15:21:48.523 SCRIPT : [Badlands]-[Check ID]: xEMMAGINARY has checked the identity of ChozenRudy, displaying for 5000ms.
15:21:48.880 NETWORK (W): Did not find id = 0x8001C724 item = @"ENTITY:4611686018427443133" ('GenericEntity','Assets/Items/Equipment/Maps/Map_Paper_01/Map_Paper_01_folded.xob') at <5029.434570 511.568024 6977.505859> @"{F849217AB3BA88BE}Prefabs/Items/Equipment/Maps/PaperMap_01_folded_USSR.et" in Spatial Map at < 10; 14>
15:21:48.880 NETWORK (W): Did not find id = 0x8001C71F item = @"ENTITY:4611686018427443132" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <5029.434570 511.568024 6977.505859> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 10; 14>
15:21:48.881 NETWORK (W): Did not find id = 0x8001C719 item = @"ENTITY:4611686018427443131" ('GenericEntity','Assets/Items/Equipment/Radios/Radio_ANPRC68/Radio_ANPRC68_01.xob') at <5029.434570 511.568024 6977.505859> @"{941082288222A126}Prefabs/Items/Civilian/Civilian_Radio.et" in Spatial Map at < 10; 14>
15:22:14.347 NETWORK (W): Did not find id = 0x8001C9CC item = @"ENTITY:4611686018427443338" ('GenericEntity','Assets/Items/Equipment/Maps/Map_Paper_01/Map_Paper_01_folded.xob') at <4884.110352 172.604233 7060.785156> @"{F849217AB3BA88BE}Prefabs/Items/Equipment/Maps/PaperMap_01_folded_USSR.et" in Spatial Map at < 10; 14>
15:22:14.347 NETWORK (W): Did not find id = 0x8001C9C7 item = @"ENTITY:4611686018427443337" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <4884.110352 172.604233 7060.785156> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 10; 14>
15:22:14.347 NETWORK (W): Did not find id = 0x8001C9C1 item = @"ENTITY:4611686018427443336" ('GenericEntity','Assets/Items/Equipment/Radios/Radio_ANPRC68/Radio_ANPRC68_01.xob') at <4884.110352 172.604233 7060.785156> @"{941082288222A126}Prefabs/Items/Civilian/Civilian_Radio.et" in Spatial Map at < 10; 14>
15:22:29.489 SCRIPT : [Badlands]-[Equip Loadout]: Successfully added 1 Police M16Carbine LessLethal to Lord Malphas422 from a Police loadoutItemList.
15:22:29.490 SCRIPT : [Badlands]-[Equip Loadout]: Successfully added 10 Police STANAG Mag 21rnd Rubber to Lord Malphas422 from a Police loadoutItemList.
15:22:29.490 SCRIPT : [Badlands]-[Equip Loadout]: Lord Malphas422 equipped: Police loadout.
15:22:35.371 SCRIPT : [Badlands]-[Process Item]: Just_Breeze23 has processed 2 10 Dollar into 1 20 Dollar.
15:22:35.891 WORLD : UpdateEntities
15:22:35.891 RPL : rpl::Pip::ProcessNetToGame
15:22:35.891 SCRIPT : [Badlands]-[Enter Locker] DeathEplone has entered their locker room. UID=0f5179fa-8372-43ea-a144-bfe2b6d5e75b
15:22:35.891 SCRIPT : [Badlands] Loading Locker for DeathEplone
15:22:35.954 WORLD : UpdateEntities
15:22:35.954 RPL : rpl::Pip::ProcessNetToGame
15:22:35.954 INVENTORY (W): VALIDATION FAILED: Item @"ENTITY:4611686018427447893" ('GameEntity','Assets/Props/Services/FireExtinguisherBox_01/FireExtinguisherBox_01_Shovel.xob') at <0.000000 0.000000 0.000000> @"{D550F78A82153B72}Prefabs/Weapons/Melee/Shovel/ShovelMesh.et" does not have InventoryItemComponent attached
15:22:35.954 INVENTORY (W): VALIDATION FAILED: Item @"ENTITY:4611686018427447896" ('GameEntity','Assets/Props/Services/FireExtinguisherBox_01/FireExtinguisherBox_01_Shovel.xob') at <0.000000 0.000000 0.000000> @"{D550F78A82153B72}Prefabs/Weapons/Melee/Shovel/ShovelMesh.et" does not have InventoryItemComponent attached
15:22:35.956 SCRIPT : [Badlands] Spawning Locker for DeathEplone
15:22:35.956 SCRIPT : [Badlands] Successfully Spawned Persistence Storages for DeathEplone
15:22:36.305 WORLD : UpdateEntities
15:22:36.305 RPL : rpl::Pip::ProcessNetToGame
15:22:36.305 SCRIPT : [Badlands]-[Process Item]: Just_Breeze23 has processed 2 10 Dollar into 1 20 Dollar.
15:23:07.742 NETWORK (W): Did not find id = 0x8002115E item = @"ENTITY:4611686018427448268" ('GenericEntity','Assets/Items/Equipment/Maps/Map_Paper_01/Map_Paper_01_folded.xob') at <4857.450684 173.328903 7100.946777> @"{F849217AB3BA88BE}Prefabs/Items/Equipment/Maps/PaperMap_01_folded_USSR.et" in Spatial Map at < 10; 14>
15:23:07.742 NETWORK (W): Did not find id = 0x80021159 item = @"ENTITY:4611686018427448267" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <4857.450684 173.328903 7100.946777> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 10; 14>
15:23:07.742 NETWORK (W): Did not find id = 0x80021153 item = @"ENTITY:4611686018427448266" ('GenericEntity','Assets/Items/Equipment/Radios/Radio_ANPRC68/Radio_ANPRC68_01.xob') at <4857.450684 173.328903 7100.946777> @"{941082288222A126}Prefabs/Items/Civilian/Civilian_Radio.et" in Spatial Map at < 10; 14>
15:23:07.742 RESOURCES (E): Can't remap 'Uniforms/Pants/Jeans_Skinny/Jeans_skinny_ground.xob' material from 'Tech2019' to 'Uniforms/Pants/Tech2019_Joggers/Data/Tech2019_blc.emat'. Source material do not exist
15:23:12.950 NETWORK : Total number of players: 80
15:23:12.950 RPL (E): RpcError: Calling a RPC from an unregistered item! itemType='script::Game::SCR_BudgetEditorComponent', rpc='OnEntityCoreBudgetUpdatedOwner'
15:23:13.236 WORLD : UpdateEntities
15:23:13.236 RPL : rpl::Pip::ProcessNetToGame
15:23:13.236 SCRIPT : [Badlands]-[Check ID]: Gazukstan has checked the identity of xEMMAGINARY, displaying for 5000ms.
15:23:13.504 NETWORK : Total number of players: 79
15:23:13.505 RPL (E): RpcError: Calling a RPC from an unregistered item! itemType='script::Game::SCR_BudgetEditorComponent', rpc='OnEntityCoreBudgetUpdatedOwner'
15:23:13.921 NETWORK : Total number of players: 78
15:23:13.921 RPL (E): RpcError: Calling a RPC from an unregistered item! itemType='script::Game::SCR_BudgetEditorComponent', rpc='OnEntityCoreBudgetUpdatedOwner'
15:23:14.195 RPL (E): RpcError: Calling a RPC from an unregistered item! itemType='script::Game::SCR_BudgetEditorComponent', rpc='OnEntityCoreBudgetUpdatedOwner'
15:23:14.554 WORLD : UpdateEntities
15:23:14.554 RPL : rpl::Pip::ProcessNetToGame
15:23:14.554 SCRIPT : [Badlands]-[Enter Locker] BigBuck032036 has entered their locker room. UID=8186d329-44fe-46ff-91fc-5e254b703706
15:23:14.555 SCRIPT : [Badlands] Loading Locker for BigBuck032036
15:23:14.586 SCRIPT : int m_iValue = 10748
15:23:14.599 SCRIPT : int m_iValue = 119
15:23:14.599 SCRIPT : [Badlands] Spawning Locker for BigBuck032036
15:23:14.599 SCRIPT : [Badlands] Successfully Spawned Persistence Storages for BigBuck032036
15:23:15.754 ENTITY (W): GetOut action not set for slot='passenger_l01' type='CargoCompartmentSlot' [@"ENTITY:4611686018427449132" ('Vehicle','Assets/Vehicles/Wheeled/M151A2/m151a2_base.xob') at <4812.522949 164.759003 7122.599121> @"{426D441901127610}Prefabs/Vehicles/Wheeled/M151A2/GolfCart/BL_GolfCart_Orange.et"]
15:23:15.754 ENTITY (W): JumpOut action not set for slot='passenger_l01' type='CargoCompartmentSlot' [@"ENTITY:4611686018427449132" ('Vehicle','Assets/Vehicles/Wheeled/M151A2/m151a2_base.xob') at <4812.522949 164.759003 7122.599121> @"{426D441901127610}Prefabs/Vehicles/Wheeled/M151A2/GolfCart/BL_GolfCart_Orange.et"]
15:23:15.754 ENTITY (W): GetOut action not set for slot='passenger_s01' type='CargoCompartmentSlot' [@"ENTITY:4611686018427449132" ('Vehicle','Assets/Vehicles/Wheeled/M151A2/m151a2_base.xob') at <4812.522949 164.759003 7122.599121> @"{426D441901127610}Prefabs/Vehicles/Wheeled/M151A2/GolfCart/BL_GolfCart_Orange.et"]
15:23:15.754 ENTITY (W): JumpOut action not set for slot='passenger_s01' type='CargoCompartmentSlot' [@"ENTITY:4611686018427449132" ('Vehicle','Assets/Vehicles/Wheeled/M151A2/m151a2_base.xob') at <4812.522949 164.759003 7122.599121> @"{426D441901127610}Prefabs/Vehicles/Wheeled/M151A2/GolfCart/BL_GolfCart_Orange.et"]
15:23:15.754 ENTITY (W): GetOut action not set for slot='passenger_s02' type='CargoCompartmentSlot' [@"ENTITY:4611686018427449132" ('Vehicle','Assets/Vehicles/Wheeled/M151A2/m151a2_base.xob') at <4812.522949 164.759003 7122.599121> @"{426D441901127610}Prefabs/Vehicles/Wheeled/M151A2/GolfCart/BL_GolfCart_Orange.et"]
15:23:15.754 ENTITY (W): JumpOut action not set for slot='passenger_s02' type='CargoCompartmentSlot' [@"ENTITY:4611686018427449132" ('Vehicle','Assets/Vehicles/Wheeled/M151A2/m151a2_base.xob') at <4812.522949 164.759003 7122.599121> @"{426D441901127610}Prefabs/Vehicles/Wheeled/M151A2/GolfCart/BL_GolfCart_Orange.et"]
15:23:15.834 NETWORK : Total number of players: 76
15:23:15.834 RPL (E): RpcError: Calling a RPC from an unregistered item! itemType='script::Game::SCR_BudgetEditorComponent', rpc='OnEntityCoreBudgetUpdatedOwner'
15:23:16.293 WORLD : UpdateEntities
15:23:16.293 WORLD : PostFrame
15:23:16.293 SCRIPT : Should Notify
15:23:16.803 SCRIPT : [Badlands] BAD_OnDisconnectRestCallback success data= {"success":true,"message":"Successfully saved player profile in backend!"}
15:23:17.047 SCRIPT : [Badlands] BAD_OnDisconnectRestCallback success data= {"success":true,"message":"Successfully saved player profile in backend!"}
15:23:17.114 SCRIPT : [Badlands] BAD_RestCallback success data= {"success":true,"message":"Successfully saved player stats in backend!"}
15:23:17.288 NETWORK (W): Did not find id = 0x80021F3E item = @"ENTITY:4611686018427449171" ('GenericEntity','Assets/Items/Equipment/Maps/Map_Paper_01/Map_Paper_01_folded.xob') at <4860.891113 170.847214 7011.708984> @"{F849217AB3BA88BE}Prefabs/Items/Equipment/Maps/PaperMap_01_folded_USSR.et" in Spatial Map at < 10; 14>
15:23:17.288 NETWORK (W): Did not find id = 0x80021F39 item = @"ENTITY:4611686018427449170" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <4860.891113 170.847214 7011.708984> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 10; 14>
15:23:17.288 NETWORK (W): Did not find id = 0x80021F33 item = @"ENTITY:4611686018427449169" ('GenericEntity','Assets/Items/Equipment/Radios/Radio_ANPRC68/Radio_ANPRC68_01.xob') at <4860.891113 170.847214 7011.708984> @"{941082288222A126}Prefabs/Items/Civilian/Civilian_Radio.et" in Spatial Map at < 10; 14>
15:23:18.889 SCRIPT : [Badlands]-[Process Item]: Curly_00 has processed 1 Clean Hat Laundry.
15:23:18.889 SCRIPT : [Badlands]-[Process Item]: Curly_00 has recieved 3 1 Dollar from last process.
15:23:18.903 SCRIPT : [Badlands] BAD_OnDisconnectRestCallback success data= {"success":true,"message":"Successfully saved player profile in backend!"}
15:23:19.787 WORLD : UpdateEntities
15:23:19.787 RPL : rpl::Pip::ProcessNetToGame
15:23:19.787 SCRIPT (E): [Badlands] profile not found for playerId 85 profileName DESKTOP-LUTT27I machineName DESKTOP-LUTT27I adapterName NVIDIA GeForce GTX 1660 Ti
15:23:21.638 NETWORK (W): Did not find id = 0x80022059 item = @"ENTITY:4611686018427449240" ('GenericEntity','Assets/Items/Equipment/Maps/Map_Paper_01/Map_Paper_01_folded.xob') at <4851.582031 170.891602 7016.491211> @"{F849217AB3BA88BE}Prefabs/Items/Equipment/Maps/PaperMap_01_folded_USSR.et" in Spatial Map at < 10; 14>
15:23:21.638 NETWORK (W): Did not find id = 0x80022054 item = @"ENTITY:4611686018427449239" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <4851.582031 170.891602 7016.491211> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 10; 14>
15:23:21.638 NETWORK (W): Did not find id = 0x8002204E item = @"ENTITY:4611686018427449238" ('GenericEntity','Assets/Items/Equipment/Radios/Radio_ANPRC68/Radio_ANPRC68_01.xob') at <4851.582031 170.891602 7016.491211> @"{941082288222A126}Prefabs/Items/Civilian/Civilian_Radio.et" in Spatial Map at < 10; 14>
15:23:21.901 SCRIPT : [Badlands]-[Process Item]: Curly_00 has processed 1 Clean Hat Laundry.
15:23:21.902 SCRIPT : [Badlands]-[Process Item]: Curly_00 has recieved 3 1 Dollar from last process.
15:23:36.733 RESOURCES (E): Can't remap 'Assets/Characters/HeadGear/Hat_TruckerCap_01/Hat_TruckerCap_01_item.xob' material from 'Shirt_Retopo_01_Item' to 'Assets/Characters/Uniforms/Shirt_CottonShirt_01/Data/Shirt_CottonShirt_01_Item_V6_Dirty.emat'. Source material do not exist
15:23:36.734 SCRIPT : [Badlands]-[Random Gather]: REFLUX6568 has gathered 1 Dirty Hat Laundry.
15:23:36.734 SCRIPT : [Badlands] CC22E2B82279DCF3
15:23:37.689 WORLD : UpdateEntities
15:23:37.689 RPL : rpl::Pip::ProcessNetToGame
15:23:37.689 SCRIPT : [Badlands]-[Process Item]: WhiteGuyDame has processed 2 5 Dollar into 1 10 Dollar.
15:23:39.781 ANIMATION (W): Provided invalid variable WeaponInspectionState to ItemAnimationComponent
15:23:39.781 ANIMATION (W): Provided invalid variable State to ItemAnimationComponent
15:23:39.787 INVENTORY (W): VALIDATION FAILED: Item @"ENTITY:4611686018427450959" ('GameEntity','Assets/Props/Services/FireExtinguisherBox_01/FireExtinguisherBox_01_Shovel.xob') at <0.000000 0.000000 0.000000> @"{D550F78A82153B72}Prefabs/Weapons/Melee/Shovel/ShovelMesh.et" does not have InventoryItemComponent attached
15:23:39.949 SCRIPT : [Badlands] Spawning Locker for Riot
15:23:39.949 SCRIPT : [Badlands] Successfully Spawned Persistence Storages for Riot
15:24:00.578 NETWORK (W): Did not find id = 0x80025784 item = @"ENTITY:4611686018427452901" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <5802.050293 12.842126 9785.076172> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 12; 20>
15:24:00.579 NETWORK (W): Did not find id = 0x80025789 item = @"ENTITY:4611686018427452902" ('GenericEntity','Assets/Items/Equipment/Maps/Map_Paper_01/Map_Paper_01_folded.xob') at <5802.050293 12.842126 9785.076172> @"{F849217AB3BA88BE}Prefabs/Items/Equipment/Maps/PaperMap_01_folded_USSR.et" in Spatial Map at < 12; 20>
15:24:00.769 NETWORK : Player connected: connectionID=37
15:24:02.660 NETWORK (W): Did not find id = 0x80025890 item = @"ENTITY:4611686018427452955" ('GenericEntity','Assets/Items/Equipment/Maps/Map_Paper_01/Map_Paper_01_folded.xob') at <4750.123535 164.259247 7089.613770> @"{F849217AB3BA88BE}Prefabs/Items/Equipment/Maps/PaperMap_01_folded_USSR.et" in Spatial Map at < 10; 14>
15:24:02.660 NETWORK (W): Did not find id = 0x8002588B item = @"ENTITY:4611686018427452954" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <4750.123535 164.259247 7089.613770> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 10; 14>
15:24:02.660 NETWORK (W): Did not find id = 0x80025885 item = @"ENTITY:4611686018427452953" ('GenericEntity','Assets/Items/Equipment/Radios/Radio_ANPRC68/Radio_ANPRC68_01.xob') at <4750.123535 164.259247 7089.613770> @"{941082288222A126}Prefabs/Items/Civilian/Civilian_Radio.et" in Spatial Map at < 10; 14>
15:24:02.661 SCRIPT : int m_iValue = 20296
15:24:02.973 WORLD : UpdateEntities
15:24:02.973 RPL : rpl::Pip::ProcessNetToGame
15:24:02.973 SCRIPT (E): [Badlands] profile not found for playerId 55 profileName minwinpc machineName minwinpc adapterName Gaming.Xbox
15:24:03.563 WORLD : UpdateEntities
15:24:03.563 WORLD : PostFrame
15:24:03.563 SCRIPT : Should Notify
15:24:03.794 SCRIPT : [Badlands]-[Variable Process]: LukeTog24 has processed 1 Silver Bar.
15:24:03.795 SCRIPT : [Badlands]-[Variable-Process]: LukeTog24 has recieved 4 20 Dollar from last process.
15:24:04.112 SCRIPT : ServerAdminTools_GameModeComponent.UpdatePlayerHistory | Player joined, id: 22, RplIdentity (hex): E, name: JesterKnaves, identityId: 76cded76-ad55-439d-966e-67c418db7fa4
15:24:04.112 NETWORK : Players connecting: 1
15:24:04.112 NETWORK : Players connected: 81 / 86
15:24:04.136 NETWORK (W): Did not find id = 0x8002597E item = @"ENTITY:4611686018427453000" ('GenericEntity','Assets/Items/Equipment/Maps/Map_Paper_01/Map_Paper_01_folded.xob') at <5304.456543 81.236580 6364.121582> @"{F849217AB3BA88BE}Prefabs/Items/Equipment/Maps/PaperMap_01_folded_USSR.et" in Spatial Map at < 11; 13>
15:24:04.136 NETWORK (W): Did not find id = 0x80025979 item = @"ENTITY:4611686018427452999" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <5304.456543 81.236580 6364.121582> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 11; 13>
15:24:04.136 NETWORK (W): Did not find id = 0x80025973 item = @"ENTITY:4611686018427452998" ('GenericEntity','Assets/Items/Equipment/Radios/Radio_ANPRC68/Radio_ANPRC68_01.xob') at <5304.456543 81.236580 6364.121582> @"{941082288222A126}Prefabs/Items/Civilian/Civilian_Radio.et" in Spatial Map at < 11; 13>
15:24:06.907 NETWORK (W): Did not find id = 0x80025A2F item = @"ENTITY:4611686018427453033" ('GenericEntity','Assets/Items/Equipment/Maps/Map_Paper_01/Map_Paper_01_folded.xob') at <4753.302734 511.568024 6978.540527> @"{F849217AB3BA88BE}Prefabs/Items/Equipment/Maps/PaperMap_01_folded_USSR.et" in Spatial Map at < 10; 14>
15:24:06.907 NETWORK (W): Did not find id = 0x80025A2A item = @"ENTITY:4611686018427453032" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <4753.302734 511.568024 6978.540527> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 10; 14>
15:24:06.907 NETWORK (W): Did not find id = 0x80025A24 item = @"ENTITY:4611686018427453031" ('GenericEntity','Assets/Items/Equipment/Radios/Radio_ANPRC68/Radio_ANPRC68_01.xob') at <4753.302734 511.568024 6978.540527> @"{941082288222A126}Prefabs/Items/Civilian/Civilian_Radio.et" in Spatial Map at < 10; 14>
15:24:07.648 WORLD : UpdateEntities
15:24:07.649 WORLD : PostFrame
15:24:07.649 SCRIPT : Should Notify
15:24:07.815 SCRIPT : [Badlands]-[Variable Process]: LukeTog24 has processed 1 Silver Bar.
15:24:07.815 SCRIPT : [Badlands]-[Variable-Process]: LukeTog24 has recieved 4 20 Dollar from last process.
15:24:10.631 NETWORK : Total number of players: 81
15:24:10.631 RPL (E): RpcError: Calling a RPC from an unregistered item! itemType='script::Game::SCR_BudgetEditorComponent', rpc='OnEntityCoreBudgetUpdatedOwner'
15:24:11.183 WORLD : UpdateEntities
15:24:11.183 RPL : rpl::Pip::ProcessNetToGame
15:24:11.183 SCRIPT : [Badlands]-[Exit Locker] OffTheYxrk has exited their locker room. UID=5acf924a-fcd7-40ff-ae36-53ae1c23e0ad
15:24:11.183 SCRIPT : [Badlands] OffTheYxrk is exiting their locker!
15:24:31.260 NETWORK (W): Did not find id = 0x8002607B item = @"ENTITY:4611686018427453511" ('GenericEntity','Assets/Items/Equipment/Maps/Map_Paper_01/Map_Paper_01_folded.xob') at <4787.594238 164.639374 7143.367188> @"{F849217AB3BA88BE}Prefabs/Items/Equipment/Maps/PaperMap_01_folded_USSR.et" in Spatial Map at < 10; 14>
15:24:31.260 NETWORK (W): Did not find id = 0x80026076 item = @"ENTITY:4611686018427453510" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <4787.594238 164.639374 7143.367188> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 10; 14>
15:24:31.260 NETWORK (W): Did not find id = 0x80026070 item = @"ENTITY:4611686018427453509" ('GenericEntity','Assets/Items/Equipment/Radios/Radio_ANPRC68/Radio_ANPRC68_01.xob') at <4787.594238 164.639374 7143.367188> @"{941082288222A126}Prefabs/Items/Civilian/Civilian_Radio.et" in Spatial Map at < 10; 14>
15:24:34.040 NETWORK (W): Did not find id = 0x80026195 item = @"ENTITY:4611686018427453589" ('GenericEntity','Assets/Items/Equipment/Maps/Map_Paper_01/Map_Paper_01_folded.xob') at <5476.881836 96.167076 6118.705078> @"{F849217AB3BA88BE}Prefabs/Items/Equipment/Maps/PaperMap_01_folded_USSR.et" in Spatial Map at < 11; 12>
15:24:34.041 NETWORK (W): Did not find id = 0x80026190 item = @"ENTITY:4611686018427453588" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <5476.881836 96.167076 6118.705078> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 11; 12>
15:24:34.041 NETWORK (W): Did not find id = 0x8002618A item = @"ENTITY:4611686018427453587" ('GenericEntity','Assets/Items/Equipment/Radios/Radio_ANPRC68/Radio_ANPRC68_01.xob') at <5476.881836 96.167076 6118.705078> @"{941082288222A126}Prefabs/Items/Civilian/Civilian_Radio.et" in Spatial Map at < 11; 12>
15:24:39.276 NETWORK : Total number of players: 82
15:24:39.276 RPL (E): RpcError: Calling a RPC from an unregistered item! itemType='script::Game::SCR_BudgetEditorComponent', rpc='OnEntityCoreBudgetUpdatedOwner'
15:24:39.288 WORLD : UpdateEntities
15:24:39.288 RPL : rpl::Pip::ProcessNetToGame
15:24:39.288 SCRIPT : [Badlands]-[Exit Locker] Riot has exited their locker room. UID=75a1190e-65c2-43e8-8451-3de95ae7255b
15:24:39.288 SCRIPT : [Badlands] Riot is exiting their locker!
15:24:39.319 SCRIPT : int m_iValue = 30814
15:24:39.319 SCRIPT : int m_iValue = 154
15:24:39.324 SCRIPT : int m_iValue = 674
15:24:39.325 SCRIPT : int m_iValue = 109
15:24:39.633 SCRIPT : [Badlands] BAD_OnDisconnectRestCallback success data= {"success":true,"message":"Successfully saved player profile in backend!"}
15:24:46.820 RESOURCES (E): Can't remap 'Uniforms/Pants/Jeans/Jeans_g.xob' material from 'Tech2019' to 'Uniforms/Pants/Tech2019_Joggers/Data/Tech2019_blc.emat'. Source material do not exist
15:24:46.823 INVENTORY (W): VALIDATION FAILED: Item @"ENTITY:4611686018427454534" ('GameEntity','Assets/Props/Services/FireExtinguisherBox_01/FireExtinguisherBox_01_Shovel.xob') at <0.000000 0.000000 0.000000> @"{D550F78A82153B72}Prefabs/Weapons/Melee/Shovel/ShovelMesh.et" does not have InventoryItemComponent attached
15:24:46.826 RESOURCES (E): Can't remap 'Uniforms/Pants/SlimPants/slimpants_g.xob' material from 'Tech2019' to 'Uniforms/Pants/Tech2019_Joggers/Data/Blc.emat'. Source material do not exist
15:24:46.913 SCRIPT : [Badlands] Spawning Locker for xxShadowRedxx
15:24:46.914 SCRIPT : [Badlands] Successfully Spawned Persistence Storages for xxShadowRedxx
15:24:47.037 WORLD : UpdateEntities
15:24:47.037 RPL : rpl::Pip::ProcessNetToGame
15:24:47.037 SCRIPT : [Badlands]-[Enter Locker] PattyMelt25 has entered their locker room. UID=c549f0c0-4424-461f-a8db-de59c5f824f3
15:24:47.038 SCRIPT : [Badlands] Loading Locker for PattyMelt25
15:24:48.529 RESOURCES (E): Can't remap 'Assets/Characters/HeadGear/Hat_TruckerCap_01/Hat_TruckerCap_01_item.xob' material from 'Shirt_Retopo_01_Item' to 'Assets/Characters/Uniforms/Shirt_CottonShirt_01/Data/Shirt_CottonShirt_01_Item_V6_Dirty.emat'. Source material do not exist
15:24:48.529 SCRIPT : [Badlands]-[Random Gather]: THE_710_LYFE has gathered 1 Dirty Hat Laundry.
15:24:54.846 NETWORK (W): Did not find id = 0x800286F1 item = @"ENTITY:4611686018427456692" ('GenericEntity','Assets/Items/Equipment/Maps/Map_Paper_01/Map_Paper_01_folded.xob') at <4893.084473 175.341492 7130.634766> @"{F849217AB3BA88BE}Prefabs/Items/Equipment/Maps/PaperMap_01_folded_USSR.et" in Spatial Map at < 10; 14>
15:24:54.846 NETWORK (W): Did not find id = 0x800286EC item = @"ENTITY:4611686018427456691" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <4893.084473 175.341492 7130.634766> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 10; 14>
15:24:54.846 NETWORK (W): Did not find id = 0x800286E6 item = @"ENTITY:4611686018427456690" ('GenericEntity','Assets/Items/Equipment/Radios/Radio_ANPRC68/Radio_ANPRC68_01.xob') at <4893.084473 175.341492 7130.634766> @"{941082288222A126}Prefabs/Items/Civilian/Civilian_Radio.et" in Spatial Map at < 10; 14>
15:25:08.422 NETWORK (W): Did not find id = 0x80028968 item = @"ENTITY:4611686018427456924" ('GenericEntity','Assets/Items/Equipment/Maps/Map_Paper_01/Map_Paper_01_folded.xob') at <5011.106934 175.366333 7078.872559> @"{F849217AB3BA88BE}Prefabs/Items/Equipment/Maps/PaperMap_01_folded_USSR.et" in Spatial Map at < 10; 14>
15:25:08.422 NETWORK (W): Did not find id = 0x80028963 item = @"ENTITY:4611686018427456923" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <5011.106934 175.366333 7078.872559> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 10; 14>
15:25:08.422 NETWORK (W): Did not find id = 0x8002895D item = @"ENTITY:4611686018427456922" ('GenericEntity','Assets/Items/Equipment/Radios/Radio_ANPRC68/Radio_ANPRC68_01.xob') at <5011.106934 175.366333 7078.872559> @"{941082288222A126}Prefabs/Items/Civilian/Civilian_Radio.et" in Spatial Map at < 10; 14>
15:25:10.716 SCRIPT (E): [Badlands] profile not found for playerId 88 profileName DESKTOP-45TOVGF machineName DESKTOP-45TOVGF adapterName NVIDIA GeForce RTX 4070 Ti SUPER
15:25:11.435 WORLD : UpdateEntities
15:25:11.435 RPL : rpl::Pip::ProcessNetToGame
15:25:11.435 SCRIPT : [Badlands]-[Check ID]: JamzABG has checked the identity of bigfades123, displaying for 5000ms.
15:25:12.407 SCRIPT : [Badlands]-[Random Gather]: xEMMAGINARY has gathered 1 Dirty Hat Laundry.
15:25:14.769 NETWORK : Total number of players: 83
15:25:14.769 RPL (E): RpcError: Calling a RPC from an unregistered item! itemType='script::Game::SCR_BudgetEditorComponent', rpc='OnEntityCoreBudgetUpdatedOwner'
15:25:15.154 SCRIPT : [Badlands] BAD_OnDisconnectRestCallback success data= {"success":true,"message":"Successfully saved player profile in backend!"}
15:25:30.526 NETWORK (W): Did not find id = 0x80028AFE item = @"ENTITY:4611686018427457060" ('GenericEntity','Assets/Items/Equipment/Maps/Map_Paper_01/Map_Paper_01_folded.xob') at <4708.981934 164.423050 6919.722168> @"{F849217AB3BA88BE}Prefabs/Items/Equipment/Maps/PaperMap_01_folded_USSR.et" in Spatial Map at < 9; 14>
15:25:30.526 NETWORK (W): Did not find id = 0x80028AF9 item = @"ENTITY:4611686018427457059" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <4708.981934 164.423050 6919.722168> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 9; 14>
15:25:30.526 NETWORK (W): Did not find id = 0x80028AF3 item = @"ENTITY:4611686018427457058" ('GenericEntity','Assets/Items/Equipment/Radios/Radio_ANPRC68/Radio_ANPRC68_01.xob') at <4708.981934 164.423050 6919.722168> @"{941082288222A126}Prefabs/Items/Civilian/Civilian_Radio.et" in Spatial Map at < 9; 14>
15:25:30.528 SCRIPT : int m_iValue = 0
15:25:30.529 SCRIPT : [Badlands]-[Random Gather]: xEMMAGINARY has gathered 1 Dirty Hat Laundry.
15:25:33.723 NETWORK : Total number of players: 83
15:25:33.724 RPL (E): RpcError: Calling a RPC from an unregistered item! itemType='script::Game::SCR_BudgetEditorComponent', rpc='OnEntityCoreBudgetUpdatedOwner'
15:25:42.058 NETWORK : Total number of players: 82
15:25:42.058 RPL (E): RpcError: Calling a RPC from an unregistered item! itemType='script::Game::SCR_BudgetEditorComponent', rpc='OnEntityCoreBudgetUpdatedOwner'
15:25:42.097 WORLD : UpdateEntities
15:25:42.097 RPL : rpl::Pip::ProcessNetToGame
15:25:42.097 SCRIPT : [Badlands]-[Process Item]: ChozenRudy has processed 5 1 Dollar into 1 5 Dollar.
15:25:42.338 SCRIPT : [Badlands] BAD_RestCallback success data= {"success":true,"message":"Successfully saved player stats in backend!"}
15:25:52.570 NETWORK : Total number of players: 81
15:25:52.570 RPL (E): RpcError: Calling a RPC from an unregistered item! itemType='script::Game::SCR_BudgetEditorComponent', rpc='OnEntityCoreBudgetUpdatedOwner'
15:26:11.106 RESOURCES (E): Can't remap 'Uniforms/Pants/SlimPants/slimpants_g.xob' material from 'Tech2019' to 'Uniforms/Pants/Tech2019_Joggers/Data/Blc.emat'. Source material do not exist
15:26:11.172 SCRIPT : [Badlands] Spawning Locker for SPECTER hp
15:26:11.172 SCRIPT : [Badlands] Successfully Spawned Persistence Storages for SPECTER hp
15:26:16.641 NETWORK : Total number of players: 81
15:26:16.642 RPL (E): RpcError: Calling a RPC from an unregistered item! itemType='script::Game::SCR_BudgetEditorComponent', rpc='OnEntityCoreBudgetUpdatedOwner'
15:26:17.141 NETWORK (W): Did not find id = 0x8002AF63 item = @"ENTITY:4611686018427459414" ('GenericEntity','Assets/Items/Equipment/Maps/Map_Paper_01/Map_Paper_01_folded.xob') at <9149.405273 68.493889 2142.133057> @"{F849217AB3BA88BE}Prefabs/Items/Equipment/Maps/PaperMap_01_folded_USSR.et" in Spatial Map at < 18; 4>
15:26:17.142 NETWORK (W): Did not find id = 0x8002AF5E item = @"ENTITY:4611686018427459413" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <9149.405273 68.493889 2142.133057> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 18; 4>
15:26:17.142 NETWORK (W): Did not find id = 0x8002AF58 item = @"ENTITY:4611686018427459412" ('GenericEntity','Assets/Items/Equipment/Radios/Radio_ANPRC68/Radio_ANPRC68_01.xob') at <9149.405273 68.493889 2142.133057> @"{941082288222A126}Prefabs/Items/Civilian/Civilian_Radio.et" in Spatial Map at < 18; 4>
15:26:28.709 SCRIPT : [Badlands]-[Process Item]: xEMMAGINARY has recieved 1 Clean Shirt Laundry from last process.
15:26:29.463 WORLD : UpdateEntities
15:26:29.463 RPL : rpl::Pip::ProcessNetToGame
15:26:29.463 SCRIPT : [Badlands]-[Enter Locker] EBK Davis has entered their locker room. UID=3c8eabb8-115f-4f78-980b-c1d5c06cd56e
15:26:29.463 SCRIPT : [Badlands] Loading Locker for EBK Davis
15:26:29.493 WORLD : UpdateEntities
15:26:29.493 RPL : rpl::Pip::ProcessNetToGame
15:26:29.493 INVENTORY (W): VALIDATION FAILED: Item @"ENTITY:4611686018427462536" ('GameEntity','Assets/Props/Services/FireExtinguisherBox_01/FireExtinguisherBox_01_Shovel.xob') at <0.000000 0.000000 0.000000> @"{D550F78A82153B72}Prefabs/Weapons/Melee/Shovel/ShovelMesh.et" does not have InventoryItemComponent attached
15:26:29.494 SCRIPT : int m_iValue = 32702
15:26:29.495 SCRIPT : int m_iValue = 111359
15:26:29.495 SCRIPT : int m_iValue = 12
15:26:29.516 SCRIPT : [Badlands] Spawning Locker for EBK Davis
15:26:29.517 SCRIPT : [Badlands] Successfully Spawned Persistence Storages for EBK Davis
15:26:29.798 WORLD : UpdateEntities
15:26:29.798 WORLD : PostFrame
15:26:29.798 SCRIPT : int m_iValue = 18400
15:26:29.812 WORLD : UpdateEntities
15:26:29.812 RPL : rpl::Pip::ProcessNetToGame
15:26:29.812 SCRIPT : [Badlands]-[Process Item]: ChozenRudy has processed 2 10 Dollar into 1 20 Dollar.
15:26:45.342 RESOURCES (E): Can't remap 'Assets/Characters/HeadGear/Hat_TruckerCap_01/Hat_TruckerCap_01_item.xob' material from 'Shirt_Retopo_01_Item' to 'Assets/Characters/Uniforms/Shirt_CottonShirt_01/Data/Shirt_CottonShirt_01_Item_V6_Dirty.emat'. Source material do not exist
15:26:45.342 SCRIPT : [Badlands]-[Random Gather]: k-dog_006 has gathered 1 Dirty Hat Laundry.
15:26:45.342 SCRIPT : [Badlands] CC22E2B82279DCF3
15:26:45.996 WORLD : UpdateEntities
15:26:45.996 RPL : rpl::Pip::ProcessNetToGame
15:26:45.996 SCRIPT : [Badlands] Auditing registered player.
15:26:46.021 NETWORK (W): Did not find id = 0x8002E533 item = @"ENTITY:4611686018427462921" ('GenericEntity','Assets/Items/Equipment/Radios/Radio_ANPRC68/Radio_ANPRC68_01.xob') at <4875.888184 175.341492 7135.698242> @"{941082288222A126}Prefabs/Items/Civilian/Civilian_Radio.et" in Spatial Map at < 10; 14>
15:26:46.022 NETWORK (W): Did not find id = 0x8002E539 item = @"ENTITY:4611686018427462922" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <4875.888184 175.341492 7135.698242> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 10; 14>
15:26:46.022 NETWORK (W): Did not find id = 0x8002E53E item = @"ENTITY:4611686018427462923" ('GenericEntity','Assets/Items/Equipment/Maps/Map_Paper_01/Map_Paper_01_folded.xob') at <4875.888184 175.341492 7135.698242> @"{F849217AB3BA88BE}Prefabs/Items/Equipment/Maps/PaperMap_01_folded_USSR.et" in Spatial Map at < 10; 14>
15:26:53.542 RESOURCES (E): Can't remap 'Uniforms/Pants/SlimPants/slimpants_g.xob' material from 'Tech2019' to 'Uniforms/Pants/Tech2019_Joggers/Data/Blc.emat'. Source material do not exist
15:26:53.595 SCRIPT : [Badlands] Spawning Locker for LukeTog24
15:26:53.595 SCRIPT : [Badlands] Successfully Spawned Persistence Storages for LukeTog24
15:26:54.995 NETWORK : Total number of players: 82
15:26:54.995 RPL (E): RpcError: Calling a RPC from an unregistered item! itemType='script::Game::SCR_BudgetEditorComponent', rpc='OnEntityCoreBudgetUpdatedOwner'
15:27:11.991 NETWORK : Total number of players: 81
15:27:11.991 RPL (E): RpcError: Calling a RPC from an unregistered item! itemType='script::Game::SCR_BudgetEditorComponent', rpc='OnEntityCoreBudgetUpdatedOwner'
15:27:21.657 NETWORK : Total number of players: 80
15:27:21.657 RPL (E): RpcError: Calling a RPC from an unregistered item! itemType='script::Game::SCR_BudgetEditorComponent', rpc='OnEntityCoreBudgetUpdatedOwner'
15:27:21.845 WORLD : UpdateEntities
15:27:21.845 RPL : rpl::Pip::ProcessNetToGame
15:27:21.845 SCRIPT : [Badlands]-[Process Item]: THE_710_LYFE has processed 5 1 Dollar into 1 5 Dollar.
15:27:21.893 SCRIPT : [Badlands] BAD_RestCallback success data= {"success":true,"message":"Successfully saved player stats in backend!"}
15:27:32.540 NETWORK (W): Did not find id = 0x8003093D item = @"ENTITY:4611686018427465505" ('GenericEntity','Assets/Items/Equipment/Maps/Map_Paper_01/Map_Paper_01_folded.xob') at <5019.807129 175.804504 7087.429688> @"{F849217AB3BA88BE}Prefabs/Items/Equipment/Maps/PaperMap_01_folded_USSR.et" in Spatial Map at < 10; 14>
15:27:32.540 NETWORK (W): Did not find id = 0x80030938 item = @"ENTITY:4611686018427465504" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <5019.807129 175.804504 7087.429688> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 10; 14>
15:27:32.540 NETWORK (W): Did not find id = 0x80030932 item = @"ENTITY:4611686018427465503" ('GenericEntity','Assets/Items/Equipment/Radios/Radio_ANPRC68/Radio_ANPRC68_01.xob') at <5019.807129 175.804504 7087.429688> @"{941082288222A126}Prefabs/Items/Civilian/Civilian_Radio.et" in Spatial Map at < 10; 14>
15:27:32.548 WORLD : UpdateEntities
15:27:32.548 RPL : rpl::Pip::ProcessNetToGame
15:27:32.548 SCRIPT : [Badlands]-[Process Item]: THE_710_LYFE has processed 2 5 Dollar into 1 10 Dollar.
15:27:32.631 SCRIPT : [Badlands]-[Random Gather]: phszw has gathered 1 Iron Nugget.
15:28:01.494 RESOURCES (E): Can't remap 'Uniforms/Pants/Jeans/Jeans_g.xob' material from 'Tech2019' to 'Uniforms/Pants/Tech2019_Joggers/Data/Tech2019_blc.emat'. Source material do not exist
15:28:01.500 RESOURCES (E): Can't remap 'Uniforms/Pants/SlimPants/slimpants_g.xob' material from 'Tech2019' to 'Uniforms/Pants/Tech2019_Joggers/Data/Blc.emat'. Source material do not exist
15:28:01.587 SCRIPT : [Badlands] Spawning Locker for xxShadowRedxx
15:28:01.588 SCRIPT : [Badlands] Successfully Spawned Persistence Storages for xxShadowRedxx
15:28:27.040 NETWORK : Total number of players: 80
15:28:27.040 RPL (E): RpcError: Calling a RPC from an unregistered item! itemType='script::Game::SCR_BudgetEditorComponent', rpc='OnEntityCoreBudgetUpdatedOwner'
15:28:31.428 SCRIPT : ServerAdminTools_GameModeComponent.UpdatePlayerHistory | Player joined, id: 91, RplIdentity (hex): 1F, name: THE OG HIGGY, identityId: 7262e723-25a9-4e44-a30c-ebb94fe9ff80
15:28:31.428 NETWORK : Players connecting: 0
15:28:31.428 NETWORK : Players connected: 81 / 91
15:28:31.452 NETWORK (W): Did not find id = 0x80034197 item = @"ENTITY:4611686018427469885" ('GenericEntity','Assets/Items/Equipment/Maps/Map_Paper_01/Map_Paper_01_folded.xob') at <4920.710938 175.274994 7090.636719> @"{F849217AB3BA88BE}Prefabs/Items/Equipment/Maps/PaperMap_01_folded_USSR.et" in Spatial Map at < 10; 14>
15:28:31.452 NETWORK (W): Did not find id = 0x80034192 item = @"ENTITY:4611686018427469884" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <4920.710938 175.274994 7090.636719> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 10; 14>
15:28:31.452 NETWORK (W): Did not find id = 0x8003418C item = @"ENTITY:4611686018427469883" ('GenericEntity','Assets/Items/Equipment/Radios/Radio_ANPRC68/Radio_ANPRC68_01.xob') at <4920.710938 175.274994 7090.636719> @"{941082288222A126}Prefabs/Items/Civilian/Civilian_Radio.et" in Spatial Map at < 10; 14>
15:28:31.525 WORLD : UpdateEntities
15:28:31.525 RPL : rpl::Pip::ProcessNetToGame
15:28:31.525 SCRIPT : [Badlands]-[Check ID]: Ur_DadTouchesMe has checked the identity of xxShadowRedxx, displaying for 5000ms.
15:28:41.691 RESOURCES (E): Can't remap 'Uniforms/Pants/Jeans/Jeans_g.xob' material from 'Tech2019' to 'Uniforms/Pants/Tech2019_Joggers/Data/Tech2019_blc.emat'. Source material do not exist
15:28:41.789 SCRIPT : [Badlands] Spawning Locker for xxShadowRedxx
15:28:41.790 SCRIPT : [Badlands] Successfully Spawned Persistence Storages for xxShadowRedxx
15:28:54.832 NETWORK : Total number of players: 80
15:28:54.833 RPL (E): RpcError: Calling a RPC from an unregistered item! itemType='script::Game::SCR_BudgetEditorComponent', rpc='OnEntityCoreBudgetUpdatedOwner'
15:29:10.406 NETWORK : Total number of players: 79
15:29:10.407 RPL (E): RpcError: Calling a RPC from an unregistered item! itemType='script::Game::SCR_BudgetEditorComponent', rpc='OnEntityCoreBudgetUpdatedOwner'
15:29:12.294 NETWORK (W): Did not find id = 0x80037280 item = @"ENTITY:4611686018427473807" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <5802.174805 12.842125 9784.918945> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 12; 20>
15:29:12.295 NETWORK (W): Did not find id = 0x80037285 item = @"ENTITY:4611686018427473808" ('GenericEntity','Assets/Items/Equipment/Maps/Map_Paper_01/Map_Paper_01_folded.xob') at <5802.174805 12.842125 9784.918945> @"{F849217AB3BA88BE}Prefabs/Items/Equipment/Maps/PaperMap_01_folded_USSR.et" in Spatial Map at < 12; 20>
15:29:14.520 SCRIPT (W): SCR_InstigatorContextData: No instigator type is set on Character death. It is likely that the KillerVictimRelation will be set to OTHER_DEATH which will not punish the victim for suicide.
15:29:14.571 WORLD : UpdateEntities
15:29:14.571 RPL : rpl::Pip::ProcessNetToGame
15:29:14.571 SCRIPT (E): [Badlands] profile not found for playerId 55 profileName minwinpc machineName minwinpc adapterName Gaming.Xbox
15:29:14.893 WORLD : UpdateEntities
15:29:14.893 RPL : rpl::Pip::ProcessNetToGame
15:29:14.893 SCRIPT : [Badlands]-[Process Item]: SPECTER hp has processed 2 5 Dollar into 1 10 Dollar.
15:29:15.509 WORLD : UpdateEntities
15:29:15.509 WORLD : AfterSimulate
15:29:15.509 SCRIPT : Player was killed removing locker room
15:29:15.509 SCRIPT : [Badlands] Location of player: <0.123119, -0.128696, 0.984012> Location of Killer: <0.123119, -0.128696, 0.984012> Distance: 0
15:29:33.739 RESOURCES (E): Can't remap 'Uniforms/Pants/SlimPants/slimpants_g.xob' material from 'Tech2019' to 'Uniforms/Pants/Tech2019_Joggers/Data/Blc.emat'. Source material do not exist
15:29:33.802 SCRIPT : [Badlands] Spawning Locker for LukeTog24
15:29:33.802 SCRIPT : [Badlands] Successfully Spawned Persistence Storages for LukeTog24
15:29:33.891 WORLD : UpdateEntities
15:29:33.891 RPL : rpl::Pip::ProcessNetToGame
15:29:33.891 SCRIPT : [Badlands]-[Enter Locker] HKZ CL0WN has entered their locker room. UID=2aa0f84b-c5c7-479d-8bd0-2d761112925f
15:29:33.891 SCRIPT : [Badlands] Loading Locker for HKZ CL0WN
15:29:33.924 SCRIPT : int m_iValue = 2849
15:29:34.003 SCRIPT : [Badlands] Spawning Locker for HKZ CL0WN
15:29:35.990 RESOURCES (E): Can't remap 'Uniforms/Pants/Jeans/Jeans_g.xob' material from 'Tech2019' to 'Uniforms/Pants/Tech2019_Joggers/Data/Tech2019_blc.emat'. Source material do not exist
15:29:36.083 SCRIPT : [Badlands] Spawning Locker for xxShadowRedxx
15:29:36.083 SCRIPT : [Badlands] Successfully Spawned Persistence Storages for xxShadowRedxx
15:29:37.104 SCRIPT : [Badlands]-[Enter Locker] DBHOYtheBOSS has entered their locker room. UID=99344ddc-8a1f-4a2c-ad30-ef8a3dd66c4f
15:29:37.105 SCRIPT : [Badlands] Loading Locker for DBHOYtheBOSS
15:29:37.136 WORLD : UpdateEntities
15:29:37.136 RPL : rpl::Pip::ProcessNetToGame
15:29:37.136 INVENTORY (W): VALIDATION FAILED: Item @"ENTITY:4611686018427478819" ('GameEntity','Assets/Props/Services/FireExtinguisherBox_01/FireExtinguisherBox_01_Shovel.xob') at <0.000000 0.000000 0.000000> @"{D550F78A82153B72}Prefabs/Weapons/Melee/Shovel/ShovelMesh.et" does not have InventoryItemComponent attached
15:29:37.145 INVENTORY (W): VALIDATION FAILED: Item @"ENTITY:4611686018427478895" ('GameEntity','Assets/Props/Services/FireExtinguisherBox_01/FireExtinguisherBox_01_Shovel.xob') at <0.000000 0.000000 0.000000> @"{D550F78A82153B72}Prefabs/Weapons/Melee/Shovel/ShovelMesh.et" does not have InventoryItemComponent attached
15:29:37.205 SCRIPT : [Badlands] Spawning Locker for DBHOYtheBOSS
15:29:37.205 SCRIPT : [Badlands] Successfully Spawned Persistence Storages for DBHOYtheBOSS
15:29:46.641 RESOURCES (E): Can't remap 'Uniforms/Pants/SlimPants/slimpants_g.xob' material from 'Tech2019' to 'Uniforms/Pants/Tech2019_Joggers/Data/Blc.emat'. Source material do not exist
15:29:52.876 NETWORK (W): Did not find id = 0x8004193D item = @"ENTITY:4611686018427485184" ('GenericEntity','Assets/Items/Equipment/Maps/Map_Paper_01/Map_Paper_01_folded.xob') at <4870.117676 173.556961 7052.169434> @"{F849217AB3BA88BE}Prefabs/Items/Equipment/Maps/PaperMap_01_folded_USSR.et" in Spatial Map at < 10; 14>
15:29:52.876 NETWORK (W): Did not find id = 0x80041938 item = @"ENTITY:4611686018427485183" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <4870.117676 173.556961 7052.169434> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 10; 14>
15:29:52.876 NETWORK (W): Did not find id = 0x80041932 item = @"ENTITY:4611686018427485182" ('GenericEntity','Assets/Items/Equipment/Radios/Radio_ANPRC68/Radio_ANPRC68_01.xob') at <4870.117676 173.556961 7052.169434> @"{941082288222A126}Prefabs/Items/Civilian/Civilian_Radio.et" in Spatial Map at < 10; 14>
15:30:14.869 RESOURCES (E): Can't remap 'Uniforms/Pants/Jeans/Jeans_g.xob' material from 'Tech2019' to 'Uniforms/Pants/Tech2019_Joggers/Data/Tech2019_blc.emat'. Source material do not exist
15:30:14.875 RESOURCES (E): Can't remap 'Uniforms/Pants/SlimPants/slimpants_g.xob' material from 'Tech2019' to 'Uniforms/Pants/Tech2019_Joggers/Data/Blc.emat'. Source material do not exist
15:30:14.958 SCRIPT : [Badlands] Spawning Locker for xxShadowRedxx
15:30:14.959 SCRIPT : [Badlands] Successfully Spawned Persistence Storages for xxShadowRedxx
15:30:15.005 WORLD : UpdateEntities
15:30:15.005 RPL : rpl::Pip::ProcessNetToGame
15:30:15.005 SCRIPT : [Badlands]-[Purchase Vehicle]: Adem-sndzk has paid 1 VehicleDocument Sarka for a vehicle purchase.
15:30:15.008 SCRIPT : [Badlands]-[Purchase Vehicle]: Adem-sndzk has purchased vehicle: Sarka Black
15:30:15.009 SCRIPT : [Badlands]-[Claim Vehicle]: Adem-sndzk has claimed ownership of a vehicle after purchase: Sarka Black.
15:30:15.011 SCRIPT : [Badlands]-[Exit Locker] xEMMAGINARY has exited their locker room. UID=8bd8229e-2676-42ce-8e6f-a4a39d444ce0
15:30:15.011 SCRIPT : [Badlands] xEMMAGINARY is exiting their locker!
15:30:16.684 SCRIPT : [Badlands]-[Random Gather]: LeadedBuzzard25 has gathered 1 Iron Nugget.
15:30:16.684 SCRIPT : [Badlands] AA0E1C5111E3F148
15:30:16.852 SCRIPT : [Badlands]-[Random Gather]: LeadedBuzzard25 has gathered 1 Iron Nugget.
Reason: NULL pointer to instance. Variable 'm_CharacterAnimComp'
Class: 'SCR_CharacterCommandHandlerComponent'
Function: 'GetLoiterCommand'
Stack trace:
scripts/Game/Character/SCR_CharacterCommandHandler.c:68 Function GetLoiterCommand
scripts/Game/Character/SCR_CharacterCommandHandler.c:125 Function IsLoitering
scripts/Game/Character/SCR_CharacterControllerComponent.c:449 Function GetCanEquipGadget
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:263 Function SetGadgetMode
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:524 Function HandleInput
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:196 Function OnGadgetInitDone
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:931 Function RegisterInitialGadgets
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:1087 Function InitComponent
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:1252 Function EOnInit
scripts/Game/EPF_PersistenceManager.c:198 Function SpawnWorldEntity
scripts/Game/EPF_EntitySaveData.c:37 Function Spawn
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:202 Function LoadCharacter
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:177 Function OnCharacterDataLoaded
scripts/Game/EDF_DbOperationResultTypes.c:180 Function Invoke#2307133
scripts/Game/Drivers/LocalFile/EDF_FileDbDriverBase.c:176 Function FindAllAsync
scripts/Game/EDF_DbContext.c:97 Function FindAllAsync
scripts/Game/EDF_DbRepository.c:108 Function FindAsync
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:166 Function HandlePlayerLoad
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:118 Function OnUidAvailable
scripts/Game/game.c:922 Function OnUpdate
15:31:08.372 SCRIPT : int m_iValue = 0
15:31:08.372 NETWORK (W): Did not find id = 0x80045ADD item = @"ENTITY:4611686018427490289" ('GenericEntity','Assets/Items/Equipment/Maps/Map_Paper_01/Map_Paper_01_folded.xob') at <4756.994141 161.168701 7152.598145> @"{F849217AB3BA88BE}Prefabs/Items/Equipment/Maps/PaperMap_01_folded_USSR.et" in Spatial Map at < 10; 14>
15:31:08.373 NETWORK (W): Did not find id = 0x80045AD8 item = @"ENTITY:4611686018427490288" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <4756.994141 161.168701 7152.598145> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 10; 14>
15:31:08.373 NETWORK (W): Did not find id = 0x80045AD2 item = @"ENTITY:4611686018427490287" ('GenericEntity','Assets/Items/Equipment/Radios/Radio_ANPRC68/Radio_ANPRC68_01.xob') at <4756.994141 161.168701 7152.598145> @"{941082288222A126}Prefabs/Items/Civilian/Civilian_Radio.et" in Spatial Map at < 10; 14>
Reason: NULL pointer to instance. Variable 'm_CharacterAnimComp'
Class: 'SCR_CharacterCommandHandlerComponent'
Function: 'GetLoiterCommand'
Stack trace:
scripts/Game/Character/SCR_CharacterCommandHandler.c:68 Function GetLoiterCommand
scripts/Game/Character/SCR_CharacterCommandHandler.c:125 Function IsLoitering
scripts/Game/Character/SCR_CharacterControllerComponent.c:449 Function GetCanEquipGadget
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:263 Function SetGadgetMode
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:524 Function HandleInput
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:196 Function OnGadgetInitDone
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:931 Function RegisterInitialGadgets
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:1087 Function InitComponent
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:1252 Function EOnInit
scripts/Game/EPF_PersistenceManager.c:198 Function SpawnWorldEntity
scripts/Game/EPF_EntitySaveData.c:37 Function Spawn
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:202 Function LoadCharacter
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:177 Function OnCharacterDataLoaded
scripts/Game/EDF_DbOperationResultTypes.c:180 Function Invoke#2307133
scripts/Game/Drivers/LocalFile/EDF_FileDbDriverBase.c:176 Function FindAllAsync
scripts/Game/EDF_DbContext.c:97 Function FindAllAsync
scripts/Game/EDF_DbRepository.c:108 Function FindAsync
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:166 Function HandlePlayerLoad
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:118 Function OnUidAvailable
scripts/Game/game.c:922 Function OnUpdate
15:31:08.806 NETWORK (W): Did not find id = 0x80045BA3 item = @"ENTITY:4611686018427490325" ('GenericEntity','Assets/Items/Equipment/Maps/Map_Paper_01/Map_Paper_01_folded.xob') at <5007.319824 175.162003 7072.760742> @"{F849217AB3BA88BE}Prefabs/Items/Equipment/Maps/PaperMap_01_folded_USSR.et" in Spatial Map at < 10; 14>
15:31:08.806 NETWORK (W): Did not find id = 0x80045B9E item = @"ENTITY:4611686018427490324" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <5007.319824 175.162003 7072.760742> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 10; 14>
15:31:08.806 NETWORK (W): Did not find id = 0x80045B98 item = @"ENTITY:4611686018427490323" ('GenericEntity','Assets/Items/Equipment/Radios/Radio_ANPRC68/Radio_ANPRC68_01.xob') at <5007.319824 175.162003 7072.760742> @"{941082288222A126}Prefabs/Items/Civilian/Civilian_Radio.et" in Spatial Map at < 10; 14>
15:31:09.251 WORLD : UpdateEntities
15:31:09.251 RPL : rpl::Pip::ProcessNetToGame
15:31:09.251 SCRIPT : [Badlands]-[Random Harvest]: itsGunrr has harvested 1 Blueprint SSh68Helmet from Blueprint Common.
Reason: NULL pointer to instance. Variable 'm_CharacterAnimComp'
Class: 'SCR_CharacterCommandHandlerComponent'
Function: 'GetLoiterCommand'
Stack trace:
scripts/Game/Character/SCR_CharacterCommandHandler.c:68 Function GetLoiterCommand
scripts/Game/Character/SCR_CharacterCommandHandler.c:125 Function IsLoitering
scripts/Game/Character/SCR_CharacterControllerComponent.c:449 Function GetCanEquipGadget
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:263 Function SetGadgetMode
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:524 Function HandleInput
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:196 Function OnGadgetInitDone
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:931 Function RegisterInitialGadgets
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:1087 Function InitComponent
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:1252 Function EOnInit
scripts/Game/EPF_PersistenceManager.c:198 Function SpawnWorldEntity
scripts/Game/EPF_EntitySaveData.c:37 Function Spawn
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:202 Function LoadCharacter
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:177 Function OnCharacterDataLoaded
scripts/Game/EDF_DbOperationResultTypes.c:180 Function Invoke#2307133
scripts/Game/Drivers/LocalFile/EDF_FileDbDriverBase.c:176 Function FindAllAsync
scripts/Game/EDF_DbContext.c:97 Function FindAllAsync
scripts/Game/EDF_DbRepository.c:108 Function FindAsync
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:166 Function HandlePlayerLoad
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:118 Function OnUidAvailable
scripts/Game/game.c:922 Function OnUpdate
15:31:11.440 NETWORK (W): Did not find id = 0x80045C46 item = @"ENTITY:4611686018427490365" ('GenericEntity','Assets/Items/Equipment/Maps/Map_Paper_01/Map_Paper_01_folded.xob') at <4788.565430 160.944260 7377.651367> @"{F849217AB3BA88BE}Prefabs/Items/Equipment/Maps/PaperMap_01_folded_USSR.et" in Spatial Map at < 10; 15>
15:31:11.440 NETWORK (W): Did not find id = 0x80045C41 item = @"ENTITY:4611686018427490364" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <4788.565430 160.944260 7377.651367> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 10; 15>
15:31:11.440 NETWORK (W): Did not find id = 0x80045C3B item = @"ENTITY:4611686018427490363" ('GenericEntity','Assets/Items/Equipment/Radios/Radio_ANPRC68/Radio_ANPRC68_01.xob') at <4788.565430 160.944260 7377.651367> @"{941082288222A126}Prefabs/Items/Civilian/Civilian_Radio.et" in Spatial Map at < 10; 15>
15:31:11.934 SCRIPT : [Badlands]-[Process Item]: Curly_00 has processed 1 Dirty Hat Laundry.
15:31:11.934 SCRIPT : [Badlands]-[Process Item]: Curly_00 has recieved 1 Clean Hat Laundry from last process.
15:31:12.184 WORLD : UpdateEntities
15:31:12.184 RPL : rpl::Pip::ProcessNetToGame
15:31:12.184 SCRIPT : [Badlands]-[Claim Vehicle]: Just_Breeze23 has claimed ownership of a vehicle: BL GolfCart Blue.
15:31:12.986 RESOURCES (E): Can't remap 'Uniforms/Pants/Jeans/Jeans_g.xob' material from 'Tech2019' to 'Uniforms/Pants/Tech2019_Joggers/Data/Tech2019_blc.emat'. Source material do not exist
15:31:12.992 RESOURCES (E): Can't remap 'Uniforms/Pants/SlimPants/slimpants_g.xob' material from 'Tech2019' to 'Uniforms/Pants/Tech2019_Joggers/Data/Blc.emat'. Source material do not exist
15:31:13.080 SCRIPT : [Badlands] Spawning Locker for xxShadowRedxx
15:31:13.081 SCRIPT : [Badlands] Successfully Spawned Persistence Storages for xxShadowRedxx
15:31:13.802 WORLD : UpdateEntities
15:31:13.802 RPL : rpl::Pip::ProcessNetToGame
15:31:13.802 SCRIPT (E): [Badlands] profile not found for playerId 46 profileName minwinpc machineName minwinpc adapterName Gaming.Xbox
15:31:14.101 WORLD : UpdateEntities
15:31:14.101 RPL : rpl::Pip::ProcessNetToGame
15:31:14.101 SCRIPT : [Badlands]-[Check ID]: Mr SCARCR0W has checked the identity of YTB-Lucid, displaying for 5000ms.
15:31:16.665 NETWORK : Total number of players: 85
15:31:16.665 RPL (E): RpcError: Calling a RPC from an unregistered item! itemType='script::Game::SCR_BudgetEditorComponent', rpc='OnEntityCoreBudgetUpdatedOwner'
15:31:43.240 RESOURCES (E): Can't remap 'Assets/Characters/HeadGear/Hat_TruckerCap_01/Hat_TruckerCap_01_item.xob' material from 'Shirt_Retopo_01_Item' to 'Assets/Characters/Uniforms/Shirt_CottonShirt_01/Data/Shirt_CottonShirt_01_Item_V6_Dirty.emat'. Source material do not exist
15:31:43.241 SCRIPT : [Badlands]-[Random Gather]: KingTitan135 has gathered 1 Dirty Hat Laundry.
15:32:07.266 RESOURCES (E): Can't remap 'Uniforms/Pants/Jeans/Jeans_g.xob' material from 'Tech2019' to 'Uniforms/Pants/Tech2019_Joggers/Data/Tech2019_blc.emat'. Source material do not exist
15:32:07.272 RESOURCES (E): Can't remap 'Uniforms/Pants/SlimPants/slimpants_g.xob' material from 'Tech2019' to 'Uniforms/Pants/Tech2019_Joggers/Data/Blc.emat'. Source material do not exist
15:32:07.358 SCRIPT : [Badlands] Spawning Locker for xxShadowRedxx
15:32:07.358 SCRIPT : [Badlands] Successfully Spawned Persistence Storages for xxShadowRedxx
Reason: NULL pointer to instance. Variable 'm_CharacterAnimComp'
Class: 'SCR_CharacterCommandHandlerComponent'
Function: 'GetLoiterCommand'
Stack trace:
scripts/Game/Character/SCR_CharacterCommandHandler.c:68 Function GetLoiterCommand
scripts/Game/Character/SCR_CharacterCommandHandler.c:125 Function IsLoitering
scripts/Game/Character/SCR_CharacterControllerComponent.c:449 Function GetCanEquipGadget
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:263 Function SetGadgetMode
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:524 Function HandleInput
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:196 Function OnGadgetInitDone
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:931 Function RegisterInitialGadgets
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:1087 Function InitComponent
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:1252 Function EOnInit
scripts/Game/EPF_PersistenceManager.c:198 Function SpawnWorldEntity
scripts/Game/EPF_EntitySaveData.c:37 Function Spawn
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:202 Function LoadCharacter
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:177 Function OnCharacterDataLoaded
scripts/Game/EDF_DbOperationResultTypes.c:180 Function Invoke#2307133
scripts/Game/Drivers/LocalFile/EDF_FileDbDriverBase.c:176 Function FindAllAsync
scripts/Game/EDF_DbContext.c:97 Function FindAllAsync
scripts/Game/EDF_DbRepository.c:108 Function FindAsync
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:166 Function HandlePlayerLoad
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:118 Function OnUidAvailable
scripts/Game/game.c:922 Function OnUpdate
15:32:16.181 NETWORK (W): Did not find id = 0x8004DCEC item = @"ENTITY:4611686018427500128" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <4757.991699 161.261673 7195.861816> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 10; 14>
15:32:40.896 NETWORK : Total number of players: 85
15:32:40.896 RPL (E): RpcError: Calling a RPC from an unregistered item! itemType='script::Game::SCR_BudgetEditorComponent', rpc='OnEntityCoreBudgetUpdatedOwner'
15:33:27.408 RESOURCES (E): Can't remap 'Assets/Characters/HeadGear/Hat_TruckerCap_01/Hat_TruckerCap_01_item.xob' material from 'Shirt_Retopo_01_Item' to 'Assets/Characters/Uniforms/Shirt_CottonShirt_01/Data/Shirt_CottonShirt_01_Item_V6_Dirty.emat'. Source material do not exist
15:33:27.409 SCRIPT : [Badlands]-[Random Gather]: Curly_00 has gathered 1 Dirty Hat Laundry.
15:33:31.485 RESOURCES (E): Can't remap 'Uniforms/Pants/SlimPants/slimpants_g.xob' material from 'Tech2019' to 'Uniforms/Pants/Tech2019_Joggers/Data/Blc.emat'. Source material do not exist
15:33:31.550 SCRIPT : [Badlands] Spawning Locker for SPECTER hp
15:33:31.550 SCRIPT : [Badlands] Successfully Spawned Persistence Storages for SPECTER hp
15:33:51.877 RESOURCES (E): Can't remap 'Uniforms/Pants/Jeans/Jeans_g.xob' material from 'Tech2019' to 'Uniforms/Pants/Tech2019_Joggers/Data/Tech2019_blc.emat'. Source material do not exist
15:33:51.882 RESOURCES (E): Can't remap 'Uniforms/Pants/SlimPants/slimpants_g.xob' material from 'Tech2019' to 'Uniforms/Pants/Tech2019_Joggers/Data/Blc.emat'. Source material do not exist
15:33:51.969 SCRIPT : [Badlands] Spawning Locker for xxShadowRedxx
15:33:51.970 SCRIPT : [Badlands] Successfully Spawned Persistence Storages for xxShadowRedxx
15:35:02.392 RESOURCES (E): Can't remap 'Uniforms/Pants/SlimPants/slimpants_g.xob' material from 'Tech2019' to 'Uniforms/Pants/Tech2019_Joggers/Data/Blc.emat'. Source material do not exist
15:35:02.460 SCRIPT : [Badlands] Spawning Locker for SPECTER hp
15:35:02.461 SCRIPT : [Badlands] Successfully Spawned Persistence Storages for SPECTER hp
15:35:03.924 SCRIPT : [Badlands]-[Random Gather]: Curly_00 has gathered 1 Dirty Hat Laundry.
15:35:03.924 SCRIPT : [Badlands] CC22E2B82279DCF3
15:35:03.974 WORLD : UpdateEntities
15:35:03.974 RPL : rpl::Pip::ProcessNetToGame
15:35:03.974 SCRIPT : [Badlands]-[Enter Locker] PattyMelt25 has entered their locker room. UID=c549f0c0-4424-461f-a8db-de59c5f824f3
15:35:03.975 SCRIPT : [Badlands] Loading Locker for PattyMelt25
Reason: NULL pointer to instance. Variable 'm_OnGadgetStateChangedInvoker'
Class: 'EPF_CharacterControllerComponentSaveData'
Function: 'OnGadgetInitDone'
Stack trace:
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function OnGadgetInitDone
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function RegisterInitialGadgets
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function InitComponent
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function EOnInit
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function SpawnWorldEntity
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function Spawn
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function LoadCharacter
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function OnCharacterDataLoaded
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function Invoke#2307133
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function FindAllAsync
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function FindAllAsync
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function FindAsync
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function HandlePlayerLoad
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function OnUidAvailable
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function OnUpdate
15:35:16.395 NETWORK (W): Did not find id = 0x80059DCE item = @"ENTITY:4611686018427513583" ('GenericEntity','Assets/Items/Equipment/Maps/Map_Paper_01/Map_Paper_01_folded.xob') at <4973.897949 176.149994 7113.270020> @"{F849217AB3BA88BE}Prefabs/Items/Equipment/Maps/PaperMap_01_folded_USSR.et" in Spatial Map at < 10; 14>
15:35:16.395 NETWORK (W): Did not find id = 0x80059DC9 item = @"ENTITY:4611686018427513582" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <4973.897949 176.149994 7113.270020> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 10; 14>
15:35:16.395 NETWORK (W): Did not find id = 0x80059DC3 item = @"ENTITY:4611686018427513581" ('GenericEntity','Assets/Items/Equipment/Radios/Radio_ANPRC68/Radio_ANPRC68_01.xob') at <4973.897949 176.149994 7113.270020> @"{941082288222A126}Prefabs/Items/Civilian/Civilian_Radio.et" in Spatial Map at < 10; 14>
15:35:16.878 WORLD : UpdateEntities
15:35:16.878 RPL : rpl::Pip::ProcessNetToGame
15:35:16.878 SCRIPT : [Badlands]-[Check ID]: Spankyyy98 has checked the identity of Mike Zinth, displaying for 5000ms.
15:35:29.159 RESOURCES (E): Can't remap 'Uniforms/Pants/Jeans/Jeans_g.xob' material from 'Tech2019' to 'Uniforms/Pants/Tech2019_Joggers/Data/Tech2019_blc.emat'. Source material do not exist
15:35:29.165 RESOURCES (E): Can't remap 'Uniforms/Pants/SlimPants/slimpants_g.xob' material from 'Tech2019' to 'Uniforms/Pants/Tech2019_Joggers/Data/Blc.emat'. Source material do not exist
15:35:29.254 SCRIPT : [Badlands] Spawning Locker for xxShadowRedxx
15:35:29.255 SCRIPT : [Badlands] Successfully Spawned Persistence Storages for xxShadowRedxx
15:35:59.422 SCRIPT : [Badlands]-[Enter Locker] IMrScheitsI has entered their locker room. UID=914d70b0-83c2-41e4-9042-787cf5bab59c
15:35:59.423 SCRIPT : [Badlands] Loading Locker for IMrScheitsI
15:35:59.451 WORLD : UpdateEntities
15:35:59.451 RPL : rpl::Pip::ProcessNetToGame
15:35:59.451 INVENTORY (W): VALIDATION FAILED: Item @"ENTITY:4611686018427516419" ('GameEntity','Assets/Props/Services/FireExtinguisherBox_01/FireExtinguisherBox_01_Shovel.xob') at <0.000000 0.000000 0.000000> @"{D550F78A82153B72}Prefabs/Weapons/Melee/Shovel/ShovelMesh.et" does not have InventoryItemComponent attached
15:35:59.454 SCRIPT : int m_iValue = 44
15:35:59.464 SCRIPT : [Badlands] Spawning Locker for IMrScheitsI
15:35:59.464 SCRIPT : [Badlands] Successfully Spawned Persistence Storages for IMrScheitsI
15:36:14.902 RESOURCES (E): Can't remap 'Uniforms/Pants/SlimPants/slimpants_g.xob' material from 'Tech2019' to 'Uniforms/Pants/Tech2019_Joggers/Data/Blc.emat'. Source material do not exist
15:36:14.970 SCRIPT : [Badlands] Spawning Locker for SPECTER hp
15:36:14.970 SCRIPT : [Badlands] Successfully Spawned Persistence Storages for SPECTER hp
15:36:16.086 SCRIPT : [Badlands]-[Random Gather]: phszw has gathered 1 Iron Nugget.
15:36:16.086 SCRIPT : [Badlands] AA0E1C5111E3F148
15:36:16.204 SCRIPT : [Badlands]-[Random Gather]: Ceazer41 has gathered 1 Iron Nugget.
15:36:20.714 RESOURCES (E): Can't remap 'Uniforms/Pants/SlimPants/slimpants_g.xob' material from 'Tech2019' to 'Uniforms/Pants/Tech2019_Joggers/Data/Blc.emat'. Source material do not exist
15:36:58.676 NETWORK : Total number of players: 88
15:36:58.676 RPL (E): RpcError: Calling a RPC from an unregistered item! itemType='script::Game::SCR_BudgetEditorComponent', rpc='OnEntityCoreBudgetUpdatedOwner'
15:37:12.477 NETWORK : Total number of players: 87
15:37:12.477 RPL (E): RpcError: Calling a RPC from an unregistered item! itemType='script::Game::SCR_BudgetEditorComponent', rpc='OnEntityCoreBudgetUpdatedOwner'
15:38:34.386 NETWORK : Total number of players: 87
15:38:34.386 RPL (E): RpcError: Calling a RPC from an unregistered item! itemType='script::Game::SCR_BudgetEditorComponent', rpc='OnEntityCoreBudgetUpdatedOwner'
Reason: NULL pointer to instance. Variable 'm_OnGadgetStateChangedInvoker'
Class: 'EPF_CharacterControllerComponentSaveData'
Function: 'OnGadgetInitDone'
Stack trace:
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function OnGadgetInitDone
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function RegisterInitialGadgets
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function InitComponent
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function EOnInit
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function SpawnWorldEntity
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function Spawn
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function LoadCharacter
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function OnCharacterDataLoaded
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function Invoke#2307133
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function FindAllAsync
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function FindAllAsync
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function FindAsync
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function HandlePlayerLoad
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function OnUidAvailable
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function OnUpdate
15:38:34.787 NETWORK (W): Did not find id = 0x80062E8D item = @"ENTITY:4611686018427523991" ('GenericEntity','Assets/Items/Equipment/Maps/Map_Paper_01/Map_Paper_01_folded.xob') at <1377.684326 61.757225 6176.954590> @"{F849217AB3BA88BE}Prefabs/Items/Equipment/Maps/PaperMap_01_folded_USSR.et" in Spatial Map at < 3; 12>
15:38:34.787 NETWORK (W): Did not find id = 0x80062E88 item = @"ENTITY:4611686018427523990" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <1377.684326 61.757225 6176.954590> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 3; 12>
15:38:34.787 NETWORK (W): Did not find id = 0x80062E82 item = @"ENTITY:4611686018427523989" ('GenericEntity','Assets/Items/Equipment/Radios/Radio_ANPRC68/Radio_ANPRC68_01.xob') at <1377.684326 61.757225 6176.954590> @"{941082288222A126}Prefabs/Items/Civilian/Civilian_Radio.et" in Spatial Map at < 3; 12>
15:38:39.021 NETWORK : Total number of players: 87
15:38:39.022 RPL (E): RpcError: Calling a RPC from an unregistered item! itemType='script::Game::SCR_BudgetEditorComponent', rpc='OnEntityCoreBudgetUpdatedOwner'
15:39:13.605 NETWORK : Total number of players: 86
15:39:13.605 RPL (E): RpcError: Calling a RPC from an unregistered item! itemType='script::Game::SCR_BudgetEditorComponent', rpc='OnEntityCoreBudgetUpdatedOwner'
15:39:13.937 SCRIPT : [Badlands] BAD_RestCallback success data= {"success":true,"message":"Successfully saved player stats in backend!"}
15:39:20.906 NETWORK : Total number of players: 85
15:39:20.907 RPL (E): RpcError: Calling a RPC from an unregistered item! itemType='script::Game::SCR_BudgetEditorComponent', rpc='OnEntityCoreBudgetUpdatedOwner'
15:39:24.705 RESOURCES (E): Can't remap 'Uniforms/Pants/SlimPants/slimpants_g.xob' material from 'Tech2019' to 'Uniforms/Pants/Tech2019_Joggers/Data/Blc.emat'. Source material do not exist
15:39:24.771 SCRIPT : [Badlands] Spawning Locker for SPECTER hp
15:39:24.771 SCRIPT : [Badlands] Successfully Spawned Persistence Storages for SPECTER hp
15:40:17.772 SCRIPT (W): SCR_InstigatorContextData: No instigator type is set on Character death. It is likely that the KillerVictimRelation will be set to OTHER_DEATH which will not punish the victim for suicide.
15:40:18.782 WORLD : UpdateEntities
15:40:18.782 WORLD : AfterSimulate
15:40:18.782 SCRIPT : Player was killed removing locker room
15:40:18.782 SCRIPT : [Badlands] Location of player: <-0.973336, -0.001533, -0.229376> Location of Killer: <-0.973336, -0.001533, -0.229376> Distance: 0
15:40:19.092 NETWORK : Total number of players: 84
15:40:19.092 RPL (E): RpcError: Calling a RPC from an unregistered item! itemType='script::Game::SCR_BudgetEditorComponent', rpc='OnEntityCoreBudgetUpdatedOwner'
15:40:19.328 SCRIPT : [Badlands] BAD_BackendProfileRestCallback success size= 74 data= {"success":true,"message":"Successfully saved player profile in backend!"}
15:40:29.963 ENTITY (W): GetOut action not set for slot='passenger_l01' type='CargoCompartmentSlot' [@"ENTITY:4611686018427526724" ('Vehicle','Assets/Vehicles/Wheeled/M151A2/m151a2_base.xob') at <4812.522949 164.759003 7122.599121> @"{EBC2E5FE58207D73}Prefabs/Vehicles/Wheeled/M151A2/GolfCart/BL_GolfCart_Black.et"]
15:40:29.963 ENTITY (W): JumpOut action not set for slot='passenger_l01' type='CargoCompartmentSlot' [@"ENTITY:4611686018427526724" ('Vehicle','Assets/Vehicles/Wheeled/M151A2/m151a2_base.xob') at <4812.522949 164.759003 7122.599121> @"{EBC2E5FE58207D73}Prefabs/Vehicles/Wheeled/M151A2/GolfCart/BL_GolfCart_Black.et"]
15:40:29.963 ENTITY (W): GetOut action not set for slot='passenger_s01' type='CargoCompartmentSlot' [@"ENTITY:4611686018427526724" ('Vehicle','Assets/Vehicles/Wheeled/M151A2/m151a2_base.xob') at <4812.522949 164.759003 7122.599121> @"{EBC2E5FE58207D73}Prefabs/Vehicles/Wheeled/M151A2/GolfCart/BL_GolfCart_Black.et"]
15:40:29.963 ENTITY (W): JumpOut action not set for slot='passenger_s01' type='CargoCompartmentSlot' [@"ENTITY:4611686018427526724" ('Vehicle','Assets/Vehicles/Wheeled/M151A2/m151a2_base.xob') at <4812.522949 164.759003 7122.599121> @"{EBC2E5FE58207D73}Prefabs/Vehicles/Wheeled/M151A2/GolfCart/BL_GolfCart_Black.et"]
15:40:29.963 ENTITY (W): GetOut action not set for slot='passenger_s02' type='CargoCompartmentSlot' [@"ENTITY:4611686018427526724" ('Vehicle','Assets/Vehicles/Wheeled/M151A2/m151a2_base.xob') at <4812.522949 164.759003 7122.599121> @"{EBC2E5FE58207D73}Prefabs/Vehicles/Wheeled/M151A2/GolfCart/BL_GolfCart_Black.et"]
15:40:29.963 ENTITY (W): JumpOut action not set for slot='passenger_s02' type='CargoCompartmentSlot' [@"ENTITY:4611686018427526724" ('Vehicle','Assets/Vehicles/Wheeled/M151A2/m151a2_base.xob') at <4812.522949 164.759003 7122.599121> @"{EBC2E5FE58207D73}Prefabs/Vehicles/Wheeled/M151A2/GolfCart/BL_GolfCart_Black.et"]
15:40:29.965 SCRIPT : [Badlands]-[Purchase Vehicle]: NotableMadness has purchased vehicle: BL GolfCart Black
15:40:29.966 SCRIPT : [Badlands]-[Claim Vehicle]: NotableMadness has claimed ownership of a vehicle after purchase: BL GolfCart Black.
15:40:38.584 NETWORK : Total number of players: 84
15:40:38.585 RPL (E): RpcError: Calling a RPC from an unregistered item! itemType='script::Game::SCR_BudgetEditorComponent', rpc='OnEntityCoreBudgetUpdatedOwner'
15:40:43.410 RESOURCES (E): Can't remap 'Assets/Characters/HeadGear/Hat_TruckerCap_01/Hat_TruckerCap_01_item.xob' material from 'Shirt_Retopo_01_Item' to 'Assets/Characters/Uniforms/Shirt_CottonShirt_01/Data/Shirt_CottonShirt_01_Item_V6_Dirty.emat'. Source material do not exist
15:40:43.411 SCRIPT : [Badlands]-[Random Gather]: RealStrifes has gathered 1 Dirty Hat Laundry.
Reason: NULL pointer to instance. Variable 'm_OnGadgetStateChangedInvoker'
Class: 'EPF_CharacterControllerComponentSaveData'
Function: 'OnGadgetInitDone'
Stack trace:
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function OnGadgetInitDone
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function RegisterInitialGadgets
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function InitComponent
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function EOnInit
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function SpawnWorldEntity
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function Spawn
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function LoadCharacter
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function OnCharacterDataLoaded
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function Invoke#2307133
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function FindAllAsync
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function FindAllAsync
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function FindAsync
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function HandlePlayerLoad
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function OnUidAvailable
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function OnUpdate
15:41:02.004 NETWORK (W): Did not find id = 0x800663B3 item = @"ENTITY:4611686018427527834" ('GenericEntity','Assets/Items/Equipment/Radios/Radio_ANPRC68/Radio_ANPRC68_01.xob') at <4700.834961 162.561783 6938.755859> @"{941082288222A126}Prefabs/Items/Civilian/Civilian_Radio.et" in Spatial Map at < 9; 14>
15:41:02.004 NETWORK (W): Did not find id = 0x800663B9 item = @"ENTITY:4611686018427527835" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <4700.834961 162.561783 6938.755859> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 9; 14>
15:41:02.004 NETWORK (W): Did not find id = 0x800663BE item = @"ENTITY:4611686018427527836" ('GenericEntity','Assets/Items/Equipment/Maps/Map_Paper_01/Map_Paper_01_folded.xob') at <4700.834961 162.561783 6938.755859> @"{F849217AB3BA88BE}Prefabs/Items/Equipment/Maps/PaperMap_01_folded_USSR.et" in Spatial Map at < 9; 14>
15:41:07.154 NETWORK : Total number of players: 84
15:41:07.154 RPL (E): RpcError: Calling a RPC from an unregistered item! itemType='script::Game::SCR_BudgetEditorComponent', rpc='OnEntityCoreBudgetUpdatedOwner'
15:41:07.743 WORLD : UpdateEntities
15:41:07.743 RPL : rpl::Pip::ProcessNetToGame
15:41:07.743 SCRIPT : [Badlands]-[Exit Locker] Lashmoney33_ has exited their locker room. UID=97ba246c-539f-4c56-ba55-0c3f73cab53b
15:41:07.743 SCRIPT : [Badlands] Lashmoney33_ is exiting their locker!
15:41:13.717 NETWORK : Total number of players: 83
15:41:13.717 RPL (E): RpcError: Calling a RPC from an unregistered item! itemType='script::Game::SCR_BudgetEditorComponent', rpc='OnEntityCoreBudgetUpdatedOwner'
15:41:14.267 SCRIPT : [Badlands] BAD_OnDisconnectRestCallback success data= {"success":true,"message":"Successfully saved player profile in backend!"}
Reason: NULL pointer to instance. Variable 'm_OnGadgetStateChangedInvoker'
Class: 'EPF_CharacterControllerComponentSaveData'
Function: 'OnGadgetInitDone'
Stack trace:
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function OnGadgetInitDone
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function RegisterInitialGadgets
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function InitComponent
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function EOnInit
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function SpawnWorldEntity
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function Spawn
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function LoadCharacter
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function OnCharacterDataLoaded
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function Invoke#2307133
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function FindAllAsync
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function FindAllAsync
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function FindAsync
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function HandlePlayerLoad
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function OnUidAvailable
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function OnUpdate
15:41:55.799 NETWORK (W): Did not find id = 0x8006767B item = @"ENTITY:4611686018427529213" ('GenericEntity','Assets/Items/Equipment/Maps/Map_Paper_01/Map_Paper_01_folded.xob') at <4645.404785 98.881569 8323.137695> @"{F849217AB3BA88BE}Prefabs/Items/Equipment/Maps/PaperMap_01_folded_USSR.et" in Spatial Map at < 9; 17>
15:41:55.799 NETWORK (W): Did not find id = 0x80067676 item = @"ENTITY:4611686018427529212" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <4645.404785 98.881569 8323.137695> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 9; 17>
15:41:55.799 NETWORK (W): Did not find id = 0x80067670 item = @"ENTITY:4611686018427529211" ('GenericEntity','Assets/Items/Equipment/Radios/Radio_ANPRC68/Radio_ANPRC68_01.xob') at <4645.404785 98.881569 8323.137695> @"{941082288222A126}Prefabs/Items/Civilian/Civilian_Radio.et" in Spatial Map at < 9; 17>
15:41:55.876 WORLD : UpdateEntities
15:41:55.876 RPL : rpl::Pip::ProcessNetToGame
15:41:55.876 SCRIPT : [Badlands] Auditing registered player.
15:42:01.709 SCRIPT (E): [Badlands] profile not found for playerId 99 profileName DESKTOP-5VNLU39 machineName DESKTOP-5VNLU39 adapterName NVIDIA GeForce RTX 3060 Ti
15:42:03.176 WORLD : UpdateEntities
15:42:03.176 RPL : rpl::Pip::ProcessNetToGame
15:42:03.176 SCRIPT : [Badlands] Auditing registered player.
Reason: NULL pointer to instance. Variable 'm_OnGadgetStateChangedInvoker'
Class: 'EPF_CharacterControllerComponentSaveData'
Function: 'OnGadgetInitDone'
Stack trace:
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function OnGadgetInitDone
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function RegisterInitialGadgets
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function InitComponent
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function EOnInit
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function SpawnWorldEntity
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function Spawn
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function LoadCharacter
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function OnCharacterDataLoaded
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function Invoke#2307133
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function FindAllAsync
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function FindAllAsync
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function FindAsync
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function HandlePlayerLoad
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function OnUidAvailable
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function OnUpdate
15:42:03.199 NETWORK (W): Did not find id = 0x800677A4 item = @"ENTITY:4611686018427529286" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <4710.249023 164.423141 6916.750488> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 9; 14>
15:42:31.082 NETWORK : Total number of players: 86
15:42:31.082 RPL (E): RpcError: Calling a RPC from an unregistered item! itemType='script::Game::SCR_BudgetEditorComponent', rpc='OnEntityCoreBudgetUpdatedOwner'
15:42:31.330 SCRIPT : [Badlands] BAD_RestCallback success data= {"success":true,"message":"Successfully saved player stats in backend!"}
15:43:10.084 NETWORK : Total number of players: 85
15:43:10.084 RPL (E): RpcError: Calling a RPC from an unregistered item! itemType='script::Game::SCR_BudgetEditorComponent', rpc='OnEntityCoreBudgetUpdatedOwner'
15:43:24.505 RESOURCES (E): Can't remap 'Uniforms/Pants/SlimPants/slimpants_g.xob' material from 'Tech2019' to 'Uniforms/Pants/Tech2019_Joggers/Data/Blc.emat'. Source material do not exist
15:43:24.568 SCRIPT : [Badlands] Spawning Locker for LukeTog24
15:43:24.568 SCRIPT : [Badlands] Successfully Spawned Persistence Storages for LukeTog24
15:43:24.962 WORLD : UpdateEntities
15:43:24.962 WORLD : PostFrame
15:43:24.962 SCRIPT : int m_iValue = 18400
15:43:25.271 WORLD : UpdateEntities
15:43:25.271 RPL : rpl::Pip::ProcessNetToGame
15:43:25.271 SCRIPT : [Badlands] Auditing registered player.
15:43:27.855 SCRIPT (E): [Badlands] profile not found for playerId 99 profileName DESKTOP-5VNLU39 machineName DESKTOP-5VNLU39 adapterName NVIDIA GeForce RTX 3060 Ti
15:43:36.776 RESOURCES (E): Can't remap 'Uniforms/Pants/SlimPants/slimpants_g.xob' material from 'Tech2019' to 'Uniforms/Pants/Tech2019_Joggers/Data/Blc.emat'. Source material do not exist
15:43:36.831 SCRIPT : [Badlands] Spawning Locker for SPECTER hp
15:43:36.832 SCRIPT : [Badlands] Successfully Spawned Persistence Storages for SPECTER hp
15:43:43.027 RESOURCES (E): Can't remap 'Assets/Characters/HeadGear/Hat_TruckerCap_01/Hat_TruckerCap_01_item.xob' material from 'Shirt_Retopo_01_Item' to 'Assets/Characters/Uniforms/Shirt_CottonShirt_01/Data/Shirt_CottonShirt_01_Item_V6_Dirty.emat'. Source material do not exist
15:43:43.027 SCRIPT : [Badlands]-[Random Gather]: Curly_00 has gathered 1 Dirty Hat Laundry.
15:43:47.477 NETWORK : Total number of players: 85
15:43:47.477 RPL (E): RpcError: Calling a RPC from an unregistered item! itemType='script::Game::SCR_BudgetEditorComponent', rpc='OnEntityCoreBudgetUpdatedOwner'
Reason: NULL pointer to instance. Variable 'm_OnGadgetStateChangedInvoker'
Class: 'EPF_CharacterControllerComponentSaveData'
Function: 'OnGadgetInitDone'
Stack trace:
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function OnGadgetInitDone
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function RegisterInitialGadgets
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function InitComponent
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function EOnInit
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function SpawnWorldEntity
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function Spawn
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function LoadCharacter
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function OnCharacterDataLoaded
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function Invoke#2307133
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function FindAllAsync
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function FindAllAsync
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function FindAsync
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function HandlePlayerLoad
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function OnUidAvailable
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function OnUpdate
15:44:01.635 NETWORK (W): Did not find id = 0x8006C1F4 item = @"ENTITY:4611686018427534691" ('GenericEntity','Assets/Items/Equipment/Maps/Map_Paper_01/Map_Paper_01_folded.xob') at <4878.705078 175.341476 7137.823730> @"{F849217AB3BA88BE}Prefabs/Items/Equipment/Maps/PaperMap_01_folded_USSR.et" in Spatial Map at < 10; 14>
15:44:01.635 NETWORK (W): Did not find id = 0x8006C1EF item = @"ENTITY:4611686018427534690" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <4878.705078 175.341476 7137.823730> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 10; 14>
15:44:01.635 NETWORK (W): Did not find id = 0x8006C1E9 item = @"ENTITY:4611686018427534689" ('GenericEntity','Assets/Items/Equipment/Radios/Radio_ANPRC68/Radio_ANPRC68_01.xob') at <4878.705078 175.341476 7137.823730> @"{941082288222A126}Prefabs/Items/Civilian/Civilian_Radio.et" in Spatial Map at < 10; 14>
Reason: NULL pointer to instance. Variable 'm_OnGadgetStateChangedInvoker'
Class: 'EPF_CharacterControllerComponentSaveData'
Function: 'OnGadgetInitDone'
Stack trace:
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function OnGadgetInitDone
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function RegisterInitialGadgets
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function InitComponent
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function EOnInit
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function SpawnWorldEntity
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function Spawn
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function LoadCharacter
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function OnCharacterDataLoaded
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function Invoke#2307133
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function FindAllAsync
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function FindAllAsync
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function FindAsync
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function HandlePlayerLoad
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function OnUidAvailable
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function OnUpdate
15:44:08.626 NETWORK (W): Did not find id = 0x8006C339 item = @"ENTITY:4611686018427534821" ('GenericEntity','Assets/Items/Equipment/Radios/Radio_ANPRC68/Radio_ANPRC68_01.xob') at <4971.521484 511.568024 7018.059570> @"{941082288222A126}Prefabs/Items/Civilian/Civilian_Radio.et" in Spatial Map at < 10; 14>
15:44:08.626 NETWORK (W): Did not find id = 0x8006C344 item = @"ENTITY:4611686018427534823" ('GenericEntity','Assets/Items/Equipment/Maps/Map_Paper_01/Map_Paper_01_folded.xob') at <4971.521484 511.568024 7018.059570> @"{F849217AB3BA88BE}Prefabs/Items/Equipment/Maps/PaperMap_01_folded_USSR.et" in Spatial Map at < 10; 14>
15:44:08.675 WORLD : UpdateEntities
15:44:08.675 WORLD : PostFrame
15:44:08.675 SCRIPT : Should Notify
15:44:08.675 SCRIPT : Should Notify
15:44:08.933 SCRIPT : [Badlands] BAD_BackendProfileRestCallback success size= 74 data= {"success":true,"message":"Successfully saved player profile in backend!"}
15:45:28.645 NETWORK : Total number of players: 86
15:45:28.645 RPL (E): RpcError: Calling a RPC from an unregistered item! itemType='script::Game::SCR_BudgetEditorComponent', rpc='OnEntityCoreBudgetUpdatedOwner'
Reason: NULL pointer to instance. Variable 'm_OnGadgetStateChangedInvoker'
Class: 'EPF_CharacterControllerComponentSaveData'
Function: 'OnGadgetInitDone'
Stack trace:
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function OnGadgetInitDone
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function RegisterInitialGadgets
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function InitComponent
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function EOnInit
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function SpawnWorldEntity
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function Spawn
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function LoadCharacter
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function OnCharacterDataLoaded
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function Invoke#2307133
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function FindAllAsync
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function FindAllAsync
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function FindAsync
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function HandlePlayerLoad
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function OnUidAvailable
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function OnUpdate
15:45:34.640 NETWORK (W): Did not find id = 0x8006D859 item = @"ENTITY:4611686018427536574" ('GenericEntity','Assets/Items/Equipment/Maps/Map_Paper_01/Map_Paper_01_folded.xob') at <4945.899902 175.156387 7108.972168> @"{F849217AB3BA88BE}Prefabs/Items/Equipment/Maps/PaperMap_01_folded_USSR.et" in Spatial Map at < 10; 14>
15:45:34.641 NETWORK (W): Did not find id = 0x8006D854 item = @"ENTITY:4611686018427536573" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <4945.899902 175.156387 7108.972168> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 10; 14>
15:45:34.641 NETWORK (W): Did not find id = 0x8006D84E item = @"ENTITY:4611686018427536572" ('GenericEntity','Assets/Items/Equipment/Radios/Radio_ANPRC68/Radio_ANPRC68_01.xob') at <4945.899902 175.156387 7108.972168> @"{941082288222A126}Prefabs/Items/Civilian/Civilian_Radio.et" in Spatial Map at < 10; 14>
15:46:11.569 ANIMATION (W): Provided invalid variable WeaponInspectionState to ItemAnimationComponent
15:46:11.569 ANIMATION (W): Provided invalid variable State to ItemAnimationComponent
15:46:11.601 SCRIPT : int m_iValue = 48
15:46:11.602 INVENTORY (W): VALIDATION FAILED: Item @"ENTITY:4611686018427537503" ('GameEntity','Assets/Props/Services/FireExtinguisherBox_01/FireExtinguisherBox_01_Shovel.xob') at <0.000000 0.000000 0.000000> @"{D550F78A82153B72}Prefabs/Weapons/Melee/Shovel/ShovelMesh.et" does not have InventoryItemComponent attached
15:46:11.620 RESOURCES (E): Can't remap 'Uniforms/Pants/SlimPants/slimpants_g.xob' material from 'Tech2019' to 'Uniforms/Pants/Tech2019_Joggers/Data/Blc.emat'. Source material do not exist
15:46:11.625 INVENTORY (W): VALIDATION FAILED: Item @"ENTITY:4611686018427537779" ('GameEntity','Assets/Props/Services/FireExtinguisherBox_01/FireExtinguisherBox_01_Shovel.xob') at <0.000000 0.000000 0.000000> @"{D550F78A82153B72}Prefabs/Weapons/Melee/Shovel/ShovelMesh.et" does not have InventoryItemComponent attached
15:46:11.651 SCRIPT : int m_iValue = 1
15:46:11.671 INVENTORY (W): VALIDATION FAILED: Item @"ENTITY:4611686018427538184" ('GameEntity','Assets/Props/Services/FireExtinguisherBox_01/FireExtinguisherBox_01_Shovel.xob') at <0.000000 0.000000 0.000000> @"{D550F78A82153B72}Prefabs/Weapons/Melee/Shovel/ShovelMesh.et" does not have InventoryItemComponent attached
Reason: NULL pointer to instance. Variable 'm_OnGadgetStateChangedInvoker'
Class: 'EPF_CharacterControllerComponentSaveData'
Function: 'OnGadgetInitDone'
Stack trace:
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function OnGadgetInitDone
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function RegisterInitialGadgets
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function InitComponent
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function EOnInit
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function SpawnWorldEntity
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function Spawn
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function LoadCharacter
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function OnCharacterDataLoaded
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function Invoke#2307133
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function FindAllAsync
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function FindAllAsync
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function FindAsync
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function HandlePlayerLoad
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function OnUidAvailable
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function OnUpdate
15:46:18.858 NETWORK (W): Did not find id = 0x800719AB item = @"ENTITY:4611686018427540844" ('GenericEntity','Assets/Items/Equipment/Maps/Map_Paper_01/Map_Paper_01_folded.xob') at <4768.034180 164.452484 7091.091797> @"{F849217AB3BA88BE}Prefabs/Items/Equipment/Maps/PaperMap_01_folded_USSR.et" in Spatial Map at < 10; 14>
15:46:18.858 NETWORK (W): Did not find id = 0x800719A6 item = @"ENTITY:4611686018427540843" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <4768.034180 164.452484 7091.091797> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 10; 14>
15:46:18.858 NETWORK (W): Did not find id = 0x800719A0 item = @"ENTITY:4611686018427540842" ('GenericEntity','Assets/Items/Equipment/Radios/Radio_ANPRC68/Radio_ANPRC68_01.xob') at <4768.034180 164.452484 7091.091797> @"{941082288222A126}Prefabs/Items/Civilian/Civilian_Radio.et" in Spatial Map at < 10; 14>
Reason: NULL pointer to instance. Variable 'm_OnGadgetStateChangedInvoker'
Class: 'EPF_CharacterControllerComponentSaveData'
Function: 'OnGadgetInitDone'
Stack trace:
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function OnGadgetInitDone
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function RegisterInitialGadgets
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function InitComponent
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function EOnInit
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function SpawnWorldEntity
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function Spawn
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function LoadCharacter
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function OnCharacterDataLoaded
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function Invoke#2307133
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function FindAllAsync
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function FindAllAsync
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function FindAsync
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function HandlePlayerLoad
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function OnUidAvailable
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function OnUpdate
15:46:20.457 NETWORK (W): Did not find id = 0x80071A41 item = @"ENTITY:4611686018427540871" ('GenericEntity','Assets/Items/Equipment/Maps/Map_Paper_01/Map_Paper_01_folded.xob') at <5009.390625 175.366425 7082.501953> @"{F849217AB3BA88BE}Prefabs/Items/Equipment/Maps/PaperMap_01_folded_USSR.et" in Spatial Map at < 10; 14>
15:46:20.457 NETWORK (W): Did not find id = 0x80071A3C item = @"ENTITY:4611686018427540870" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <5009.390625 175.366425 7082.501953> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 10; 14>
15:46:20.457 NETWORK (W): Did not find id = 0x80071A36 item = @"ENTITY:4611686018427540869" ('GenericEntity','Assets/Items/Equipment/Radios/Radio_ANPRC68/Radio_ANPRC68_01.xob') at <5009.390625 175.366425 7082.501953> @"{941082288222A126}Prefabs/Items/Civilian/Civilian_Radio.et" in Spatial Map at < 10; 14>
15:46:26.072 NETWORK : Total number of players: 88
15:46:26.072 RPL (E): RpcError: Calling a RPC from an unregistered item! itemType='script::Game::SCR_BudgetEditorComponent', rpc='OnEntityCoreBudgetUpdatedOwner'
Reason: NULL pointer to instance. Variable 'm_OnGadgetStateChangedInvoker'
Class: 'EPF_CharacterControllerComponentSaveData'
Function: 'OnGadgetInitDone'
Stack trace:
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function OnGadgetInitDone
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function RegisterInitialGadgets
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function InitComponent
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function EOnInit
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function SpawnWorldEntity
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function Spawn
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function LoadCharacter
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function OnCharacterDataLoaded
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function Invoke#2307133
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function FindAllAsync
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function FindAllAsync
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function FindAsync
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function HandlePlayerLoad
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function OnUidAvailable
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function OnUpdate
15:47:13.690 NETWORK (W): Did not find id = 0x80071FD2 item = @"ENTITY:4611686018427541296" ('GenericEntity','Assets/Items/Equipment/Maps/Map_Paper_01/Map_Paper_01_folded.xob') at <4935.981445 176.244720 7123.000488> @"{F849217AB3BA88BE}Prefabs/Items/Equipment/Maps/PaperMap_01_folded_USSR.et" in Spatial Map at < 10; 14>
15:47:13.690 NETWORK (W): Did not find id = 0x80071FCD item = @"ENTITY:4611686018427541295" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <4935.981445 176.244720 7123.000488> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 10; 14>
15:47:13.690 NETWORK (W): Did not find id = 0x80071FC7 item = @"ENTITY:4611686018427541294" ('GenericEntity','Assets/Items/Equipment/Radios/Radio_ANPRC68/Radio_ANPRC68_01.xob') at <4935.981445 176.244720 7123.000488> @"{941082288222A126}Prefabs/Items/Civilian/Civilian_Radio.et" in Spatial Map at < 10; 14>
15:47:13.711 WORLD : UpdateEntities
15:47:13.712 WORLD : PostFrame
15:47:13.712 SCRIPT : Should Notify
15:47:13.768 WORLD : UpdateEntities
15:47:13.768 RPL : rpl::Pip::ProcessNetToGame
15:47:13.768 SCRIPT : [Badlands]-[Exit Locker] PattyMelt25 has exited their locker room. UID=c549f0c0-4424-461f-a8db-de59c5f824f3
15:47:13.768 SCRIPT : [Badlands] PattyMelt25 is exiting their locker!
15:47:13.795 SCRIPT : int m_iValue = 19000
15:47:13.795 SCRIPT : int m_iValue = 503
15:47:14.296 WORLD : UpdateEntities
15:47:14.296 RPL : rpl::Pip::ProcessNetToGame
15:47:14.296 SCRIPT : [Badlands]-[Enter Locker] phszw has entered their locker room. UID=402580fe-1554-4fd3-99ea-257a14561ed9
15:47:14.297 SCRIPT : [Badlands] Loading Locker for phszw
15:47:14.324 SCRIPT : [Badlands] Spawning Locker for phszw
15:47:14.324 SCRIPT : [Badlands] Successfully Spawned Persistence Storages for phszw
15:47:14.662 ENTITY (W): JumpOut action not set for slot='Passenger2' type='CargoCompartmentSlot' [@"ENTITY:4611686018427541354" ('Vehicle','Assets/Vehicles/Water/AModestBoat/AModestBoat.xob') at <3271.100586 1.105000 1455.360474> @"{1E75E10A7B6151F8}Prefabs/Vehicles/Boats/Rowboat_Black.et"]
15:47:14.662 ENTITY (W): JumpOut action not set for slot='Passenger3' type='CargoCompartmentSlot' [@"ENTITY:4611686018427541354" ('Vehicle','Assets/Vehicles/Water/AModestBoat/AModestBoat.xob') at <3271.100586 1.105000 1455.360474> @"{1E75E10A7B6151F8}Prefabs/Vehicles/Boats/Rowboat_Black.et"]
15:47:14.662 ENTITY (W): JumpOut action not set for slot='Passenger4' type='CargoCompartmentSlot' [@"ENTITY:4611686018427541354" ('Vehicle','Assets/Vehicles/Water/AModestBoat/AModestBoat.xob') at <3271.100586 1.105000 1455.360474> @"{1E75E10A7B6151F8}Prefabs/Vehicles/Boats/Rowboat_Black.et"]
15:47:20.928 SCRIPT : [Badlands]-[Enter Locker] Veazuh has entered their locker room. UID=b2a43242-d662-4f5c-a279-68b318c09c46
15:47:20.929 SCRIPT : [Badlands] Loading Locker for Veazuh
15:47:20.997 WORLD : UpdateEntities
15:47:20.997 RPL : rpl::Pip::ProcessNetToGame
15:47:20.997 INVENTORY (W): VALIDATION FAILED: Item @"ENTITY:4611686018427541827" ('GameEntity','Assets/Props/Services/FireExtinguisherBox_01/FireExtinguisherBox_01_Shovel.xob') at <0.000000 0.000000 0.000000> @"{D550F78A82153B72}Prefabs/Weapons/Melee/Shovel/ShovelMesh.et" does not have InventoryItemComponent attached
15:47:20.997 ANIMATION (W): Provided invalid variable WeaponInspectionState to ItemAnimationComponent
15:47:20.997 ANIMATION (W): Provided invalid variable State to ItemAnimationComponent
15:47:21.004 INVENTORY (W): VALIDATION FAILED: Item @"ENTITY:4611686018427541894" ('GameEntity','Assets/Props/Services/FireExtinguisherBox_01/FireExtinguisherBox_01_Shovel.xob') at <0.000000 0.000000 0.000000> @"{D550F78A82153B72}Prefabs/Weapons/Melee/Shovel/ShovelMesh.et" does not have InventoryItemComponent attached
15:47:21.044 SCRIPT : [Badlands] Spawning Locker for Veazuh
15:47:21.045 SCRIPT : [Badlands] Successfully Spawned Persistence Storages for Veazuh
15:47:22.222 SCRIPT (W): SCR_InstigatorContextData: No instigator type is set on Character death. It is likely that the KillerVictimRelation will be set to OTHER_DEATH which will not punish the victim for suicide.
Reason: NULL pointer to instance. Variable 'm_OnGadgetStateChangedInvoker'
Class: 'EPF_CharacterControllerComponentSaveData'
Function: 'OnGadgetInitDone'
Stack trace:
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function OnGadgetInitDone
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function RegisterInitialGadgets
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function InitComponent
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function EOnInit
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function SpawnWorldEntity
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function Spawn
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function LoadCharacter
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function OnCharacterDataLoaded
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function Invoke#2307133
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function FindAllAsync
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function FindAllAsync
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function FindAsync
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function HandlePlayerLoad
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function OnUidAvailable
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function OnUpdate
15:47:46.103 NETWORK (W): Did not find id = 0x8007315C item = @"ENTITY:4611686018427542475" ('GenericEntity','Assets/Items/Equipment/Maps/Map_Paper_01/Map_Paper_01_folded.xob') at <4835.500000 168.843842 7076.341797> @"{F849217AB3BA88BE}Prefabs/Items/Equipment/Maps/PaperMap_01_folded_USSR.et" in Spatial Map at < 10; 14>
15:47:46.104 NETWORK (W): Did not find id = 0x80073157 item = @"ENTITY:4611686018427542474" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <4835.500000 168.843842 7076.341797> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 10; 14>
15:47:46.104 NETWORK (W): Did not find id = 0x80073151 item = @"ENTITY:4611686018427542473" ('GenericEntity','Assets/Items/Equipment/Radios/Radio_ANPRC68/Radio_ANPRC68_01.xob') at <4835.500000 168.843842 7076.341797> @"{941082288222A126}Prefabs/Items/Civilian/Civilian_Radio.et" in Spatial Map at < 10; 14>
Reason: NULL pointer to instance. Variable 'm_OnGadgetStateChangedInvoker'
Class: 'EPF_CharacterControllerComponentSaveData'
Function: 'OnGadgetInitDone'
Stack trace:
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function OnGadgetInitDone
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function RegisterInitialGadgets
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function InitComponent
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function EOnInit
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function SpawnWorldEntity
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function Spawn
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function LoadCharacter
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function OnCharacterDataLoaded
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function Invoke#2307133
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function FindAllAsync
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function FindAllAsync
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function FindAsync
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function HandlePlayerLoad
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function OnUidAvailable
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function OnUpdate
15:48:06.436 NETWORK (W): Did not find id = 0x80073E32 item = @"ENTITY:4611686018427543420" ('GenericEntity','Assets/Items/Equipment/Radios/Radio_ANPRC68/Radio_ANPRC68_01.xob') at <4993.432129 175.351212 7076.879883> @"{941082288222A126}Prefabs/Items/Civilian/Civilian_Radio.et" in Spatial Map at < 10; 14>
15:48:06.436 NETWORK (W): Did not find id = 0x80073E38 item = @"ENTITY:4611686018427543421" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <4993.432129 175.351212 7076.879883> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 10; 14>
15:48:06.437 NETWORK (W): Did not find id = 0x80073E3D item = @"ENTITY:4611686018427543422" ('GenericEntity','Assets/Items/Equipment/Maps/Map_Paper_01/Map_Paper_01_folded.xob') at <4993.432129 175.351212 7076.879883> @"{F849217AB3BA88BE}Prefabs/Items/Equipment/Maps/PaperMap_01_folded_USSR.et" in Spatial Map at < 10; 14>
15:48:07.201 NETWORK : Total number of players: 90
15:48:07.201 RPL (E): RpcError: Calling a RPC from an unregistered item! itemType='script::Game::SCR_BudgetEditorComponent', rpc='OnEntityCoreBudgetUpdatedOwner'
15:48:18.974 NETWORK : Total number of players: 89
15:48:18.974 RPL (E): RpcError: Calling a RPC from an unregistered item! itemType='script::Game::SCR_BudgetEditorComponent', rpc='OnEntityCoreBudgetUpdatedOwner'
Reason: NULL pointer to instance. Variable 'm_OnGadgetStateChangedInvoker'
Class: 'EPF_CharacterControllerComponentSaveData'
Function: 'OnGadgetInitDone'
Stack trace:
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function OnGadgetInitDone
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function RegisterInitialGadgets
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function InitComponent
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function EOnInit
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function SpawnWorldEntity
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function Spawn
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function LoadCharacter
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function OnCharacterDataLoaded
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function Invoke#2307133
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function FindAllAsync
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function FindAllAsync
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function FindAsync
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function HandlePlayerLoad
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function OnUidAvailable
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function OnUpdate
15:48:32.486 NETWORK (W): Did not find id = 0x80075CE2 item = @"ENTITY:4611686018427545357" ('GenericEntity','Assets/Items/Equipment/Maps/Map_Paper_01/Map_Paper_01_folded.xob') at <4846.394043 172.543762 7118.215820> @"{F849217AB3BA88BE}Prefabs/Items/Equipment/Maps/PaperMap_01_folded_USSR.et" in Spatial Map at < 10; 14>
15:48:32.486 NETWORK (W): Did not find id = 0x80075CDD item = @"ENTITY:4611686018427545356" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <4846.394043 172.543762 7118.215820> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 10; 14>
15:48:32.486 NETWORK (W): Did not find id = 0x80075CD7 item = @"ENTITY:4611686018427545355" ('GenericEntity','Assets/Items/Equipment/Radios/Radio_ANPRC68/Radio_ANPRC68_01.xob') at <4846.394043 172.543762 7118.215820> @"{941082288222A126}Prefabs/Items/Civilian/Civilian_Radio.et" in Spatial Map at < 10; 14>
Reason: NULL pointer to instance. Variable 'm_OnGadgetStateChangedInvoker'
Class: 'EPF_CharacterControllerComponentSaveData'
Function: 'OnGadgetInitDone'
Stack trace:
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function OnGadgetInitDone
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function RegisterInitialGadgets
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function InitComponent
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function EOnInit
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function SpawnWorldEntity
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function Spawn
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function LoadCharacter
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function OnCharacterDataLoaded
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function Invoke#2307133
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function FindAllAsync
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function FindAllAsync
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function FindAsync
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function HandlePlayerLoad
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function OnUidAvailable
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function OnUpdate
15:48:54.720 NETWORK (W): Did not find id = 0x80075F48 item = @"ENTITY:4611686018427545545" ('GenericEntity','Assets/Items/Equipment/Maps/Map_Paper_01/Map_Paper_01_folded.xob') at <4936.653809 176.244720 7124.855469> @"{F849217AB3BA88BE}Prefabs/Items/Equipment/Maps/PaperMap_01_folded_USSR.et" in Spatial Map at < 10; 14>
15:48:54.720 NETWORK (W): Did not find id = 0x80075F43 item = @"ENTITY:4611686018427545544" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <4936.653809 176.244720 7124.855469> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 10; 14>
15:48:54.721 NETWORK (W): Did not find id = 0x80075F3D item = @"ENTITY:4611686018427545543" ('GenericEntity','Assets/Items/Equipment/Radios/Radio_ANPRC68/Radio_ANPRC68_01.xob') at <4936.653809 176.244720 7124.855469> @"{941082288222A126}Prefabs/Items/Civilian/Civilian_Radio.et" in Spatial Map at < 10; 14>
15:49:07.671 SCRIPT (W): SCR_PlaceableEntitiesRegistryFromCatalog cannot find SCR_EntityCatalogManagerComponent so can not initialize entries within Catalogs!
15:49:07.672 SCRIPT (E): No prefab found for editor mode 'PHOTO'!
15:49:07.673 SCRIPT (E): No prefab found for editor mode 'PHOTO'!
15:49:08.533 RESOURCES (E): Can't remap 'Uniforms/Pants/SlimPants/slimpants_g.xob' material from 'Tech2019' to 'Uniforms/Pants/Tech2019_Joggers/Data/Blc.emat'. Source material do not exist
Reason: NULL pointer to instance. Variable 'm_OnGadgetStateChangedInvoker'
Class: 'EPF_CharacterControllerComponentSaveData'
Function: 'OnGadgetInitDone'
Stack trace:
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function OnGadgetInitDone
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function RegisterInitialGadgets
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function InitComponent
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function EOnInit
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function SpawnWorldEntity
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function Spawn
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function LoadCharacter
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function OnCharacterDataLoaded
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function Invoke#2307133
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function FindAllAsync
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function FindAllAsync
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function FindAsync
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function HandlePlayerLoad
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function OnUidAvailable
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function OnUpdate
15:49:12.837 NETWORK (W): Did not find id = 0x80079DDB item = @"ENTITY:4611686018427549556" ('GenericEntity','Assets/Items/Equipment/Maps/Map_Paper_01/Map_Paper_01_folded.xob') at <4858.961914 171.865524 6965.549805> @"{F849217AB3BA88BE}Prefabs/Items/Equipment/Maps/PaperMap_01_folded_USSR.et" in Spatial Map at < 10; 14>
15:49:12.837 NETWORK (W): Did not find id = 0x80079DD6 item = @"ENTITY:4611686018427549555" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <4858.961914 171.865524 6965.549805> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 10; 14>
15:49:12.837 NETWORK (W): Did not find id = 0x80079DD0 item = @"ENTITY:4611686018427549554" ('GenericEntity','Assets/Items/Equipment/Radios/Radio_ANPRC68/Radio_ANPRC68_01.xob') at <4858.961914 171.865524 6965.549805> @"{941082288222A126}Prefabs/Items/Civilian/Civilian_Radio.et" in Spatial Map at < 10; 14>
15:49:27.320 NETWORK : Total number of players: 91
15:49:27.321 RPL (E): RpcError: Calling a RPC from an unregistered item! itemType='script::Game::SCR_BudgetEditorComponent', rpc='OnEntityCoreBudgetUpdatedOwner'
15:49:34.031 NETWORK : Total number of players: 90
15:49:34.031 RPL (E): RpcError: Calling a RPC from an unregistered item! itemType='script::Game::SCR_BudgetEditorComponent', rpc='OnEntityCoreBudgetUpdatedOwner'
15:50:11.677 NETWORK : Total number of players: 89
15:50:11.677 RPL (E): RpcError: Calling a RPC from an unregistered item! itemType='script::Game::SCR_BudgetEditorComponent', rpc='OnEntityCoreBudgetUpdatedOwner'
Reason: NULL pointer to instance. Variable 'm_OnGadgetStateChangedInvoker'
Class: 'EPF_CharacterControllerComponentSaveData'
Function: 'OnGadgetInitDone'
Stack trace:
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function OnGadgetInitDone
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function RegisterInitialGadgets
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function InitComponent
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function EOnInit
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function SpawnWorldEntity
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function Spawn
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function LoadCharacter
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function OnCharacterDataLoaded
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function Invoke#2307133
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function FindAllAsync
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function FindAllAsync
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function FindAsync
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function HandlePlayerLoad
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function OnUidAvailable
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function OnUpdate
15:50:26.201 NETWORK (W): Did not find id = 0x8007BE28 item = @"ENTITY:4611686018427551717" ('GenericEntity','Assets/Items/Equipment/Maps/Map_Paper_01/Map_Paper_01_folded.xob') at <4875.393066 175.341476 7135.498047> @"{F849217AB3BA88BE}Prefabs/Items/Equipment/Maps/PaperMap_01_folded_USSR.et" in Spatial Map at < 10; 14>
15:50:26.202 NETWORK (W): Did not find id = 0x8007BE23 item = @"ENTITY:4611686018427551716" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <4875.393066 175.341476 7135.498047> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 10; 14>
15:50:26.202 NETWORK (W): Did not find id = 0x8007BE1D item = @"ENTITY:4611686018427551715" ('GenericEntity','Assets/Items/Equipment/Radios/Radio_ANPRC68/Radio_ANPRC68_01.xob') at <4875.393066 175.341476 7135.498047> @"{941082288222A126}Prefabs/Items/Civilian/Civilian_Radio.et" in Spatial Map at < 10; 14>
15:50:52.694 NETWORK : Total number of players: 89
15:50:52.694 RPL (E): RpcError: Calling a RPC from an unregistered item! itemType='script::Game::SCR_BudgetEditorComponent', rpc='OnEntityCoreBudgetUpdatedOwner'
15:50:53.589 ENTITY (W): GetOut action not set for slot='passenger_l01' type='CargoCompartmentSlot' [@"ENTITY:4611686018427551945" ('Vehicle','Assets/Vehicles/Wheeled/M151A2/m151a2_base.xob') at <4812.522949 164.759003 7122.599121> @"{EBC2E5FE58207D73}Prefabs/Vehicles/Wheeled/M151A2/GolfCart/BL_GolfCart_Black.et"]
15:50:53.589 ENTITY (W): JumpOut action not set for slot='passenger_l01' type='CargoCompartmentSlot' [@"ENTITY:4611686018427551945" ('Vehicle','Assets/Vehicles/Wheeled/M151A2/m151a2_base.xob') at <4812.522949 164.759003 7122.599121> @"{EBC2E5FE58207D73}Prefabs/Vehicles/Wheeled/M151A2/GolfCart/BL_GolfCart_Black.et"]
15:50:53.589 ENTITY (W): GetOut action not set for slot='passenger_s01' type='CargoCompartmentSlot' [@"ENTITY:4611686018427551945" ('Vehicle','Assets/Vehicles/Wheeled/M151A2/m151a2_base.xob') at <4812.522949 164.759003 7122.599121> @"{EBC2E5FE58207D73}Prefabs/Vehicles/Wheeled/M151A2/GolfCart/BL_GolfCart_Black.et"]
15:50:53.589 ENTITY (W): JumpOut action not set for slot='passenger_s01' type='CargoCompartmentSlot' [@"ENTITY:4611686018427551945" ('Vehicle','Assets/Vehicles/Wheeled/M151A2/m151a2_base.xob') at <4812.522949 164.759003 7122.599121> @"{EBC2E5FE58207D73}Prefabs/Vehicles/Wheeled/M151A2/GolfCart/BL_GolfCart_Black.et"]
15:50:53.589 ENTITY (W): GetOut action not set for slot='passenger_s02' type='CargoCompartmentSlot' [@"ENTITY:4611686018427551945" ('Vehicle','Assets/Vehicles/Wheeled/M151A2/m151a2_base.xob') at <4812.522949 164.759003 7122.599121> @"{EBC2E5FE58207D73}Prefabs/Vehicles/Wheeled/M151A2/GolfCart/BL_GolfCart_Black.et"]
15:50:53.589 ENTITY (W): JumpOut action not set for slot='passenger_s02' type='CargoCompartmentSlot' [@"ENTITY:4611686018427551945" ('Vehicle','Assets/Vehicles/Wheeled/M151A2/m151a2_base.xob') at <4812.522949 164.759003 7122.599121> @"{EBC2E5FE58207D73}Prefabs/Vehicles/Wheeled/M151A2/GolfCart/BL_GolfCart_Black.et"]
15:50:53.591 SCRIPT : [Badlands]-[Purchase Vehicle]: Mr SCARCR0W has purchased vehicle: BL GolfCart Black
15:50:53.593 SCRIPT : [Badlands]-[Claim Vehicle]: Mr SCARCR0W has claimed ownership of a vehicle after purchase: BL GolfCart Black.
15:50:53.767 SCRIPT : [Badlands]-[Random Gather]: Art_arm777 has gathered 1 Iron Nugget.
Reason: NULL pointer to instance. Variable 'm_OnGadgetStateChangedInvoker'
Class: 'EPF_CharacterControllerComponentSaveData'
Function: 'OnGadgetInitDone'
Stack trace:
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function OnGadgetInitDone
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function RegisterInitialGadgets
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function InitComponent
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function EOnInit
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function SpawnWorldEntity
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function Spawn
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function LoadCharacter
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function OnCharacterDataLoaded
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function Invoke#2307133
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function FindAllAsync
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function FindAllAsync
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function FindAsync
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function HandlePlayerLoad
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function OnUidAvailable
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function OnUpdate
15:51:10.876 SCRIPT : int m_iValue = 850
15:51:10.877 NETWORK (W): Did not find id = 0x8007C1A3 item = @"ENTITY:4611686018427552091" ('GenericEntity','Assets/Items/Equipment/Maps/Map_Paper_01/Map_Paper_01_folded.xob') at <4878.206055 175.341476 7137.634766> @"{F849217AB3BA88BE}Prefabs/Items/Equipment/Maps/PaperMap_01_folded_USSR.et" in Spatial Map at < 10; 14>
15:51:10.877 NETWORK (W): Did not find id = 0x8007C19E item = @"ENTITY:4611686018427552090" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <4878.206055 175.341476 7137.634766> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 10; 14>
15:51:10.877 NETWORK (W): Did not find id = 0x8007C198 item = @"ENTITY:4611686018427552089" ('GenericEntity','Assets/Items/Equipment/Radios/Radio_ANPRC68/Radio_ANPRC68_01.xob') at <4878.206055 175.341476 7137.634766> @"{941082288222A126}Prefabs/Items/Civilian/Civilian_Radio.et" in Spatial Map at < 10; 14>
15:51:10.879 RESOURCES (E): Can't remap 'Assets/Characters/HeadGear/Hat_TruckerCap_01/Hat_TruckerCap_01_item.xob' material from 'Shirt_Retopo_01_Item' to 'Assets/Characters/Uniforms/Shirt_CottonShirt_01/Data/Shirt_CottonShirt_01_Item_V6_Dirty.emat'. Source material do not exist
15:51:10.898 WORLD : UpdateEntities
15:51:10.898 RPL : rpl::Pip::ProcessNetToGame
15:51:10.898 SCRIPT : [Badlands]-[Process Item]: THE_710_LYFE has processed 5 1 Dollar into 1 5 Dollar.
15:51:10.940 WORLD : UpdateEntities
15:51:10.940 WORLD : PostFrame
15:51:10.940 SCRIPT : Should Notify
15:51:11.284 WORLD : UpdateEntities
15:51:11.284 RPL : rpl::Pip::ProcessNetToGame
15:51:11.284 SCRIPT : [Badlands]-[Exit Locker] Dank Stank1424 has exited their locker room. UID=7a5d3ed7-4258-4a89-bf8c-451f31874311
15:51:11.284 SCRIPT : [Badlands] Dank Stank1424 is exiting their locker!
15:51:11.312 SCRIPT : int m_iValue = 97360
15:51:11.312 SCRIPT : int m_iValue = 114400
15:51:11.312 SCRIPT : int m_iValue = 194400
15:51:11.312 SCRIPT : int m_iValue = 93840
15:51:11.313 SCRIPT : int m_iValue = 97900
15:51:11.313 SCRIPT : int m_iValue = 108000
15:51:11.313 SCRIPT : int m_iValue = 114400
15:51:11.313 SCRIPT : int m_iValue = 114400
15:51:11.313 SCRIPT : int m_iValue = 93840
15:51:11.313 SCRIPT : int m_iValue = 114400
15:51:11.313 SCRIPT : int m_iValue = 108000
15:51:11.313 SCRIPT : int m_iValue = 93840
15:51:11.313 SCRIPT : int m_iValue = 114400
15:51:11.313 SCRIPT : int m_iValue = 108000
15:51:11.313 SCRIPT : int m_iValue = 93840
15:51:11.313 SCRIPT : int m_iValue = 97900
15:51:11.313 SCRIPT : int m_iValue = 108000
15:51:11.313 SCRIPT : int m_iValue = 114400
15:51:11.313 SCRIPT : int m_iValue = 97900
15:51:11.314 SCRIPT : int m_iValue = 114400
15:51:11.314 SCRIPT : int m_iValue = 12
15:51:11.508 WORLD : UpdateEntities
15:51:11.508 RPL : rpl::Pip::ProcessNetToGame
15:51:11.508 SCRIPT : [Badlands]-[Process Item]: THE_710_LYFE has processed 5 1 Dollar into 1 5 Dollar.
15:52:02.187 ENTITY (W): JumpOut action not set for slot='Passenger2' type='CargoCompartmentSlot' [@"ENTITY:4611686018427552558" ('Vehicle','Assets/Vehicles/Water/AModestBoat/AModestBoat.xob') at <3271.100586 1.105000 1455.360474> @"{1E75E10A7B6151F8}Prefabs/Vehicles/Boats/Rowboat_Black.et"]
15:52:02.187 ENTITY (W): JumpOut action not set for slot='Passenger3' type='CargoCompartmentSlot' [@"ENTITY:4611686018427552558" ('Vehicle','Assets/Vehicles/Water/AModestBoat/AModestBoat.xob') at <3271.100586 1.105000 1455.360474> @"{1E75E10A7B6151F8}Prefabs/Vehicles/Boats/Rowboat_Black.et"]
15:52:02.187 ENTITY (W): JumpOut action not set for slot='Passenger4' type='CargoCompartmentSlot' [@"ENTITY:4611686018427552558" ('Vehicle','Assets/Vehicles/Water/AModestBoat/AModestBoat.xob') at <3271.100586 1.105000 1455.360474> @"{1E75E10A7B6151F8}Prefabs/Vehicles/Boats/Rowboat_Black.et"]
15:52:02.236 WORLD : UpdateEntities
15:52:02.236 RPL : rpl::Pip::ProcessNetToGame
15:52:02.236 SCRIPT : [Badlands]-[Process Item]: Burnt_BananaMan has processed 2 5 Dollar into 1 10 Dollar.
15:52:05.518 RESOURCES (E): Can't remap 'Uniforms/Pants/SlimPants/slimpants_g.xob' material from 'Tech2019' to 'Uniforms/Pants/Tech2019_Joggers/Data/Blc.emat'. Source material do not exist
15:52:49.032 SCRIPT : [Badlands]-[Process Item]: JuulSoup has recieved 2 1 Dollar from last process.
15:52:49.583 WORLD : UpdateEntities
15:52:49.583 RPL : rpl::Pip::ProcessNetToGame
15:52:49.583 SCRIPT : [Badlands]-[Enter Locker] Kez3667 has entered their locker room. UID=5e6b43c5-35a4-4665-b9ab-c30c46369042
15:52:49.584 SCRIPT : [Badlands] Loading Locker for Kez3667
15:52:49.616 WORLD : UpdateEntities
15:52:49.616 RPL : rpl::Pip::ProcessNetToGame
15:52:49.616 INVENTORY (W): VALIDATION FAILED: Item @"ENTITY:4611686018427557571" ('GameEntity','Assets/Props/Services/FireExtinguisherBox_01/FireExtinguisherBox_01_Shovel.xob') at <0.000000 0.000000 0.000000> @"{D550F78A82153B72}Prefabs/Weapons/Melee/Shovel/ShovelMesh.et" does not have InventoryItemComponent attached
15:52:49.616 ANIMATION (W): Provided invalid variable WeaponInspectionState to ItemAnimationComponent
15:52:49.616 ANIMATION (W): Provided invalid variable State to ItemAnimationComponent
15:52:49.619 SCRIPT : int m_iValue = 10000
15:52:49.641 SCRIPT : int m_iValue = 4000
15:52:49.651 INVENTORY (W): VALIDATION FAILED: Item @"ENTITY:4611686018427557956" ('GameEntity','Assets/Props/Services/FireExtinguisherBox_01/FireExtinguisherBox_01_Shovel.xob') at <0.000000 0.000000 0.000000> @"{D550F78A82153B72}Prefabs/Weapons/Melee/Shovel/ShovelMesh.et" does not have InventoryItemComponent attached
15:52:49.699 INVENTORY (W): VALIDATION FAILED: Item @"ENTITY:4611686018427558571" ('GameEntity','Assets/Props/Services/FireExtinguisherBox_01/FireExtinguisherBox_01_Shovel.xob') at <0.000000 0.000000 0.000000> @"{D550F78A82153B72}Prefabs/Weapons/Melee/Shovel/ShovelMesh.et" does not have InventoryItemComponent attached
15:52:49.743 SCRIPT : [Badlands] Spawning Locker for Kez3667
15:52:49.743 SCRIPT : [Badlands] Successfully Spawned Persistence Storages for Kez3667
Reason: NULL pointer to instance. Variable 'm_OnGadgetStateChangedInvoker'
Class: 'EPF_CharacterControllerComponentSaveData'
Function: 'OnGadgetInitDone'
Stack trace:
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function OnGadgetInitDone
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function RegisterInitialGadgets
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function InitComponent
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function EOnInit
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function SpawnWorldEntity
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function Spawn
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function LoadCharacter
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function OnCharacterDataLoaded
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function Invoke#2307133
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function FindAllAsync
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function FindAllAsync
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function FindAsync
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function HandlePlayerLoad
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function OnUidAvailable
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function OnUpdate
15:53:12.924 NETWORK (W): Did not find id = 0x80082B92 item = @"ENTITY:4611686018427559292" ('GenericEntity','Assets/Items/Equipment/Maps/Map_Paper_01/Map_Paper_01_folded.xob') at <5012.433105 175.366394 7079.457031> @"{F849217AB3BA88BE}Prefabs/Items/Equipment/Maps/PaperMap_01_folded_USSR.et" in Spatial Map at < 10; 14>
15:53:12.924 NETWORK (W): Did not find id = 0x80082B8D item = @"ENTITY:4611686018427559291" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <5012.433105 175.366394 7079.457031> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 10; 14>
15:53:12.924 NETWORK (W): Did not find id = 0x80082B87 item = @"ENTITY:4611686018427559290" ('GenericEntity','Assets/Items/Equipment/Radios/Radio_ANPRC68/Radio_ANPRC68_01.xob') at <5012.433105 175.366394 7079.457031> @"{941082288222A126}Prefabs/Items/Civilian/Civilian_Radio.et" in Spatial Map at < 10; 14>
Reason: NULL pointer to instance. Variable 'm_OnGadgetStateChangedInvoker'
Class: 'EPF_CharacterControllerComponentSaveData'
Function: 'OnGadgetInitDone'
Stack trace:
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function OnGadgetInitDone
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function RegisterInitialGadgets
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function InitComponent
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function EOnInit
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function SpawnWorldEntity
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function Spawn
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function LoadCharacter
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function OnCharacterDataLoaded
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function Invoke#2307133
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function FindAllAsync
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function FindAllAsync
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function FindAsync
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function HandlePlayerLoad
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function OnUidAvailable
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function OnUpdate
15:53:14.259 NETWORK (W): Did not find id = 0x80082C28 item = @"ENTITY:4611686018427559318" ('GenericEntity','Assets/Items/Equipment/Maps/Map_Paper_01/Map_Paper_01_folded.xob') at <5042.715820 176.830414 7012.344238> @"{F849217AB3BA88BE}Prefabs/Items/Equipment/Maps/PaperMap_01_folded_USSR.et" in Spatial Map at < 10; 14>
15:53:14.259 NETWORK (W): Did not find id = 0x80082C23 item = @"ENTITY:4611686018427559317" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <5042.715820 176.830414 7012.344238> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 10; 14>
15:53:14.259 NETWORK (W): Did not find id = 0x80082C1D item = @"ENTITY:4611686018427559316" ('GenericEntity','Assets/Items/Equipment/Radios/Radio_ANPRC68/Radio_ANPRC68_01.xob') at <5042.715820 176.830414 7012.344238> @"{941082288222A126}Prefabs/Items/Civilian/Civilian_Radio.et" in Spatial Map at < 10; 14>
15:53:29.028 NETWORK : Total number of players: 91
15:53:29.028 RPL (E): RpcError: Calling a RPC from an unregistered item! itemType='script::Game::SCR_BudgetEditorComponent', rpc='OnEntityCoreBudgetUpdatedOwner'
15:54:31.446 NETWORK : Total number of players: 91
15:54:31.446 RPL (E): RpcError: Calling a RPC from an unregistered item! itemType='script::Game::SCR_BudgetEditorComponent', rpc='OnEntityCoreBudgetUpdatedOwner'
15:54:34.286 RESOURCES (E): Can't remap 'Uniforms/Pants/SlimPants/slimpants_g.xob' material from 'Tech2019' to 'Uniforms/Pants/Tech2019_Joggers/Data/Blc.emat'. Source material do not exist
Reason: NULL pointer to instance. Variable 'm_OnGadgetStateChangedInvoker'
Class: 'EPF_CharacterControllerComponentSaveData'
Function: 'OnGadgetInitDone'
Stack trace:
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function OnGadgetInitDone
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function RegisterInitialGadgets
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function InitComponent
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function EOnInit
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function SpawnWorldEntity
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function Spawn
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function LoadCharacter
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function OnCharacterDataLoaded
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function Invoke#2307133
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function FindAllAsync
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function FindAllAsync
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function FindAsync
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function HandlePlayerLoad
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function OnUidAvailable
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function OnUpdate
15:55:13.836 SCRIPT : int m_iValue = 264
15:55:13.836 NETWORK (W): Did not find id = 0x80086C87 item = @"ENTITY:4611686018427564211" ('GenericEntity','Assets/Items/Equipment/Maps/Map_Paper_01/Map_Paper_01_folded.xob') at <4820.456055 170.327835 7093.167969> @"{F849217AB3BA88BE}Prefabs/Items/Equipment/Maps/PaperMap_01_folded_USSR.et" in Spatial Map at < 10; 14>
15:55:13.836 NETWORK (W): Did not find id = 0x80086C82 item = @"ENTITY:4611686018427564210" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <4820.456055 170.327835 7093.167969> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 10; 14>
15:55:13.836 NETWORK (W): Did not find id = 0x80086C7C item = @"ENTITY:4611686018427564209" ('GenericEntity','Assets/Items/Equipment/Radios/Radio_ANPRC68/Radio_ANPRC68_01.xob') at <4820.456055 170.327835 7093.167969> @"{941082288222A126}Prefabs/Items/Civilian/Civilian_Radio.et" in Spatial Map at < 10; 14>
15:56:18.204 RESOURCES (E): Can't remap 'Assets/Characters/HeadGear/Hat_TruckerCap_01/Hat_TruckerCap_01_item.xob' material from 'Shirt_Retopo_01_Item' to 'Assets/Characters/Uniforms/Shirt_CottonShirt_01/Data/Shirt_CottonShirt_01_Item_V6_Dirty.emat'. Source material do not exist
15:56:18.204 SCRIPT : [Badlands]-[Random Gather]: k-dog_006 has gathered 1 Dirty Hat Laundry.
15:56:27.341 RESOURCES (E): Can't remap 'Uniforms/Pants/SlimPants/slimpants_g.xob' material from 'Tech2019' to 'Uniforms/Pants/Tech2019_Joggers/Data/Blc.emat'. Source material do not exist
Reason: NULL pointer to instance. Variable 'm_OnGadgetStateChangedInvoker'
Class: 'EPF_CharacterControllerComponentSaveData'
Function: 'OnGadgetInitDone'
Stack trace:
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function OnGadgetInitDone
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function RegisterInitialGadgets
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function InitComponent
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function EOnInit
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function SpawnWorldEntity
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function Spawn
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function LoadCharacter
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function OnCharacterDataLoaded
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function Invoke#2307133
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function FindAllAsync
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function FindAllAsync
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function FindAsync
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function HandlePlayerLoad
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function OnUidAvailable
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function OnUpdate
15:57:07.035 NETWORK (W): Did not find id = 0x8008D505 item = @"ENTITY:4611686018427570962" ('GenericEntity','Assets/Items/Equipment/Maps/Map_Paper_01/Map_Paper_01_folded.xob') at <4986.260254 174.512497 6976.499512> @"{F849217AB3BA88BE}Prefabs/Items/Equipment/Maps/PaperMap_01_folded_USSR.et" in Spatial Map at < 10; 14>
15:57:07.035 NETWORK (W): Did not find id = 0x8008D500 item = @"ENTITY:4611686018427570961" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <4986.260254 174.512497 6976.499512> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 10; 14>
15:57:07.035 NETWORK (W): Did not find id = 0x8008D4FA item = @"ENTITY:4611686018427570960" ('GenericEntity','Assets/Items/Equipment/Radios/Radio_ANPRC68/Radio_ANPRC68_01.xob') at <4986.260254 174.512497 6976.499512> @"{941082288222A126}Prefabs/Items/Civilian/Civilian_Radio.et" in Spatial Map at < 10; 14>
15:57:11.133 RESOURCES (E): Can't remap 'Uniforms/Pants/SlimPants/slimpants_g.xob' material from 'Tech2019' to 'Uniforms/Pants/Tech2019_Joggers/Data/Blc.emat'. Source material do not exist
15:57:11.190 SCRIPT : [Badlands] Spawning Locker for SPECTER hp
15:57:11.190 SCRIPT : [Badlands] Successfully Spawned Persistence Storages for SPECTER hp
15:57:35.221 NETWORK : Total number of players: 92
15:57:35.221 RPL (E): RpcError: Calling a RPC from an unregistered item! itemType='script::Game::SCR_BudgetEditorComponent', rpc='OnEntityCoreBudgetUpdatedOwner'
15:57:55.862 RESOURCES (E): Can't remap 'Assets/Characters/HeadGear/Hat_TruckerCap_01/Hat_TruckerCap_01_item.xob' material from 'Shirt_Retopo_01_Item' to 'Assets/Characters/Uniforms/Shirt_CottonShirt_01/Data/Shirt_CottonShirt_01_Item_V6_Dirty.emat'. Source material do not exist
15:57:58.404 SCRIPT (E): [Badlands] profile not found for playerId 99 profileName DESKTOP-5VNLU39 machineName DESKTOP-5VNLU39 adapterName NVIDIA GeForce RTX 3060 Ti
Reason: NULL pointer to instance. Variable 'm_OnGadgetStateChangedInvoker'
Class: 'EPF_CharacterControllerComponentSaveData'
Function: 'OnGadgetInitDone'
Stack trace:
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function OnGadgetInitDone
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function RegisterInitialGadgets
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function InitComponent
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function EOnInit
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function SpawnWorldEntity
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function Spawn
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function LoadCharacter
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function OnCharacterDataLoaded
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function Invoke#2307133
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function FindAllAsync
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function FindAllAsync
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function FindAsync
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function HandlePlayerLoad
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function OnUidAvailable
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:195 Function OnUpdate
15:58:17.245 NETWORK (W): Did not find id = 0x8008FB50 item = @"ENTITY:4611686018427573612" ('GenericEntity','Assets/Items/Equipment/Maps/Map_Paper_01/Map_Paper_01_folded.xob') at <4832.535645 511.568024 6958.312988> @"{F849217AB3BA88BE}Prefabs/Items/Equipment/Maps/PaperMap_01_folded_USSR.et" in Spatial Map at < 10; 14>
15:58:17.246 NETWORK (W): Did not find id = 0x8008FB4B item = @"ENTITY:4611686018427573611" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <4832.535645 511.568024 6958.312988> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 10; 14>
15:58:17.246 NETWORK (W): Did not find id = 0x8008FB45 item = @"ENTITY:4611686018427573610" ('GenericEntity','Assets/Items/Equipment/Radios/Radio_ANPRC68/Radio_ANPRC68_01.xob') at <4832.535645 511.568024 6958.312988> @"{941082288222A126}Prefabs/Items/Civilian/Civilian_Radio.et" in Spatial Map at < 10; 14>
15:58:29.318 NETWORK : Total number of players: 93
15:58:29.318 RPL (E): RpcError: Calling a RPC from an unregistered item! itemType='script::Game::SCR_BudgetEditorComponent', rpc='OnEntityCoreBudgetUpdatedOwner'
15:59:32.744 NETWORK (W): Did not find id = 0x80090B26 item = @"ENTITY:4611686018427574723" ('GenericEntity','Assets/Items/Equipment/Maps/Map_Paper_01/Map_Paper_01_folded.xob') at <4978.103027 175.269699 7105.541504> @"{F849217AB3BA88BE}Prefabs/Items/Equipment/Maps/PaperMap_01_folded_USSR.et" in Spatial Map at < 10; 14>
15:59:32.744 NETWORK (W): Did not find id = 0x80090B21 item = @"ENTITY:4611686018427574722" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <4978.103027 175.269699 7105.541504> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 10; 14>
15:59:32.744 NETWORK (W): Did not find id = 0x80090B1B item = @"ENTITY:4611686018427574721" ('GenericEntity','Assets/Items/Equipment/Radios/Radio_ANPRC68/Radio_ANPRC68_01.xob') at <4978.103027 175.269699 7105.541504> @"{941082288222A126}Prefabs/Items/Civilian/Civilian_Radio.et" in Spatial Map at < 10; 14>
15:59:35.662 NETWORK : Total number of players: 94
15:59:35.662 RPL (E): RpcError: Calling a RPC from an unregistered item! itemType='script::Game::SCR_BudgetEditorComponent', rpc='OnEntityCoreBudgetUpdatedOwner'
15:59:40.682 RESOURCES (E): Can't remap 'Assets/Characters/HeadGear/Hat_TruckerCap_01/Hat_TruckerCap_01_item.xob' material from 'Shirt_Retopo_01_Item' to 'Assets/Characters/Uniforms/Shirt_CottonShirt_01/Data/Shirt_CottonShirt_01_Item_V6_Dirty.emat'. Source material do not exist
15:59:40.683 SCRIPT : [Badlands]-[Random Gather]: RealStrifes has gathered 1 Dirty Hat Laundry.
16:00:16.243 NETWORK (W): Did not find id = 0x80092BF4 item = @"ENTITY:4611686018427576849" ('GenericEntity','Assets/Items/Equipment/Maps/Map_Paper_01/Map_Paper_01_folded.xob') at <5020.517578 175.789993 7089.078125> @"{F849217AB3BA88BE}Prefabs/Items/Equipment/Maps/PaperMap_01_folded_USSR.et" in Spatial Map at < 10; 14>
16:00:16.243 NETWORK (W): Did not find id = 0x80092BEF item = @"ENTITY:4611686018427576848" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <5020.517578 175.789993 7089.078125> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 10; 14>
16:00:16.243 NETWORK (W): Did not find id = 0x80092BE9 item = @"ENTITY:4611686018427576847" ('GenericEntity','Assets/Items/Equipment/Radios/Radio_ANPRC68/Radio_ANPRC68_01.xob') at <5020.517578 175.789993 7089.078125> @"{941082288222A126}Prefabs/Items/Civilian/Civilian_Radio.et" in Spatial Map at < 10; 14>
16:00:24.242 NETWORK (W): Did not find id = 0x80092CE8 item = @"ENTITY:4611686018427576912" ('GenericEntity','Assets/Items/Equipment/Maps/Map_Paper_01/Map_Paper_01_folded.xob') at <4780.842773 164.639374 7185.373047> @"{F849217AB3BA88BE}Prefabs/Items/Equipment/Maps/PaperMap_01_folded_USSR.et" in Spatial Map at < 10; 14>
16:00:24.242 NETWORK (W): Did not find id = 0x80092CE3 item = @"ENTITY:4611686018427576911" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <4780.842773 164.639374 7185.373047> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 10; 14>
16:00:24.242 NETWORK (W): Did not find id = 0x80092CDD item = @"ENTITY:4611686018427576910" ('GenericEntity','Assets/Items/Equipment/Radios/Radio_ANPRC68/Radio_ANPRC68_01.xob') at <4780.842773 164.639374 7185.373047> @"{941082288222A126}Prefabs/Items/Civilian/Civilian_Radio.et" in Spatial Map at < 10; 14>
16:00:31.414 SCRIPT : [Badlands]-[Enter Locker] Spankyyy98 has entered their locker room. UID=8ee011f8-eaa6-4bfb-9de2-6d9951bb28a2
16:00:31.414 SCRIPT : [Badlands] Loading Locker for Spankyyy98
16:00:31.444 WORLD : UpdateEntities
16:00:31.444 RPL : rpl::Pip::ProcessNetToGame
16:00:31.444 INVENTORY (W): VALIDATION FAILED: Item @"ENTITY:4611686018427577020" ('GameEntity','Assets/Props/Services/FireExtinguisherBox_01/FireExtinguisherBox_01_Shovel.xob') at <0.000000 0.000000 0.000000> @"{D550F78A82153B72}Prefabs/Weapons/Melee/Shovel/ShovelMesh.et" does not have InventoryItemComponent attached
16:00:46.779 NETWORK : Total number of players: 95
16:00:46.779 RPL (E): RpcError: Calling a RPC from an unregistered item! itemType='script::Game::SCR_BudgetEditorComponent', rpc='OnEntityCoreBudgetUpdatedOwner'
16:00:46.788 WORLD : UpdateEntities
16:00:46.788 WORLD : AfterSimulate
16:00:46.788 SCRIPT : Player was killed removing locker room
16:00:46.788 SCRIPT : [Badlands] Location of player: <-0.946136, -0.289801, 0.144369> Location of Killer: <-0.946136, -0.289801, 0.144369> Distance: 0
16:01:38.973 NETWORK (W): Did not find id = 0x80095957 item = @"ENTITY:4611686018427580142" ('GenericEntity','Assets/Items/Equipment/Maps/Map_Paper_01/Map_Paper_01_folded.xob') at <5543.575195 23.554129 9931.637695> @"{F849217AB3BA88BE}Prefabs/Items/Equipment/Maps/PaperMap_01_folded_USSR.et" in Spatial Map at < 11; 20>
16:01:38.973 NETWORK (W): Did not find id = 0x80095952 item = @"ENTITY:4611686018427580141" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <5543.575195 23.554129 9931.637695> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 11; 20>
16:01:38.973 NETWORK (W): Did not find id = 0x8009594C item = @"ENTITY:4611686018427580140" ('GenericEntity','Assets/Items/Equipment/Radios/Radio_ANPRC68/Radio_ANPRC68_01.xob') at <5543.575195 23.554129 9931.637695> @"{941082288222A126}Prefabs/Items/Civilian/Civilian_Radio.et" in Spatial Map at < 11; 20>
16:02:03.764 NETWORK (W): Did not find id = 0x8009756B item = @"ENTITY:4611686018427581991" ('GenericEntity','Assets/Items/Equipment/Maps/Map_Paper_01/Map_Paper_01_folded.xob') at <4853.055176 172.546173 7099.823730> @"{F849217AB3BA88BE}Prefabs/Items/Equipment/Maps/PaperMap_01_folded_USSR.et" in Spatial Map at < 10; 14>
16:02:03.764 NETWORK (W): Did not find id = 0x80097566 item = @"ENTITY:4611686018427581990" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <4853.055176 172.546173 7099.823730> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 10; 14>
16:02:03.765 NETWORK (W): Did not find id = 0x80097560 item = @"ENTITY:4611686018427581989" ('GenericEntity','Assets/Items/Equipment/Radios/Radio_ANPRC68/Radio_ANPRC68_01.xob') at <4853.055176 172.546173 7099.823730> @"{941082288222A126}Prefabs/Items/Civilian/Civilian_Radio.et" in Spatial Map at < 10; 14>
Reason: NULL pointer to instance. Variable 'm_CharacterAnimComp'
Class: 'SCR_CharacterCommandHandlerComponent'
Function: 'GetLoiterCommand'
Stack trace:
scripts/Game/Character/SCR_CharacterCommandHandler.c:68 Function GetLoiterCommand
scripts/Game/Character/SCR_CharacterCommandHandler.c:125 Function IsLoitering
scripts/Game/Character/SCR_CharacterControllerComponent.c:449 Function GetCanEquipGadget
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:263 Function SetGadgetMode
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:524 Function HandleInput
scripts/Game/Entities/Character/EPF_CharacterControllerComponentSaveData.c:196 Function OnGadgetInitDone
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:931 Function RegisterInitialGadgets
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:1087 Function InitComponent
scripts/Game/Components/Gadgets/SCR_GadgetManagerComponent.c:1252 Function EOnInit
scripts/Game/EPF_PersistenceManager.c:198 Function SpawnWorldEntity
scripts/Game/EPF_EntitySaveData.c:37 Function Spawn
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:202 Function LoadCharacter
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:177 Function OnCharacterDataLoaded
scripts/Game/EDF_DbOperationResultTypes.c:180 Function Invoke#2307133
scripts/Game/Drivers/LocalFile/EDF_FileDbDriverBase.c:176 Function FindAllAsync
scripts/Game/EDF_DbContext.c:97 Function FindAllAsync
scripts/Game/EDF_DbRepository.c:108 Function FindAsync
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:166 Function HandlePlayerLoad
scripts/Game/RespawnSystem/EPF_BaseRespawnSystemComponent.c:118 Function OnUidAvailable
scripts/Game/game.c:922 Function OnUpdate
16:02:41.714 NETWORK (W): Did not find id = 0x80098F0C item = @"ENTITY:4611686018427583760" ('GenericEntity','Assets/Items/Equipment/Maps/Map_Paper_01/Map_Paper_01_folded.xob') at <4435.504395 126.396263 7153.312012> @"{F849217AB3BA88BE}Prefabs/Items/Equipment/Maps/PaperMap_01_folded_USSR.et" in Spatial Map at < 9; 14>
16:02:41.715 NETWORK (W): Did not find id = 0x80098F07 item = @"ENTITY:4611686018427583759" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <4435.504395 126.396263 7153.312012> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 9; 14>
16:02:41.715 NETWORK (W): Did not find id = 0x80098F01 item = @"ENTITY:4611686018427583758" ('GenericEntity','Assets/Items/Equipment/Radios/Radio_ANPRC68/Radio_ANPRC68_01.xob') at <4435.504395 126.396263 7153.312012> @"{941082288222A126}Prefabs/Items/Civilian/Civilian_Radio.et" in Spatial Map at < 9; 14>
16:03:20.376 NETWORK (W): Did not find id = 0x800990C3 item = @"ENTITY:4611686018427583965" ('GenericEntity','Assets/Items/Equipment/Maps/Map_Paper_01/Map_Paper_01_folded.xob') at <5004.169434 175.340958 7082.128418> @"{F849217AB3BA88BE}Prefabs/Items/Equipment/Maps/PaperMap_01_folded_USSR.et" in Spatial Map at < 10; 14>
16:03:20.376 NETWORK (W): Did not find id = 0x800990BE item = @"ENTITY:4611686018427583964" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <5004.169434 175.340958 7082.128418> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 10; 14>
16:03:20.376 NETWORK (W): Did not find id = 0x800990B8 item = @"ENTITY:4611686018427583963" ('GenericEntity','Assets/Items/Equipment/Radios/Radio_ANPRC68/Radio_ANPRC68_01.xob') at <5004.169434 175.340958 7082.128418> @"{941082288222A126}Prefabs/Items/Civilian/Civilian_Radio.et" in Spatial Map at < 10; 14>
16:03:43.924 NETWORK (W): Did not find id = 0x800992BD item = @"ENTITY:4611686018427584089" ('GenericEntity','Assets/Items/Equipment/Maps/Map_Paper_01/Map_Paper_01_folded.xob') at <5003.802246 175.340942 7084.177246> @"{F849217AB3BA88BE}Prefabs/Items/Equipment/Maps/PaperMap_01_folded_USSR.et" in Spatial Map at < 10; 14>
16:03:43.924 NETWORK (W): Did not find id = 0x800992B8 item = @"ENTITY:4611686018427584088" ('GenericEntity','Assets/Weapons/Grenades/RDG2/Smoke_RDG2.xob') at <5003.802246 175.340942 7084.177246> @"{58C7F73F5BDA6757}Prefabs/Weapons/Melee/Boxing/Boxing_Grenade.et" in Spatial Map at < 10; 14>
16:03:43.924 NETWORK (W): Did not find id = 0x800992B2 item = @"ENTITY:4611686018427584087" ('GenericEntity','Assets/Items/Equipment/Radios/Radio_ANPRC68/Radio_ANPRC68_01.xob') at <5003.802246 175.340942 7084.177246> @"{941082288222A126}Prefabs/Items/Civilian/Civilian_Radio.et" in Spatial Map at < 10; 14>