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 #23

Closed
ghost opened this issue Aug 21, 2014 · 6 comments
Closed

Crash #23

ghost opened this issue Aug 21, 2014 · 6 comments
Labels

Comments

@ghost
Copy link

ghost commented Aug 21, 2014

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:?]
@Zyin055
Copy link
Owner

Zyin055 commented Aug 21, 2014

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?

@ghost
Copy link
Author

ghost commented Aug 21, 2014

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

@ghost
Copy link
Author

ghost commented Aug 21, 2014

Yes it's from Torch Aid

@ghost
Copy link
Author

ghost commented Aug 21, 2014

It was a Survivalist Generator

@skaviouz
Copy link

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

@Zyin055
Copy link
Owner

Zyin055 commented Sep 13, 2014

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.

@Zyin055 Zyin055 closed this as completed Sep 13, 2014
@Zyin055 Zyin055 added the bug label Nov 12, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants