Trying to package the game for Windows 64bit but I am getting these illegal character errors.
MainFrameActions: Packaging (Windows (64-bit)): UE4Editor-Cmd: [2015.12.04-10.10.32:699][ 0]LogInit:Display: LogCook:Warning: Unable to generate long package name for …/…/…/…/…/…/Users/Excalibur/Documents/Unreal Projects/epoch_working_zeustiak 4.9/Content/Textures/Utility/Tex_BG_MapGenerating_1080p.uasset because FilenameToLongPackageName failed to convert ‘…/…/…/…/…/…/Users/Excalibur/Documents/Unreal Projects/epoch_working_zeustiak 4.9/Content/Textures/Utility/Tex_BG_MapGenerating_1080p.uasset’. Attempt result was ‘…/…/…/…/…/…/Users/Excalibur/Documents/Unreal Projects/epoch_working_zeustiak 4.9/Content/Textures/Utility/Tex_BG_MapGenerating_1080p’, but the path contains illegal characters ‘.’
MainFrameActions: Packaging (Windows (64-bit)): UE4Editor-Cmd:
Judging from the error message (and having experienced the same issue), I’d say that the problem lies with “epoch_working_zeustiak 4.9”. You can’t use ‘.’ within file names. Replace “4.9” with “4_9” or something, and you should be good to go.