Re: Packaging a project for release
#21Yeah i ended up using Package Build and slightly modifying it to support my project. Working a lot better now.
Moderators: Cry-Nic, Community Volunteers
Code: Select all
BackupNameAttachment=" Build(208) 15 Jun 18 (16 03 41)" -- used by backup system \n
Log Started at Fri Jun 15 16:03:41 2018
Built on Jun 4 2018 01:07:57
Running 64 bit Windows version
Command Line: "D:\MyProgs\My Project\My Project_package\bin\win_x64_release\GameLauncher.exe"
Executable: D:\MyProgs\My Project\My Project_package\bin\win_x64_release\GameLauncher.exe
FileVersion: 5.5.0.208
ProductVersion: 5.5.0.208
Messagebox: cap: Engine initialization failed text:Attempting to start the engine without a project!
Please use a .cryproject file!
Messagebox: cap: Engine initialization failed! text:CrySystem initialization failed!
System Shutdown
Is there a config.pak file in the root folder of your packaged build? And if you open it with 7zip or Winrar does it contain a game.cryproject file? Or does the system.cfg set a different project name?I tried build Release of blank project and can't initialize engine.
Code: Select all
"C:\Crytek\Crytek\CRYENGINE_5.5\Tools\CryVersionSelector\cryrun.exe" "package" "D:\MyProgs\MyPr125\Game.cryproject"
Packaging project MyPr125
Configuration: win_x64:Release
Debug symbols are excluded
Building to: D:\MyProgs\MyPr125\MyPr125_package
Packaging custom engine assets...
Copying default engine assets...
Copying engine binaries...
Copying game binaries...
Copying shared libraries...
Copying existing game asset packages...
Packaging game assets...
Cleaning up temp folders...
Creating config files...
Encountered and error while running command '"C:\Crytek\Crytek\CRYENGINE_5.5\Tools\7za.exe" a -tzip "D:\MyProgs\MyPr125\MyPr125_package\config.pak" "D:\MyProgs\MyPr125\MyPr125_package\game.cryproject" -mx0'!
7-Zip [32] 15.14 : Copyright (c) 1999-2015 Igor Pavlov : 2015-12-31
Build packaged successfully
Press Enter to exit
Code: Select all
Encountered and error while running command '"C:\Crytek\Crytek\CRYENGINE_5.5\Tools\7za.exe" a -tzip "D:\MyProgs\MyPr125\MyPr125_package\config.pak" "D:\MyProgs\MyPr125\MyPr125_package\game.cryproject" -mx0'!
Code: Select all
D:\MyProgs\MyPr125\MyPr125_package\game.cryproject
Return to “CRYENGINE First Aid”
Users browsing this forum: No registered users and 2 guests