marcosf63 / tlc5940arduino

Automatically exported from code.google.com/p/tlc5940arduino
0 stars 0 forks source link

Animation Creator doesn't work on Mac OSX #11

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. java AnimationCreator

What is the expected output? What do you see instead?
produce an animation file.
Instead I get errors.

command I entered: "sudo java AnimationCreator"

Writing ani_arduino.h
Exception in thread "main" java.lang.NullPointerException
    at AnimationCreator.autoProcess(AnimationCreator.java:46)
    at AnimationCreator.main(AnimationCreator.java:25)

Tried with and without "sudo". No difference in errors.

What version of the product are you using? On what operating system?

Mac OSX 10.6.x
Arduino 1.0.1

Please provide any additional information below.

Original issue reported on code.google.com by philg...@gmail.com on 5 Aug 2012 at 1:00