On 03/11/2014 12:29 PM, Jack wrote:
Hello,
I need help to understand this problem (see below) and solve
it.
It seems to work fine with Pd-Ext 0.42.5 (but not with Pd-Ext
0.43.4).
That leads me to believe it has something to do with the GUI
rewrite, which happened between 0.42 and 0.43.
Here's the relevant code-- line 90 in source/TUIO/TuioClient.cpp
if (socket!=NULL) {
if (!socket->IsBound()) {
delete socket;
socket = NULL;
} else std::cout << "listening to TUIO
messages on UDP port " << port << std::endl;
}
***
Somehow std::cout must be printing to the console in 0.42 and
sending to the gui (i.e., tcl) in 0.43.
If you send a GUI message to tcl it interprets the first word as a
command. That's why you get the error below.
I don't know enough about c++ to give you a fix, but I'm sure
someone else on the list does.
Btw the relevant code is here:
http://sourceforge.net/projects/reactivision/files/TUIO%201.0/TUIO-Clients%201.4/TUIO_PureData-1.4.zip/download?use_mirror=tenet&download=
Then unzip the nested source.zip.
-Jonathan
Thanx.
++
Jack
Le 16/04/2013 12:08, Marco Donnarumma a écrit :
I can confirm, the GUI doesn't show up at all on my
machine too.
Linux Lucid 10.04 pd-ext 0.43.4
_______________________________________________
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
_______________________________________________
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
_______________________________________________
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list