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

Support::MiniLogin Support forum for problems with the official MiniLogin release.

Reply
 
Thread Tools Display Modes
  #1  
Old 06-28-2006, 11:01 PM
Belfedia
Demi-God
 
Join Date: Jan 2005
Posts: 1,109
Default

Hello,

First !!! THANKS THANKS THANKS !!!
You don't understand why i say that ?
I try to explain a little, it is not a joke, i thanks you.
You have a minilogin install and you post on the correct forum
Many minilogin user post on windows or general support, and after
some thread, we understand some time that minilogin user !!!


For your problem, can you produce all your *.ini config files and xml config files plz ? that help much to understand where is the problem
__________________
__________________________________________________ _____________________________________
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
  #2  
Old 06-29-2006, 08:16 AM
Varkalas D`Lonovan
Fire Beetle
 
Join Date: Jun 2006
Posts: 10
Default

config.ini

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

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

wordwrap=1


db.ini

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

[Database]
host=127.0.0.1
user=eq
password=eq
database=eq


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


eqemu_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>127.0.0.1</address>
<localaddress>192.168.1.69</localaddress>

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

<!-- Sets the shared key used by zone/launcher to connect to world -->
<key>eqwipipqc9m824uipjs2q43</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>peq</db>
</database>
</server>
Reply With Quote
  #3  
Old 06-29-2006, 10:52 AM
Zandig's Avatar
Zandig
Hill Giant
 
Join Date: Jun 2006
Location: New York City
Posts: 180
Default

Are you using Cavedude's database or the PEQ database?
You have 2 databases selected.

In your DB.INI and CONFIG.INI you have:
database=eq
which is Cavedudes

and in your eqemu_config.xml you have:
<db>peq</db>
which is the PEQ database.

May want to change all the configs to the same database and see if that works.
Reply With Quote
  #4  
Old 06-29-2006, 05:37 PM
Varkalas D`Lonovan
Fire Beetle
 
Join Date: Jun 2006
Posts: 10
Default

Thanks for the heads up. Totally missed that. Changed the database=eq in db.ini to database=peq. But the problem with world.exe still remains the same. As soon as it gets executed it immediately stops (window closes instantaneously).
Reply With Quote
  #5  
Old 06-29-2006, 08:30 PM
Belfedia
Demi-God
 
Join Date: Jan 2005
Posts: 1,109
Default

I don't see error on your config files (except Peq=eq)
Are you sure about Mysql is working and your database is up ? ("eq")
If world can't connect to your database, world close on run.
Try to use a front-end for mysql to acces to EQ base you can see if all working
__________________
__________________________________________________ _____________________________________
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
  #6  
Old 06-30-2006, 08:02 AM
Varkalas D`Lonovan
Fire Beetle
 
Join Date: Jun 2006
Posts: 10
Default

When I run WinMySQLAdmin there's peq under the Databases tab. Which is what I want. Since now db.ini, config.ini, and eqemu_config.xml all have 'peq' for their respective database entry locations. Still don't know why world closes immediately. :\

Last edited by Varkalas D`Lonovan; 06-30-2006 at 04:05 PM..
Reply With Quote
  #7  
Old 06-30-2006, 12:09 PM
Zandig's Avatar
Zandig
Hill Giant
 
Join Date: Jun 2006
Location: New York City
Posts: 180
Default

Here is the standard eqemu_config.xml with the PEQ database if you are running a minilogin. The only things I see different is your <localaddress> where you set an IP and some gobble-di-guck (hehehe) <key> string. Try this one and let me know..

EQEMU_CONFIG.XML
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>127.0.0.1</address>
		<localaddress>127.0.0.1</localaddress>
		
		<!-- Loginserver information.  -->
        <loginserver>
		<host>127.0.0.1</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>peq</db>
        </database>
</server>
Reply With Quote
Reply

Thread Tools
Display Modes

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 05:48 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