Рейтинг темы:
  • 0 Голос(ов) - 0 в среднем
  • 1
  • 2
  • 3
  • 4
  • 5
Зависает при выборе сервера.
#11
Вот кстати по по поводу ошибок. При появлении списка серверов с гардарикой гс строчит следущее:
Код:
[ERROR 2010-06-07 01-21-10] com.aionemu.commons.scripting.impl.javacompiler.Erro
rListener:53 - Java Compiler ERROR: cannot find symbol
symbol  : variable XP_RATE
location: class com.aionemu.gameserver.configs.Config
Source: /C:/server/gameserver/./data/scripts/system/handlers/admincommands/Rate.
java
Line: 38
Column: 40
[ERROR 2010-06-07 01-21-10] com.aionemu.commons.scripting.impl.javacompiler.Erro
rListener:53 - Java Compiler ERROR: cannot find symbol
symbol  : variable GROUPXP_RATE
location: class com.aionemu.gameserver.configs.Config
Source: /C:/server/gameserver/./data/scripts/system/handlers/admincommands/Rate.
java
Line: 39
Column: 50
[ERROR 2010-06-07 01-21-10] com.aionemu.commons.scripting.impl.javacompiler.Erro
rListener:53 - Java Compiler ERROR: cannot find symbol
symbol  : variable DROP_RATE
location: class com.aionemu.gameserver.configs.Config
Source: /C:/server/gameserver/./data/scripts/system/handlers/admincommands/Rate.
java
Line: 40
Column: 46
[ERROR 2010-06-07 01-21-10] com.aionemu.commons.scripting.impl.javacompiler.Erro
rListener:53 - Java Compiler ERROR: cannot find symbol
symbol  : variable QUEST_XP_RATE
location: class com.aionemu.gameserver.configs.Config
Source: /C:/server/gameserver/./data/scripts/system/handlers/admincommands/Rate.
java
Line: 41
Column: 50
[ERROR 2010-06-07 01-21-10] com.aionemu.commons.scripting.impl.javacompiler.Erro
rListener:53 - Java Compiler ERROR: cannot find symbol
symbol  : variable QUEST_KINAH_RATE
location: class com.aionemu.gameserver.configs.Config
Source: /C:/server/gameserver/./data/scripts/system/handlers/admincommands/Rate.
java
Line: 42
Column: 53
[ERROR 2010-06-07 01-21-10] com.aionemu.commons.network.Dispatcher:172 - Error w
hile accepting connection: +java.lang.RuntimeException: java.lang.reflect.Invoca
tionTargetException
java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
        at com.google.inject.internal.ProviderMethod.get(ProviderMethod.java:106
)
        at com.google.inject.internal.InternalFactoryToProviderAdapter.get(Inter
nalFactoryToProviderAdapter.java:40)
        at com.google.inject.internal.ProviderToInternalFactoryAdapter$1.call(Pr
oviderToInternalFactoryAdapter.java:43)
        at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.ja
va:878)
        at com.google.inject.internal.ProviderToInternalFactoryAdapter.get(Provi
derToInternalFactoryAdapter.java:40)
        at com.google.inject.Scopes$1$1.get(Scopes.java:64)
        at com.google.inject.internal.InternalFactoryToProviderAdapter.get(Inter
nalFactoryToProviderAdapter.java:40)
        at com.google.inject.internal.SingleParameterInjector.inject(SingleParam
eterInjector.java:38)
        at com.google.inject.internal.SingleParameterInjector.getAll(SingleParam
eterInjector.java:62)
        at com.google.inject.internal.ConstructorInjector.construct(ConstructorI
njector.java:79)
        at com.google.inject.internal.ConstructorBindingImpl$Factory.get(Constru
ctorBindingImpl.java:198)
        at com.google.inject.internal.InjectorImpl$4$1.call(InjectorImpl.java:82
5)
        at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.ja
