Page 1 of 1

An exception during shutdown

Posted: Wed Jul 04, 2007 4:09 am
by OldnGrey
A really strange exception during shutdown.

Happened when it was logging people off and the logoff.ecl was running from the Distro Party system.

Code: Select all

include ":partySystem:config";

program LogOff(character)
	var party := GetObjProperty(character, PARTY_PROP);
	
	if ( party )
		Start_Script("handlePartyRemove", array{character, character.serial, party});
	endif

	return 1;
endprogram
Exception happened at PC21 which is the return 1; line.

Does this make sense? I have 2 crash dumps for the same thing.