jpaulm/drawfbp

java.lang.NullPointerException in 2.10.7

Closed this issue · 1 comments

Hi all,

I downloaded DrawFBP and in the 2.10.7 build I am getting the following error:

java -jar drawfbp-2.10.7.jar
Exception in thread "main" java.lang.NullPointerException
at com.jpmorrsn.graphics.DrawFBP.createAndShowGUI(DrawFBP.java:329)
at com.jpmorrsn.graphics.DrawFBP.(DrawFBP.java:275)
at com.jpmorrsn.graphics.DrawFBP.main(DrawFBP.java:2674)

Just for fun I ran the 2.10.6 build and it works fine.

Environment: Mac OSX 10.10
Java version "1.8.0_25"
Java(TM) SE Runtime Environment (build 1.8.0_25-b17)

Abject apologies! It should be fixed now - please download v2.10.8.

Thanks,

Paul M.

On Sun, Nov 16, 2014 at 11:40 AM, Chris Jimison notifications@github.com
wrote:

Hi all,

I downloaded DrawFBP and in the 2.10.7 build I am getting the following
error:

java -jar drawfbp-2.10.7.jar
Exception in thread "main" java.lang.NullPointerException
at com.jpmorrsn.graphics.DrawFBP.createAndShowGUI(DrawFBP.java:329)
at com.jpmorrsn.graphics.DrawFBP.(DrawFBP.java:275)
at com.jpmorrsn.graphics.DrawFBP.main(DrawFBP.java:2674)

Just for fun I ran the 2.10.6 build and it works fine.

Environment: Mac OSX 10.10
Java version "1.8.0_25"
Java(TM) SE Runtime Environment (build 1.8.0_25-b17)


Reply to this email directly or view it on GitHub
#2.