Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

"Logging in, please wait" screen forever

Joined
Jan 24, 2007
Messages
652
Reaction score
324
Tutorials I followed:
1. https://forum.ragezone.com/threads/opensource-one-click-server.1169800/
2.https://www.youtube.com/watch?v=DmCHOGa7gjk&t=1185s&ab_channel=HorokussakyKyabaru

Literally everything worked up until i tried to login. I don't know why it keeps hanging like this.
I don't know how to fix this.
try re-install.
follow this steps...

1 - delete all databases
2 - delete folder hxsy
3 -
Code:
wget --no-check-certificate -nv "https://raw.githubusercontent.com/haruka98/ak_oneclick_installer/master/akinstall.sh" -O "akinstall.sh"; chmod 777 "akinstall.sh"; ./akinstall.sh

after install, rename folder "Data" server side.

4 - download this "Data" folder.

5 - /root/hxsy/start

6 - open FFAccount, accounts
id = 1
username = testrgz
password = testrgz

7 - open FFMember, tb_user
mid = testrgz
password = testrgz
pwd = 6c82c27db3f5c19ab56746ed2af03c90
idnum = 1

8 - open folder client and open connect.ini
Server=192.168.100.16,6543
red = your IP

save and open client... Try login again
 
Junior Spellweaver
Joined
May 19, 2014
Messages
188
Reaction score
29
Tutorials I followed:
1. https://forum.ragezone.com/threads/opensource-one-click-server.1169800/
2.https://www.youtube.com/watch?v=DmCHOGa7gjk&t=1185s&ab_channel=HorokussakyKyabaru

Literally everything worked up until i tried to login. I don't know why it keeps hanging like this.
I don't know how to fix this.
that ip is weird its should start with 192.xxx.xxx
change the network adapter to bridged i guess ?
even after that you should reinstall the server tho
 
Newbie Spellweaver
Joined
Nov 28, 2023
Messages
11
Reaction score
1
try re-install.
follow this steps...

1 - delete all databases
2 - delete folder hxsy
3 -
Code:
wget --no-check-certificate -nv "https://raw.githubusercontent.com/haruka98/ak_oneclick_installer/master/akinstall.sh" -O "akinstall.sh"; chmod 777 "akinstall.sh"; ./akinstall.sh

after install, rename folder "Data" server side.

4 - download this "Data" folder.

5 - /root/hxsy/start

6 - open FFAccount, accounts
id = 1
username = testrgz
password = testrgz

7 - open FFMember, tb_user
mid = testrgz
password = testrgz
pwd = 6c82c27db3f5c19ab56746ed2af03c90
idnum = 1

8 - open folder client and open connect.ini
Server=192.168.100.16,6543
red = your IP

save and open client... Try login again
Same issue sadly even after replaced data file so here is the client i am trying to use: https://forum.ragezone.com/threads/release-v15-aura-kingdom-eternal.1218073/ maybe i do not have the correct client? I do not know.

I have start over 3 times already just to make sure. After i failed many times, i tried to instead replace the server files given. But when i tried this, it said the directories no longer existed. This is the client i am using:


For the client, I downloaded a mirror because the file is mega and I can't DL files that size from mega because I am not a premium member. The mirror link:

that ip is weird its should start with 192.xxx.xxx
change the network adapter to bridged i guess ?
even after that you should reinstall the server tho
I have doubled checked and ensured that it is bridged.


Update: I ended up doing V7 files and it works perfectly fine. Was able to create a character and everything. The only complaint i have is the item mall is missing. Other then this the game is fine. I think the client really is not going after all.
 
Last edited:
Junior Spellweaver
Joined
May 19, 2014
Messages
188
Reaction score
29
Same issue sadly even after replaced data file so here is the client i am trying to use: https://forum.ragezone.com/threads/release-v15-aura-kingdom-eternal.1218073/ maybe i do not have the correct client? I do not know.

I have start over 3 times already just to make sure. After i failed many times, i tried to instead replace the server files given. But when i tried this, it said the directories no longer existed. This is the client i am using:


For the client, I downloaded a mirror because the file is mega and I can't DL files that size from mega because I am not a premium member. The mirror link:


I have doubled checked and ensured that it is bridged.


Update: I ended up doing V7 files and it works perfectly fine. Was able to create a character and everything. The only complaint i have is the item mall is missing. Other then this the game is fine. I think the client really is not going after all.
When you replace the server file did you fix the format ? Because long tine ago my mistake is i dont rename s_item.ini when it should be S_Item.ini
 
Newbie Spellweaver
Joined
Nov 28, 2023
Messages
11
Reaction score
1
When you replace the server file did you fix the format ? Because long tine ago my mistake is i dont rename s_item.ini when it should be S_Item.ini
It's possible that may have also been the issue because I did not! Guess i didn't need to combine clients after all. Regardless i'm glad it worked out! šŸ˜Œ
 
Junior Spellweaver
Joined
May 19, 2014
Messages
188
Reaction score
29
It's possible that may have also been the issue because I did not! Guess i didn't need to combine clients after all. Regardless i'm glad it worked out! šŸ˜Œ
just sayin if the ini file from the server not synced it will make some function bugged

for example if the C item ini file from the client diferent with the S item ini from the server , it will make some item not working properly,
 
Newbie Spellweaver
Joined
Apr 26, 2019
Messages
26
Reaction score
4
try re-install.
follow this steps...

1 - delete all databases
2 - delete folder hxsy
3 -
Code:
wget --no-check-certificate -nv "https://raw.githubusercontent.com/haruka98/ak_oneclick_installer/master/akinstall.sh" -O "akinstall.sh"; chmod 777 "akinstall.sh"; ./akinstall.sh

after install, rename folder "Data" server side.

4 - download this "Data" folder.

5 - /root/hxsy/start

6 - open FFAccount, accounts
id = 1
username = testrgz
password = testrgz

7 - open FFMember, tb_user
mid = testrgz
password = testrgz
pwd = 6c82c27db3f5c19ab56746ed2af03c90
idnum = 1

8 - open folder client and open connect.ini
Server=192.168.100.16,6543
red = your IP

save and open client... Try login again
Hi i follow this and it's work the login but said "System Error" and "Connection server problem (1)"
 
Back
Top