FAQ
Cover
This is the archive Discourse for the Processing (ALPHA) software.
Please visit the new Processing forum for current information.

   Processing 1.0 _ALPHA_
   Programming Questions & Help
   Integration
(Moderators: fry, REAS)
   maxlink problem
« Previous topic | Next topic »

Pages: 1 
   Author  Topic: maxlink problem  (Read 1867 times)
mattgilbert

tangramkid WWW Email
maxlink problem
« on: Mar 22nd, 2005, 11:03am »

hi,
 
i'm having trouble using maxlink. i wonder if anyone could help. this may be a processing or java issue, so even if you haven't used maxlink you may know what my problems is.
 
i'm sending small lists of numbers back and forth, one number at a time. so 8 numbers from max to processing, the 2 from processing to max. processing is just doing a little math, but it's much handier for me to use arrays and such in processing.
 
this is what happens:
there are a bunch of "error: bad input" messages in processing, and then the following error:
 
java.lang.reflect.InvocationTargetException
    at sun.reflect.GeneratedMethodAccessor3.invoke(Unkown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor Impl.java:25)
    at java.lang.reflect.method.invoke(Mehtod.java:324)
    at jk.MaxField.setField(MaxField.java:72)
    at jk.MaxLink.processInput(Maxlink.java:179)
 
Usually, this stops the link, and max and processing stop trading messages. Every once in a while it will continue working, in spite of these messages. I can't see what the difference is between when it does stop sending messages and when it does.
 
Any clues?
 
matt
 
michelle


Re: maxlink problem
« Reply #1 on: Mar 26th, 2005, 7:49pm »

You have to connect your computer to a lan with a network-cabel. Maxlink ist using this port. I my case it worked.
 
Pages: 1 

« Previous topic | Next topic »