Loretime receives this error when displaying the date (time is okay) #6


  • New
  • Defect
Open
Assigned to _ForgeUser7942753
  • _ForgeUser7288038 created this issue Jan 11, 2013

    What steps will reproduce the problem?
    1. Players joining (it's set to display the date on join)
    2. Typing the command /lt or /loretime
    3.

    What is the expected output? What do you see instead?

    To see the date in the game.

    What version of the product are you using?

    v286

    Do you have an error log of what happened?

    12.01 01:24:23 [Server] INFO ... 15 more
    12.01 01:24:23 [Server] INFO at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44)
    12.01 01:24:23 [Server] INFO at com.conventnunnery.LoreTime.commands.LoreTimeCommand.onCommand(LoreTimeCommand.java:43)
    12.01 01:24:23 [Server] INFO at com.conventnunnery.LoreTime.LoreTimeAPI.displayString(LoreTimeAPI.java:135)
    12.01 01:24:23 [Server] INFO at java.util.ArrayList.get(Unknown Source)
    12.01 01:24:23 [Server] INFO at java.util.ArrayList.rangeCheck(Unknown Source)
    12.01 01:24:23 [Server] INFO Caused by: java.lang.IndexOutOfBoundsException: Index: 7, Size: 7
    12.01 01:24:23 [Server] INFO at net.minecraft.server.v1_4_6.ThreadServerApplication.run(SourceFile:849)
    12.01 01:24:23 [Server] INFO at net.minecraft.server.v1_4_6.MinecraftServer.run(MinecraftServer.java:427)
    12.01 01:24:23 [Server] INFO at net.minecraft.server.v1_4_6.MinecraftServer.q(MinecraftServer.java:494)
    12.01 01:24:23 [Server] INFO at net.minecraft.server.v1_4_6.DedicatedServer.r(DedicatedServer.java:224)
    12.01 01:24:23 [Server] INFO at net.minecraft.server.v1_4_6.MinecraftServer.r(MinecraftServer.java:598)
    12.01 01:24:23 [Server] INFO at net.minecraft.server.v1_4_6.DedicatedServerConnection.b(SourceFile:30)
    12.01 01:24:23 [Server] INFO at net.minecraft.server.v1_4_6.ServerConnection.b(SourceFile:39)
    12.01 01:24:23 [Server] INFO at net.minecraft.server.v1_4_6.PlayerConnection.d(PlayerConnection.java:112)
    12.01 01:24:23 [Server] INFO at net.minecraft.server.v1_4_6.NetworkManager.b(NetworkManager.java:290)
    12.01 01:24:23 [Server] INFO at net.minecraft.server.v1_4_6.Packet3Chat.handle(Packet3Chat.java:44)
    12.01 01:24:23 [Server] INFO at net.minecraft.server.v1_4_6.PlayerConnection.a(PlayerConnection.java:853)
    12.01 01:24:23 [Server] INFO at net.minecraft.server.v1_4_6.PlayerConnection.chat(PlayerConnection.java:898)
    12.01 01:24:23 [Server] INFO at net.minecraft.server.v1_4_6.PlayerConnection.handleCommand(PlayerConnection.java:980)
    12.01 01:24:23 [Server] INFO at org.bukkit.craftbukkit.v1_4_6.CraftServer.dispatchCommand(CraftServer.java:510)
    12.01 01:24:23 [Server] INFO at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:186)
    12.01 01:24:23 [Server] INFO at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46)
    12.01 01:24:23 [Server] INFO org.bukkit.command.CommandException: Unhandled exception executing command 'lt' in plugin LoreTime v286
    12.01 01:24:23 [Server] SEVERE null

    Please provide any additional information below.

    It does not have any errors on startup, it just does this when it tries to display the date to anybody.

  • _ForgeUser7288038 added the tags New Defect Jan 11, 2013
  • _ForgeUser6226926 posted a comment Jan 13, 2013

    The new development build that's building on the Jenkins should fix this error.


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