Yarn: Fallo en el mapa Jarra intermedia

Creado en 3 abr. 2020  ·  4Comentarios  ·  Fuente: FabricMC/yarn

Cuando intento ejecutar gradlew yarn, siempre aparece un error en: mapIntermediaryJar
`` `> Tarea: mapIntermediaryJar
: mapeo de Minecraft al intermediario

Tarea: mapIntermediaryJar FAILED

FALLO: la compilación falló con una excepción.

  • Dónde:
    Archivo de compilación 'D: \ ADM \ Desktop \ Codes \ MCP \ yarn-1.15.2 \ build.gradle' línea: 628

  • Qué salió mal:
    Error en la ejecución de la tarea ': mapIntermediaryJar'.

    No se pudo reasignar el tarro
    ''
    Ya intenté volver a descargar la carpeta de origen.

bug toolchain

Comentario más útil

Por ahora, muchachos, cambie el + en https://github.com/FabricMC/yarn/blob/e7852f3aa99b729af90e0f998193fb557b8f52aa/build.gradle#L15
a 0.2.1.63 , como

classpath 'net.fabricmc:tiny-remapper:0.2.1.63'

diminuto remapper actualizado ASM, y aparentemente al antiguo ASM traído por otras partes del buildscript no le gusta eso.

Todos 4 comentarios

Tener el mismo problema:

> Task :mapIntermediaryJar FAILED
:mapping minecraft to intermediary

FAILURE: Build failed with an exception.

* Where:
Build file '/home/ej/Documents/Tools/Yarn1_15/build.gradle' line: 628

* What went wrong:
Execution failed for task ':mapIntermediaryJar'.
> Failed to remap jar

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.0.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 23s

editar: ok, entonces se pone más interesante - aquí está la excepción https://hasteb.in/yacovipu.kotlin Dice que el archivo no existe - lo cual es extraño, ¿porque definitivamente sí?

Lo he visto para

Por ahora, muchachos, cambie el + en https://github.com/FabricMC/yarn/blob/e7852f3aa99b729af90e0f998193fb557b8f52aa/build.gradle#L15
a 0.2.1.63 , como

classpath 'net.fabricmc:tiny-remapper:0.2.1.63'

diminuto remapper actualizado ASM, y aparentemente al antiguo ASM traído por otras partes del buildscript no le gusta eso.

Ese arreglo pr se fusiona. Extraiga de la rama 1.15.2 de origin (o lo que sea el control remoto de este repositorio en su repositorio local de git) y compile de nuevo.

¿Fue útil esta página
0 / 5 - 0 calificaciones

Temas relacionados

Boundarybreaker picture Boundarybreaker  ·  3Comentarios

Sollace picture Sollace  ·  5Comentarios

ChloeDawn picture ChloeDawn  ·  5Comentarios

haykam821 picture haykam821  ·  4Comentarios

Draylar picture Draylar  ·  6Comentarios