You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run once by clicking on Player.
wait until it finishes
Run again clicking on world
Stacktrace, if any:
java.lang.ArrayIndexOutOfBoundsException: -1
at java.util.ArrayList.elementData(Unknown Source)
at java.util.ArrayList.get(Unknown Source)
at cf.terminator.laggoggles.profiler.ProfileResult.createPackets(ProfileResult.java:190)
at cf.terminator.laggoggles.CommonProxy$1.run(CommonProxy.java:77)
at cf.terminator.laggoggles.util.RunInServerThread.onServerTick(RunInServerThread.java:19)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_329_RunInServerThread_onServerTick_ServerTickEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.fml.common.FMLCommonHandler.onPreServerTick(FMLCommonHandler.java:279)
at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:732)
at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:192)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:592)
at java.lang.Thread.run(Unknown Source)
The text was updated successfully, but these errors were encountered:
Single player, forge_version=14.23.5.2768
Run once by clicking on Player.
wait until it finishes
Run again clicking on world
java.lang.ArrayIndexOutOfBoundsException: -1
at java.util.ArrayList.elementData(Unknown Source)
at java.util.ArrayList.get(Unknown Source)
at cf.terminator.laggoggles.profiler.ProfileResult.createPackets(ProfileResult.java:190)
at cf.terminator.laggoggles.CommonProxy$1.run(CommonProxy.java:77)
at cf.terminator.laggoggles.util.RunInServerThread.onServerTick(RunInServerThread.java:19)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_329_RunInServerThread_onServerTick_ServerTickEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.fml.common.FMLCommonHandler.onPreServerTick(FMLCommonHandler.java:279)
at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:732)
at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:192)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:592)
at java.lang.Thread.run(Unknown Source)
The text was updated successfully, but these errors were encountered: