Go Back   EQEmulator Home > EQEmulator Forums > Support > Support::General Support

Support::General Support Post all topics here having to do with errors while trying to connect to an EQEMu server but not about the setup/running of the Server itself.

Reply
 
Thread Tools Display Modes
  #1  
Old 12-18-2006, 06:39 PM
njlinus
Sarnak
 
Join Date: May 2006
Posts: 56
Default restoring to a full ax_peq, minilogin error

Hey guys im having a little problem. I have been using the database that comes with EQEmuserverpack-3.6 But I wanted to update to a full ax_peq database. When I run my original database I can log in fine. I used MySQL Admin Restore for ax_peq. I then went into my eqemu folder and changed the database settings from ax to ax_peq. Then when I run the server I get this error

"[Debug] [world_launch_ERR] **** for minilogin to work, you need to set the <address> element in the <world> Section"

but when I go back into my folder and change everything back to ax i can log in fine. Im not trying to use a minilogin. I was running a public server with the original database.
Sorry in advance if this post is confusing, its been a long day -)
thanks
brad


Files configured to ax_peq

[eqemu_config.xml]
<?xml version="1.0">
<server>
<world>
<shortname>Thewar</shortname>
<longname>The Warriors</longname>

<!-- Only specify these two if you really think you need to. (read: You don't) -->
<!-- <address>thewar.no-ip.biz</address> -->
<!-- <localaddress>192.168.1.44</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="thewar.no-ip.biz" 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>ax_peq</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>


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

[Database]
host=192.168.1.44
user=eq
password=eq
database=ax_peq

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

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

wordwrap=1
Reply With Quote
  #2  
Old 12-18-2006, 09:24 PM
number6
Sarnak
 
Join Date: Sep 2006
Posts: 62
Default

Angelox's database sets itself to minilogin by default if you do a full install. You need to go and edit the LoginType setting in the Variables table, probably.

Cheers

Paul.
Reply With Quote
  #3  
Old 12-18-2006, 09:49 PM
Aerewen
Hill Giant
 
Join Date: Dec 2006
Posts: 110
Default

Code:
UPDATE `variables` SET `value` = 'Public' WHERE `varname` = 'LoginType' LIMIT 1;
should do it
Reply With Quote
  #4  
Old 12-19-2006, 03:31 AM
njlinus
Sarnak
 
Join Date: May 2006
Posts: 56
Default

awesome thanks guys i will look into that right now!
Reply With Quote
  #5  
Old 12-19-2006, 04:18 AM
njlinus
Sarnak
 
Join Date: May 2006
Posts: 56
Default

Hey guys, that fixed my problem with mini login. but now i am having a few little problems.
In the world.exe i got
[debug] [world_launch] adding pending launcher 87
[debug] [world_launch] unknown launcher 'zone' connected. disconnecting
[debug] [world_launch] removing pending launcher 87. adding zone to active list
[debug] [world_launch] removing launcher zone (87)
and so on it goes until i stop the window.

the other problems probably have to do with these errors.
At server select it shows the server as locked
and when logging in i get zone unavailable

thanks again guys. if one thing comes out of this is at least im learning -)
Reply With Quote
  #6  
Old 12-19-2006, 04:46 AM
Angelox
AX Classic Developer
 
Join Date: May 2006
Location: filler
Posts: 2,049
Default

http://www.eqemulator.net/forums/sho...+disconnecting

EDIT;

What database are you using?
NM I saw ... still thinking

Last edited by Angelox; 12-19-2006 at 12:48 PM..
Reply With Quote
  #7  
Old 12-19-2006, 04:49 AM
Angelox
AX Classic Developer
 
Join Date: May 2006
Location: filler
Posts: 2,049
Default

Quote:
Originally Posted by njlinus
Hey guys, that fixed my problem with mini login. but now i am having a few little problems.
In the world.exe i got
[debug] [world_launch] adding pending launcher 87
[debug] [world_launch] unknown launcher 'zone' connected. disconnecting
[debug] [world_launch] removing pending launcher 87. adding zone to active list
[debug] [world_launch] removing launcher zone (87)
and so on it goes until i stop the window.

