Build Failing: RunUAT.bat ERROR

Hello All

Before I begin, I’ll need to say that the project I’m working on is based off the Third Person Template.

So I’m trying to package a test version of the project I’m working on (to test the networking aspects) but I’m getting some strange outputs

Whenever I try to build it’s failing saying

RunUAT.bat ERROR: AutomationTool was unable to run successfully.

So what I did, started a blank project and started importing some folders one by one to see where the culprit is.

Turns out that the faulty blueprint is the ThirdPersonCharacter blueprint.

I look through the logs, and it’s saying stuff like:

[2016.04.10-18.39.15:378][686]PackagingResults:Warning: Warning Warning Unable to find package for cooking /Game/StarterContent/Textures/T_Rock_Basalt_N (1)
[2016.04.10-18.39.15:378][686]PackagingResults:Warning: Warning Warning Unable to find package for cooking /Game/StarterContent/Textures/T_CobbleStone_Pebble_D (1)
[2016.04.10-18.39.15:378][686]PackagingResults:Warning: Warning Warning Unable to find package for cooking /Game/StarterContent/Textures/T_Checker_Noise_M (1)
[2016.04.10-18.39.15:378][686]PackagingResults:Warning: Warning Warning Unable to find package for cooking /Game/StarterContent/Textures/T_Chair_N (1)
[2016.04.10-18.39.15:378][686]PackagingResults:Warning: Warning Warning Unable to find package for cooking /Game/StarterContent/Textures/T_Chair_M (1)
[2016.04.10-18.39.15:378][686]PackagingResults:Warning: Warning Warning Unable to find package for cooking /Game/StarterContent/Textures/T_Ceramic_Tile_N (1)
[2016.04.10-18.39.15:378][686]PackagingResults:Warning: Warning Warning Unable to find package for cooking /Game/StarterContent/Textures/T_Ceramic_Tile_M (1)
[2016.04.10-18.39.15:378][686]PackagingResults:Warning: Warning Warning Unable to find package for cooking /Game/StarterContent/Textures/T_Bush_N (1)

But I’m confused because no where in my project are these objects referenced, and they never existed in the first place, so I’m really confused why this blueprint is looking for these filenames.link text

I’ve been working on Blueprints, so no C++ coding or anything like that.

Attached is the full output log

Can someone assist?

Fixed it. Even though those files are not referenced anywhere inside the blueprints, they are still being compiled with the package for some reason.

I found the files in question, deleted them, and it now compiles.

I’m beginning to wonder if there is a way to package the project without including unreferenced assets