@@ -81,7 +81,8 @@ You can close the Wwise launcher.
81
81
_Note: the below video demo may select a version that does not match what is written above._
82
82
_Please use the version mentioned in the text above._
83
83
84
- image:BeginnersGuide/simpleMod/Wwise_integrate.gif[image]
84
+ .Wwise integration process
85
+ image::BeginnersGuide/simpleMod/Wwise_integrate.gif[image]
85
86
86
87
[TIP]
87
88
====
@@ -245,8 +246,16 @@ This section will help you decide how to proceed if you encounter errors while b
245
246
246
247
This is not actually an error message, just a message that is informing you that the build task has failed.
247
248
Keep reading the Error List to see what actually went wrong.
248
- Sometimes the real error does not show up until the build has finished.
249
- You may also have to check the Output > (Show output from: Build) tab instead of the Error List to see the actual error message(s).
249
+ Sometimes the real error message does not show up until the build has finished,
250
+ and sometimes the Error List does not contain the real error message.
251
+ You may also have to check the Output window's 'Output' sub-tab, (select 'Show output from:' `Build`)
252
+ instead of the Error List to see the actual error message(s).
253
+
254
+ If you're sharing an error message with others for help troubleshooting it,
255
+ it's best to share the entire build output.
256
+
257
+ .The Visual Studio tab that shows the actual build output
258
+ image::BeginnersGuide/ShowFullBuildOutput.png[Visual Studio screenshot]
250
259
251
260
==== Compiler is out of heap space
252
261
0 commit comments