Advertisement
Guest User

Failing at configuring project log

a guest
Aug 16th, 2017
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.95 KB | None | 0 0
  1. [WAF] Executing 'configure'
  2. Running SetupAssistant ...
  3. --- Lumberyard Setup Assistant ---
  4.  
  5. Lumberyard Setup Assistant: Reading configuration from: l:/Amazon/Lumberyard/1.10.0.0/dev/SetupAssistantConfig.json
  6.  
  7. Lumberyard Setup Assistant: Reading configuration from: l:/Amazon/Lumberyard/1.10.0.0/dev/Tools/LmbrSetup/SetupAssistantConfig.json
  8.  
  9. SDK location: l:/Amazon/Lumberyard/1.10.0.0/dev
  10.  
  11. Third-party location: L:/Amazon/Lumberyard/1.10.0.0/3rdParty
  12.  
  13.  
  14.  
  15. Capabilities available, [x] enabled - [ ] disabled:
  16.  
  17. [X] rungame - Run your game project
  18.  
  19. [X] runeditor - Run the Lumberyard Editor and tools
  20.  
  21. [X] compilegame - Compile the game code
  22.  
  23. [X] compileengine - Compile the engine and asset pipeline
  24.  
  25. [X] compilesandbox - Compile the Lumberyard Editor and tools
  26.  
  27. [X] compileandroid - Compile for Android devices
  28.  
  29. [X] setuplinux - Setup for Linux Dedicated Server
  30.  
  31.  
  32.  
  33. Compilers available, [x] enabled - [ ] disabled:
  34.  
  35. [ ] vc120 - Visual Studio 2013
  36.  
  37. [X] vc140 - Visual Studio 2015
  38.  
  39.  
  40.  
  41. ############# Log of operations #################
  42.  
  43. #################################################
  44.  
  45.  
  46.  
  47. Successfully executed.
  48. Traceback (most recent call last):
  49. File "L:\Amazon\Lumberyard\1.10.0.0\dev\Tools\build\waf-1.7.13\waflib\Scripting.py", line 226, in waf_entry_point
  50. run_commands()
  51. File "L:\Amazon\Lumberyard\1.10.0.0\dev\Tools\build\waf-1.7.13\waflib\Scripting.py", line 342, in run_commands
  52. ctx = run_command(cmd_name)
  53. File "L:\Amazon\Lumberyard\1.10.0.0\dev\Tools\build\waf-1.7.13\waflib\Scripting.py", line 319, in run_command
  54. ctx.execute()
  55. File "l:\Amazon\Lumberyard\1.10.0.0\dev\wscript", line 298, in execute
  56. return execute_method(self)
  57. File "L:\Amazon\Lumberyard\1.10.0.0\dev\Tools\build\waf-1.7.13\waflib\Configure.py", line 217, in execute
  58. super(ConfigurationContext, self).execute()
  59. File "L:\Amazon\Lumberyard\1.10.0.0\dev\Tools\build\waf-1.7.13\waflib\Context.py", line 220, in execute
  60. self.recurse([os.path.dirname(g_module.root_path)])
  61. File "L:\Amazon\Lumberyard\1.10.0.0\dev\Tools\build\waf-1.7.13\waflib\Context.py", line 303, in recurse
  62. user_function(self)
  63. File "l:\Amazon\Lumberyard\1.10.0.0\dev\wscript", line 107, in configure
  64. conf.filter_target_platforms()
  65. File "L:\Amazon\Lumberyard\1.10.0.0\dev\Tools\build\waf-1.7.13\waflib\Configure.py", line 416, in fun
  66. return f(*k, **kw)
  67. File "Tools/build/waf-1.7.13/lmbrwaflib\lumberyard.py", line 332, in filter_target_platforms
  68. conf.load('android', tooldir=LMBR_WAF_TOOL_DIR)
  69. File "L:\Amazon\Lumberyard\1.10.0.0\dev\Tools\build\waf-1.7.13\waflib\Configure.py", line 340, in load
  70. if type(func) is type(Utils.readf): func(self)
  71. File "Tools/build/waf-1.7.13/lmbrwaflib\android.py", line 302, in configure
  72. installed_sdk_versions = os.listdir(os.path.join(sdk_root, 'platforms'))
  73. WindowsError: [Error 3] The system cannot find the path specified: 'L:/sdk-tools-windows-3859397\\platforms/*.*'
  74. Process failed with return code: 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement