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

updateIntermediary doesn't support v2 mappings #29

Open
Juuxel opened this issue May 24, 2020 · 0 comments
Open

updateIntermediary doesn't support v2 mappings #29

Juuxel opened this issue May 24, 2020 · 0 comments

Comments

@Juuxel
Copy link
Member

Juuxel commented May 24, 2020

It uses the v1 mapping parser, so it will crash if the intermediary is a tinyv2 file.

java.io.IOException: Invalid mapping version!
        at net.fabricmc.mappings.TinyMappings.<init>(TinyMappings.java:119)
        at net.fabricmc.mappings.MappingsProvider.readTinyMappings(MappingsProvider.java:36)
        at net.fabricmc.mappings.MappingsProvider.readTinyMappings(MappingsProvider.java:32)
        at net.fabricmc.stitch.commands.GenState.prepareUpdate(GenState.java:465)
        at net.fabricmc.stitch.commands.CommandUpdateIntermediary.run(CommandUpdateIntermediary.java:62)
        at net.fabricmc.stitch.Main.main(Main.java:71)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant