Unable to package my game

Hey Web,

After reviewing your new , here is what I see:

MainFrameActions: Packaging (Windows (64-bit)): UE4Editor-Cmd: [2015.08.24-10.14.05:851][  0]LogInit:Display: Warning/Error Summary
MainFrameActions: Packaging (Windows (64-bit)): UE4Editor-Cmd: [2015.08.24-10.14.05:851][  0]LogInit:Display: ---------------------
MainFrameActions: Packaging (Windows (64-bit)): UE4Editor-Cmd: [2015.08.24-10.14.05:920][  0]LogInit:Display: LogTextLocalizationManager:Warning: Loaded localization resources contain conflicting entries for (Namespace:ContentBrowser, Key:ImportAssetToolTip):
MainFrameActions: Packaging (Windows (64-bit)): UE4Editor-Cmd: Localization Resource: (G:/Epic Games/4.8/Engine/Content/Localization/Editor/en/Editor.locres) Source String Hash: (-630476809) Localized String: (Import to {0}...)
MainFrameActions: Packaging (Windows (64-bit)): UE4Editor-Cmd: Localization Resource: (G:/Epic Games/4.8/Engine/Content/Localization/Editor/en/Editor.locres) Source String Hash: (1271782899) Localized String: (Imports an asset from file to this folder.)
MainFrameActions: Packaging (Windows (64-bit)): UE4Editor-Cmd: [2015.08.24-10.14.05:922][  0]LogInit:Display: CookResults:Warning: Warning Unable to find package for map .
MainFrameActions: Packaging (Windows (64-bit)): UE4Editor-Cmd: [2015.08.24-10.14.05:922][  0]LogInit:Display: LogCook:Warning: Unable to find package for map .
MainFrameActions: Packaging (Windows (64-bit)): UE4Editor-Cmd: [2015.08.24-10.14.05:923][  0]LogInit:Display: LogLinker:Warning: Can't find file '/Script/IntroTutorials'
MainFrameActions: Packaging (Windows (64-bit)): UE4Editor-Cmd: [2015.08.24-10.14.05:923][  0]LogInit:Display: LogUObjectGlobals:Warning: Failed to load '/Script/IntroTutorials': Can't find file '/Script/IntroTutorials'
MainFrameActions: Packaging (Windows (64-bit)): UE4Editor-Cmd: [2015.08.24-10.14.05:924][  0]LogInit:Display: LogLinker:Warning: Can't find file for asset '/Script/IntroTutorials' while loading ../../../../../UE4/GameContents/GunsOfWarfare/Content/FirstPersonBP/FirstPersonOverview.uasset.
MainFrameActions: Packaging (Windows (64-bit)): UE4Editor-Cmd: [2015.08.24-10.14.05:925][  0]LogInit:Display: LogUObjectGlobals:Warning: Failed to load '../../../../../UE4/GameContents/GunsOfWarfare/Content/FirstPersonBP/FirstPersonOverview.uasset': Can't find file for asset '/Script/IntroTutorials' while loading ../../../../../UE4/GameContents/GunsOfWarfare/Content/FirstPersonBP/FirstPersonOverview.uasset.
MainFrameActions: Packaging (Windows (64-bit)): UE4Editor-Cmd: [2015.08.24-10.14.05:927][  0]LogInit:Display: LogLinker:Warning: Can't find file for asset '/Script/IntroTutorials' while loading NULL.
MainFrameActions: Packaging (Windows (64-bit)): UE4Editor-Cmd: [2015.08.24-10.14.05:927][  0]LogInit:Display: LogUObjectGlobals:Warning: Failed to load '/Script/IntroTutorials': Can't find file for asset '/Script/IntroTutorials' while loading NULL.
MainFrameActions: Packaging (Windows (64-bit)): UE4Editor-Cmd: [2015.08.24-10.14.05:928][  0]LogInit:Display: LogLinker:Warning: CreateExport: Failed to load Parent for BlueprintGeneratedClass /Game/FirstPersonBP/FirstPersonOverview.FirstPersonOverview_C
MainFrameActions: Packaging (Windows (64-bit)): UE4Editor-Cmd: [2015.08.24-10.14.05:929][  0]LogInit:Display: LogLinker:Warning: Can't find file '/Game/Architecture/SM_Floor_400x400'
MainFrameActions: Packaging (Windows (64-bit)): UE4Editor-Cmd: [2015.08.24-10.14.05:929][  0]LogInit:Display: LogUObjectGlobals:Warning: Failed to load '/Game/Architecture/SM_Floor_400x400': Can't find file '/Game/Architecture/SM_Floor_400x400'
MainFrameActions: Packaging (Windows (64-bit)): UE4Editor-Cmd: [2015.08.24-10.14.05:930][  0]LogInit:Display: LogUObjectGlobals:Warning: Failed to find object 'Object /Game/Architecture/SM_Floor_400x400.SM_Floor_400x400'

So it looks like the editor isn’t able to find:

  • A package for a map
  • We can’t find /Script/IntroTutorials
  • It looks like /Script/IntroTutorials is being called in …/…/…/…/…/UE4/GameContents/GunsOfWarfare/Content/FirstPersonBP/FirstPersonOverview.uasset
  • Failed to load a Parent for BlueprintGeneratedClass
  • Can’t find /Game/Architecture/SM_Floor_400x400
  • Can’t find object 'Object /Game/Architecture/SM_Floor_400x400.SM_Floor_400x400

I hope this helps, thanks!