World not connecting to login
When I load my World.exe it goes through the normal load commands then says
Code:
TCP listening on: 192.168.0.4:9000 Code:
[LoginServer] |
update on this problem...
Loginserver.ini Code:
Code:
TCP listening on: 192.168.0.4:9000 However, if I change my loginserver.ini.... Code:
[LoginServer] Code:
TCP listening on: 192.168.0.4:9000 Why is it that with the extra chatserver part at the bottom of my loginserver it sets it to minilogin server type yet without it I can't connect to the login server. I don't want to have a minilogin server and I am not running minilogin so I am wondering why its doing this. |
There are three issues here:
The Loginserver type is set to MiniLogin if you have done: Code:
INSERT INTO variables (varname, value, information) VALUES ('LoginType', 'Minilogin', 'Set this to Minilogin to login using a minilogin server :)'); Code:
delete from variables where varname='LoginType'; Second issue. If you don't have a [ChatChannelServer] server block (and your world was compiled with the directive IRC included) the world initialisation doesn't execute a bit of code (LoginServerInfo=1 ), so the world never connects to the login server. Last thing, you should be using loginport=5994, not 5999. |
All times are GMT -4. The time now is 02:26 PM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.