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

Support::Windows Servers Support forum for Windows EQEMu users.

Reply
 
Thread Tools Display Modes
  #1  
Old 05-09-2006, 10:44 PM
XiNoID
Sarnak
 
Join Date: Apr 2006
Posts: 46
Unhappy Problems Again and Again and again!

So...I used wiki guide for 0.7.0 eqemu trhought serverpack 3.52
I passed the guide...I think i have set up everything that was possible in that guide....ok here is what i have:

EQlaunch.exe - waiting world to finish before starting zones

WOrld.EXE :

[Status] Using database 'eq' at localhost:3306
[Status] EMuShareMem loaded
[Status] Loading items from database: count=54535

/\ - that's all what world gives me...

Then Zone.exe:

[Debug] Starting Log: logs/eqemu_debug_1408.log
[Debug] [LAUNCHER__INIT] Loading server configuration..
[Debug] [NET__WORLD] WorldConnection connect: Connecting to the server 127.0.0.1
:9000 failed: TCPConnection::Connect(): connect() failed. Error: 10061
[Debug] [LAUNCHER__ERROR] worldserver.Connect() FAILED! Will retry.
[Debug] [LAUNCHER__INIT] Starting main loop...
[Debug] [NET__WORLD] Connected to World: 127.0.0.1:9000
[Debug] [LAUNCHER__WORLD] World told us to start zone dynamic_01.
[Debug] [LAUNCHER__WORLD] World told us to start zone dynamic_02.
[Debug] [LAUNCHER__WORLD] World told us to start zone dynamic_03.
[Debug] [LAUNCHER__WORLD] World told us to start zone dynamic_04.
[Debug] [LAUNCHER__WORLD] World told us to start zone dynamic_05.
[Debug] [LAUNCHER__ERROR] World told us to start zone dynamic_01, but it is alre
ady running.
[Debug] [LAUNCHER__ERROR] World told us to start zone dynamic_02, but it is alre
ady running.
[Debug] [LAUNCHER__ERROR] World told us to start zone dynamic_03, but it is alre
ady running.
[Debug] [LAUNCHER__ERROR] World told us to start zone dynamic_04, but it is alre
ady running.
[Debug] [LAUNCHER__ERROR] World told us to start zone dynamic_05, but it is alre
ady running.
[Debug] [LAUNCHER__STATUS] Starting zone dynamic_01
[Debug] [LAUNCHER__STATUS] Zone dynamic_01 has been started.
[Debug] [LAUNCHER__STATUS] Waiting 20000 milliseconds before booting the second
zone.
[Debug] [LAUNCHER__STATUS] Starting zone dynamic_02
[Debug] [LAUNCHER__STATUS] Zone dynamic_02 has been started.
[Debug] [LAUNCHER__STATUS] Waiting 2000 milliseconds before booting the next zon
e.
[Debug] [LAUNCHER__STATUS] Starting zone dynamic_03
[Debug] [LAUNCHER__STATUS] Zone dynamic_03 has been started.
[Debug] [LAUNCHER__STATUS] Waiting 2000 milliseconds before booting the next zon
e.
[Debug] [LAUNCHER__STATUS] Starting zone dynamic_04
[Debug] [LAUNCHER__STATUS] Zone dynamic_04 has been started.
[Debug] [LAUNCHER__STATUS] Waiting 2000 milliseconds before booting the next zon
e.
[Debug] [LAUNCHER__STATUS] Starting zone dynamic_05
[Debug] [LAUNCHER__STATUS] Zone dynamic_05 has been started.
[Debug] [LAUNCHER__STATUS] Waiting 2000 milliseconds before booting the next zon
e.

/\ lots of errors and why where 127.0.0.1 is - not my IP????

Server connects to minilogin succesfully ...
And also...I cannot log in
what can it be? I'm soo stucked =(...
And one more questions how to add accounts in eq db With Passwords but without MD-5 encoding(if it is here)?

