Advertisement
Guest User

Untitled

a guest
Sep 16th, 2012
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.90 KB | None | 0 0
  1. 2012-09-16 11:27:13 [INFO] [ForgeModLoader] Forge Mod Loader version 3.1.1.368 for Minecraft client:1.3.2, server:1.3.2 loading
  2. 2012-09-16 11:27:15 [INFO] [STDOUT] 27 achievements
  3. 2012-09-16 11:27:15 [INFO] [STDOUT] 195 recipes
  4. 2012-09-16 11:27:15 [INFO] [STDOUT] Setting user: Player480, -
  5. 2012-09-16 11:27:15 [INFO] [STDERR] Client asked for parameter: server
  6. 2012-09-16 11:27:15 [INFO] [STDOUT] LWJGL Version: 2.4.2
  7. 2012-09-16 11:27:16 [INFO] [ForgeModLoader] Attempting early MinecraftForge initialization
  8. 2012-09-16 11:27:16 [INFO] [ForgeModLoader] MinecraftForge v4.1.1.257 Initialized
  9. 2012-09-16 11:27:16 [INFO] [ForgeModLoader] Completed early MinecraftForge initialization
  10. 2012-09-16 11:27:16 [INFO] [ForgeModLoader] Searching C:\Users\Matt\Documents\UE ElectricExpansion\jars\mods for mods
  11. 2012-09-16 11:27:16 [INFO] [ForgeModLoader] Forge Mod Loader has identified 5 mods to load
  12. 2012-09-16 11:27:17 [INFO] [STDOUT] MinecraftForge v4.1.1.257 Initialized
  13. Loaded Universal Electricity Mod: Basic Componenets
  14. 2012-09-16 11:27:17 [INFO] [STDOUT] UE mod minor version 0.8.1 mismatch with version 0.8.1
  15. 2012-09-16 11:27:17 [INFO] [STDOUT] Loaded Universal Electricity Mod: Electric Expansion
  16. 2012-09-16 11:27:17 [INFO] [STDOUT] Starting up SoundSystem...
  17. 2012-09-16 11:27:17 [INFO] [STDOUT] Initializing LWJGL OpenAL
  18. 2012-09-16 11:27:17 [INFO] [STDOUT] (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
  19. 2012-09-16 11:27:17 [INFO] [STDOUT] OpenAL initialized.
  20. 2012-09-16 11:27:18 [INFO] [ForgeModLoader] Forge Mod Loader has successfully loaded 5 mods
  21. 2012-09-16 11:27:32 [SEVERE] [ForgeModLoader] A critical server error occured handling a packet, kicking net.minecraft.src.NetServerHandler@50b3f395
  22. java.lang.NullPointerException
  23. at mattredsox.electricexpansion.BlockTransformer.onMachineActivated(BlockTransformer.java:143)
  24. at universalelectricity.extend.BlockMachine.onBlockActivated(BlockMachine.java:105)
  25. at net.minecraft.src.ItemInWorldManager.activateBlockOrUseItem(ItemInWorldManager.java:346)
  26. at net.minecraft.src.NetServerHandler.handlePlace(NetServerHandler.java:500)
  27. at net.minecraft.src.Packet15Place.processPacket(Packet15Place.java:78)
  28. at net.minecraft.src.MemoryConnection.processReadPackets(MemoryConnection.java:75)
  29. at net.minecraft.src.NetServerHandler.networkTick(NetServerHandler.java:72)
  30. at net.minecraft.src.NetworkListenThread.networkTick(NetworkListenThread.java:55)
  31. at net.minecraft.src.IntegratedServerListenThread.networkTick(IntegratedServerListenThread.java:111)
  32. at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:630)
  33. at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:547)
  34. at net.minecraft.src.IntegratedServer.tick(IntegratedServer.java:105)
  35. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:453)
  36. at net.minecraft.src.ThreadServerApplication.run(ThreadServerApplication.java:17)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement