Cooker warnings

Engine\Source\Runtime\CoreUObject\Private\UObject\SavePackage.cpp(4479):
UE_LOG(LogSavePackage, Warning, TEXT(“Finished SavePackage %s”), Filename);

Whyyyyyy WARNING? Maybe it should be Display?? Cooker output:

“Success - 0 error(s), 5559 warning(s)”

Hi cnupm,

Please cut, paste in a file and post the error logs,

Thanks,

.

Build log file.

  1. In the log, search “error” and find line “Warning/Error Summary”
  2. The next few lines will show what is causing the build to fail:

In this case, the engine is unable to find package for map, “allmaps”

Cooker cant find package “allmaps” 5800 times? Just replace Engine\Source\Runtime\CoreUObject\Private\UObject\SavePackage.cpp(4479): from Warning to Info. Again - cook succeeded, but “warnings” like"saving package" blowing my brains.

Correct me if I’m missing something.

Are you saying that you replaced “allmaps” and cook succeeded but with warnings?

Yes, cook succeeded

Sorry for the misunderstanding on my part: According to one of our developers:
this was fixed to “Display” in CL 2634625 (on 2015-07-27). -I see you are using UE 4.9. Are you on Preview 2 or later of this engine version?

I’m on 4.9.2

Ok, please, make question as ‘resolved’.

Thank you!

Sorry for the misunderstanding on my part: According to one of our developers:
this was fixed to “Display” in CL 2634625 (on 2015-07-27) UE4.9p3