Advertisement
NovaViper

Gigantic error from CraftTweaker

Dec 22nd, 2017
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.88 KB | None | 0 0
  1. [INITIALIZATION][CLIENT][ERROR] [crafttweaker]: Error executing {[0:crafttweaker]: Backpacks!\Recipes\Shaped.zs}: Bad type on operand stack
  2. Exception Details:
  3. Location:
  4. Backpacks!_Recipes_.__script__()V @17: invokeinterface
  5. Reason:
  6. Type integer (current frame, stack[2]) is not assignable to 'java/lang/Object'
  7. Current Frame:
  8. bci: @17
  9. flags: { }
  10. locals: { }
  11. stack: { 'java/util/HashMap', 'java/util/HashMap', integer, 'crafttweaker/api/item/IItemStack' }
  12. Bytecode:
  13. 0x0000000: bb00 0b59 b700 0e59 120f 1211 120f b800
  14. 0x0000010: 17b9 001d 0300 5759 121e 1220 120f b800
  15. 0x0000020: 17b9 001d 0300 5759 1221 1223 120f b800
  16. 0x0000030: 17b9 001d 0300 5759 1224 1226 120f b800
  17. 0x0000040: 17b9 001d 0300 5759 1227 1226 120f b800
  18. 0x0000050: 17b9 001d 0300 5759 1228 1226 120f b800
  19. 0x0000060: 17b9 001d 0300 5759 1229 1226 120f b800
  20. 0x0000070: 17b9 001d 0300 5759 122a 1226 120f b800
  21. 0x0000080: 17b9 001d 0300 5759 122b 1226 120f b800
  22. 0x0000090: 17b9 001d 0300 5759 122c 1226 120f b800
  23. 0x00000a0: 17b9 001d 0300 5759 122d 1226 120f b800
  24. 0x00000b0: 17b9 001d 0300 5759 122e 1226 120f b800
  25. 0x00000c0: 17b9 001d 0300 5759 122f 1226 120f b800
  26. 0x00000d0: 17b9 001d 0300 5759 1230 1226 120f b800
  27. 0x00000e0: 17b9 001d 0300 5759 1231 1226 120f b800
  28. 0x00000f0: 17b9 001d 0300 574c bb00 3359 120f 1234
  29. 0x0000100: b700 3759 b600 3b3e b600 3e2b 1db9 0042
  30. 0x0000110: 0200 c000 44b9 0048 0100 b800 4e59 8403
  31. 0x0000120: 011d a3ff e9a7 0003 57b1
  32. Stackmap Table:
  33. full_frame(@267,{Top,Object[#11],Top,Integer},{Integer})
  34. same_locals_1_stack_item_frame(@296,Integer)
  35.  
  36. java.lang.VerifyError: Bad type on operand stack
  37. Exception Details:
  38. Location:
  39. Backpacks!_Recipes_.__script__()V @17: invokeinterface
  40. Reason:
  41. Type integer (current frame, stack[2]) is not assignable to 'java/lang/Object'
  42. Current Frame:
  43. bci: @17
  44. flags: { }
  45. locals: { }
  46. stack: { 'java/util/HashMap', 'java/util/HashMap', integer, 'crafttweaker/api/item/IItemStack' }
  47. Bytecode:
  48. 0x0000000: bb00 0b59 b700 0e59 120f 1211 120f b800
  49. 0x0000010: 17b9 001d 0300 5759 121e 1220 120f b800
  50. 0x0000020: 17b9 001d 0300 5759 1221 1223 120f b800
  51. 0x0000030: 17b9 001d 0300 5759 1224 1226 120f b800
  52. 0x0000040: 17b9 001d 0300 5759 1227 1226 120f b800
  53. 0x0000050: 17b9 001d 0300 5759 1228 1226 120f b800
  54. 0x0000060: 17b9 001d 0300 5759 1229 1226 120f b800
  55. 0x0000070: 17b9 001d 0300 5759 122a 1226 120f b800
  56. 0x0000080: 17b9 001d 0300 5759 122b 1226 120f b800
  57. 0x0000090: 17b9 001d 0300 5759 122c 1226 120f b800
  58. 0x00000a0: 17b9 001d 0300 5759 122d 1226 120f b800
  59. 0x00000b0: 17b9 001d 0300 5759 122e 1226 120f b800
  60. 0x00000c0: 17b9 001d 0300 5759 122f 1226 120f b800
  61. 0x00000d0: 17b9 001d 0300 5759 1230 1226 120f b800
  62. 0x00000e0: 17b9 001d 0300 5759 1231 1226 120f b800
  63. 0x00000f0: 17b9 001d 0300 574c bb00 3359 120f 1234
  64. 0x0000100: b700 3759 b600 3b3e b600 3e2b 1db9 0042
  65. 0x0000110: 0200 c000 44b9 0048 0100 b800 4e59 8403
  66. 0x0000120: 011d a3ff e9a7 0003 57b1
  67. Stackmap Table:
  68. full_frame(@267,{Top,Object[#11],Top,Integer},{Integer})
  69. same_locals_1_stack_item_frame(@296,Integer)
  70.  
  71. at __ZenMain__.run(Backpacks!_Recipes_)
  72. at crafttweaker.runtime.CrTTweaker.loadScript(CrTTweaker.java:147)
  73. at crafttweaker.runtime.CrTTweaker.load(CrTTweaker.java:54)
  74. at crafttweaker.CrafttweakerImplementationAPI.load(CrafttweakerImplementationAPI.java:113)
  75. at crafttweaker.mc1120.events.CommonEventHandler.registerRecipes(CommonEventHandler.java:46)
  76. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_174_CommonEventHandler_registerRecipes_Register.invoke(.dynamic)
  77. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
  78. at net.minecraftforge.fml.common.eventhandler.EventBus$1.invoke(EventBus.java:143)
  79. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:179)
  80. at net.minecraftforge.registries.GameData.fireRegistryEvents(GameData.java:746)
  81. at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:622)
  82. at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:717)
  83. at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:352)
  84. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:534)
  85. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377)
  86. at net.minecraft.client.main.Main.main(SourceFile:123)
  87. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  88. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  89. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  90. at java.lang.reflect.Method.invoke(Unknown Source)
  91. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  92. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement