Attempting to build or run genSources causes Unable to delete file error. #50
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Every time I attempt to build or
genSources, it says it's unable to delete a file from the .gradle\loom-cache\remapped_mods\ folder, and checking if a process is using it shows java.exe as the culprit. Killing java and running again changes which file it throws an error about. After doing this for a while, I get an error aboutFile 'C:\Users\<me>\.gradle\caches\fabric-loom\1.15.2-mapped-net.fabricmc.yarn-1.15.2+build.15-v2\minecraft-1.15.2-mapped-net.fabricmc.yarn-1.15.2+build.15-v2-sources.lmap' specified for property 'lineMapFile' does not exist.I don't know if this is the right project to submit this issue under, but my goal is just to look at Minecraft's deobfuscated code, and this was the way suggested to me.
Yeah I have the same issue.
Going back 1 commit fixed the issue for me so this commit (
19fa3a76bc) must have broken it.