Details
- 
    Type:
Bug
 - 
    Status: Open
 - 
    Priority:
Major
 - 
    Resolution: Unresolved
 - 
    Affects Version/s: 2.11.3.0, 2.11.3.1, 2.11.3.2, 2.11.3.3, 2.11.4.0, 2.11.4.1, 2.11.5.0
 - 
    Fix Version/s: 2.11.5.1
 - 
    Component/s: Command Line Interface
 - 
    Labels:
 
- 
        Sprint:2.11.3.3 release
 
Description
                    Using --image temp1aln.ong as a CLI results in a null pointer exception (see below) rather than a more informative 'Image format not recognised from .ong'
ERROR - Unexpected error during export to 'temp1aln.ong'
java.lang.NullPointerException: null
at jalview.bin.Commands.processImages(Commands.java:1007) [jalview-all-j11.jar:2.11.3.1]
at jalview.bin.Commands.processArgs(Commands.java:149) [jalview-all-j11.jar:2.11.3.1]
at jalview.bin.Jalview.doMain(Jalview.java:841) [jalview-all-j11.jar:2.11.3.1]
at jalview.bin.Jalview.main(Jalview.java:258) [jalview-all-j11.jar:2.11.3.1]
ERROR - Unexpected error during export to 'temp1aln.ong'
java.lang.NullPointerException: null
at jalview.bin.Commands.processImages(Commands.java:1007) [jalview-all-j11.jar:2.11.3.1]
at jalview.bin.Commands.processArgs(Commands.java:149) [jalview-all-j11.jar:2.11.3.1]
at jalview.bin.Jalview.doMain(Jalview.java:841) [jalview-all-j11.jar:2.11.3.1]
at jalview.bin.Jalview.main(Jalview.java:258) [jalview-all-j11.jar:2.11.3.1]