Advertisement
Guest User

Untitled

a guest
Sep 20th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.93 KB | None | 0 0
  1. 2019-09-20 18:47:51 [INFO] [ForgeModLoader] Forge Mod Loader version 5.2.23.737 for Minecraft 1.5.2 loading
  2. 2019-09-20 18:47:51 [INFO] [ForgeModLoader] Java is OpenJDK 64-Bit Server VM, version 1.8.0_111, running on Linux:amd64:5.1.16-1.el7.elrepo.x86_64, installed at /usr/lib/jvm/java-8-openjdk-amd64/jre
  3. 2019-09-20 18:47:51 [FINE] [ForgeModLoader] Java classpath at launch is /home/minecraft/multicraft/servers/server92107/Voltz.jar
  4. 2019-09-20 18:47:51 [FINE] [ForgeModLoader] Java library path at launch is /usr/java/packages/lib/amd64:/usr/lib/x86_64-linux-gnu/jni:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/jni:/lib:/usr/lib
  5. 2019-09-20 18:47:51 [FINE] [ForgeModLoader] Enabling runtime deobfuscation
  6. 2019-09-20 18:47:51 [WARNING] [ForgeModLoader] The coremod cofh.asm.CoFHPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
  7. 2019-09-20 18:47:51 [WARNING] [ForgeModLoader] The coremod codechicken.core.asm.CodeChickenCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
  8. 2019-09-20 18:47:51 [WARNING] [ForgeModLoader] The coremod micdoodle8.mods.galacticraft.asm.GalacticraftPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
  9. 2019-09-20 18:47:51 [WARNING] [ForgeModLoader] The coremod codechicken.nei.asm.NEICorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
  10. 2019-09-20 18:47:51 [FINE] [ForgeModLoader] The coremod powercrystals.core.CoreLoader requested minecraft version 1.5.2 and minecraft is 1.5.2. It will be loaded.
  11. 2019-09-20 18:47:51 [WARNING] [ForgeModLoader] The coremod mods.immibis.microblocks.coremod.MicroblocksCoreMod does not have a MCVersion annotation, it may cause issues with this version of Minecraft
  12. 2019-09-20 18:47:51 [INFO] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/bcprov-jdk15on-148.jar
  13. 2019-09-20 18:47:51 [SEVERE] [ForgeModLoader] There was a problem downloading the file bcprov-jdk15on-148.jar automatically. Perhaps you have an environment without internet access. You will need to download the file manually or restart and let it try again
  14.  
  15. 2019-09-20 18:47:51 [INFO] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/scala-library.jar
  16. 2019-09-20 18:47:52 [SEVERE] [ForgeModLoader] There was a problem downloading the file scala-library.jar automatically. Perhaps you have an environment without internet access. You will need to download the file manually or restart and let it try again
  17.  
  18. 2019-09-20 18:47:52 [SEVERE] [ForgeModLoader] There were errors during initial FML setup. Some files failed to download or were otherwise corrupted. You will need to manually obtain the following files from these download links and ensure your lib directory is clean.
  19. 2019-09-20 18:47:52 [SEVERE] [ForgeModLoader] *** Download http://files.minecraftforge.net/fmllibs/argo-small-3.2.jar
  20. 2019-09-20 18:47:52 [SEVERE] [ForgeModLoader] *** Download http://files.minecraftforge.net/fmllibs/guava-14.0-rc3.jar
  21. 2019-09-20 18:47:52 [SEVERE] [ForgeModLoader] *** Download http://files.minecraftforge.net/fmllibs/asm-all-4.1.jar
  22. 2019-09-20 18:47:52 [SEVERE] [ForgeModLoader] *** Download http://files.minecraftforge.net/fmllibs/bcprov-jdk15on-148.jar
  23. 2019-09-20 18:47:52 [SEVERE] [ForgeModLoader] *** Download http://files.minecraftforge.net/fmllibs/deobfuscation_data_1.5.2.zip
  24. 2019-09-20 18:47:52 [SEVERE] [ForgeModLoader] *** Download http://files.minecraftforge.net/fmllibs/scala-library.jar
  25. 2019-09-20 18:47:52 [SEVERE] [ForgeModLoader] <===========>
  26. 2019-09-20 18:47:52 [SEVERE] [ForgeModLoader] The following is the errors that caused the setup to fail. They may help you diagnose and resolve the issue
  27. 2019-09-20 18:47:52 [SEVERE] [ForgeModLoader] A download error occured
  28. 2019-09-20 18:47:52 [SEVERE] [ForgeModLoader] A download error occured
  29. 2019-09-20 18:47:52 [SEVERE] [ForgeModLoader] <<< ==== >>>
  30. 2019-09-20 18:47:52 [SEVERE] [ForgeModLoader] The following is diagnostic information for developers to review.
  31. 2019-09-20 18:47:52 [SEVERE] [ForgeModLoader] Error details
  32. java.lang.RuntimeException: A download error occured
  33. at cpw.mods.fml.relauncher.RelaunchLibraryManager.downloadFile(RelaunchLibraryManager.java:548)
  34. at cpw.mods.fml.relauncher.RelaunchLibraryManager.handleLaunch(RelaunchLibraryManager.java:165)
  35. at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:172)
  36. at cpw.mods.fml.relauncher.FMLRelauncher.relaunchServer(FMLRelauncher.java:147)
  37. at cpw.mods.fml.relauncher.FMLRelauncher.handleServerRelaunch(FMLRelauncher.java:45)
  38. at net.minecraft.server.MinecraftServer.main(MinecraftServer.java:1367)
  39. Caused by: java.io.IOException: Server returned HTTP response code: 500 for URL: http://files.minecraftforge.net/fmllibs/bcprov-jdk15on-148.jar
  40. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  41. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  42. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  43. at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  44. at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1926)
  45. at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1921)
  46. at java.security.AccessController.doPrivileged(Native Method)
  47. at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1920)
  48. at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1490)
  49. at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1474)
  50. at cpw.mods.fml.relauncher.RelaunchLibraryManager.downloadFile(RelaunchLibraryManager.java:532)
  51. ... 5 more
  52. Caused by: java.io.IOException: Server returned HTTP response code: 500 for URL: http://files.minecraftforge.net/fmllibs/bcprov-jdk15on-148.jar
  53. at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1876)
  54. at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1474)
  55. at sun.net.www.protocol.http.HttpURLConnection.getHeaderField(HttpURLConnection.java:2982)
  56. at java.net.URLConnection.getHeaderFieldLong(URLConnection.java:629)
  57. at java.net.URLConnection.getContentLengthLong(URLConnection.java:501)
  58. at java.net.URLConnection.getContentLength(URLConnection.java:485)
  59. at cpw.mods.fml.relauncher.RelaunchLibraryManager.downloadFile(RelaunchLibraryManager.java:531)
  60. ... 5 more
  61. 2019-09-20 18:47:52 [SEVERE] [ForgeModLoader] Error details
  62. java.lang.RuntimeException: A download error occured
  63. at cpw.mods.fml.relauncher.RelaunchLibraryManager.downloadFile(RelaunchLibraryManager.java:548)
  64. at cpw.mods.fml.relauncher.RelaunchLibraryManager.handleLaunch(RelaunchLibraryManager.java:165)
  65. at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:172)
  66. at cpw.mods.fml.relauncher.FMLRelauncher.relaunchServer(FMLRelauncher.java:147)
  67. at cpw.mods.fml.relauncher.FMLRelauncher.handleServerRelaunch(FMLRelauncher.java:45)
  68. at net.minecraft.server.MinecraftServer.main(MinecraftServer.java:1367)
  69. Caused by: java.io.IOException: Server returned HTTP response code: 500 for URL: http://files.minecraftforge.net/fmllibs/scala-library.jar
  70. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  71. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  72. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  73. at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  74. at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1926)
  75. at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1921)
  76. at java.security.AccessController.doPrivileged(Native Method)
  77. at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1920)
  78. at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1490)
  79. at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1474)
  80. at cpw.mods.fml.relauncher.RelaunchLibraryManager.downloadFile(RelaunchLibraryManager.java:532)
  81. ... 5 more
  82. Caused by: java.io.IOException: Server returned HTTP response code: 500 for URL: http://files.minecraftforge.net/fmllibs/scala-library.jar
  83. at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1876)
  84. at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1474)
  85. at sun.net.www.protocol.http.HttpURLConnection.getHeaderField(HttpURLConnection.java:2982)
  86. at java.net.URLConnection.getHeaderFieldLong(URLConnection.java:629)
  87. at java.net.URLConnection.getContentLengthLong(URLConnection.java:501)
  88. at java.net.URLConnection.getContentLength(URLConnection.java:485)
  89. at cpw.mods.fml.relauncher.RelaunchLibraryManager.downloadFile(RelaunchLibraryManager.java:531)
  90. ... 5 more
  91. 2019-09-20 18:47:52 [INFO] [STDERR] Exception in thread "main" java.lang.RuntimeException: java.lang.RuntimeException: A fatal error occured and FML cannot continue
  92. 2019-09-20 18:47:52 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:192)
  93. 2019-09-20 18:47:52 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLRelauncher.relaunchServer(FMLRelauncher.java:147)
  94. 2019-09-20 18:47:52 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLRelauncher.handleServerRelaunch(FMLRelauncher.java:45)
  95. 2019-09-20 18:47:52 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.main(MinecraftServer.java:1367)
  96. 2019-09-20 18:47:52 [INFO] [STDERR] Caused by: java.lang.RuntimeException: A fatal error occured and FML cannot continue
  97. 2019-09-20 18:47:52 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchLibraryManager.handleLaunch(RelaunchLibraryManager.java:261)
  98. 2019-09-20 18:47:52 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:172)
  99. 2019-09-20 18:47:52 [INFO] [STDERR] ... 3 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement