NEW FLOSC 2.0.3
Posted: 20 September 2007 02:54 AM   [ Ignore ]
Avatar
RankRankRankRankRankRank
Joined  2007-04-08
Total Posts:  2415
Dedicated

Here’s a new version of FLOSC. Thanks to nacho for developing it further. Just start it up, put in the port information and go! If you try to exit by clicking the “X” this will minimize to the windows tray. So, make sure to quit the application entirely when trying to exit. No more having to edit .bat files! Wooo!

File Attachments
FLOSC-2_0_3.jar  (File Size: 27KB - Downloads: 852)
 Signature 

techsparked.com for creative and emergent technology inspiration. Post your multitouch apps and projects.

Follow me on:
My Blog
Youtube
Twitter
Linkedin

Profile
 
 
Posted: 20 September 2007 04:45 PM   [ Ignore ]   [ # 1 ]
Rank
Joined  2007-08-30
Total Posts:  17
New Member

it gives exceptional error

Profile
 
 
Posted: 21 September 2007 02:15 AM   [ Ignore ]   [ # 2 ]
Rank
Joined  2007-08-31
Total Posts:  53
New Member

check you’ve the last JRE installed (1.6_XXXX)

Profile
 
 
Posted: 21 September 2007 04:36 AM   [ Ignore ]   [ # 3 ]
Rank
Joined  2007-08-24
Total Posts:  33
New Member

Hello, what are the list of changes for this new version? Any documentation?

Profile
 
 
Posted: 21 September 2007 04:55 AM   [ Ignore ]   [ # 4 ]
Rank
Joined  2007-08-31
Total Posts:  53
New Member

The main changes are:

- splash screen (wow)
- graphical interface <- no more bat files are needed, just double click the jar file smile
- tray icon
- xml from flash is parsed using java XML classes (no more string tokenizer and all of this stuff) <- this is the main advantage if you are sending packets as with last version from Ben tag and attributes order where important although if it was XML they SHOULDN’T !!
- start/stop server without closing application
- change port settings while server is stopped ....

and sure I’m forgetting all other stuff, however if you knew last Flosc server you would had noticed all graphical features wink

I think it’s stable although some little improvements can be already done as I have some more time, however if any of you notice something isn’t working you’re pleased to say it so it can be solved smile

Profile
 
 
Posted: 01 October 2007 12:05 PM   [ Ignore ]   [ # 5 ]
Rank
Joined  2007-08-24
Total Posts:  33
New Member

Yo Nacho,

Tried using the new Flosc, apparently there is no command screen for users to see if things are working.

Even with the old FLOSC, I have encountered an exception. Posted on separate thread.

Is your source code open source?

Profile
 
 
Posted: 01 October 2007 12:11 PM   [ Ignore ]   [ # 6 ]
Rank
Joined  2007-08-31
Total Posts:  53
New Member

sure, you can find it a http://code.google.com/p/flosc

however check the ports you have specified are NOT in use or it would crash with an java.lang.NullPointerException
That’s something i should still work on to show a nice error message smile

Profile
 
 
Posted: 02 October 2007 12:01 PM   [ Ignore ]   [ # 7 ]
Rank
Joined  2007-07-14
Total Posts:  36
New Member

I can occasionally make FLOSC crash if OSC starts tracking too many blobs (massive change in the background plate, i.e I switch the IR lights on/off on my FTIR screen). Don’t know if that is the problem you are having.

 Signature 

http://www.pixelgesture.com
Touch Is Everything

Profile
 
 
Posted: 03 October 2007 06:50 AM   [ Ignore ]   [ # 8 ]
Rank
Joined  2007-08-24
Total Posts:  33
New Member

Ya, I encountered the same problem. I used a reading lamp to test. Have highlighted this problem in another thread

http://nuigroup.com/forums/viewthread/182/

Profile
 
 
Posted: 06 October 2007 03:10 AM   [ Ignore ]   [ # 9 ]
Rank
Joined  2007-09-08
Total Posts:  30
New Member

In macosx 10.4.10 i get the following errors :

===== Saturday, October 6, 2007 9:53:09 AM Europe/Amsterdam =====
Exception in thread “main” java.lang.UnsupportedClassVersionError: Bad version number in .class file
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:620)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:268)
at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)

May god know what that means.

 Signature 

Multitouch project : http://www.muhneer.nl/blog/

Profile
 
 
Posted: 06 October 2007 03:25 AM   [ Ignore ]   [ # 10 ]
Rank
Joined  2007-09-08
Total Posts:  30
New Member

Ah i notice now that MacOsx doenst have JRE 1.6 available yet. still stuck to 1.5.

Thanks anyway.

 Signature 

Multitouch project : http://www.muhneer.nl/blog/

Profile