Problem with login and world menu

User Tag List

Results 1 to 11 of 11
  1. #1
    toyjoe1's Avatar Member
    Reputation
    1
    Join Date
    Jul 2008
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Problem with login and world

    i have framwork 3.5 soo...

    i get this error:

    This application failed to start because the application configuration is incorrect. Reinstalling the application max fix the problem.


    HOW DO I FIX IT ive never ran into this problem when i made a 2.4.3 server....

    ive gone throumy conf files like 20 times and still cant find the problem...


    any solution will be greatly appreciated!!!

    Problem with login and world
  2. #2
    Kirsebaer's Avatar Banned
    Reputation
    6
    Join Date
    Nov 2008
    Posts
    156
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It's a a little of a rhetoric question.
    You had the answer.
    This application failed to start because the application configuration is incorrect.

    Reinstalling the application max fix the problem.
    Maybe you got wrong in databise or other files, i think the conf is fine.

  3. #3
    toyjoe1's Avatar Member
    Reputation
    1
    Join Date
    Jul 2008
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    well i got it from repack http://www.mmowned.com/forums/emulat...core-ncdb.html and the others seem to have it working fine....

  4. #4
    toyjoe1's Avatar Member
    Reputation
    1
    Join Date
    Jul 2008
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    framework

    I will try reinstalling net framework and post after if it works or not

    still no...
    Last edited by toyjoe1; 12-09-2008 at 12:23 PM.

  5. #5
    Kirsebaer's Avatar Banned
    Reputation
    6
    Join Date
    Nov 2008
    Posts
    156
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I am going to download and look inside it.
    I'll tell you what i can find wrong.

  6. #6
    Kirsebaer's Avatar Banned
    Reputation
    6
    Join Date
    Nov 2008
    Posts
    156
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Damn it.
    Filebeam struggles for me so I cannot do it.
    But hey, did you ever look in the whole content of the repack you use?
    Like vMap and as prgrm for maps folder etc?

  7. #7
    toyjoe1's Avatar Member
    Reputation
    1
    Join Date
    Jul 2008
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    well i fixed.. i just installed framework 3.5 sp 1 instead of regular framework 3.5


    but... now i ran into another problem....

    i get this error...

    server connection denied not an allowed ip

    this is what ive tried for

    AllowedIPs = " "
    AllowedModIPs = " "

    127.0.0.1/24
    127.0.0.1/32
    bloodguard.servegame.org/32
    bloodguard.servegame.org/24

    none of these addresses work... im getting real frustrated...:yuck:

  8. #8
    toyjoe1's Avatar Member
    Reputation
    1
    Join Date
    Jul 2008
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Here is my whole Login conf... plz correct me if i made any mistakes at all id appreciate it +rep

    Reason realmlist port is 3726 is because i cant open port 3724 for some reason...



    #######################################################################
    # ArcEmu Realms Configuration File
    # Last updated at rev.1564
    #######################################################################


    # 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 = "ascent"
    Name = "character"
    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 = "3726"
    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 3.0.3 was build 9183.
    #

    <Client MinBuild = "9183"
    MaxBuild = "9183">

    # 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/32"
    AllowedModIPs = "127.0.0.1/32">

  9. #9
    Kirsebaer's Avatar Banned
    Reputation
    6
    Join Date
    Nov 2008
    Posts
    156
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Well if u really want 3726 to be your porty u have to open it, bet u already did and you have to go to every config and set port to 3726 isntead of 3724

  10. #10
    Kirsebaer's Avatar Banned
    Reputation
    6
    Join Date
    Nov 2008
    Posts
    156
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    And i think you should delete the
    /32 in the:

    AllowedIPs = "127.0.0.1/32"

  11. #11
    toyjoe1's Avatar Member
    Reputation
    1
    Join Date
    Jul 2008
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ive done that :P still cant figure out what is wrong... want me to post my world and realm conf too?

Similar Threads

  1. Problem with server and router
    By SoulReaverRaziel in forum WoW EMU Questions & Requests
    Replies: 2
    Last Post: 07-17-2009, 06:48 AM
  2. [AutoIt] Problem with SetRotation and Walking
    By spudstar99 in forum WoW Memory Editing
    Replies: 10
    Last Post: 06-05-2009, 09:53 AM
  3. WTT Glider key with login and 60day gamecard For Scammed accounts with full info
    By XC4T4LY5TX in forum Members Only Accounts And CD Keys Buy Sell
    Replies: 2
    Last Post: 03-13-2009, 08:08 AM
  4. problem with item and mount size when i change my tauren size
    By rhunvan in forum WoW ME Questions and Requests
    Replies: 2
    Last Post: 04-20-2008, 01:55 PM
  5. Serious Problem with Crashing, and language bug.
    By EmuGod in forum World of Warcraft Emulator Servers
    Replies: 10
    Last Post: 02-16-2008, 09:26 PM
All times are GMT -5. The time now is 08:12 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