You are missing this texture 3DO/Effects/GunShells/GunsmokeI.tga so your plane is not loading and game crashes
This error is common among many people and is not fatal.
This one, however, is fatal:
Spawn.get( com.maddox.il2.objects.air.F_16A_B10 ): com/maddox/il2/objects/air/
TypeLaserDesignatorjava.lang.NoClassDefFoundError: com/maddox/il2/objects/air/
TypeLaserDesignatorThe Class of this aircraft uses a new "Type" in its code and you do not have the corresponding Class (TypeLaserDesignator.class).
So clearly, this plane is not compatible with your current game!
Class plane :
public class F_16 extends Scheme1 implements TypeSupersonic, TypeFighter,
TypeFighterAceMaker, TypeAcePlane, TypeGSuit, TypeFastJet, TypeRadar,
TypeBomber,
TypeLaserDesignator, TypeFuelDump,
TypeRadarWarningReceiver, TypeGuidedMissileCarrier, TypeCountermeasure {
While I don't understand why the "TypeLaserSpotter" Class is present in the pack...