Last edited by XiNoID; 05-10-2006 at 07:00 AM..
Reply With Quote
  #2  
Old 05-09-2006, 11:50 PM
paaco
Discordant
 
Join Date: Jan 2005
Posts: 320
Default

nm I just noticed the 2 errors world was giving you
I'm not sure about the error you are getting as I have never had them and Never used Minilogin myself :(

btw 127.0.0.1 = localhost. Means it is connecting on the same PC that is running it.

Last edited by paaco; 05-10-2006 at 07:53 AM..
Reply With Quote
  #3  
Old 05-10-2006, 11:57 AM
Belfedia
Demi-God
 
Join Date: Jan 2005
Posts: 1,109
Default

Are you use minilogin option ? (with Drp installer)
Can you produce some config files ? (.Xml and .ini)
__________________
__________________________________________________ _____________________________________
I speak english like a spanish cow..., I speak spanish like a english pudding...
But I try to speak good french !!! (Non au langage SMS sur forum)
http://eqfroggy.new.fr : Froggy French Server Website.

Last edited by Belfedia; 05-10-2006 at 08:08 PM..
Reply With Quote
  #4  
Old 05-11-2006, 04:21 AM
XiNoID
Sarnak
 
Join Date: Apr 2006
Posts: 46
Default

ya I use minilogin option
here config.xml


<?xml version="1.0">
<server>
<world>
<shortname>minilogin</shortname>
<longname>My Minilogin</longname>

<!-- Only specify these two if you really think you need to. -->
<address>my IP</address>
<localaddress>my IP</localaddress>

<!-- Loginserver information. -->
<loginserver>
<host>my IP</host>
<port>5999</port>
<account></account>
<password></password>
</loginserver>

<!-- Sets the shared key used by zone/launcher to connect to world -->
<key>some long random string</key>

<!-- Enable and set the port for the HTTP service. -->
<http port="9080" enabled="true" mimefile="mime.types" />
</world>

<!-- Database configuration, replaces db.ini. -->
<database>
<host>localhost</host>
<port>3306</port>
<username>eq</username>
<password>eq</password>
<db>eq</db>
</database>
</server>





db.ini

###Your current database configuration is as follows:
##db.ini:

[Database]
host=MY IP
user=eq
password=eq
database=eq




config.ini


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

[General]
quests=C:\EQEmu\Quests\

wordwrap=1


loginserver.ini


###Your current configuration is as follows:

loginserver.ini:
[LoginServer]
loginserver=127.0.0.1
loginport=5999
worldname=My Minilogin
worldaddress=127.0.0.1
locked=false
account=
password=

[WorldServer]
Defaultstatus=
Unavailzone=
[ChatChannelServer]

worldshortname=
chataddress=
chatport=

[LoginConfig]
ServerMode=Minilogin
ServerPort=5999



I think that is all

Last edited by XiNoID; 05-11-2006 at 12:24 PM..
Reply With Quote
  #5  
Old 05-11-2006, 05:09 AM
sakrod
Fire Beetle
 
Join Date: Apr 2006
Posts: 14
Default

Quote:
<!-- Only specify these two if you really think you need to. -->
<address>my IP</address>
<localaddress>my IP</localaddress>

<!-- Loginserver information. -->
<loginserver>
<host>my IP</host>
Are the values for these fields in your config.xml really "my IP" or are they your actual IP address? If it's your IP address in those fields, try replacing them with 127.0.0.1 and seeing what that does.
Reply With Quote
  #6  
Old 05-11-2006, 05:24 AM
XiNoID
Sarnak
 
Join Date: Apr 2006
Posts: 46
Default

kk i will try this thanx
Reply With Quote
  #7  
Old 05-11-2006, 09:49 AM
Belfedia
Demi-God
 
Join Date: Jan 2005
Posts: 1,109
Default

