[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [sc-dev] RESULT = 5



What does it mean if you try and boot SC3 using s.boot and get RESULT = 5 ?

It seems the problem is not with the build but something local to my machine.

Could it be to do with local = Server.new(\localhost, NetAddr("127.0.0.1", 57110)); and my computer thinking it has a different NetAddr . . . ?

Or what else maybe ?

what are your tcp settings?
you might have all running on PPP because of a modem setting?

the loopback is alway 127.0.0.1
you could try to ping yourself in terminal:

ping 127.0.0.1

or try another port?