Crash / Close [Logon.exe] menu

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 23
  1. #1
    Ghosthopper's Avatar Member
    Reputation
    63
    Join Date
    Dec 2007
    Posts
    160
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Crash / Close [Logon.exe]


    Crash / Close [Logon.exe]
  2. #2
    Ghosthopper's Avatar Member
    Reputation
    63
    Join Date
    Dec 2007
    Posts
    160
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    help please?

  3. #3
    Spartansp's Avatar Member
    Reputation
    644
    Join Date
    Sep 2007
    Posts
    1,803
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    your logon server must be corrupted or you dont configured correctly your configs..... try my repack

  4. #4
    Ghosthopper's Avatar Member
    Reputation
    63
    Join Date
    Dec 2007
    Posts
    160
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It was working 3 days ago....why would your repack fix it? wouldnt it just be the same thing? I'v tryed a few differnt ones now - i'm guessing it's a config thing but idk why that would be, basicly i'v tryed everything witch is why im forced to ask here

  5. #5
    Spartansp's Avatar Member
    Reputation
    644
    Join Date
    Sep 2007
    Posts
    1,803
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ok try posting your config files here

  6. #6
    Ghosthopper's Avatar Member
    Reputation
    63
    Join Date
    Dec 2007
    Posts
    160
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    what ones might cause this? i dont think ascent config =P

  7. #7
    Gastricpenguin's Avatar Legendary
    Reputation
    980
    Join Date
    Feb 2007
    Posts
    2,236
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Logonserver.config.
    Life Puzzler WoW - Website | Forums

  8. #8
    Spartansp's Avatar Member
    Reputation
    644
    Join Date
    Sep 2007
    Posts
    1,803
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Gastricpenguin View Post
    Logonserver.config.
    obiously put your logonserver.conf here as gastric said

  9. #9
    Ghosthopper's Avatar Member
    Reputation
    63
    Join Date
    Dec 2007
    Posts
    160
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    #######################################################################
    # Ascent Realms Configuration File
    # Last updated at revision 446 by Burlex
    #######################################################################
    /********************************************************************************
    * 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 = "~~~~~"
    Password = "~~~~~"
    Name = "~~~~"
    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 = "ghosthopper.no-ip.biz"
    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 = "300">
    # 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 = "6739"
    MaxBuild = "7799">
    # WorldServer Setup
    #
    # 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"
    #
    <LogonServer RemotePassword = "~~~~">











  10. #10
    Spartansp's Avatar Member
    Reputation
    644
    Join Date
    Sep 2007
    Posts
    1,803
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    change this one:
    <Listen Host = "ghosthopper.no-ip.biz"

    to 0.0.0.0

  11. #11
    Ghosthopper's Avatar Member
    Reputation
    63
    Join Date
    Dec 2007
    Posts
    160
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ok dokie...i was gonna make some witty remark about how stupid that idea was....but that worked so i love you now
    will you have my babies? no i guess +rep will have to do.

  12. #12
    Spartansp's Avatar Member
    Reputation
    644
    Join Date
    Sep 2007
    Posts
    1,803
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    lol glad i helped you out

  13. #13
    Ghosthopper's Avatar Member
    Reputation
    63
    Join Date
    Dec 2007
    Posts
    160
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    OH NOES!!! :[ Now Ascent.exe is crashing >:[

    i changed the listen host on that to 0.0.0.0 as well.....so it didnt totlay crash now its just saying connection failed will try again in 10 seconds

  14. #14
    Spartansp's Avatar Member
    Reputation
    644
    Join Date
    Sep 2007
    Posts
    1,803
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    lol leave your ascent config as it was then :P

  15. #15
    jokerjokes's Avatar Active Member
    Reputation
    75
    Join Date
    Apr 2007
    Posts
    902
    Thanks G/R
    3/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    that has to do with your realms config lol im guessing.

Page 1 of 2 12 LastLast

Similar Threads

  1. help with my server plz :D logon.exe problem
    By jwate22 in forum World of Warcraft General
    Replies: 5
    Last Post: 03-30-2009, 06:45 AM
  2. How to close MySQL.exe?
    By jse,pm2 in forum WoW EMU Questions & Requests
    Replies: 2
    Last Post: 12-15-2008, 05:57 AM
  3. [Error] World and Logon .Exe Error.
    By Etna in forum WoW EMU Questions & Requests
    Replies: 10
    Last Post: 10-11-2008, 11:29 AM
  4. Simple Logon.exe Probelm
    By Strupantwn in forum World of Warcraft Emulator Servers
    Replies: 4
    Last Post: 06-26-2008, 10:22 PM
  5. [Help] Logon.exe Wont stay running
    By pennybox in forum World of Warcraft Emulator Servers
    Replies: 2
    Last Post: 06-02-2008, 08:45 PM
All times are GMT -5. The time now is 09:33 AM. 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