Klutz

Joined: 14th Jul 2009
Posts: 1737
Re: 1[ERR] Socket_BindFailed: The requested address is not valid
Aww shitty. I'm getting confused with all the posts lol. Well then do the first part and edit sln settings to: SLN = yes
---
Web developer, currently looking for graphic artists / designers.
14 years, 18 weeks ago
|
[ERR] Socket_BindFailed: The requested address is not valid
yeh but when i try to get my server to connect to my no ip thats when crap happens.
14 years, 18 weeks ago
|
Klutz

Joined: 14th Jul 2009
Posts: 1737
Re: 1[ERR] Socket_BindFailed: The requested address is not valid
You cannot connect to your own PC via domain or sub-domain by default, you should connect using 127.0.0.1 or localhost. You should check if anybody else can connect using your sub-domain (no-ip).
If you would like to connect to your 'no-ip' with your own computer, you should edit your computer hosts file. Which really isn't necessary.
---
Web developer, currently looking for graphic artists / designers.
14 years, 18 weeks ago
|
[ERR] Socket_BindFailed: The requested address is not valid
ok last problem i have......
[ERR] Client caused an exception and was closed: 127.0.0.1.
[ERR] Database_QueryFailed: table characters has no column named quest
how do i make the column named quest?
14 years, 18 weeks ago
|
Ananas
Moderator
Joined: 22nd Apr 2009
Posts: 2190
Re: 1[ERR] Socket_BindFailed:
coldwave101 posted: (6th Mar 2011 04:06 am)
ok last problem i have......
[ERR] Client caused an exception and was closed: 127.0.0.1.
[ERR] Database_QueryFailed: table characters has no column named quest
how do i make the column named quest?
ALTER TABLE characters ADD COLUMN quest DEFAULT NULL;
Kinda can't remember if the DEFAULT NULL is correct. Could also be NOT NULL? ---
"Pineapples and shit."
14 years, 18 weeks ago
| | | | |