the other problems probably have to do with these errors.
At server select it shows the server as locked
and when logging in i get zone unavailable

thanks again guys. if one thing comes out of this is at least im learning -)
Post the full log - look in your c:/eqemu/logs/
Reply With Quote
  #8  
Old 12-19-2006, 11:36 AM
njlinus
Sarnak
 
Join Date: May 2006
Posts: 56
Default

Hey guys, here is the log as of now. Thiis is as far as it goes. I moved my computer to my parents house for the next 2 weeks until school starts again. I updated the IP addresses and fixed the No-IP.com in the eqemu files but i am getting this problem. I know this is probably a whole different file but, i cannon find the log file with the prior problem. Im thinking if i cant figure this out i am gonna start my server on my computer here then work on my database then, when i go back to school i will just restore the database there. thanks again

[12.19. - 18:29:49] Starting Log: logs/eqemu_debug_world_3492.log
[12.19. - 18:29:49] [WORLD__INIT] Loading server configuration..
[12.19. - 18:29:49] [WORLD__INIT] Log settings loaded from log.ini
[12.19. - 18:29:49] [WORLD__INIT] CURRENT_WORLD_VERSION:EQEMu 0.7.0
[12.19. - 18:29:49] [WORLD__INIT] Connecting to MySQL...
[12.19. - 18:29:49] [WORLD__INIT] HTTP world service disabled.
[12.19. - 18:29:49] [WORLD__INIT] Loading variables..
[12.19. - 18:29:49] [WORLD__INIT] Loading zones..
[12.19. - 18:29:49] [WORLD__INIT] Clearing groups..
[12.19. - 18:29:49] [WORLD__INIT] Clearing temporary merchant lists..
[12.19. - 18:29:49] [WORLD__INIT] Loading items..
[12.19. - 18:29:58] [WORLD__INIT] Loading guilds..
[12.19. - 18:29:58] [RULES__CHANGE] Loading rule set 'default' (1)
[12.19. - 18:29:58] [WORLD__INIT] Loaded default rule set 'default'
[12.19. - 18:29:58] [WORLD__INIT] Loading EQ time of day..
[12.19. - 18:29:58] [WORLD__INIT] Loading launcher list..
[12.19. - 18:29:58] [WORLD__INIT] Reboot zone modes ON
[12.19. - 18:29:58] [WORLD__INIT] Deleted 0 stale player corpses from database
[12.19. - 18:29:58] [WORLD__INIT] Deleted 0 stale player backups from database
[12.19. - 18:29:58] [WORLD__INIT] Zone (TCP) listener started.
[12.19. - 18:29:58] [WORLD__INIT] Client (UDP) listener started.
[12.19. - 18:29:58] [NET__IDENTIFY] Registered patch 6.2
[12.19. - 18:29:58] [NET__IDENTIFY] Registered patch Titanium
[12.19. - 18:29:58] [NET__IDENTIFY] Registered patch Live
[12.19. - 18:29:58] [WORLD__LS] Connecting to login server...
[12.19. - 18:29:58] [WORLD__LS] Connected to Loginserver: eqemulator.net:5998
[12.19. - 18:29:59] [WORLD__LS] Loginserver provided 138.89.18.83 as world address
Reply With Quote
  #9  
Old 12-19-2006, 03:09 PM
njlinus
Sarnak
 
Join Date: May 2006
Posts: 56
Default

Ok i figured out the last problem, I changed the <!-- <localaddress>192.168.1.43</localaddress --> setting, that was my no-ip address but when i out my IP in there i can connect fine. Now I will look into resoring the ax_peq database.
Reply With Quote
  #10  
Old 12-19-2006, 04:49 PM
njlinus
Sarnak
 
Join Date: May 2006
Posts: 56
Default

hey angelox here is the Log you were asking about i restored to a full ax_peq databse and this is what comes up. thanks in advance

