Package error: Problem with names and characters

Thank you for the log. As a new user, I know logs can look daunting and pretty confusing but one of the most common ways to find issues in a log file is to do a search (ctrl+f) for the word “Error”. This can usually point you towards the errors in your log file. Doing that with this file helped me find this error:

[2017.02.23-19.44.21:868][139]UATHelper: Packaging (Windows (64-bit)): Program.Main: ERROR: AutomationTool terminated with exception: AutomationTool.AutomationException: Unable to deploy AppLocalDirectory dependencies. No such path: D:\BACKUP_UNREAL\BACKUP-15-01-2017\OutroProjetoEmThir 4.15\CookPackage\Pre-requisites\Win64

From googling the generic part of the error message, I came across this post which should be able to help with this one.

I then found this error:

[2017.02.23-19.49.03:668][920]MaterialEditorStats:Error: Error [SM5] (Node TextureSample) TextureSample> Sampler type is Normal, should be Color for /Game/PROJETO/MAPAS/PRISÃO/Celas/Banheiro/Old_Painted_Table_Bump_Map.Old_Painted_Table_Bump_Map

This one seems fairly straightforward as well, it seems that the Sampler type needs to be changed from Normal to Color.