Go Back   EQEmulator Home > EQEmulator Forums > Archives > Archive::Support > Archive::Windows Servers

Archive::Windows Servers Archive area for Windows Servers's posts that were moved here after an inactivity period of 90 days.

Reply
 
Thread Tools Display Modes
  #1  
Old 05-02-2003, 12:54 AM
CorwynDriscol
Fire Beetle
 
Join Date: May 2003
Location: AZ
Posts: 9
Default Did the search, read the faqs&stickies and server list e

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
Quote:

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=
Quote:

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
Quote:

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


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------------------------

Quote:


The fate of the universe is in your hands. Thanks.
__________________
There's no fate but what we make.
nuff' said.
Reply With Quote
  #2  
Old 05-02-2003, 12:55 AM
CorwynDriscol
Fire Beetle
 
Join Date: May 2003
Location: AZ
Posts: 9
Default

sorry. I quoted the wrong part.
I'm not an idiot. really.
__________________
There's no fate but what we make.
nuff' said.
Reply With Quote
  #3  
Old 05-02-2003, 03:50 AM
Strumiker
Fire Beetle
 
Join Date: Apr 2003
Location: Green Bay
Posts: 3
Default

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
Reply With Quote
  #4  
Old 05-02-2003, 11:52 AM
CorwynDriscol
Fire Beetle
 
Join Date: May 2003
Location: AZ
Posts: 9
Default

Wow. Look at all the errors. Thanks for the tip and the help.
Here's what it gives me.


Code:
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
__________________
There's no fate but what we make.
nuff' said.
Reply With Quote
  #5  
Old 05-02-2003, 02:18 PM
Strumiker
Fire Beetle
 
Join Date: Apr 2003
Location: Green Bay
Posts: 3
Default

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
Reply With Quote
  #6  
Old 05-02-2003, 02:31 PM
CorwynDriscol
Fire Beetle
 
Join Date: May 2003
Location: AZ
Posts: 9
Default

I'm running MySQL 3.23.56
__________________
There's no fate but what we make.
nuff' said.
Reply With Quote
  #7  
Old 05-02-2003, 04:09 PM
CorwynDriscol
Fire Beetle
 
Join Date: May 2003
Location: AZ
Posts: 9
Default

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

Code:
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
__________________
There's no fate but what we make.
nuff' said.
Reply With Quote
  #8  
Old 05-03-2003, 04:50 AM
CorwynDriscol
Fire Beetle
 
Join Date: May 2003
Location: AZ
Posts: 9
Default

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.
__________________
There's no fate but what we make.
nuff' said.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 01:20 AM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3