Advertisement
Guest User

World Generation Error

a guest
Aug 15th, 2013
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.40 KB | None | 0 0
  1. 2013-08-15 18:43:01 [INFO] [ForgeModLoader] Forge Mod Loader version 6.2.35.804 for Minecraft 1.6.2 loading
  2. 2013-08-15 18:43:01 [INFO] [ForgeModLoader] Java is Java HotSpot(TM) 64-Bit Server VM, version 1.7.0_17, running on Windows 8:amd64:6.2, installed at C:\Program Files\Java\jre7
  3. 2013-08-15 18:43:01 [FINE] [ForgeModLoader] Java classpath at launch is mcpc-plus-1.6.2-R0.1-forge804-B37.jar
  4. 2013-08-15 18:43:01 [FINE] [ForgeModLoader] Java library path at launch is C:\Program Files\Java\jre7\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Microsoft\Web Platform Installer\;C:\Program Files (x86)\Microsoft ASP.NET\ASP.NET Web Pages\v1.0\;C:\Program Files (x86)\Windows Kits\8.0\Windows Performance Toolkit\;C:\Program Files\Microsoft SQL Server\110\Tools\Binn\;C:\apache-ant-1.9.0/bin;C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static;.
  5. 2013-08-15 18:43:01 [FINE] [ForgeModLoader] Enabling runtime deobfuscation
  6. 2013-08-15 18:43:01 [FINE] [ForgeModLoader] Instantiating coremod class FMLCorePlugin
  7. 2013-08-15 18:43:01 [FINE] [ForgeModLoader] Loaded coremod FMLCorePlugin
  8. 2013-08-15 18:43:01 [FINE] [ForgeModLoader] Instantiating coremod class FMLForgePlugin
  9. 2013-08-15 18:43:01 [FINE] [ForgeModLoader] Loaded coremod FMLForgePlugin
  10. 2013-08-15 18:43:01 [FINE] [ForgeModLoader] All fundamental core mods are successfully located
  11. 2013-08-15 18:43:01 [FINE] [ForgeModLoader] Discovering coremods
  12. 2013-08-15 18:43:01 [FINEST] [ForgeModLoader] Registering transformer cpw.mods.fml.common.asm.transformers.AccessTransformer
  13. 2013-08-15 18:43:01 [FINEST] [ForgeModLoader] Registering transformer cpw.mods.fml.common.asm.transformers.SideTransformer
  14. 2013-08-15 18:43:01 [FINEST] [ForgeModLoader] Registering transformer net.minecraftforge.transformers.ForgeAccessTransformer
  15. 2013-08-15 18:43:01 [FINEST] [ForgeModLoader] Registering transformer net.minecraftforge.transformers.EventTransformer
  16. 2013-08-15 18:43:01 [FINE] [ForgeModLoader] Running coremod plugins
  17. 2013-08-15 18:43:01 [FINE] [ForgeModLoader] Running coremod plugin FMLCorePlugin
  18. 2013-08-15 18:43:01 [FINE] [ForgeModLoader] Coremod plugin FMLCorePlugin run successfully
  19. 2013-08-15 18:43:01 [FINE] [ForgeModLoader] Running coremod plugin FMLForgePlugin
  20. 2013-08-15 18:43:01 [FINE] [ForgeModLoader] Coremod plugin FMLForgePlugin run successfully
  21. 2013-08-15 18:43:01 [FINE] [ForgeModLoader] Validating minecraft
  22. 2013-08-15 18:43:02 [FINE] [ForgeModLoader] Minecraft validated, launching...
  23. 2013-08-15 18:43:02 [INFO] [ForgeModLoader] Launching wrapped minecraft
  24. 2013-08-15 18:43:04 [SEVERE] [ForgeModLoader] Unable to launch
  25. java.lang.reflect.InvocationTargetException
  26. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  27. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  28. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  29. at java.lang.reflect.Method.invoke(Unknown Source)
  30. at net.minecraft.launchwrapper.Launch.launch(Launch.java:57)
  31. at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
  32. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  33. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  34. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  35. at java.lang.reflect.Method.invoke(Unknown Source)
  36. at cpw.mods.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:83)
  37. at cpw.mods.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:51)
  38. Caused by: java.lang.NoSuchMethodError: cpw.mods.fml.common.registry.GameRegistry.isItemBanned(Lnet/minecraft/item/ItemStack;)Z
  39. at net.minecraft.item.crafting.CraftingManager.func_92103_a(CraftingManager.java:173)
  40. at net.minecraft.item.crafting.RecipesTools.func_77586_a(RecipesTools.java:29)
  41. at net.minecraft.item.crafting.CraftingManager.<init>(CraftingManager.java:39)
  42. at net.minecraft.item.crafting.CraftingManager.<clinit>(CraftingManager.java:19)
  43. at net.minecraft.stats.StatList.func_75918_d(StatList.java:142)
  44. at net.minecraft.stats.StatList.func_75922_b(StatList.java:122)
  45. at net.minecraft.block.Block.<clinit>(Block.java:1491)
  46. at net.minecraft.stats.StatList.func_75921_a(StatList.java:185)
  47. at net.minecraft.stats.StatList.<clinit>(StatList.java:96)
  48. at net.minecraft.server.MinecraftServer.main(MinecraftServer.java:1658)
  49. ... 12 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement