It's giving me this error every time I try to start the logon server. In order to get this error, I have to run it under CMD. Otherwise, it just starts and immediately shuts itself down. I'm running Windows 7 64-bit with UAC off, in case that's relevant. Any idea how to fix it?
Logon config:
Code:
/***********************************************************************
* ArcEmu Logonserver Configuration File
* Last edited: 7/18/09
***********************************************************************
* Configure the logonserver to connect to the accounts database below *
***********************************************************************
* LogonDatabase.Host - The hostname that the database is located on
* LogonDatabase.Username - The username used for the mysql connection
* LogonDatabase.Password - The password used for the mysql connection
* LogonDatabase.Name - The database name
* LogonDatabase.Port - Port that MySQL listens on. Usually 3306.
* LogonDatabase.Type - Client to use. 1 = MySQL
* Not supported: - 2 = PostgreSQL (Partly implemented)
* Not Supported: - 3 = SQLite (unimplemented)
***********************************************************************/
<LogonDatabase Hostname = "localhost"
Username = "root"
Password = "ascent"
Name = "logon"
Port = "3306"
Type = "1">
/* Host Directive
*
* This is the address that the realmlist will listen on.
* To listen on all addresses, set it to 0.0.0.0
* Default: 127.0.0.1 (localhost)
*
* Note: ISHost is the interserver communication listener.
*/
<Listen Host = "0.0.0.0"
ISHost = "0.0.0.0"
RealmListPort = "3724"
ServerPort = "8093">
/* Server console logging level
*
* This directive controls how much output the server will
* display in it's console. Set to 0 for none.
* 0 = Minimum; 1 = Error; 2 = Detail; 3 = Full/Debug
* Default: 3
*/
<LogLevel Screen = "0"
File = "-1">
/* Account Refresh Time
*
* This controls on which time interval accounts gets
* refreshed. (In seconds)
* Default = 600
* 600 seconds = 10 minutes - 1 second = 0.0166666667 minutes 300 seconds = 5 minutes, 150 seconds = 2.5minutes
*
*/
<Rates AccountRefresh = "600">
/* Accepted Build Range Setup
*
* These two directives set up which clients will be
* allowed to authenticate with the realm list.
*
* Set these to the same builds that the server was
* compiled for.
*
* As of the last update, version 3.3.3 was build 11685, patch 3.3.3a is 11723.
*/
<Client MinBuild = "11685"
MaxBuild = "11723">
/* WorldServer Setup
*
* RemotePassword
* This directive controls the password used to authenticate with the worldserver.
* It must be the same between the two configs. If it is not, your server will
* not register.
*
* Default: "change_me_logon"
*
* AllowedIPs
* This section MUST be completed, otherwise all attempts to link your servers will fail.
* These "Allowed" fields are a space-seperated list of CIDR-form IP addresses that are allowed
* to make server connections to your logonserver, and register realms.
* For example, everything in the 127.0.0.* range would be:
* 127.0.0.0/24, as 24 of the bits must match the 127.0.0.0
*
* To allow a single IP,
* 1.3.3.7/32, would allow only 1.3.3.7 to connect as 32 of the bits must match.
*
* AllowedModIPs
* In the same form as AllowedIPs, these are the IPs that are allowed to modify the database
* (adding bans, GMs, account permissions, etc)
*/
<LogonServer RemotePassword = "ascent"
AllowedIPs = "127.0.0.1/24"
AllowedModIPs = "127.0.0.1/24">
World config:
Code:
<WorldDatabase Hostname = "localhost" Username = "root" Password = "ascent" Name = "world" Port = "3306" Type = "1">
<CharacterDatabase Hostname = "localhost" Username = "root" Password = "ascent" Name = "character" Port = "3306" Type = "1">
<Listen Host = "0.0.0.0"
WorldServerPort = "8129">
<LogLevel Screen="0" File="-1" World="0" DisableCrashdumpReport="0">
<Server PlayerLimit = "100"
Motd = "Welcome to an ArcEmu based server!"
SendStatsOnJoin = "1"
EnableBreathing = "1"
SeperateChatChannels = "0"
CompressionThreshold = "1000"
QueueUpdateInterval = "5000"
KickAFKPlayers = "0"
ConnectionTimeout = "180"
RealmType = "0"
AdjustPriority = "0"
RequireAllSignatures = "0"
ShowGMInWhoList = "1"
MapUnloadTime="0"
LimitedNames="1"
UseAccountData="0"
AllowPlayerCommands="0"
EnableLFGJoin="0"
TimeZone="0"
Collision="0"
DisableFearMovement="0"
SaveExtendedCharData="0">
<Announce Tag = "Staff"
GMAdminTag = "0"
NameinAnnounce = "1"
NameinWAnnounce = "1"
ShowInConsole = "1">
<Rates Health="1"
Power1="1"
Power2="1"
Power3="1"
Power4="1"
QuestReputation="1"
KillReputation="1"
Honor="1"
PvPTimer="300000"
ArenaQueueDiff="150"
Compression="1"
XP="48"
QuestXP="48"
RestXP="48"
ExploreXP="48"
DropGrey="1"
DropWhite="1"
DropGreen="40"
DropBlue="4000"
DropPurple="4000"
DropOrange="1"
DropArtifact="1"
DropMoney="1"
Save="300000"
SkillChance="1"
SkillRate="1"
ArenaMultiplier2x="1"
ArenaMultiplier3x="1"
ArenaMultiplier5x="1">
<GMClient GmClientChannel = "gm_sync_channel">
<Terrain MapPath = "maps"
vMapPath = "vmaps"
UnloadMaps = "1">
<Log Cheaters="0" GMCommands="0" TimeStamp="0">
<Mail ReloadDelay="0"
DisablePostageCostsForGM="1"
DisablePostageCosts="0"
DisablePostageDelayItems="1"
DisableMessageExpiry="0"
EnableInterfactionMail="1"
EnableInterfactionMailForGM="1">
<StatDumper FileName = "stats.xml" Interval = "120000">
<Startup Preloading = "0"
BackgroundLootLoading = "1"
EnableMultithreadedLoading = "1"
LoadAdditionalTables="">
<FloodProtection Lines = "0" Seconds = "0" SendMessage = "0">
<LogonServer DisablePings = "0"
RemotePassword = "ascent">
<AntiHack Teleport="1"
Speed="1"
FallDamage="1"
Flight="1"
FlightThreshold="10"
DisableOnGM="1">
<Periods HonorUpdate="daily"
ArenaUpdate="weekly"
DailyUpdate="daily">
<Channels BannedChannels=""
MinimumLevel="">
<VoiceChat Enabled="0"
ServerIP="127.0.0.1"
ServerPort="3727">
<RemoteConsole Enabled="0"
Host="0.0.0.0"
Port="8092">
<ScriptBackends LUA="1">
<Movement FlushInterval="1000"
CompressRate="1"
CompressThreshold="30.0"
CompressThresholdCreatures="10.0">
<Localization LocaleBindings="">
<InstanceHandling TakeGroupLeaderID="1"
SlidingExpiration="0"
DailyHeroicInstanceResetHour="5"
CheckTriggerPrerequsites="1" >
<Battleground AV_MIN="0"
AV_MAX="40"
AB_MIN="4"
AB_MAX="15"
EOS_MIN="4"
EOS_MAX="15"
WS_MIN="2"
WS_MAX="10"
SOTA_MIN="10"
SOTA_MAX="15">
<Arena Season = "5"
Progress = "1">
<GameMaster StartOnGMIsland = "1">
<Limits Enable="1" AutoAttackDmg="10000" SpellDmg="30000" Health="100000" Mana="80000" Disconnect="0" BroadcastGMs="1">