va:871)
        at com.google.inject.internal.InjectorImpl$4.get(InjectorImpl.java:821)
        at com.google.inject.assistedinject.FactoryProvider2.invoke(FactoryProvi
der2.java:493)
        at $Proxy16.create(Unknown Source)
        at com.aionemu.commons.network.Acceptor.accept(Acceptor.java:107)
        at com.aionemu.commons.network.Dispatcher.accept(Dispatcher.java:168)
        at com.aionemu.commons.network.AcceptDispatcherImpl.dispatch(AcceptDispa
tcherImpl.java:60)
        at com.aionemu.commons.network.Dispatcher.run(Dispatcher.java:110)
Caused by: java.lang.reflect.InvocationTargetException
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at com.google.inject.internal.ProviderMethod.get(ProviderMethod.java:101
)
        ... 19 more
Caused by: com.google.inject.ProvisionException: Guice provision errors:

1) Error in custom provider, java.lang.RuntimeException: java.lang.reflect.Invoc
ationTargetException
  at com.aionemu.gameserver.utils.guice.DataInjectionModule.provideChatHandlers(
DataInjectionModule.java:193)
  at com.aionemu.gameserver.utils.guice.DataInjectionModule.provideChatHandlers(
DataInjectionModule.java:193)
  while locating com.aionemu.gameserver.utils.chathandlers.ChatHandlers
    for field at com.aionemu.gameserver.network.aion.clientpackets.CM_CHAT_MESSA
GE_PUBLIC.chatHandlers(CM_CHAT_MESSAGE_PUBLIC.java:46)
  while locating com.aionemu.gameserver.network.aion.clientpackets.CM_CHAT_MESSA
GE_PUBLIC

1 error
        at com.google.inject.internal.Errors.throwProvisionExceptionIfErrorsExis
t(Errors.java:395)
        at com.google.inject.internal.MembersInjectorImpl.injectMembers(MembersI
njectorImpl.java:64)
        at com.google.inject.internal.InjectorImpl.injectMembers(InjectorImpl.ja
va:791)
        at com.aionemu.gameserver.network.factories.AionPacketHandlerFactory.add
Packet(AionPacketHandlerFactory.java:245)
        at com.aionemu.gameserver.network.factories.AionPacketHandlerFactory.<in
it>(AionPacketHandlerFactory.java:195)
        at com.aionemu.gameserver.utils.guice.NetworkInjectionModule.provideAion
PacketHandler(NetworkInjectionModule.java:70)
        ... 24 more
Caused by: java.lang.RuntimeException: java.lang.reflect.InvocationTargetExcepti
on
        at com.google.inject.internal.ProviderMethod.get(ProviderMethod.java:106
)
        at com.google.inject.internal.InternalFactoryToProviderAdapter.get(Inter
nalFactoryToProviderAdapter.java:40)
        at com.google.inject.internal.ProviderToInternalFactoryAdapter$1.call(Pr
oviderToInternalFactoryAdapter.java:43)
        at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.ja
va:878)
        at com.google.inject.internal.ProviderToInternalFactoryAdapter.get(Provi
derToInternalFactoryAdapter.java:40)
        at com.google.inject.Scopes$1$1.get(Scopes.java:64)
        at com.google.inject.internal.InternalFactoryToProviderAdapter.get(Inter
nalFactoryToProviderAdapter.java:40)
        at com.google.inject.internal.SingleFieldInjector.inject(SingleFieldInje
ctor.java:53)
        at com.google.inject.internal.MembersInjectorImpl.injectMembers(MembersI
njectorImpl.java:109)
        at com.google.inject.internal.MembersInjectorImpl$1.call(MembersInjector
Impl.java:74)
        at com.google.inject.internal.MembersInjectorImpl$1.call(MembersInjector
Impl.java:72)
        at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.ja
va:878)
        at com.google.inject.internal.MembersInjectorImpl.injectAndNotify(Member
sInjectorImpl.java:72)
        at com.google.inject.internal.MembersInjectorImpl.injectMembers(MembersI
njectorImpl.java:59)
        ... 28 more
