L2JLisvus

Would you like to react to this message? Create an account in a few clicks or log in to continue.

2 posters

    Error rev 603 [Not a bug]

    avatar
    FLeandro93


    Posts : 55
    Join date : 2014-06-20

    Error rev 603 [Not a bug] Empty Error rev 603 [Not a bug]

    Post  FLeandro93 4th April 2019, 01:00

    Code:


    Error on: C:\Users\Admin\Desktop\L2 c4 project\Server\gameserver\data\scripts\ai\group_template\FrenzyOnAttack.java.error.log
    Line: -1 - Column: -1

    compilation failed


    Code:


    Error on: C:\Users\Admin\Desktop\L2 c4 project\Server\gameserver\data\scripts\ai\group_template\SearchingMaster.java.error.log
    Line: -1 - Column: -1

    compilation failed

    Karakan
    Karakan


    Posts : 756
    Join date : 2013-10-04

    Error rev 603 [Not a bug] Empty Re: Error rev 603 [Not a bug]

    Post  Karakan 4th April 2019, 15:24

    Post FrenzyOnAttack.java and SearchingMaster.java.

    So we can check whats wrong.

    avatar
    FLeandro93


    Posts : 55
    Join date : 2014-06-20

    Error rev 603 [Not a bug] Empty Re: Error rev 603 [Not a bug]

    Post  FLeandro93 4th April 2019, 17:21

    FLeandro93 wrote:
    Code:


    Error on: C:\Users\Admin\Desktop\L2 c4 project\Server\gameserver\data\scripts\ai\group_template\FrenzyOnAttack.java.error.log
    Line: -1 - Column: -1

    compilation failed


    Code:


    Error on: C:\Users\Admin\Desktop\L2 c4 project\Server\gameserver\data\scripts\ai\group_template\SearchingMaster.java.error.log
    Line: -1 - Column: -1

    compilation failed


    is the same as the rev 603, without any modification
    avatar
    FLeandro93


    Posts : 55
    Join date : 2014-06-20

    Error rev 603 [Not a bug] Empty Re: Error rev 603 [Not a bug]

    Post  FLeandro93 4th April 2019, 18:18

    The entire "script" folder generates errors, and is by default rev 603

    Gameserver console error


    Code:

    Annotation processing got disabled, since it requires a 1.6 compliant JVM
    ----------
    1. ERROR in \Valakas.java (at line 1)
            /*
            ^
    The type java.lang.Object cannot be resolved. It is indirectly referenced from required .class files
    ----------
    2. ERROR in \Valakas.java (at line 1)
            /*
            ^
    The type java.lang.Enum cannot be resolved. It is indirectly referenced from required .class files
    ----------
    3. ERROR in \Valakas.java (at line 1)
            /*
            ^
    The type java.util.Collection cannot be resolved. It is indirectly referenced from required .class files
    ----------
    4. ERROR in \Valakas.java (at line 1)
            /*
            ^
    The type java.util.List cannot be resolved. It is indirectly referenced from required .class files
    ----------
    5. ERROR in \Valakas.java (at line 1)
            /*
            ^
    The type java.lang.String cannot be resolved. It is indirectly referenced from required .class files
    ----------
    6. ERROR in \Valakas.java (at line 1)
            /*
            ^
    The type java.lang.Runnable cannot be resolved. It is indirectly referenced from required .class files
    ----------
    7. ERROR in \Valakas.java (at line 1)
            /*
            ^
    The type java.lang.Throwable cannot be resolved. It is indirectly referenced from required .class files
    ----------
    8. ERROR in \Valakas.java (at line 21)
            import java.util.ArrayList;
                  ^^^^^^^^^^^^^^^^^^^
    The import java.util.ArrayList cannot be resolved
    ----------
    9. ERROR in \Valakas.java (at line 22)
            import java.util.Collection;
                  ^^^^^^^^^^^^^^^^^^^^
    The import java.util.Collection cannot be resolved
    ----------
    10. ERROR in \Valakas.java (at line 23)
            import java.util.List;
                  ^^^^^^^^^^^^^^
    The import java.util.List cannot be resolved
    ----------
    11. ERROR in \Valakas.java (at line 49)
            public class Valakas extends Quest
                        ^^^^^^^
    The hierarchy of the type Valakas is inconsistent
    ----------
    12. ERROR in \Valakas.java (at line 77)
            public Valakas(int id, String name, String descr)
                                  ^^^^^^
    String cannot be resolved to a type
    ----------
    13. ERROR in \Valakas.java (at line 77)
            public Valakas(int id, String name, String descr)
                                                ^^^^^^
    String cannot be resolved to a type
    ----------
    14. ERROR in \Valakas.java (at line 93)
            i_quest1 = System.currentTimeMillis();
                      ^^^^^^
    System cannot be resolved
    ----------
    15. ERROR in \Valakas.java (at line 100)
            long temp = (info.getLong("respawn_time") - System.currentTimeMillis());
                              ^^^^^^^
    The method getLong(String) from the type StatsSet refers to the missing type String
    ----------
    16. ERROR in \Valakas.java (at line 100)
            long temp = (info.getLong("respawn_time") - System.currentTimeMillis());
                                                        ^^^^^^
    System cannot be resolved
    ----------
    17. ERROR in \Valakas.java (at line 107)
            startQuestTimer("valakas_unlock", temp, null, null);
            ^^^^^^^^^^^^^^^
    The method startQuestTimer(String, long, L2NpcInstance, L2PcInstance) from the type Quest refers to the missing type String
    ----------
    18. ERROR in \Valakas.java (at line 118)
            ThreadPoolManager.getInstance().scheduleGeneral(new Runnable()
                                    {
                                            @Override
                                            public void run()
                                            {
                                                    try
                                                    {
                                                            _valakas.setIsVisible(false);
                                                            _valakas.setIsInvul(true);
                                                            _valakas.setRunning();
                                                    }
                                                    catch (Throwable e)
                                                    {
                                                    }
                                            }
                                    }, 100L);
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    The type java.util.concurrent.ScheduledFuture cannot be resolved. It is indirectly referenced from required .class files
    ----------
    19. ERROR in \Valakas.java (at line 118)
            ThreadPoolManager.getInstance().scheduleGeneral(new Runnable()
                                            ^^^^^^^^^^^^^^^
    The method scheduleGeneral(Runnable, long) from the type ThreadPoolManager refers to the missing type ScheduledFuture
    ----------
    20. ERROR in \Valakas.java (at line 118)
            ThreadPoolManager.getInstance().scheduleGeneral(new Runnable()
                                                                ^^^^^^^^
    Runnable cannot be resolved to a type
    ----------
    21. ERROR in \Valakas.java (at line 120)
            @Override
            ^^^^^^^^
    Override cannot be resolved to a type
    ----------
    22. ERROR in \Valakas.java (at line 129)
            catch (Throwable e)
                  ^^^^^^^^^
    Throwable cannot be resolved to a type
    ----------
    23. ERROR in \Valakas.java (at line 135)
            startQuestTimer("1003", 60000, valakas, null, true);
            ^^^^^^^^^^^^^^^
    The method startQuestTimer(String, long, L2NpcInstance, L2PcInstance, boolean) from the type Quest refers to the missing type String
    ----------
    24. ERROR in \Valakas.java (at line 140)
            int loc_x = info.getInteger("loc_x");
                            ^^^^^^^^^^
    The method getInteger(String) from the type StatsSet refers to the missing type String
    ----------
    25. ERROR in \Valakas.java (at line 141)
            int loc_y = info.getInteger("loc_y");
                            ^^^^^^^^^^
    The method getInteger(String) from the type StatsSet refers to the missing type String
    ----------
    26. ERROR in \Valakas.java (at line 142)
            int loc_z = info.getInteger("loc_z");
                            ^^^^^^^^^^
    The method getInteger(String) from the type StatsSet refers to the missing type String
    ----------
    27. ERROR in \Valakas.java (at line 143)
            int heading = info.getInteger("heading");
                              ^^^^^^^^^^
    The method getInteger(String) from the type StatsSet refers to the missing type String
    ----------
    28. ERROR in \Valakas.java (at line 144)
            final int hp = info.getInteger("currentHP");
                                ^^^^^^^^^^
    The method getInteger(String) from the type StatsSet refers to the missing type String
    ----------
    29. ERROR in \Valakas.java (at line 145)
            final int mp = info.getInteger("currentMP");
                                ^^^^^^^^^^
    The method getInteger(String) from the type StatsSet refers to the missing type String
    ----------
    30. ERROR in \Valakas.java (at line 151)
            ThreadPoolManager.getInstance().scheduleGeneral(new Runnable()
                                            ^^^^^^^^^^^^^^^
    The method scheduleGeneral(Runnable, long) from the type ThreadPoolManager refers to the missing type ScheduledFuture
    ----------
    31. ERROR in \Valakas.java (at line 151)
            ThreadPoolManager.getInstance().scheduleGeneral(new Runnable()
                                                                ^^^^^^^^
    Runnable cannot be resolved to a type
    ----------
    32. ERROR in \Valakas.java (at line 153)
            @Override
            ^^^^^^^^
    Override cannot be resolved to a type
    ----------
    33. ERROR in \Valakas.java (at line 166)
            catch (Throwable e)
                  ^^^^^^^^^
    Throwable cannot be resolved to a type
    ----------
    34. ERROR in \Valakas.java (at line 172)
            startQuestTimer("1003", 60000, valakas, null, true);
            ^^^^^^^^^^^^^^^
    The method startQuestTimer(String, long, L2NpcInstance, L2PcInstance, boolean) from the type Quest refers to the missing type String
    ----------
    35. ERROR in \Valakas.java (at line 176)
            startQuestTimer("1001", 1800000, valakas, null);
            ^^^^^^^^^^^^^^^
    The method startQuestTimer(String, long, L2NpcInstance, L2PcInstance) from the type Quest refers to the missing type String
    ----------
    36. ERROR in \Valakas.java (at line 181)
            startQuestTimer("1002", 60000, valakas, null, true);
            ^^^^^^^^^^^^^^^
    The method startQuestTimer(String, long, L2NpcInstance, L2PcInstance, boolean) from the type Quest refers to the missing type String
    ----------
    37. ERROR in \Valakas.java (at line 186)
            @Override
            ^^^^^^^^
    Override cannot be resolved to a type
    ----------
    38. ERROR in \Valakas.java (at line 187)
            public String onAdvEvent(String event, L2NpcInstance npc, L2PcInstance player)
                  ^^^^^^
    String cannot be resolved to a type
    ----------
    39. ERROR in \Valakas.java (at line 187)
            public String onAdvEvent(String event, L2NpcInstance npc, L2PcInstance player)
                                    ^^^^^^
    String cannot be resolved to a type
    ----------
    40. ERROR in \Valakas.java (at line 199)
            startQuestTimer("1004", 2000, npc, null);
            ^^^^^^^^^^^^^^^
    The method startQuestTimer(String, long, L2NpcInstance, L2PcInstance) from the type Quest refers to the missing type String
    ----------
    41. ERROR in \Valakas.java (at line 221)
            temp = (System.currentTimeMillis() - i_quest1);
                    ^^^^^^
    System cannot be resolved
    ----------
    42. ERROR in \Valakas.java (at line 231)
            cancelQuestTimer("1002", npc, null);
            ^^^^^^^^^^^^^^^^
    The method cancelQuestTimer(String, L2NpcInstance, L2PcInstance) from the type Quest refers to the missing type String
    ----------
    43. ERROR in \Valakas.java (at line 284)
            startQuestTimer("1102", 1500, npc, null);
            ^^^^^^^^^^^^^^^
    The method startQuestTimer(String, long, L2NpcInstance, L2PcInstance) from the type Quest refers to the missing type String
    ----------
    44. ERROR in \Valakas.java (at line 289)
            startQuestTimer("1103", 3300, npc, null);
            ^^^^^^^^^^^^^^^
    The method startQuestTimer(String, long, L2NpcInstance, L2PcInstance) from the type Quest refers to the missing type String
    ----------
    45. ERROR in \Valakas.java (at line 294)
            startQuestTimer("1104", 2900, npc, null);
            ^^^^^^^^^^^^^^^
    The method startQuestTimer(String, long, L2NpcInstance, L2PcInstance) from the type Quest refers to the missing type String
    ----------
    46. ERROR in \Valakas.java (at line 299)
            startQuestTimer("1105", 2700, npc, null);
            ^^^^^^^^^^^^^^^
    The method startQuestTimer(String, long, L2NpcInstance, L2PcInstance) from the type Quest refers to the missing type String
    ----------
    47. ERROR in \Valakas.java (at line 304)
            startQuestTimer("1106", 1, npc, null);
            ^^^^^^^^^^^^^^^
    The method startQuestTimer(String, long, L2NpcInstance, L2PcInstance) from the type Quest refers to the missing type String
    ----------
    48. ERROR in \Valakas.java (at line 309)
            startQuestTimer("1107", 3200, npc, null);
            ^^^^^^^^^^^^^^^
    The method startQuestTimer(String, long, L2NpcInstance, L2PcInstance) from the type Quest refers to the missing type String
    ----------
    49. ERROR in \Valakas.java (at line 314)
            startQuestTimer("1108", 1400, npc, null);
            ^^^^^^^^^^^^^^^
    The method startQuestTimer(String, long, L2NpcInstance, L2PcInstance) from the type Quest refers to the missing type String
    ----------
    50. ERROR in \Valakas.java (at line 319)
            startQuestTimer("1109", 6700, npc, null);
            ^^^^^^^^^^^^^^^
    The method startQuestTimer(String, long, L2NpcInstance, L2PcInstance) from the type Quest refers to the missing type String
    ----------
    51. ERROR in \Valakas.java (at line 324)
            startQuestTimer("1110", 5700, npc, null);
            ^^^^^^^^^^^^^^^
    The method startQuestTimer(String, long, L2NpcInstance, L2PcInstance) from the type Quest refers to the missing type String
    ----------
    52. ERROR in \Valakas.java (at line 330)
            i_quest1 = System.currentTimeMillis();
                      ^^^^^^
    System cannot be resolved
    ----------
    53. ERROR in \Valakas.java (at line 331)
            startQuestTimer("1002", 60000, npc, null, true);
            ^^^^^^^^^^^^^^^
    The method startQuestTimer(String, long, L2NpcInstance, L2PcInstance, boolean) from the type Quest refers to the missing type String
    ----------
    54. ERROR in \Valakas.java (at line 337)
            startQuestTimer("1112", 3500, npc, null);
            ^^^^^^^^^^^^^^^
    The method startQuestTimer(String, long, L2NpcInstance, L2PcInstance) from the type Quest refers to the missing type String
    ----------
    55. ERROR in \Valakas.java (at line 342)
            startQuestTimer("1113", 4500, npc, null);
            ^^^^^^^^^^^^^^^
    The method startQuestTimer(String, long, L2NpcInstance, L2PcInstance) from the type Quest refers to the missing type String
    ----------
    56. ERROR in \Valakas.java (at line 347)
            startQuestTimer("1114", 500, npc, null);
            ^^^^^^^^^^^^^^^
    The method startQuestTimer(String, long, L2NpcInstance, L2PcInstance) from the type Quest refers to the missing type String
    ----------
    57. ERROR in \Valakas.java (at line 352)
            startQuestTimer("1115", 4600, npc, null);
            ^^^^^^^^^^^^^^^
    The method startQuestTimer(String, long, L2NpcInstance, L2PcInstance) from the type Quest refers to the missing type String
    ----------
    58. ERROR in \Valakas.java (at line 357)
            startQuestTimer("1116", 750, npc, null);
            ^^^^^^^^^^^^^^^
    The method startQuestTimer(String, long, L2NpcInstance, L2PcInstance) from the type Quest refers to the missing type String
    ----------
    59. ERROR in \Valakas.java (at line 362)
            startQuestTimer("1117", 2500, npc, null);
            ^^^^^^^^^^^^^^^
    The method startQuestTimer(String, long, L2NpcInstance, L2PcInstance) from the type Quest refers to the missing type String
    ----------
    60. ERROR in \Valakas.java (at line 372)
            int x = (int) (radius * Math.cos(i * .331)); // .331~2pi/19
                                    ^^^^
    Math cannot be resolved
    ----------
    61. ERROR in \Valakas.java (at line 373)
            int y = (int) (radius * Math.sin(i * .331));
                                    ^^^^
    Math cannot be resolved
    ----------
    62. ERROR in \Valakas.java (at line 376)
            cancelQuestTimer("1002", npc, null);
            ^^^^^^^^^^^^^^^^
    The method cancelQuestTimer(String, L2NpcInstance, L2PcInstance) from the type Quest refers to the missing type String
    ----------
    63. ERROR in \Valakas.java (at line 377)
            startQuestTimer("remove_players", 900000, null, null);
            ^^^^^^^^^^^^^^^
    The method startQuestTimer(String, long, L2NpcInstance, L2PcInstance) from the type Quest refers to the missing type String
    ----------
    64. ERROR in \Valakas.java (at line 396)
            @Override
            ^^^^^^^^
    Override cannot be resolved to a type
    ----------
    65. ERROR in \Valakas.java (at line 397)
            public String onAttack(L2NpcInstance npc, L2PcInstance attacker, int damage, boolean isPet)
                  ^^^^^^
    String cannot be resolved to a type
    ----------
    66. ERROR in \Valakas.java (at line 404)
            i_quest1 = System.currentTimeMillis();
                      ^^^^^^
    System cannot be resolved
    ----------
    67. ERROR in \Valakas.java (at line 989)
            return super.onAttack(npc, attacker, damage, isPet);
                        ^^^^^^^^
    The method onAttack(L2NpcInstance, L2PcInstance, int, boolean) from the type Quest refers to the missing type String
    ----------
    68. ERROR in \Valakas.java (at line 992)
            @Override
            ^^^^^^^^
    Override cannot be resolved to a type
    ----------
    69. ERROR in \Valakas.java (at line 993)
            public String onKill(L2NpcInstance npc, L2PcInstance killer, boolean isPet)
                  ^^^^^^
    String cannot be resolved to a type
    ----------
    70. ERROR in \Valakas.java (at line 995)
            startQuestTimer("1111", 500, npc, null);
            ^^^^^^^^^^^^^^^
    The method startQuestTimer(String, long, L2NpcInstance, L2PcInstance) from the type Quest refers to the missing type String
    ----------
    71. ERROR in \Valakas.java (at line 997)
            npc.broadcastPacket(new PlaySound(1, "B03_D", 1, npc.getObjectId(), npc.getX(), npc.getY(), npc.getZ()));
                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    The constructor PlaySound(int, String, int, int, int, int, int) refers to the missing type String
    ----------
    72. ERROR in \Valakas.java (at line 1000)
            startQuestTimer("valakas_unlock", respawnTime, null, null);
            ^^^^^^^^^^^^^^^
    The method startQuestTimer(String, long, L2NpcInstance, L2PcInstance) from the type Quest refers to the missing type String
    ----------
    73. ERROR in \Valakas.java (at line 1003)
            info.set("respawn_time", (System.currentTimeMillis() + respawnTime));
                                      ^^^^^^
    System cannot be resolved
    ----------
    74. ERROR in \Valakas.java (at line 1005)
            return super.onKill(npc, killer, isPet);
                        ^^^^^^
    The method onKill(L2NpcInstance, L2PcInstance, boolean) from the type Quest refers to the missing type String
    ----------
    75. ERROR in \Valakas.java (at line 1333)
            QuestTimer timer = getQuestTimer("1003", npc, null);
                              ^^^^^^^^^^^^^
    The method getQuestTimer(String, L2NpcInstance, L2PcInstance) from the type Quest refers to the missing type String
    ----------
    76. ERROR in \Valakas.java (at line 1354)
            startQuestTimer("1003", 500, npc, null, true);
            ^^^^^^^^^^^^^^^
    The method startQuestTimer(String, long, L2NpcInstance, L2PcInstance, boolean) from the type Quest refers to the missing type String
    ----------
    77. ERROR in \Valakas.java (at line 1374)
            npc.getAI().setIntention(AI_INTENTION_FOLLOW, target, null);
                        ^^^^^^^^^^^^
    The method setIntention(CtrlIntention, Object, Object) from the type AbstractAI refers to the missing type Object
    ----------
    78. ERROR in \Valakas.java (at line 1380)
            List<L2Character> result = new ArrayList<>();
            ^^^^
    List cannot be resolved to a type
    ----------
    79. ERROR in \Valakas.java (at line 1380)
            List<L2Character> result = new ArrayList<>();
                                          ^^^^^^^^^
    ArrayList cannot be resolved to a type
    ----------
    80. ERROR in \Valakas.java (at line 1381)
            Collection<L2Object> objs = npc.getKnownList().getKnownObjects().values();
            ^^^^^^^^^^
    Collection cannot be resolved to a type
    ----------
    81. ERROR in \Valakas.java (at line 1381)
            Collection<L2Object> objs = npc.getKnownList().getKnownObjects().values();
                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    The type java.util.Map cannot be resolved. It is indirectly referenced from required .class files
    ----------
    82. ERROR in \Valakas.java (at line 1381)
            Collection<L2Object> objs = npc.getKnownList().getKnownObjects().values();
                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    The type java.lang.Integer cannot be resolved. It is indirectly referenced from required .class files
    ----------
    83. ERROR in \Valakas.java (at line 1381)
            Collection<L2Object> objs = npc.getKnownList().getKnownObjects().values();
                                                          ^^^^^^^^^^^^^^^
    The method getKnownObjects() from the type ObjectKnownList refers to the missing type Map
    ----------
    84. ERROR in \Valakas.java (at line 1397)
            Object[] characters = result.toArray();
            ^^^^^^
    Object cannot be resolved to a type
    ----------
    85. ERROR in \Valakas.java (at line 1403)
            @Override
            ^^^^^^^^
    Override cannot be resolved to a type
    ----------
    86. ERROR in \Valakas.java (at line 1404)
            public String onSpellFinished(L2NpcInstance npc, L2PcInstance player, L2Skill skill)
                  ^^^^^^
    String cannot be resolved to a type
    ----------
    87. ERROR in \Valakas.java (at line 1416)
            return super.onSpellFinished(npc, player, skill);
                        ^^^^^^^^^^^^^^^
    The method onSpellFinished(L2NpcInstance, L2PcInstance, L2Skill) from the type Quest refers to the missing type String
    ----------
    88. ERROR in \Valakas.java (at line 1419)
            @Override
            ^^^^^^^^
    Override cannot be resolved to a type
    ----------
    89. ERROR in \Valakas.java (at line 1420)
            public String onAggroRangeEnter(L2NpcInstance npc, L2PcInstance player, boolean isPet)
                  ^^^^^^
    String cannot be resolved to a type
    ----------
    90. ERROR in \Valakas.java (at line 1946)
            return super.onAggroRangeEnter(npc, player, isPet);
                        ^^^^^^^^^^^^^^^^^
    The method onAggroRangeEnter(L2NpcInstance, L2PcInstance, boolean) from the type Quest refers to the missing type String
    ----------
    91. ERROR in \Valakas.java (at line 1949)
            @Override
            ^^^^^^^^
    Override cannot be resolved to a type
    ----------
    92. ERROR in \Valakas.java (at line 1950)
            public String onSkillSee(L2NpcInstance npc, L2PcInstance caster, L2Skill skill, L2Object[] targets, boolean isPet)
                  ^^^^^^
    String cannot be resolved to a type
    ----------
    93. ERROR in \Valakas.java (at line 1958)
            return super.onSkillSee(npc, caster, skill, targets, isPet);
                        ^^^^^^^^^^
    The method onSkillSee(L2NpcInstance, L2PcInstance, L2Skill, L2Object[], boolean) from the type Quest refers to the missing type String
    ----------
    94. ERROR in \Valakas.java (at line 1961)
            public static void main(String[] args)
                                    ^^^^^^
    String cannot be resolved to a type
    ----------
    95. ERROR in \Valakas.java (at line 1964)
            new Valakas(-1, "valakas", "ai");
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    The constructor Valakas(int, String, String) refers to the missing type String
    ----------
    95 problems (95 errors)
    The type java.lang.Object cannot be resolved. It is indirectly referenced from required .class files
    The hierarchy of the type Valakas is inconsistent
    The type java.lang.Enum cannot be resolved. It is indirectly referenced from required .class files
    The import java.util.ArrayList cannot be resolved
    The type java.util.Collection cannot be resolved. It is indirectly referenced from required .class files
    The import java.util.Collection cannot be resolved
    The type java.util.List cannot be resolved. It is indirectly referenced from required .class files
    The import java.util.List cannot be resolved
    The type java.lang.String cannot be resolved. It is indirectly referenced from required .class files
    String cannot be resolved to a type
    String cannot be resolved to a type
    String cannot be resolved to a type
    Override cannot be resolved to a type
    String cannot be resolved to a type
    String cannot be resolved to a type
    Override cannot be resolved to a type
    String cannot be resolved to a type
    Override cannot be resolved to a type
    String cannot be resolved to a type
    Override cannot be resolved to a type
    String cannot be resolved to a type
    Override cannot be resolved to a type
    String cannot be resolved to a type
    Override cannot be resolved to a type
    String cannot be resolved to a type
    System cannot be resolved
    The method getLong(java.lang.String) from the type net.sf.l2j.gameserver.templates.StatsSet refers to the missing type java.lang.String
    System cannot be resolved
    The method startQuestTimer(java.lang.String, long, net.sf.l2j.gameserver.model.actor.instance.L2NpcInstance, net.sf.l2j.gameserver.model.actor.instance.L2PcInstance) from the type net.sf.l2j.gameserver.model.quest.Quest refers to the missing type java.lang.String
    The type java.lang.Runnable cannot be resolved. It is indirectly referenced from required .class files
    Runnable cannot be resolved to a type
    Override cannot be resolved to a type
    The type java.lang.Throwable cannot be resolved. It is indirectly referenced from required .class files
    Throwable cannot be resolved to a type
    The type java.util.concurrent.ScheduledFuture cannot be resolved. It is indirectly referenced from required .class files
    The method scheduleGeneral(java.lang.Runnable, long) from the type net.sf.l2j.gameserver.ThreadPoolManager refers to the missing type java.util.concurrent.ScheduledFuture
    The method startQuestTimer(java.lang.String, long, net.sf.l2j.gameserver.model.actor.instance.L2NpcInstance, net.sf.l2j.gameserver.model.actor.instance.L2PcInstance, boolean) from the type net.sf.l2j.gameserver.model.quest.Quest refers to the missing type java.lang.String
    The method getInteger(java.lang.String) from the type net.sf.l2j.gameserver.templates.StatsSet refers to the missing type java.lang.String
    The method getInteger(java.lang.String) from the type net.sf.l2j.gameserver.templates.StatsSet refers to the missing type java.lang.String
    The method getInteger(java.lang.String) from the type net.sf.l2j.gameserver.templates.StatsSet refers to the missing type java.lang.String
    The method getInteger(java.lang.String) from the type net.sf.l2j.gameserver.templates.StatsSet refers to the missing type java.lang.String
    The method getInteger(java.lang.String) from the type net.sf.l2j.gameserver.templates.StatsSet refers to the missing type java.lang.String
    The method getInteger(java.lang.String) from the type net.sf.l2j.gameserver.templates.StatsSet refers to the missing type java.lang.String
    Runnable cannot be resolved to a type
    Override cannot be resolved to a type
    Throwable cannot be resolved to a type
    The method scheduleGeneral(java.lang.Runnable, long) from the type net.sf.l2j.gameserver.ThreadPoolManager refers to the missing type java.util.concurrent.ScheduledFuture
    The method startQuestTimer(java.lang.String, long, net.sf.l2j.gameserver.model.actor.instance.L2NpcInstance, net.sf.l2j.gameserver.model.actor.instance.L2PcInstance, boolean) from the type net.sf.l2j.gameserver.model.quest.Quest refers to the missing type java.lang.String
    The method startQuestTimer(java.lang.String, long, net.sf.l2j.gameserver.model.actor.instance.L2NpcInstance, net.sf.l2j.gameserver.model.actor.instance.L2PcInstance) from the type net.sf.l2j.gameserver.model.quest.Quest refers to the missing type java.lang.String
    The method startQuestTimer(java.lang.String, long, net.sf.l2j.gameserver.model.actor.instance.L2NpcInstance, net.sf.l2j.gameserver.model.actor.instance.L2PcInstance, boolean) from the type net.sf.l2j.gameserver.model.quest.Quest refers to the missing type java.lang.String
    The method startQuestTimer(java.lang.String, long, net.sf.l2j.gameserver.model.actor.instance.L2NpcInstance, net.sf.l2j.gameserver.model.actor.instance.L2PcInstance) from the type net.sf.l2j.gameserver.model.quest.Quest refers to the missing type java.lang.String
    System cannot be resolved
    The method cancelQuestTimer(java.lang.String, net.sf.l2j.gameserver.model.actor.instance.L2NpcInstance, net.sf.l2j.gameserver.model.actor.instance.L2PcInstance) from the type net.sf.l2j.gameserver.model.quest.Quest refers to the missing type java.lang.String
    The method startQuestTimer(java.lang.String, long, net.sf.l2j.gameserver.model.actor.instance.L2NpcInstance, net.sf.l2j.gameserver.model.actor.instance.L2PcInstance) from the type net.sf.l2j.gameserver.model.quest.Quest refers to the missing type java.lang.String
    The method startQuestTimer(java.lang.String, long, net.sf.l2j.gameserver.model.actor.instance.L2NpcInstance, net.sf.l2j.gameserver.model.actor.instance.L2PcInstance) from the type net.sf.l2j.gameserver.model.quest.Quest refers to the missing type java.lang.String
    The method startQuestTimer(java.lang.String, long, net.sf.l2j.gameserver.model.actor.instance.L2NpcInstance, net.sf.l2j.gameserver.model.actor.instance.L2PcInstance) from the type net.sf.l2j.gameserver.model.quest.Quest refers to the missing type java.lang.String
    The method startQuestTimer(java.lang.String, long, net.sf.l2j.gameserver.model.actor.instance.L2NpcInstance, net.sf.l2j.gameserver.model.actor.instance.L2PcInstance) from the type net.sf.l2j.gameserver.model.quest.Quest refers to the missing type java.lang.String
    The method startQuestTimer(java.lang.String, long, net.sf.l2j.gameserver.model.actor.instance.L2NpcInstance, net.sf.l2j.gameserver.model.actor.instance.L2PcInstance) from the type net.sf.l2j.gameserver.model.quest.Quest refers to the missing type java.lang.String
    The method startQuestTimer(java.lang.String, long, net.sf.l2j.gameserver.model.actor.instance.L2NpcInstance, net.sf.l2j.gameserver.model.actor.instance.L2PcInstance) from the type net.sf.l2j.gameserver.model.quest.Quest refers to the missing type java.lang.String
    The method startQuestTimer(java.lang.String, long, net.sf.l2j.gameserver.model.actor.instance.L2NpcInstance, net.sf.l2j.gameserver.model.actor.instance.L2PcInstance) from the type net.sf.l2j.gameserver.model.quest.Quest refers to the missing type java.lang.String
    The method startQuestTimer(java.lang.String, long, net.sf.l2j.gameserver.model.actor.instance.L2NpcInstance, net.sf.l2j.gameserver.model.actor.instance.L2PcInstance) from the type net.sf.l2j.gameserver.model.quest.Quest refers to the missing type java.lang.String
    The method startQuestTimer(java.lang.String, long, net.sf.l2j.gameserver.model.actor.instance.L2NpcInstance, net.sf.l2j.gameserver.model.actor.instance.L2PcInstance) from the type net.sf.l2j.gameserver.model.quest.Quest refers to the missing type java.lang.String
    System cannot be resolved
    The method startQuestTimer(java.lang.String, long, net.sf.l2j.gameserver.model.actor.instance.L2NpcInstance, net.sf.l2j.gameserver.model.actor.instance.L2PcInstance, boolean) from the type net.sf.l2j.gameserver.model.quest.Quest refers to the missing type java.lang.String
    The method startQuestTimer(java.lang.String, long, net.sf.l2j.gameserver.model.actor.instance.L2NpcInstance, net.sf.l2j.gameserver.model.actor.instance.L2PcInstance) from the type net.sf.l2j.gameserver.model.quest.Quest refers to the missing type java.lang.String
    The method startQuestTimer(java.lang.String, long, net.sf.l2j.gameserver.model.actor.instance.L2NpcInstance, net.sf.l2j.gameserver.model.actor.instance.L2PcInstance) from the type net.sf.l2j.gameserver.model.quest.Quest refers to the missing type java.lang.String
    The method startQuestTimer(java.lang.String, long, net.sf.l2j.gameserver.model.actor.instance.L2NpcInstance, net.sf.l2j.gameserver.model.actor.instance.L2PcInstance) from the type net.sf.l2j.gameserver.model.quest.Quest refers to the missing type java.lang.String
    The method startQuestTimer(java.lang.String, long, net.sf.l2j.gameserver.model.actor.instance.L2NpcInstance, net.sf.l2j.gameserver.model.actor.instance.L2PcInstance) from the type net.sf.l2j.gameserver.model.quest.Quest refers to the missing type java.lang.String
    The method startQuestTimer(java.lang.String, long, net.sf.l2j.gameserver.model.actor.instance.L2NpcInstance, net.sf.l2j.gameserver.model.actor.instance.L2PcInstance) from the type net.sf.l2j.gameserver.model.quest.Quest refers to the missing type java.lang.String
    The method startQuestTimer(java.lang.String, long, net.sf.l2j.gameserver.model.actor.instance.L2NpcInstance, net.sf.l2j.gameserver.model.actor.instance.L2PcInstance) from the type net.sf.l2j.gameserver.model.quest.Quest refers to the missing type java.lang.String
    Math cannot be resolved
    Math cannot be resolved
    The method cancelQuestTimer(java.lang.String, net.sf.l2j.gameserver.model.actor.instance.L2NpcInstance, net.sf.l2j.gameserver.model.actor.instance.L2PcInstance) from the type net.sf.l2j.gameserver.model.quest.Quest refers to the missing type java.lang.String
    The method startQuestTimer(java.lang.String, long, net.sf.l2j.gameserver.model.actor.instance.L2NpcInstance, net.sf.l2j.gameserver.model.actor.instance.L2PcInstance) from the type net.sf.l2j.gameserver.model.quest.Quest refers to the missing type java.lang.String
    System cannot be resolved
    The method onAttack(net.sf.l2j.gameserver.model.actor.instance.L2NpcInstance, net.sf.l2j.gameserver.model.actor.instance.L2PcInstance, int, boolean) from the type net.sf.l2j.gameserver.model.quest.Quest refers to the missing type java.lang.String
    The method startQuestTimer(java.lang.String, long, net.sf.l2j.gameserver.model.actor.instance.L2NpcInstance, net.sf.l2j.gameserver.model.actor.instance.L2PcInstance) from the type net.sf.l2j.gameserver.model.quest.Quest refers to the missing type java.lang.String
    The constructor net.sf.l2j.gameserver.network.serverpackets.PlaySound(int, java.lang.String, int, int, int, int, int) refers to the missing type java.lang.String
    The method startQuestTimer(java.lang.String, long, net.sf.l2j.gameserver.model.actor.instance.L2NpcInstance, net.sf.l2j.gameserver.model.actor.instance.L2PcInstance) from the type net.sf.l2j.gameserver.model.quest.Quest refers to the missing type java.lang.String
    System cannot be resolved
    The method onKill(net.sf.l2j.gameserver.model.actor.instance.L2NpcInstance, net.sf.l2j.gameserver.model.actor.instance.L2PcInstance, boolean) from the type net.sf.l2j.gameserver.model.quest.Quest refers to the missing type java.lang.String
    The method getQuestTimer(java.lang.String, net.sf.l2j.gameserver.model.actor.instance.L2NpcInstance, net.sf.l2j.gameserver.model.actor.instance.L2PcInstance) from the type net.sf.l2j.gameserver.model.quest.Quest refers to the missing type java.lang.String
    The method startQuestTimer(java.lang.String, long, net.sf.l2j.gameserver.model.actor.instance.L2NpcInstance, net.sf.l2j.gameserver.model.actor.instance.L2PcInstance, boolean) from the type net.sf.l2j.gameserver.model.quest.Quest refers to the missing type java.lang.String
    The method setIntention(net.sf.l2j.gameserver.ai.CtrlIntention, java.lang.Object, java.lang.Object) from the type net.sf.l2j.gameserver.ai.AbstractAI refers to the missing type java.lang.Object
    List cannot be resolved to a type
    ArrayList cannot be resolved to a type
    Collection cannot be resolved to a type
    The type java.util.Map cannot be resolved. It is indirectly referenced from required .class files
    The type java.lang.Integer cannot be resolved. It is indirectly referenced from required .class files
    The method getKnownObjects() from the type net.sf.l2j.gameserver.model.actor.knownlist.ObjectKnownList refers to the missing type java.util.Map
    Object cannot be resolved to a type
    The method onSpellFinished(net.sf.l2j.gameserver.model.actor.instance.L2NpcInstance, net.sf.l2j.gameserver.model.actor.instance.L2PcInstance, net.sf.l2j.gameserver.model.L2Skill) from the type net.sf.l2j.gameserver.model.quest.Quest refers to the missing type java.lang.String
    The method onAggroRangeEnter(net.sf.l2j.gameserver.model.actor.instance.L2NpcInstance, net.sf.l2j.gameserver.model.actor.instance.L2PcInstance, boolean) from the type net.sf.l2j.gameserver.model.quest.Quest refers to the missing type java.lang.String
    The method onSkillSee(net.sf.l2j.gameserver.model.actor.instance.L2NpcInstance, net.sf.l2j.gameserver.model.actor.instance.L2PcInstance, net.sf.l2j.gameserver.model.L2Skill, net.sf.l2j.gameserver.model.L2Object[], boolean) from the type net.sf.l2j.gameserver.model.quest.Quest refers to the missing type java.lang.String
    The constructor ai.individual.Valakas(int, java.lang.String, java.lang.String) refers to the missing type java.lang.String
    Failed executing script: C:\Users\Admin\Desktop\L2 c4 project\Server\gameserver\data\scripts\ai\individual\Valakas.java. See Valakas.java.error.log for details.
    Annotation processing got disabled, since it requires a 1.6 compliant JVM



    avatar
    FLeandro93


    Posts : 55
    Join date : 2014-06-20

    Error rev 603 [Not a bug] Empty Re: Error rev 603 [Not a bug]

    Post  FLeandro93 4th April 2019, 18:52

    Ready the problem was my jre version, solution: install jre version 8.

    Sponsored content


    Error rev 603 [Not a bug] Empty Re: Error rev 603 [Not a bug]

    Post  Sponsored content


      Current date/time is 17th October 2024, 00:32