sakrod is more quick than me hehe, that should work with that
__________________
__________________________________________________ _____________________________________
I speak english like a spanish cow..., I speak spanish like a english pudding...
But I try to speak good french !!! (Non au langage SMS sur forum)
http://eqfroggy.new.fr : Froggy French Server Website.
Reply With Quote
  #8  
Old 05-11-2006, 10:50 PM
XiNoID
Sarnak
 
Join Date: Apr 2006
Posts: 46
Default

hm...I found the problem =) it was in XML =) now serverlist is showed =) but there's other problem - in minilogin....###Your current configuration is as follows:

loginserver.ini:
[LoginServer]
loginserver=127.0.0.1
loginport=5999
worldname=World Name
worldaddress=127.0.0.1
locked=false --------------------------------------->>>>>>i can see that it is locked!
account=
password=

[WorldServer]
Defaultstatus=
Unavailzone=
[ChatChannelServer]

worldshortname=
chataddress=
chatport=

[LoginConfig]
ServerMode=Minilogin
ServerPort=5999

hm...
I can connect to the server select screen but the error with zones - continiues
And when i push "play everquest" - it sends me back to login sreen

Last edited by XiNoID; 05-12-2006 at 07:02 AM..
Reply With Quote
  #9  
Old 05-11-2006, 11:21 PM
Belfedia
Demi-God
 
Join Date: Jan 2005
Posts: 1,109
Default

I don't know if it was important but try to change :

[LoginConfig]
ServerMode=Standalone
ServerPort=5999

and :

[WorldServer]
Defaultstatus=0

I'm not a minilogin specialist
Nobody can help xinoid ?
__________________
__________________________________________________ _____________________________________
I speak english like a spanish cow..., I speak spanish like a english pudding...
But I try to speak good french !!! (Non au langage SMS sur forum)
http://eqfroggy.new.fr : Froggy French Server Website.
Reply With Quote
  #10  
Old 05-11-2006, 11:33 PM
XiNoID
Sarnak
 
Join Date: Apr 2006
Posts: 46
Default

