Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash using Forge, java.lang.ArrayIndexOutOfBoundsException: -1 #57

Closed
Lothrazar opened this issue Mar 24, 2019 · 0 comments
Closed

Crash using Forge, java.lang.ArrayIndexOutOfBoundsException: -1 #57

Lothrazar opened this issue Mar 24, 2019 · 0 comments

Comments

@Lothrazar
Copy link

Description:

Single player, forge_version=14.23.5.2768

How to reproduce:

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant