Перейти к содержанию
Авторизация  
lacosta2

Установка lovely

Рекомендуемые сообщения

Люди поставил поставил яву 8 
 
при запуске сборки выбивает такую ошибку

 

 

 

===========================================-[ Events/Script/CoreScript/Engine ]
[iNFO 01:46:02]: Script Engine Manager: loaded 48 script(s) form corequests.jar
incorrect classpath: ./extensions/*
Annotation processing got disabled, since it requires a 1.6 compliant JVM
----------
1. ERROR in \Buffer.java (at line 152)
if (player.isInJail() && Config.BUFFER_RESTRICTION.contains("JAIL"))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type java.lang.CharSequence cannot be resolved. It is indirectly referenced
from required .class files
----------
2. ERROR in \Buffer.java (at line 152)
if (player.isInJail() && Config.BUFFER_RESTRICTION.contains("JAIL"))
^^^^^^^^
The method contains(CharSequence) in the type String is not applicable for the a
rguments (String)
----------
3. ERROR in \Buffer.java (at line 156)
if (player.getOlympiadGameId() >= 0 && Config.BUFFER_RESTRICTION.contain
s("OLY"))
^^^^^^^
^
The method contains(CharSequence) in the type String is not applicable for the a
rguments (String)
----------
4. ERROR in \Buffer.java (at line 160)
if (player.isInCombat() && Config.BUFFER_RESTRICTION.contains("COMBAT"))

^^^^^^^^
The method contains(CharSequence) in the type String is not applicable for the a
rguments (String)
----------
5. ERROR in \Buffer.java (at line 164)
if (player.getKarma() > 0 && Config.BUFFER_RESTRICTION.contains("KARMA")
)
^^^^^^^^
The method contains(CharSequence) in the type String is not applicable for the a
rguments (String)
----------
6. ERROR in \Buffer.java (at line 168)
if (player.getPvpFlag() > 0 && Config.BUFFER_RESTRICTION.contains("PVP")
)
^^^^^^^^
The method contains(CharSequence) in the type String is not applicable for the a
rguments (String)
----------
7. ERROR in \Buffer.java (at line 172)
if (player.isInsideZone(L2Zone.FLAG_SIEGE) && Config.BUFFER_RESTRICTION.
contains("SIEGE"))

^^^^^^^^
The method contains(CharSequence) in the type String is not applicable for the a
rguments (String)
----------
8. ERROR in \Buffer.java (at line 176)
if (player.isInsideZone(L2Zone.FLAG_NOSUMMON) && Config.BUFFER_RESTRICTI
ON.contains("RB"))

^^^^^^^^
The method contains(CharSequence) in the type String is not applicable for the a
rguments (String)
----------
9. ERROR in \Buffer.java (at line 180)
if (player.isInsideZone(L2Zone.FLAG_PVP) && Config.BUFFER_RESTRICTION.co
ntains("ARENA"))
^^
^^^^^^
The method contains(CharSequence) in the type String is not applicable for the a
rguments (String)
----------
10. ERROR in \Buffer.java (at line 443)
html = html.replace("%target%", _isPetTarget.get(player.getObjectId())?"
╨б╨╗╤Г╨│╨░":"╨Я╨╡╤А╤Б╨╛╨╜╨░╨╢");
^^^^^^^
The method replace(char, char) in the type String is not applicable for the argu
ments (String, String)
----------
11. ERROR in \Buffer.java (at line 444)
html = html.replace("%profile%",getActiveProfileName(player));
^^^^^^^
The method replace(char, char) in the type String is not applicable for the argu
ments (String, String)
----------
12. ERROR in \Buffer.java (at line 445)
html = html.replace("%err%",_err);
^^^^^^^
The method replace(char, char) in the type String is not applicable for the argu
ments (String, String)
----------
13. ERROR in \Buffer.java (at line 456)
html = html.replace("%profilelist%", profiles);
^^^^^^^
The method replace(char, char) in the type String is not applicable for the argu
ments (String, String)
----------
14. ERROR in \Buffer.java (at line 460)
html = html.replace("%useprofile%","00_Buffer UseProfile\" value=\"╨Ш╤Б╨┐. ╨┐╤А╨╛╤Д╨╕╨╗╤М\" width=100 height=21 back
=\"sek.cbui94\" fore=\"sek.cbui92\">");
^^^^^^^
The method replace(char, char) in the type String is not applicable for the argu
ments (String, String)
----------
15. ERROR in \Buffer.java (at line 472)
html = html.replace("%buflist%", buffs);
^^^^^^^
The method replace(char, char) in the type String is not applicable for the argu
ments (String, String)
----------
16. ERROR in \Buffer.java (at line 475)
html = html.replace("%useprofile%","");
^^^^^^^
The method replace(char, char) in the type String is not applicable for the argu
ments (String, String)
----------
17. ERROR in \Buffer.java (at line 479)
html = html.replace("%useprofile%","");
^^^^^^^
The method replace(char, char) in the type String is not applicable for the argu
ments (String, String)
----------
17 problems (17 errors)The type java.lang.CharSequence cannot be resolved. It is
indirectly referenced from required .class files
The method contains(java.lang.CharSequence) in the type java.lang.String is not
applicable for the arguments (java.lang.String)
The method contains(java.lang.CharSequence) in the type java.lang.String is not
applicable for the arguments (java.lang.String)
The method contains(java.lang.CharSequence) in the type java.lang.String is not
applicable for the arguments (java.lang.String)
The method contains(java.lang.CharSequence) in the type java.lang.String is not
applicable for the arguments (java.lang.String)
The method contains(java.lang.CharSequence) in the type java.lang.String is not
applicable for the arguments (java.lang.String)
The method contains(java.lang.CharSequence) in the type java.lang.String is not
applicable for the arguments (java.lang.String)
The method contains(java.lang.CharSequence) in the type java.lang.String is not
applicable for the arguments (java.lang.String)
The method contains(java.lang.CharSequence) in the type java.lang.String is not
applicable for the arguments (java.lang.String)
The method replace(char, char) in the type java.lang.String is not applicable fo
r the arguments (java.lang.String, java.lang.String)
The method replace(char, char) in the type java.lang.String is not applicable fo
r the arguments (java.lang.String, java.lang.String)
The method replace(char, char) in the type java.lang.String is not applicable fo
r the arguments (java.lang.String, java.lang.String)
The method replace(char, char) in the type java.lang.String is not applicable fo
r the arguments (java.lang.String, java.lang.String)
The method replace(char, char) in the type java.lang.String is not applicable fo
r the arguments (java.lang.String, java.lang.String)
The method replace(char, char) in the type java.lang.String is not applicable fo
r the arguments (java.lang.String, java.lang.String)
The method replace(char, char) in the type java.lang.String is not applicable fo
r the arguments (java.lang.String, java.lang.String)
The method replace(char, char) in the type java.lang.String is not applicable fo
r the arguments (java.lang.String, java.lang.String)
[WARN 01:46:21]: Failed executing script: C:\build\game\data\scripts\custom\core
\Buffer.java. See Buffer.java.error.log for details.
incorrect classpath: ./extensions/*
Annotation processing got disabled, since it requires a 1.6 compliant JVM
----------
1. ERROR in \ClassMaster.java (at line 44)
msg.setHtml(process(activeChar, target,false));
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type java.lang.CharSequence cannot be resolved. It is indirectly referenced
from required .class files
----------
2. ERROR in \ClassMaster.java (at line 44)
msg.setHtml(process(activeChar, target,false));
^^^^^^^
The method setHtml(CharSequence) in the type NpcHtmlMessage is not applicable fo
r the arguments (String)
----------
2 problems (2 errors)The type java.lang.CharSequence cannot be resolved. It is i
ndirectly referenced from required .class files
The method setHtml(java.lang.CharSequence) in the type ru.catssoftware.gameserve
r.network.serverpackets.NpcHtmlMessage is not applicable for the arguments (java
.lang.String)
[WARN 01:46:22]: Failed executing script: C:\build\game\data\scripts\handlers\vo
ice\ClassMaster.java. See ClassMaster.java.error.log for details.
incorrect classpath: ./extensions/*
Annotation processing got disabled, since it requires a 1.6 compliant JVM
----------
1. ERROR in \WhoAmI.java (at line 47)
msg.setHtml(html);
^^^^^^^^^^^^^^^^^
The type java.lang.CharSequence cannot be resolved. It is indirectly referenced
from required .class files
----------
2. ERROR in \WhoAmI.java (at line 47)
msg.setHtml(html);
^^^^^^^
The method setHtml(CharSequence) in the type NpcHtmlMessage is not applicable fo
r the arguments (String)
----------
2 problems (2 errors)The type java.lang.CharSequence cannot be resolved. It is i
ndirectly referenced from required .class files
The method setHtml(java.lang.CharSequence) in the type ru.catssoftware.gameserve
r.network.serverpackets.NpcHtmlMessage is not applicable for the arguments (java
.lang.String)
[WARN 01:46:22]: Failed executing script: C:\build\game\data\scripts\handlers\vo
ice\WhoAmI.java. See WhoAmI.java.error.log for details.

[iNFO 01:46:22]: Spawn Events Managers

 

 

уже перепробовал все варианты которые только можно но не как не могу решить данную проблему :(

у кого есть еще какие варианты

Поделиться сообщением


Ссылка на сообщение
Поделиться на другие сайты

поставь 7 яву) с 8 праблы такие же были

стоит и 7 и 6 и 8 и все равно ошибка

Поделиться сообщением


Ссылка на сообщение
Поделиться на другие сайты

С ошибкой выше разобрался сам:)

 

а вот это что не могу понять

 

 

[WARN 02:23:59]: TradeListTable: Reference price of item 8623 in buylist 5805 hi
gher then sell price.
[WARN 02:23:59]: TradeListTable: Reference price of item 8624 in buylist 5805 hi
gher then sell price.
[WARN 02:23:59]: TradeListTable: Reference price of item 8629 in buylist 5805 hi
gher then sell price.
[WARN 02:23:59]: TradeListTable: Reference price of item 8634 in buylist 5805 hi
gher then sell price.
[WARN 02:23:59]: TradeListTable: Reference price of item 8635 in buylist 5805 hi
gher then sell price.
[WARN 02:23:59]: TradeListTable: Reference price of item 8636 in buylist 5805 hi
gher then sell price.
[WARN 02:23:59]: TradeListTable: Reference price of item 8637 in buylist 5805 hi
gher then sell price.
[WARN 02:23:59]: TradeListTable: Reference price of item 734 in buylist 423 high
er then sell price.
[WARN 02:23:59]: TradeListTable: Reference price of item 735 in buylist 423 high
er then sell price.
[WARN 02:23:59]: TradeListTable: Reference price of item 1831 in buylist 423 hig
her then sell price.
[WARN 02:23:59]: TradeListTable: Reference price of item 1833 in buylist 423 hig
her then sell price.
[WARN 02:23:59]: TradeListTable: Reference price of item 1061 in buylist 423 hig
her then sell price.
[WARN 02:23:59]: TradeListTable: Reference price of item 8786 in buylist 423 hig
her then sell price.

Поделиться сообщением


Ссылка на сообщение
Поделиться на другие сайты

 

С ошибкой выше разобрался сам :)

 

а вот это что не могу понять

 

 

[WARN 02:23:59]: TradeListTable: Reference price of item 8623 in buylist 5805 hi
gher then sell price.
[WARN 02:23:59]: TradeListTable: Reference price of item 8624 in buylist 5805 hi
gher then sell price.
[WARN 02:23:59]: TradeListTable: Reference price of item 8629 in buylist 5805 hi
gher then sell price.
[WARN 02:23:59]: TradeListTable: Reference price of item 8634 in buylist 5805 hi
gher then sell price.
[WARN 02:23:59]: TradeListTable: Reference price of item 8635 in buylist 5805 hi
gher then sell price.
[WARN 02:23:59]: TradeListTable: Reference price of item 8636 in buylist 5805 hi
gher then sell price.
[WARN 02:23:59]: TradeListTable: Reference price of item 8637 in buylist 5805 hi
gher then sell price.
[WARN 02:23:59]: TradeListTable: Reference price of item 734 in buylist 423 high
er then sell price.
[WARN 02:23:59]: TradeListTable: Reference price of item 735 in buylist 423 high
er then sell price.
[WARN 02:23:59]: TradeListTable: Reference price of item 1831 in buylist 423 hig
her then sell price.
[WARN 02:23:59]: TradeListTable: Reference price of item 1833 in buylist 423 hig
her then sell price.
[WARN 02:23:59]: TradeListTable: Reference price of item 1061 in buylist 423 hig
her then sell price.
[WARN 02:23:59]: TradeListTable: Reference price of item 8786 in buylist 423 hig
her then sell price.

 

 

 

 

Такие как ты школьники уже с детства дегенерируют.

 

 

 

b3a5e479f728018226f5d8db80b81115.png

Изменено пользователем Specif

Поделиться сообщением


Ссылка на сообщение
Поделиться на другие сайты

 

 

Такие как ты школьники уже с детства дегенерируют.

 

 

 

b3a5e479f728018226f5d8db80b81115.png

Спасибо но и без вас уже разобрался

Поделиться сообщением


Ссылка на сообщение
Поделиться на другие сайты
В 01.04.2015 в 03:28, lacosta2 сказал:

Спасибо но и без вас уже разобрался

как решили проблему?

Поделиться сообщением


Ссылка на сообщение
Поделиться на другие сайты
В 10.08.2020 в 22:08, qwertyBOSSS сказал:

как решили проблему?

Он и не ответит. Вот из за таких ребят форумы и погибали. Свою головную боль убрал. А поделится таблеткой с товарищем ,так сразу сливаются

Поделиться сообщением


Ссылка на сообщение
Поделиться на другие сайты

Для публикации сообщений создайте учётную запись или авторизуйтесь

Вы должны быть пользователем, чтобы оставить комментарий

Создать учетную запись

Зарегистрируйте новую учётную запись в нашем сообществе. Это очень просто!

Регистрация нового пользователя

Войти

Уже есть аккаунт? Войти в систему.

Войти
Авторизация  

  • Последние посетители   0 пользователей онлайн

    Ни одного зарегистрированного пользователя не просматривает данную страницу

×
×
  • Создать...