View Single Post
  #247  
Old 02-05-2017, 12:24 AM
goddest
Fire Beetle
 
Join Date: Dec 2012
Location: ontario,canada
Posts: 14
Default

Quote:
Originally Posted by typenamehere View Post
I don't think my database is being installed in the correct directory. After starting the start batch, it shows World: UP Zones (counts from 1 to 30) then shows World: Down. This repeats infinitely and the server never appears on the server select. Additionally I cannot find hte DB in HeidiSQL
What is the default install directory for the database?

Edit: It seems everything located at raw.githubusercontent.com/EQEmu/Server/Master... fails to find the path specified and does not install, which looks like is pretty much the entire database
Edit2: I was able to find the database from the manual installation and get it installed, Now when i try to load the server, world.exe spams Missing update XXXX Cannot find path to file specified over and over for many different files. This evenually ceases and server appears on server select however always CTD when trying to enter the world.

Are you downloading from
http://wiki.eqemulator.org/p?Akkas_P...ller&frm=Main#

also create a login server account this is separate from the web page login. also make sure your eqemu_config.xml file looks like this:

<?xml version="1.0">
<server>
<world>
<shortname>Kirkys</shortname>
<longname>kirkys family server</longname>

<address>192.168.2.15</address>
<localaddress>127.0.0.1</localaddress>

<loginserver1>
<host>login.eqemulator.net</host>
<port>5998</port>
<account></account>
<password></password>
</loginserver1>
<loginserver2>
<host>192.168.2.15</host>
<port>5998</port>
<account></account>
<password></password>
</loginserver2>



<tcp ip="127.0.0.1" port="9000" telnet="enable"/>

<key>jRwr2b906I1tZluagA9iFzYl8IwTz6E</key>

<http port="9080" enabled="true" mimefile="mime.types" />
</world>

<chatserver>
<host></host>
<port>7500</port>
</chatserver>

<mailserver>
<host></host>
<port>7500</port>
</mailserver>

<zones>
<defaultstatus>0</defaultstatus>

<ports low="7000" high="7400"/>
</zones>

<database>
<host>localhost</host>
<port>3306</port>
<username>root</username>
<password>eqemu</password>
<db>peq</db>
</database>

<qsdatabase>
<host>localhost</host>
<port>3306</port>
<username>root</username>
<password>eqemu</password>
<db>peq</db>
</qsdatabase>

<webinterface>
<port>9081</port>
</webinterface>

<launcher>
</launcher>

<files>
</files>
<directories>
</directories>
</server>



these 2 lines are missing from the eqemu_config.xml so add them in.
<address>192.168.2.15</address>
<localaddress>127.0.0.1</localaddress>
Reply With Quote