Files
gtav-src/tools_ng/web/cert/automation/tmpl/error-body-tmpl.html
T
2025-09-29 00:52:08 +02:00

36 lines
1.6 KiB
HTML
Executable File

<!-- "summary" : Substitute me for the error summary -->
<div id="summary" class="fragment white-space">!ERROR_SUMMARY!</div>
<br />
<div id="files" class="fragment">
<!-- "files-number" : Substitute me for the processed files number -->
<div class="larger">Files Processed: <span id="files-number">!PROCESSED_FILES_NUM!</span></div>
<!-- "files-list" : Substitute me for the processed files list -->
<div id="files-list" class="white-space">!PROCESSED_FILES_LIST!</div>
</div>
<br />
<div id="errors" class="fragment">
<!-- "errors-number" : Substitute me for the processed error count -->
<div class="larger">Error Count: <span id="errors-number">!PROCESSED_ERROR_COUNT!</span></div>
<!-- "errors-list" : Substitute me for the error list -->
<div id="errors-list" class="white-space">!ERROR_LIST!</div>
</div>
<p>
Check Workbench for a full log. For information on viewing the log in Workbench,
navigate to
<a href="https://devstar.rockstargames.com/wiki/index.php/Automation_Monitor"
title="Automation Monitor on Devstar Wiki" target="_blank">
https://devstar.rockstargames.com/wiki/index.php/Automation_Monitor
</a>
</p>
<p>
The build machine takes the independent data you have checked in and converts them to ps3, 360 etc.
As artists check files in, this is automatically done in the background. When you export locally
this is done on your own machine. Occasionally different errors occur on the build machine and
this may be one of them.
</p>