Advertisement
Guest User

Untitled

a guest
Aug 24th, 2021
248
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.99 KB | None | 0 0
  1. Executing
  2. Gradle task: eclipse
  3.  
  4. Build
  5. info: MCreator 2021.1.18117, forge-1.16.5, 64-bit, 16318 MB, Windows 10,
  6. JVM 1.8.0_275, JAVA_HOME:
  7. C:\Users\smile\Downloads\MCreator.2021.1.Windows.64bit\MCreator20211\jdk
  8.  
  9. >
  10. Task :downloadMcpConfig
  11.  
  12. >
  13. Task :extractSrg UP-TO-DATE
  14.  
  15. >
  16. Task :createSrgToMcp UP-TO-DATE
  17.  
  18. >
  19. Task :downloadMCMeta UP-TO-DATE
  20.  
  21. Copying
  22. local object: 94/945630f5471aa307ec6bd6e53e9c1a278ff35f32 Asset:
  23. minecraft/textures/gui/title/background/panorama_5.png
  24.  
  25. minecraft/textures/gui/title/background/panorama_5.png
  26. Failed.
  27.  
  28. java.nio.file.FileSystemException:
  29. C:\Users\smile\AppData\Roaming\.minecraft\assets\objects\94\945630f5471aa307ec6bd6e53e9c1a278ff35f32
  30. ->
  31. C:\Users\smile\.mcreator\gradle\caches\forge_gradle\assets\objects\94\945630f5471aa307ec6bd6e53e9c1a278ff35f32:
  32. Data error (cyclic redundancy check).
  33.  
  34.  
  35. at sun.nio.fs.WindowsException.translateToIOException(
  36. WindowsException.java:86
  37.  
  38. at
  39. sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:86)
  40.  
  41.  
  42. at sun.nio.fs.WindowsException.rethrowAsIOException(
  43. WindowsException.java:97
  44.  
  45. at
  46. sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:97)
  47.  
  48.  
  49. at sun.nio.fs.WindowsFileCopy.copy(
  50. WindowsFileCopy.java:205
  51.  
  52. at sun.nio.fs.WindowsFileCopy.copy(WindowsFileCopy.java:205)
  53.  
  54.  
  55. at sun.nio.fs.WindowsFileSystemProvider.copy(
  56. WindowsFileSystemProvider.java:278
  57.  
  58. at
  59. sun.nio.fs.WindowsFileSystemProvider.copy(WindowsFileSystemProvider.java:278)
  60.  
  61.  
  62. at java.nio.file.Files.copy(
  63. Files.java:1274
  64.  
  65. at java.nio.file.Files.copy(Files.java:1274)
  66.  
  67.  
  68. at org.apache.commons.io.FileUtils.doCopyFile(
  69. FileUtils.java:1392
  70.  
  71. at org.apache.commons.io.FileUtils.doCopyFile(FileUtils.java:1392)
  72.  
  73.  
  74. at org.apache.commons.io.FileUtils.copyFile(
  75. FileUtils.java:885
  76.  
  77. at org.apache.commons.io.FileUtils.copyFile(FileUtils.java:885)
  78.  
  79.  
  80. at org.apache.commons.io.FileUtils.copyFile(
  81. FileUtils.java:835
  82.  
  83. at org.apache.commons.io.FileUtils.copyFile(FileUtils.java:835)
  84.  
  85.  
  86. at org.apache.commons.io.FileUtils.copyFile(
  87. FileUtils.java:802
  88.  
  89. at org.apache.commons.io.FileUtils.copyFile(FileUtils.java:802)
  90.  
  91.  
  92. at net.minecraftforge.gradle.common.task.DownloadAssets.lambda$run$0(
  93. DownloadAssets.java:65
  94.  
  95. at
  96. net.minecraftforge.gradle.common.task.DownloadAssets.lambda$run$0(DownloadAssets.java:65)
  97.  
  98.  
  99. at java.util.concurrent.ThreadPoolExecutor.runWorker(
  100. ThreadPoolExecutor.java:1149
  101.  
  102. at
  103. java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  104.  
  105.  
  106. at java.util.concurrent.ThreadPoolExecutor$Worker.run(
  107. ThreadPoolExecutor.java:624
  108.  
  109. at
  110. java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  111.  
  112.  
  113. at java.lang.Thread.run(
  114. Thread.java:748
  115.  
  116. at java.lang.Thread.run(Thread.java:748)
  117.  
  118. >
  119. Task :downloadAssets FAILED
  120.  
  121. FAILURE:
  122. Build failed with an exception.
  123.  
  124. *
  125. What went wrong:
  126.  
  127. Execution
  128. failed for task ':downloadAssets'.
  129.  
  130. >
  131. Failed to get asset: minecraft/textures/gui/title/background/panorama_5.png
  132.  
  133.  
  134. Some assets failed to download or validate, try running the task again.
  135.  
  136. *
  137. Try:
  138.  
  139. Run
  140. with --stacktrace option to get the stack trace. Run with --info or
  141. --debug option to get more log output. Run with --scan to get full
  142. insights.
  143.  
  144. *
  145. Get more help at https://help.gradle.org
  146.  
  147. Deprecated
  148. Gradle features were used in this build, making it incompatible with
  149. Gradle 7.0.
  150.  
  151. Use
  152. '--warning-mode all' to show the individual deprecation warnings.
  153.  
  154. See
  155. https://docs.gradle.org/6.8.1/userguide/command_line_interface.html#sec:command_line_warnings
  156.  
  157. BUILD
  158. FAILED in 10s
  159.  
  160. 5
  161. actionable tasks: 2 executed, 3 up-to-date
  162.  
  163. BUILD
  164. FAILED
  165.  
  166. Task
  167. completed in 10 seconds
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement