PDA

View Full Version : Did the search, read the faqs&stickies and server list e


CorwynDriscol
05-02-2003, 12:54 AM
OK. Maybe it's something real simple I'm missing. I've read all the faqs, stickies and other posts. I still have an empty server list when I run the game. I'm using minilogin because I just want to run it on my home machine so I can go exploring the world.

I'm running a Win98 OS, P4-1.8, 512 meg ram. Ample drive space, nvidia video card. (EQ runs fine without emulation)

I've tried switching localhost with 127.0.0.1 in all kinds of different combos. I have the mysqladmin tool loaded and running in the background. There are no errors when I run minilogin.exe

world.exe says some stuff, but it closes so fast I can't read it.

the boot5zones.bat flies by too, but window that remains has no errors, just the REM statements.




db.ini:
[/quote]
[Database]
host=localhost
user=eqemu
password=eqemu
database=eq
compression=off


loginserver.ini

[LoginServer]
loginserver=localhost
loginserver2=localhost
loginport=5999
loginport2=5999
worldname=Trager
worldaddress=localhost
locked=false
account=
password=

[WorldServer]
Defaultstatus=
Unavailzone=

[LoginConfig]
ServerMode=Standalone
ServerPort=5999
UplinkAddress=
UplinkPort=
UplinkAccount=
UplinkPassword=


miniloginaccounts.ini

# Max 200 lines total (including comments and blank lines)
# Blank lines may mess up the line # reported in error messages

localhost eqemu eqemu
localhost eqemu eqemu


eqhost.txt

[Registration Servers]
{
"localhost:5999"
}
[Login Servers]
{
"localhost:5999"
}



boot5zones.bat

REM: ****Read this first!!!****

REM: This file requires your real IP in the place of "hosthere" when you are connecting
REM: To the EQEmu Loginserver.

REM: When you are using minilogin, Replace all IP Addresses to say 127.0.0.1

REM: If you still get errors try using localhost instead of 127.0.0.1

REM:--------------Start-----------------------
@ECHO OFF

if NOT exist spells_en.txt goto NOSPELL

start zone . 127.0.0.1 7995 127.0.0.1
start zone . 127.0.0.1 7996 127.0.0.1
start zone . 127.0.0.1 7997 127.0.0.1
start zone . 127.0.0.1 7998 127.0.0.1
start zone . 127.0.0.1 7999 127.0.0.1

exit
cls

:NOSPELL
echo You did not copy the spells_en.txt from your everquest directory to this one. Please do so or zones will crash on startup.
PAUSE

REM:---------------END------------------------




The fate of the universe is in your hands. Thanks.

CorwynDriscol
05-02-2003, 12:55 AM
sorry. I quoted the wrong part.
I'm not an idiot. really.
:oops:

Strumiker
05-02-2003, 03:50 AM
to find out what errors yer getting, use a command prompt in windows instead of just running the program.

START > Run > Command > OK

then goto your EQEmu directory and run world.exe from there, the window won't go away. let me know what the dealio is and we can try to help you :)

CorwynDriscol
05-02-2003, 11:52 AM
Wow. Look at all the errors. Thanks for the tip and the help.
Here's what it gives me.



C:\eqemu\EQEMU>world
Failed to connect to database: Error: #2003: Can't connect to MySQL server on 'l
ocalhost' (10061)
[Status] CURRENT_WORLD_VERSION:EQEMu 0.4.4-DR1
[Error] CURRENT_WORLD_VERSION:EQEMu 0.4.4-DR1
Loading Variables, zone names & items...
Database Error: Lost connection, attempting to recover....
DB Query Error #2006: MySQL server has gone away
Error in LoadVariables query 'SELECT varname, value, unix_timestamp() FROM varia
bles where unix_timestamp(ts) >= 0' #2006: MySQL server has gone away
Database Error: Lost connection, attempting to recover....
DB Query Error #2006: MySQL server has gone away
Error in LoadZoneNames query 'SELECT MAX(zoneidnumber) FROM zone' #2006: MySQL s
erver has gone away
LoadEMuShareMemDLL::Load() failed error=120
Error: Could not load item data

Strumiker
05-02-2003, 02:18 PM
the most evident would be that it is not able to see the mysql server. which version of it are you running? i had some issues using the newest version of it. currently i'm running the 3.23 production version and i don't have any problems.

contact me on irc or icq/aim/yahoo/msn and i can try to help you through if you got problems

CorwynDriscol
05-02-2003, 02:31 PM
I'm running MySQL 3.23.56

CorwynDriscol
05-02-2003, 04:09 PM
OK. I must have changed something (extra space maybe) and hopefully have gotten myself closer. Here is what I have now when I run world.exe


C:\eqemu\EQEMU>world
Using database 'eq' at localhost
[Status] CURRENT_WORLD_VERSION:EQEMu 0.4.4-DR1
[Error] CURRENT_WORLD_VERSION:EQEMu 0.4.4-DR1
Loading Variables, zone names & items...
LoadEMuShareMemDLL::Load() failed error=127
Error: Could not load item data

CorwynDriscol
05-03-2003, 04:50 AM
I got it!!! Woohoo.

Here's what I had to do (as close as I can remember). In my boot5zones I had to keep it as localhost and not 127.0.0.1, but the main thing was to download the 44dr1.zip file which contains a version of the dll that works with win98.

I'm off to rule a world.

Thanks for the help.