↑ ↓

Ошибка запуска

Тема в разделе "AION", создана пользователем kiserkiser9111, 16 дек 2017.

  1. TopicStarter Overlay
    Offline

    kiserkiser9111 Рядовой

    64
    3
    46
    Кредиты:
    $463,27
    Репутация:
    -2
    Я правда не понимаю, это уже никакой логике не поддаётся:DD переустановил MySql не помогло и на * всё менял и на
    внутренний ip, и перекомпилил всё(cmd , путь к папке с сервером, путь к Ant), как не конектился так и не конектится.
     

    Вложения:

    • ErG.png
      ErG.png
      Размер файла:
      49,2 КБ
      Просмотров:
      9
  2. Offline

    nokiafan1111 Ефрейтор

    331
    21
    51
    Кредиты:
    $329,63
    Репутация:
    2
    а вы указали в конфигах, в gameserver.properties loginserver.database.name =
     
  3. TopicStarter Overlay
    Offline

    kiserkiser9111 Рядовой

    64
    3
    46
    Кредиты:
    $463,27
    Репутация:
    -2
    У меня в gameserver.properties нет loginserver.database.name)
    #
    # 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 <Please login or register to view links>.
    #
    # ----------------------------
    # GS config's:
    # ----------------------------
    # Server country code (cc)
    # Examples : NA : 1 / EU : 2 / RUS : 7
    # Default: 1
    gameserver.country.code = 1
    # Server Version
    gameserver.version = 3.0.0.8
    # Enable chat server connection
    # Default: false
    gameserver.chatserver.enable = false
    # Enable displaying the server revision in player MOTD
    # SHOULD BE DISABLED ON UNIX SERVERS
    # Default: false
    gameserver.revisiondisplay.enable = false
    # ----------------------------
    # Server mode:
    # ----------------------------
    # Game server user can create a number of characters per account (Only enter numeric value between 0-8)
    # Default: 5
    gameserver.character.limit.count = 6
    # Related to the character creation mode (Only enter numeric value between 0-2)
    # 0: user can't create characters from both factions at the same account
    # 1: user can create characters from both factions at the same account
    # 2: user is bound to a faction, can't create more than 2 characters and can't enter the game world (character reservation mode)
    # Default: 0
    gameserver.character.creation.mode = 0
    # Max level for players
    # Actual : 60 (3.0)
    gameserver.players.max.level = 60
    # ----------------------------
    # Ratio's configs:
    # ----------------------------
    # Related to the character creation mode (Only enter numeric value between 0-3)
    # 0: All races can create a character
    # 1: Elyos character creation limit
    # 2: Asmodians character creation limit
    # 3: All races create a character limit
    # Default: 0
    gameserver.character.faction.limitation.mode = 0
    # Enable ratios limitation
    # Default: false
    gameserver.ratio.limitation.enable = false
    # When a faction ratio reach this value, it's not possible to create new characters of this faction
    # Default: 50
    gameserver.ratio.min.value = 60
    # Minimum character level to take into account in ratio calculation
    # Default: 10
    gameserver.ratio.min.required.level = 10
    # Minimum characters count in each faction needed before limiting ratios
    # Default: 50
    gameserver.ratio.min.characters_count = 50
    # Maximum characters count in all faction needed before limiting ratios
    # Default: 500
    gameserver.ratio.high_player_count.disabling = 500
    # ----------------------------
    # Names:
    # ----------------------------
    # Name of gameserver
    # Default: Aion Lightning
    gameserver.name = Aion
    # Character name pattern to be checked at char creation
    # To enable UTF support for names - set this parameter to [a-zA-Z\u0410-\u042F\u0430-\u044F]{2,16}
    # Default: [a-zA-Z]{2,16}
    gameserver.name.characterpattern = [a-zA-Z\u0410-\u042F\u0430-\u044F]{2,16}
    # Real GameServer Time Zone ID (to fix Daylight Saving offsets)
    # see: Please login or register to view links
    # Before that set -Duser.timezone switch in JAVA_OPTS variable for correction, for example, -Duser.timezone=Etc/GMT-2
    # Default: empty (not overridden)
    gameserver.timezone =Etc/GMT-2
    # ----------------------------
    # Enable smaller cache for abyss ranking
    # Recommended for big servers with long caching duration
    # Default: false
    # ----------------------------
    gameserver.abyssranking.small.cache = false
    # ----------------------------
    # Characters re-entry time in seconds
    # Default: 20
    # ----------------------------
    gameserver.character.reentry.time = 20
     
  4. Offline

    nokiafan1111 Ефрейтор

    331
    21
    51
    Кредиты:
    $329,63
    Репутация:
    2
     
  5. TopicStarter Overlay
    Offline

    kiserkiser9111 Рядовой

    64
    3
    46
    Кредиты:
    $463,27
    Репутация:
    -2
    да, всё указал, 1-е сообщение в посте я прикрепил скрины настроек.
    gameserver.network.login.gsid = 1, выставлен так же на 1)
     
  6. TopicStarter Overlay
    Offline

    kiserkiser9111 Рядовой

    64
    3
    46
    Кредиты:
    $463,27
    Репутация:
    -2
    сори, случайно тему поднял:D
     
  7. Offline

    V_Nick Ефрейтор

    168
    35
    59
    Кредиты:
    $700,26
    Репутация:
    8
    Первое подозрение - это несоответствие версии Java.
    Ты писал что у тебя JDK6 стоит.
    Скачай JDK7 и скопируй в папку с сервером (например, как на скриншоте)
    И пропиши выделенные в файле строчки в батники запуска логин и гейм серверов.
    Please login or register to view links

    Вот даже кину ссылку эту Java7 которую я во всех серверах использую и она везде прокатывает. :)
    Please login or register to view links
     
  8. TopicStarter Overlay
    Offline

    kiserkiser9111 Рядовой

    64
    3
    46
    Кредиты:
    $463,27
    Репутация:
    -2
    Спасибо за ответ, но проблему уже давно решил.
    Проблема заключалась в том, что у меня было установлено несколько джав и в батнике запуска нужно было прописать путь к Jdk)
     
  9. Offline

    V_Nick Ефрейтор

    168
    35
    59
    Кредиты:
    $700,26
    Репутация:
    8
    Ну в принципе я про это и написал. :)
    Вообще, можно любой сервак запускать на компе без установленной явы. Достаточно просто этой папки и прописанных путей к ней.