Advertisement
Guest User

Untitled

a guest
Nov 22nd, 2023
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.30 KB | None | 0 0
  1.  
  2. Unreported exception thrown!
  3. java.lang.IndexOutOfBoundsException: Index (160) is greater than or equal to list size (100)
  4. at it.unimi.dsi.fastutil.ints.IntArrayList.removeInt(IntArrayList.java:359)
  5. at net.minecraft.class_338.handler$djc000$meteor-client$onAddMessage(class_338.java:2152)
  6. at net.minecraft.class_338.method_1815(class_338.java)
  7. at net.minecraft.class_338.method_44811(class_338.java:211)
  8. at net.minecraft.class_338.method_1812(class_338.java:206)
  9. at net.minecraft.class_338.meteor$add(class_338.java:2106)
  10. at meteordevelopment.meteorclient.utils.player.ChatUtils.sendMsg(ChatUtils.java:144)
  11. at meteordevelopment.meteorclient.utils.player.ChatUtils.sendMsg(ChatUtils.java:126)
  12. at meteordevelopment.meteorclient.utils.player.ChatUtils.sendMsg(ChatUtils.java:121)
  13. at meteordevelopment.meteorclient.systems.modules.Module.sendToggledMsg(Module.java:91)
  14. at meteordevelopment.meteorclient.systems.modules.Modules.onAction(Modules.java:273)
  15. at meteordevelopment.meteorclient.systems.modules.Modules.onKey(Modules.java:259)
  16. at meteordevelopment.orbit.listeners.LambdaListener.call(LambdaListener.java:83)
  17. at meteordevelopment.orbit.EventBus.post(EventBus.java:61)
  18. at net.minecraft.class_309.handler$dlk000$meteor-client$onKey(class_309.java:2118)
  19. at net.minecraft.class_309.method_1466(class_309.java)
  20. at net.minecraft.class_309.method_22678(class_309.java:486)
  21. at net.minecraft.class_1255.execute(class_1255.java:102)
  22. at net.minecraft.class_309.method_22676(class_309.java:486)
  23. at org.lwjgl.glfw.GLFWKeyCallbackI.callback(GLFWKeyCallbackI.java:44)
  24. at org.lwjgl.system.JNI.invokeV(Native Method)
  25. at org.lwjgl.glfw.GLFW.glfwPollEvents(GLFW.java:3438)
  26. at com.mojang.blaze3d.systems.RenderSystem.pollEvents(RenderSystem.java:201)
  27. at com.mojang.blaze3d.systems.RenderSystem.flipFrame(RenderSystem.java:219)
  28. at net.minecraft.class_1041.method_15998(class_1041.java:287)
  29. at net.minecraft.class_310.method_1523(class_310.java:1297)
  30. at net.minecraft.class_310.method_1514(class_310.java:856)
  31. at net.minecraft.client.main.Main.main(Main.java:253)
  32. at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:470)
  33. at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
  34. at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement