We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpElectronics,  Serial Library › problems with reacTIVision TUIO_DEMO
Page Index Toggle Pages: 1
problems with reacTIVision TUIO_DEMO (Read 1549 times)
problems with reacTIVision TUIO_DEMO
Jul 19th, 2006, 11:35pm
 
Hi there,
i use the reacTIVision 1.2b on a mac OSX 10.4 and try to implement the TUIO protocoll to processing. can anybody help me with a functional example?
the example from reacTIVision works not properly cause:
"
Exception in thread "Thread-2" java.lang.StackOverflowError
at java.lang.Exception.<init>(Exception.java:29)
"
maybe somebody can give me a hint on using reacTIVision with processing on the macintosh os.
Re: problems with reacTIVision TUIO_DEMO
Reply #1 - Jul 24th, 2006, 3:40pm
 
Hello,
the problem is in the line

textFont(createFont("Sans",12));

where "Sans" can't be found on a Mac system.
Replace it with "Helvetica" or any other font available on your system.

I will provide an updated version of the TUIO_DEMO soon, which will include its own font to avoid this problem.

cheers,
Martin.K
Page Index Toggle Pages: 1