Details
Description
Urgent patch needed for this.
Launching Jalview 2.11.1.1 when the user has no existing .jalview_properties (or has 'SHOW_STARTUP_FILE=true' but no custom value for 'STARTUP_FILE') yields a File Open Error dialog stating there were problems opening the example file.
Console log shows:
java.io.IOException: Problem opening exampleFile_2_7.jvp : FILE CANNOT BE OPENED FOR READING
at jalview.io.FileParse.<init>(FileParse.java:433)
at jalview.io.IdentifyFile.identify(IdentifyFile.java:52)
at jalview.bin.Jalview.doMain(Jalview.java:728)
at jalview.bin.Jalview.main(Jalview.java:212)
Launching Jalview 2.11.1.1 when the user has no existing .jalview_properties (or has 'SHOW_STARTUP_FILE=true' but no custom value for 'STARTUP_FILE') yields a File Open Error dialog stating there were problems opening the example file.
Console log shows:
java.io.IOException: Problem opening exampleFile_2_7.jvp : FILE CANNOT BE OPENED FOR READING
at jalview.io.FileParse.<init>(FileParse.java:433)
at jalview.io.IdentifyFile.identify(IdentifyFile.java:52)
at jalview.bin.Jalview.doMain(Jalview.java:728)
at jalview.bin.Jalview.main(Jalview.java:212)