Hello I am having a problem with my Aion 4.0 is that I can not connect to my server, I was wondering how do I log in to my server 4.0 if have to download any dll or any file. Help me!
Sorry for my bad English.
Printable View
Hello I am having a problem with my Aion 4.0 is that I can not connect to my server, I was wondering how do I log in to my server 4.0 if have to download any dll or any file. Help me!
Sorry for my bad English.
download you dwarfpicker emu 2.5 version.
the emu is ipfix library dll
So that they may need to use
the access problem has many causes
faulty client, use client repair
dll is defective, you can use versions 2.5 emu dll
incorrect settings:
- Check the connection between emu and emu settings are correct and sql
- Is written in accordance with the emu config database
- If you have asked Navicat for SQL is there and you have created user password, you can look at emu config database there is the same passwords and user names
klioens check the starter to the correct IP and port is set to
- Check bolokkol no antivirus or firewall, if so turn it off or put it into an exception
- If you have a router, check the ports that are used by emu is released
When looking through all of these still have the same error, let us know
Next when I try to connect or create an account seems that my Aion ta having connection to another server not my kind I do not know if I use the launcher or DLL. What I really need is a launcher that changes the IP to 127.0.0.1 thus giving connection to my server. This Dwarfpicker Emu he has what function?
I tried all.Quote:
- Check the connection between emu and emu settings are correct and sql
- Is written in accordance with the emu config database
- If you have asked Navicat for SQL is there and you have created user password, you can look at emu config database there is the same passwords and user names
klioens check the starter to the correct IP and port is set to
- Check bolokkol no antivirus or firewall, if so turn it off or put it into an exception
- If you have a router, check the ports that are used by emu is released
there's localhost dll and multi dll is fixed ip
You choose which one you can cross
but if you create the accunt the problem could be is because they are not on the auto create account
looking the emu config .. login server config network properties
# Create accounts automatically or not?
loginserver.accounts.autocreate = true ( trure mode = account auto create mode ON )
Already enabled the auto create account. Do you know how to log into my server Aion 4.0? Or have some tutorial?
PS: My server is already configured all just need to connect to it.
PS2: Everytime I try to log in / create account he's login error or bad password.
if it is on the emu and the appropriate dll's on the client, and is well set the ip
bat file to start it local client where you enter a user name and password, you bring up where the account
then re-enters his user name and password and you need to let
Can you pass me the bat file? I'm not here: S
I'll show you some prints for trying to explain.
Aion.bat to start the game.
Attachment 140023
Aion Lightning 4.0 My server.
Attachment 140024
Network GS
Network LSQuote:
#
# This file is part of aion-unique <aion-unique.org>.
#
# aion-unique is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# aion-unique is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with aion-unique. If not, see <http://www.gnu.org/licenses/>.
#
# ----------------------------
# Network Config's:
# ----------------------------
# Port that will be used to listen for client connections
gameserver.network.client.port = 7777
# Host that will be used to listen for client connections
gameserver.network.client.host = *
# Maximum online players on the server
gameserver.network.client.maxplayers = 100
# Address of login server
gameserver.network.login.address = localhost:9014
# Id of this game server
gameserver.network.login.gsid = 1
# Password of this game server
gameserver.network.login.password = aion
# Address of chat server
# Ip and port of chat server should be accessible from
# 1) game server
# 2) all connected clients
gameserver.network.chat.address = localhost:9021
# Password of this game server for chat server
gameserver.network.chat.password = aion
# Number of extra threads dedicated only to read/write network data.
# Value < 1 means that acceptor thread will also handle read & write.
# Value > 0 means there will be x dedicated read/write threads + 1 acceptor.
gameserver.network.nio.threads = 1
# Number of threads (min) that will be used to execute client packets
gameserver.network.packet.processor.threads.min = 4
# Number of threads (max) that will be used to execute client packets
gameserver.network.packet.processor.threads.max = 4
# Threshold used to decide when packet processor thread should be killed
# It have effect only if min threads != max threads
gameserver.network.packet.processor.threshold.kill = 3
# Threshold used to decide when extra packet processor thread should be spawned
# It have effect only if min threads != max threads
gameserver.network.packet.processor.threshold.spawn = 50
# This will enable or disable the messages for unknown packets
gameserver.network.display.unknownpackets = true
# Enable flood protector
gameserver.network.flood.connections = false
# Flood ms in tick
gameserver.network.flood.tick = 1000
# Short period
gameserver.network.flood.short.warn = 10
gameserver.network.flood.short.reject = 20
gameserver.network.flood.short.tick = 10
# Long period
gameserver.network.flood.long.warn = 30
gameserver.network.flood.long.reject = 60
gameserver.network.flood.long.tick = 60
In the game after trying to create some account.Quote:
#
# This file is part of aion-unique <aion-unique.org>.
#
# aion-unique is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# aion-unique is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with aion-unique. If not, see <http://www.gnu.org/licenses/>.
#
# ----------------------------
# Network Config's:
# ----------------------------
# LoginServer will listen for connections on specified port
loginserver.network.client.port = 2106
# LoginServer will bind specified network interface
# * - bind all interfaces
loginserver.network.client.host = *
# How many times player can try to login before he get's banned for bruteforcing
loginserver.network.client.logintrybeforeban = 5
# For what time in minutes player should be banned in case of bruteforcing
loginserver.network.client.bantimeforbruteforcing = 15
# Host that will be used by LS to listen for GS connections
loginserver.network.gameserver.host = *
# Port that will be used by LS to listen for GS connections
loginserver.network.gameserver.port = 9014
# Nuber of additional threads for NIO that will handle only reading
loginserver.network.nio.threads.read = 0
# Nuber of additional threads for NIO that will handle only writing
loginserver.network.nio.threads.write = 0
# Create accounts automatically or not?
loginserver.accounts.autocreate = true
# Set if the server is in maintenance or not / only gm can login
loginserver.server.maintenance = false
# Set gm level for maintenance mode(Default 3)
loginserver.server.maintenance.gmlevel = 3
# Enable\disable flood protector from 1 ip on account login
loginserver.server.floodprotector = true
loginserver.server.bruteforceprotector = true
# Checking gs if it still alive
loginserver.server.pingpong = true
loginserver.server.pingpong.delay = 3000
# flood manager
# legal reconnection time. if faster - ban for loginserver.network.client.bantimeforbruteforcing min
# seconds
network.fastreconnection.time = 5
# Ip's excluded from flood protection
loginserver.excluded.ips =
In the server after 3 attempts to create an account.Quote:
ID or Password does not match (2)
Attachment 140025
you what use windows system?
Windows 8.
download you bin32
use dll you client
the dll work win7 and win8
I put this dll in the Aion folder but to no avail ... continue with the error ID or Password ... I'm suspecting it's the automatic create account does not work in this emulator. I'll do a test by opening a website here and creating account for it.
@Edit
I found the problem and was very cool but I managed to solve now comes another that's when I'll get to the part of the log server Siel and I try to go after a while the message "Cannot connect to the server". We're almost there help me please :X
I am having the same problem as above! When I first made the server, I was able to log in on the same computer that I was running the server on, but now that I have tried to make it online, neither I, nor my friends have been able to log in. It gets to the log in screen, and after we enter our Account and Password, it just sits there for a while and then says "Cannot connect to the Authorization server" and then exits. Also notable, is that on the Login Server Console, it does not say there is an attempt from the other computers, only the one that has the Server running on it. I have gone into the aion_start_local and changed it to my IP. Also, changed the IP in the network properties. Thank you and any any help with this issue would we awesome!