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

trying to compile the master results in a fail #137

Open
xJusteen47 opened this issue Mar 25, 2024 · 0 comments
Open

trying to compile the master results in a fail #137

xJusteen47 opened this issue Mar 25, 2024 · 0 comments

Comments

@xJusteen47
Copy link

xJusteen47 commented Mar 25, 2024

`PS C:\Users\jacop\Desktop\ss\trainguys-animation-overhaul-07637f515eec5193f18e4439746ceba7533f3b1f> ./gradlew build

Configure project :
Fabric Loom: 1.0.18
:remapping 55 mods from modImplementation
:remapping sources

Task :compileJava
C:\Users\jacop\Desktop\ss\trainguys-animation-overhaul-07637f515eec5193f18e4439746ceba7533f3b1f\src\main\java\com\trainguy9512\animationoverhaul\mixin\debug\MixinPlayerSkin.java:10: error: Mixin has no targets
@mixin(PlayerSkin.class)
^
C:\Users\jacop\Desktop\ss\trainguys-animation-overhaul-07637f515eec5193f18e4439746ceba7533f3b1f\src\main\java\com\trainguy9512\animationoverhaul\mixin\MixinGameRenderer.java:84: warning: Unable to locate method mapping for @at(INVOKE.) 'Lcom/mojang/blaze3d/systems/RenderSystem;setInverseViewRotationMatrix(Lorg/joml/Matrix3f;)V'
@Inject(method = "renderLevel", at = @at(value = "INVOKE", target = "Lcom/mojang/blaze3d/systems/RenderSystem;setInverseViewRotationMatrix(Lorg/joml/Matrix3f;)V"))
^
C:\Users\jacop\Desktop\ss\trainguys-animation-overhaul-07637f515eec5193f18e4439746ceba7533f3b1f\src\main\java\com\trainguy9512\animationoverhaul\mixin\MixinGameRenderer.java:75: warning: Unable to locate method mapping for @slice 'Lcom/mojang/blaze3d/systems/RenderSystem;setInverseViewRotationMatrix(Lorg/joml/Matrix3f;)V'
@reDIrect(method = "renderLevel", at = @at(value = "INVOKE", target = "Lcom/mojang/blaze3d/vertex/PoseStack;mulPose(Lorg/joml/Quaternionf;)V"),
^
C:\Users\jacop\Desktop\ss\trainguys-animation-overhaul-07637f515eec5193f18e4439746ceba7533f3b1f\src\main\java\com\trainguy9512\animationoverhaul\mixin\debug\MixinPlayerSkin.java:3: error: cannot find symbol
import net.minecraft.client.resources.PlayerSkin;
^
symbol: class PlayerSkin
location: package net.minecraft.client.resources
C:\Users\jacop\Desktop\ss\trainguys-animation-overhaul-07637f515eec5193f18e4439746ceba7533f3b1f\src\main\java\com\trainguy9512\animationoverhaul\mixin\debug\MixinPlayerSkin.java:10: error: cannot find symbol
@mixin(PlayerSkin.class)
^
symbol: class PlayerSkin
3 errors
2 warnings

Task :compileJava FAILED

FAILURE: Build failed with an exception.

  • What went wrong:
    Execution failed for task ':compileJava'.

Compilation failed; see the compiler error output for details.

  • 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.

BUILD FAILED in 17s
1 actionable task: 1 executed
PS C:\Users\jacop\Desktop\ss\trainguys-animation-overhaul-07637f515eec5193f18e4439746ceba7533f3b1f>`

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