Advertisement
sethxi

Untitled

Apr 11th, 2015
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.88 KB | None | 0 0
  1. [B#299] [14:44:57] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
  2. [B#299] [14:44:57] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
  3. [B#299] [14:44:57] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
  4. [B#299] [14:44:57] [main/INFO] [FML]: Forge Mod Loader version 7.10.25.1208 for Minecraft 1.7.10 loading
  5. [B#299] [14:44:57] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.7.0_76, running on Windows 8.1:amd64:6.3, installed at C:\Program Files\Java\jre7
  6. [B#299] [14:44:57] [main/WARN] [FML]: The coremod codechicken.core.launch.DepLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
  7. [B#299] [14:44:57] [main/WARN] [FML]: The coremod openblocks.OpenBlocksCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
  8. [B#299] [14:44:57] [main/INFO] [FML]: Loading tweaker optifine.OptiFineForgeTweaker from OptiFine_1.7.10_HD_U_B5.jar
  9. [B#299] [14:44:57] [main/WARN] [FML]: The coremod codechicken.core.launch.DepLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
  10. [B#299] [14:44:57] [main/INFO] [FML]: Loading tweaker shadersmodcore.loading.SMCTweaker from ShadersModCore-v2.3.28-mc1.7.10-f.jar
  11. [B#299] [14:44:57] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
  12. [B#299] [14:44:57] [main/INFO] [LaunchWrapper]: Loading tweak class name optifine.OptiFineForgeTweaker
  13. [B#299] [14:44:57] [main/INFO] [LaunchWrapper]: Loading tweak class name shadersmodcore.loading.SMCTweaker
  14. [B#299] [14:44:57] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
  15. [B#299] [14:44:57] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
  16. [B#299] [14:44:57] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
  17. [B#299] [14:44:57] [main/INFO] [LaunchWrapper]: Calling tweak class optifine.OptiFineForgeTweaker
  18. [B#299] OptiFineForgeTweaker: acceptOptions
  19. [B#299] OptiFineForgeTweaker: injectIntoClassLoader
  20. [B#299] OptiFine ClassTransformer
  21. [B#299] OptiFine URL: file:/D:/Other/Minecraft/Technic/.technic/modpacks/irresponsiblecraft2/mods/OptiFine_1.7.10_HD_U_B5.jar
  22. [B#299] OptiFine ZIP file: java.util.zip.ZipFile@6a1cade4
  23. [B#299] [14:44:57] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  24. [B#299] [14:44:59] [main/INFO] [FML]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
  25. [B#299] [14:44:59] [main/INFO] [FML]: Found valid fingerprint for Minecraft. Certificate fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc
  26. [B#299] [14:44:59] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  27. [B#299] [14:44:59] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  28. [B#299] Exception in thread "main" java.lang.NoClassDefFoundError: codechicken/core/launch/DepLoader$Downloader$1
  29. [B#299] at codechicken.core.launch.DepLoader$Downloader.makeDialog(DepLoader.java:100)
  30. [B#299] at codechicken.core.launch.DepLoader$Downloader.makeDialog(DepLoader.java:64)
  31. [B#299] at codechicken.core.launch.DepLoader$DepLoadInst.download(DepLoader.java:330)
  32. [B#299] at codechicken.core.launch.DepLoader$DepLoadInst.load(DepLoader.java:480)
  33. [B#299] at codechicken.core.launch.DepLoader$DepLoadInst.loadDeps(DepLoader.java:466)
  34. [B#299] at codechicken.core.launch.DepLoader$DepLoadInst.load(DepLoader.java:449)
  35. [B#299] at codechicken.core.launch.DepLoader.load(DepLoader.java:584)
  36. [B#299] at codechicken.core.launch.DepLoader.call(DepLoader.java:609)
  37. [B#299] at codechicken.core.launch.DepLoader.call(DepLoader.java:43)
  38. [B#299] at cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper.injectIntoClassLoader(CoreModManager.java:123)
  39. [B#299] at net.minecraft.launchwrapper.Launch.launch(Launch.java:114)
  40. [B#299] at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  41. [B#299] Caused by: java.lang.ClassNotFoundException: codechicken.core.launch.DepLoader$Downloader$1
  42. [B#299] at java.net.URLClassLoader$1.run(Unknown Source)
  43. [B#299] at java.net.URLClassLoader$1.run(Unknown Source)
  44. [B#299] at java.security.AccessController.doPrivileged(Native Method)
  45. [B#299] at java.net.URLClassLoader.findClass(Unknown Source)
  46. [B#299] at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:115)
  47. [B#299] at java.lang.ClassLoader.loadClass(Unknown Source)
  48. [B#299] at java.lang.ClassLoader.loadClass(Unknown Source)
  49. [B#299] ... 12 more
  50. [B#299] Analytics Response [runModpack]: 200
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement