[Ascent] Can't LogIn Realm menu

User Tag List

Results 1 to 12 of 12
  1. #1
    dopedoper's Avatar Member
    Reputation
    1
    Join Date
    Apr 2007
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [Ascent] Can't LogIn Realm

    Well, I have a problem.

    I installed the Ascent 2241 and the NDCB Mil. 0.2.2.

    I followed many Guides how to set up a Server WITHOUT Hamachi.
    When I try to connect to my Root server, i can log into my Account but i can't login my Realm.

    WoW texts "Connect to Realm" But then he switched me back to the Realmlist who shows me that my realm is online.

    I deactivated the Firewall of the Router & Windows
    I deactivated also the NAT Ports

    But nothing helps...

    [Ascent] Can't LogIn Realm
  2. #2
    Equ1N0X's Avatar Contributor
    Reputation
    148
    Join Date
    Mar 2007
    Posts
    1,196
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Ascent] Can't LogIn Realm

    I answered the multiple causes of this in my FAQ in sticky. thats where I will redirect you to.


    Not repost.

  3. #3
    dopedoper's Avatar Member
    Reputation
    1
    Join Date
    Apr 2007
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Ascent] Can't LogIn Realm

    Thx, i will set new Ports tomorrow... I hope that this will help :/

  4. #4
    Equ1N0X's Avatar Contributor
    Reputation
    148
    Join Date
    Mar 2007
    Posts
    1,196
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Ascent] Can't LogIn Realm

    good luck.

  5. #5
    dopedoper's Avatar Member
    Reputation
    1
    Join Date
    Apr 2007
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Ascent] Can't LogIn Realm

    THX it works now, but when i connect into the world, ascent.exe crashs

    what could the reason be?

  6. #6
    latruwski's Avatar Banned
    Reputation
    647
    Join Date
    Dec 2006
    Posts
    2,456
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Ascent] Can't LogIn Realm

    Originally Posted by dopedoper View Post
    THX it works now, but when i connect into the world, ascent.exe crashs

    what could the reason be?
    missing maps maybe...?
    did you extract the maps from your wow client and put them in the ascent folder?

    grtz

  7. #7
    dopedoper's Avatar Member
    Reputation
    1
    Join Date
    Apr 2007
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Ascent] Can't LogIn Realm

    Shure, i found the problem, but I cant solve it:

    Sql query failed due to [Table 'ascent_char.account_data' doesn't exist] Query: SELECT * FROM ACCOUNT_DATA where acct = 1]

  8. #8
    latruwski's Avatar Banned
    Reputation
    647
    Join Date
    Dec 2006
    Posts
    2,456
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Ascent] Can't LogIn Realm

    Originally Posted by dopedoper View Post
    Shure, i found the problem, but I cant solve it:
    but still this is a weird problem... i don't have a account_data table in ncdb 0.2.2 and i use Ascent_Rev_2016
    so maybe you should try using a lower core rev?

    i think creating an empty table yourself might work
    try this:
    Code:
    CREATE TABLE `account_data` (           
                 `acct` int(30) NOT NULL,              
                 `accountdata0` text NOT NULL,         
                 `accountdata1` text NOT NULL,         
                 `accountdata2` text NOT NULL,         
                 `accountdata3` text NOT NULL,         
                 `accountdata4` text NOT NULL,         
                 `accountdata5` text NOT NULL,       
                 `accountdata6` text NOT NULL,         
                 `accountdata7` text NOT NULL,         
    PRIMARY KEY  (`acct`),                
    UNIQUE KEY `ind` (`acct`)             
               ) ENGINE=MyISAM DEFAULT CHARSET=latin1  
    grtz
    Last edited by latruwski; 11-10-2007 at 10:03 AM.

  9. #9
    latruwski's Avatar Banned
    Reputation
    647
    Join Date
    Dec 2006
    Posts
    2,456
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Ascent] Can't LogIn Realm

    yep i have done some reading... account_data thing is some old table...creating the table yourself with:
    Code:
    CREATE TABLE `account_data` (           
                `acct` int(30) NOT NULL,              
                `accountdata0` text NOT NULL,         
                `accountdata1` text NOT NULL,         
                `accountdata2` text NOT NULL,         
                `accountdata3` text NOT NULL,         
                `accountdata4` text NOT NULL,         
                `accountdata5` text NOT NULL,       
                `accountdata6` text NOT NULL,         
                `accountdata7` text NOT NULL,         
    PRIMARY KEY  (`acct`),                
    UNIQUE KEY `ind` (`acct`)             
              ) ENGINE=MyISAM DEFAULT CHARSET=latin1  
    should do the trick

    NOTE: create it in your character database!

    grtz
    Last edited by latruwski; 11-10-2007 at 10:10 AM.

  10. #10
    Sajjad12's Avatar Member
    Reputation
    1
    Join Date
    Sep 2007
    Posts
    25
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Ascent] Can't LogIn Realm

    I executed the code of account_data in my DB but still when I log in I get wow.exe error
    Last edited by Sajjad12; 11-25-2007 at 11:13 AM.

  11. #11
    ~SaiLyn~'s Avatar Contributor
    Reputation
    280
    Join Date
    Aug 2007
    Posts
    546
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Ascent] Can't LogIn Realm

    Originally Posted by latruwski View Post
    missing maps maybe...?
    did you extract the maps from your wow client and put them in the ascent folder?

    grtz

    Just to say something here , you dont need no maps folder to enter the world...i have enter the world millions of times and gone everywhere with out having the maps extracted.

  12. #12
    EatUrBrains's Avatar Active Member
    Reputation
    55
    Join Date
    Jan 2007
    Posts
    504
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Ascent] Can't LogIn Realm

    Originally Posted by Sajjad12 View Post
    I executed the code of account_data in my DB but still when I log in I get wow.exe error

    Try This code this should do make db

    account_data
    gm_tickets groups guild_ranks guilds instances ipbans mailbox playercooldownitems playercooldownsecurity playeritems playeritems_external playerpets playerpetspells playersummonspells questlog server_settings social tutorials
    http://www.mmowned.com/forums/emulator-server-discussion/64422-release-project-silvermoon-fundb-rev4-compatible-patch-2-3-0-a.html
    Last edited by EatUrBrains; 11-25-2007 at 11:32 AM.

Similar Threads

  1. [Repack] Can't login to a Realm.
    By Toothpaste in forum WoW EMU Questions & Requests
    Replies: 1
    Last Post: 12-30-2010, 07:41 PM
  2. Host Can't Connect,Realm Loops
    By nichoray10 in forum WoW EMU Questions & Requests
    Replies: 7
    Last Post: 08-17-2008, 08:18 PM
  3. [Help] Ascent world and login server problem
    By Ellenor in forum WoW EMU Questions & Requests
    Replies: 5
    Last Post: 08-11-2008, 07:07 PM
  4. 2.3 out, I can't login in private server :(
    By zzffgo in forum World of Warcraft Emulator Servers
    Replies: 16
    Last Post: 11-16-2007, 01:05 PM
  5. can't login.
    By robtuner in forum World of Warcraft General
    Replies: 2
    Last Post: 07-21-2006, 12:44 PM
All times are GMT -5. The time now is 10:57 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