Caused by: java.lang.reflect.InvocationTargetException
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at com.google.inject.internal.ProviderMethod.get(ProviderMethod.java:101
)
        ... 41 more
Caused by: com.aionemu.gameserver.GameServerError: Can't initialize chat handler
s.
        at com.aionemu.gameserver.utils.chathandlers.ChatHandlersFactory.createC
hatHandlers(ChatHandlersFactory.java:69)
        at com.aionemu.gameserver.utils.guice.DataInjectionModule.provideChatHan
dlers(DataInjectionModule.java:193)
        ... 46 more
Caused by: java.lang.RuntimeException: Error while compiling classes
        at com.aionemu.commons.scripting.impl.javacompiler.ScriptCompilerImpl.do
Compilation(ScriptCompilerImpl.java:214)
        at com.aionemu.commons.scripting.impl.javacompiler.ScriptCompilerImpl.co
mpile(ScriptCompilerImpl.java:176)
        at com.aionemu.commons.scripting.impl.ScriptContextImpl.init(ScriptConte
xtImpl.java:147)
        at com.aionemu.commons.scripting.scriptmanager.ScriptManager.load(Script
Manager.java:97)
        at com.aionemu.gameserver.utils.chathandlers.ChatHandlersFactory.createC
hatHandlers(ChatHandlersFactory.java:65)
        ... 47 more
Ответ
#12
/C:/server/gameserver/./data/scripts/system/handlers/admincommands/Rate. вопросы?
MiR @ Aion Emu
Продам сборки v2.7 v3.9 v4.7 v4.8 v4.9 v5.1 , сборки мастер сервера v1.9 и v2.7 ,пишу  скрипты и квесты на заказ , правки ядра  , правки даты , писать в ПМ
Ответ
#13
Скачал другую сборку сервера, тоже самое.

Devilop Написал:нужно просто убить привязку к IP адресу у клиента
Каким образом? Если ты имел ввиду кинуть 2 файла(d3dx9_38.dll и IpFixModule.dll) не помогает.
Ответ
#14
data/scripts/system/handlers/admincommands/Rate.java
Удали этот файл. Похоже админ команда для старой ревы.
Ответ
#15
zaqwer Написал:data/scripts/system/handlers/admincommands/Rate.java
Удали этот файл. Похоже админ команда для старой ревы.

Аллилуйа!!111!!11онеоне

Все, спасибки)
Ответ


Возможно похожие темы ...
Тема Автор Ответы Просмотры Последний пост
  Ищу куратора по созданию сервера Nokitosic 0 1,027 12-07-2022, 09:26 AM
Последний пост: Nokitosic
  покупка файлов эмулятора / сервера 3.0-3.5 + клиент goldfishie 0 2,700 07-13-2019, 01:01 AM
Последний пост: goldfishie
  Вылетает через пару минут с ошибкой в консоли сервера lilikon 1 2,552 12-04-2016, 08:37 PM
Последний пост: PROGRAMMATOR
  Ищу технаря для помощи в выборе, установке и запуску сборки Айон MrIzmajloff1980 11 4,630 10-21-2016, 05:35 PM
Последний пост: klubheads
  Досадная ошибка сервера которая вынесла уже мне мозг ... saati 27 6,397 03-18-2013, 09:02 PM
Последний пост: Krasavella
  Нету сервера при выборе его Shilling 20 6,749 06-10-2012, 09:02 PM
Последний пост: Mr.Fromos
  Опытным модераторам (Просьба найти мою ошибку в создании сервера) steam090 6 2,596 03-14-2012, 07:57 PM
Последний пост: steam090
  Опытным моделяторам (Просьба найти мою ошибку в создании сервера) steam090 2 2,166 03-14-2012, 02:12 PM
Последний пост: steam090
  Почему нет отклика от сервера? sullen.nv 3 2,259 02-04-2012, 08:36 AM
Последний пост: 3EBC
  Ошибка в работе сервера 2.7 sullen.nv 3 2,847 01-25-2012, 05:22 PM
Последний пост: TieLay

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


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