You are not logged in.

#1 2014-01-07 00:40:49

crms1496
Member
Registered: 2013-10-26
Posts: 4

newLISP-GS connection problems when using wifi

I am attempting to use the newLISP gui server for a program I want to make. I am encountering a problem.
I load the library and initialize the server:

newLISP-GS v.1.5 on Linux
 double buffering supported.
 listening on 47011
 accepted connection from 0.0.0.0
 connecting to 0.0.0.0:47012

At this point, the program will keep retrying for a connection, and will never connect.
I tried disconnecting myself from my wifi network, as a hunch. This is where it gets weird.

newLISP-GS v.1.5 on Linux
 double buffering supported.
 listening on 47011
 accepted connection from 0.0.0.0
 connecting to 0.0.0.0:47012
 retrying to connect
 retrying to connect (and then that line 20 more times)
 retrying to connect
 server could not connect to 0.0.0.0:47012

This happens over the course of a few seconds. Although the connection failed, it was more output than before.
I shut off my wifi antenna, and retry.

newLISP-GS v.1.5 on Linux
 double buffering supported.
 listening on 47011
 accepted connection from 0.0.0.0
 connecting to 0.0.0.0:47012
 retrying to connect
21
> server connected

At this point, I can reconnect to the network, and everything will work fine.
I do not think this problem has to do with newLISP as much as it has to do with my system.
Although the default settings for GS are to use localhost, it seems to take input from 0.0.0.0.
Any suggestions? Thanks.

Offline

Board footer

Powered by FluxBB