Posted October 4, 20214 yr I downloaded the latest and several older versions of Forge mdk, but when running Gradle each version returns an error: Caused by: java.util.zip.ZipException: zip END header not found Event log: Gradle sync failed: Could not find net.minecraftforge:forge:1.17.1-37.0.58_mapped_official_1.17.1. Searched in the following locations: - file:/C:/Users/user/.gradle/caches/forge_gradle/bundeled_repo/net/minecraftforge/forge/1.17.1-37.0.58_mapped_official_1.17.1/forge-1.17.1-37.0.58_mapped_official_1.17.1.pom - file:/C:/Users/user/.gradle/caches/forge_gradle/bundeled_repo/net/minecraftforge/forge/1.17.1-37.0.58_mapped_official_1.17.1/forge-1.17.1-37.0.58_mapped_official_1.17.1.jar Required by: project : (37 s 867 ms) IDE : IntelliJ IDEA Communnity Edition 2021.1.3 OS: windows 10 Java -version: C:\Users\user>java -version java version "16.0.2" 2021-07-20 Java(TM) SE Runtime Environment (build 16.0.2+7-67) Java HotSpot(TM) 64-Bit Server VM (build 16.0.2+7-67, mixed mode, sharing)
October 4, 20214 yr Author 5 minutes ago, diesieben07 said: You have a broken jar file somewhere in your gradle cache. The simplest solution is to delete C:/Users/user/.gradle/caches/forge_gradle. This will require you to re-import any Forge projects though. To avoid this issue, do not interrupt any of the forge gradle tasks. there is no folder cache/ or anything like that in the .gradle/. Before this question I have tried many times to delete and re-download mdk, but this error still appears.
October 4, 20214 yr Author 3 hours ago, diesieben07 said: Read again which folder I told you to delete. It is not in your project folder. sorry for the inattention. now it works. thanks
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.