Advertisement
Guest User

Untitled

a guest
Apr 21st, 2019
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.28 KB | None | 0 0
  1. [21:50:10] [Client thread/ERROR]: Caught exception from IC2
  2. java.lang.VerifyError: Bad local variable type
  3. Exception Details:
  4. Location:
  5. ic2/core/item/armor/ItemArmorHazmat.hasCompleteHazmat(Lnet/minecraft/entity/EntityLivingBase;)Z @0: aload_1
  6. Reason:
  7. Type top (current frame, locals[1]) is not assignable to reference type
  8. Current Frame:
  9. bci: @0
  10. flags: { }
  11. locals: { 'net/minecraft/entity/EntityLivingBase' }
  12. stack: { }
  13. Bytecode:
  14. 0x0000000: 2bb8 0141 ac
  15.  
  16. at ic2.core.init.BlocksItems.initItems(BlocksItems.java:394) ~[BlocksItems.class:?]
  17. at ic2.core.init.BlocksItems.init(BlocksItems.java:185) ~[BlocksItems.class:?]
  18. at ic2.core.IC2.load(IC2.java:205) ~[IC2.class:?]
  19. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51]
  20. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51]
  21. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51]
  22. at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51]
  23. at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532) ~[forge-1.7.10-10.13.4.1614-1.7.10.jar:?]
  24. at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) ~[?:?]
  25. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51]
  26. at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51]
  27. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[guava-17.0.jar:?]
  28. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[guava-17.0.jar:?]
  29. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[guava-17.0.jar:?]
  30. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[guava-17.0.jar:?]
  31. at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[guava-17.0.jar:?]
  32. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212) ~[forge-1.7.10-10.13.4.1614-1.7.10.jar:?]
  33. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190) ~[forge-1.7.10-10.13.4.1614-1.7.10.jar:?]
  34. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51]
  35. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51]
  36. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51]
  37. at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51]
  38. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[guava-17.0.jar:?]
  39. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[guava-17.0.jar:?]
  40. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[guava-17.0.jar:?]
  41. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[guava-17.0.jar:?]
  42. at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[guava-17.0.jar:?]
  43. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119) [LoadController.class:?]
  44. at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556) [Loader.class:?]
  45. at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243) [FMLClientHandler.class:?]
  46. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480) [bao.class:?]
  47. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878) [bao.class:?]
  48. at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
  49. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51]
  50. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51]
  51. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51]
  52. at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51]
  53. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
  54. at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
  55. [21:50:11] [Client thread/INFO]: [net.minecraft.client.Minecraft:func_71377_b:349]: ---- Minecraft Crash Report ----
  56. // Who set us up the TNT?
  57.  
  58. Time: 4/20/19 9:50 PM
  59. Description: Initializing game
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement