You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 4, 2022. It is now read-only.
Describe the bug
Unable to create a new project. Reaching the "Building project" section errors with the message: "Error executing WAF. (See log for details)".
Steps to reproduce
Downloaded and installed Lumberyard
Installed required software (see screenshots)
Attempted to create new project
Expected behavior
Expect to create a new project using the default project template.
Additional Info
Running Windows 7 and Visual Studio 2017.
Attempted fixing this issue using solutions from the Internet of which none have worked.
This includes:
Installing MFC in Visual Studio installer.
Uninstalling and reinstalling Lumberyard.
Running from Bin64vc141 directory.
Installing the optional software Clang.
Using the console to recompile. Running "lmbr_waf build_win_x64_vs2017_profile -p all" gives the same output found in the log file.
The text was updated successfully, but these errors were encountered:
Hi @RhysUCP , the log files indicate the build system is unable to find Qt. Please run the following command from your dev folder and post the output here.
Describe the bug
Unable to create a new project. Reaching the "Building project" section errors with the message: "Error executing WAF. (See log for details)".
Steps to reproduce
Expected behavior
Expect to create a new project using the default project template.
Screenshots/Logs
![ProjectConfigurator](https://user-images.githubusercontent.com/32268193/58732689-281bb080-83ea-11e9-9c67-07e77c7623a2.png)
![01](https://user-images.githubusercontent.com/32268193/58732748-5d280300-83ea-11e9-8e53-4b59eada27c3.png)
![02](https://user-images.githubusercontent.com/32268193/58732749-5d280300-83ea-11e9-9a46-9a5be5e58576.png)
![03](https://user-images.githubusercontent.com/32268193/58732751-5dc09980-83ea-11e9-8797-e23a6fc7d079.png)
![04](https://user-images.githubusercontent.com/32268193/58732752-5dc09980-83ea-11e9-893d-d26f6eabf656.png)
![05](https://user-images.githubusercontent.com/32268193/58732753-5dc09980-83ea-11e9-991a-a70312e4ff38.png)
![06](https://user-images.githubusercontent.com/32268193/58732754-5dc09980-83ea-11e9-9230-a5911dc06e54.png)
lmbr_create.log
Lumberyard version
v1.18.0.0
Additional Info
Running Windows 7 and Visual Studio 2017.
Attempted fixing this issue using solutions from the Internet of which none have worked.
This includes:
Installing MFC in Visual Studio installer.
Uninstalling and reinstalling Lumberyard.
Running from Bin64vc141 directory.
Installing the optional software Clang.
Using the console to recompile. Running "lmbr_waf build_win_x64_vs2017_profile -p all" gives the same output found in the log file.
The text was updated successfully, but these errors were encountered: