Zyin's HUD

Zyin's HUD

210k Downloads

Crash

Opened this issue ยท 6 comments

commented

Caused when I opened an Extra Utilities generator, but it looks like anything could cause it:

java.lang.IllegalStateException: Timer already cancelled.
at java.util.Timer.sched(Timer.java:397) ~[?:1.7.0-u60-unofficial]
at java.util.Timer.schedule(Timer.java:193) ~[?:1.7.0-u60-unofficial]
at com.zyin.zyinhud.util.InventoryUtil.SwapWithDelay(InventoryUtil.java:233) ~[InventoryUtil.class:?]
at com.zyin.zyinhud.util.InventoryUtil.UseItemInInventory(InventoryUtil.java:197) ~[InventoryUtil.class:?]
at com.zyin.zyinhud.util.InventoryUtil.UseItemInInventory(InventoryUtil.java:169) ~[InventoryUtil.class:?]
at com.zyin.zyinhud.util.InventoryUtil.UseItem(InventoryUtil.java:109) ~[InventoryUtil.class:?]
at com.zyin.zyinhud.mods.TorchAid.UseTorch(TorchAid.java:76) ~[TorchAid.class:?]
at com.zyin.zyinhud.mods.TorchAid.UseTorchIfToolIsEquipped(TorchAid.java:56) ~[TorchAid.class:?]
at com.zyin.zyinhud.mods.TorchAid.OnRightClick(TorchAid.java:42) ~[TorchAid.class:?]
at com.zyin.zyinhud.ZyinHUDKeyHandlers.MouseEvent(ZyinHUDKeyHandlers.java:145) ~[ZyinHUDKeyHandlers.class:?]
at cpw.mods.fml.common.eventhandler.ASMEventHandler_697_ZyinHUDKeyHandlers_MouseEvent_MouseEvent.invoke(.dynamic) ~[?:?]
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:51) ~[ASMEventHandler.class:?]
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:122) ~[EventBus.class:?]
at net.minecraftforge.client.ForgeHooksClient.postMouseEvent(ForgeHooksClient.java:364) ~[ForgeHooksClient.class:?]
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1676) ~[bao.class:?]
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:962) ~[bao.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:887) [bao.class:?]
at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0-u60-unofficial]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0-u60-unofficial]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0-u60-unofficial]
at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0-u60-unofficial]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:134) [launchwrapper-1.9.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.9.jar:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0-u60-unofficial]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0-u60-unofficial]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0-u60-unofficial]
at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0-u60-unofficial]
at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:421) [NewLaunch.jar:?]
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:512) [NewLaunch.jar:?]
at org.multimc.EntryPoint.listen(EntryPoint.java:165) [NewLaunch.jar:?]
at org.multimc.EntryPoint.main(EntryPoint.java:54) [NewLaunch.jar:?]
commented

I'm reporting this bug too... my report looks nearly the same as his bug report.

mine was caused from right clicking a railcraft block (2 different side) with empty slot (placed torches) and then i left clicked them. (I only had two to start with.) placed them from hotbar to a random spot in my inventory {after picking them up, from left clicking the torches with an empty hand} (and put them in a different location in inventory from where they were the first time) and right clicked a plank block with an empty hand -- then I crashed.

http://pastebin.com/eS2RfqiV

commented

I just made some changes in v.1.3.5 to the torch placement logic that should hopefully prevent crashes from occurring when using it with modded blocks.

commented

What is an Extra Utilities generator? is that from another mod?

The stacktrace isn't enough info for me to determine the cause of the crash. Could you tell me exactly what you were doing when it happened? Are you able to reproduce the crash? From the looks of it, you were right clicking a block (maybe multiple times?) with Torch Aid turned on, is this correct?

commented

From the mod Extra Utilities by RWTema. I have reproduced it one more times. It may be caused by right clicking from too far away then moving closer and doing it again. When it happens again I can provide more info

commented

Yes it's from Torch Aid

commented

It was a Survivalist Generator