RES: breve Digest, Vol 21, Issue 14
"Willian Filus" <[email protected]> Sun, 24 Apr 2005 16:37:51 -0300
| Newsgroups | gmane.comp.breve |
|---|---|
| Message-ID | <[email protected]> |
Hello all,
This error appears in the first time I run script, I using the windows
platform and I don't know how invoke any method in http;
The error is:
Cannot create socket: No error
error: network error for NetworkServer (019CA450) listening on port 2222
@include "Mobile.tz"
@include "Control.tz"
@include "NetworkServer.tz"
Controller Main.
Control : Main{
+ variables:
ball2 (object).
ball3 (object).
net (object).
+ to init:
ball2 = new Balls.
ball3 = new Balls.
ball2 move to (2.0,0.5,0.0).
net = new NetworkServer.
net listen on-port 2222.
+ to cor on item(object):
item set-color to (1,0,0).
+ to teste:
print "Teste".
}
Thanks for help,
Willian
-----Mensagem original-----
De: [email protected] [mailto:[email protected]] Em
nome de [email protected]
Enviada em: Friday, April 22, 2005 1:01 PM
Para: [email protected]
Assunto: breve Digest, Vol 21, Issue 14
Send breve mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.spiderland.org/mailman/listinfo/breve
or, via email, send a message with subject or body 'help' to
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of breve digest..."
Today's Topics:
1. Re: Web interface (jon klein)
2. Re: updated breve 2.2 beta for OS X, Linux and Windows (idevx)
3. Re: Web interface (Rajesh)
4. Re: updated breve 2.2 beta for OS X, Linux and Windows (jon klein)
----------------------------------------------------------------------
Message: 1
Date: Thu, 21 Apr 2005 21:42:11 -0400
From: jon klein <[email protected]>
Subject: Re: [breve] Web interface
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
On Apr 21, 2005, at 3:31 PM, Willian Filus wrote:
>
> Hello,
>
> I try to create a network server using web-interface, but I not obtain
> success, this error
>
> Cannot create socket: No error
> error: network error for NetworkServer (01999EE0) listening on port
> 5555
>
> and I try open in web browser, but not obtain success too, you can
> explain how function it ?, you can give an example. I read the manual
> but I not understand this part.
>
> I try change the color of balls invoking the cor method in web browser.
Hi Willian,
what platform are you working on? Your code works for me the way it is
on Mac OS X.
- jon klein
------------------------------
Message: 2
Date: Fri, 22 Apr 2005 02:24:52 -0300 (ART)
From: idevx <[email protected]>
Subject: Re: [breve] updated breve 2.2 beta for OS X, Linux and
Windows
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=iso-8859-1
Hi, I tried the new 2.2 [OS X] build but it fails to
launch, on both 10.3.8 and 10.3.9. The log shows
"dyld:
/Users/ignacio/Desktop/breve.app/Contents/MacOS/breve
can't open library: /usr/local/lib/libtiff.3.dylib
(No such file or directory, errno = 2)"
Comparing this binary with the previous 2.2d, it seems
that the new version tries to link with
/usr/local/lib/libtiff.3.dylib (wich is not available
in that path - this causes the first error) and also
with /usr/local/lib/libjpeg.6.2.dylib and with
/usr/local/lib/libpng.3.dylib (not available either,
but not reported since the app quits on the first
error)
I tried this on two machines: a G4 with 10.3.8 & a G5
with 10.3.9+securityupdate002 reinstalled to fix the
problems with java caused by the 10.3.9 update, with
the same results.
- Ignacio
--- jon klein <[email protected]> wrote:
>
> Hi everybody,
> the beta of breve 2.2 has been updated to fix a
> number of problems
> people here reported. Thanks for the feedback, and
> keep it coming!
>
> http://gibson.hampshire.edu/~jklein/breve_2.2_beta
>
> This build is getting close to the release. If
> there are no major
> problems reported, I expect to make the release
> early next week.
>
> Here's a partial list of the fixes in this build:
>
> - fixed crash in SwarmEvolve-2.0
> - added call-method function exports for Windows
> plugin library
> - fixed cryptic "no error" error message
> - added documentation to Windows and Linux releases
> - resized windows to fit 1024x768 screens
> - OS X breve document icons changed
> - "java" error message removed
> - "vclip" depth errors removed
>
>
> - jon klein
>
> _______________________________________________
> breve mailing list
> [email protected]
> http://lists.spiderland.org/mailman/listinfo/breve
>
---------------------
http://www.wirelesshamster.com/
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
------------------------------
Message: 3
Date: Fri, 22 Apr 2005 11:29:56 +0530
From: Rajesh <[email protected]>
Subject: Re: [breve] Web interface
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Hi William,
Are you seeing the error:
the first time you run the script
or
when you are running the script second/third time?
I faced this issue recently twice, it happened when I had to stop
the exeuction of the script . When I reran the script, I saw similar
error(that you have stated) . When I ran the script with different port
number, it worked fine. But I was not able to reproduce it later on.
---
Rajesh
------------------------------
Message: 4
Date: Fri, 22 Apr 2005 10:49:21 -0400
From: jon klein <[email protected]>
Subject: Re: [breve] updated breve 2.2 beta for OS X, Linux and
Windows
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=US-ASCII; format=flowed
On Apr 22, 2005, at 1:24 AM, idevx wrote:
> Hi, I tried the new 2.2 [OS X] build but it fails to
> launch, on both 10.3.8 and 10.3.9. The log shows
> "dyld:
> /Users/ignacio/Desktop/breve.app/Contents/MacOS/breve
> can't open library: /usr/local/lib/libtiff.3.dylib
> (No such file or directory, errno = 2)"
This has been fixed. The OS X beta has been updated:
http://gibson.hampshire.edu/~jklein/breve_2.2_beta/
- jon klein
------------------------------
_______________________________________________
breve mailing list
[email protected]
http://lists.spiderland.org/mailman/listinfo/breve
End of breve Digest, Vol 21, Issue 14
*************************************
Esta mensagem foi verificada pelo E-mail Protegido Terra.
Scan engine: McAfee VirusScan / Atualizado em 21/04/2005 / Versco: 4.4.00 -
Dat 4474
Proteja o seu e-mail Terra: http://mail.terra.com.br/
_______________________________________________
breve mailing list
[email protected]
http://lists.spiderland.org/mailman/listinfo/breve