Advertisement
Guest User

Untitled

a guest
Dec 16th, 2012
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.88 KB | None | 0 0
  1. 2012-12-16 17:29:08 [INFO] [ForgeModLoader] Forge Mod Loader version missing.missing.missing.missing for Minecraft missing loading
  2. 2012-12-16 17:29:08 [FINEST] [ForgeModLoader] All core mods are successfully located
  3. 2012-12-16 17:29:08 [FINEST] [ForgeModLoader] Discovering coremods
  4. 2012-12-16 17:29:08 [FINEST] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/argo-2.25.jar
  5. 2012-12-16 17:29:08 [INFO] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/argo-2.25.jar
  6. 2012-12-16 17:29:09 [FINEST] [ForgeModLoader] Download complete
  7. 2012-12-16 17:29:09 [INFO] [ForgeModLoader] Download complete
  8. 2012-12-16 17:29:09 [FINEST] [ForgeModLoader] Library file argo-2.25.jar was downloaded and verified successfully
  9. 2012-12-16 17:29:09 [FINEST] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/guava-12.0.1.jar
  10. 2012-12-16 17:29:09 [INFO] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/guava-12.0.1.jar
  11. 2012-12-16 17:29:13 [FINEST] [ForgeModLoader] Download complete
  12. 2012-12-16 17:29:13 [INFO] [ForgeModLoader] Download complete
  13. 2012-12-16 17:29:13 [FINEST] [ForgeModLoader] Library file guava-12.0.1.jar was downloaded and verified successfully
  14. 2012-12-16 17:29:13 [FINEST] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/asm-all-4.0.jar
  15. 2012-12-16 17:29:13 [INFO] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/asm-all-4.0.jar
  16. 2012-12-16 17:29:13 [FINEST] [ForgeModLoader] Download complete
  17. 2012-12-16 17:29:13 [INFO] [ForgeModLoader] Download complete
  18. 2012-12-16 17:29:13 [FINEST] [ForgeModLoader] Library file asm-all-4.0.jar was downloaded and verified successfully
  19. 2012-12-16 17:29:13 [FINEST] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/bcprov-jdk15on-147.jar
  20. 2012-12-16 17:29:13 [INFO] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/bcprov-jdk15on-147.jar
  21. 2012-12-16 17:29:18 [FINEST] [ForgeModLoader] Download complete
  22. 2012-12-16 17:29:18 [INFO] [ForgeModLoader] Download complete
  23. 2012-12-16 17:29:18 [FINEST] [ForgeModLoader] Library file bcprov-jdk15on-147.jar was downloaded and verified successfully
  24. 2012-12-16 17:29:18 [SEVERE] [ForgeModLoader] A critical problem occured registering the ASM transformer class cpw.mods.fml.common.asm.transformers.AccessTransformer
  25. java.lang.IllegalArgumentException: resource fml_at.cfg not found.
  26. at com.google.common.base.Preconditions.checkArgument(Preconditions.java:119)
  27. at com.google.common.io.Resources.getResource(Resources.java:157)
  28. at cpw.mods.fml.common.asm.transformers.AccessTransformer.readMapFile(AccessTransformer.java:94)
  29. at cpw.mods.fml.common.asm.transformers.AccessTransformer.<init>(AccessTransformer.java:81)
  30. at cpw.mods.fml.common.asm.transformers.AccessTransformer.<init>(AccessTransformer.java:77)
  31. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  32. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
  33. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  34. at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
  35. at java.lang.Class.newInstance0(Class.java:372)
  36. at java.lang.Class.newInstance(Class.java:325)
  37. at cpw.mods.fml.relauncher.RelaunchClassLoader.registerTransformer(RelaunchClassLoader.java:64)
  38. at cpw.mods.fml.relauncher.RelaunchLibraryManager.handleLaunch(RelaunchLibraryManager.java:237)
  39. at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:155)
  40. at cpw.mods.fml.relauncher.FMLRelauncher.relaunchClient(FMLRelauncher.java:92)
  41. at cpw.mods.fml.relauncher.FMLRelauncher.handleClientRelaunch(FMLRelauncher.java:26)
  42. at net.minecraft.client.Minecraft.main(Minecraft.java:2231)
  43. at Start.main(Start.java:29)
  44. 2012-12-16 17:29:18 [SEVERE] [ForgeModLoader] A critical problem occured registering the ASM transformer class cpw.mods.fml.common.asm.transformers.MarkerTransformer
  45. java.lang.IllegalArgumentException: resource fml_marker.cfg not found.
  46. at com.google.common.base.Preconditions.checkArgument(Preconditions.java:119)
  47. at com.google.common.io.Resources.getResource(Resources.java:157)
  48. at cpw.mods.fml.common.asm.transformers.MarkerTransformer.readMapFile(MarkerTransformer.java:55)
  49. at cpw.mods.fml.common.asm.transformers.MarkerTransformer.<init>(MarkerTransformer.java:42)
  50. at cpw.mods.fml.common.asm.transformers.MarkerTransformer.<init>(MarkerTransformer.java:38)
  51. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  52. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
  53. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  54. at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
  55. at java.lang.Class.newInstance0(Class.java:372)
  56. at java.lang.Class.newInstance(Class.java:325)
  57. at cpw.mods.fml.relauncher.RelaunchClassLoader.registerTransformer(RelaunchClassLoader.java:64)
  58. at cpw.mods.fml.relauncher.RelaunchLibraryManager.handleLaunch(RelaunchLibraryManager.java:237)
  59. at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:155)
  60. at cpw.mods.fml.relauncher.FMLRelauncher.relaunchClient(FMLRelauncher.java:92)
  61. at cpw.mods.fml.relauncher.FMLRelauncher.handleClientRelaunch(FMLRelauncher.java:26)
  62. at net.minecraft.client.Minecraft.main(Minecraft.java:2231)
  63. at Start.main(Start.java:29)
  64. 2012-12-16 17:29:18 [SEVERE] [ForgeModLoader] A critical problem occured registering the ASM transformer class net.minecraftforge.transformers.ForgeAccessTransformer
  65. java.lang.IllegalArgumentException: resource forge_at.cfg not found.
  66. at com.google.common.base.Preconditions.checkArgument(Preconditions.java:119)
  67. at com.google.common.io.Resources.getResource(Resources.java:157)
  68. at cpw.mods.fml.common.asm.transformers.AccessTransformer.readMapFile(AccessTransformer.java:94)
  69. at cpw.mods.fml.common.asm.transformers.AccessTransformer.<init>(AccessTransformer.java:81)
  70. at net.minecraftforge.transformers.ForgeAccessTransformer.<init>(ForgeAccessTransformer.java:11)
  71. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  72. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
  73. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  74. at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
  75. at java.lang.Class.newInstance0(Class.java:372)
  76. at java.lang.Class.newInstance(Class.java:325)
  77. at cpw.mods.fml.relauncher.RelaunchClassLoader.registerTransformer(RelaunchClassLoader.java:64)
  78. at cpw.mods.fml.relauncher.RelaunchLibraryManager.handleLaunch(RelaunchLibraryManager.java:237)
  79. at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:155)
  80. at cpw.mods.fml.relauncher.FMLRelauncher.relaunchClient(FMLRelauncher.java:92)
  81. at cpw.mods.fml.relauncher.FMLRelauncher.handleClientRelaunch(FMLRelauncher.java:26)
  82. at net.minecraft.client.Minecraft.main(Minecraft.java:2231)
  83. at Start.main(Start.java:29)
  84. 2012-12-16 17:29:18 [FINEST] [ForgeModLoader] Running coremod plugins
  85. 2012-12-16 17:29:18 [FINEST] [ForgeModLoader] Running coremod plugin FMLCorePlugin
  86. 2012-12-16 17:29:18 [FINEST] [ForgeModLoader] Coremod plugin FMLCorePlugin run successfully
  87. 2012-12-16 17:29:18 [FINEST] [ForgeModLoader] Running coremod plugin FMLForgePlugin
  88. 2012-12-16 17:29:18 [FINEST] [ForgeModLoader] Coremod plugin FMLForgePlugin run successfully
  89. 2012-12-16 17:29:18 [FINEST] [ForgeModLoader] Validating minecraft
  90. 2012-12-16 17:29:18 [SEVERE] [ForgeModLoader] This version of FML is built for Minecraft missing, we have detected Minecraft 1.4.5 in your minecraft jar file
  91. 2012-12-16 17:29:18 [INFO] [STDOUT] A CRITICAL PROBLEM OCCURED INITIALIZING MINECRAFT - LIKELY YOU HAVE AN INCORRECT VERSION FOR THIS FML
  92. 2012-12-16 17:29:24 [INFO] [STDERR] Exception in thread "main" java.lang.RuntimeException: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
  93. 2012-12-16 17:29:24 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:175)
  94. 2012-12-16 17:29:24 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLRelauncher.relaunchClient(FMLRelauncher.java:92)
  95. 2012-12-16 17:29:24 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLRelauncher.handleClientRelaunch(FMLRelauncher.java:26)
  96. 2012-12-16 17:29:24 [INFO] [STDERR] at net.minecraft.client.Minecraft.main(Minecraft.java:2231)
  97. 2012-12-16 17:29:24 [INFO] [STDERR] at Start.main(Start.java:29)
  98. 2012-12-16 17:29:24 [INFO] [STDERR] Caused by: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
  99. 2012-12-16 17:29:24 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchLibraryManager.handleLaunch(RelaunchLibraryManager.java:290)
  100. 2012-12-16 17:29:24 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:155)
  101. 2012-12-16 17:29:24 [INFO] [STDERR] ... 4 more
  102. 2012-12-16 17:29:24 [INFO] [STDERR] Caused by: java.lang.reflect.InvocationTargetException
  103. 2012-12-16 17:29:24 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  104. 2012-12-16 17:29:24 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  105. 2012-12-16 17:29:24 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  106. 2012-12-16 17:29:24 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Method.java:601)
  107. 2012-12-16 17:29:24 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchLibraryManager.handleLaunch(RelaunchLibraryManager.java:282)
  108. 2012-12-16 17:29:24 [INFO] [STDERR] ... 5 more
  109. 2012-12-16 17:29:24 [INFO] [STDERR] Caused by: cpw.mods.fml.common.LoaderException
  110. 2012-12-16 17:29:24 [INFO] [STDERR] at cpw.mods.fml.common.Loader.<init>(Loader.java:175)
  111. 2012-12-16 17:29:24 [INFO] [STDERR] at cpw.mods.fml.common.Loader.instance(Loader.java:150)
  112. 2012-12-16 17:29:24 [INFO] [STDERR] ... 10 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement