New Accounts Crash Logon Server menu

Shout-Out

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 18
  1. #1
    nubblez's Avatar Member
    Reputation
    2
    Join Date
    Feb 2009
    Posts
    22
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    New Accounts Crash Logon Server



    Whether I am using the Account Creation Page or manually editing the 'accounts' table, both cause the logonserver to crash or unable to start. This image sums up what happens. It stops there and I get a Vista error saying "This program has stopped working."

    I am using Keazain's repack x30 (2/14/09)

    Thanks for any and all help!!

    New Accounts Crash Logon Server
  2. #2
    Remus's Avatar Banned

    Reputation
    402
    Join Date
    Nov 2007
    Posts
    1,697
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    perhaps you should get that fixed...







    , on the lighter note; sorry i cant be arsed to help you as we cant see your configs
    Last edited by Remus; 02-14-2009 at 08:37 PM.

  3. #3
    nubblez's Avatar Member
    Reputation
    2
    Join Date
    Feb 2009
    Posts
    22
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

  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)
    1. <LogonServer RemotePassword = "root"
    2. AllowedIPs = "5.167.234.78/24"
    3. AllowedModIPs = "127.0.0.1/24">

    To This:

    1. <LogonServer RemotePassword = "root"
    2. AllowedIPs = "5.167.234.78/24"
    3. AllowedModIPs = "5.167.234.78/24">


    about the crashing problem, have you tried this on a different database? your configs look fine to me, the only thing i can think of is an out of date database, im not 100% sure though but its worth a try?

    Take a look at this thread for Db's and Latest Compiles:
    http://www.mmowned.com/forums/emulat...ready-use.html

    Hope this helps

  5. #5
    nubblez's Avatar Member
    Reputation
    2
    Join Date
    Feb 2009
    Posts
    22
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi. Thanks for the reply! I will make that change, thanks.

    As for the database, I don't really see a link there for DBs? I recently updated the DBC files. Is that what you are talking about?

    Thanks for all your help =)

  6. #6
    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)
    ah no, thats the client server files, what the server uses i mean the actual Database,

    if your running an out of date database, then the logonserver might not read it proply = crash, lemme look at ur configs a sec hang on

  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)
    ok your using navicat or some other DB editor for your database right?

    Download NCDB

    run that into your database, and update your config files with the new database name

  8. #8
    nubblez's Avatar Member
    Reputation
    2
    Join Date
    Feb 2009
    Posts
    22
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Like execute the batch file? Can you explain it in more "noob-like" terms?
    Last edited by nubblez; 02-14-2009 at 10:56 PM.

  9. #9
    Lakelog's Avatar Member
    Reputation
    27
    Join Date
    Jun 2007
    Posts
    118
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    The crash is caused by (null) fields in the accounts table. If you fill in the (null) fields, you won't get the logonserver crash. However, when you create an account via a website, it leaves (null) fields in the table, and thus the logonserver will crash every time you create a new account via a website unless you do some fancy schmancy mysql thingie in the account creation php file.

    <SA> Lakylog - Cobylog WoW

  10. #10
    Invisible's Avatar Member
    Reputation
    9
    Join Date
    Jan 2007
    Posts
    41
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i'm having this problem as well and i made sure there were no null fields but it still didn't work so i have no idea what to do lol

  11. #11
    nubblez's Avatar Member
    Reputation
    2
    Join Date
    Feb 2009
    Posts
    22
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Invisible View Post
    i'm having this problem as well and i made sure there were no null fields but it still didn't work so i have no idea what to do lol
    Same. I eventually figured out what Lakelog stated, and tried putting values in where they were needed or putting a "blank field". It still didn't work.

    I am going to try a newer logon.sql file to see if it helps. EDIT: Okay, the newest logon.sql is from the 10th of Feb. So where can I grab an updated ArcEmu logon.sql?

    What could be wrong here?
    Last edited by nubblez; 02-15-2009 at 12:36 PM.

  12. #12
    nubblez's Avatar Member
    Reputation
    2
    Join Date
    Feb 2009
    Posts
    22
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by 1ns0mnia View Post
    ok your using navicat or some other DB editor for your database right?

    Download NCDB

    run that into your database, and update your config files with the new database name
    Sorry for the double post - How does this work? Not familiar with this folder structure. =/

  13. #13
    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)
    ignore my previus post, thats the NCDB World database, you need the logon one, forgive me

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    Ok, ive uploaded a file onto filebeam for you,

    Filebeam - Free Fast File Hosting

    its the character and logon database structure, with all the rev updates so far (updated it like a second ago)

    Installation:

    ok, a new logon database, basically install the character and logon structure SQL's (in the .zip file) (execute them both into the same database).

    after this to into the updates folders and execute all the SQLS from about rev 1000+ from both logon and character updates. (number on the left hand side)

    this should fix your problem, but if not then heyy, atleast you have an upto date logon database haha

    but yeh this should fix the problem with your logon server

    p.s. this WONT effect your world database in any way, these files are only the logon database, nothing to do with the world, any more questions or proelms then just pm me

  14. #14
    Algorithm's Avatar Member
    Reputation
    175
    Join Date
    Mar 2008
    Posts
    395
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    you can simply edit the table and set default value to Not Null

  15. #15
    nubblez's Avatar Member
    Reputation
    2
    Join Date
    Feb 2009
    Posts
    22
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by 1ns0mnia View Post
    ignore my previus post, thats the NCDB World database, you need the logon one, forgive me

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    Ok, ive uploaded a file onto filebeam for you,

    Filebeam - Free Fast File Hosting

    its the character and logon database structure, with all the rev updates so far (updated it like a second ago)

    Installation:

    ok, a new logon database, basically install the character and logon structure SQL's (in the .zip file) (execute them both into the same database).

    after this to into the updates folders and execute all the SQLS from about rev 1000+ from both logon and character updates. (number on the left hand side)

    this should fix your problem, but if not then heyy, atleast you have an upto date logon database haha

    but yeh this should fix the problem with your logon server

    p.s. this WONT effect your world database in any way, these files are only the logon database, nothing to do with the world, any more questions or proelms then just pm me
    So I am executing character.sql, logon.sql, and 1000+ rev .sqls?

Page 1 of 2 12 LastLast

Similar Threads

  1. [Selling] or [WTT] Donor account on New StYle (warstyle) Private server
    By xxsweghostxx in forum World of Warcraft Buy Sell Trade
    Replies: 16
    Last Post: 12-28-2012, 07:51 AM
  2. HALP! Logon server won't load account
    By roflstomp15 in forum World of Warcraft Emulator Servers
    Replies: 4
    Last Post: 03-31-2008, 04:20 PM
  3. Logon server crash
    By samsta458 in forum World of Warcraft Emulator Servers
    Replies: 3
    Last Post: 02-03-2008, 06:04 PM
  4. [NEW WAY] Crash your server!
    By Scrubs in forum World of Warcraft Exploits
    Replies: 56
    Last Post: 01-04-2008, 09:17 PM
  5. Need tips on starting a new account. (Race/class/server/ect.)
    By Zanatons in forum World of Warcraft General
    Replies: 22
    Last Post: 10-28-2007, 11:29 AM
All times are GMT -5. The time now is 01:07 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