Advertisement
Guest User

Untitled

a guest
Feb 26th, 2020
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.99 KB | None | 0 0
  1. > Task :runClient
  2. 2020-02-26 02:14:59,679 main WARN Advanced terminal features are not available in this environment
  3. [02:14:59] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher running: args [java.util.stream.ReferencePipeline$3@3dfb013d, --gameDir, ., --launchTarget, fmluserdevclie
  4. nt, --fml.mcpVersion, 20190829.143755, --fml.mcVersion, 1.14.4, --fml.forgeGroup, net.minecraftforge, --fml.forgeVersion, 28.1.107, --version, MOD_DEV, --assetIndex, 1.14, --
  5. assetsDir, C:\Users\junio\.gradle\caches\forge_gradle\assets, --username, Dev, --accessToken, ????????, --userProperties, {}]
  6. [02:14:59] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher 4.1.0+62+5bfa59b starting: java version 1.8.0_242 by AdoptOpenJDK
  7. [02:14:59] [main/DEBUG] [cp.mo.mo.LaunchServiceHandler/MODLAUNCHER]: Found launch services [minecraft,fmldevdata,fmldevclient,fmldevserver,fmluserdevserver,testharness,fml
  8. userdevdata,fmlclient,fmluserdevclient,fmlserver]
  9. [02:15:00] [main/DEBUG] [cp.mo.mo.NameMappingServiceHandler/MODLAUNCHER]: Found naming services : [srgtomcp]
  10. [02:15:00] [main/DEBUG] [cp.mo.mo.LaunchPluginHandler/MODLAUNCHER]: Found launch plugins: [eventbus,object_holder_definalize,runtime_enum_extender,accesstransformer,capabilit
  11. y_inject_definalize,runtimedistcleaner]
  12. [02:15:00] [main/DEBUG] [cp.mo.mo.TransformationServicesHandler/MODLAUNCHER]: Discovering transformation services
  13. [02:15:00] [main/DEBUG] [cp.mo.mo.TransformationServicesHandler/MODLAUNCHER]: Found additional transformation services from discovery services: []
  14. > :[02:15:00] [main/DEBUG] [cp.mo.mo.TransformationServicesHandler/MODLAUNCHER]: Found transformer services : [fml]
  15. [02:15:00] [main/DEBUG] [cp.mo.mo.TransformationServicesHandler/MODLAUNCHER]: Transformation services loading
  16. [02:15:00] [main/DEBUG] [cp.mo.mo.TransformationServiceDecorator/MODLAUNCHER]: Loading service fml
  17. [02:15:00] [main/DEBUG] [ne.mi.fm.lo.FMLServiceProvider/]: Injecting tracing printstreams for STDOUT/STDERR.
  18. [02:15:00] [main/DEBUG] [ne.mi.fm.lo.LauncherVersion/CORE]: Found FMLLauncher version 28.1
  19. [02:15:00] [main/DEBUG] [ne.mi.fm.lo.FMLLoader/CORE]: FML 28.1 loading
  20. [02:15:00] [main/DEBUG] [ne.mi.fm.lo.FMLLoader/CORE]: FML found ModLauncher version : 4.1.0+62+5bfa59b
  21. [02:15:00] [main/DEBUG] [ne.mi.fm.lo.FMLLoader/CORE]: Initializing modjar URL handler
  22. [02:15:00] [main/DEBUG] [ne.mi.fm.lo.FMLLoader/CORE]: FML found AccessTransformer version : 1.0.1-milestone.0.1+94458e7+46+94458e7
  23. [02:15:00] [main/DEBUG] [ne.mi.fm.lo.FMLLoader/CORE]: FML found EventBus version : 1.0.0+54+3f83a9e
  24. [02:15:00] [main/DEBUG] [ne.mi.fm.lo.FMLLoader/CORE]: Found Runtime Dist Cleaner
  25. [02:15:00] [main/DEBUG] [ne.mi.fm.lo.FMLLoader/CORE]: FML found CoreMod version : 1.0.0+4+e6fed88
  26. [02:15:00] [main/DEBUG] [ne.mi.fm.lo.FMLLoader/CORE]: Found ForgeSPI package implementation version 1.5.0+6+478760f
  27. [02:15:00] [main/DEBUG] [ne.mi.fm.lo.FMLLoader/CORE]: Found ForgeSPI package specification 3
  28. Exception in thread "main" [02:15:00] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]: java.lang.ExceptionInInitializerError
  29. [02:15:00] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]: at sun.security.provider.SeedGenerator.addNetworkAdapterInfo(SeedGenerator.java:233)
  30. [02:15:00] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]: at sun.security.provider.SeedGenerator.access$000(SeedGenerator.java:80)
  31. [02:15:00] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]: at sun.security.provider.SeedGenerator$1.run(SeedGenerator.java:183)
  32. [02:15:00] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]: at sun.security.provider.SeedGenerator$1.run(SeedGenerator.java:168)
  33. [02:15:00] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]: at java.security.AccessController.doPrivileged(Native Method)
  34. [02:15:00] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]: at sun.security.provider.SeedGenerator.getSystemEntropy(SeedGenerator.java:168)
  35. [02:15:00] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]: at sun.security.provider.SecureRandom$SeederHolder.<clinit>(SecureRandom.java:201)
  36. [02:15:00] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]: at sun.security.provider.SecureRandom.engineNextBytes(SecureRandom.java:221)
  37. [02:15:00] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]: at java.security.SecureRandom.nextBytes(SecureRandom.java:468)
  38. [02:15:00] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]: at java.security.SecureRandom.next(SecureRandom.java:491)
  39. [02:15:00] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]: at java.util.Random.nextInt(Random.java:329)
  40. [02:15:00] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]: at sun.security.ssl.SSLContextImpl.engineInit(SSLContextImpl.java:106)
  41. [02:15:00] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]: at javax.net.ssl.SSLContext.init(SSLContext.java:282)
  42. [02:15:00] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]: at net.minecraftforge.fml.loading.FixSSL.fixup(FixSSL.java:83)
  43. [02:15:00] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]: at net.minecraftforge.fml.loading.FMLLoader.onInitialLoad(FMLLoader.java:159)
  44. [02:15:00] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]: at net.minecraftforge.fml.loading.FMLServiceProvider.onLoad(FMLServiceProvider.java:12
  45. 0)
  46. [02:15:00] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]: at cpw.mods.modlauncher.TransformationServiceDecorator.onLoad(TransformationServiceDec
  47. orator.java:53)
  48. [02:15:00] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]: at cpw.mods.modlauncher.TransformationServicesHandler.lambda$loadTransformationService
  49. s$11(TransformationServicesHandler.java:131)
  50. [02:15:00] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]: at java.util.HashMap$Values.forEach(HashMap.java:981)
  51. [02:15:00] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]: at cpw.mods.modlauncher.TransformationServicesHandler.loadTransformationServices(Trans
  52. formationServicesHandler.java:131)
  53. [02:15:00] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]: at cpw.mods.modlauncher.TransformationServicesHandler.initializeTransformationServices
  54. (TransformationServicesHandler.java:56)
  55. [02:15:00] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]: at cpw.mods.modlauncher.Launcher.run(Launcher.java:75)
  56. [02:15:00] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]: at cpw.mods.modlauncher.Launcher.main(Launcher.java:65)
  57. [02:15:00] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]: at net.minecraftforge.userdev.LaunchTesting.main(LaunchTesting.java:101)
  58. [02:15:00] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1061]: Caused by: java.lang.NullPointerException
  59. [02:15:00] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1061]: at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1847)
  60. [02:15:00] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1061]: at java.lang.Runtime.loadLibrary0(Runtime.java:871)
  61. [02:15:00] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1061]: at java.lang.System.loadLibrary(System.java:1124)
  62. [02:15:00] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1061]: at java.net.NetworkInterface$1.run(NetworkInterface.java:59)
  63. [02:15:00] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1061]: at java.net.NetworkInterface$1.run(NetworkInterface.java:57)
  64. [02:15:00] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1061]: at java.security.AccessController.doPrivileged(Native Method)
  65. [02:15:00] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1061]: at java.net.NetworkInterface.<clinit>(NetworkInterface.java:56)
  66. [02:15:00] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1061]: ... 24 more
  67.  
  68. > Task :runClient FAILED
  69.  
  70. FAILURE: Build failed with an exception.
  71.  
  72. * What went wrong:
  73. Execution failed for task ':runClient'.
  74. > Process 'command 'C:\Program Files\AdoptOpenJDK\jdk-8.0.242.08-hotspot\bin\java.exe'' finished with non-zero exit value 1
  75.  
  76. * Try:
  77. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
  78.  
  79. * Get more help at https://help.gradle.org
  80.  
  81. Deprecated Gradle features were used in this build, making it incompatible with Gradle 5.0.
  82. Use '--warning-mode all' to show the individual deprecation warnings.
  83. See https://docs.gradle.org/4.9/userguide/command_line_interface.html#sec:command_line_warnings
  84.  
  85. BUILD FAILED in 23s
  86. 6 actionable tasks: 3 executed, 3 up-to-date
  87.  
  88. C:\Users\junio\Desktop\easy_steel-1.14>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement