View Single Post
  #4  
Old 01-28-2012, 10:50 PM
pythag
Sarnak
 
Join Date: Jan 2012
Posts: 56
Default

Quote:
Also make sure your logintype variable is set to minilogin
update variables set value = "Minilogin" where varname = "LoginType";
and
Insert into account (name, password, status, minilogin_ip) values ("SuperGreg", "Numba#1!!", 250, "127.0.0.1");

Those parts went off with no errors if you mean that!

as for the command boxes see below
Code:
Loginserver.ini read
[status] loading opcodes..
server mode: minilogin
login server listening on port:5999
6437 New Server connection: 127.0.0.1 port 30483
  0: E0 A0 e5 00 ......
Ok after the "e5 00" there are lots of lines of the same repeating themselves.

another contains this (only the top few lines shown as couldnt copy)
Code:
Failed to open log file: logs/eqemu_debug_world_2208.log
[Debug] [world_init] loading server configuration.
[Debug] [world_init] warning: unable to read log.in
and the other this (only the top few lines shown as couldnt copy)
Code:
Failed to open log file: logs/eqemu_debug_3968.log
[Debug] [LAUNCHER__INIT] Loading server configuration..
[Debug] [NET__WORLD] WorldConnection connect: Connecting to the server 127.0.0.1
:9000 failed: TCPConnection::Connect(): connect() failed. Error: 10061
[Debug] [LAUNCHER__ERROR] worldserver.Connect() FAILED! Will retry.
[Debug] [LAUNCHER__INIT] Starting main loop...
[Debug] [NET__WORLD] Connected to World: 127.0.0.1:9000
[Debug] [LAUNCHER__WORLD] World told us to start zone dynamic_01.
[Debug] [LAUNCHER__WORLD] World told us to start zone dynamic_02.
[Debug] [LAUNCHER__WORLD] World told us to start zone dynamic_03.
[Debug] [LAUNCHER__WORLD] World told us to start zone dynamic_04.
[Debug] [LAUNCHER__WORLD] World told us to start zone dynamic_05.
[Debug] [LAUNCHER__ERROR] World told us to start zone dynamic_01,
Reply With Quote