Difference between revisions of "How to Report VTube Errors"
(→Show Bug Report) |
(→Show Bug Report) |
||
Line 78: | Line 78: | ||
The next tab menu over is the Call Stacks menu. It helps us follow what leads up to the error event.<br><br> | The next tab menu over is the Call Stacks menu. It helps us follow what leads up to the error event.<br><br> | ||
In this menu, we look for in what section of code the error occurs.<br><br> | In this menu, we look for in what section of code the error occurs.<br><br> | ||
− | In this case, we can see that the problem started when the user pressed the InduceError button in the main window of VTube. | + | In this case, we can see that the problem started when the user pressed the InduceError button in the main window of VTube. We created a button to create an error. |
</td> | </td> | ||
<td> | <td> | ||
Line 87: | Line 87: | ||
<tr> | <tr> | ||
<td> | <td> | ||
− | The information above the button press event is usually enough information to help us know where the error occured. <br><br> | + | The information above the button press event is usually enough information to help us know where the error occured - because these things happen after the button press. <br><br> |
− | + | The Induce Error routine asked VTube to delete an object in memory that never existed. | |
</td> | </td> | ||
<td> | <td> |
Revision as of 16:35, 16 March 2017
|
VTube has a sophisticated error reporting system that can help us track problems that you encounter when VTube is running.
Contents |
Error Windows
Non-Critical ErrorIf the error is not critical, then you will be given a choice of
|
|
Critical ErrorWhen the error is critical, then VTube cannot continue. The window will look like this:
|
Show Bug Report
If press "Show Bug Report", then you will see detailed data that explains the error and also the state of the software and computer when the error occurs. General Menu Exception ValuesWhen you click on Show Bug Report, the General menu will display first like this.
|
|
Call Stacks MenuThe next tab menu over is the Call Stacks menu. It helps us follow what leads up to the error event. |
|
The information above the button press event is usually enough information to help us know where the error occured - because these things happen after the button press. |
Other Pages
- Back to the VTube-STEP page
- Back to the VTube-LASER page