The-Fireplace-Minecraft-Mods / TickDynamic

Public Issues repository for the Minecraft mod Tick Dynamic.
MIT License
15 stars 3 forks source link

Forge Profiler crash #61

Open AwaitFuture opened 4 years ago

AwaitFuture commented 4 years ago

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