TUFLOW crashing: Difference between revisions

Content deleted Content added
Line 28:
When batch file is double clicked and the simulation DOW window flashes and disappears the problem might be in the filepath of the TUFLOW executable or incorrect syntax.<br>
'''Suggestions''':
* Check that the TUFLOW executable can be found with the specified filepath exists(absolute or relative).
* Double click the executable, this performs a licence check and DOS window appears. If it doesn't, move the executable to a location where it is permitted to run. Some locations on C drive might be restricted for some users preventing to execute the simulation.
* TUFLOW doesn't currentlyrun supportfrom a batch file if the filepaths are specified as UNC paths. The folder with both, the executable hasand tothe model, must be opened with a mapped drive. Type "net use <drive>: \\server_name\share_name" in the command line to map desiredthe drivedrives.
* If using environment variable 'set exe', confirm there are no spaces surrounding the equals sign (e.g. set exe="..\..\..\..\exe\2020-10-AD\TUFLOW_iSP_w64.exe").
* Write 'pause' at the end of the script, rerun the batch file and the DOS window should remain open providing more information
<br>