katubug

another crt tooltip error log

Oct 27th, 2019
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.53 KB | None | 0 0
  1. [PREINITIALIZATION][CLIENT][INFO] Current loaders after merging: [[preinit]]
  2. [PREINITIALIZATION][CLIENT][INFO] Loading scripts for loader with names [preinit]
  3. [PREINITIALIZATION][CLIENT][INFO] [preinit | SIDE_CLIENT]: Skipping file {[0:crafttweaker]: othertt.zs} as we are currently loading with a different loader
  4. [PREINITIALIZATION][CLIENT][INFO] Completed script loading in: 2ms
  5. [INITIALIZATION][CLIENT][INFO] CraftTweaker: Building registry
  6. [INITIALIZATION][CLIENT][INFO] CraftTweaker: Successfully built item registry
  7. [INITIALIZATION][CLIENT][INFO] Current loaders after merging: [[preinit], [recipeevent | crafttweaker]]
  8. [INITIALIZATION][CLIENT][INFO] Loading scripts for loader with names [crafttweaker | recipeevent]
  9. [INITIALIZATION][CLIENT][INFO] [crafttweaker | SIDE_CLIENT]: Loading Script: {[0:crafttweaker]: othertt.zs}
  10. [INITIALIZATION][CLIENT][ERROR] [crafttweaker]: Error executing {[0:crafttweaker]: othertt.zs}: Bad return type
  11. Exception Details:
  12. Location:
  13. ZenClassCrafttweakerOthertt0.process(Lcrafttweaker/api/item/IIngredient;)Ljava/lang/String; @13: areturn
  14. Reason:
  15. Type 'crafttweaker/api/formatting/IFormattedText' (current frame, stack[0]) is not assignable to 'java/lang/String' (from method signature)
  16. Current Frame:
  17. bci: @13
  18. flags: { }
  19. locals: { 'ZenClassCrafttweakerOthertt0', 'crafttweaker/api/item/IIngredient' }
  20. stack: { 'crafttweaker/api/formatting/IFormattedText' }
  21. Bytecode:
  22. 0x0000000: b200 1212 14b8 001a b900 2002 00b0 bf
  23. Stackmap Table:
  24. full_frame(@14,{},{Object[#34]})
  25.  
  26. java.lang.VerifyError: Bad return type
  27. Exception Details:
  28. Location:
  29. ZenClassCrafttweakerOthertt0.process(Lcrafttweaker/api/item/IIngredient;)Ljava/lang/String; @13: areturn
  30. Reason:
  31. Type 'crafttweaker/api/formatting/IFormattedText' (current frame, stack[0]) is not assignable to 'java/lang/String' (from method signature)
  32. Current Frame:
  33. bci: @13
  34. flags: { }
  35. locals: { 'ZenClassCrafttweakerOthertt0', 'crafttweaker/api/item/IIngredient' }
  36. stack: { 'crafttweaker/api/formatting/IFormattedText' }
  37. Bytecode:
  38. 0x0000000: b200 1212 14b8 001a b900 2002 00b0 bf
  39. Stackmap Table:
  40. full_frame(@14,{},{Object[#34]})
  41.  
  42. at Othertt.__script__(othertt.zs:7)
  43. at __ZenMain__.run(Othertt)
  44. at crafttweaker.runtime.CrTTweaker.loadScript(CrTTweaker.java:225)
  45. at crafttweaker.runtime.CrTTweaker.loadScript(CrTTweaker.java:105)
  46. at crafttweaker.mc1120.events.CommonEventHandler.registerRecipes(CommonEventHandler.java:69)
  47. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_105_CommonEventHandler_registerRecipes_Register.invoke(.dynamic)
  48. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
  49. at net.minecraftforge.fml.common.eventhandler.EventBus$1.invoke(EventBus.java:144)
  50. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
  51. at net.minecraftforge.registries.GameData.fireRegistryEvents(GameData.java:857)
  52. at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:629)
  53. at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:742)
  54. at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:336)
  55. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:535)
  56. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:3931)
  57. at net.minecraft.client.main.Main.main(SourceFile:123)
  58. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  59. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  60. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  61. at java.lang.reflect.Method.invoke(Method.java:498)
  62. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  63. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  64. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  65. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  66. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  67. at java.lang.reflect.Method.invoke(Method.java:498)
  68. at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:196)
  69. at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:231)
  70. at org.multimc.EntryPoint.listen(EntryPoint.java:143)
  71. at org.multimc.EntryPoint.main(EntryPoint.java:34)
  72. [INITIALIZATION][CLIENT][INFO] Completed script loading in: 268ms
  73. [POSTINITIALIZATION][CLIENT][INFO] Removing recipes for various outputs
  74. [AVAILABLE][CLIENT][INFO] Fixed the RecipeBook
Advertisement
Add Comment
Please, Sign In to add comment