FYI this core got many bug and u will get an error at java console
the server is good to play but not for open online since it have so many bug and error
Printable View
FYI this core got many bug and u will get an error at java console
the server is good to play but not for open online since it have so many bug and error
I found something that's worth a try: In the config folder of the gameserver there is an ipconfig.xml. After e few hours of fruitless trying with different config-settings, i decided to take wireshark and have a look at the triffic Aion sends and receives to and from the server. Then i saw something that got me on the right track: my pc sent a packet to port 7777 anter the authentication sequence, but not to the server, but to 192.168.0.0! I then changed the settings in ipconfig.xml in version 4.7 and was able to connect. I have the servers and database running on a dedicated server, so i had to make some adjustments to the configs. I did this:
<ipconfig default="127.0.0.1">
<!--
<iprange min="10.0.0.0" max="10.255.255.255" address="10.0.0.0"/>
<iprange min="172.16.0.0" max="172.31.255.255" address="172.16.0.0"/>
<iprange min="192.168.0.0" max="192.168.255.255" address="192.168.0.0"/>
<iprange min="127.0.0.1" max="127.0.255.255" address="127.0.0.1"/>
-->
</ipconfig>
i changed this to the following:
<ipconfig default="192.168.0.4">
<!--
<iprange min="10.0.0.0" max="10.255.255.255" address="10.0.0.0"/>
<iprange min="172.16.0.0" max="172.31.255.255" address="172.16.0.0"/>
<iprange min="192.168.0.0" max="192.168.255.255" address="192.168.0.4"/>
<iprange min="127.0.0.1" max="127.0.255.255" address="127.0.0.1"/>
-->
</ipconfig>
This gave me a working setup. :):
Hope this helps!
Everything are connect successfully, but im getting this error:
Somebody can help me?
Im trying login in localhost using a NA 5.3 version (changed "enu" in l10n to "eng" and "eng.pak" correctly).
I cant do this with my EU 5.4 cuz i take send log" every time i try to open aion.
So... I changed NOIP too. I'm using metawind's aion 5x noip version and d3d8thk.dll
I dont know what to do now... Who can enlighten me?
http://i.imgur.com/RFOndNH.png
Hm.. I've had this once after upgrading my java RTM. You could try a lower version. You can do this easily by taking the java-folder and place it on your harddisk, then set the path in the startup-script to the bin-folder of that java-release. This works for me too, i have a server running java 7, but my current aion-server is using java 6 this way :):
hi,
my login server, chat server, game server work but when i log, i can't select server.
2017-04-19 21:46:09,018 INFO [main] com.aionemu.commons.utils.AEInfos [AEInfos.java:109] | Global Memory Informations at 21:46:09:2017-04-19 21:46:09,018 INFO [main] com.aionemu.commons.utils.AEInfos [AEInfos.java:109] | |2017-04-19 21:46:09,018 INFO [main] com.aionemu.commons.utils.AEInfos [AEInfos.java:109] | Allowed Memory: 3525120 KB2017-04-19 21:46:09,018 INFO [main] com.aionemu.commons.utils.AEInfos [AEInfos.java:109] | |= Allocated Memory: 3525120 KB (100,0000%)2017-04-19 21:46:09,018 INFO [main] com.aionemu.commons.utils.AEInfos [AEInfos.java:109] | |= Non-Allocated Memory: 0 KB (0,0000%)2017-04-19 21:46:09,018 INFO [main] com.aionemu.commons.utils.AEInfos [AEInfos.java:109] | Allocated Memory: 3525120 KB2017-04-19 21:46:09,018 INFO [main] com.aionemu.commons.utils.AEInfos [AEInfos.java:109] | |= Used Memory: 2090532 KB (59,3039%)2017-04-19 21:46:09,018 INFO [main] com.aionemu.commons.utils.AEInfos [AEInfos.java:109] | |= Unused (cached) Memory: 1434588 KB (40,6961%)2017-04-19 21:46:09,018 INFO [main] com.aionemu.commons.utils.AEInfos [AEInfos.java:109] | Useable Memory: 1434588 KB (40,6961%)2017-04-19 21:46:09,018 INFO [main] com.aionemu.commons.utils.AEInfos [AEInfos.java:109] +----2017-04-19 21:46:09,018 INFO [main] com.aionemu.gameserver.GameServer [GameServer.java:325] [GameServer] GameServer started in 112 seconds.2017-04-19 21:46:09,080 INFO [main] com.aionemu.gameserver.network.BannedHDDManager [BannedHDDManager.java:50] Loaded 0 banned hdd list.2017-04-19 21:46:09,080 INFO [main] com.aionemu.gameserver.network.NetworkBannedManager [NetworkBannedManager.java:51] Loaded 0 banned ip list.2017-04-19 21:46:09,111 INFO [main] com.aionemu.commons.network.NioServer [NioServer.java:119] Server listening on all available IPs on Port 7777 for Game Connections2017-04-19 21:46:09,111 INFO [main] com.aionemu.gameserver.network.loginserver.LoginServer [LoginServer.java:95] Connecting to LoginServer: /127.0.0.1:90142017-04-19 21:46:09,142 INFO [main] com.aionemu.gameserver.GameServer [LoginServerConnection.java:84] Connected to LoginServer!2017-04-19 21:46:09,142 INFO [main] com.aionemu.gameserver.network.chatserver.ChatServer [ChatServer.java:63] Connecting to ChatServer: /127.0.0.1:90212017-04-19 21:46:09,158 INFO [main] com.aionemu.gameserver.network.chatserver.ChatServerConnection [ChatServerConnection.java:76] Connected to ChatServer!2017-04-19 21:46:09,158 INFO [InstantPool-1] com.aionemu.gameserver.network.chatserver.clientpackets.CM_CS_AUTH_RESPONSE [CM_CS_AUTH_RESPONSE.java:64] GameServer authed successfully IP : 127.0.0.1 Port: 102412017-04-19 21:46:09,657 INFO [ReadWrite-0 Dispatcher] com.aionemu.gameserver.network.BannedMacManager [BannedMacManager.java:96] [BannedMacManager] Loaded 0 banned mac addresses2017-04-19 21:46:34,446 INFO [Accept Dispatcher] com.aionemu.gameserver.network.aion.AionConnection [AionConnection.java:204] connection from: 192.168.1.302017-04-19 21:46:34,586 INFO [PacketProcessor:2] com.aionemu.gameserver.network.aion.AionClientPacket [AionClientPacket.java:119] [C] 0x15D CM_CHARACTER_LIST wont be processed cuz its valid state don't match current connection state: CONNECTED2017-04-19 21:46:34,617 WARN [ReadWrite-0 Dispatcher] com.aionemu.gameserver.network.aion.AionPacketHandler [AionPacketHandler.java:151] Unknown packet received from Aion client: 0x0185, state=CONNECTED 0000: 00 01 00 C0 A8 01 0D 30 00 30 00 2D 00 30 00 38 .......0.0.-.0.80010: 00 2D 00 44 00 33 00 2D 00 39 00 36 00 2D 00 33 .-.D.3.-.9.6.-.30020: 00 33 00 2D 00 43 00 32 00 00 00 57 00 44 00 2D .3.-.C.2...W.D.-0030: 00 57 00 43 00 41 00 53 00 59 00 30 00 34 00 36 .W.C.A.S.Y.0.4.60040: 00 34 00 30 00 39 00 36 00 00 00 7F 00 00 01 .4.0.9.6......
i'm using this server and i using client 5.4.
is this error because i'm using client 5.4 eu ? (if yes, where can i find client 5.3 ?)
or is there another problem ?
Thank you
(sorry for my bad english)
This is probably because of EU client. The server only works with US client. Try cc:1 in the startup batchfile of the client, maybe it works, but chances are it won't, because you are faking a US client when you try this. I tried this the other way around once and it didn't work, But you never know.. :):
Other possibility is the newer version of the client. It sends newer stuff the server can't handle.
Here is an link i made, launcher from Falke Forum..
Aion Launcher Release 1.0
long time no see.. can you give me full info. in server
Since the Tutorials section contains no such thread except for a long time abandoned one where the OP went inactive a while ago, I hope someone can help me here:
I'm looking for one of two things...
either a complete (and understandable, no Russian or broken English please) tutorial on how to set up a LAN 4.7.5 server (5.3 doesn't work fine as people say after all) and connect to it? I do have a 4.7.5 client together with a set of files based on Gigatroon's server tutorial but I can't connect to that one because it shows the only server available on my list as Down ingame.
Or a working set of server files, SQL client, etc. (similar to 'Aion Ready Server' found in the Releases section) together with all files needed for the client to connect to that one.
https://goo.gl/ijEnR0 use this for NA 5.3 & EU 5.4 I test it OK
https://www.uppic.org/image-9832_58F8D8F5.jpg