---------------------------------------------
[12.19. - 23:44:40] Starting Log: logs/eqemu_debug_world_3560.log
[12.19. - 23:44:40] [WORLD__INIT] Loading server configuration..
[12.19. - 23:44:40] [WORLD__INIT] Log settings loaded from log.ini
[12.19. - 23:44:40] [WORLD__INIT] CURRENT_WORLD_VERSION:EQEMu 0.7.0
[12.19. - 23:44:40] [WORLD__INIT] Connecting to MySQL...
[12.19. - 23:44:40] [WORLD__INIT] HTTP world service disabled.
[12.19. - 23:44:40] [WORLD__INIT] Loading variables..
[12.19. - 23:44:40] [WORLD__INIT] Loading zones..
[12.19. - 23:44:40] [WORLD__INIT] Clearing groups..
[12.19. - 23:44:40] [WORLD__INIT] Clearing temporary merchant lists..
[12.19. - 23:44:40] [WORLD__INIT] Loading items..
[12.19. - 23:44:46] [WORLD__INIT] Loading guilds..
[12.19. - 23:44:46] [RULES__CHANGE] Loading rule set 'default' (1)
[12.19. - 23:44:46] [WORLD__INIT] Loaded default rule set 'default'
[12.19. - 23:44:46] [WORLD__INIT] Loading EQ time of day..
[12.19. - 23:44:46] [WORLD__INIT] Loading launcher list..
[12.19. - 23:44:46] [WORLD__INIT] Reboot zone modes ON
[12.19. - 23:44:46] [WORLD__INIT] Deleted 0 stale player corpses from database
[12.19. - 23:44:46] [WORLD__INIT] Deleted 0 stale player backups from database
[12.19. - 23:44:46] [WORLD__INIT] Zone (TCP) listener started.
[12.19. - 23:44:46] [WORLD__INIT] Client (UDP) listener started.
[12.19. - 23:44:46] [NET__IDENTIFY] Registered patch 6.2
[12.19. - 23:44:46] [NET__IDENTIFY] Registered patch Titanium
[12.19. - 23:44:46] [NET__IDENTIFY] Registered patch Live
[12.19. - 23:44:46] [WORLD__LS] Connecting to login server...
[12.19. - 23:44:47] [WORLD__LS] Connected to Loginserver: eqemulator.net:5998
[12.19. - 23:44:48] [WORLD__LS] Loginserver provided 138.89.18.83 as world address
[12.19. - 23:45:00] [WORLD__ZONE] New TCP connection from 192.168.1.43:1686
[12.19. - 23:45:00] [WORLD__CONSOLE] New launcher from 192.168.1.43:1686
[12.19. - 23:45:00] [WORLD__LAUNCH] Adding pending launcher 1
[12.19. - 23:45:00] [WORLD__LAUNCH] Unknown launcher 'zone' connected. Disconnecting.
[12.19. - 23:45:00] [WORLD__LAUNCH] Removing pending launcher 1. Adding zone to active list.
[12.19. - 23:45:00] [WORLD__LAUNCH] Removing launcher zone (1)
[12.19. - 23:45:10] [WORLD__ZONE] New TCP connection from 192.168.1.43:1687
[12.19. - 23:45:10] [WORLD__CONSOLE] New launcher from 192.168.1.43:1687
[12.19. - 23:45:10] [WORLD__LAUNCH] Adding pending launcher 2
[12.19. - 23:45:15] [WORLD__LAUNCH] Unknown launcher 'zone' connected. Disconnecting.
[12.19. - 23:45:15] [WORLD__LAUNCH] Removing pending launcher 2. Adding zone to active list.
[12.19. - 23:45:15] [WORLD__LAUNCH] Removing launcher zone (2)
[12.19. - 23:45:20] [WORLD__ZONE] New TCP connection from 192.168.1.43:1688
[12.19. - 23:45:20] [WORLD__CONSOLE] New launcher from 192.168.1.43:1688
[12.19. - 23:45:20] [WORLD__LAUNCH] Adding pending launcher 3
[12.19. - 23:45:25] [WORLD__LAUNCH] Unknown launcher 'zone' connected. Disconnecting.
[12.19. - 23:45:25] [WORLD__LAUNCH] Removing pending launcher 3. Adding zone to active list.
[12.19. - 23:45:25] [WORLD__LAUNCH] Removing launcher zone (3)
[12.19. - 23:45:30] [WORLD__ZONE] New TCP connection from 192.168.1.43:1689
[12.19. - 23:45:30] [WORLD__CONSOLE] New launcher from 192.168.1.43:1689
[12.19. - 23:45:30] [WORLD__LAUNCH] Adding pending launcher 4
[12.19. - 23:45:35] [WORLD__LAUNCH] Unknown launcher 'zone' connected. Disconnecting.
[12.19. - 23:45:35] [WORLD__LAUNCH] Removing pending launcher 4. Adding zone to active list.
[12.19. - 23:45:35] [WORLD__LAUNCH] Removing launcher zone (4)
[12.19. - 23:45:40] [WORLD__ZONE] New TCP connection from 192.168.1.43:1690
[12.19. - 23:45:40] [WORLD__CONSOLE] New launcher from 192.168.1.43:1690
[12.19. - 23:45:40] [WORLD__LAUNCH] Adding pending launcher 5
[12.19. - 23:45:45] [WORLD__LAUNCH] Unknown launcher 'zone' connected. Disconnecting.
[12.19. - 23:45:45] [WORLD__LAUNCH] Removing pending launcher 5. Adding zone to active list.
[12.19. - 23:45:45] [WORLD__LAUNCH] Removing launcher zone (5)
[12.19. - 23:45:50] [WORLD__ZONE] New TCP connection from 192.168.1.43:1691
[12.19. - 23:45:50] [WORLD__CONSOLE] New launcher from 192.168.1.43:1691
[12.19. - 23:45:50] [WORLD__LAUNCH] Adding pending launcher 6
[12.19. - 23:45:55] [WORLD__LAUNCH] Unknown launcher 'zone' connected. Disconnecting.
[12.19. - 23:45:55] [WORLD__LAUNCH] Removing pending launcher 6. Adding zone to active list.
[12.19. - 23:45:55] [WORLD__LAUNCH] Removing launcher zone (6)
[12.19. - 23:46:00] [WORLD__ZONE] New TCP connection from 192.168.1.43:1692
[12.19. - 23:46:00] [WORLD__CONSOLE] New launcher from 192.168.1.43:1692
[12.19. - 23:46:00] [WORLD__LAUNCH] Adding pending launcher 7
[12.19. - 23:46:05] [WORLD__LAUNCH] Unknown launcher 'zone' connected. Disconnecting.
[12.19. - 23:46:05] [WORLD__LAUNCH] Removing pending launcher 7. Adding zone to active list.
[12.19. - 23:46:05] [WORLD__LAUNCH] Removing launcher zone (7)
[12.19. - 23:46:10] [WORLD__ZONE] New TCP connection from 192.168.1.43:1693
[12.19. - 23:46:10] [WORLD__CONSOLE] New launcher from 192.168.1.43:1693
[12.19. - 23:46:10] [WORLD__LAUNCH] Adding pending launcher 8
[12.19. - 23:46:15] [WORLD__LAUNCH] Unknown launcher 'zone' connected. Disconnecting.
[12.19. - 23:46:15] [WORLD__LAUNCH] Removing pending launcher 8. Adding zone to active list.
[12.19. - 23:46:15] [WORLD__LAUNCH] Removing launcher zone (
[12.19. - 23:46:20] [WORLD__ZONE] New TCP connection from 192.168.1.43:1694
[12.19. - 23:46:20] [WORLD__CONSOLE] New launcher from 192.168.1.43:1694
[12.19. - 23:46:20] [WORLD__LAUNCH] Adding pending launcher 9
[12.19. - 23:46:25] [WORLD__LAUNCH] Unknown launcher 'zone' connected. Disconnecting.
[12.19. - 23:46:25] [WORLD__LAUNCH] Removing pending launcher 9. Adding zone to active list.
[12.19. - 23:46:25] [WORLD__LAUNCH] Removing launcher zone (9)
[12.19. - 23:46:30] [WORLD__ZONE] New TCP connection from 192.168.1.43:1695
[12.19. - 23:46:30] [WORLD__CONSOLE] New launcher from 192.168.1.43:1695
[12.19. - 23:46:30] [WORLD__LAUNCH] Adding pending launcher 10
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 08:07 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