Advertisement
Guest User

Error log

a guest
Feb 3rd, 2013
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.63 KB | None | 0 0
  1. [INFO] [ForgeModLoader] Forge Mod Loader version 4.7.22.539 for Minecraft 1.4.7 loading
  2. 2013-02-03 16:38:14 [INFO] [STDOUT] 27 achievements
  3. 2013-02-03 16:38:14 [INFO] [STDOUT] 210 recipes
  4. 2013-02-03 16:38:14 [INFO] [STDOUT] Setting user: Player352, -
  5. 2013-02-03 16:38:14 [INFO] [STDERR] Client asked for parameter: server
  6. 2013-02-03 16:38:14 [INFO] [STDOUT] LWJGL Version: 2.4.2
  7. 2013-02-03 16:38:15 [INFO] [ForgeModLoader] Attempting early MinecraftForge initialization
  8. 2013-02-03 16:38:15 [INFO] [STDOUT] MinecraftForge v6.6.0.518 Initialized
  9. 2013-02-03 16:38:15 [INFO] [ForgeModLoader] MinecraftForge v6.6.0.518 Initialized
  10. 2013-02-03 16:38:15 [INFO] [STDOUT] Replaced 84 ore recipies
  11. 2013-02-03 16:38:15 [INFO] [ForgeModLoader] Completed early MinecraftForge initialization
  12. 2013-02-03 16:38:15 [INFO] [ForgeModLoader] Searching C:\Users\Michael\Documents\MCP\forge\mcp\jars\mods for mods
  13. 2013-02-03 16:38:17 [INFO] [ForgeModLoader] Forge Mod Loader has identified 6 mods to load
  14. 2013-02-03 16:38:17 [SEVERE] [ForgeModLoader] The mod AdventurePeripheral appears to have an invalid method annotation PostInit. This annotation can only apply to methods with argument types [class cpw.mods.fml.common.event.FMLPostInitializationEvent] -it will not be called
  15. 2013-02-03 16:38:17 [INFO] [ForgeModLoader] Configured a dormant chunk cache size of 0
  16. 2013-02-03 16:38:17 [INFO] [STDOUT] Starting up SoundSystem...
  17. 2013-02-03 16:38:18 [INFO] [STDOUT] Initializing LWJGL OpenAL
  18. 2013-02-03 16:38:18 [INFO] [STDOUT] (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
  19. 2013-02-03 16:38:18 [INFO] [STDOUT] OpenAL initialized.
  20. 2013-02-03 16:38:18 [INFO] [STDOUT] Loading ComputerCraft v1.481 (rev 834)
  21. 2013-02-03 16:38:18 [INFO] [STDOUT] ComputerCraft: Searching for RedPowerLib...
  22. 2013-02-03 16:38:18 [INFO] [STDOUT] ComputerCraft: RedPowerLib not found.
  23. 2013-02-03 16:38:18 [INFO] [STDOUT] Loading CCTurtle v1.481 (rev 834)
  24. 2013-02-03 16:38:19 [INFO] [ForgeModLoader] Forge Mod Loader has successfully loaded 6 mods
  25. 2013-02-03 16:38:22 [INFO] [ForgeModLoader] Loading dimension 0 (New World) (net.minecraft.server.integrated.IntegratedServer@323b722b)
  26. 2013-02-03 16:38:22 [INFO] [ForgeModLoader] Loading dimension 1 (New World) (net.minecraft.server.integrated.IntegratedServer@323b722b)
  27. 2013-02-03 16:38:22 [INFO] [ForgeModLoader] Loading dimension -1 (New World) (net.minecraft.server.integrated.IntegratedServer@323b722b)
  28. 2013-02-03 16:38:23 [INFO] [STDOUT] ComputerCraft: Searching for RedPowerWorld...
  29. 2013-02-03 16:38:23 [INFO] [STDOUT] ComputerCraft: RedPowerWorld not found.
  30. 2013-02-03 16:38:23 [SEVERE] [ForgeModLoader] A TileEntity turtleex(dan200.turtle.shared.TileEntityTurtleExpanded) has thrown an exception during loading, its state cannot be restored. Report this to the mod author
  31. java.lang.NullPointerException
  32. at dan200.turtle.shared.TileEntityTurtle.getRealSelf(TileEntityTurtle.java:2982)
  33. at dan200.turtle.shared.TileEntityTurtle.getWorld(TileEntityTurtle.java:336)
  34. at bubba.turtle.AdvUpgradeMethods.<init>(AdvUpgradeMethods.java:18)
  35. at bubba.turtle.AdvUpgrade.createPeripheral(AdvUpgrade.java:21)
  36. at dan200.turtle.shared.TileEntityTurtle.updatePeripheralUpgrades(TileEntityTurtle.java:881)
  37. at dan200.turtle.shared.TileEntityTurtle.readFromNBT(TileEntityTurtle.java:1119)
  38. at net.minecraft.tileentity.TileEntity.createAndLoadEntity(TileEntity.java:150)
  39. at net.minecraft.world.chunk.storage.AnvilChunkLoader.readChunkFromNBT(AnvilChunkLoader.java:418)
  40. at net.minecraft.world.chunk.storage.AnvilChunkLoader.checkedReadChunkFromNBT(AnvilChunkLoader.java:103)
  41. at net.minecraft.world.chunk.storage.AnvilChunkLoader.loadChunk(AnvilChunkLoader.java:83)
  42. at net.minecraft.world.gen.ChunkProviderServer.safeLoadChunk(ChunkProviderServer.java:182)
  43. at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:118)
  44. at net.minecraft.server.MinecraftServer.initialWorldChunkLoad(MinecraftServer.java:310)
  45. at net.minecraft.server.integrated.IntegratedServer.loadAllWorlds(IntegratedServer.java:84)
  46. at net.minecraft.server.integrated.IntegratedServer.startServer(IntegratedServer.java:101)
  47. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:458)
  48. at net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer.java:16)
  49. 2013-02-03 16:38:30 [INFO] [ForgeModLoader] Unloading dimension 0
  50. 2013-02-03 16:38:30 [INFO] [ForgeModLoader] Unloading dimension -1
  51. 2013-02-03 16:38:30 [INFO] [ForgeModLoader] Unloading dimension 1
  52. 2013-02-03 16:38:31 [INFO] [STDOUT] Stopping!
  53. 2013-02-03 16:38:31 [INFO] [STDOUT] SoundSystem shutting down...
  54. 2013-02-03 16:38:31 [INFO] [STDOUT] Author: Paul Lamb, www.paulscode.com
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement