TUFLOW crashing: Difference between revisions

Content deleted Content added
Line 21:
pause
 
* :The simulation console window is the one that displays the TUFLOW build (e.g. "TUFLOW Build: 2025.0.3-iSP-w64") in the top-left corner of the window header, as shown in the image below.
:[[File:TUFLOW Simulation Console with Build Info Displayed.png|frameless|600x600px]]
<ol>
 
[[File:TUFLOW Simulation Console with Build Info Displayed.png|frameless|600x600px]]
* :If start "TUFLOW" is included in the batch file, the console window will instead show "C:\WINDOWS\system32\cmd.exe" in the window header and will not display the desired simulation output, as shown below.
</ol>
:[[File:Batch File Console Showing CMD Header Only.png|frameless|600x600px]]
* If start "TUFLOW" is included in the batch file, the console window will instead show "C:\WINDOWS\system32\cmd.exe" in the window header and will not display the desired simulation output, as shown below.
 
<ol>
[[File:Batch File Console Showing CMD Header Only.png|frameless|600x600px]]
</ol>
* Or, let the console window be written to a text file. This will redirect console output messages as well as the standard error stream to the “dump.txt” file, and it will likely record more error information than the usual .tlf file.
<pre>"C:\TUFLOW\Releases\2020-10-AD\TUFLOW_iSP_w64.exe" "M01_5m_001.tcf" > dump.txt</pre>