Launching/building takes forever on 4.11.2

Launching and building takes forever (more than 20 hours for this moment) with 60% CPU and 50-60% RAM used. Full log for Android platform (Windows, IOS and HTML5 build has the same result):
http:///33T0CuBi

I think, that problem is somewhere of this files, but I can’t imagine, how to fix it:

LogTexture:Warning: Building texture with an invalid GUID: /Engine/Transient.Texture2D_1
LogTexture:Warning: Texture has no source mips: /Engine/Transient.Texture2D_1
LogTexture:Warning: Building texture with an invalid GUID: /Engine/Transient.Texture2D_0
LogTexture:Warning: Texture has no source mips: /Engine/Transient.Texture2D_0
LogTexture:Warning: Texture has no source mips: /Engine/Transient.Texture2D_1
LogTexture:Warning: Texture has no source mips: /Engine/Transient.Texture2D_0

Hello In8,

From looking at the logs, it seems that your computer’s physical memory (RAM) is 8GB. If this is true, then long packaging/cooking times are expected.

A good way to test if this packaging time is a problem in the project however would be to attempt packaging a blank blueprint project to see how long it takes and then attempting the same thing in a blueprint project based off one of the templates provided by the editor.

I’m having the exact same problem when trying to package a blank project

And in my own project I’m getting the same thing as here:

Hello ,

Could you post the full output logs as In8 did above? It should give me more information as to why this is happening when you attempt to package.

Sure, see attached.link text

Also, I just tested packaging the first person template project in UE 4.10.4 and it worked without problems.
Too bad I can’t downgrade my project from 4.11.2 to 4.10.4

I noticed that in your log it mentions not being able to find “/Game/FirstPersonBP/FirstPersonOverview”. Is this a blank project that you’re attempting to package or is it based off the FirstPersonTemplate?

Edit: Ignore that, I got mixed up from your first post and your second one. I assumed the log you gave was from that first attempt where you said it was blank.

Are you able to find these missing files that it mentions?

It should not search for the FirstPersonOverview at all, because I haven’t used the first person template in the blank project. However, I migrated the missing folder and file from other project and now the packaging log is as attached.
link text

I noticed another user who was having a similar problem to yours over at this post:

It seems that he managed to find a solution that involves making some edits to the source code. Would you be willing to give that a shot? In that case, you’ll need to download the source from Github so it will take some time, but this looks like it may be the best bet at the moment.

I won’t guarantee that this will fix the problem however as it seems that the packaging process is getting stuck at a different point. If it doesn’t, I do have someone more specialized in this area taking a look at this issue now and should have some more information soon.

Yes, I’ve seen that before and I believe the problem is related to this:

However I’m not familiar with source compiling, therefore I haven’t tried this and hoped for an official fix. Sadly, the 4.12 previews have the same problem.
I will try to make friends with the compiling process and will let you know.

The Pull Request that the user made who presented this fix has been accepted into the engine and is planned to be integrated into 4.12 before the final release, as it’s preventing packaging. Unfortunately it hasn’t been added as of yet or I could suggest grabbing it directly from Github, but if you wish, I can keep an eye on it and let you know when it is integrated.

This number won’t be helpful to you but to help me keep track, the CL# for this fix is 2954928.

thanks, I appreciate your assistance.

I switched to a 4 cores computer and packaging works fine.
So it must be the 2 cores thing.

That’s great news. Always good to know what fixed the problem.