PDA

View Full Version : Issues starting server


sirgoladith
08-31-2010, 05:31 PM
Ok, so I got it all set up and all. But when I run the batch to launch the server, I get an error in the eqemuloginserve.exe window

EQEmuLoginServer v1.0 ALPHA by The Oustanding Developers at PEQ!

Using Port: 5999
Dumping Inbound packets.
Dumping Outbound packets.
Database Server: localhost
Database Catalog: peqlogindb
Database UserName: root
Database Password:


File 'C:\mysql\\share\charsets\?.conf' not found (Errcode: 22)
Character set '#33' is not a compiled character set and is not specified in the
'C:\mysql\\share\charsets\Index' file
Server (TCP) listener started.
File 'C:\mysql\\share\charsets\?.conf' not found (Errcode: 22)
Character set '#33' is not a compiled character set and is not specified in the
'C:\mysql\\share\charsets\Index' file

But then the world.exe never runs either. That is as far as i have gotten really. been troubleshooting this for the last day or so and I just cannot figure it out for the life of me.

sirgoladith
08-31-2010, 05:45 PM
I forgot to add, I am running server rev 1316 w/ bots and PEQ DB 1589 if that makes any kind of difference. At first I was running server rev 1612 /w bots.

sirgoladith
08-31-2010, 06:03 PM
I screwed up, only compiled the login server..compiling the rest as we speak...we shall see what it does after that.

sirgoladith
08-31-2010, 06:41 PM
Ok, now this is what I am getting...along with the other error from the eqemuloginserver.exe...this is from the eqlaunch.exe [08.31. - 17:38:25] Starting Log: logs/eqemu_debug_2376.log
[08.31. - 17:38:25] [LAUNCHER__INIT] Loading server configuration..
[08.31. - 17:38:26] [NET__WORLD] WorldConnection connect: Connecting to the server localhost:9000 failed: TCPConnection::Connect(): connect() failed. Error: 10061
[08.31. - 17:38:26] [LAUNCHER__ERROR] worldserver.Connect() FAILED! Will retry.
[08.31. - 17:38:26] [LAUNCHER__INIT] Starting main loop...

sirgoladith
09-01-2010, 01:18 AM
Ok, I got it worked down to, the fact that world for some reason cannot access my sql db. But I think I have it set up correctly. Here is my eqmu_config.xml

<?xml version="1.0">
<server>
<world>
<shortname>DRKLND</shortname>
<longname>Goladith's House of Darkland</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>5999</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>root</username>
<password></password>
<db>eqemu</db>
</database>

<!-- 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>

Knotthead
09-02-2010, 08:38 PM
<!-- Database configuration, replaces db.ini. Defaults shown -->
<database>
<host>localhost</host>
<port>3306</port>
<username>root</username>
<password></password>
<db>eqemu</db>
</database>

You need to have your MySQL password in there so the launcher can access your database.

sirgoladith
09-03-2010, 01:29 AM
I deleted the password out of there for the paste.

Akkadius
09-03-2010, 01:46 AM
I deleted the password out of there for the paste.

Instead of localhost, try '127.0.0.1'

sirgoladith
09-03-2010, 01:51 AM
I somehow got it to work on my desktop. I was able to get a working server, I tried copying over the ini's and the xml and it didn't help. I really am stuck and at a loss....