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

Forge Profiler crash #61

Open
AwaitFuture opened this issue Apr 17, 2020 · 0 comments
Open

Forge Profiler crash #61

AwaitFuture opened this issue Apr 17, 2020 · 0 comments

Comments

@AwaitFuture
Copy link

AwaitFuture commented Apr 17, 2020

Hi, I got this repeatable crash while trying to run the profiler with tickdynamic.

[07:18:14] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Started debug profiling
[07:18:15] [Server thread/WARN] [net.minecraft.profiler.Profiler]: Something's taking too long! 'root.levels.world.tick.entities.regular' took aprox 131.057347 ms
[07:18:15] [Server thread/WARN] [net.minecraft.profiler.Profiler]: Something's taking too long! 'root.levels.world.tick.entities' took aprox 131.916238 ms
[07:18:15] [Server thread/WARN] [net.minecraft.profiler.Profiler]: Something's taking too long! 'root.levels.world.tick' took aprox 205.739802 ms
[07:18:15] [Server thread/WARN] [net.minecraft.profiler.Profiler]: Something's taking too long! 'root.levels.world' took aprox 205.826348 ms
[07:18:15] [Server thread/WARN] [net.minecraft.profiler.Profiler]: Something's taking too long! 'root.levels' took aprox 205.961337 ms
[07:18:15] [Server thread/WARN] [net.minecraft.profiler.Profiler]: Something's taking too long! 'root' took aprox 206.742361 ms
[07:18:15] [Server thread/ERROR] [net.minecraft.server.MinecraftServer]: Encountered an unexpected exception
net.minecraft.util.ReportedException: Ticking block entity
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:773) ~[MinecraftServer.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397) ~[nz.class:?]
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) ~[MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_191]
Caused by: java.lang.ArrayIndexOutOfBoundsException: -1
at java.util.ArrayList.elementData(ArrayList.java:422) ~[?:1.8.0_191]
at java.util.ArrayList.remove(ArrayList.java:499) ~[?:1.8.0_191]
at net.minecraft.profiler.Profiler.func_76319_b(Profiler.java:58) ~[rl.class:?]
at crazypants.enderio.base.diagnostics.ProfilerAntiReactor.func_76319_b(ProfilerAntiReactor.java:16) ~[ProfilerAntiReactor.class:?]
at com.wildex999.tickdynamic.listinject.CustomProfiler.func_76319_b(CustomProfiler.java:103) ~[TickDynamic-1.12.2-1.0.2.jar:?]
at net.minecraft.world.World.func_72939_s(World.java:1840) ~[amu.class:?]
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:613) ~[oo.class:?]
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767) ~[MinecraftServer.class:?]
... 4 more

This is running FTB revelation 3.1.0 (MC version 1.12.2)

please let me know if you would like any other information,
thanks

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