lacosta2 21 Posted March 31, 2015 Люди поставил поставил яву 8 при запуске сборки выбивает такую ошибку ===========================================-[ Events/Script/CoreScript/Engine ][iNFO 01:46:02]: Script Engine Manager: loaded 48 script(s) form corequests.jarincorrect 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 referencedfrom 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 arguments (String)----------3. ERROR in \Buffer.java (at line 156)if (player.getOlympiadGameId() >= 0 && Config.BUFFER_RESTRICTION.contains("OLY"))^^^^^^^^The method contains(CharSequence) in the type String is not applicable for the arguments (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 arguments (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 arguments (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 arguments (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 arguments (String)----------8. ERROR in \Buffer.java (at line 176)if (player.isInsideZone(L2Zone.FLAG_NOSUMMON) && Config.BUFFER_RESTRICTION.contains("RB"))^^^^^^^^The method contains(CharSequence) in the type String is not applicable for the arguments (String)----------9. ERROR in \Buffer.java (at line 180)if (player.isInsideZone(L2Zone.FLAG_PVP) && Config.BUFFER_RESTRICTION.contains("ARENA"))^^^^^^^^The method contains(CharSequence) in the type String is not applicable for the arguments (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 arguments (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 arguments (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 arguments (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 arguments (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 arguments (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 arguments (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 arguments (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 arguments (String, String)----------17 problems (17 errors)The type java.lang.CharSequence cannot be resolved. It isindirectly referenced from required .class filesThe method contains(java.lang.CharSequence) in the type java.lang.String is notapplicable for the arguments (java.lang.String)The method contains(java.lang.CharSequence) in the type java.lang.String is notapplicable for the arguments (java.lang.String)The method contains(java.lang.CharSequence) in the type java.lang.String is notapplicable for the arguments (java.lang.String)The method contains(java.lang.CharSequence) in the type java.lang.String is notapplicable for the arguments (java.lang.String)The method contains(java.lang.CharSequence) in the type java.lang.String is notapplicable for the arguments (java.lang.String)The method contains(java.lang.CharSequence) in the type java.lang.String is notapplicable for the arguments (java.lang.String)The method contains(java.lang.CharSequence) in the type java.lang.String is notapplicable for the arguments (java.lang.String)The method contains(java.lang.CharSequence) in the type java.lang.String is notapplicable for the arguments (java.lang.String)The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)The method replace(char, char) in the type java.lang.String is not applicable for 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 referencedfrom 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 for the arguments (String)----------2 problems (2 errors)The type java.lang.CharSequence cannot be resolved. It is indirectly referenced from required .class filesThe method setHtml(java.lang.CharSequence) in the type ru.catssoftware.gameserver.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\voice\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 referencedfrom 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 for the arguments (String)----------2 problems (2 errors)The type java.lang.CharSequence cannot be resolved. It is indirectly referenced from required .class filesThe method setHtml(java.lang.CharSequence) in the type ru.catssoftware.gameserver.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\voice\WhoAmI.java. See WhoAmI.java.error.log for details. [iNFO 01:46:22]: Spawn Events Managers уже перепробовал все варианты которые только можно но не как не могу решить данную проблему у кого есть еще какие варианты Share this post Link to post Share on other sites
Noobasik24 214 Posted March 31, 2015 поставь 7 яву) с 8 праблы такие же были Share this post Link to post Share on other sites
lacosta2 21 Posted March 31, 2015 поставь 7 яву) с 8 праблы такие же были стоит и 7 и 6 и 8 и все равно ошибка Share this post Link to post Share on other sites
lacosta2 21 Posted March 31, 2015 С ошибкой выше разобрался сам а вот это что не могу понять [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. Share this post Link to post Share on other sites
Specif 245 Posted April 1, 2015 (edited) С ошибкой выше разобрался сам а вот это что не могу понять [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. Такие как ты школьники уже с детства дегенерируют. Edited April 1, 2015 by Specif Share this post Link to post Share on other sites
lacosta2 21 Posted April 1, 2015 Такие как ты школьники уже с детства дегенерируют. Спасибо но и без вас уже разобрался Share this post Link to post Share on other sites
qwertyBOSSS 0 Posted August 10, 2020 В 01.04.2015 в 03:28, lacosta2 сказал: Спасибо но и без вас уже разобрался как решили проблему? Share this post Link to post Share on other sites
swm 0 Posted September 19, 2020 В 10.08.2020 в 22:08, qwertyBOSSS сказал: как решили проблему? Он и не ответит. Вот из за таких ребят форумы и погибали. Свою головную боль убрал. А поделится таблеткой с товарищем ,так сразу сливаются Share this post Link to post Share on other sites