Mouse Tweaks

Mouse Tweaks

284M Downloads

1.5.2 Modpack Crash (F3 Screen/Profiler)

jadenquinn opened this issue ยท 7 comments

commented

I just remembered I should probably post here instead of the Curseforge Mod Page:

Getting a crash on my 1.5.2 Modpack, and I just figured out it was Mouse Tweaks erroring: https://docs.google.com/document/d/1lD2s4kCUxdOe44UG7xkcp1cE98tMDrOS9eDt2lEvqp8/edit?usp=sharing
All I did was try to bring up the F3 Screen or Profiler.

Yes I tried pastebin, for some reason it deemed the logs "offensive". I deem that stupid.

Thanks!
-jaden-

commented

This didn't used to happen, and I seem to remember adding Eternal Frost (If not more) and it breaking like this, but I didn't realize it had anything to do with Mouse Tweaks.

I'll post a pack.zip for MultiMC.

commented

Could you try with your current modpack but without Mouse Tweaks and see if the crash still happens?

commented

The stack trace is:

java.lang.ArrayIndexOutOfBoundsException: -1
    at java.util.ArrayList.elementData(Unknown Source)
    at java.util.ArrayList.remove(Unknown Source)
    at net.minecraft.profiler.Profiler.func_76319_b(Profiler.java:103)
    at MouseTweaks.ProfilerCustom.func_76319_b(ProfilerCustom.java:37)
    at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:877)
    at net.minecraft.client.Minecraft.run(Minecraft.java:760)
    at java.lang.Thread.run(Unknown Source)

Mouse Tweaks for 1.5.2 overrides the profiler in order to call its update function. However, it then calls right back into the original profiler without any changes. This leads me to believe that the crash is unrelated to Mouse Tweaks, but I really don't know.

Could you try with just Mouse Tweaks or with Mouse Tweaks removed to see if maybe some other mod is responsible?

commented

It did. Mouse Tweaks just vanishes from the log, as it should.

commented

So then this is not a mouse tweaks issue?

commented

Apparently not.