Implemented TiC weapon crash

Discussion in 'The Dark Trilogy' started by Yulice, Feb 12, 2015.

  1. Yulice

    Yulice Well-Known Member

    Messages:
    134
    Likes Received:
    34
    Local Time:
    2:22 PM
    whenever i hit more than 1 target with scythe it causes crash
    scythe should do 3x3x3 aoe

    Code:
    java.lang.StackOverflowError: Unexpected error
    	at tconstruct.modifiers.tools.ModLapis.midStreamModify(ModLapis.java:104)
    	at tconstruct.tools.TActiveOmniMod.baseAttackDamage(TActiveOmniMod.java:181)
    	at tconstruct.library.tools.AbilityHelper.calcDamage(AbilityHelper.java:226)
    	at tconstruct.library.tools.AbilityHelper.onLeftClickEntity(AbilityHelper.java:74)
    	at tconstruct.library.tools.AbilityHelper.onLeftClickEntity(AbilityHelper.java:56)
    	at tconstruct.items.tools.Scythe.onLeftClickEntity(Scythe.java:272)
    	at net.minecraft.entity.player.EntityPlayer.func_71059_n(EntityPlayer.java:1190)
    	at net.minecraft.client.multiplayer.PlayerControllerMP.func_78764_a(PlayerControllerMP.java:406)
    	at mobamp.client.entity.EntityGib.func_70097_a(EntityGib.java:360)
    	at tconstruct.library.tools.AbilityHelper.onLeftClickEntity(AbilityHelper.java:125)
    	at tconstruct.library.tools.AbilityHelper.onLeftClickEntity(AbilityHelper.java:56)
    	at tconstruct.items.tools.Scythe.onLeftClickEntity(Scythe.java:272)
    	at net.minecraft.entity.player.EntityPlayer.func_71059_n(EntityPlayer.java:1190)
    	at net.minecraft.client.multiplayer.PlayerControllerMP.func_78764_a(PlayerControllerMP.java:406)
    	at mobamp.client.entity.EntityGib.func_70097_a(EntityGib.java:360)
    	at tconstruct.library.tools.AbilityHelper.onLeftClickEntity(AbilityHelper.java:125)
    	at tconstruct.library.tools.AbilityHelper.onLeftClickEntity(AbilityHelper.java:56)
    	at tconstruct.items.tools.Scythe.onLeftClickEntity(Scythe.java:272)
    	at net.minecraft.entity.player.EntityPlayer.func_71059_n(EntityPlayer.java:1190)
    	at net.minecraft.client.multiplayer.PlayerControllerMP.func_78764_a(PlayerControllerMP.java:406)
    	at mobamp.client.entity.EntityGib.func_70097_a(EntityGib.java:360)
    	at tconstruct.library.tools.AbilityHelper.onLeftClickEntity(AbilityHelper.java:125)
    	at tconstruct.library.tools.AbilityHelper.onLeftClickEntity(AbilityHelper.java:56)
    	at tconstruct.items.tools.Scythe.onLeftClickEntity(Scythe.java:272)
    	at net.minecraft.entity.player.EntityPlayer.func_71059_n(EntityPlayer.java:1190)
    	at net.minecraft.client.multiplayer.PlayerControllerMP.func_78764_a(PlayerControllerMP.java:406)
    	at mobamp.client.entity.EntityGib.func_70097_a(EntityGib.java:360)
    	at tconstruct.library.tools.AbilityHelper.onLeftClickEntity(AbilityHelper.java:125)
    	at tconstruct.library.tools.AbilityHelper.onLeftClickEntity(AbilityHelper.java:56)
    
    (here used to be alot more of this tconstruct errors, kept repeating tho, needed to shorten msg to post)
    
    Stacktrace:
    	at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:373)
    	at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2433)
    	at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:916)
    	at net.minecraft.client.main.Main.main(SourceFile:148)
    	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    	at java.lang.reflect.Method.invoke(Unknown Source)
    	at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
    	at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
    
     
  2. SirWill

    SirWill Founder

    Messages:
    12,284
    Likes Received:
    3,708
    Local Time:
    2:22 PM
    Nothing we can do :/
     

Share This Page