Рейтинг темы:
  • 0 Голос(ов) - 0 в среднем
  • 1
  • 2
  • 3
  • 4
  • 5
Ни один игровой сервер не был закреплён за сервером авторизации
#21
Если всё вышеперечисленное не помогло предлагаю выложить конфиги ЛС + ГС, логи ЛС + ГС, ipconfig.xml, содержимое таблицы gameservers, способ подключения (батник/содифицированный клиент). =)
Ответ
#22
Спасибо кто помогал !!!Все сделал !!!!Все просто и легко.....
Ответ
#23
Вот пример берем ИП -34.35.36.37
оффтоп
PHP код:
<?php 
<!--
~
This file is part of aion-unique <aionunique.smfnew.com>.
~
~
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/>.
-->

<!--
File that is responsible for network address mapping.
We can have any number of ip ranges mapped to various network interfaces
Useful
for those who run server in local areas with two (or more) networks

For ipconfig's "default" attribute both DNS and ip address is supported.
Example: <ipconfig default="216.239.59.104">
Examples: <ipconfig default="google.de">
-->

<ipconfig default="34.35.36.37">

<!--
IANA-reserved private IPv4 network ranges
Access only from local networks, external client can'
t have any of
the following ip addresses
-->
<
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="34.35.0.0" max="34.35.255.255" address="34.35.36.37"/>

</
ipconfig>
Ответ
#24
PEEERROGGGGG
С твои конфигом будеш играть только ты и люди с твои диапазоном ip.

Код:
<!--
  ~ This file is part of aion-unique <aionunique.smfnew.com>.
  ~
  ~ 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/>.
  -->

<!--
    File that is responsible for network address mapping.
    We can have any number of ip ranges mapped to various network interfaces
    Useful for those who run server in local areas with two (or more) networks

    For ipconfig's "default" attribute both DNS and ip address is supported.
    Example: <ipconfig default="216.239.59.104">
    Examples: <ipconfig default="google.de">
-->

<ipconfig default="34.35.36.37">

    <!--
        IANA-reserved private IPv4 network ranges
        Access only from local networks, external client can't have any of
        the following ip addresses
     -->

</ipconfig>
Ответ
#25
Помогите плыз : запускаю батник геймсервера идёт загрузка вроде норм патом бац и усё вылител не мойму в чём приколSad рева 1457
[INFO 2010-03-10 22:51:27] com.aionemu.gameserver.network.loginserver.LoginServerConnection:108 - recived packet: [C] 0x00 CM_GS_AUTH_RESPONSE
[FATAL 2010-03-10 22:51:27] com.aionemu.gameserver.network.loginserver.clientpackets.CM_GS_AUTH_RESPONSE:88 - GameServer is not authenticated at LoginServer side, shutting down!
[WARN 2010-03-10 22:51:27] com.aionemu.gameserver.network.loginserver.LoginServer:134 - Connection with LoginServer lost...
[INFO 2010-03-10 22:51:27] com.aionemu.gameserver.ShutdownHook:141 - Runtime is shutting down now ...
[ERROR 2010-03-10 22:51:27] com.aionemu.gameserver.utils.ThreadUncaughtExceptionHandler:37 - Critical Error - Thread: Thread-18 terminated abnormaly: java.lang.NullPointerException
java.lang.NullPointerException
at com.aionemu.gameserver.network.loginserver.LoginServer.gameServerDisconnected(LoginServer.java:346)
at com.aionemu.gameserver.ShutdownHook.shutdownHook(ShutdownHook.java:161)
at com.aionemu.gameserver.ShutdownHook.run(ShutdownHook.java:62)

Добавлено через 7 часов 16 минут
сервер стартанул тока реву взял ниже!
но клиент пишет не возможно подключитса к серверу! весрсия клиента 15113
обновился!
Ответ
#26
У меня такая же проблема, только чуть по другому. С Украины и Европы могут зайти, а с России когда пытаются зайти, то у них выскакивает "Ни один игровой сервер не был закреплён за сервером авторизации". В логин сервере их ip виден, но дальше их просто выкидывает. До версии 1450 все работало нормально. Может порт нужно поменять или они ввели дополнительные настройки для ls и gs?
Ответ
#27
а у меня клиент руоффа ругается на d3dx9_38.dll просит его удалить что мне делать если без него при выборе сервера пишет: Ни один игровой сервер не был закреплён за сервером авторизации?сборка сервера 1457
Ответ
#28
WinT Написал:а у меня клиент руоффа ругается на d3dx9_38.dll просит его удалить что мне делать если без него при выборе сервера пишет: Ни один игровой сервер не был закреплён за сервером авторизации?сборка сервера 1457
Тебе нужно заменить папку bin32 своего клиента. Почему и как - смотри тут.
Ответ
#29
спасибо я уже разобрался)
Ответ


Возможно похожие темы ...
Тема Автор Ответы Просмотры Последний пост
  Не запускается сервер MailFolder345 12 5,451 04-29-2019, 07:36 PM
Последний пост: klubheads
  Aion сервер под клиент 4.8 EU PROGRAMMATOR 67 71,495 03-24-2019, 09:32 AM
Последний пост: css
  Нужен знающий человек (сервер,обвязка итд) Applearrow 13 5,786 02-04-2018, 04:43 AM
Последний пост: drost
  U3J - При установке jdk-6u45 не компилится, при jdk-7u80 не запускается сервер. Frol 0 1,658 04-01-2016, 09:45 PM
Последний пост: Frol
  Помогите найти логин и сервер !! saati 1 2,309 02-26-2016, 09:48 AM
Последний пост: V_Nick
  Сервер VS Сервер Mr.TeRay 17 6,780 02-10-2016, 05:35 PM
Последний пост: SunriseFixtures
  Соединение с сервером прерванно BAD_BOY 0 1,875 12-19-2013, 03:07 PM
Последний пост: BAD_BOY
  Хочу сервер Liofan 6 3,352 10-20-2013, 09:59 AM
Последний пост: xolseg
  не запускается сервер no-ip fitamin4ik 4 3,079 07-16-2013, 01:22 PM
Последний пост: KID
  опкоды клиент и сервер пакетов клиента 3.5 Murzik 0 2,114 02-08-2013, 08:13 AM
Последний пост: Murzik

Перейти к форуму:


Пользователи, просматривающие эту тему: 1 Гость(ей)