Advertisement
Guest User

Untitled

a guest
Jan 13th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.31 KB | None | 0 0
  1. [03:18:18] [Client thread/ERROR]: Exception caught during firing event net.minecraftforge.event.world.WorldEvent$Load@63799d28:
  2. java.lang.NullPointerException
  3. at net.minecraft.client.multiplayer.WorldClient.func_184135_a(WorldClient.java:483) ~[bln.class:?]
  4. at forestry.core.EventHandlerCore.handleWorldLoad(EventHandlerCore.java:64) ~[EventHandlerCore.class:?]
  5. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_13_EventHandlerCore_handleWorldLoad_Load.invoke(.dynamic) ~[?:?]
  6. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) ~[ASMEventHandler.class:?]
  7. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:185) [EventBus.class:?]
  8. at net.minecraft.client.multiplayer.WorldClient.<init>(WorldClient.java:75) [bln.class:?]
  9. at com.github.lunatrius.schematica.client.world.SchematicWorld.<init>(SchematicWorld.java:45) [SchematicWorld.class:?]
  10. at com.github.lunatrius.schematica.proxy.ClientProxy.loadSchematic(ClientProxy.java:239) [ClientProxy.class:?]
  11. at com.github.lunatrius.schematica.client.gui.load.GuiSchematicLoad.loadSchematic(GuiSchematicLoad.java:173) [GuiSchematicLoad.class:?]
  12. at com.github.lunatrius.schematica.client.gui.load.GuiSchematicLoad.func_146284_a(GuiSchematicLoad.java:87) [GuiSchematicLoad.class:?]
  13. at net.minecraft.client.gui.GuiScreen.func_73864_a(GuiScreen.java:460) [bft.class:?]
  14. at com.github.lunatrius.core.client.gui.GuiScreenBase.func_73864_a(GuiScreenBase.java:44) [GuiScreenBase.class:?]
  15. at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:548) [bft.class:?]
  16. at com.github.lunatrius.schematica.client.gui.load.GuiSchematicLoad.func_146274_d(GuiSchematicLoad.java:63) [GuiSchematicLoad.class:?]
  17. at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:517) [bft.class:?]
  18. at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1700) [bcx.class:?]
  19. at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1055) [bcx.class:?]
  20. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:371) [bcx.class:?]
  21. at net.minecraft.client.main.Main.main(SourceFile:124) [Main.class:?]
  22. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_111]
  23. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_111]
  24. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_111]
  25. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_111]
  26. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
  27. at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
  28. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_111]
  29. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_111]
  30. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_111]
  31. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_111]
  32. at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:310) [NewLaunch.jar:?]
  33. at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:395) [NewLaunch.jar:?]
  34. at org.multimc.EntryPoint.listen(EntryPoint.java:170) [NewLaunch.jar:?]
  35. at org.multimc.EntryPoint.main(EntryPoint.java:54) [NewLaunch.jar:?]
  36. [03:18:18] [Client thread/ERROR]: Index: 3 Listeners:
  37. [03:18:18] [Client thread/ERROR]: 0: HIGHEST
  38. [03:18:18] [Client thread/ERROR]: 1: ASM: net.minecraftforge.common.ForgeInternalHandler@4fa650e1 onDimensionLoad(Lnet/minecraftforge/event/world/WorldEvent$Load;)V
  39. [03:18:18] [Client thread/ERROR]: 2: NORMAL
  40. [03:18:18] [Client thread/ERROR]: 3: ASM: forestry.core.EventHandlerCore@eb2ce99 handleWorldLoad(Lnet/minecraftforge/event/world/WorldEvent$Load;)V
  41. [03:18:18] [Client thread/ERROR]: 4: ASM: forestry.mail.EventHandlerMailAlert@768f12db handleWorldLoad(Lnet/minecraftforge/event/world/WorldEvent$Load;)V
  42. [03:18:18] [Client thread/ERROR]: 5: ASM: com.github.lunatrius.schematica.handler.client.WorldHandler@664cb95b onLoad(Lnet/minecraftforge/event/world/WorldEvent$Load;)V
  43. [03:18:18] [Client thread/ERROR]: Failed to load schematic!
  44. java.lang.NullPointerException
  45. at net.minecraft.client.multiplayer.WorldClient.func_184135_a(WorldClient.java:483) ~[bln.class:?]
  46. at forestry.core.EventHandlerCore.handleWorldLoad(EventHandlerCore.java:64) ~[EventHandlerCore.class:?]
  47. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_13_EventHandlerCore_handleWorldLoad_Load.invoke(.dynamic) ~[?:?]
  48. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) ~[ASMEventHandler.class:?]
  49. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:185) ~[EventBus.class:?]
  50. at net.minecraft.client.multiplayer.WorldClient.<init>(WorldClient.java:75) ~[bln.class:?]
  51. at com.github.lunatrius.schematica.client.world.SchematicWorld.<init>(SchematicWorld.java:45) ~[SchematicWorld.class:?]
  52. at com.github.lunatrius.schematica.proxy.ClientProxy.loadSchematic(ClientProxy.java:239) ~[ClientProxy.class:?]
  53. at com.github.lunatrius.schematica.client.gui.load.GuiSchematicLoad.loadSchematic(GuiSchematicLoad.java:173) [GuiSchematicLoad.class:?]
  54. at com.github.lunatrius.schematica.client.gui.load.GuiSchematicLoad.func_146284_a(GuiSchematicLoad.java:87) [GuiSchematicLoad.class:?]
  55. at net.minecraft.client.gui.GuiScreen.func_73864_a(GuiScreen.java:460) [bft.class:?]
  56. at com.github.lunatrius.core.client.gui.GuiScreenBase.func_73864_a(GuiScreenBase.java:44) [GuiScreenBase.class:?]
  57. at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:548) [bft.class:?]
  58. at com.github.lunatrius.schematica.client.gui.load.GuiSchematicLoad.func_146274_d(GuiSchematicLoad.java:63) [GuiSchematicLoad.class:?]
  59. at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:517) [bft.class:?]
  60. at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1700) [bcx.class:?]
  61. at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1055) [bcx.class:?]
  62. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:371) [bcx.class:?]
  63. at net.minecraft.client.main.Main.main(SourceFile:124) [Main.class:?]
  64. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_111]
  65. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_111]
  66. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_111]
  67. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_111]
  68. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
  69. at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
  70. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_111]
  71. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_111]
  72. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_111]
  73. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_111]
  74. at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:310) [NewLaunch.jar:?]
  75. at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:395) [NewLaunch.jar:?]
  76. at org.multimc.EntryPoint.listen(EntryPoint.java:170) [NewLaunch.jar:?]
  77. at org.multimc.EntryPoint.main(EntryPoint.java:54) [NewLaunch.jar:?]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement