Why can't I package my game for Windows?

Hey guys
I’m trying to package my game in progress to windows but I get a bunch of errors
mostly file not found errors that are actually wrong cause the files are there
Example
Address = 0x4df1b496 (filename not found) [in C:\Program Files\Unreal Engine\4.0\Engine\Binaries\Win64\UE4Editor-Core.dll]

the other thing I noticed in the log is that is looking for a Build farm on drive D:

[2014.04.18-19.50.22:626][  0]LogWindows:Error: appError called: Assertion failed: ModuleManager.IsModuleLoaded(ModuleName) [File:D:\BuildFarm\buildmachine_++depot+UE4-Releases+4.0\Engine\Source\Runtime\Core\Public\Modules\ModuleManager.h] [Line: 225]
Tried to get module interface for unloaded module: 'LevelEditor'

and then the errors start

I attached my logs
Thanks

link text

OK I had a map that has previously crashing the editor and I revered but the scene was still there and it was making the build crash, so is resolved now.