cant package models

for some resene everytime i try to package my game everything works fine but then all the erros i get are about the 3 models i made and their meterial why does this happan ? can somebody help me

Hey 678GUY,

Can you provide me with some more details in regards to what the error messages are seeing? Screenshots would be helpful in this situation.

Thanks,

everything is good ill show you only the stuff that are in color

i cant put it in the comment

and here is a project link so you can see it for your self

dont mine the name it started like that and then i worked with it to full game

So here is a breakdown of your errors. Firstly you need to rebuild your scenes lighting and geometry by pressing the ‘Build All’ button in the toolbar.

LogBlueprint:Error: Compiler Error Spawn node SpawnActor NONE must have a class specified.

This means wherever you are using the SpawnActor node, you need to specify the class in which to spawn.

LogPhysics:Warning: AddConvexElemsToRigidActor: [/Engine/BasicShapes/Cube.Cube] ConvexElem[0] invalid

This is saying the Cube under Engine Basic Shapes is not a valid entry as a Convex Element.

PackagingResults:Error: Error Error Error loading C:/Users/גיא/Documents/Unreal Projects/teleport_test/Content/models/computer/usb_conector_m.uasset!

These errors are most likely due to the special character you have within the directory.

Let me know if you have further questions.

Thanks,

thats the problom and dont have a spawn actor node in any of my bp and how can i fix the problom with the cube

and what does a special character mean ?

I would double/triple check to make sure you are not using the SpawnActor node within your project anywhere.

Can you reproduce this issue in a new blank project, or is this project specific?

The special character is that symbol in your C:/Users/thespecialcharacter/Documents/Unreal directory.

is only in this project and by the time you answer me a checked my bp 4 times everyone of them i dont have spawn actors and the special character _ is fine i packeged this project onece with this name but it was a like 3 weeks ago so i dont know what i changed that did it if you can see for yourself in the file i gave you maybe it will help you to help me

and i now repackeged my package and here are the errors i get (they are all red)

PackagingResults:Error: Error Error Error loading C:/Users/גיא/Documents/Unreal Projects/teleport_test/Content/models/computer/usb_conector_m.uasset!

PackagingResults:Error: Error Error Error loading C:/Users/גיא/Documents/Unreal Projects/teleport_test/Content/models/computer/Material.uasset!

PackagingResults:Error: Error Error Error loading C:/Users/גיא/Documents/Unreal Projects/teleport_test/Content/models/computer/cool_holder_m.uasset!

PackagingResults:Error: Error Error Error loading C:/Users/גיא/Documents/Unreal Projects/teleport_test/Content/models/computer/usb_conector_m.uasset!

PackagingResults:Error: Error Error Error loading C:/Users/גיא/Documents/Unreal Projects/teleport_test/Content/models/computer/Material.uasset!

PackagingResults:Error: Error Error Error loading C:/Users/גיא/Documents/Unreal Projects/teleport_test/Content/models/computer/cool_holder_m.uasset!

PackagingResults:Error: Error Unknown Cook Failure

there are no greens or anything there is only reds and thats them

and thx for helping me

So you mention you packaged and it worked roughly three weeks ago. If that is the case, it could be lingering references from previous iterations.

Try deleting your Saved and Intermediate folders to see if that resolves the issues. Also be sure you make a copy of these folders before deleting them.

I would also look into re-importing the assets in question and then re-saving your project to see if that helps. Aside from that, this seems to be a project specific issue. Unless I can get some repro steps and can repeat this issue in a blank project, it is going to be hard to figure out what is actually happening.

Thanks,

by the time you answer me i fixed it for some resene when i deleted the models from the engine some coropted files were in the project files i deleted them and it was fixed but thx