:在Minecraft Forge Gradle中设置工作区时makestart失败;打开.zip文件时出现多个错误

:在Minecraft Forge Gradle中设置工作区时makestart失败;打开.zip文件时出现多个错误,gradle,minecraft,minecraft-forge,Gradle,Minecraft,Minecraft Forge,在设置工作区时,它在创建:makestart时崩溃。有什么帮助吗?下面是我运行时的输出 谢谢 顺便说一句,我试着用刷新依赖项来运行它,但仍然没有成功。另外,Java 7及其JDK已完全正确安装 C:\Minecraft\1.7\Project>gradlew setupDevWorkspace --refresh-dependencies **************************** Powered By MCP: http://mcp.ocean-labs.de/ Se

在设置工作区时,它在创建:makestart时崩溃。有什么帮助吗?下面是我运行时的输出

谢谢

顺便说一句,我试着用刷新依赖项来运行它,但仍然没有成功。另外,Java 7及其JDK已完全正确安装

C:\Minecraft\1.7\Project>gradlew setupDevWorkspace --refresh-dependencies
****************************
 Powered By MCP:
 http://mcp.ocean-labs.de/
 Searge, ProfMobius, Fesh0r,
 R4wk, ZeuX, IngisKahn, bspkrs
 MCP Data version : unknown
****************************
:downloadClient SKIPPED
:downloadServer SKIPPED
:getVersionJson
:extractUserDev UP-TO-DATE
:mergeJars SKIPPED
:applyBinPatches SKIPPED
:downloadMcpTools SKIPPED
:extractMcpData UP-TO-DATE
:genSrgs SKIPPED
:deobfBinJar SKIPPED
:extractNatives UP-TO-DATE
:getAssetsIndex
:getAssets
:makeStart
[ant:javac] error: error reading C:\Users\redgames1234\.gradle\caches\modules-2\
files-2.1\tv.twitch\twitch-external-platform\4.5\c3cde57891b935d41b6680a9c5e1502
eeab76d86\twitch-external-platform-4.5-natives-windows-64.jar; error in opening
zip file
[ant:javac] error: error reading C:\Users\redgames1234\.gradle\caches\modules-2\
files-2.1\org.lwjgl.lwjgl\lwjgl-platform\2.9.1\aa9aae879af8eb378e22cfc64db56ec2c
a9a44d1\lwjgl-platform-2.9.1-natives-linux.jar; error in opening zip file
[ant:javac] error: error reading C:\Users\redgames1234\.gradle\caches\modules-2\
files-2.1\org.lwjgl.lwjgl\lwjgl-platform\2.9.1\2d12c83fdfbc04ecabf02c7bc8cc54d03
4f0daac\lwjgl-platform-2.9.1-natives-osx.jar; error in opening zip file
[ant:javac] error: error reading C:\Users\redgames1234\.gradle\caches\modules-2\
files-2.1\com.google.guava\guava\17.0\9c6ef172e8de35fd8d4d8783e4821e57cdef7445\g
uava-17.0.jar; error in opening zip file
[ant:javac] error: error reading C:\Users\redgames1234\.gradle\caches\modules-2\
files-2.1\org.apache.commons\commons-lang3\3.3.2\90a3822c38ec8c996e84c16a3477ef6
32cbc87a3\commons-lang3-3.3.2.jar; error in opening zip file
[ant:javac] 5 errors
:makeStart FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':makeStart'.
> Compile failed; see the compiler error output for details.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug
option to get more log output.

BUILD FAILED

Total time: 2 mins 10.551 secs

C:\Minecraft\1.7\Project>gradlew --refresh-dependencies setupDevWorkspace idea
****************************
 Powered By MCP:
 http://mcp.ocean-labs.de/
 Searge, ProfMobius, Fesh0r,
 R4wk, ZeuX, IngisKahn, bspkrs
 MCP Data version : unknown
****************************
:downloadClient SKIPPED
:downloadServer SKIPPED
:getVersionJson
:extractUserDev UP-TO-DATE
:mergeJars SKIPPED
:applyBinPatches SKIPPED
:downloadMcpTools SKIPPED
:extractMcpData UP-TO-DATE
:genSrgs SKIPPED
:deobfBinJar SKIPPED
:extractNatives UP-TO-DATE
:getAssetsIndex
:getAssets
:makeStart
[ant:javac] error: error reading C:\Users\redgames1234\.gradle\caches\modules-2\
files-2.1\tv.twitch\twitch-external-platform\4.5\c3cde57891b935d41b6680a9c5e1502
eeab76d86\twitch-external-platform-4.5-natives-windows-64.jar; error in opening
zip file
[ant:javac] error: error reading C:\Users\redgames1234\.gradle\caches\modules-2\
files-2.1\org.lwjgl.lwjgl\lwjgl-platform\2.9.1\aa9aae879af8eb378e22cfc64db56ec2c
a9a44d1\lwjgl-platform-2.9.1-natives-linux.jar; error in opening zip file
[ant:javac] error: error reading C:\Users\redgames1234\.gradle\caches\modules-2\
files-2.1\org.lwjgl.lwjgl\lwjgl-platform\2.9.1\2d12c83fdfbc04ecabf02c7bc8cc54d03
4f0daac\lwjgl-platform-2.9.1-natives-osx.jar; error in opening zip file
[ant:javac] error: error reading C:\Users\redgames1234\.gradle\caches\modules-2\
files-2.1\com.google.guava\guava\17.0\9c6ef172e8de35fd8d4d8783e4821e57cdef7445\g
uava-17.0.jar; error in opening zip file
[ant:javac] error: error reading C:\Users\redgames1234\.gradle\caches\modules-2\
files-2.1\org.apache.commons\commons-lang3\3.3.2\90a3822c38ec8c996e84c16a3477ef6
32cbc87a3\commons-lang3-3.3.2.jar; error in opening zip file
[ant:javac] 5 errors
:makeStart FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':makeStart'.
> Compile failed; see the compiler error output for details.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug
option to get more log output.

BUILD FAILED

Total time: 2 mins 46.544 secs

C:\Minecraft\1.7\Project>

OldPropertyMapSerializer.java
是否正确导入
Properties
类?从错误信息来看,看起来可能不是。据我所知,是的。我在编译器中查看了它,代码都在那里。好了,既然您已经更改了问题的文本,那么导入内容似乎是正确的。如果尚未使用--info或--debug标志,请尝试使用--info或--debug标志。是否可以使用
jar tvf C:\Users\redgames1234\.gradle\caches\modules-2\files-2.1\org.apache.commons\commons-lang3\3.3.290a3822c38ec8c996e84c16a3477ef632cbc87a3\commons-lang3-3.3.2.jar
,列出该jar文件的内容?