I am puzzled by this...
Alf and Java should not exit without an error message, so my best guess is, that it is system related.
Does it crash every time?
Guenther Simon wrote:I bet it only crashes against Crafty
Oh, you mean this:
- Code: Select all
if( scary_opponent_detected() )
run_away_and_hide();
-Casper