Aion username/login error

Page 1 of 3 123 LastLast
Results 1 to 25 of 74
  1. #1
    Member Frozty is offline
    MemberRank
    Jan 2017 Join Date
    57Posts

    Aion username/login error

    So I have the server up and working. It's suppose to auto create accounts? But it isn't. And idk what to use for the username now. Thanks for any help! :D.


  2. #2
    Proficient Member Pagefault404 is offline
    MemberRank
    Mar 2016 Join Date
    Realm 6.2Location
    183Posts

    Re: Aion username/login error

    Two approaches to this issue:

    1.) Ensure that network.properties in <SERVER>\Login\config\network has the following line:

    loginserver.accounts.autocreate = true

    If that is set to false, you will need to manually create any accounts. Which brings us to step two

    2.) Check the database XXXX_server_ls for the table "account_data"

    This will show you all created accounts on your server, as well as a hash of the password (not sure what is used to hash or encode the password. Looks like base64 but it's not. Probably MD5)

    Enable the "loginserver.accounts.autocreate" option, or find an already created account and blank the password hash in the database. Either method should get you logged in. Let me know if this works for you.

  3. #3
    Member Frozty is offline
    MemberRank
    Jan 2017 Join Date
    57Posts

    Re: Aion username/login error

    So apparently i was missing the network.properties. I downloaded aion.core(or w.e. it's called) earlier and just took the file from that and added the line you told me to. testing it now.

    - - - Updated - - -

    oh so, it still says invalid id and password. im not even really sure what the username/password should be lol. How does the 'loginserver.accounts.autocreate = true' work? Am I suppose to be able to just create an account at the login screen? if that's the case, it isn't letting me lol.

    Just reread what you wrote, and I haven't created an account yet x.x. and making a new one in account_data isn't working either.
    Last edited by Frozty; 02-01-17 at 10:05 PM.

  4. #4
    Proficient Member Pagefault404 is offline
    MemberRank
    Mar 2016 Join Date
    Realm 6.2Location
    183Posts

    Re: Aion username/login error

    There isn't supposed to be a pre-configured user. The account_data table should be empty. Here is a screenshot of my network.properties for the login server:

    Imgur: The most awesome images on the Internet

    Manually creating accounts using SQL might be buggy, as Aion hashes the password and unless you know HOW it hashes the password, it might not read the password correctly. Which might be the problem you're having. You're entering a password for an account in plain text and the game thinks it's a hash and tries to decode it.

    With loginserver.accounts.autocreate set to "true", you're supposed to be able to enter any username and password, and the game will check the DB and if the account name doesn't exist, it creates an entry for it using the name and password you used.


    Edit: One thing I would suggest (This is my problem with my Aion server) check to see if, in your login folder, you have a "build" folder. If you don't, disregard the next part of my post.

    If you do, open it to see if you have a "dist" folder in there, then open the "dist" folder to see if you have a copy of your login server folder in there. In my Aion server, for some reason unbeknown to myself or even the gods, I have two separate configs for everything. Any modifications to game files I want to make, I have to make them twice: One in the normal location, and one nested in the "build\dist" folder If you have this duplicated folder, make sure you make the settings changes inside there as well.

  5. #5
    Member Frozty is offline
    MemberRank
    Jan 2017 Join Date
    57Posts

    Re: Aion username/login error

    Yup that's what my network.properties looks like. I do have a dist folder, i'll change the settings there too and try again.

    *Also, I didn't know that about manually creating account. I deleted it, also im using navicat.. if that makes a difference lol.

    - - - Updated - - -

    still says id/pass do not match T.T

  6. #6
    Proficient Member Pagefault404 is offline
    MemberRank
    Mar 2016 Join Date
    Realm 6.2Location
    183Posts

    Re: Aion username/login error

    The Giga files suggest Heidi SQL. I've used both Heidi and manual SQL commands. It shouldn't matter. Only real difference is the GUI.

    If your server setup is like mine (Two sets of configs) you'll need to go back and make all of the configuration changes you made when you initially set the server up again in the "dist" configs as well. I've tried making changes to only one or the other, and the server NEVER worked until I made changes to both sets of configs. Not sure why, and since I was able to get the server working, never bothered to ask about it.

  7. #7
    Member Frozty is offline
    MemberRank
    Jan 2017 Join Date
    57Posts

    Re: Aion username/login error

    well all the guides had navicat x.x. But any other ideas as to why it's still not letting me create my own account? Cuz I can't think of any. Is there a way around it? Like adding in an account someway?

  8. #8
    Proficient Member Pagefault404 is offline
    MemberRank
    Mar 2016 Join Date
    Realm 6.2Location
    183Posts

    Re: Aion username/login error

    Are you planning on using this server as a public-facing application, or is it private for your own use?

    If it's private, I can log in on mine and create an account, then post the SQL results here and have you add them to your accounts_data table manually.

    Did you have a separate set of configs in the dist folder?

    Also, is the username you're trying to create all lowercase? I thought I remembered reading somewhere that Aion is picky and requires account names to be all lowercase.

    This should get you up and running:

    Enter this information into the account_data table using Navicat:

    id: 1
    name: test
    password: W6ph5Mm5Pz8GgiULbPgzG37mj9g= (This is "password" when you try to log in)
    activated: 1
    access_level: 3 (GM access)

    Leave the rest of the columns blank, they should auto populate
    Last edited by Pagefault404; 02-01-17 at 10:44 PM.

  9. #9
    Member Frozty is offline
    MemberRank
    Jan 2017 Join Date
    57Posts

    Re: Aion username/login error

    It's a private server. and no i just copy and pasted the configs from the dublicate folder outside dist.

  10. #10
    Proficient Member Pagefault404 is offline
    MemberRank
    Mar 2016 Join Date
    Realm 6.2Location
    183Posts

    Re: Aion username/login error

    I edited my post to include a test account you can enter into the database manually

    - - - Updated - - -

    If all else fails, I know the Gigatroon 4.7.5.18 is working. It's the server I use.

  11. #11
    Member Frozty is offline
    MemberRank
    Jan 2017 Join Date
    57Posts

    Re: Aion username/login error

    So i tried it, doesn't work. But under 'ae_server_gs' >> 'players'. There's a spot for 'account_name' could 'test' not be working cuz it's an in navicat it's an in-game name and not the account name?

    - - - Updated - - -

    i'd fill it out but idk wt to put for loc/heading/ect x.x

  12. #12
    Proficient Member Pagefault404 is offline
    MemberRank
    Mar 2016 Join Date
    Realm 6.2Location
    183Posts

    Re: Aion username/login error

    Any of the changes we are making, need to go into the "ls" database, as that's the db for the login server. The "gs" database is for the actual players on each account. If you added test to the gs database under players, then you would be correct.

    In the "ls" database, is the account_data table empty?

  13. #13
    Member Frozty is offline
    MemberRank
    Jan 2017 Join Date
    57Posts

    Re: Aion username/login error

    No I did everything you told me in the ls database, I just had an idea is all lol. But everything I did was/is under the ls database. Didn't work btw.

    - - - Updated - - -

    Are there any options left? I'd love to exhaust them all before I go and try to create a new private server. D:

  14. #14
    Proficient Member Pagefault404 is offline
    MemberRank
    Mar 2016 Join Date
    Realm 6.2Location
    183Posts

    Re: Aion username/login error

    Wait, after you changed the network.properties, did you restart the server?

  15. #15
    Member Frozty is offline
    MemberRank
    Jan 2017 Join Date
    57Posts

    Re: Aion username/login error

    if by restart the server you mean exit from the game? Yes. i also re-executed the sql files just to be safe. But if you mean something else by restart the server than prob not :/.

  16. #16
    Proficient Member Pagefault404 is offline
    MemberRank
    Mar 2016 Join Date
    Realm 6.2Location
    183Posts

    Re: Aion username/login error

    There were batch files you needed to run to start the server. Those batch files look at the configs only once. Which means any changes you make to them, you need to stop the services started by the batches, and restart them. This may be why the changes to the network configs are not working.

  17. #17
    Member Frozty is offline
    MemberRank
    Jan 2017 Join Date
    57Posts

    Re: Aion username/login error

    Okay so the batch files didn't really do much.. opened up a black screen for a sec, and then shut down? Lol.. is that bad? X.X

  18. #18
    Proficient Member Pagefault404 is offline
    MemberRank
    Mar 2016 Join Date
    Realm 6.2Location
    183Posts

    Re: Aion username/login error

    What server are you using, also what guide did you follow?

    There should have been a way to start the server.

  19. #19
    Member Frozty is offline
    MemberRank
    Jan 2017 Join Date
    57Posts

    Re: Aion username/login error

    well actually, i already downloaded heidi, so just what's the gigatoon you were talking about lol. I feel that that actually might be easier than this x.x. is it this?
    http://forum.ragezone.com/f587/aion-...7-5-a-1072930/

  20. #20
    Proficient Member Pagefault404 is offline
    MemberRank
    Mar 2016 Join Date
    Realm 6.2Location
    183Posts

    Re: Aion username/login error

    Yeah that's the one I use.

    Honestly, though, the issue you had is bothering me. I actually might lose sleep tonight because we weren't able to fix it. I'll get over it I guess lol.

    As far as SQL clients, Navicat or Heidi doesn't matter. They do the same thing, they just look different and may have a few features the other doesn't.

    Make sure you use this tutorial: http://forum.ragezone.com/f588/aion-...7-5-a-1073648/

  21. #21
    Member Frozty is offline
    MemberRank
    Jan 2017 Join Date
    57Posts

    Re: Aion username/login error

    Okay, But i kind of like heidi better lol. Although.. Why can't I import x.x. it's not working D:.

    And apparently there's an error with the .sql file. T.T. Idk maybe i wasn't meant for this x.x.
    Last edited by Frozty; 03-01-17 at 12:06 AM.

  22. #22
    Proficient Member Pagefault404 is offline
    MemberRank
    Mar 2016 Join Date
    Realm 6.2Location
    183Posts

    Re: Aion username/login error

    What is x.x.?

    You mean the databases?

  23. #23
    Member Frozty is offline
    MemberRank
    Jan 2017 Join Date
    57Posts

    Re: Aion username/login error

    idk... the guide says to import, but nothing happens, and so I try and execute it, but then there's an error.. im so lost XD

  24. #24
    Proficient Member Pagefault404 is offline
    MemberRank
    Mar 2016 Join Date
    Realm 6.2Location
    183Posts

    Re: Aion username/login error

    Ahh. This part fucked me up too.

    In Heidi, left click on the master database icon on the left and then right click. Select "Create New" and the "Database"

    (The icon probably looks like a dolphin)

    Name it ac47_server_ls
    Do it again for ac47_server_gs

    Once you have those two new databases, click on one of them, and hit Ctrl+O (Or File > Load SQL file) Find the SQL file with the same name as the database you've clicked onto. Select it then hit "Open"

    From here, hit the blue play button at the top to execute the SQL file (or hit F9). It should begin importing. When it's done, do the same thing for the other database. Make sure the name for the target DB (you new one) matches the source DB (what you're importing)

    It's probably going to give you some warnings. Disregard this.

    When both of these are done, close Heidi and re-open it and reconnect. You should see the database information populated.

  25. #25
    Member Frozty is offline
    MemberRank
    Jan 2017 Join Date
    57Posts

    Re: Aion username/login error

    when i execute it, an error pops up and says SQL Error (1064) you have an error in your SQL syntax; 'KEY_BLOCK_SIZE=16' at line 7



Page 1 of 3 123 LastLast

Advertisement