Error when starting Logonserver menu

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 19
  1. #1
    joober's Avatar Member
    Reputation
    6
    Join Date
    Feb 2008
    Posts
    64
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Error when starting Logonserver

    So, as the title says I get an error upon starting up my logonserver.exe, it tells me that my configuration is wrong. I found by searching the Forums that .NET Framework is needed and I went to the Microsoft download site, but I've downloaded a few of them because they keep failing the installation, it says something about not having an earlier application. I was wondering if someone would give me an idea as to what I should look for to download or if I'm doing something wrong. Seeing that there's like 1,000 .NET Framework downloads, chances are that I'm downloading the wrong one.

    Will +Rep for a link to the .NET Framework that I need.

    Error when starting Logonserver
  2. #2
    1ns0mnia's Avatar Active Member
    Reputation
    67
    Join Date
    Nov 2007
    Posts
    428
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    post the error ur getting here with a sceeny
    Last edited by 1ns0mnia; 05-17-2008 at 11:24 AM.

  3. #3
    joober's Avatar Member
    Reputation
    6
    Join Date
    Feb 2008
    Posts
    64
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I can't screenie it but, I'll go open the Logonserver again and post exactly what it is.

    Edit: This is what it reads.

    C:\Documents and Settings\Owner\Desktop\Repack\ascent-logonserver.exe

    This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem.
    Last edited by joober; 05-17-2008 at 09:53 AM.

  4. #4
    1ns0mnia's Avatar Active Member
    Reputation
    67
    Join Date
    Nov 2007
    Posts
    428
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    post your logonserver.config (in your bin/debug folder) in

  5. #5
    joober's Avatar Member
    Reputation
    6
    Join Date
    Feb 2008
    Posts
    64
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Not sure this is what you're looking for but.

    #######################################################################
    # 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 = "localhost"
    Username = "root"
    Password = "no peeking"
    Name = "world"
    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 = "127.0.0.1"
    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 = "8089"
    MaxBuild = "9999">

    # 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 = "ascent"

  6. #6
    2dgreengiant's Avatar ★ Elder ★


    Reputation
    1192
    Join Date
    Feb 2007
    Posts
    7,129
    Thanks G/R
    1/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Get a new ascent-logonserver.exe by downloading or compiling it yourself. Also change ALL listen hosts to 0.0.0.0
    If you need me you have my skype, if you don't have my skype then you don't need me.

  7. #7
    1ns0mnia's Avatar Active Member
    Reputation
    67
    Join Date
    Nov 2007
    Posts
    428
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    aye what 2d said, ur logonserver config is out of date

  8. #8
    joober's Avatar Member
    Reputation
    6
    Join Date
    Feb 2008
    Posts
    64
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ahh, okie thanks, I'll try that. +Rep to yee!

    And is there a place that I can download the .exe without downloading an entire repack again?
    Last edited by joober; 05-17-2008 at 10:40 AM.

  9. #9
    2dgreengiant's Avatar ★ Elder ★


    Reputation
    1192
    Join Date
    Feb 2007
    Posts
    7,129
    Thanks G/R
    1/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    If you need me you have my skype, if you don't have my skype then you don't need me.

  10. #10
    1ns0mnia's Avatar Active Member
    Reputation
    67
    Join Date
    Nov 2007
    Posts
    428
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    EDIT : DM lol

    p.s. 2d ur too fast :P

  11. #11
    joober's Avatar Member
    Reputation
    6
    Join Date
    Feb 2008
    Posts
    64
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Haha, thanks guys. I'll let you know how it goes.

  12. #12
    1ns0mnia's Avatar Active Member
    Reputation
    67
    Join Date
    Nov 2007
    Posts
    428
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by joober View Post
    Haha, thanks guys. I'll let you know how it goes.
    *crosses fingers* goodluck

  13. #13
    joober's Avatar Member
    Reputation
    6
    Join Date
    Feb 2008
    Posts
    64
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hmmm, I downloaded it and I'm still getting the same error message.

    "This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem."

  14. #14
    2dgreengiant's Avatar ★ Elder ★


    Reputation
    1192
    Join Date
    Feb 2007
    Posts
    7,129
    Thanks G/R
    1/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Are you 100% sure you have .net framework 3.5?
    If you need me you have my skype, if you don't have my skype then you don't need me.

  15. #15
    joober's Avatar Member
    Reputation
    6
    Join Date
    Feb 2008
    Posts
    64
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    No, I'm 99% sure I don't have it actually. Although, I had no problems hosting a server 4-5 months ago.
    Last edited by joober; 05-17-2008 at 11:57 AM.

Page 1 of 2 12 LastLast

Similar Threads

  1. Getting error when starting
    By Onelord in forum WoW EMU Questions & Requests
    Replies: 5
    Last Post: 12-05-2008, 11:18 AM
  2. error when starting server with pics!
    By finger in forum WoW EMU Guides & Tutorials
    Replies: 1
    Last Post: 08-31-2008, 05:46 AM
  3. Error When Starting Ascent-World... Please Help!
    By Monarch in forum World of Warcraft Emulator Servers
    Replies: 4
    Last Post: 07-22-2008, 09:30 PM
  4. [Error] When Opening Logonserver and Acsent-world
    By aziz in forum World of Warcraft Emulator Servers
    Replies: 6
    Last Post: 07-19-2008, 10:50 PM
  5. Error when starting my MaNGOSx server (mac)
    By deethis in forum World of Warcraft Emulator Servers
    Replies: 1
    Last Post: 06-03-2008, 03:40 AM
All times are GMT -5. The time now is 10:56 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