L2JMobius

C6 Error Script QuestMasterHandler.java

Maksim · 15 · 6861

Offline Maksim

  • Vassal
  • *
    • Posts: 8
 
Error Script QuestMasterHandler.java - Game Log File
/home/game/data/scripts/quests/QuestMasterHandler.java java.lang.IndexOutOfBoundsException: Index: 0





Offline Smoked

  • Heir
  • **
    • Posts: 34
yes, I also saw this error

Error Script QuestMasterHandler.java - Game Log File
/home/game/data/scripts/quests/QuestMasterHandler.java java.lang.IndexOutOfBoundsException: Index: 0





yes, I also saw this error


Offline Maksim

  • Vassal
  • *
    • Posts: 8
In the log game writes as a warning, but in the game script error. I wonder how to fix it. The first time with so encounter





Offline Maksim

  • Vassal
  • *
    • Posts: 8

[06/12 21:49:01] /home/game/data/scripts/quests/QuestMasterHandler.java java.lang.IndexOutOfBoundsException: Index: 0


Online Mobius

  • Distinguished King
  • *****
    • Posts: 16114
Seems your scripts do not compile.
It does not happen to me.
From experince that happens when you use a newer Java version.


Offline Maksim

  • Vassal
  • *
    • Posts: 8
I noticed that this is now manifested only in the admin, on the normal player, this window is not shown and there is nothing in the log game is not written


Online Mobius

  • Distinguished King
  • *****
    • Posts: 16114
QuestMasterHandler not loading means you have no quests since server started.
You either have this issue or not.

Post your server logs.


Offline Maksim

  • Vassal
  • *
    • Posts: 8
it is possible that the outcomes of the Assembly were compiled in the java 8u191 because of this, this problem appeared.

I will try to compile on 8u181.



Offline Maksim

  • Vassal
  • *
    • Posts: 8
Code: [Select]
[06/12 23:44:23] --------------------------------------------------=[ Quests ]
[06/12 23:44:23] Loaded: 367 quest scripts.

Compiled the build outcomes on java jdk 8u181 and launched but got the same warning in GameServer and Script Error window in the game

Code: [Select]
[06/12 23:50:05] /home/game/data/scripts/quests/QuestMasterHandler.java java.lang.IndexOutOfBoundsException: Index: 0


Online Mobius

  • Distinguished King
  • *****
    • Posts: 16114
Probably the problem is not in the QuestMasterHandler itself, but some quest script.