Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Unfixable conflicts" when any, even empty, mappings file is applied #1146

Open
ItsThosea opened this issue Jul 17, 2024 · 2 comments
Open
Assignees
Labels
Milestone

Comments

@ItsThosea
Copy link

ItsThosea commented Jul 17, 2024

I keep getting a full log of every mapping in Minecraft, followed by "unfixable conflicts", even if I supply an empty mapping file.
log (cut off by Intellij)
build.gradle
mappings.tiny
empty mappings.tiny that still causes error

gradle clean / gradle cleanloom doesn't work and also shows the error.
deleting .gradle and my loom cache does nothing
A temporary solution was to swap between loom 1.6 and 1.7 every time I made a gradle change, but this doesn't seem to work anymore. I've also tried pasting in a template build.gradle, refreshing, then repasting in my old one, which also doesn't seem to work anymore.

@ItsThosea
Copy link
Author

This seems to only happen when using mojang mappings. Applying the same file on yarn works fine.

@LambdAurora
Copy link

LambdAurora commented Jul 23, 2024

I can confirm this issue on my part, with the simplest setup if attempting to override Mojang mappings using the layered mapping system will result in an Unfixable conflicts error with loom 1.7.

This error does not happen in loom 1.6, which leads me to think this is a regression.

This can be easily reproduced using the example mod and replacing the mappings with the following:

	mappings(loom.layered {
		officialMojangMappings { nameSyntheticMembers = false }
		mappings("net.fabricmc:yarn:1.21+build.9:v2")
	})

@modmuss50 modmuss50 added the bug label Oct 1, 2024
@modmuss50 modmuss50 self-assigned this Oct 1, 2024
@modmuss50 modmuss50 added this to the 1.8 milestone Oct 1, 2024
@modmuss50 modmuss50 modified the milestones: 1.8, 1.9 Oct 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants