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 06-08-2004, 01:10 PM
nofx712
Fire Beetle
 
Join Date: Jun 2004
Posts: 2
Default Can't connect to my server

Ok, there are no errors at all in the outputs from world.exe or boot5zones.exe, not even when someone attempts to join. After clicking play everquest, the screen turns black like it was about to show the loading screen, but then they get kicked back to the login screen.

world.exe:
[Status] CURRENT_WORLD_VERSION:EQEMu 0.5.7-DR4
[Status] Loading variables..
[Status] Loading zones..
[Status] Loading items..
[Status] EMuShareMem loaded
[Status] Loading items from database: count=28731, max id=693
[Status] ./LoginServer.ini read.
[Status] Loading guild ranks..
[Status] Loading ./addon.ini..
[Status] Loading EQ time of day..
[Status] Reboot zone modes ON
[Status] Deleted 0 stale player corpses from database
[Status] Deleted 0 stale player backups from database
Warning: Pants may change during online play.
TCP listening on: 68.4.###.###:9000
World server listening on: 68.4.###.###:9000
Connected to LoginServer: eqemulator.net:5995
52469 New TCP connection: 127.0.0.1:1929
New zoneserver: #1 127.0.0.1:1929
52500 New TCP connection: 127.0.0.1:1930
52500 New TCP connection: 127.0.0.1:1931
52500 New TCP connection: 127.0.0.1:1932
52500 New TCP connection: 127.0.0.1:1933
New zoneserver: #2 127.0.0.1:1933
New zoneserver: #3 127.0.0.1:1932
New zoneserver: #4 127.0.0.1:1931
New zoneserver: #5 127.0.0.1:1930
Zoneserver SetConnectInfo: 127.0.0.1:1929: YourIP:7998
Zoneserver SetConnectInfo: 127.0.0.1:1930: YourIP:7996
Zoneserver SetConnectInfo: 127.0.0.1:1931: YourIP:7997
Zoneserver SetConnectInfo: 127.0.0.1:1932: YourIP:7995
Zoneserver SetConnectInfo: 127.0.0.1:1933: YourIP:7999

zone.exe/boot5zones.bat
[Status] CURRENT_WORLD_VERSION:EQEMu 0.5.7-DR4
[Status] Loading variables..
[Status] Loading zones..
[Status] Loading items..
[Status] EMuShareMem loaded
[Status] Loading items from database: count=28731, max id=693
[Status] ./LoginServer.ini read.
[Status] Loading guild ranks..
[Status] Loading ./addon.ini..
[Status] Loading EQ time of day..
[Status] Reboot zone modes ON
[Status] Deleted 0 stale player corpses from database
[Status] Deleted 0 stale player backups from database
Warning: Pants may change during online play.
TCP listening on: 68.4.###.###:9000
World server listening on: 68.4.###.###:9000
Connected to LoginServer: eqemulator.net:5995
52469 New TCP connection: 127.0.0.1:1929
New zoneserver: #1 127.0.0.1:1929
52500 New TCP connection: 127.0.0.1:1930
52500 New TCP connection: 127.0.0.1:1931
52500 New TCP connection: 127.0.0.1:1932
52500 New TCP connection: 127.0.0.1:1933
New zoneserver: #2 127.0.0.1:1933
New zoneserver: #3 127.0.0.1:1932
New zoneserver: #4 127.0.0.1:1931
New zoneserver: #5 127.0.0.1:1930
Zoneserver SetConnectInfo: 127.0.0.1:1929: YourIP:7998
Zoneserver SetConnectInfo: 127.0.0.1:1930: YourIP:7996
Zoneserver SetConnectInfo: 127.0.0.1:1931: YourIP:7997
Zoneserver SetConnectInfo: 127.0.0.1:1932: YourIP:7995
Zoneserver SetConnectInfo: 127.0.0.1:1933: YourIP:7999

db.ini
# READ README.TXT!

[Database]
host=localhost
user=nofx712712
password=*********
database=eq
compression=off

### --- This file tells world.exe what computer mySQL is on. Host should
### --- be left "localhost" unless mysql is on a differant computer than world.exe.

### --- This file tells world.exe what loginserver to connect to.
### --- Leave the account and password field BLANK.

### --- Public Login is un-supported as is LAN playing. We recommend using the eqemulator.net Loginserver ALWAYS.

### --- NOTE: You can NOT use the word "Server" in worldname.
### --- NOTE2: the word "Server" is added to each server automatically.

[LoginServer]
loginserver=eqemulator.net
loginport=5995
worldname=this isnt working
worldaddress=68.4.###.###
locked=false

[WorldServer]
Defaultstatus=0
Unavailzone=

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

[ChatChannelServer]
ChatChannelServer=192.168.1.##

contents of boot5zones.bat

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

REM: This file requires your real IP in the place of "yourip" 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_us.txt goto NOSPELL

start zone . 68.4.###.### 7995 localhost
start zone . 68.4.###.### 7996 localhost
start zone . 68.4.###.### 7997 localhost
start zone . 68.4.###.### 7998 localhost
start zone . 68.4.###.### 7999 localhost
exit
cls

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

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

please post if you have any ideas, as i am stumped
(also i have all ports forwarded on my router, and have no firewall)
Reply With Quote
  #2  
Old 06-08-2004, 08:42 PM
Noctem
Fire Beetle
 
Join Date: Sep 2002
Posts: 11
Default

ditto :evil:
Reply With Quote
  #3  
Old 06-09-2004, 11:26 AM
nofx712
Fire Beetle
 
Join Date: Jun 2004
Posts: 2
Default

also, i used the "HOWTO: Setup an EqEmu Server (for beginners) -=UPDATED=-" guide while setting up my server
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:00 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