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

Neoform inject failing #184

Open
Spinoscythe opened this issue May 19, 2024 · 2 comments
Open

Neoform inject failing #184

Spinoscythe opened this issue May 19, 2024 · 2 comments

Comments

@Spinoscythe
Copy link

> Task :create1.20.6ClientExtraJar UP-TO-DATE
> Task :selectRawArtifactNg_dummy_ng.net.minecraft_client_1.20.6_client-extra UP-TO-DATE
> Task :cacheVersionManifest1.20.6 UP-TO-DATE
> Task :cacheVersionExecutableClient1.20.6 UP-TO-DATE
> Task :cacheVersionExecutableServer1.20.6 UP-TO-DATE
> Task :cacheVersionMappingsClient1.20.6 UP-TO-DATE
> Task :cacheVersionMappingsServer1.20.6 UP-TO-DATE
> Task :neoFormListLibraries UP-TO-DATE
> Task :neoFormStripClient UP-TO-DATE
> Task :neoFormExtractServer UP-TO-DATE
> Task :neoFormStripServer UP-TO-DATE
> Task :neoFormMerge UP-TO-DATE
> Task :neoFormMergeMappings UP-TO-DATE
> Task :neoFormRename UP-TO-DATE
> Task :neoFormDecompile UP-TO-DATE
> Task :neoFormApplyForgesAccessTransformer UP-TO-DATE
> Task :neoFormApplyUserAccessTransformer NO-SOURCE
> Task :neoFormInject FAILED
17 actionable tasks: 1 executed, 16 up-to-date

FAILURE: Build failed with an exception.

* What went wrong:
Some problems were found with the configuration of task ':neoFormInject' (type 'InjectZipContent').
  - In plugin 'net.neoforged.gradle.neoform.NeoFormProjectPlugin' type 'net.neoforged.gradle.neoform.runtime.tasks.InjectZipContent' property 'arguments.files.$0.file' specifies file 'C:\Users\Nekretaur\Documents\Chemistria\build\neoForm\neoFormJoined1.20.6-20240429.153634\steps\applyUserAccessTransformer\output.jar' which doesn't exist.
    
    Reason: An input file was expected to be present but it doesn't exist.
    
    Possible solutions:
      1. Make sure the file exists before the task is called.
      2. Make sure that the task which produces the file is declared as an input.
    
    For more information, please refer to https://docs.gradle.org/8.7/userguide/validation_problems.html#input_file_does_not_exist in the Gradle documentation.
  - In plugin 'net.neoforged.gradle.neoform.NeoFormProjectPlugin' type 'net.neoforged.gradle.neoform.runtime.tasks.InjectZipContent' property 'injectionSource' specifies file 'C:\Users\Nekretaur\Documents\Chemistria\build\neoForm\neoFormJoined1.20.6-20240429.153634\steps\applyUserAccessTransformer\output.jar' which doesn't exist.
    
    Reason: An input file was expected to be present but it doesn't exist.
    
    Possible solutions:
      1. Make sure the file exists before the task is called.
      2. Make sure that the task which produces the file is declared as an input.
    
    For more information, please refer to https://docs.gradle.org/8.7/userguide/validation_problems.html#input_file_does_not_exist in the Gradle documentation.

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

BUILD FAILED in 979ms

NG version: 7.0.133

@Spinoscythe Spinoscythe changed the title NG not working Neoform inject failing May 19, 2024
@aaronschneider7797
Copy link

I'm also having the same issues and nobody knows how to fix this!

@marchermans
Copy link
Contributor

> Task :create1.20.6ClientExtraJar UP-TO-DATE
> Task :selectRawArtifactNg_dummy_ng.net.minecraft_client_1.20.6_client-extra UP-TO-DATE
> Task :cacheVersionManifest1.20.6 UP-TO-DATE
> Task :cacheVersionExecutableClient1.20.6 UP-TO-DATE
> Task :cacheVersionExecutableServer1.20.6 UP-TO-DATE
> Task :cacheVersionMappingsClient1.20.6 UP-TO-DATE
> Task :cacheVersionMappingsServer1.20.6 UP-TO-DATE
> Task :neoFormListLibraries UP-TO-DATE
> Task :neoFormStripClient UP-TO-DATE
> Task :neoFormExtractServer UP-TO-DATE
> Task :neoFormStripServer UP-TO-DATE
> Task :neoFormMerge UP-TO-DATE
> Task :neoFormMergeMappings UP-TO-DATE
> Task :neoFormRename UP-TO-DATE
> Task :neoFormDecompile UP-TO-DATE
> Task :neoFormApplyForgesAccessTransformer UP-TO-DATE
> Task :neoFormApplyUserAccessTransformer NO-SOURCE
> Task :neoFormInject FAILED
17 actionable tasks: 1 executed, 16 up-to-date

FAILURE: Build failed with an exception.

* What went wrong:
Some problems were found with the configuration of task ':neoFormInject' (type 'InjectZipContent').
  - In plugin 'net.neoforged.gradle.neoform.NeoFormProjectPlugin' type 'net.neoforged.gradle.neoform.runtime.tasks.InjectZipContent' property 'arguments.files.$0.file' specifies file 'C:\Users\Nekretaur\Documents\Chemistria\build\neoForm\neoFormJoined1.20.6-20240429.153634\steps\applyUserAccessTransformer\output.jar' which doesn't exist.
    
    Reason: An input file was expected to be present but it doesn't exist.
    
    Possible solutions:
      1. Make sure the file exists before the task is called.
      2. Make sure that the task which produces the file is declared as an input.
    
    For more information, please refer to https://docs.gradle.org/8.7/userguide/validation_problems.html#input_file_does_not_exist in the Gradle documentation.
  - In plugin 'net.neoforged.gradle.neoform.NeoFormProjectPlugin' type 'net.neoforged.gradle.neoform.runtime.tasks.InjectZipContent' property 'injectionSource' specifies file 'C:\Users\Nekretaur\Documents\Chemistria\build\neoForm\neoFormJoined1.20.6-20240429.153634\steps\applyUserAccessTransformer\output.jar' which doesn't exist.
    
    Reason: An input file was expected to be present but it doesn't exist.
    
    Possible solutions:
      1. Make sure the file exists before the task is called.
      2. Make sure that the task which produces the file is declared as an input.
    
    For more information, please refer to https://docs.gradle.org/8.7/userguide/validation_problems.html#input_file_does_not_exist in the Gradle documentation.

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

BUILD FAILED in 979ms

NG version: 7.0.133

Could you do me a favor, and try to set a custom user AT?

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

3 participants