PDA

View Full Version : OK, me and Hardy tried everything for ower D2 server. help


Scorpx725
04-18-2003, 02:23 PM
OK, we are fresh otta ideas on wha tto do, heres our problem and all: We get a Error when we run world from EQEmu directory, heres all info you should need:


[LoginServer]
loginserver=eqlogin1.eqemu.net
loginserver2=eqlogin2.eqemu.net
loginport=5999
loginport2=5999
worldname=Diablo 2 Beta 1
worldaddress=205.188.208.107
locked=false
account=
password=

[WorldServer]
Defaultstatus=
Unavailzone=

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

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

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_en.txt goto NOSPELL

start zone . 205.188.208.107 205.188.208.107
start zone . 205.188.208.107 205.188.208.107
start zone . 205.188.208.107 205.188.208.107
start zone . 205.188.208.107 205.188.208.107
start zone . 205.188.208.107 205.188.208.107
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------------------------



Using database 'eq' at localhost
[Status] CURRENT_WORLD_VERSION:EQEMu 0.4.3
[Error] CURRENT_WORLD_VERSION:EQEMu 0.4.3
Loading Variables, zone names & items...
EMuShareMem.dll loaded.
Loading items from database...
...done.
LoginServer.ini read.
Loading guild ranks...done.
Loading EQ time of day..."./eqtime.cfg" is NOT a vaild EQTime file. File version
is 0; EQTime version is 1000 - failed.
Deleted 0 stale player corpses from database.
HELP I WORK IN THE EQEMU SWEATSHOP YOUR MY ONLY HOPE
TCP listening on: localhost:9000
World server listening on: localhost:9000
Error: LoginServer::Connect: 'TCPConnection::Connect(): connect() failed. Error:
10061'


Please help, we are stuck, ad dont know what t do.

Hardy
04-18-2003, 02:28 PM
He said the IP for both his computers were the same, that shouldn't affect the outcome should it? This has boggled my mind today, lol.

Mortamer
04-19-2003, 03:58 AM
First, make sure he turned of the XP firewall (if he's on XP) and second turn of any other firewall (like norton) and third does he have a router? If he has a router, post what kind like D-Link or linksys.

Scorpx725
04-19-2003, 04:12 AM
Im not using a router, but I will try turnign off my firewals, and yes, I am in XP


I cant do anything right now though, as Im walking out the door to go for family time 3 hours away -_- oh well

Ill be back sunday night or monday.

Wolfman
04-19-2003, 06:38 AM
start zone . 205.188.208.107 205.188.208.107
start zone . 205.188.208.107 205.188.208.107
start zone . 205.188.208.107 205.188.208.107
start zone . 205.188.208.107 205.188.208.107
start zone . 205.188.208.107 205.188.208.107
exit


noticed you don't have ports specified here. your lines should look like this:

start zone . your_ip port your_ip

try adding the ports and see if that works

Scorpx725
04-19-2003, 06:52 AM
Still same error , although whats coming up now is a but diferent


Using database 'eq' at localhost
[Status] CURRENT_WORLD_VERSION:EQEMu 0.4.3
[Error] CURRENT_WORLD_VERSION:EQEMu 0.4.3
Loading Variables, zone names & items...
EMuShareMem.dll loaded.
Loading items from database...
...done.
LoginServer.ini read.
Loading guild ranks...done.
Loading EQ time of day..."./eqtime.cfg" is NOT a vaild EQTime file. File version
is 0; EQTime version is 1000 - failed.
Deleted 0 stale player corpses from database.
HELP I WORK IN THE EQEMU SWEATSHOP YOUR MY ONLY HOPE
TCP listening on: 205.188.108.107:9000
World server listening on: 205.188.108.107:9000
Error: LoginServer::Connect: 'TCPConnection::Connect(): connect() failed. Error:
10061'

Dead-Soul
04-19-2003, 12:51 PM
XP comes with a firewall turned on by default... did you turn that off too?

Hardy
04-19-2003, 04:31 PM
ahhhh, i didn't notice he deleted the ports, I didn't tell you to do that, hehe :P

And yes, turn off ALL firewalls. If you go into add/remove programs (worked for me, not sure with XP), there might be something in there saying Firewall, Norton Firewall or something along them lines. Uninstall them, Firewalls bring nothing but headaches, I have NEVER used them, and never will.

*edit* Don't add the word "port" in there

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

Just wanted to clear that up since its your first time making a server and using a database.