Go Back   EQEmulator Home > EQEmulator Forums > Support > Support::Windows Servers

Support::Windows Servers Support forum for Windows EQEMu users.

Reply
 
Thread Tools Display Modes
  #1  
Old 08-31-2010, 05:31 PM
sirgoladith
Fire Beetle
 
Join Date: Nov 2004
Posts: 20
Default Issues starting server

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

Quote:
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.
Reply With Quote
  #2  
Old 08-31-2010, 05:45 PM
sirgoladith
Fire Beetle
 
Join Date: Nov 2004
Posts: 20
Default

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.
Reply With Quote
  #3  
Old 08-31-2010, 06:03 PM
sirgoladith
Fire Beetle
 
Join Date: Nov 2004
Posts: 20
Default

I screwed up, only compiled the login server..compiling the rest as we speak...we shall see what it does after that.
Reply With Quote
  #4  
Old 08-31-2010, 06:41 PM
sirgoladith
Fire Beetle
 
Join Date: Nov 2004
Posts: 20
Default

Ok, now this is what I am getting...along with the other error from the eqemuloginserver.exe...this is from the eqlaunch.exe
Quote:
[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...
Reply With Quote
  #5  
Old 09-01-2010, 01:18 AM
sirgoladith
Fire Beetle
 
Join Date: Nov 2004
Posts: 20
Default

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

Quote:
<?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>
Reply With Quote
  #6  
Old 09-02-2010, 08:38 PM
Knotthead
Fire Beetle
 
Join Date: Mar 2009
Location: denver
Posts: 21
Default

Quote:
<!-- 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.
Reply With Quote
  #7  
Old 09-03-2010, 01:29 AM
sirgoladith
Fire Beetle
 
Join Date: Nov 2004
Posts: 20
Default

I deleted the password out of there for the paste.
Reply With Quote
  #8  
Old 09-03-2010, 01:46 AM
Akkadius's Avatar
Akkadius
Administrator
 
Join Date: Feb 2009
Location: MN
Posts: 2,071
Default

Quote:
Originally Posted by sirgoladith View Post
I deleted the password out of there for the paste.
Instead of localhost, try '127.0.0.1'
Reply With Quote
  #9  
Old 09-03-2010, 01:51 AM
sirgoladith
Fire Beetle
 
Join Date: Nov 2004
Posts: 20
Default

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....
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 09:47 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 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3