Question: | I believe something within the WAF system has gone wrong |
---|---|
Reason: | One of the caches of the WAF system might be corrupt |
Solution: |
Don't forget to report the bug with repro steps if possible! |
Question: | When executing WAF I am presented with the command-line interface when expecting the GUI |
---|---|
Reason: |
|
Solution: |
|
Question: | Visual Studio Solution Manager selects Win32 for each project when selection Durango/Orbis. |
---|---|
Reason: | You are compiling with option auto_detect_compiler = False without having the Durango and/or Orbis SDK installed. MSBUILD requires a folder for the Platform. |
Solution: | Create missing MSBUILD platform folders: Create empty folder: C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V110\Platforms\Durango |
Question: | Visual Studio fails to Deploy & Run on Durango. |
---|---|
Reason: | The Visual Studio Durango plugin needs to be specifically told to deploy on first time run for the given Configuration i.e. Debug, Profile,... . Once completed you can hit F5 to deploy & run. |
Solution: | In the VS Solution Explorer Right-Click-> DurangoLaucher Project -> Deploy. Consecutive debugging runs can be started using Build Solution (F7) and Start Debugging (F5). |