4.14 Unable to Find Package? (Package Project)

Wanted to package my project as a test to see if it would work, but I got some errors that stopped me. Any help? link text

Hello ChrisFiasco,

It seems that this error is the main reason your packaging is failing:

DoesPackageExist FAILED: ‘/Game/SideScrollerBP/Maps/SideScrollerExampleMap (1)’ is not a standard unreal filename or a long path name. Reason: Name may not contain the following characters:

It seems that one of your maps was copied at some point and was given a ’ (1)’ at the end. If you remove the ’ (1)’ at the end, it should fit our naming conventions and allow you to package. If you have any more errors, please try searching through the log for the word “Error” to see if the error message may be able to point out what is wrong.

Thank you so much! It’s always the little things haha!