Advertisement
Guest User

Untitled

a guest
Nov 21st, 2019
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.65 KB | None | 0 0
  1. Nov 21, 2019 1:10:50 PM net.minecraft.launchwrapper.LogWrapper log
  2. INFO: Loading tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
  3. Nov 21, 2019 1:10:50 PM net.minecraft.launchwrapper.LogWrapper log
  4. INFO: Using primary tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
  5. Nov 21, 2019 1:10:50 PM net.minecraft.launchwrapper.LogWrapper log
  6. INFO: Calling tweak class cpw.mods.fml.common.launcher.FMLServerTweaker
  7. 2019-11-21 13:10:50 [INFO] [ForgeModLoader] Forge Mod Loader version 6.4.49.965 for Minecraft 1.6.4 loading
  8. 2019-11-21 13:10:50 [INFO] [ForgeModLoader] Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_221, running on Windows 10:amd64:10.0, installed at C:\Program Files\Java\jre1.8.0_221
  9. 2019-11-21 13:10:50 [INFO] [ForgeModLoader] Loading tweaker net.minecraftforge.lex.legacyjavafixer.LegacyJavaFixer from legacyjavafixer-1.0 (2).jar
  10. 2019-11-21 13:10:50 [INFO] [ForgeModLoader] Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
  11. 2019-11-21 13:10:50 [INFO] [ForgeModLoader] Loading tweak class name net.minecraftforge.lex.legacyjavafixer.LegacyJavaFixer
  12. 2019-11-21 13:10:50 [INFO] [ForgeModLoader] [LegacyJavaFixer] Tweaker: cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker@7960847b
  13. 2019-11-21 13:10:50 [INFO] [ForgeModLoader] [LegacyJavaFixer] Replacing tweaker cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker@7960847b with net.minecraftforge.lex.legacyjavafixer.LegacyJavaFixer$SortReplacement@6a6824be
  14. 2019-11-21 13:10:50 [INFO] [ForgeModLoader] [LegacyJavaFixer] Tweaker: FMLCorePlugin {[]}
  15. 2019-11-21 13:10:50 [INFO] [ForgeModLoader] [LegacyJavaFixer] Tweaker: FMLForgePlugin {[]}
  16. 2019-11-21 13:10:50 [INFO] [ForgeModLoader] [LegacyJavaFixer] Tweaker: cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker@7960847b
  17. 2019-11-21 13:10:50 [INFO] [ForgeModLoader] [LegacyJavaFixer] Replacing tweaker cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker@7960847b with net.minecraftforge.lex.legacyjavafixer.LegacyJavaFixer$SortReplacement@6a6824be
  18. 2019-11-21 13:10:50 [INFO] [ForgeModLoader] Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
  19. 2019-11-21 13:10:50 [INFO] [ForgeModLoader] Calling tweak class net.minecraftforge.lex.legacyjavafixer.LegacyJavaFixer$SortReplacement
  20. 2019-11-21 13:10:50 [INFO] [ForgeModLoader] [LegacyJavaFixer] Replacing sort
  21. 2019-11-21 13:10:50 [INFO] [ForgeModLoader] Calling tweak class net.minecraftforge.lex.legacyjavafixer.LegacyJavaFixer$SortReplacement
  22. 2019-11-21 13:10:50 [INFO] [ForgeModLoader] Calling tweak class net.minecraftforge.lex.legacyjavafixer.LegacyJavaFixer
  23. 2019-11-21 13:10:50 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  24. Loaded 40 rules from AccessTransformer config file fml_at.cfg
  25. 2019-11-21 13:10:52 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  26. Loaded 110 rules from AccessTransformer config file forge_at.cfg
  27. 2019-11-21 13:10:52 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
  28. A problem occurred running the Server launcher.java.lang.reflect.InvocationTargetException
  29. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  30. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  31. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  32. at java.lang.reflect.Method.invoke(Unknown Source)
  33. at cpw.mods.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:43)
  34. at cpw.mods.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:12)
  35. Caused by: java.lang.NoClassDefFoundError: org/bukkit/craftbukkit/v1_6_R3/util/ServerShutdownThread
  36. at java.lang.Class.getDeclaredMethods0(Native Method)
  37. at java.lang.Class.privateGetDeclaredMethods(Unknown Source)
  38. at java.lang.Class.privateGetMethodRecursive(Unknown Source)
  39. at java.lang.Class.getMethod0(Unknown Source)
  40. at java.lang.Class.getMethod(Unknown Source)
  41. at net.minecraft.launchwrapper.Launch.launch(Launch.java:128)
  42. at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
  43. ... 6 more
  44. Caused by: java.lang.ClassNotFoundException: org.bukkit.craftbukkit.v1_6_R3.util.ServerShutdownThread
  45. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:186)
  46. at java.lang.ClassLoader.loadClass(Unknown Source)
  47. at java.lang.ClassLoader.loadClass(Unknown Source)
  48. ... 13 more
  49. Caused by: java.lang.NullPointerException
  50. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:178)
  51. ... 15 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement