thefkboss / sabscripts

Automatically exported from code.google.com/p/sabscripts
0 stars 0 forks source link

XBox360 > Quiting abgx360 Too Fast Crashes #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Start Script
2. Exit Both passes of abgx360 (the second one is the one that causes the
issue)
3. The script advances to checking the .html file immediately after exiting
the second instance of abgx360, but abgx360 has the file locked, which
causes XBox360 to crash.

This should be handled gracefully, or sleep for a few seconds before
proceeding.

Thread.Sleep should help.

Please use labels and text to provide additional information.

Original issue reported on code.google.com by markus.mcd5@gmail.com on 14 Nov 2009 at 12:26

GoogleCodeExporter commented 9 years ago
Added Thread.Sleep (for 1 second) to allow abgx360 to close the file before 
loading
and checking for string.

Original comment by markus.mcd5@gmail.com on 16 Dec 2009 at 8:15