PDA

View Full Version : Having a nightmare after EQW 2.22


Pneu
06-04-2002, 10:56 PM
After getting the no keyboard input in EQW2.21 I upgraded to EQW 2.22, at the same time I made the mistake of trying to import someone else's sql database, which i've now deleted and created a new fresh database with a different name (ie. now drylleq rather than eq) from the db.sql provided with eqemu

I am getting incorrect version at login. I'm running eqemu-0.3.3.1.


db.ini contains:
-------------------
[Database]
host=localhost
user=****
password=****
database=drylleq


loginserver.ini contains:
------------------------------
[LoginServer]
loginserver=localhost
loginserver2=localhost
loginport=5999
loginport2=5999
worldname=Dryll
locked=false
account=
password=
worldaddress=localhost

[LoginConfig]
ServerMode=Standalone
ServerPort=5999
*other stuff was here but was empty*


eqhost.txt contains:
-------------------------
[Registration Servers]
{
"localhost:5999"
}
[Login Servers]
{
"localhost:5999"
}


I've tried for 2 days to fix this and now admit I am at a total loss, I don't understand what i've done wrong and would be grateful for any help. Especially as today is patch day in Sonyland!

Going back to the previous eqemu and EQW gives the same results, so i'm guessing something somewhere else has changed - is there a registry key I can wipe and get by on the old version for now?

Pneu

Pneu
06-05-2002, 12:49 AM
I forgot to include my OS: Windows Millenium Edition

In case it is relevent here is my boot5zones batch file:

@echo off
start zone9x . 127.0.0.1 7995 127.0.0.1
start zone9x . 127.0.0.1 7996 127.0.0.1
REM start zone9x . 127.0.0.1 7997 127.0.0.1
REM start zone9x . 127.0.0.1 7998 127.0.0.1
REM start zone9x . 127.0.0.1 7999 127.0.0.1
cls
exit


I changed it slightly to rem out 3 zones (using 1 client on minilogin only seems to ever use 2 at the most and this sped my machine up greatly)

I changed cls and exit around so that the script exited properly.



MiniLogin Returns:
LoginServer.ini read.
Server mode: Standalone
Login server listening on port:5999
New TCP connection: 127.0.0.1:2191
71850 New client from ip: 127.0.0.1 port: 2196
Client disconnected (eqnc->GetState()=150)
Removing client from ip: 127.0.0.1, port: 2196


World Returns:
LoginServer.ini read.
Using database 'drylleq' at localhost
Loading zone names & items...done.
Loading guild ranks...done.
World server listening on: port 9000
Connected to LoginServer: localhost:5999
New TCP connection: 127.0.0.1:2198
New zoneserver: #1 127.0.0.1:2198
Zoneserver SetConnectInfo: 127.0.0.1:2198: 127.0.0.1:7995
New TCP connection: 127.0.0.1:2199
New zoneserver: #2 127.0.0.1:2199
Zoneserver SetConnectInfo: 127.0.0.1:2199: 127.0.0.1:7996


Each zone windows Returns:
Using database 'drylleq' at localhost
Loading zone names, items & NPCs...done.
Spells loaded from 'spdat.eff'.
Loading guild ranks...done.
Loading faction data...done.
Connected to worldserver: 127.0.0.1:9000
Entering sleep mode


I have since tried the eqgame patchme option and that also fails :(

Pneu

PS: I hate patch day.

Pneu
06-05-2002, 02:09 AM
FIXED!

For anyone with the same problem, I needed the updated Minilogin.exe file from http://sourceforge.net/projects/eqemu/

:)

Pneu