still status - locked =(
Reply With Quote
  #11  
Old 05-12-2006, 12:03 AM
XiNoID
Sarnak
 
Join Date: Apr 2006
Posts: 46
Default

ok..I can see status ''0'' - it's green but i cant still play the game ...Minilogin gives me:

32: 00 | .
344375 New client from ip: 192.168.10.20 port: 1739
Unknown packet: .4233692 [92.153.64.0:15->0.0.0.0:0]
[OpCode 0x0003 (OP_Unknown) Size=11]
00000: 00 06 00 00 00 00 00 00 - 00 00 00 | ...........
Reply With Quote
  #12  
Old 05-12-2006, 12:44 AM
XiNoID
Sarnak
 
Join Date: Apr 2006
Posts: 46
Default

I have server an external IP running and PC I loin from - simple, not internal IP...any ideas?
Reply With Quote
  #13  
Old 05-12-2006, 02:17 AM
XiNoID
Sarnak
 
Join Date: Apr 2006
Posts: 46
Default

I also can play on public servers using this client ...I can play on PEQ grand creation - 0.7.0 but i cant play on my own...
Reply With Quote
  #14  
Old 05-12-2006, 08:19 AM
BFC
Fire Beetle
 
Join Date: Apr 2006
Posts: 23
Default Common problem

XiNoID I think a lot of people are having the same problem you are. I know I have the exact same opcode error on my 7.0 server.

So far, no one has been willing to comment on the opcode error or the right person hasn't seen a thread with this problem.

I have a thread dedicated to just this opcode problem with 7.0 servers so watch that just in case someone comes up with a solution and posts in that thread.

Also, if you find a solution PLEASE post what you did to resolve it. Been beating on this for days now.

-BFC
Reply With Quote
  #15  
Old 05-14-2006, 08:43 AM
Belfedia
Demi-God
 
Join Date: Jan 2005
Posts: 1,109
Default

Xinoid ,

I see your xml files is :
Code:
<?xml version="1.0">
<server>
<world>
<shortname>minilogin</shortname>
<longname>My Minilogin</longname>

<!-- Only specify these two if you really think you need to. -->
<address>my IP</address>
<localaddress>my IP</localaddress>

<!-- Loginserver information. -->
<loginserver>
<host>my IP</host>
<port>5999</port>
<account></account>
<password></password>
</loginserver>

<!-- Sets the shared key used by zone/launcher to connect to world -->
<key>some long random string</key>

<!-- Enable and set the port for the HTTP service. -->
<http port="9080" enabled="true" mimefile="mime.types" />
</world>

<!-- Database configuration, replaces db.ini. -->
<database>
<host>localhost</host>
<port>3306</port>
<username>eq</username>
<password>eq</password>
<db>eq</db>
</database>
</server>
But it was not complete, full xml config is like this :

Code:
<?xml version="1.0">
<server>
        <world>
                <shortname>setme</shortname>
                <longname>I Forgot To Edit My Config</longname>

                <!-- Only specify these two if you really think you need to.  (read: You don't) -->
                <!-- <address>some.server.com</address> -->
                <!-- <localaddress>192.168.0.5</localaddress> -->

                <!-- Loginserver information.  Defaults shown -->
                <loginserver>
                        <host>eqemulator.net</host>
                        <port>5998</port>
                        <account></account>
                        <password></password>
                </loginserver>

                <!-- Server status.  Default is unlocked -->
                <!--<locked/>-->
                <!-- <unlocked/> -->

                <!-- Sets the ip/port for the tcp connections.  Both zones and console (if enabled).  Defaults are shown -->
                <tcp ip="localhost" port="9000" telnet="disable"/>

                <!-- Sets the shared key used by zone/launcher to connect to world -->
                <key>some long random string</key>

                <!-- Enable and set the port for the HTTP service.  Defaults are shown -->
                <http port="9080" enabled="false" mimefile="mime.types" />
        </world>

        <!-- Chatserver (channels) information.  Defaults shown -->
        <chatserver>
                <host>channels.eqemulator.net</host>
                <port>7778</port>
        </chatserver>

        <!-- Mailserver (in-game mail) information.  Defaults shown -->
        <mailserver>
                <host>channels.eqemulator.net</host>
                <port>7779</port>
        </mailserver>

        <zones>
                <defaultstatus>20</defaultstatus>

                <!-- Sets port range for world to use to auto configure zones -->
                <ports low="7000" high="7100"/>
        </zones>

        <!-- Database configuration, replaces db.ini.  Defaults shown -->
        <database>
                <host>localhost</host>
                <port>3306</port>
                <username>eq</username>
                <password>eq</password>
                <db>eq</db>
        </database>

        <!-- Launcher Configuration -->   
        <launcher>
                <!-- <logprefix>logs/zone-</logprefix> -->
                <!-- <logsuffix>.log</logsuffix> -->
                <!-- <exe>zone.exe or ./zone</exe> -->
                <!-- <timers restart="10000" reterminate="10000" initial="20000" interval="2000"> -->
        </launcher>
   
        <!-- File locations.  Defaults shown -->
        <files>
                <!-- <spells>spells_us.txt</spells> -->
                <!-- <opcodes>opcodes.conf</opcodes> -->
                <!-- <logsettings>log.ini</logsettings> -->
                <!-- <eqtime>eqtime.cfg</eqtime> -->
        </files>
        <!-- Directory locations.  Defaults shown -->
        <directories>
                <!-- <maps>Maps</maps> -->
                <!-- <quests>quests</quests> -->
                <!-- <plugins>plugins</plugins> -->
        </directories>
</server>
Try to complete your xml files that be better.
__________________
__________________________________________________ _____________________________________
I speak english like a spanish cow..., I speak spanish like a english pudding...
But I try to speak good french !!! (Non au langage SMS sur forum)
http://eqfroggy.new.fr : Froggy French Server Website.
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 10:41 PM.


 

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