Attempting to build or run genSources causes Unable to delete file error. #50

Open
opened 2020-04-21 19:27:16 +00:00 by jpeterik12 · 1 comment
jpeterik12 commented 2020-04-21 19:27:16 +00:00 (Migrated from github.com)

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 about File '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.

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 about `File '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.
Rojoss commented 2020-04-21 20:47:38 +00:00 (Migrated from github.com)

Yeah I have the same issue.
Going back 1 commit fixed the issue for me so this commit (19fa3a76bc) must have broken it.

Yeah I have the same issue. Going back 1 commit fixed the issue for me so this commit (https://github.com/FabricMC/fabric-example-mod/commit/19fa3a76bce814ece51c8bcdec12771e4c6394a1) must have broken it.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Steven/fabric-example-mod#50