Help with this error please :) menu

Shout-Out

User Tag List

Results 1 to 9 of 9
  1. #1
    lennshow66's Avatar Member
    Reputation
    1
    Join Date
    May 2008
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Help with this error please :)

    Hey,

    Please could you help me with this error i keep getting??



    thanks for any help

    Help with this error please :)
  2. #2
    y2kss66's Avatar Member
    Reputation
    104
    Join Date
    Jan 2008
    Posts
    778
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    post your conf files.

    my suggestion is that the info in the .conf files is not correct.

  3. #3
    lennshow66's Avatar Member
    Reputation
    1
    Join Date
    May 2008
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    REALM
    #######################################################################
    # Hearthstone Realms Configuration File
    #######################################################################

    /********************************************************************************
    * How to use this config file: *
    * Config files are in a block->variable->setting format. *
    * A < signifies the opening of a block, the block name is expected after that. *
    * After the block name, a space and then the settings sperated by = / ' '. *
    * *
    * e.g. *
    * <block setting="0" someval = "1"> *
    * *
    * Comments can be in C format, e.g. /* some stuff */, with a // at the start *
    * of the line, or in shell format (#). *
    ********************************************************************************/

    # LogonDatabase Section
    #
    # These directives are the location of the `realms` and `accounts`
    # tables.
    #
    # 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, 2 = PostgreSQL, 3 = Oracle 10g
    #

    <LogonDatabase Hostname = "127.0.0.1"
    Username = "root"
    Password = "ascent"
    Name = "zzzlogon"
    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
    #

    <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 2.1.1 was build 6739.
    #

    <Client MinBuild = "9000"
    MaxBuild = "9999">

    # 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/24, 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)
    #
    # UseEncryptedPasswords
    # This directive controls whether the `password` field is encrypted or not.
    # Using encrypted passwords is inherently more secure than storing them as plaintext.
    # Please read extras/docs/EncryptedPasswords.txt for more information.
    #
    # Default: "0"

    <LogonServer RemotePassword = "warsong"
    AllowedIPs = "127.0.0.1/24"
    AllowedModIPs = "127.0.0.1/24"
    UseEncryptedPasswords="0">
    Logonserver
    #######################################################################
    # Hearthstone Realms Configuration File
    #######################################################################

    /********************************************************************************
    * How to use this config file: *
    * Config files are in a block->variable->setting format. *
    * A < signifies the opening of a block, the block name is expected after that. *
    * After the block name, a space and then the settings sperated by = / ' '. *
    * *
    * e.g. *
    * <block setting="0" someval = "1"> *
    * *
    * Comments can be in C format, e.g. /* some stuff */, with a // at the start *
    * of the line, or in shell format (#). *
    ********************************************************************************/

    #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
    # LogonServer Section
    #
    # Address:
    # The address (no port) of the server.
    #
    # Port:
    # The port on which the logon server listens. (*** NOT 3724 ***)
    #
    # Name:
    # Not really relavant, but name the logon.
    #
    # RealmCount:
    # The number of realms in the next section.
    #
    #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#

    <LogonServer Address = "127.0.0.1"
    Port = "8093"
    Name = "Default Logon"
    RealmCount = "1">

    #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
    # Realm Section
    #
    # Name:
    # The name of the realm.
    #
    # Address:
    # The address (and port) of that realm.
    #
    # Icon:
    # The type of realm (PVP, Normal, RPPVP, RP)
    #
    # Colour:
    # Realm colour in realm list display.
    #
    # WorldRegion:
    # 1 = Development
    # 2 = United States
    # 3 = Oceanic
    # 4 = Latin America
    # 5 = Tournament
    # 6 = Korea
    # 7 = Tournament
    # 8 = English
    # 9 = German
    # 10 = French
    # 11 = Spanish
    # 12 = Russian
    # 13 = Tournament
    # 14 = Taiwan
    # 15 = Tournament
    # 16 = China
    # 17 = CN1
    # 18 = CN2
    # 19 = CN3
    # 20 = CN4
    # 21 = CN5
    # 22 = CN6
    # 23 = CN7
    # 24 = CN8
    # 25 = Tournament
    # 26 = Test Server
    # 27 = Tournament
    # 28 = QA Server
    # 29 = CN9
    # 30 = Test Server 2
    #
    # Population:
    # (0 = low, 1 = medium, 2 = high)
    #
    #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#

    <Realm1 Name = "3x1x1 Aspire Server!"
    Address = "127.0.0.1:8129"
    Icon = "Normal"
    Colour = "1"
    Population = "1.0"
    WorldRegion = "3">

  4. #4
    dexterkris's Avatar Member
    Reputation
    14
    Join Date
    Jan 2009
    Posts
    65
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You don“t need to run the realmserver.exe
    Only run World and and the Logonserver

  5. #5
    Reflection's Avatar Legendary
    Reputation
    783
    Join Date
    Mar 2008
    Posts
    3,377
    Thanks G/R
    1/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Dexterkris beat me to it.

    I don't know why they still include it but I'm sure I've read the reason somewhere. Unless you get other errors besides the realmserver one you're good to go.

    Freelance Digital Artist
    https://reflectionartwork.deviantart.com
    You did not desert me
    My brothers in arms


  6. #6
    lennshow66's Avatar Member
    Reputation
    1
    Join Date
    May 2008
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    well now im getting this error in world

  7. #7
    AngelSandy's Avatar Member
    Reputation
    19
    Join Date
    Jan 2009
    Posts
    330
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Check your configuration files..

  8. #8
    Reflection's Avatar Legendary
    Reputation
    783
    Join Date
    Mar 2008
    Posts
    3,377
    Thanks G/R
    1/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Post your world configuration file too, if the error is in there you need to change something there. My guess is that you wrote the wrong password at the top.

    Freelance Digital Artist
    https://reflectionartwork.deviantart.com
    You did not desert me
    My brothers in arms


  9. #9
    Sparta12's Avatar Member
    Reputation
    2
    Join Date
    Feb 2008
    Posts
    37
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Try setting your connection settings to .logon: root password: root

Similar Threads

  1. Help me with this error [ Mangos MOP ]
    By SureOneHit in forum WoW EMU Questions & Requests
    Replies: 3
    Last Post: 07-11-2013, 03:22 AM
  2. someone help me with this error plssssssss!
    By kalamosafeka in forum Diablo 3 Emulator Servers
    Replies: 3
    Last Post: 03-18-2012, 10:04 PM
  3. Need help with this LUA script, please.
    By Eliteplague in forum WoW Bots Questions & Requests
    Replies: 6
    Last Post: 11-18-2011, 01:27 PM
  4. Trying to upload a vendor and I continue to get this error. Please help.
    By robbversion1 in forum WoW EMU Questions & Requests
    Replies: 4
    Last Post: 12-21-2008, 01:49 PM
  5. Trying to start a server, but coming up with an error. Please help! :)
    By Dead243 in forum World of Warcraft General
    Replies: 0
    Last Post: 08-20-2008, 07:08 PM
All times are GMT -5. The time now is 07:54 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search