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 12-15-2003, 07:30 AM
nadineemu's Avatar
nadineemu
Sarnak
 
Join Date: Apr 2003
Location: UK
Posts: 61
Default Servers running i think, but still need help :(

ok ive started world.exe and boot5zones, and it sits there all listening and stuff, and even shows up in the server list. but if i try to go into it it wont load, just bombs out. I have disabled all the firewalls etc, to see if that was the problem, but that hasnt cleared it.

It also complains it cant load items, i downloaded the file 'dumpeditems.sql' but it doesnt seem to take much notice of it, ive put it in the server dir, not sure if thats the right place or not
__________________
me version 1.2
~ No place like home Server Controller~
Reply With Quote
  #2  
Old 12-15-2003, 07:32 AM
Tertiary
Hill Giant
 
Join Date: Nov 2003
Posts: 192
Default

Quote:
i downloaded the file 'dumpeditems.sql' but it doesnt seem to take much notice of it, ive put it in the server dir, not sure if thats the right place or not
You need to source that file into your db using mysql, just as you sourced in the initial blank db.sql.
Reply With Quote
  #3  
Old 12-15-2003, 07:36 AM
nadineemu's Avatar
nadineemu
Sarnak
 
Join Date: Apr 2003
Location: UK
Posts: 61
Default

so i type into sql

use eq;
source dumpeditems.sql;

exit


that right?
__________________
me version 1.2
~ No place like home Server Controller~
Reply With Quote
  #4  
Old 12-15-2003, 07:39 AM
Tertiary
Hill Giant
 
Join Date: Nov 2003
Posts: 192
Default

Yes
Reply With Quote
  #5  
Old 12-15-2003, 07:57 AM
nadineemu's Avatar
nadineemu
Sarnak
 
Join Date: Apr 2003
Location: UK
Posts: 61
Default

ok done the database thing now, but its still not letting me in to the server, its all sat listening from what i can tell, no silly item errors now when i start world, but when i try to enter world on the client side, it just bombs back out :(

I know the clients setup ok, as it works on other servers
__________________
me version 1.2
~ No place like home Server Controller~
Reply With Quote
  #6  
Old 12-15-2003, 08:03 AM
Tertiary
Hill Giant
 
Join Date: Nov 2003
Posts: 192
Default

If you post the name of your server, maybe others could try and connect (assuming it is not locked). Also, post all your ini files and output of your world.exe and zone.exe processes.
Reply With Quote
  #7  
Old 12-15-2003, 08:30 AM
nadineemu's Avatar
nadineemu
Sarnak
 
Join Date: Apr 2003
Location: UK
Posts: 61
Default

well the server is 'No place like home server'

db.ini

host=localhost
user=xxxxxxx
password=xxxxxx
database=eq
compression=off

Loginserver.ini

[LoginServer]
loginserver=eqlogin1.eqemulator.net
loginport=5997
worldname=No place like home
worldaddress=xxx.xxx.xxx.xxx
locked=false

[WorldServer]
Defaultstatus=0
Unavailzone=

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

OUTPUTS FROM WORLD.exe

[Status] CURRENT_WORLD_VERSION:EQEMu 0.5.2
[Status] Loading variables..
[Status] Loading zones..
[Status] Loading items..
[Status] EMuShareMem loaded
[Status] Loading items from database: count=26704, max id=68199
[Status] LoginServer.ini read.
[Status] Loading guild ranks..
[Status] Loading addon.ini..
[Status] Loading EQ time of day..
[Error] Could not load EQTime file ./eqtime.cfg
[Error] Unable to load ./eqtime.cfg
[Status] Deleted 0 stale player corpses from database
[Status] Deleted 0 stale player backups from database
Liberating a country that despises us...
TCP listening on: 81.132.217.64:9000
World server listening on: 81.132.217.64:9000
Connected to LoginServer: eqlogin1.eqemulator.net:5997
76265 New TCP connection: 127.0.0.1:1763
76265 New TCP connection: 127.0.0.1:1764
76265 New TCP connection: 127.0.0.1:1765
New zoneserver: #1 127.0.0.1:1765
New zoneserver: #2 127.0.0.1:1764
New zoneserver: #3 127.0.0.1:1763
Zoneserver SetConnectInfo: 127.0.0.1:1763: 81.132.217.64:7997
Zoneserver SetConnectInfo: 127.0.0.1:1764: 81.132.217.64:7996
Zoneserver SetConnectInfo: 127.0.0.1:1765: 81.132.217.64:7995
__________________
me version 1.2
~ No place like home Server Controller~
Reply With Quote
  #8  
Old 12-15-2003, 05:04 PM
Maniax
Fire Beetle
 
Join Date: Aug 2003
Posts: 12
Default

Quote:
Originally Posted by nadineemu
... but when i try to enter world on the client side, it just bombs back out :(

I know the clients setup ok, as it works on other servers
So this means you CAN get to character select? If so then sounds like your problem is that when World.exe goes to send you to Zone.exe it can't find it. Sounds like you may have made the same silly error I did. Make sure you EDIT Boot5zones.bat and enter the IP address of the system that's running your zone server.

Sometimes I found that "localhost" doesn't always work, even 127.0.0.1 doesn't (when the zone, mysql, and world are all on the same system). Try entering the actual PC's IP in those places.
Reply With Quote
  #9  
Old 12-15-2003, 05:34 PM
omper
Sarnak
 
Join Date: Oct 2003
Posts: 87
Default

1 - can you log into other servers?

if you can then that rules out your client..

2 - I am suspecious of the database.. could you do the following..

a - load up your world server
b - load up your boot5zones.bat
c - try to log into your server.
d - copy the text that is in your world server dos screen.
e - post that info here..

Thanks

Omper
Reply With Quote
  #10  
Old 12-15-2003, 05:35 PM
omper
Sarnak
 
Join Date: Oct 2003
Posts: 87
Default

1 - can you log into other servers?

if you can then that rules out your client..

2 - I am suspecious of the database.. could you do the following..

a - load up your world server
b - load up your boot5zones.bat
c - try to log into your server.
d - copy the text that is in your world server dos screen.
e - post that info here..

Thanks

Omper
Reply With Quote
  #11  
Old 12-17-2003, 01:35 AM
nadineemu's Avatar
nadineemu
Sarnak
 
Join Date: Apr 2003
Location: UK
Posts: 61
Default still troublsome

ok the server works ok if i run it from my workstation with the internet connection on it, if i run it from the server, which access's the internet via the workstation, it wont let people login, it boots and runs ok and even shows up in the server list, just wont let people log in to it.

Ive disabled the firewall and it does use the external address like it should ... not sure what else to try

and yes i can log onto other servers
__________________
me version 1.2
~ No place like home Server Controller~
Reply With Quote
  #12  
Old 01-11-2004, 01:25 PM
dank
Fire Beetle
 
Join Date: Jan 2004
Posts: 22
Default

This is unrelated, but i used to connect to a mud called no place like home, u familar with that
Reply With Quote
  #13  
Old 01-12-2004, 05:05 AM
rmm99
Sarnak
 
Join Date: Nov 2003
Posts: 51
Default Re: still troublsome

Quote:
Originally Posted by nadineemu
ok the server works ok if i run it from my workstation with the internet connection on it, if i run it from the server, which access's the internet via the workstation, it wont let people login, it boots and runs ok and even shows up in the server list, just wont let people log in to it.

Ive disabled the firewall and it does use the external address like it should ... not sure what else to try

and yes i can log onto other servers
Your server is using internet connection sharing through your computer to get to the internet? You would have to forward ports to the server then for this, but I don't know how/if you can with ICS. If your server was the main and your workstation connected to the internet via your server instead...then theoretically your server would work fine on the other box. Yes?
Reply With Quote
  #14  
Old 01-12-2004, 05:08 AM
rmm99
Sarnak
 
Join Date: Nov 2003
Posts: 51
Default

If you do figure out how to forward ports, Lurker just posted them in another thread yesterday or today.

http://www.eqemulator.net/forums/viewtopic.php?t=12303
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 12:23 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 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3