[ArcEmu] Unable to Validate Game Version menu

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 18
  1. #1
    brettsalt1995's Avatar Sergeant
    Reputation
    2
    Join Date
    Mar 2010
    Posts
    52
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [ArcEmu] Unable to Validate Game Version

    Hey Guys.

    I just recently compiled my own wow private server, i followed a guide.

    It all works, logon server works, world server works, i created my account. I went to login and it said unable to validate game version.

    - I am currently patched up to 3.3.3.
    - I dont have a clue with patch my server is on ( how do i found out )?
    - I compiled my server yesturday.

    Any idea what i have to do to actualy login to my server and play? Do i have to change the logon cilent build?

    Please Help.

    Here is my Logon config at the moment:




    /***********************************************************************
    * 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 = ""
    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.1.3 was build 9947.
    */

    <Client MinBuild = "10596"
    MaxBuild = "10596">

    /* 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 = "change_me_world"
    AllowedIPs = "127.0.0.1/24"
    AllowedModIPs = "127.0.0.1/24">

    [ArcEmu] Unable to Validate Game Version
  2. #2
    EXtremiXed's Avatar Member
    Reputation
    10
    Join Date
    Mar 2009
    Posts
    48
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Compiled from ArcEmu? I believe they are on 3.3.2a

  3. #3
    Kiev's Avatar Contributor
    Reputation
    288
    Join Date
    Nov 2007
    Posts
    1,819
    Thanks G/R
    0/4
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ArcEmu have been on 3.3.2a for awhile, they haven't yet made 3.3.3 support, although TheTrueCow (I think thats him :P) released a custom patch, and how to apply it was explain in your previous thread, also, use [code] tags for you realmlist etc.




  4. #4
    brettsalt1995's Avatar Sergeant
    Reputation
    2
    Join Date
    Mar 2010
    Posts
    52
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ok, so i downgraded now what..

    Whats the cilent build? everyone keeps talking about it to me, but then one tell me what to put in..

  5. #5
    Kiev's Avatar Contributor
    Reputation
    288
    Join Date
    Nov 2007
    Posts
    1,819
    Thanks G/R
    0/4
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You didnt really need to downgrade, but okay. Now you should be able to login, aslong as your patch 3.3.2a, you can see this through right clicking on WoW.exe and going to properties/information.




  6. #6
    brettsalt1995's Avatar Sergeant
    Reputation
    2
    Join Date
    Mar 2010
    Posts
    52
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Oh ok thanks, so the build was ment to be 10596?

  7. #7
    Kiev's Avatar Contributor
    Reputation
    288
    Join Date
    Nov 2007
    Posts
    1,819
    Thanks G/R
    0/4
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ill check my WoW.exe, two secs.

    3.3.2 = 11403




  8. #8
    brettsalt1995's Avatar Sergeant
    Reputation
    2
    Join Date
    Mar 2010
    Posts
    52
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yeah i changed the build thanks, i fiddled around with everything and ive been able to get in and see the realm.

    But when i connect to the realm it stays on "Logging into gameserver" then switches back to realmlist, and keeps repeating.

    Any ideas mate?

  9. #9
    alj03's Avatar Contributor
    Reputation
    91
    Join Date
    Feb 2008
    Posts
    1,103
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    See this

    <LogonServer RemotePassword = "change_me_world"
    AllowedIPs = "127.0.0.1/24"
    AllowedModIPs = "127.0.0.1/24">
    Try change the LogonServer RemotePassword to say Arcemu (can be anything you want where it says change_me_world) and than also change it in the World config to the same name used on this one.
    Death to all but Metal.

  10. #10
    brettsalt1995's Avatar Sergeant
    Reputation
    2
    Join Date
    Mar 2010
    Posts
    52
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Just tried, still stuck on logging into gameserver sthen flicks back to realm selection, Damn.

  11. #11
    Confucius's Avatar Super Moderator Don't Look Back in Anger

    CoreCoins Purchaser Authenticator enabled
    Reputation
    1418
    Join Date
    Oct 2007
    Posts
    2,805
    Thanks G/R
    301/311
    Trade Feedback
    7 (100%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    This happened to me when I first started emu too I can't remember why, try shutting down your firewalls or keep spamming enter enter until you get in :\

  12. #12
    brettsalt1995's Avatar Sergeant
    Reputation
    2
    Join Date
    Mar 2010
    Posts
    52
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Lol :P already tried.

  13. #13
    brettsalt1995's Avatar Sergeant
    Reputation
    2
    Join Date
    Mar 2010
    Posts
    52
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Extremely anoyying, just wana login and start my server

    If anyone has any ideas please say

  14. #14
    alj03's Avatar Contributor
    Reputation
    91
    Join Date
    Feb 2008
    Posts
    1,103
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Umm trying changing the 24 in this to 32...
    AllowedIPs = "127.0.0.1/24"
    AllowedModIPs = "127.0.0.1/24">

    This also happened to me. I just re-compiled.
    Death to all but Metal.

  15. #15
    Kiev's Avatar Contributor
    Reputation
    288
    Join Date
    Nov 2007
    Posts
    1,819
    Thanks G/R
    0/4
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    No need to change it to 32 ^, hmm...

    Do you get any errors in arcemu-world or logon? Such as failed to connect? If so then something in your configs isn't doing what it should, if not, try and recompile.




Page 1 of 2 12 LastLast

Similar Threads

  1. Unable to Validate Game Version
    By JMAN1 in forum WoW ME Questions and Requests
    Replies: 9
    Last Post: 03-15-2009, 09:20 AM
  2. [help] Unable to validate game version. (Sorry if already on forum)
    By Renax in forum World of Warcraft Emulator Servers
    Replies: 12
    Last Post: 03-05-2008, 07:30 PM
  3. [Question] "unable to validate game version"
    By urugal in forum WoW ME Questions and Requests
    Replies: 20
    Last Post: 02-08-2008, 05:34 AM
  4. Unable to validate game version
    By Rayz in forum World of Warcraft General
    Replies: 4
    Last Post: 02-08-2008, 03:25 AM
  5. Unable to validate game version
    By general_salsa in forum World of Warcraft General
    Replies: 1
    Last Post: 07-10-2007, 08:16 PM
All times are GMT -5. The time now is 11:10 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