View Single Post
  #1  
Old 02-03-2015, 11:42 PM
kolamer
Sarnak
 
Join Date: Dec 2005
Posts: 44
Default Server Not Listed

Howdy guys! With the news of Sony selling off SOE I decided it was time to make a new personal server to play on since I am afraid EQ may be done away with. I followed the guide at http://wiki.eqemulator.org/p?Complet...Guide&frm=Main to create a new server. I am able to run the server without any errors, but the server does not show up on the server select screen. I went back through the instructions twice and I can't seem to see what I missed. I am guessing I am missing something simple, but for the life of me I cannot see it. Can someone please take a look at this and help me out?

Here are my config file settings.

LaunchServer.bat

Code:
@echo off
shared_memory.exe
start loginserver.exe
start world.exe
echo Waiting for the world to finish loading before starting zones...
ping -n 10 127.0.0.1 > nul
start queryserv.exe
start ucs.exe
start eqlaunch.exe zone
exit

eqemu_config

Code:
<?xml version="1.0"?>

-<server>


-<world>

<shortname>Ember</shortname>

<longname>Emberwood Forest</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>127.0.0.1</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 telnet="disable" port="9000" ip="127.0.0.1"/>

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


<key>***</key>

<!-- Enable and set the port for the HTTP service. Defaults are shown -->


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

</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>7778</port>

</mailserver>


-<zones>

<defaultstatus>20</defaultstatus>

<!-- Sets port range for world to use to auto configure zones -->


<ports high="7100" low="7000"/>

</zones>

<!-- Database configuration, replaces db.ini. Defaults shown -->



-<database>

<host>127.0.0.1</host>

<port>3306</port>

<username>root</username>

<password>***</password>

<db>peq</db>

</database>


-<qsdatabase>

<host>127.0.0.1</host>

<port>3306</port>

<username>root</username>

<password>***</password>

<db>peq</db>

</qsdatabase>

<!-- Launcher Configuration -->



-<launcher>

<!-- <logprefix>logs/zone-</logprefix> -->


<!-- <logsuffix>.log</logsuffix> -->


<!-- <exe>zone.exe or ./zone</exe> -->


<!-- <timers restart="10000" reterminate="10000"> -->


</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>
The 4 popup windows I get when I launch the batch file show the following.

queryserv.exe
Code:
[Status] Using database 'peq' at 127.0.0.1:3006
ucs.exe
Code:
[Status] Using database 'peq' at 127.0.0.1:3006
world.exe
Code:
[Status] Using database 'peq' at 127.0.0.1:3306

[MYSQL ERR] 1146: Table 'peq.vwbotcharactermobs' doesn't exist [Query]:
SHOW CREATE VIEW `vwBotCharacterMobs`

Pulling down automatic database upgrade script...

No update necessary
Perl Version is 5.12.3
============================================================
           EQEmu: Automatic Database Upgrade Check
============================================================
        Operating System is: MSWin32
        (Windows) MySQL is in system path
        Path = C:\Program Files (x86)\MySQL\MySQL Server 5.1\bin/mysql
============================================================
        Binary Database Version: (9066)
        Local Database Version: (1000)

Retrieving latest database manifest...
        URL:    https://raw.githubusercontent.com/EQEmu/Server/master/utils/sql/
db_update_manifest.txt
        Saved:  db_update/db_update_manifest.txt
You have missing database updates, type 1 or 2 to backup your database before ru
nning them as recommended...

Database Management Menu (Please Select):
        1) Backup Database - (Saves to Backups folder)
                Ideal to perform before performing updates
        2) Backup Database Compressed - (Saves to Backups folder)
                Ideal to perform before performing updates
        3) Check for pending REQUIRED Database updates
                Stages updates for automatic upgrade...
        4) AAs - Get Latest AA's from PEQ (This deletes AA's already in the data
base)
        5) OPCodes - Download latest opcodes from repository
        0) Exit

>
eqlauncher.exe is a blank window
Reply With Quote