Skip to content

Commit 3e3b578

Browse files
committed
Add image and extra details to the Error Code 6 troubleshooting steps
1 parent 5164e61 commit 3e3b578

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed
33 KB
Loading

modules/ROOT/pages/Development/BeginnersGuide/project_setup.adoc

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,8 @@ You can close the Wwise launcher.
8181
_Note: the below video demo may select a version that does not match what is written above._
8282
_Please use the version mentioned in the text above._
8383

84-
image:BeginnersGuide/simpleMod/Wwise_integrate.gif[image]
84+
.Wwise integration process
85+
image::BeginnersGuide/simpleMod/Wwise_integrate.gif[image]
8586

8687
[TIP]
8788
====
@@ -245,8 +246,16 @@ This section will help you decide how to proceed if you encounter errors while b
245246

246247
This is not actually an error message, just a message that is informing you that the build task has failed.
247248
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]
250259

251260
==== Compiler is out of heap space
252261

0 commit comments

Comments
 (0)