2007-02-01 02:58:30 UTC
I just downloaded alice-1.3.1.zip from SourceForge and tried to run it (on Windows XP). First, there is no alice.jar. However, it looks as though it runs from:
java -jar JHome-1.3.1.jar
I get:
Connecting to local HAGateway . . .Connected!
Connecting to local FileServer . . .Connected!
Exception in thread "main" java.lang.IllegalArgumentException: setSelectedIndex: 31 out of bounds
at javax.swing.JComboBox.setSelectedIndex(JComboBox.java:595)
at org.wcb.autohome.TimePanel.loadSavedProperties(TimePanel.java:424)
at org.wcb.autohome.TimePanel.setupComponents(TimePanel.java:116)
at org.wcb.autohome.TimePanel.<init>(TimePanel.java:71)
at org.wcb.autohome.SerialPanel.setupComponents(SerialPanel.java:99)
at org.wcb.autohome.SerialPanel.<init>(SerialPanel.java:91)
at org.wcb.autohome.HomeCenterPanel.setupComponents(HomeCenterPanel.java:120)
at org.wcb.autohome.HomeCenterPanel.<init>(HomeCenterPanel.java:76)
at org.wcb.autohome.AliceFrame.<init>(AliceFrame.java:95)
at org.wcb.autohome.Main.main(Main.java:90)
I get the same thing with JDK 1.5.0_09 and 1.6.0.
Not sure what do do next. I have the serial version of ActiveHome and a CM112A that works with it.