architectury / architectury-loom

A Gradle plugin to setup environments for Fabric, Forge, NeoForge and Quilt modding.
https://docs.architectury.dev/loom/introduction
MIT License
110 stars 37 forks source link

Something's very wrong with fabric #233

Open DRD2k8 opened 3 weeks ago

DRD2k8 commented 3 weeks ago

Something is very wrong with the fabric side of architectury, first it says, "<Mod Project Goes Here>\fabric\build\loom-cache\remapped_working\loom_mappings_1_20_1_layered_hash_40545_v2.net.fabricmc.fabric-api-fabric-client-tags-api-v1-1.1.2+1802ada577.jar: The process cannot access the file because it is being used by another process", then gradle says "Configuring projects" for WAY too long! And it says that the project ':fabric' has been held by pid! What's the problem?

Jab125 commented 3 weeks ago

Looks like gradle crashed which means that the lock files weren't removed correctly.

Are you on the latest version of loom?

DRD2k8 commented 3 weeks ago

Yes

Xelbayria commented 1 week ago

I had a similar problem. There is a workaround to fix this: delete ~/.gradle/cache/... and start up IDEA. so far it's working for me.