Build/Packaging error on scene

Hi WSimpson,

The following type of errors have been found in your log;

MainFrameActions: Packaging (Windows (64-bit)): UE4Editor-Cmd: [2017.03.09-10.49.02:166][  0]LogInit:Display: LogPackageName:Error: DoesPackageExist: DoesPackageExist FAILED: '/Game/Geometry_Animated/train_01_Crane T Frame_01_PhysicsAsset' is not a standard unreal filename or a long path name. Reason: Name may not contain the following characters:  

I’m not entirely sure how, but the asset file name appears to contain invalid characters (might be spaces, I can’t tell for certain). I would rename the affected packages in the editor to not have any invalid characters.

The following assets are affected;

'/Game/Geometry_Animated/train_01_Crane T Frame_01_PhysicsAsset'
'/Game/Geometry_Animated/train_01_Crane T Frame_01_Skeleton'
'/Game/Geometry_Animated/train_01_Crane T Frame_02_PhysicsAsset'
'/Game/Geometry_Animated/train_01_Crane T Frame_02_Skeleton'
'/Game/Geometry_Animated/train_01_Crane T Frame_04_PhysicsAsset'
'/Game/Geometry_Animated/train_01_Crane T Frame_04_Skeleton'
'/Game/Geometry_Animated/train_01_inlet cell area_PhysicsAsset'
'/Game/Geometry_Animated/train_01_inlet cell area_Skeleton'

Hope that helps. Cheers,

Hi I am having a lot of problems exporting/packaging a realtime scene that I am working on.

When I build it seems that it can’t find a lot of files though the files are there.

I have deleted the Saved and Intermediate folders as this has worked in the past on other scenes but it is not working here.

Any help would be appreciated

[link text][1]

129262-build_error_170309.txt (656 KB)

As project.gheist stated, you need to fix the spaces within your animated geometry folder. Take the spaces out, add underscores instead, if you need something that resembles a space.

/Game/Geometry_Animated/train_01_Crane T Frame_01_PhysicsAsset
/Game/Geometry_Animated/train_01_Crane T Frame_01_Skeleton
/Game/Geometry_Animated/train_01_Crane T Frame_02_PhysicsAsset
/Game/Geometry_Animated/train_01_Crane T Frame_02_Skeleton
/Game/Geometry_Animated/train_01_Crane T Frame_04_PhysicsAsset
/Game/Geometry_Animated/train_01_Crane T Frame_04_Skeleton
/Game/Geometry_Animated/train_01_inlet cell area_PhysicsAsset
/Game/Geometry_Animated/train_01_inlet cell area_Skeleton

Thanks, I am now having a problem when UE4 can’t find the geo to rename. Am not at my machine right now but thanks for the answers.