Guest User

Untitled

a guest
Dec 23rd, 2012
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.62 KB | None | 0 0
  1.  
  2. 2012-12-23 15:06:16 [INFO] [ForgeModLoader] Unloading dimension 0
  3. 2012-12-23 15:06:16 [INFO] [ForgeModLoader] Unloading dimension -1
  4. 2012-12-23 15:06:17 [INFO] [STDERR] t: Exception in world tick
  5. 2012-12-23 15:06:17 [INFO] [STDERR] at net.minecraft.client.Minecraft.l(Minecraft.java:1888)
  6. 2012-12-23 15:06:17 [INFO] [STDERR] at net.minecraft.client.Minecraft.J(Minecraft.java:846)
  7. 2012-12-23 15:06:17 [INFO] [STDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:771)
  8. 2012-12-23 15:06:17 [INFO] [STDERR] at java.lang.Thread.run(Unknown Source)
  9. 2012-12-23 15:06:17 [INFO] [STDERR] Caused by: java.lang.RuntimeException: java.lang.NoSuchMethodException: jamiewood.lantern.entities.EntityLanternMinecart.<init>(yc)
  10. 2012-12-23 15:06:17 [INFO] [STDERR] at com.google.common.base.Throwables.propagate(Throwables.java:160)
  11. 2012-12-23 15:06:17 [INFO] [STDERR] at cpw.mods.fml.client.FMLClientHandler.spawnEntityIntoClientWorld(FMLClientHandler.java:394)
  12. 2012-12-23 15:06:17 [INFO] [STDERR] at cpw.mods.fml.common.FMLCommonHandler.spawnEntityIntoClientWorld(FMLCommonHandler.java:334)
  13. 2012-12-23 15:06:17 [INFO] [STDERR] at cpw.mods.fml.common.network.EntitySpawnPacket.execute(EntitySpawnPacket.java:183)
  14. 2012-12-23 15:06:17 [INFO] [STDERR] at cpw.mods.fml.common.network.FMLNetworkHandler.handleFMLPacket(FMLNetworkHandler.java:102)
  15. 2012-12-23 15:06:17 [INFO] [STDERR] at cpw.mods.fml.common.network.FMLNetworkHandler.handlePacket250Packet(FMLNetworkHandler.java:67)
  16. 2012-12-23 15:06:17 [INFO] [STDERR] at ayh.a(NetClientHandler.java:1478)
  17. 2012-12-23 15:06:17 [INFO] [STDERR] at di.a(SourceFile:59)
  18. 2012-12-23 15:06:17 [INFO] [STDERR] at cf.b(MemoryConnection.java:80)
  19. 2012-12-23 15:06:17 [INFO] [STDERR] at ayh.d(NetClientHandler.java:240)
  20. 2012-12-23 15:06:17 [INFO] [STDERR] at ayp.b(WorldClient.java:92)
  21. 2012-12-23 15:06:17 [INFO] [STDERR] at net.minecraft.client.Minecraft.l(Minecraft.java:1872)
  22. 2012-12-23 15:06:17 [INFO] [STDERR] ... 3 more
  23. 2012-12-23 15:06:17 [INFO] [STDERR] Caused by: java.lang.NoSuchMethodException: jamiewood.lantern.entities.EntityLanternMinecart.<init>(yc)
  24. 2012-12-23 15:06:17 [INFO] [STDERR] at java.lang.Class.getConstructor0(Unknown Source)
  25. 2012-12-23 15:06:17 [INFO] [STDERR] at java.lang.Class.getConstructor(Unknown Source)
  26. 2012-12-23 15:06:17 [INFO] [STDERR] at cpw.mods.fml.client.FMLClientHandler.spawnEntityIntoClientWorld(FMLClientHandler.java:341)
  27. 2012-12-23 15:06:17 [INFO] [STDERR] ... 13 more
  28. 2012-12-23 15:06:27 [INFO] [STDOUT] Stopping!
  29. 2012-12-23 15:06:27 [INFO] [STDOUT] SoundSystem shutting down...
  30. 2012-12-23 15:06:27 [INFO] [STDOUT] Author: Paul Lamb, www.paulscode.com
Advertisement
Add Comment
Please, Sign In to add comment