TUIO Simulator
Posted: 03 September 2008 02:58 PM   [ Ignore ]
Rank
Joined  2008-06-27
Total Posts:  42
New Member

i think i’m missing something

it does not work, does not sent any events
did anybody tried it ?
cheers

Profile
 
 
Posted: 03 September 2008 03:21 PM   [ Ignore ]   [ # 1 ]
Rank
Joined  2008-05-17
Total Posts:  92
New Member

yeah, it works for me with no problems. What are you trying to do?

 Signature 

Nuigroup wiki

Profile
 
 
Posted: 03 September 2008 03:24 PM   [ Ignore ]   [ # 2 ]
Rank
Joined  2008-06-27
Total Posts:  42
New Member

i want to run some demos

the ones in processing if possible

and start from there , but nothing happens

is there anything else I have to start besides the simulator and the demo ?

Profile
 
 
Posted: 03 September 2008 03:47 PM   [ Ignore ]   [ # 3 ]
Avatar
RankRankRankRank
Joined  2007-09-18
Total Posts:  791
Moderator

any error message from the processing board ?

 Signature 

How many touches can you simultaneously perform ? 

le WIKI en Français

Profile
 
 
Posted: 03 September 2008 03:51 PM   [ Ignore ]   [ # 4 ]
Rank
Joined  2008-06-27
Total Posts:  42
New Member

this is what i get in processing and the simulator is running . This is the TuioDemo

java.lang.UnsupportedClassVersionError: com/illposed/osc/OSCListener (Unsupported major.minor version 49.0)
at java.lang.ClassLoader.defineClass0(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.access$100(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)

Profile
 
 
Posted: 04 September 2008 03:00 AM   [ Ignore ]   [ # 5 ]
Avatar
RankRank
Joined  2007-04-03
Total Posts:  246
Moderator

seems like you’re using an old java version…

 Signature 

My multitouch blog: http://www.multigesture.net
Howto: Compile touchlib on windows XP/Vista
Howto: Compile touchlib on Ubuntu Linux
Downloads: Touchlib SVN builds

Profile
 
 
Posted: 04 September 2008 03:28 AM   [ Ignore ]   [ # 6 ]
Rank
Joined  2008-06-27
Total Posts:  42
New Member

yest, that was it
stupid me smile
cheers

Profile