aws / lumberyard

Amazon Lumberyard is a free AAA game engine deeply integrated with AWS and Twitch – with full source.
Other
2.02k stars 539 forks source link

Missing files in lumberyard install #555

Open tanushsahoo opened 3 years ago

tanushsahoo commented 3 years ago

Describe the bug There are some missing files in a fresh lumberyard install from github. When I am building a project a error occurred saying there are some missing files. I am using vs2017 .

Steps to reproduce create a project in project configurator and try to build it through the rebuild button

Expected behavior Project building successfully .

Screenshots/Logs [WAF] Engine Root: E:\Amazon\Lumberyard\lumberyard\dev\ [WAF] Executing 'build_win_x64_vs2017_profile' in 'e:\Amazon\Lumberyard\lumberyard\dev\BinTemp\win_x64_vs2017_profile' [WARN] Missing JDK path from Setup Assistant detected. Target platforms that require java will be disabled. Please re-run Setup Assistant with "Compile For Android" enabled and run the configure command again. [SETTINGS] Target Output folder (win_x64_vs2017/profile): Bin64vc141 [SETTINGS] enable_android_armv8_clang = False (default True) [SETTINGS] enable_win_x64_vs2019 = False (default True) [WARNING] Incredibuild disabled by build option [WARN] Module use dependency 'ToolsCrashHandler' for target 'EditorLib' refers to an invalid module Cannot copy source 'E:\Amazon\Lumberyard\lumberyard\3rdParty\PVRTexTool\2020_r1\PVRTexLib_License.txt' File not found. Skipping. [ 717/3380] cxx (win_x64_vs2017|profile): BinTemp\win_x64_vs2017_profile\qt5\EditorLib.6551970\qt5\EditorLib.6551970\en-us_rc.cpp -> BinTemp\win_x64_vs2017_profile\qt5\EditorLib.6551970\qt5\EditorLib.6551970\en-us_rc.o [ 763/3403] qxx (win_x64_vs2017|profile): Code\Sandbox\Plugins\EditorCommon\QPropertyTree\SlicerManipulator.cpp -> BinTemp\win_x64_vs2017_profile\Code\Sandbox\Plugins\EditorCommon\QPropertyTree\SlicerManipulator.cpp.1308156.obj [ 765/3404] moc (win_x64_vs2017|profile): Code\Sandbox\Plugins\EditorCommon\QPropertyTree\SpriteBorderEditor.h -> BinTemp\win_x64_vs2017_profile\qt5\EditorCommon.1308156\QPropertyTree\SpriteBorderEditor.moc [ 766/3404] qxx (win_x64_vs2017|profile): Code\Sandbox\Plugins\EditorCommon\QPropertyTree\SpriteBorderEditorCommon.cpp -> BinTemp\win_x64_vs2017_profile\Code\Sandbox\Plugins\EditorCommon\QPropertyTree\SpriteBorderEditorCommon.cpp.1308156.obj [ 767/3404] qxx (win_x64_vs2017|profile): Code\Sandbox\Plugins\EditorCommon\QPropertyTree\Unicode.cpp -> BinTemp\win_x64_vs2017_profile\Code\Sandbox\Plugins\EditorCommon\QPropertyTree\Unicode.cpp.1308156.obj [ 768/3404] qxx (win_x64_vs2017|profile): Code\Sandbox\Plugins\EditorCommon\QViewport.cpp -> BinTemp\win_x64_vs2017_profile\Code\Sandbox\Plugins\EditorCommon\QViewport.cpp.1308156.obj [ 769/3404] qxx (win_x64_vs2017|profile): Code\Sandbox\Plugins\EditorCommon\SaveUtilities\AsyncSaveRunner.cpp -> BinTemp\win_x64_vs2017_profile\Code\Sandbox\Plugins\EditorCommon\SaveUtilities\AsyncSaveRunner.cpp.1308156.obj [ 770/3404] qxx (win_x64_vs2017|profile): Code\Sandbox\Plugins\EditorCommon\Serialization.cpp -> BinTemp\win_x64_vs2017_profile\Code\Sandbox\Plugins\EditorCommon\Serialization.cpp.1308156.obj [ 771/3404] qxx (win_x64_vs2017|profile): Code\Sandbox\Plugins\EditorCommon\Serialization\BinArchive.cpp -> BinTemp\win_x64_vs2017_profile\Code\Sandbox\Plugins\EditorCommon\Serialization\BinArchive.cpp.1308156.obj Build failed -> missing file: 'e:\Amazon\Lumberyard\lumberyard\dev\BinTemp\win_x64_vs2017_profile\Code\Sandbox\Plugins\EditorCommon\QPropertyTree\SpriteBorderEditorCommon.cpp.1308156.obj' Process failed with return code: 1

Lumberyard version 1.28.0.0

[OPTIONAL] What is your role in game development? student