Closed Raft08 closed 2 years ago
PS: I already reported this to the Discord Server but they tried to help me but it didn't work :/
So i hope you can help me!
If you want help you should post on the discussions tab or discord where you will get more visibility. If you think its a bug post it on the fabric-loom project (fabric's gradle plugin that is doing the work here). https://github.com/FabricMC/fabric-loom
However:
Caused by: java.nio.file.NoSuchFileException: C:\Users\thera\Desktop\Dev\The GreatCraft\Workspace.gradle\loom-cache\remapped_mods\net_fabricmc_yarn_1_19_1_19_build_4_v2\net\fabricmc\fabric-api\fabric-data-generation-api-v1\5.0.1+2a5b9210a9\fabric-data-generation-api-v1-5.0.1+2a5b9210a9-sources.jar at jdk.zipfs/jdk.nio.zipfs.ZipFileSystem.
(ZipFileSystem.java:177) at jdk.zipfs/jdk.nio.zipfs.ZipFileSystemProvider.getZipFileSystem(ZipFileSystemProvider.java:125)
I would guess this might be related to the space character in your "The GreatCraft"? This usually causes problems when tools don't escape it properly for urls, i.e. space -> %20 The other usual cause is windows/FATx not being case sensitive in file names, while java is. So make sure you've typed the right case in any configuration, e.g. is it workspace or Workspace?
I actually updated to windows 11 and it fixed this, but thanks!
Hello!
I'm trying to create a mod project in 1.19 but i always get the same issue when i try to load the example mod in IntelliJ (Ultimate). I always get this error (Download) Here is my gradle.propreties
What is the issue?