Some Problems #33


  • Defect
  • Started
Open
Assigned to _ForgeUser5869642
  • _ForgeUser4882315 created this issue Nov 13, 2012

    If i send an answer to the quiz I get this message in the console:
    [SEVERE] Could not pass event AsyncPlayerChatEvent to StartersQuiz v2.7
    org.bukkit.event.EventException
            at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:341)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
            at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:459)
            at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:829)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:806)
            at net.minecraftserverhook.NetServerHandlerProxy.a(NetServerHandlerProxy.java:124)
            at net.minecraft.server.Packet3Chat.handle(Packet3Chat.java:44)
            at net.minecraft.server.NetworkManager.i(NetworkManager.java:211)
            at net.minecraft.server.NetworkManager.c(NetworkManager.java:332)
            at net.minecraft.server.NetworkReaderThread.run(SourceFile:101)
    Caused by: java.lang.IndexOutOfBoundsException: Index: 1, Size: 1
            at java.util.ArrayList.rangeCheck(ArrayList.java:571)
            at java.util.ArrayList.get(ArrayList.java:349)
            at me.sluijsens.StartersQuiz.QuizHandler.check(QuizHandler.java:297)
            at me.sluijsens.StartersQuiz.QuizHandler.answer(QuizHandler.java:189)
            at me.sluijsens.StartersQuiz.PlayerHandler.onPlayerChat(PlayerHandler.java:56)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
            at java.lang.reflect.Method.invoke(Method.java:616)
            at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:339)
            ... 10 more

    Then the welcometext is Displayed twice if you join for the first time, and if you join for the second time it will be displayed 3 times O_o

  • _ForgeUser4882315 added the tags New Defect Nov 13, 2012
  • _ForgeUser4882315 added an attachment start.yml Nov 13, 2012

    start.yml

  • _ForgeUser5869642 posted a comment Nov 13, 2012

    Could you please upload your quiz file?


    Edited Nov 13, 2012
  • _ForgeUser5869642 removed a tag New Nov 13, 2012
  • _ForgeUser5869642 added a tag Started Nov 13, 2012
  • _ForgeUser4882315 posted a comment Nov 16, 2012

    Our server is beeing DDOSed the past couple days ... so there is not much time to test lately :(

  • _ForgeUser5869642 posted a comment Nov 22, 2012

    Sorry, never noticed you already uploaded the quiz file. Try to remove the comma's (,) after every question. As for the 2/3 welcome i ha e no idea now. I thought I removed that bug.


To post a comment, please login or register a new account.