Carl16br Posted August 10, 2016 Report Share Posted August 10, 2016 When I start the game, it shows a white screen and after some seconds it closes. How to solve this? Link to comment Share on other sites More sharing options...
slyztercore Posted August 16, 2016 Report Share Posted August 16, 2016 On 4/2/2016 at 10:51 PM, Althir said: toslive hello, i manage to get the game running and to login screen. but the thing is i wont connect and said invalid padding in login server CMD. can someone help me and tell me what is wrong. thanks in advance Link to comment Share on other sites More sharing options...
Rokon Posted August 17, 2016 Report Share Posted August 17, 2016 18 hours ago, slyztercore said: hello, i manage to get the game running and to login screen. but the thing is i wont connect and said invalid padding in login server CMD. can someone help me and tell me what is wrong. thanks in advance Could you do me a favor, and bring to the front, the "Melia - Login" window? I can't seem to read what's on there. :B Link to comment Share on other sites More sharing options...
xSmil3 Posted August 20, 2016 Report Share Posted August 20, 2016 1° Connect with new acc 2° Connect with wrong pass 3° Connect with correct acc Link to comment Share on other sites More sharing options...
Alima1579 Posted August 27, 2016 Report Share Posted August 27, 2016 I'm having the same problem did you fix it? Link to comment Share on other sites More sharing options...
Rokon Posted August 27, 2016 Report Share Posted August 27, 2016 The problem might be due to the recent changes on the side of TOS; I'd wait for Zemnya and Melia to update before we try again. I'm not sure on an ETA though, but considering there's very few people (like... one person AFAIK) working on Melia, as a lot of the work seems to be focused on Aura - Melia being a sort of side project. Link to comment Share on other sites More sharing options...
Lyozen Posted September 6, 2016 Report Share Posted September 6, 2016 Yes, I'm having the same packet padding problem. But your guide helped me get the server running and everything, thanks a bunch. Link to comment Share on other sites More sharing options...
currypriest Posted September 20, 2016 Report Share Posted September 20, 2016 (edited) Is there any solution for the padding issue yet? Also, is there a way of creating an account manually, that is, by modifying the database? If true, what is the internal code for a new account? Edited September 20, 2016 by currypriest Link to comment Share on other sites More sharing options...
exec Posted September 20, 2016 Report Share Posted September 20, 2016 32 minutes ago, currypriest said: Is there any solution for the padding issue yet? Unfortunately, not yet. Two community members are working on it though as far as I know. 33 minutes ago, currypriest said: by modifying the database Yes, you can directly add an account to the database. I'm not sure what you mean by "internal code" though. Link to comment Share on other sites More sharing options...
currypriest Posted September 20, 2016 Report Share Posted September 20, 2016 (edited) 11 minutes ago, exec said: I'm not sure what you mean by "internal code" though. It is just a noob way of calling the database strings. I assumed you have to do it on the php admin page, correct me if I'm wrong. There is an account section there, but I don't know what to insert. If it is still hard to understand what I'm saying (I'm no expert, nor intermediate with programming, so just assuming) I'm just asking how to add an account in the database. Edited September 20, 2016 by currypriest Link to comment Share on other sites More sharing options...
exec Posted September 20, 2016 Report Share Posted September 20, 2016 The fields should be relatively self explanatory, except for password, authority, and settings. You can leave settings blank and authority is the "GM level" so to speak, 0 is a normal user, 99 gives access to all GM commands. Password is a little tricky, because you need to encode your desired password twice. First to MD5 and then to BCrypt. For example, if you want to use the password "test", you first convert it to MD5 "098F6BCD4621D373CADE4E832627B4F6" (make sure it's upper-case), and then to BCrypt "$2a$06$ekZrPFVdCJTX6UWRuPxbteNvNfysr4Nb.nE84w3aYGjn/.EuYwMk6", which is what you put into the database for the password. Link to comment Share on other sites More sharing options...
currypriest Posted September 20, 2016 Report Share Posted September 20, 2016 It worked. Simpler than I expected. I was trying to understand if the padding invalidation was because of the account creation event, but it seems it blocks any connection. But it wasn't for naught, now I know how the password works irl. Thank you very much o/ Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now