metakeule / monome-pages

Automatically exported from code.google.com/p/monome-pages
0 stars 0 forks source link

Molar 'Edit Mode' killing lights. #1

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Load up External App in Pages (for a Monome 128 on Mac OS X 10.5.6)
2. Load Molar into Live 7
3. Error produced in Terminal
4. Click 'Update Preferences' in Pages to restore Lights
5. Click (Molar) Edit button on Monome - Produces error again.

What is the expected output? What do you see instead?
Lights should respond in line with the Molar GUI lights, and allow Edit mode.

What version of the product are you using? On what operating system?
Pages 0.1.9 with Live 7.0.7

Here's the result of running the App from the Terminal:

Momo-MacBook:Monome momo$ java -jar pages-0.1.9.jar
Open Configuration
oscoutport is 7070

////////// This is what happens upon load when I press a button:

Exception in thread "Thread-8" java.lang.ArrayIndexOutOfBoundsException: 0
    at
org.monome.pages.ExternalApplicationPage.acceptMessage(ExternalApplicationPage.j
ava:373)
    at com.illposed.osc.utility.OSCPacketDispatcher.dispatchMessage(Unknown
Source)
    at com.illposed.osc.utility.OSCPacketDispatcher.dispatchMessage(Unknown
Source)
    at com.illposed.osc.utility.OSCPacketDispatcher.dispatchPacket(Unknown Source)
    at com.illposed.osc.OSCPortIn.run(Unknown Source)
    at java.lang.Thread.run(Thread.java:613)

///////// So I hit 'Update Preferences' and the lights come on. Woo! But
when I hit the 'Edit' button in Molar:

Exception in thread "Thread-9" java.lang.ArrayIndexOutOfBoundsException: 0
    at
org.monome.pages.ExternalApplicationPage.acceptMessage(ExternalApplicationPage.j
ava:373)
    at com.illposed.osc.utility.OSCPacketDispatcher.dispatchMessage(Unknown
Source)
    at com.illposed.osc.utility.OSCPacketDispatcher.dispatchMessage(Unknown
Source)
    at com.illposed.osc.utility.OSCPacketDispatcher.dispatchPacket(Unknown Source)
    at com.illposed.osc.OSCPortIn.run(Unknown Source)
    at java.lang.Thread.run(Thread.java:613)

////// It will keep throwing this Exception every time I hit Edit,
incrementing the Thread number by 1.

Original issue reported on code.google.com by momoDmon...@gmail.com on 24 Dec 2008 at 9:54